/*
Implementation Skeleton v3 - 12/6/18
Add styles to overwrite customer CSS, USE WITH CAUTION.
*/
.bg-black {
	background-color: #000;
	color: #fff;
}
.bg-purple{
	background-color: #640466;
	color: #fff;
}
.bg-teal {
	background-color: #0085ad;
	color: #fff;
}
.bg-green {
	background-color: #075b5c;
	color: #fff;
}
.bg-yellow {
	background-color: #eba521;
	color: #000;
}
.bg-pink{
	background-color: #b11e54;
	color: #fff;
}
.bg-light-grey{
	background-color: #f5f5f5;
	color: #000;
}
.bg-grey {
	background-color: #e5e5e5;
	color: #000;
}

/* ALERT */
#oualerts-active-alert-display.oualerts-top {
	position: relative;
}

.oualerts-is-active .mainBannerTitleSection {
	padding-top: 220px;
}

.oualerts-is-active .backgroundImageBanner {
	padding-top: 400px;
}

.header .hCTIStands{
	padding:  15px 0;
}
/* /ALERT */

.a11y-skip-link:active,
.a11y-skip-link:focus {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 50px;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 20;
	padding: 0 48px;
	border: 0;
	margin: 0;
	font-size: 16px;
	clip: inherit;
	background-color: #fcfcfc;
	color: #080414;
}

.admin-bar .a11y-skip-link:active,
.admin-bar .a11y-skip-link:focus {
	top: 46px;
}

@media (min-width: 783px) {
	.admin-bar .a11y-skip-link:active,
	.admin-bar .a11y-skip-link:focus {
		top: 32px;
	}
}

.a11y-hidden {
	display: none !important;
	visibility: hidden;
}

.a11y-visual-hide,
.a11y-visual-show {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}


.body-content {
	padding: 55px 48px 60px 48px;
}

/* --------------------------- */
/* -- Testimonial Component -- */
/* --------------------------- */
.coActiveCertificationCarousel .coActiveCertificationItem .companyName p {
	color: inherit;
}
.coActiveCertificationCarousel .coActiveCertificationItem .sectionTitle {
	font-size: 2.25rem;
	line-height: 1.25;
}
@media (max-width: 960px) {
	.coActiveCertificationCarousel .coActiveCertificationItem .sectionTitle {
		font-size: 1.65rem;
		line-height: 1.22;
	}
}

/* --------------------- */
/* -- Image Text Grid -- */
/* --------------------- */
.coActiveCoachingSection .coActiveCoachingImage {
	height: 100%;
}

/* --------------------- */
/* -- Video Post Loop -- */
/* --------------------- */

/* .activevideoBlock {
padding-bottom: 0;
border-bottom: none;
}

.activevideoList .video-item {
border-bottom: 1px solid #cdccd0;
} */

/* .activevideoBlock {
padding-bottom: 2em;
}
figure.c-video__embed {
height: auto;
}

figure.c-video__embed iframe {
width: 100%;
height: auto;
margin-bottom: 1.5em;
}
.activevideoBlock .detail {
margin-top: 2em;
}
*/

/* Tickets - 109347 */
.block-quote blockquote, .slide-item blockquote {
	margin:inherit;
	border-left:inherit;
	padding-left:inherit;
	margin:inherit;
}

blockquote {
	margin: 0 0 1rem;
	border-left: 4px solid #6a6872;
	padding-left: 10px;
	margin: 20px 40px;
}

/* Tickets - 109553 */
.mainBannerSection .mainBannerContent .subTitle16 {
	margin: 20px 0 0;
	font-weight: 300;
}

.mainBannerTitleSection .bannerDetail {
	padding-top: 0px;
}
.mainBannerTitleSection .bannerDetail p, .backgroundImageBanner .bannerDetail p {
	font-size: 20px;
	font-weight: 300;
}

/* Tickets - 109566 - Component: Blockquote */
.coActiveCertificationCarousel .coActiveCertificationItem .sectionTitle *:before, .coActiveCertificationCarousel .coActiveCertificationItem .smallSectionTitle *:before {
	content: "\201C";
}
.coActiveCertificationCarousel .coActiveCertificationItem .sectionTitle *:before, .coActiveCertificationCarousel .coActiveCertificationItem .smallSectionTitle *:after{
	content: "\201D";
}

/* Ticket - 110487 */
h3.blockTitle p {
	font-size: inherit;
	line-height: inherit;
	margin-bottom: 0px;
}

.blogDetailPg .localNavigation {
	padding-top: 40px;
}

/* Ticket - 109382 */
.DEIUpdateAccordionTitle .detail p.smallSectionTitle {
	font-size: 36px;
}

.middle > * {
	vertical-align: middle;
}

/* Ticket - 156712 */
/*
.twoColCardsBlock .innerDetail {
padding: 46px 35px 10px;
}*/

/* Coach Training Package FORMS */
label{
	display:block;
	margin-bottom:8px;
	color:#080414;
	letter-spacing:normal;
	text-transform:none;
	font-weight:700;
	font-size:16px;
	font-family:'Poppins',sans-serif;
	line-height:16px;
}
.form-title{
	font-family:'Poppins',sans-serif;
	font-weight:700;
	line-height:1.15;
	font-size:48px;
	text-align:center;
}
input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],input[type="file"],textarea,select{
	-webkit-transition:all .15s ease-in-out;
	-moz-transition:all .15s ease-in-out;
	-o-transition:all .15s ease-in-out;
	transition:all .15s ease-in-out;
	padding:0;
	border:0;
	border-bottom:1px solid #cdccd0;
	border-radius:0;
	background-color:#fcfcfc;
	display:block;
	width:100%;
	padding:6px 0px 7px;
	color:#080414;
	letter-spacing:normal;
	text-transform:none;
	font-family:'Poppins',sans-serif;
	font-weight:400;
	font-size:16px;
	margin:0 0 45px;
	outline:0;
}
input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,input[type="file"]:focus,textarea:focus,select:focus{
	border-bottom:1px solid #080414;
}

a.cms-social-link
{
	font-family: 'Poppins', sans-serif !important;
	font-weight: 700 !important;
	padding-bottom: 2px;
	color: #080414;
}

/* Hubspot locked image overlay */
.hubspot-overlay {
	position: absolute;
    height: 100%;
    width: 100%;
    background-color: #555555;
    opacity: 0.8;
    display: flex;
    align-content: center;
    justify-content: center;
}

.img-fluid-hubspot-overlay {
	width: auto !important;
}

/* Ticket #156801 */
a.linkWithUnderline {
    line-height: 1.5;
}

/* Ticket #156479 */
/*
.coActiveCoachingSection .coActiveCoachingImage img {
    height: max-content;
    width: max-content;
}*/