.topper .text {
    font-family: 'Roboto', sans-serif;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 2.3rem;
    padding-bottom: 2.3rem;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 600;
    color: #000000;
    opacity: 1 !important;
}

.ftco-navbar-light .navbar-nav > .nav-item.active > a {
    color: #7d0000;
}

.ftco-navbar-light.scrolled .nav-item.active > a {
    color: #7d0000 !important;
}

.bg-logo {
    background: #580000;
}

.bg-primary {
    background: #0d96dc !important;
}

.bg-tertiary {
    background: #6ab914;
}

.bg-fifth {
    background: #4031ba;
}

.bg-quarternary {
    background: #e4231a;
}

.ftco-services .services .media-body h3.heading {
    font-weight: 800;
    font-size: 32px;
    color: #fff;
    text-shadow: 0px 2px 2px rgba(0,0,0,0.6);
}

.ftco-services .services .media-body p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4rem;
    color: #fff;
    text-shadow: 0px 2px 2px rgba(0,0,0,0.6);
}

/*-----------------------------------*/

#event .event-date {
    font-size: 60px;
    line-height: 1;
    letter-spacing: -.05em;
    font-family: "Roboto", sans-serif;
    font-weight: 200;
    color: #004b8d;
}

#event .event-month {
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    color: #696969;
}

#event .event-title {
    margin: 0 0 10px 0px;
    font-weight: bold;
    font-size: 1.2em;
    font-family: "Roboto", sans-serif;
    color: #3f3f3f;
}
#event .details {
   font-family: "Roboto", sans-serif;
    color: #78797a;
    font-weight: 400;
}
.ftco-section {
    padding: 4em 0;
    position: relative;
}
/*-----------------------------------*/

.home-calendar > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    padding: 0 20px;
}

.home-calendar .fsListItems {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
}

.fsCalendar article, body:not(.greyhound) .fsAthleticsEvent article {
    position: relative;
    padding-left: 90px;
    min-height: 80px;
    padding-top: 0;
}

.fsCalendar .fsDate, body:not(.greyhound) .fsAthleticsEvent .fsDate {
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    height: 80px;
    width: 80px;
    color: #fff;
}

.fsCalendar .fsDate > span.fsDay, body:not(.greyhound) .fsAthleticsEvent .fsDate > span.fsDay {
    font-size: 60px;
    line-height: 1;
    letter-spacing: -.05em;
    font-family: "Roboto", sans-serif;
    font-weight: 200;
    color: #004b8d;
}

.fsCalendar .fsDate > span.fsMonth, body:not(.greyhound) .fsAthleticsEvent .fsDate > span.fsMonth {
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    color: #696969;
}

.fsTitle, .fsAthleticsRosterList li > div.fsRosterName, .fsFacebookFrom, .fsVimeoTitle, .fsYoutubeTitle {
    margin: 0 0 10px 0px;
    font-weight: bold;
    font-size: 1.2em;
    font-family: "Roboto Condensed", sans-serif;
    color: #3f3f3f;
}

.fsCalendar .fsCalendarEventLink, body:not(.greyhound) .fsAthleticsEvent .fsCalendarEventLink {
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    display: inline-block;
    margin-top: 10px;
}

.fsTitle a, .fsAthleticsRosterList li > div.fsRosterName a, .fsFacebookFrom a, .fsVimeoTitle a, .fsYoutubeTitle a {
    color: #3f3f3f;
}

.fsCalendar .fsEventDetails, body:not(.greyhound) .fsAthleticsEvent .fsEventDetails {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 600;
}

/*----------------explore--------------------*/
.ftco-intro.exp .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .6;
    background: #000000;
} 

.explore {
    border-radius: 4px;
    padding: 30px 10px;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.explore.bg1 {
    background: rgba(25,118,210 ,.9);
}

.explore.bg2 {
    background: rgba(85,139,47 ,.9);
}

.explore.bg3 {
    background: rgba(106,27,154 ,.8);
}

.explore .text {
    width: calc(100% - 80px);
    text-align: center;
}

.explore .text h3 {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFF;
    font-family: 'Poppins', sans-serif;
}

.explore .text p {
    color: #000;
}

/*-----for light box---*/
.bg-admission {
    background: url("../images/bg-admission-home.jpg");
	background-size: cover;
    border: 5px solid #fff;
	    height: 420px;
}

.box-close {
    position: absolute;
    right: -10px;
    top: -10px;
    background: #fff;
    opacity: 1;
    padding: 5px 10px;
    border-radius: 45%;
	font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
	border:0;
    text-shadow: 0 1px 0 #fff;
    z-index: 99999999999999999;
}
.contact-form {
    position: relative;
    padding-bottom: 30px;
}
.contact_info h3, .contact-form h3, .company_address h3 {
    color: #F2980F;
    font-size: 1.4em;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 200px;
    margin-left: 40px;
}
.contact-form div {
    padding: 5px 0;
}
.modal-button {
    border-radius: 15px;
    background: #73AD21;
    margin-left: 20px;
    width: 350px;
    text-align: center;
    height: 50px;
    padding: 40px;
    color: white;
    font-size: 20px;
    font-weight: 700;
}