.homeFeature { padding: 20% 0 1px; text-align: center; color: #FFFFFF; }

.quickLinksContainer { width: 100%; background: #00619D; }
.quickLinksDivider { width: 100%; height: 20px; z-index: 20; position: relative; background-image: url(/images/quick_link_divider.svg); background-position: center center; background-size: auto 100%; }
.quickLinks { width: 100%; max-width: 1000px; margin: 0 auto; display: flex; }

.ql { width: 25%; text-align: center; font-size: 18px; font-weight: 600; }
.ql a, .ql a:hover { color: #FFFFFF; text-decoration: none; display: block; padding: 17px 0; }
.ql a svg { font-size: 45px; height: 45px; width: 45px; padding: 17.5px; display: block; margin: 0 auto 5px; border-radius: 50%; border: 3px solid #FFF; }
.ql a:hover svg { color: #00619D; background: #FFF; }

/* Home News */
.homeNewsContainer { padding: 40px 0 80px; }
.homeNews { width: calc(100% - 40px); max-width: 1240px; margin: 20px auto 0; }
.homeNews h2 { text-transform: uppercase; margin: 0 0 40px; letter-spacing: 2px; }

.homeNewsItems { width: calc(100% + 20px); margin: -10px -10px 0; padding: 0 0 20px; display: flex; }
.homeNewsItems.newsPage { flex-wrap: wrap; }
.homeNewsItem { width: calc(33.33% - 20px); margin: 10px; }
.homeNewsItem.item3 { display: none; }
.homeNewsItem a { position: relative; display: block; text-decoration: none; color: #000; }
.homeNewsPhoto { width: 100%; padding: 0 0 100%; background-size: cover; background-position: center center; }
.homeNewsDetails { padding: 20px 15px 0; width: calc(100% - 30px); background: #FFF; height: 185px; }
.homeNewsHeadline { font-size: 24px; line-height: 30px; margin: 0 0 12px; font-weight: 700; display: block; }
.homeNewsDate, .homeNewsReadMore { display: block; font-size: 18px; }
.homeNewsReadMore { position: absolute; bottom: 20px; }

.homeNewsButtons { margin: 0; text-align: center; }
.homeNewsButtons a.button { font-size: 24px; margin: 0 10px; padding: 10px 25px; }

@media screen and (max-width: 1000px) { 
    .quickLinks { max-width: 500px; flex-wrap: wrap; }
    .ql { width: 50%; }
    .homeNewsItems { flex-wrap: wrap; }
    .homeNewsItem { width: calc(50% - 20px); }
    .homeNewsItem.item3 { display: block; }
}
@media screen and (max-width: 800px) { 
    .homeFeature { padding: 300px 0 1px; }
    .homeFeature h1 { font-size: 40px; line-height: 48px; }
}
@media screen and (max-width: 700px) { 
    .homeNewsItem { width: 400px; margin: 0 auto 20px; }
    .homeNewsItem.item3 { display: none; }
}
@media screen and (max-width: 580px) { 
    .homeFeatureText { width: 300px; margin: 0 auto; }
    .homeEvents h2, .homeNews h2 { font-size: 36px; line-height: 36px; }
}

/* Featured Providers */
.homeFeaturedProviderContainer { background: #EFF8FA; padding: 80px 0; margin-top: -20px; }
.homeFeaturedProvider { width: calc(100% - 40px); max-width: 1140px; margin: 0 auto; display: flex; flex-wrap: wrap; }
.homeFeaturedProvider h2 { width: 100%; margin: 0 0 40px; text-transform: uppercase; }
.featuredProviderImage { width: 330px; }
.featuredProviderImage img { width: 310px; box-shadow: 20px 20px 0 #DAE7BA; background: #EFF8FA; }
.featuredProviderText { width: calc(100% - 350px); margin-left: 20px; }
.featuredProviderText h3 { color: #0F1910; margin: 20px auto 10px; font-size: 36px; }
.featuredProviderText h4 { font-weight: 600; font-size: 24px; color: #00619D; margin: 10px 0 0; }

@media screen and (max-width: 800px) { 
    .homeFeaturedProviderContainer { padding: 40px 0; }
    .homeFeaturedProvider h2 { margin: 0 0 30px; }
    .featuredProviderText { width: 100%; margin: 30px 0 0; }
}

/* Our Providers */
.homeOurProviders { width: calc(100% - 40px); max-width: 1140px; padding: 60px 0 110px; margin: 0 auto; display: flex; text-align: center; flex-wrap: wrap; justify-content: space-between; position: relative; z-index: 1; }
.homeOurProviders h2 { widtH: 100%; margin: 0 0 40px; letter-spacing: 2px; text-transform: uppercase; }
.homeProvider { width: 330px; height: auto; display: flex; flex-wrap: wrap; }
.homeProviderImage { width: 310px; box-shadow: 20px 20px 0 #DAE7BA; background: #EFF8FA; }
.homeProviderImage img { width: 310px; height: 460px; object-fit: cover; }
.homeProviderDetails { width: calc(100% - 40px); padding: 20px; background: #EFF8FA; font-weight: 600; }
.homeProviderDetails b { font-size: 24px; line-height: 32px; font-weight: 700; display: block; margin: 0 0 5px; }
.homeProvidersLink { margin: 40px 0; text-align: right; width: 100%; }
.homeProvidersLink a { font-size: 18px; font-weight: 600; text-decoration: none; color: #0F1910; }

@media screen and (max-width: 1080px) {
    .homeProvider.provider2 { display: none; }
}
@media screen and (max-width: 720px) { 
    .homeOurProviders { width: 330px; }
    .homeProvider { margin: 0 0 40px; }
}