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

body { margin: 0; font-family: 'Mulish', sans-serif; font-size: 16px; line-height: 28px; }
a { color: #D64102; }
a:hover, a:active { color: #000; text-decoration: none; }
h1, h2, h3 { font-family: 'Libre Baskerville', serif; }
h2 { color: #221F20; }
h3 { color: #D64102; font-size: 22px; line-height: 34px; }
.clear { clear: both; }
.listHidden { display: none !important; }
a.button, a.jobButton { background: #FFFFFF; display: inline-block; padding: 12px 24px; border-radius: 5px; color: #221F20; text-decoration: none; font-weight: 700; border: 3px solid #221F20; margin: 0 4px 4px 0; }
a.button:hover, a.jobButton:hover { background: #221F20; color: #FFFFFF; transition:.25s; }
.dirDirectoryLinks { margin: -10px 0 15px; }
.dirDirectoryLinks a.button { padding: 6px 12px; border-width: 2px; }

/* HEADER */

.headerContainerTop { width: 100%; background: #221F20; }
#headerTop { width: 100%; max-width: 1480px; margin: 0 auto; padding: 0; line-height: 30px; position: relative; display: flex; flex-wrap: wrap; justify-content: space-between; }

.headerTopLinks { float: left; padding: 2px 0; }
.headerTopLinks a { display: inline-block; padding: 0 10px; color: #FFF; text-decoration: none; font-size: 14px; font-weight: 700; }
.headerTopLinks a:hover { background: #221F20; transition: 1s; }

.headerSocial { background: #FC4C02; padding: 0; display: flex; }
.headerWx { background: #221F20; color: #FFF; padding: 2.5px 15px 2.5px 0; font-size: 14px; font-weight: 700; }
.headerSocial a i { padding: 0 7.5px; color: #221F20; line-height: 35px; }
.headerSocial a i:hover { background: #Cb370C; transition: 1s; }

.headerContainer { width: 100%; background: #EEE; }
.headerLogo { float: left; }
.headerButton { float: right; padding: 30px 0 0; }
.headerButton a { background: #FC4C02; 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: 10px 0; height: 68px; overflow: hidden; }
.headerLogo img { height: 68px; width: auto; }

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

.homeAlert { background: #221F20; text-align: center; color: #FFF; font-size: 20px; font-weight: 700; padding: 10px 5px; }
.homeAlert a { color: #EEE; text-decoration: none; }

/* Navigation */
.topnav { overflow: hidden; float: right; margin-top: 14px; }
/* Style the links inside the navigation bar */
.topnav a { float: left; display: block; color: #221F20; text-align: center; padding: 6px 12px; text-decoration: none; text-transform: uppercase; font-weight: 700; }
.topIcon { display: none; }
.dropdown { float: left; overflow: hidden; }
.dropdown .dropbtn { font-size: 16px; border: none; outline: none; padding: 6px 12px; background-color: inherit; line-height: inherit; font-family: inherit; margin: 0; text-transform: uppercase; font-weight: 700; }
.dropdown .dropbtn i { margin-left: 5px; }
.dropdown .dropbtn a { padding: 0; }
.dropdown-content { display: none; position: absolute; background-color: #FC4C02; min-width: 148px; max-width: 220px; z-index: 10; }
.dropdown-content a { float: none; color: #221F20; padding: 6px 12px; text-decoration: none; display: block; text-align: left; text-transform: none !important; font-size: 14px; line-height: 26px; }
.topnav a i { line-height: 26px; }
.topnav a:hover, .dropdown:hover .dropbtn { background-color: #FC4C02; }
.dropdown:hover .dropbtn a { }
.dropdown-content a:hover { background-color: #FD6F34; }
.dropdown:hover .dropdown-content { display: block; }

/* HOMEPAGE */
.rotatorContainer { overflow: hidden; }
.rotatorContainer, #rotator { height: 600px; max-height: 60vh; }

/* CONTENT */

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

#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 auto 10px; line-height: 46px; }
#contentIntro h1 a { color: #EEE; }
#contentIntro.building h1 { margin-bottom: .5em; }
#contentIntro.building h1 i { margin: 0 0 0 15px; }
#contentIntro a:hover { color: #FC4C02; }
.intro.building { line-height: 24px; }
a.headerLink { background: #D4D4D4; display: inline-block; padding: 0 4px; margin: 0 0 10px -4px; color: #FC4C02 !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% - 420px); padding: 10px 20px 10px 0; }
#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: -6px; }

#content h3:first-child, #content p:first-child, #contentLeft 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: 'Mulish', 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; }
.buildingLeft h2:first-child { margin-top: 0; }
.buildingSchool { background: #F6F6F6; padding: 10px; border-radius: 10px; margin: -10px 0 0; }
.buildingSchool h2:first-child { margin-top: 0; }

/* HOME */
#trending { width: 100%; background: #221F20; padding: 35px 0 25px; }
.trendingIcons { width: calc(100% - 40px); max-width: 1440px; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: center; }
.trendingIcon { width: 16.66%; text-align: center; }
.trendingIcon a { color: #FC4C02; text-decoration: none; font-weight: 700; }
.trendingIcon i { font-size: 60px; line-height: 60px; display: block; color: #FFF !important; margin-bottom: 10px; }
.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% - 320px); padding: 30px 20px 20px 0; 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: #FC4C02; width: 100%; padding: 30px 0 0; }
.homeCalendarContainer h3 { color: #221F22; }
#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; }

#homeNewsGrid { width: 100%; max-width: 1460px; margin: 0 auto 0; display: flex; flex-wrap: wrap; }
#homeNewsGrid h2 { width: calc(100% - 20px); margin: 0 auto 10px; }
.homeNewsLink { border: 2px solid #F6F6F6; border-radius: 10px; padding: 13px; margin: 10px; width: calc((100% / 3) - 50px); }
.homeNewsButton { width: calc(100% - 20px); margin: 10px 10px 20px; }

@media screen and (max-width: 1000px) { 
  .homeNewsLink { width: calc(50% - 50px); }
}
@media screen and (max-width: 700px) { 
  .homeNewsLink { width: calc(100% - 20px); border: none; border-bottom: 1px solid #F6F6F6; padding: 0 0 13px; margin: 0 auto 13px; }
}

.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: none; display: inline-block; padding: 12px 24px; border-radius: 5px; color: #221F20; text-decoration: none; font-weight: 700; border: 3px solid #221F20; font-size: 18px; text-transform: uppercase; }
a.homeButton:hover { background: #221F20; color: #FFFFFF; transition:.25s; }
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: #FC4C02; 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; }

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

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

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

/* Mission Statement */
.container.mission { background-color: #221F20; background: linear-gradient(rgba(34, 31, 34, 0.8), rgba(34, 31, 34, 0.8)), url(/images/springville_staff.jpg); background-position: center center; background-size: cover; }
#mission { text-align: center; padding: 80px 20px; margin: 0 auto; width: 1040px; font-size: 24px; color: #FFF; line-height: 38px; }

/* Activities Directory */
.dirDivider h3 { color: #FC4C02; margin: 1em 0 .5em !important; font-size: 18px; }
.dirListItem { padding: 5px 9px; background: #F4F5F7; display: flex; }
.dirSecondary { background: #FFF; }
.dirDetail { float: left; width: 25%; }
.dirEmail { width: 35%; text-align: center; }
.dirPhone { width: 15%; text-align: right; }

@media screen and (max-width: 1360px) { 
  .dirListItem { flex-wrap: wrap; }
  .dirDetail, .dirEmail, .dirPhone { width: 100%; text-align: left; }
}

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


#staffDirectory { flex-wrap: wrap; width: calc(100% + 20px); margin: 0 -10px; }
.directorySection { width: 100%; margin: 0 10px; }
.directoryListing { width: 1320px; 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: -5px; }
.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: 1460px) {
  #contentLeft { width: calc(100% - 400px); padding: 10px 20px 10px 20px; }
}
@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; text-transform: uppercase; }
.footerInfo a { color: #000000; }
.footerText a { font-weight: 700; color: #000000; }

.subfooterContainer { background: #FC4C02; color: #000; font-size: 14px; line-height: 18px; padding: 12px 0; width: 100%; }
.subfooterContainer a { color: #000; }
.subfooterContent { width: calc(100% - 20px); max-width: 1440px; margin: 0 auto; display: flex; }
.subfooterCopyright { width: calc(100% - 250px); }
.subfooterCredit { width: 250px; text-align: right; }
.subfooterCredit a { text-decoration: none; }
.subfooterCredit img { display: inline; width: 24px; height: auto; vertical-align: middle; margin: -4px 0 -4px 2px; }
@media screen and (max-width: 680px) {
  .subfooterContent { flex-wrap: wrap; }
  .subfooterCopyright { width: 100%; text-align: center; margin: 0 0 10px; }
  .subfooterCredit { width: 100%; text-align: center; }
}

.boardMeeting { text-decoration: none; padding: 5px 0; border-bottom: 1px solid #BBB; display: block; width: 100%; }
.boardMeeting:hover { background: #E6E6E6; }
.boardMeeting a i { 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; }
  .topnav a.homeLink { display: none; }
  #mission { width: 940px; }
  .grid-item, .grid-sizer { width: calc(25% - 20px); }
  .grid-item--header { width: calc(100% - 20px); }
}
@media screen and (max-width: 1115px) {
  .dropdown .dropbtn i { display: none; }
}

@media screen and (max-width: 1040px) {
  #header { width: 100%; }
  #headerTop { width: calc(100% - 20px); padding: 0 10px; }
  .headerSocial { margin: 0 -10px 0 0; background: #221F20; align-items: center; }
  .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: #FC4C02; 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; }
}
@media screen and (max-width: 1000px) {
  #trending { padding-bottom: 0; }
  .trendingIcon { width: 33.3%; margin-bottom: 25px; }
}
@media screen and (max-width: 900px) {
  #mission { width: calc(100% - 100px); }
  .headerTopLinks, .headerSocial { width: 100%; float: none; text-align: center; }
  .headerSocial { margin: 0 auto; justify-content: center; }
  .headerSocial a i { color: #FC4C02; }
  .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%; }
}

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

  .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 #D64102; }
.widgetEventBox.boxNo5 { margin: 0; }
.widgetEventBox:hover { background: #F6F6F6; border: 1px solid #221F20; }

.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 #221F20; }
.widgetDate { display: block; font-weight: 700; font-size: 14px; text-align: center; }
.widgetEvent { display: block; margin: 12px 0 0; color: #221F20; }
.widgetEvent a { color: #221F20; text-decoration: none; font-weight: 700; }
.widgetEvent a.mapLink { color: #221F20; 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 #221F20; }
.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: #FC4C02; 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); }
}

/* Moudules - Scholarships */
#myBtnContainer { text-align: center; margin: 1em 0 0; }
#myBtnContainer a { display: inline-block; margin: 2.5px; padding: 2px 8px; cursor: pointer; background: #FC4C02; 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; font-size: 14px; padding: 6px 0; line-height: 18px; }
.catButton { display: inline-block; background: #FC4C02; color: #FFF; font-weight: 700; font-size: 12px; padding: 0 2px; line-height: 16px; text-transform: uppercase; }
.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%; }

/* Departments and Services */
.departmentAlertContainer { background: #7E0000; width: 100%; padding: 20px 0; }
.departmentAlert { max-width: 1400px; width: calc(100% - 40px); margin: 0 auto; color: #FFF; }
.departmentAlert h3 { margin: 0 0 5px; color: #FFF; }
.departmentAlert p { margin: 0; }
.departmentAlert a { color: #EEEEEE; }

.serviceLinks { width: calc(100% + 10px); margin: 10px -5px 0; display: flex; flex-wrap: wrap; }
.serviceLink { width: calc(20% - 10px); text-align: center; padding: 5px; margin: 0 0 20px; }
.serviceLink a { display: block; text-decoration: none; font-weight: 700; line-height: 22px; }
.serviceLink a i { font-size: 40px; line-height: 75px; display: block; background: #FC4C02; color: #FFF; border-radius: 360px; width: 75px; height: 75px; margin: 0 auto 10px; }
@media screen and (max-width: 1200px) {
  .serviceLink { width: calc(25% - 10px); }
}
@media screen and (max-width: 900px) {
  .serviceLink { width: calc(33.3% - 10px); }
}
@media screen and (max-width: 600px) {
  .serviceLink { width: calc(50% - 10px); }
}
