﻿/**Custom Classes - styles that are unique to particular site**/

/********Media Queries*******/


.divFeatured .lblFeatured, .divFeatured .eventLinkContainer, .divFeatured hr {
	display: none !important;
}


.background-image-banner-w-img{
	background: rgb(84,84,84);
	background: linear-gradient(28deg, rgba(84,84,84,1) 0%, rgba(172,172,172,1) 54%, rgba(242,242,242,1) 100%) !important;

}

.progression-detail .progress-container .progress .progress-bar span{
	display: none;
}
.rptImg{
	display: none;
}
/* Extra SM devices */
@media (max-width: 575.98px) {
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

@media (max-width: 991px) {
    .divLogoDetails{
        text-align: center;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

    /* Extra large devices (large desktops, 1200px and up) */
    @media (min-width: 1200px) {
    }


.triplesbanner h1{
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}
.triplesbody{
	padding: 100px;
}

.background-image-banner #PageWrapper_ContentAndSidebar_Content_ctl03_fullWidthBannerTextBlurb, .background-image-banner #PageWrapper_ContentAndSidebar_Content_ctl00_fullWidthBannerTextBlurb{
	text-align: center;
	font-size: 14pt;
}

.TextboxContent{
	margin-top: 20px;
}
.h2ts h2{
	font-size: 2.5rem;
}