@font-face {
    font-family: 'Lato';
    src: url('fonts/lato-regular-webfont.eot');
    src: url('fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-regular-webfont.woff2') format('woff2'),
         url('fonts/lato-regular-webfont.woff') format('woff'),
         url('fonts/lato-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'latobold';
    src: url('fonts/lato-bold-webfont.eot');
    src: url('fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-bold-webfont.woff2') format('woff2'),
         url('fonts/lato-bold-webfont.woff') format('woff'),
         url('fonts/lato-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'latobold_italic';
    src: url('fonts/lato-bolditalic-webfont.eot');
    src: url('fonts/lato-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-bolditalic-webfont.woff2') format('woff2'),
         url('fonts/lato-bolditalic-webfont.woff') format('woff'),
         url('fonts/lato-bolditalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}








/* TCC navy to purple gradient */
/*background: rgb(1, 48, 74);
background: linear-gradient(90deg, rgba(1, 48, 74, 1) 0%, rgba(86, 18, 65, 1) 100%); */

/* CRN Red accessible */	
.crn-red {color: #e81d22;}  /* #ed1c24 */
.channel-red-color {color: #e81d22; /* #ed1c24; */}
.tcc-blue {color: #003049;}
/* Old TCC red: #ed1c24 */
/* New TCC red: #e81d22 */
/* New TCC navy blue: #003049 */

.clearfix::after {
  content: "";
  clear: both;
  display: block;
}







html, body {color: #003049;}

/* Sitemap STARTS*/
		.sitemap {
			margin-top: 80px;
			margin-left: auto;
			margin-right: auto;
			max-width: 1140px;
			padding-left: 15px;
		}

		.sitemap-item div {margin-left: 20px;}
		.sitemap-item div ul {margin-left: 20px;}

/* Sitemap ENDS*/

#user-pass {margin:75px;}


/* Header STARTS*/		
		.header_area-d7 {background-color: #ffffff; border-bottom: 1px dotted #CCCCCC;}
		.nav-header-d7 {float: left;}                       /*KD: Jorge> this could be unnecessary */
		.navigation-hidden .nav-header-d7 {display: none;}
		
		.nav-brand-d7 {
			line-height: 70px;                       /*KD: Jorge> these might be unnecessary */
			padding: 0;
			color: #343a40;
			font-size: 24px;
			text-decoration: none !important;
			  /* KD: Jorge this pushes the top nav over a bit - remove if it gets wonky */
			
		}
		.nav-brand-d7:hover, .nav-brand-d7:focus {color: #343a40;}
		
		.navigation-portrait .nav-brand-d7 {
			font-size: 18px;
			line-height: 48px;
		}
		.nav-brand-d7 img { width:150px; margin-right: 20px; } /* KD added 20240327 Mktg asked for space */	
			
			
/* Navigation STARTS*/
		#navbar-main-d7 {background-color: #FFFFFF;	display: none !important;}
		
		.navigation-d7 {
			width: 100%;
			height: 72px;
			display: table;
			padding: 20px 0px 20px 0px;
			position: relative;
			font-family: inherit;
			border-bottom: 0px solid transparent; /* JLFT 2020-02-18 */
			border-top: 0px;		
		}
	
		.nav-toggle-d7 {
			width: 30px;
			height: 30px;
			position: absolute;
			top: 40%;
			right: 15px;
			display: none;
			cursor: pointer;
			border: 0px;
			border-radius: 0px;
			padding: 16px;
		}
	
		.nav-toggle-d7:before {
				content: "";
				position: absolute;
				top: 5px;
				right: 4px;
				width: 24px;
				height: 3px;
				background-color: #003049;
				border-radius: 0px;
				box-shadow: 0 0.5em 0 0 #003049, 0 1em 0 0 #003049;
			}
			
			
		.navigation-portrait .nav-toggle-d7 {display: block;} 
			
		.navigation-portrait .nav-menus-wrapper-d7 {
			width: 320px;
			height: 100%;
			top: 0;
			left: -400px;
			position: fixed;
			background-color: #FFFFFF;
			z-index: 20000;
			overflow-y: auto;
			-webkit-overflow-scrolling: touch;
			transition-duration: 0.2s;
			transition-timing-function: ease;
		}

		.navigation-portrait .nav-menus-wrapper-d7.nav-menus-wrapper-right {
			left: auto;
			right: -400px;
		}	
		.navigation-portrait .nav-menus-wrapper-d7.nav-menus-wrapper-open {
			left: 0;
		}

		.navigation-portrait .nav-menus-wrapper-d7.nav-menus-wrapper-right.nav-menus-wrapper-open {
			left: auto;
			right: 0;
		}
		
		.nav-menus-wrapper-close-button-d7 {
			width: 30px;
			height: 40px;
			margin: 10px 7px;
			display: none;
			float: right;
			color: #003049;
			font-size: 26px;
			cursor: pointer;
		}	

		.navigation-portrait .nav-menus-wrapper-close-button-d7 {display: block;}
	
		.nav-menu-d7 {
			margin: 2px 0px;
			padding: 0;
			list-style: none;
			line-height: normal;
			font-size: 14px;
			/*padding-left: 160px;              KD: Jorge> this could be unnecessary */
			font-weight: 700;
			/*text-transform: capitalize;*/
		}

		.navigation-portrait .nav-menu-d7 {width: 100%;}

		.navigation-landscape .nav-menu-d7.nav-menu-centered {float: none;text-align: center;}
			
		.navigation-landscape .nav-menu-d7.nav-menu-centered > li {float: none;	}

		.nav-menu-d7 > li {
			display: inline-block;
			float: left;
			text-align: left;
			background-color: #FFFFFF;
			font-weight:inherit;
			font-size: inherit;
		}
		.nav-menu-d7 li {
			display: inline-block;
			float: left;
			text-align: left;
			background-color: #fff;
		}
		
		
		.nav-menu-d7 li a {color:#003049; line-height: 20px; background-color: #fff; font-weight:inherit; font-size: inherit;}
		.nav-menu-d7 li a:active {color: #e81d22; text-decoration: underline;}
		.nav-menu-d7 li a:hover, .nav-menu-d7 li a:focus {color: #e81d22; text-decoration: underline;}
		.navigation-portrait .nav-menu-d7 > li {
			width: 100%;
			position: relative;
		}
	
		.navigation-portrait .nav-menu-d7 > li:last-child {border-bottom: none;	}
			
		.nav-menu + .nav-menu-d7 > li:first-child {border-top: none;}

		.nav-menu-d7 > li > a {
			height: 50px;
			padding: 26px 10px;
			display: inline-block;
			font-size: 14px;
			font-weight: 700;
			color: #003049;
			font-family: inherit;
		}


		.navigation-portrait .nav-menu-d7 > li > a {
			width: 100%;
			height: auto;
			padding: 12px 15px 12px 26px;
		}

		.nav-menu-d7 > li:hover > a,
		.nav-menu-d7 > li.active > a,
		.nav-menu-d7 > li.focus > a {
				color: #e81d22;
				font-weight:700;
				font-size: inherit;
				font-family: inherit;
				text-decoration: underline;
		}
		.nav-menu-d7 > li > a > i,
			.nav-menu-d7 > li > a > [class*="ion-"] {
			width: 18px;
			height: 16px;
			line-height: 16px;
			transform: scale(1.4);
		}
		.nav-menu-d7 > li > a > [class*="ion-"] {
			width: 16px;
			display: inline-block;
			transform: scale(1.8);
		}
		.navigation-portrait .nav-menu-d7.nav-menu-social {
			width: 100%;
			text-align: center;
		}
		
		.nav-menu-d7.nav-menu-social > li {
			text-align: center;
			float: none;
			border: none !important;
		}		
		.navigation-portrait .nav-menu-d7.nav-menu-social > li {
			width: auto;
		}
		.nav-menu-d7.nav-menu-social > li > a > [class*="ion-"] {
			font-size: 14px;
		}
	
		.nav-menu-d7.nav-menu-social > li > a > .fa {
			font-size: 14px;
		}

		.navigation-portrait .nav-menu-d7.nav-menu-social > li > a {
			padding: 15px;
		}
		.submenu-indicator-d7 {
			margin-left: 6px;
			margin-top: 6px;
			float: right;
			transition: all 0.2s;
		}		
		
		.navigation-portrait .submenu-indicator-d7 {
			width: 54px;
			height: 44px;
			margin-top: 0;
			position: absolute;
			top: 0;
			right: 0;
			text-align: center;
			z-index: 20000;
		}
		.submenu-indicator-chevron-d7 {
			height: 6px;
			width: 6px;
			display: block;
			border-style: solid;
			border-width: 0 1px 1px 0;
			border-color: transparent #003049 #003049 transparent;
			transform: rotate(45deg);
			transition: border 0.2s;
		}	
		
		.navigation-portrait .submenu-indicator-chevron-d7 {
			position: absolute;
			top: 18px;
			left: 24px;
		}

		.nav-menu-d7 > li:hover > a .submenu-indicator-chevron-d7,
		.nav-menu-d7 > .active > a .submenu-indicator-chevron-d7,
		.nav-menu-d7 > .focus > a .submenu-indicator-chevron-d7 {
			border-color: transparent #e81d22 #e81d22 transparent;
		}		
		
		.nav-search-button-d7 {
			width: 70px;
			height: 70px;
			line-height: 70px;
			text-align: center;
			cursor: pointer;
			background-color: #003049;
		}

		.navigation-portrait .nav-search-button-d7 {
			width: 50px;
			height: 48px;
			line-height: 46px;
			font-size: 22px;
		}

		.nav-button-d7 { 
			float: right; 
			margin-top: 12px; 
			margin-right: 2px;
			color: #003049;
			font-size: 14px;
			text-align: center;
			text-decoration: none; border-radius: 4px;
			text-transform: none;
		}

		.nav-button-d7:hover,	.nav-button-d7:focus {
			color: #fff;
			text-decoration: none;
		}
		
		.navigation-portrait .nav-button-d7 {
			width: calc(100% - 52px);
			margin: 17px 26px;
		}
		
		.nav-text-d7 {
			margin: 25px 15px;
			display: inline-block;
			color: #003049;
			font-size: 14px;
		}
		
		.navigation-portrait .nav-text-d7 {
			width: calc(100% - 52px);
			margin: 12px 26px 0;
		}
		.navigation-portrait .nav-text-d7 + ul {
			margin-top: 15px;
		}
		.nav-dropdown-d7 {
			min-width: 210px;
			margin: 0;
			padding: 0;
			display: none;
			position: absolute;
			list-style: none;
			z-index: 98;
			white-space: nowrap;
		}
		
		.navigation-portrait .nav-dropdown-d7 {
			width: 100%;
			position: static;
			left: 0;
		}
		
		
		.nav-dropdown-d7 .nav-dropdown-d7 {left: 100%;}
		
		.nav-dropdown-d7 > li {
			width: 100%;
			float: left;
			clear: both;
			position: relative;
			text-align: left;
		}
		.nav-dropdown-d7 li {
			width: 100%;
			clear: both;
			position: relative;
			border-bottom: 1px dotted #808080;
			background-color: #FFF;
		}
				
		.nav-dropdown > li > a {
			color: #fff;
			padding: 10px 20px;
			border-bottom: transparent;
		  }
  
		.nav-dropdown-d7 > li > a {
			width: 100%;
			padding: 16px 20px;
			display: inline-block;
			text-decoration: none;
			float: left;
			font-size: 14px;
			color: #003049;
			background-color: #fff;
		}
		.nav-dropdown-d7 li a:active, .nav-dropdown-d7 li a:hover, nav-dropdown-d7 li a:focus {
			color: #e81d22;
			text-decoration: underline;
			font-family: inherit;
			font-size: inherit;
			font-weight: inherit;
		}
	
		.nav-dropdown-d7 > li:active > a,
		.nav-dropdown-d7 > li:hover > a,
		.nav-dropdown-d7 > li.focus > a {
			color: #e81d22;
			text-decoration: underline;			
		}
		
		.nav-dropdown-d7 li a:active, .nav-dropdown-d7 li a:hover, nav-dropdown-d7 li a:focus { 
		/*.nav-dropdown-d7 li a:product, KD: IDK Y this product was used unless it's a typo */
			color: #e81d22;
			text-decoration: underline;
		}


		.nav-menu-d7 li .nav-dropdown-d7 {
			border-width: 1px 1px 1px;
			border-style: dotted dotted dotted;
			border-color: #808080;
			border-image: initial;
			border: 1px dotted #808080;
			margin-top: 0px;
		}
		
		.nav-dropdown-d7.nav-dropdown-left {
			right: 0;
		}
		



		.nav-dropdown-d7 > li > .nav-dropdown-left {
			left: auto;
			right: 100%;
		}
		
		.navigation-landscape .nav-dropdown-d7.nav-dropdown-left > li > a {
			text-align: right;
		}
		
		.navigation-portrait .nav-dropdown-d7 > li > a {
			padding: 12px 20px 12px 30px;
		}
		.navigation-portrait .nav-dropdown-d7 > li > ul > li > a {
			padding-left: 50px;
		}


		.navigation-portrait .nav-dropdown-d7 > li > ul > li > ul > li > a {
			padding-left: 70px;
		}

		.navigation-portrait .nav-dropdown-d7 > li > ul > li > ul > li > ul > li > a {
			padding-left: 90px;
		}



		.navigation-portrait
		.nav-dropdown-d7
		> li
		> ul
		> li
		> ul
		> li
		> ul
		> li
		> ul
		> li
		> a {
			padding-left: 110px;
		}
		
		
		.nav-dropdown-d7 .submenu-indicator-d7 {
			right: 15px;
			top: 10px;
			position: absolute;
		}


		.navigation-portrait .nav-dropdown-d7 .submenu-indicator-d7 {
			right: 0;
			top: 0;
		}



		.nav-dropdown-d7 .submenu-indicator-d7 .submenu-indicator-chevron-d7 {
			transform: rotate(-45deg);
		}
		
		.navigation-portrait .nav-dropdown-d7 .submenu-indicator-d7	.submenu-indicator-chevron-d7 {
			transform: rotate(45deg);
		}
		
		.nav-dropdown-d7 > li:hover > a .submenu-indicator-chevron-d7,
		.nav-dropdown-d7 > .focus > a .submenu-indicator-chevron-d7 {
			border-color: transparent #ed1c24 #ed1c24 transparent;
		}

		.navigation-landscape .nav-dropdown-d7.nav-dropdown-left .submenu-indicator-d7 {
			left: 10px;
		}
		
		.navigation-landscape .nav-dropdown-d7.nav-dropdown-left .submenu-indicator-d7 .submenu-indicator-chevron-d7 {
			transform: rotate(135deg);
		}
		
		.nav-dropdown-horizontal-d7 {
			width: 100%;
			left: 0;
			background-color: #ffffff;
			border-top: none;
		}
		
		.nav-dropdown-horizontal-d7 .nav-dropdown-horizontal-d7 {
			width: 100%;
			top: 100%;
			left: 0;
		}	
		
		.navigation-portrait .nav-dropdown-horizontal-d7 .nav-dropdown-horizontal-d7 {
			border-top: none;
		}	
		
		.nav-dropdown-horizontal-d7 > li {
			width: auto;
			clear: none;
			position: static;
		}	
		
		.navigation-portrait .nav-dropdown-horizontal-d7 > li {
			width: 100%;
		}	
		
		.nav-dropdown-horizontal-d7 > li > a {
			position: relative;
		}	
		
		.nav-dropdown-horizontal-d7 .submenu-indicator-d7 {
			height: 18px;
			top: 11px;
			transform: rotate(90deg);
		}	
		
		.navigation-portrait .nav-dropdown-horizontal-d7 .submenu-indicator-d7 {
			height: 42px;
			top: 0;
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
		}	
		.navigation-portrait
		.nav-dropdown-horizontal-d7
		.submenu-indicator-d7.submenu-indicator-up {
			transform: rotate(-180deg);
		}	
		
		.nav-menu-d7 > li > a {
			padding: 26px 10px;
			display: inline-block;
			font-size: 14px;
			font-weight: 900;
			color: #003049;
			background-color: #fff;
			font-family: inherit;
			font-weight: 700;
			text-transform: none;
		 }
  	
		.nav-dropdown-d7 > li > a {
			color: #003049;
			padding: 10px 20px;
			font-size: 14px;	
		}	
		
		.nav-dropdown-d7 > li > a:hover,
		 .nav-dropdown-d7 > li > a:focus {
			color: #e81d22; 
			text-decoration: underline;
		 }
	  	
		.main_header_area-d7.sticky {
			width: 100%;
			position: fixed;
			top: 0;
			left: 0;
			background-color: #fff;
			z-index: 9999;
			box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
		}

		.header_area-d7 { background-color:#ffffff;  border-bottom: 1px dotted #CCCCCC; }	
		
		.navigation-portrait .nav-menu-d7 > li > a {
			width: 100%;
			height: auto;
			padding: 10px 10px 10px 30px;
		}
	

/* HEADER AND NAV MEDIA QUERIES START */	
	@media only screen and (min-width: 320px) and (max-width: 767px) {
			.nav-dropdown-d7 > li > a,
			.megamenu-list > li > a {
			  width: 65%;
			}
	}
			
		
	@media (max-width: 418px){ 
		div.nav-header-d7{
			width: 50%;	
		}
		.nav-header-d7 img {
			width: 100%;	
		}
		.simp-big-title-d7 {
			text-align: center;
		}
	}

/* HEADER AND NAV MEDIA QUERIES START */

	@media (min-width: 992px) and (max-width: 1199px) {
		.nav-menu-d7 > li > a {				
			text-transform: none;
			height: 50px;
			font-size: 13px;
			padding: 26px 8px;
		}

		

		.nav-menu-d7 > li:hover > a,
		.nav-menu-d7 > li.active > a,
		.nav-menu-d7 > li.focus > a {
				color: #e81d22;
				font-size: 13px;
				text-decoration: underline;
		}
		

	}		
/* Navigation ENDs */		
		
			
		
		
/* HEADER CTA START */
		.nav-button-d7 { float: right; margin-top: 22px; margin-right: 2px; }

		.btn-primary-dark-d7 { 
			background-color: #003049; 
			color: #ffffff; 
			border: 1px solid #ffffff; 
			font-size: 14px; 
			text-transform: none;
			border-radius: 4px;
			font-weight: 700;
		}

		.btn-primary-dark-d7:hover {
			background-color: #fff;
			color: #003049;
			border: 1px solid #003049; 
			text-decoration: none;
		}

		.btn-primary-light-d7 { 
			background-color: #fff;
			color: #003049;
			border: 1px solid #003049; 
			font-size: 14px; 
			text-transform: none;
			border-radius: 4px;
			font-weight: 700;
			padding: 0.375rem 1.75rem;
		}

		.btn-primary-light-d7:hover {
			background-color: #003049; 
			color: #ffffff; 
			border: 1px solid #ffffff; 
			text-decoration: none;
		}
		

		

/* HEADER CTA END */
	
		
		
/* BUTTONS START */

								/* KD: JORGE DO WE NEED TO CHANGE THESE? WHERE ARE THEY ON THE SITE */
		a.solution_btn-d7 {
			color: #FFFFFF;
			text-decoration: none;
			text-transform: capitalize;
			background-color: #003049;
			border: 1px solid #ffffff;
		}
		a.product_btn-d7 {
			color: #FFFFFF;
			text-decoration: none;
			text-transform: capitalize;
			background-color: #003049;
			border: 1px solid #ffffff;
		}
		a.product_btn-d7:hover {
			color: #003049 !important;
			background-color: #FFFFFF;
			border: 1px solid #003049;

		}
		a.solution_btn-d7:hover {
			color: #003049 !important;
			background-color: #FFFFFF;
			border: 1px solid #003049;
		}
		a.mediaKit_btn-d7 {
			color: #003049 !important;
			text-decoration: none;
			background-color: #FFFFFF;
			border: 1px solid #003049;
		}
			
		ul li a.solution_btn-d7::after {
			position: absolute;
			content: "";
			width: 25%;
			height: 3px;
			top: 50%;
			left: 5%;
			background: #003049;
			transition: transform 0.5s;
			transform: scaleX(0);
			transform-origin: right;
		}
			
		ul li a.product_btn-d7::after {
			position: absolute;
			content: "";
			width: 22%;
			height: 3px;
			top: 50%;
			left: 5%;
			background: #003049;
			transition: transform 0.5s;
			transform: scaleX(0);
			transform-origin: right;
		}
			
		ul li a.mediaKit_btn-d7::after {
			position: absolute;
			content: "";
			width: 33%;
			height: 3px;
			top: 50%;
			left: 5%;
			right: 4%;
			background: #003049;
			transition: transform 0.5s;
			transform: scaleX(0);
			transform-origin: right;
		}
			
	@media (max-width: 991px){ 
		a.solution_btn-d7 {
			color: #FFFFFF;
			text-decoration: none;
			text-transform: capitalize;
			background-color: #003049;
			border: 1px solid #ffffff;
		}
		a.product_btn-d7 {
			color: #FFFFFF;
			text-decoration: none;
			text-transform: capitalize;
			background-color: #003049;
			border: 1px solid #ffffff;
		}
		a.product_btn-d7:hover {
			color: #003049 !important;
			background-color: #FFFFFF;
			border: 1px solid #003049;

		}
		a.solution_btn-d7:hover {
			color: #003049 !important;
			background-color: #FFFFFF;
			border: 1px solid #003049;
		}
		a.mediaKit_btn-d7 {
			color: #003049 !important;
			text-decoration: none;
			background-color: #FFFFFF;
			border: 1px solid #003049;
		}

		ul li a.solution_btn-d7::after {
			position: absolute;
			content: "";
			width: 35%;
			height: 3px;
			top: 50%;
			left: 7%;
			background: #003049;
			transition: transform 0.5s;
			transform: scaleX(0);
			transform-origin: right;
		}

		ul li a.product_btn-d7::after {
			position: absolute;
			content: "";
			width: 30%;
			height: 3px;
			top: 50%;
			left: 7%;
			background: #003049;
			transition: transform 0.5s;
			transform: scaleX(0);
			transform-origin: right;
		}
  
		ul li a.mediaKit_btn-d7::after {
			position: absolute;
			content: "";
			width: 45%;
			height: 3px;
			top: 50%;
			left: 5%;
			right: 15%;
			background: #003049;
			transition: transform 0.5s;
			transform: scaleX(0);
			transform-origin: right;
		}

	}

/* BUTTONS END */	
		
		
/* Channel Leadership Forum page START */		
		
		.clf-small-title-1-d7 {
			text-align: left;
			color: #003049;
			font-weight: bold;
			font-size: 18px;
		}
	
		.clf-small-title-2-d7 {
			text-align: left;
			color: #003049;
			font-weight: bold;
			font-size: 16px;
			margin-top: 15px;
		}
		
		p.clf-sidebox-title-d7 {
			font-family: 'Lato', Arial, sans-serif;
			font-weight: 400;
			font-size: 15px;
			color: #003049;
			line-height: 24px;
			padding: 0 0 20px 0px;
			margin: 0px;
			word-wrap: break-word;
		}
	


/* Channel Leadership Forum page END */	
/* WOTC Events page START */
		
		.btn-wotc-2023-contact-d7 {  /* KD: Jorge - the other option is to add .btn-primary-light-d7 class after the .btn-wotc-2023-contact class and NOT create a new -d7 one */
			color: #003049;
			background-color:  #ffffff;
			border: 1px solid #003049;
			font-size: 14px;
			text-transform: none;
			background-color: #fff;
			text-decoration: none;
		}
/* WOTC Events page ENDS */

		
/* Media page STARTS */			
		.media-page-contact-form {
			background-color: #003049;
			width: 70%;
			margin-left: auto;
			margin-right: auto;
			top: 40px;
			position: relative;
			padding-bottom: 20px;
			border-top: 2px solid #003049;
			text-align: left;
			height: fit-content;
			min-height: 100%;
			margin-bottom: 100px;
		}
		
/* Media page ENDS */	

	
/* XChange page STARTS */			
		.xchange-2023-card-info-d7 {
			margin: 16px;
			padding: 16px;
			position: absolute;
			top: -16px;
			left: 0px;
			width: fit-content;
			max-height: 70%;
			max-width: 100%;
			background: #003049;
		
		}
/* XChange page END */	
	
		
/* Community page START */

		.card-title-d7 {
			color: #e81d22;
			font-size: 15px;
			line-height: 1.1;
			font-weight: 600;
			margin: 5px 0;
		}
		
		h3.communities-5775-title {
			text-align:left !important;
			color: #003049;
			font-weight: bold;
			font-size: 1.75rem;
			margin-top: 0px;
		}
		.communities-5775-link-d7, a.communities-5775-link {
			color: #e81d22;
			font-weight: 400;
			font-size: 16px;
		}
		a.communities-5775-link:hover, a.communities-5775-link:focus {
			text-decoration: underline;
		}
				
/* Community page END */


/* NEW CLASSES START */

		.tcc2024-hero-section {
			min-height: 200px; 
			margin-top: 45px;
		}
		.tcc2024-hero-content {
			background-image: none;
			height: 400px;
			padding: 25px 0px;
			padding-top: 90px;
			width: 95%; /* KD 20230327 stays 100% until headline lengths are consistent Was 75% */ /* Was 65% then 80% */
			margin-top: 50px; /* KD 20240327 to push titles down */
		}
		.hide-on-desktop {display: none;}
		.tcc2024-btn {color: #003049; background-color: #FFFFFF; border: 1px solid #003049;}

		h1.tcc2024-h.tcc2024-h1, .tcc2024-h1, div.tcc2024-hero-content h1.tcc2024-h.tcc2024-h1, .h1-d7 {
			color: #FFFFFF;
			text-transform: uppercase;
			font-weight: 700;
			text-shadow: 1px 1px 2px #000000;
			text-align: left;
			font-size: 2.80rem; /* KD 20240327 Mk less shouty 2.90rem */
			letter-spacing: 0.0200em;
			word-spacing: 5px;
		}
		


		div.tcc2024-hero-content h2.tcc2024-h, h2.tcc2024-h, .tcc2024-hero-content h2.tcc2024-h, .h2-h3-d7	{
			color: #FFFFFF;
			font-weight: 700;
			text-shadow: 1px 1px 2px #000000;
			text-align: left !important;
			font-style: normal;
			margin-bottom: 0px;
			margin-top: 0px;
			text-transform: none;
			line-height: 1.1;	
			font-size: 2.25rem; /* KD 20240327 Mk less shouty 2.5rem */
			align-self: normal;
			padding-block: 20px;
		}
		
		
		
		.h3.tcc2024-hb, h3.tcc2024-hb {	font-size: 1.90rem;	}
		h3.tcc2024-hb, .tcc2024-hb, .tcc2024-intro-box h3.tcc2024-hb {
			text-align:left !important;
			text-transform: none;
			color: #003049;
			font-weight: 700;
			margin-bottom: 25px;
			}
			
			
	
		h5.tcc2024-card-title {
			font-size: 1.35rem; /* 18px; */
			text-align: left !important;
			text-transform: none;
			color: #003049;
			font-weight: 800;
			}	
			
			
		.tcc2024-intro-box p {
			font-family: inherit;
			font-weight: 500;
			font-size: 17px;
			color: #808080;
			line-height: 24px;
			padding: 0px 0px 20px 0px;
			margin: 0px 0px;
			word-wrap: break-word;
		}

		p.tcc2024-card-description {
			color: #333333;
			font-size: 1.15rem; /* 14px */
			text-align: left;
			margin-left: 20px;
			margin-right: 20px;
			font-family: inherit;
			
		}
		.tcc2024-card-ul {
			margin-left: 35px;
			padding-bottom: 20px;
		}
			
		.tcc2024-box {
			margin-top:20px;
			margin-bottom:20px;
		}
		.tcc2024-intro-box p a.red-link-d7 {font-family: inherit;color: #e81d22; font-weight: 700;text-decoration: none;}
		.tcc2024-intro-box p a.red-link-d7 {font-family: inherit;text-decoration: underline;}


		a.red-link-d7 {font-family: inherit; color: #e81d22; font-weight: 700;text-decoration: none;}
		a.red-link-d7:hover, a.red-link-d7:focus { font-family: inherit; text-decoration: underline;}	


	
		.tcc2024-intro-box {padding-left:0px; padding-right:0px;}
		.tcc2024-card {margin: 10px; padding: 10px; height: fit-content; margin-bottom: 30px;}
		.tcc2024-card-image {margin-left: auto; margin-right: auto; text-align: center;}
		.tcc2024-card img, .tcc2024-card-short img { width: 100%; border: 1px solid #e8e8e8;}
		.tcc2024-card-title {font-family: inherit; font-weight: 700; margin-left: 20px; margin-right: 20px; padding-bottom: 12px;}
		.tcc2024-card-body {background-color: #d9d9d9;}
		.tcc2024-card .tcc2024-card-body {min-height: 300px;} /* KD: to shorten box as per Mktg 320px; */
		.tcc2024-card-short {min-height: 92px;}
		.tcc2024-card-body {min-height: 60px;}
		.tcc2024-card-short {margin-top: 0px; margin-bottom: 25px; padding: 10px; min-height: auto; height: fit-content; overflow: auto;}
		.tcc2024-card-description {text-align:left; margin-left: 20px; margin-right: 20px;}
		.tcc2024-card-footer {background-color: #d9d9d9; border-top: 0;}
		.tcc2024-box-text {	min-height:100px;}

		.tcc2024-box-title-light {
			font-family: inherit;
			font-weight: 700;
			margin-left: 20px;
			margin-right: 20px;
			padding-bottom: 12px;
			color: #fff;
		}

		.tcc2024-section-dark {
			background: rgb(1, 48, 74);
			background: linear-gradient(90deg, rgba(1, 48, 74, 1) 0%, rgba(86, 18, 65, 1) 100%);
			margin-bottom: 25px;
		}
		.tcc2024-light-text {color: #fff;}

		.tcc2024-light-link {color: #fff;text-decoration: underline;}

		.asset-img-container {
			overflow: hidden;
			width: 100%;
			height: auto;
			margin-bottom: 8px;
		}
		
		.tcc2024-section-dark h3.tcc2024-hb, .tcc2024-section-dark.h3-h4-d7 { /* KD: Jorge Heads up new class */
			text-align: left !important;
			text-transform: none;
			color: #FFFFFF;
			font-weight: 700;
			margin-bottom: 25px;
			word-break: break-word;
			max-width: 90%; /* KD: Jorge - we can ditch this if necessary. it's to prevent awkward word wrapping */
		}
		
		.tcc2024-section-dark p.tcc2024-light-text {
			font-family: inherit;
			font-weight: 600;
			font-size: 1.55rem;
			color: #ffffff;
			line-height: 24px;
			padding: 0px 0px 20px 0px;
			margin: 0px 0px;
			word-wrap: break-word;		
		} 
		
		.tcc2024-section-dark .tcc2024-gray-box .simp-card .tcc2024-huge, .tcc2024-huge {
			font-family: 'Lato', Arial, sans-serif;
			color: #d2eff7;
			font-size: 84px;
			line-height: 4.25rem;
			font-weight: 200;	
			text-shadow: 1px 1px 2px #003049;			
		}
		
		.tcc2024-section-dark .tcc2024-gray-box p.tcc2024-box-text.tcc2024-light-text {
			font-family: inherit;
			font-weight: 500;
			font-size: 1.35rem;
			line-height: 1.45rem;
			color: #d2eff7;
			margin: 0 auto;
			word-wrap: break-word;
			text-shadow: 1px 1px 2px #003049;
			width: 90%;
		}
		
		
		.tcc2024-light-link, a.tcc2024-light-link {color: #ffffff; text-decoration: underline;  font-weight:600;}
		
		a.tcc2024-light-link:hover, a.tcc2024-light-link:focus  {color: #ffffff; text-decoration: underline; font-weight:600;}		
		.home-promo-d7 {}
		
		#home-promo-1-d7, #home-promo-2-d7, #home-promo-3-d7, #home-promo-4-d7 {}
		
		#home-promo-1-d7 .tcc2024-card-body, 
		#home-promo-2-d7 .tcc2024-card-body, 
		#home-promo-3-d7 .tcc2024-card-body, 
		#home-promo-4-d7 .tcc2024-card-body {
			background-color: #d9d9d9;
		}
		
		#home-promo-1-d7 .tcc2024-card-image, #home-promo-2-d7 .tcc2024-card-image, #home-promo-3-d7 .tcc2024-card-image, #home-promo-4-d7 .tcc2024-card-image {
			border: 1px solid #dadada;
		}
		
		.thought-leadership-d7 {}
		
		#tl-01-d7, #tl-02-d7, #tl-03-d7, #tl-04-d7 {}
		
		.thought-leadership-d7 .tcc2024-card-short {
			margin-top: 0px;
			margin-bottom: 25px;
			padding: 10px;
			height: fit-content;
			overflow: auto;
		}

		.thought-leadership-d7 .tcc2024-card-body {
			background-color: #d9d9d9;
		}
		
		.thought-leadership-d7 h5.tcc2024-card-title {
			font-size: 18px;
			text-align: left;
			text-transform: none;
			color: #003049;
			font-weight: 800;
			padding: 0px 10px 20px 10px;
			margin: 0px 0px;
		}
		
			
		#tl-01-d7.tcc2024-card-short h5.tcc2024-card-title, #tl-02-d7.tcc2024-card-short h5.tcc2024-card-title, #tl-03-d7.tcc2024-card-short h5.tcc2024-card-title, #tl-04-d7.tcc2024-card-short h5.tcc2024-card-title { font-size: 1.2rem;
				  text-align: left;
				  text-transform: none;
				  color: #003049;
				  font-weight: 800;
				 padding: 0px 10px 20px 10px;
				  margin: 0px 0px;
		}
		#tl-01-d7.tcc2024-card-short h5.tcc2024-card-title a, 
		#tl-02-d7.tcc2024-card-short h5.tcc2024-card-title a, 
		#tl-03-d7.tcc2024-card-short h5.tcc2024-card-title a, 
		#tl-04-d7.tcc2024-card-short h5.tcc2024-card-title a 
		{ font-size: 1.2rem;
				  text-align: left;
				  text-transform: none;
				  color: #003049;
				  text-decoration: underline;
				  font-weight: 800;
				  margin: 0px 0px;
		}
		#tl-01-d7.tcc2024-card-short h5.tcc2024-card-title a:hover, 
		#tl-01-d7.tcc2024-card-short h5.tcc2024-card-title a:focus,
		#tl-01-d7.tcc2024-card-short h5.tcc2024-card-title a:active,
		#tl-02-d7.tcc2024-card-short h5.tcc2024-card-title a:hover,
		#tl-02-d7.tcc2024-card-short h5.tcc2024-card-title a:focus, 
		#tl-02-d7.tcc2024-card-short h5.tcc2024-card-title a:active, 		
		#tl-03-d7.tcc2024-card-short h5.tcc2024-card-title a:hover,
		#tl-03-d7.tcc2024-card-short h5.tcc2024-card-title a:focus, 
		#tl-03-d7.tcc2024-card-short h5.tcc2024-card-title a:active, 		
		#tl-04-d7.tcc2024-card-short h5.tcc2024-card-title a:hover 
		#tl-04-d7.tcc2024-card-short h5.tcc2024-card-title a:focus
		#tl-04-d7.tcc2024-card-short h5.tcc2024-card-title a:active
		{ 		font-size: 1.2rem;
				text-align: left;
				text-transform: none;
				color: #003049;
				text-decoration: underline;
				font-weight: 800;
				margin: 0px 0px;
		}
				  
				  
			
		.thought-leadership-d7 h3.tcc2024-hb, .thought-leadership-d7 h3, .thought-leadership-d7 .h3-h4-d7 { 
			font-size: 1.9rem; 
			color: #003049;
			text-align: left !important;
		}
			
		.thought-leadership-d7.tcc2024-card-image, .thought-leadership-d7.tcc2024-card-image .img-fluid .card-img-top { border: 1px solid #dadada;}	
		
		.tcc2024-section-dark #home-cta-d7 h3, #home-cta-d7 h3 {
			font-size: 36px;
			font-family: inherit;
			color: #FFFFFF;
			text-transform: none;
			font-weight: 700;
			text-shadow: 1px 1px 2px #000000;
		}
		#home-cta-d7 {margin: 75px 0px;}
		
		
		#home-cta-d7 p.tcc2024-light-text .centered, #home-cta-d7 p.tcc2024-light-text.centered, #home-cta-d7 p.tcc2024-light-text {
		    font-family: inherit;
			font-size: 22px;
			font-weight: 600;
			width: 65%;
			line-height: 1.5;
			margin: 65px auto;
			color: #FFFFFF;
		}
		
/* MARKETO FORM CSS 2024 STARTS */

 
		 form#mktoForm_4771.mktoForm {    
			
			font-size: 13px;
			color: rgb(184, 184, 184);
		}
    
		.mktoForm {
			text-align: left;
		}

		.mktoForm {
			margin: 0px auto;
			color: #fff !important;
			background-color: #003049; 
		}
		
		
		
		
		
		.wotc-page-contact, .wotc-page-contact-d7 {
			background-image: url(https://i.crn.com/sites/default/files/ckfinderimages/userfiles/images/crn/misc/tcc/tcc-contactus-form-background-1360x700.jpg);
			background-position: center top;
			background-repeat: no-repeat;
			background-size: cover;
			height: fit-content;
			min-height: 700px;
		}
		.media-page-contact-form {
			background-color: #003049;
			width: 70%;
			margin-left: auto;
			margin-right: auto;
			top: 40px;
			position: relative;
			padding-bottom: 20px;
			border-top: 2px solid #003049;
			height: fit-content;
			min-height: 100%;
			margin-bottom: 100px;
		}

/* MARKETO FORM CSS 2024 ENDS */

/* Media Queries for Cards START */

		@media screen and (max-width: 1199px) {
			/*.tcc2024-card { height: 294px; }*/
		}
		@media screen and (max-width: 991px) {
			.tcc2024-card { height: 400px; margin-bottom: 170px;}
		}
		@media screen and (max-width: 767px) {
			.tcc2024-card { height: auto; margin-bottom:20px;}
		}
/* Media Queries for Cards ENDS */


/* Media Queries from header of new home page START */
		@media only screen and (max-width: 1199px) and (min-width: 992px) {
			.nav-menu-d7 li a {
				color: #003049;
				transition: color 0.3s, background 0.3s;
			}
			.tcc2024-card .tcc2024-card-body {
				min-height: 350px; /* KD 20240328 390 */
			}
			.tcc2024-card-short .tcc2024-card-body {
				min-height: 65px;
			}
			
		}
		/* KD added to address masthead H1 widows and orphans */
		
		@media (min-width: 992px) and (max-width: 1040px) {
			.tcc2024-hero-content {width: 75%; padding-top: 70px;}
			.thought-leadership-d7 h5.tcc2024-card-title {
				  font-size: 1.2rem;
				  text-align: left;
				  text-transform: none;
				  color: #003049;
				  font-weight: 800;
				  padding: 0px 10px 20px 10px;
				  margin: 0px 0px;
				}
			
			#tl-01-d7.tcc2024-card-short h5.tcc2024-card-title, #tl-02-d7.tcc2024-card-short h5.tcc2024-card-title, #tl-03-d7.tcc2024-card-short h5.tcc2024-card-title, #tl-04-d7.tcc2024-card-short h5.tcc2024-card-title { font-size: 1.2rem;
				  text-align: left;
				  text-transform: none;
				  color: #003049;
				  font-weight: 800;
				  padding: 0px 10px 20px 10px;
				  margin: 0px 0px;
				  }
			
			 .tcc2024-card-short .tcc2024-card-body {min-height: 95px;}
		
			}
		
		@media only screen and (max-width: 991px) and (min-width: 768px) {
			.tcc2024-hero-content {width: 75%; padding-top: 75px;}
			
			.tcc2024-card .tcc2024-card-body {
				min-height: 250px;
			}
			.tcc2024-card-short .tcc2024-card-body {
				min-height: 40px;
			}
		}

		@media only screen and (max-width: 767px) {
			.tcc2024-card .tcc2024-card-body {
				min-height: fit-content;
			}
			.tcc2024-card-short .tcc2024-card-body {
				min-height: fit-content;
			}
		}

		@media only screen and (max-width: 1024px) {
			.hide-on-desktop {
				display: block;
			}
		}

/* Media Queries from header of new home page END */


/* CLASSES USED W/O CSS */
		.main_header_area-d7 {}
		
		
		@media screen and (max-width: 991px) {
			.nav-menu-d7 {
				font-size: 13px;
			}
			.nav-menu-d7 > li > a {
				font-size: 13px;
				padding: 26px 8px;
			}
			.nav-menu-d7 > li:hover > a,
			.nav-menu-d7 > li.active > a,
			.nav-menu-d7 > li.focus > a {
					color: #e81d22;
					font-size: 13px;
					text-decoration: underline;
			}
			.nav-dropdown-d7 > li > a {
				font-size: 13px;
			}
		
		
			

		}
		

	@media only screen and (max-width: 767px) {
	
		.nav-menu-d7 {
			font-size: 14px;
		}
		.nav-menu-d7 > li > a {
			font-size: 14px;
			padding: 26px 8px;
		}
		.nav-menu-d7 > li:hover > a,
		.nav-menu-d7 > li.active > a,
		.nav-menu-d7 > li.focus > a {
				color: #e81d22;
				font-size: 14px;
				text-decoration: underline;
		}
		.nav-dropdown-d7 > li > a {
				font-size: 14px;
		}
			
	}
	
	@media only screen and (max-width: 991px) and (min-width: 768px) {
		.tcc2024-section-dark .tcc2024-gray-box .simp-card .tcc2024-huge, .tcc2024-huge, .tcc2024-section-dark.tcc2024-gray-box.simp-card.tcc2024-huge, span.tcc2024-huge {
			font-size: 64px; margin-left:-25px; margin-right: 20px;
		}
		
		.tcc2024-section-dark.tcc2024-gray-box p.tcc2024-box-text.tcc2024-light-text, p.tcc2024-box-text.tcc2024-light-text, .tcc2024-section-dark .tcc2024-gray-box p.tcc2024-box-text.tcc2024-light-text {
			font-size: 1.20rem;
		}
		
		.clearfix.text-formatted.field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item h2 {width: 100%;}
		
	}
	@media screen and (min-width: 767px) and (max-width: 990px) {
		.tcc2024-hero-content  {
			height: 400px;
			padding-top: 60px;
			width: 80%;
		}
		h1.tcc2024-h.tcc2024-h1, .tcc2024-h1, div.tcc2024-hero-content h1.tcc2024-h.tcc2024-h1 {
			font-size: 2.50rem;
			margin-bottom: 10px;
		}
		
		div.tcc2024-hero-content h2.tcc2024-h, h2.tcc2024-h, .tcc2024-hero-content h2.tcc2024-h, .h2-h3-d7 {
			margin-bottom: 40px;
			font-size: 1.80rem; /* KD 20230327 Less shouty size */
			width: 100%;
		}
		
	}
	@media screen and (max-width: 767.98px) {
		a.navbar-brand.xchange-2023-hero-logo, .xchange-2023-hero-logo  {display:none; visibility: hidden;}
	}	
	
	

	@media screen and (min-width: 575px) and (max-width: 768px) {
		.tcc2024-hero-content  {
			height: 400px;
			padding-top: 50px;
			width: 80%;
		}
		h1.tcc2024-h.tcc2024-h1, .tcc2024-h1, div.tcc2024-hero-content h1.tcc2024-h.tcc2024-h1 {
			font-size: 2.45rem;
			margin-bottom: 20px;
		}
		
		div.tcc2024-hero-content h2.tcc2024-h, h2.tcc2024-h, .tcc2024-hero-content h2.tcc2024-h, .h2-h3-d7 {
			margin-bottom: 40px;
			font-size: 1.70rem;
			width: 100%;
		}
		.h3.tcc2024-hb, h3.tcc2024-hb {	font-size: 1.45rem;	}
		.tcc2024-intro-box p {font-size: 16px;}
		
		h2.text-center.titlediscoverourpremierevents {	font-size: 1.45rem;	} /* KD 20230328 added for mobile */
		
		
		
		div.media-page-contact-Service div.media-page-contact-form h3.h3-light, 
		div.media-page-contact div.media-page-contact-form h3.h3-light,		
		div.media-page-contact-Service div.media-page-contact-form p.sub-h3.sub-h3-light, 
		p.sub-h3.sub-h3-light, 
		div.media-page-contact div.media-page-contact-form p.sub-h3.sub-h3-light  { margin-bottom: 1px; padding: 5px 20px;} /* KD 20230328 added padding */
		
		
	}
	
	@media screen and (max-width: 575px) {
		.tcc2024-hero-content {
			height: 400px;
			padding-top: 50px;
			width: 80%;
		}
		h1.tcc2024-h.tcc2024-h1, .tcc2024-h1, div.tcc2024-hero-content h1.tcc2024-h.tcc2024-h1, .h1-d7 {
			font-size: 2.25rem;
			margin-bottom: 20px;
		}
		div.tcc2024-hero-content h2.tcc2024-h, h2.tcc2024-h, .tcc2024-hero-content h2.tcc2024-h, .h2-h3-d7, 
		div.tcc2024-hero-content h2.tcc2024-h, h2.tcc2024-h, .tcc2024-hero-content.h2.tcc2024-h, .clearfix.text-formatted.field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item h2 {
			margin-bottom: 40px;
			font-size: 1.65rem; 
		}
		
		.tcc2024-section-dark .tcc2024-gray-box .simp-card .tcc2024-huge, .tcc2024-huge, .tcc2024-section-dark.tcc2024-gray-box.simp-card.tcc2024-huge, span.tcc2024-huge {
			font-size: 64px; margin: 0px auto 20px auto; 
		}
		
		.tcc2024-section-dark.tcc2024-gray-box p.tcc2024-box-text.tcc2024-light-text, p.tcc2024-box-text.tcc2024-light-text, .tcc2024-section-dark .tcc2024-gray-box p.tcc2024-box-text.tcc2024-light-text {
			font-size: 1.20rem; text-align: left;
		}
		.h3.tcc2024-hb, h3.tcc2024-hb {	font-size: 1.45rem;	}
		.tcc2024-intro-box p {font-size: 16px;}
		.media-page-contact-form {width: 90%;}
		
		div.media-page-contact-Service div.media-page-contact-form h3.h3-light, 
		div.media-page-contact div.media-page-contact-form h3.h3-light {margin-bottom: 20px; padding: 0px 50px;} /* KD 20230328 added padding */
		
		div.media-page-contact-Service div.media-page-contact-form h3.h3-light, 
		div.media-page-contact div.media-page-contact-form h3.h3-light,		
		div.media-page-contact-Service div.media-page-contact-form p.sub-h3.sub-h3-light, 
		p.sub-h3.sub-h3-light, 
		div.media-page-contact div.media-page-contact-form p.sub-h3.sub-h3-light  { margin-bottom: 1px; padding: 5px 20px;} /* KD 20230328 added padding */
		
		h3.communities-5775-title {	font-size: 1.45rem; margin-top: 20px; margin-bottom: 20px;
		}
		.communities-5775-boxes  {margin-bottom: 20px;}
		.community-block-spacer h2, .community-block-spacer.h2 {
			font-size: 1.45rem;
			font-weight: 800;
		}
		#agency-3col-box p.tcc2024-box-text.tcc2024-light-text.centered, #agency-3col-box2 p.tcc2024-box-text.tcc2024-light-text.centered {
			text-align: center; /* KD 20240328 */
		}
		a.navbar-brand.xchange-2023-hero-logo, .xchange-2023-hero-logo  {display:none; visibility: hidden;}

	}
	
	/* Footer mods START */
	
	#footer-copyright {
		padding-top: 20px;
		font-size: 12px !important;
		color: #555;
	}

	#channel-links {
		font-size: 12px;
		color: #555;
	}
	
	.about-links a {color: #555;text-decoration: none; font-size: 14px  !important;}
	.about-links a:active, .about-links a:hover, .about-links a:focus {color: #e81d22; text-decoration: underline  !important;}
	.brand-links a {color: #555;text-decoration: none;font-size: 14px  !important;}
	.brand-links a:active, .brand-links a:hover, .brand-links a:focus {color: #e81d22; text-decoration: underline  !important;}
	
	h3.about {color: #003049; text-align:left; font-size: 1.45rem; font-weight: 700;}
		
		
	
/* Footer mods END */

/* Media CSS overrides */
	.title-mediacards {
		padding: 0px 0px 20px 0px; 
		margin-top: 0px;
		text-align: left !important;
		color: #003049;
		font-size: 1.75rem;
		font-weight: 700;
	}
	p.text-center.subTextDiscoverOurPremierEvents, .subTextDiscoverOurPremierEvents {
		text-align: left !important;
		font-family: inherit;
		font-weight: 400;
		font-size: 15px;
		color: #003049;
		line-height: 24px;
		padding: 0px 0px 20px 0px;
		margin: 0px 0px;
		word-wrap: break-word;
	}
/* Events CSS overrides */
	h2.text-center.titlediscoverourpremierevents {
		font-size: 1.90rem;
		font-weight: 700;
		margin-bottom: 0px;
		margin-top: 0px;
		line-height: 1.1;
		color: #003049 !important;
		padding: 20px 0px;
		/* text-align: left !important; */ 
	}
	
	
/* About CSS overrides */
	.accordion .card-header .btn {
    width: 100%;
    text-align: left;
    position: relative;
    top: -2px;
    font-size: 1.75rem !important;
    font-family: 'Lato', Arial, sans-serif;
    color: #003049 !important;
    line-height: 1.2 !important;
}

	.expandable_intro_text {
    font-size: 16px;
    font-family: 'Lato', Arial, sans-serif;
    color: #003049;
    line-height: 1.333;
    text-align: left;
    margin-left: 30px !important;
    width: 90%;

}

	.descriptor_text, p.descriptor_text {
		font-size: 15px;
		font-family: 'Lato', Arial, sans-serif;
		color: #003049;
		line-height: 1.53;
		margin-left: 30px !important;
		width: 90%;
		text-align: left;
	}

	.red_topic, h6.red_topic {
		font-size: 16px;
		font-family: 'Lato', Arial, sans-serif;
		color: rgb(236, 32, 40);
		font-weight: 700;
		text-transform: uppercase;
		line-height: 1;
		text-align: left;
		margin-left: 30px;
	}
	h3.d-flex.justyify-content-left.hero_title, h3.hero_title, h3 .hero_title {font-size: 1.90rem !important;}

/* Communities CSS overrides */
		.communities-577-boxes p {color: #e81d22;
			font-weight: 400;
			font-size: 15px;
			font-family: 'Lato', Arial, sans-serif;   
			color: #003049;
			line-height: 24px;
			padding: 0 0 20px 0px;
			margin: 0px;
			word-wrap: break-word;
		}
		
		.community-block-spacer h2, .community-block-spacer.h2 {font-size: 1.75rem; font-weight: 800;}
				
/* Community page END */

/* Agency page START */
#agency-3col-box, #agency-3col-box2 {margin: 50px 0px;}
#agency-3col-box p.tcc2024-box-text.tcc2024-light-text.centered, #agency-3col-box2 p.tcc2024-box-text.tcc2024-light-text.centered {
	font-family: inherit;
    font-weight: 600;
    font-size: 1.55rem;
    color: #ffffff;
    line-height: 24px;
    padding: 20px 0px 20px 0px;
    margin: 0px 0px;
    word-wrap: break-word;
}

.agency-testimonials {margin: 100px 0px 50px 0px;}
/* Agency page END */

/* CSS Overrides of style.css */

/* Channel Leadership */

		.uni-banner-2023-text-d7, h1.uni-banner-2023-text.text-light {
			/* font-size: 2.5rem !important; */
			font-size: 2.90rem !important;
			text-shadow: 1px 1px 2px #000000;
			color: #FFFFFF !important;
			text-transform: uppercase;
			font-weight: 700;
			text-align: left;
		}
		
	
		
		h3.uni-banner-2023-subtext.text-light {
			color: #FFFFFF;
			font-weight: 700;
			text-shadow: 1px 1px 2px #000000;
			text-align: left !important;
			font-style: normal;
			margin-bottom: 0px;
			margin-top: 0px;
			text-transform: none;
			line-height: 1.1;
			font-size: 2.5rem;
			align-self: normal;
			padding-block: 20px;
		}
		 
		 .clf-small-title-1 {
			text-align: left;
			color: #003049;
			font-family: 'Lato', Arial, sans-serif;
			font-weight: 500;
			font-size: 17px;
			color: #808080;
			line-height: 24px;
			padding: 0px 0px 20px 0px;
			margin: 0px 0px;
			word-wrap: break-word;
			border-bottom: 2px solid #939393;
		}


		 .clf-small-title-2 {
			text-align: left;
			color: #003049;
			font-weight: bold;
			font-size: 18px;
			margin-top: 15px;
			font-weight: 700;
			font-size: 1.25rem;
		}	
		.clf-benefits {
			color: #333333;
			font-family: inherit;
			font-size: 1.15rem;
			text-align: left;
			margin-left: 20px;
			margin-right: 20px;
			font-family: inherit;
		}
		p.clf-sidebox-title {font-family: 'Lato', Arial, sans-serif; color: #333333;}
		

/* FORM BG  STARTS */
		
		.media-page-contact {
			background-image: url(https://i.crn.com/sites/default/files/ckfinderimages/userfiles/images/crn/misc/tcc/tcc-contactus-form-background-1360x700.jpg);
			background-position: center top;
			background-repeat: no-repeat;
			background-size: cover;
			height: fit-content;
			min-height: 100%;
			overflow: hidden;

		}
		
		#LblgDPRConsent {
			font-weight: normal;
			font-size: 11px;
			line-height: 1;
		}
		.mktoForm .mktoButtonWrap.mktoBlueBox .mktoButton {
			color: #003049;
			border: 1px solid #ffffff;
			padding: 0.4em 1em;
			font-weight: 700;
			font-family: inherit;
			border-radius: 4px;
			font-size: 1em;
			background-color: #ffffff;
			background-image: none;
			background-image: none; 
			text-shadow: none; 
		}
		.sub-h3 {
			text-align: center;
			padding-bottom: 40px;
			max-width: 775px;
			margin: 0 auto;
			text-align: center;
		}
					
		
/* FORM BG  ENDS */

/* CONTACT US STARTS */		
		.upper_hero_headline_contact-us {
			width: 90%;
			margin-left: 15px;
			margin-top: 10px;
			font-family: 'Lato', Arial, sans-serif;
			padding: 0px 0px;
			margin: 0px 0px;
			color: #FFFFFF;
			text-transform: uppercase;
			font-weight: 700;
			text-shadow: 1px 1px 2px #000000;
			/* text-align: left; */
			font-size: 2.90rem;
		}
		
/* MEDIA PAGE FORM STARTS */
	.media-page-contact-Service {
		background-image: url(https://i.crn.com/sites/default/files/ckfinderimages/userfiles/images/crn/misc/tcc/tcc-contactus-form-background-1360x700.jpg)!important;
		background-position: center top !important;
		background-repeat: no-repeat !important;
		background-size: cover !important;
		height: fit-content;
		min-height: 100%;
		overflow: hidden;
	}		
	
	/* CHANNELYTICS START */
	
	p.tcc2024-light-text.tcc2024-card-description {
		font-family: inherit;
		font-weight: 600;
		font-size: 18px;
		line-height: 26px;
		color: #ffffff;
		line-height: 24px;
		padding: 0px 0px 20px 0px;
		margin: 0px 0px;
		word-wrap: break-word;
	}
	
/* ABOUT US */
	div.title-wrapper.main-content h1.nosubtitle {
		font-family: inherit;
		text-align: left !important;
		text-transform: none;
		color: #003049;
		font-weight: 700;
		margin-bottom: 25px;
		font-size: 1.90rem;
	}	

	div.title-wrapper.main-subtitle h1 {
		font-size: 18px;
		text-align: left;
		position: relative;
		text-transform: none;
		font-weight: 600;
		color: #333333;
	}
	
	p.sub-content {
		font-family: 'Lato', Arial, sans-serif;
		font-weight: 400;
		line-height: 24px;
		padding: 0px 0px 40px 0px;
		margin: 0px;
		color: #333333;
		font-size: 1.15rem;
		text-align: left;
		font-family: inherit;
	}

	.management-bios {
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
	}
	
	
/* Subtitle override for Agency page */		 
	 div.tcc2024-intro-box p.subtitle {
		font-family: inherit;
		font-weight: 500;
		font-size: 20px;
		color: #003049;
		line-height: 24px;
		padding: 0px 0px 20px 0px;
		margin: 0px 0px;
		word-wrap: break-word;
		
	 }
		 
	/* OVERRIDE FOR H2s IN MASTHEAD */
	.clearfix.text-formatted.field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item h2 {width: 95%;}  /* KD 20230327 stays 100% until headline lengths are consistent Was 70% */

	#particles-event-js {width: 80%;}
	
/* OVERRIDE LARGE WHITE SPACE AT TOP OF ABOUT COMPANY */
	.accordion {margin-top: 0px !important;}	
	.bs-m-4, div.bs-p-4._none.bs-m-4 {margin: 0rem !important;}
	.bs-p-4, div.bs-p-4._none.bs-m-4 {padding: 0rem !important;}
	.bs-pt-5, div.bs-bg-danger._none.bs-pt-5.bs-pb-5 { padding-top: 0rem !important; padding-bottom: 0rem !important;}
	div._none.bs-mt-5.bs-mb-2 {margin-bottom: 0rem !important;}
	.bs-ml-3 {margin-left: 1rem !important;	}
	div._none.bs-mt-5 {margin-top: 0rem !important;}
	
	div.workBody h2 {   
		color: #003049 !important;
		text-align: left !important;
		font-size: 1.70rem !important;
		font-family: inherit;
	}
	div.workBody p {
		color: #333333;
		font-size: 1.25rem;
		font-family: inherit;
	}
	div.container.bcontent h2.text-light {
		text-align: center !important;
		width: 100% !important;
		font-size: 2.5rem !important;
		font-family: inherit;
	}
	.card-title-whatWeValue, div.card-body.mt-5 h2.card-title-whatWeValue {
	    color: #003049 !important;
		font-family: inherit !important;
		text-align: left !important;
		font-size: 1.70rem !important;
		font-weight: 600 !important;
		/*margin-left: 0px !important;*/ 
		margin-right: 0px !important;
		
	}
	div.card-body.mt-5 p.card-text a {font-family: inherit; color: #e81d22; text-decoration: underline;}
	
	.icon1 a {
		color: #e81d22 !important;
		font-weight: 700;
		text-decoration: none;
		width: 200px;
		font-size: 1.75rem;
		text-decoration: underline;
		text-align: center;
	}
	.icon1 a:hover, .icon1 a:focus, .icon1 a:active {text-decoration: underline;}
	
	.icon1 {background: #cccccc;}
	
	@media (max-width: 480px) {
		.tcc2024-hero-content {
			height: 400px;
			padding-top: 80px;
			width: 100%;
		}

		p.sub-h3.sub-h3-light {margin-bottom: 0px !important;}	
		.media-2023-card {height: 268px;}	
		.title-mediacards {font-size: 1.45rem; margin-top: 0px !important;	}
		._none.block.block-layout-builder.block-inline-blockbasic h2 {padding-block: 0px 20px;}
		.community-block-spacer h2, .community-block-spacer.h2 {
				font-size: 1.45rem;
				font-weight: 800;
			}
		.thought-leadership-d7 h3.tcc2024-hb, .thought-leadership-d7 h3, .thought-leadership-d7 .h3-h4-d7 {font-size: 1.45rem;}
		h2.text-center.titlediscoverourpremierevents {font-size: 1.45rem;}
		.uni-banner-2023-text-d7, h1.uni-banner-2023-text.text-light {font-size: 2.25rem;
			margin-bottom: 20px; 
		}
		
		div.xchange-2023-spacer center p {    
			font-family: inherit;
			font-weight: 500;
			font-size: 16px;
			color: #808080;
			line-height: 24px;
			padding: 0px 0px 20px 0px;
			margin: 0px 0px;
			word-wrap: break-word;
		}	
		h2 {font-size: 1.45rem;}
		.tcc2024-section-dark p.tcc2024-light-text {font-size:1.25rem; font-weight: 400;}
		
		.accordion .card-header .btn {
			width: 90%;
			text-align: left;
			position: relative;
			top: -2px;
			font-size: 1.45rem !important;
			font-family: 'Lato', Arial, sans-serif;
			color: #003049 !important;
			line-height: 1.2 !important;
		}
		a.navbar-brand.xchange-2023-hero-logo, .xchange-2023-hero-logo {display:none; visibility: hidden;}
				
	}
		
	.clf-testimonials-section {padding-bottom: 20px; margin-bottom: 50px;}
	
	
	.breadcrumb {/* KD 20230328 added to hide the 1 About Us breadcrumb */
		color: transparent;
		background-color: transparent !important;
		height: 0px !important;
		font-size: 0px !important;
		padding: 0px 0px !important;
		margin-bottom: 0rem !important;
	}
	
		form#mktoForm_4629.mktoForm, 
		form#mktoForm_4771.mktoForm,
		form#mktoForm_4313.mktoForm,
		form#mktoForm_1276.mktoForm,
		form#mktoForm_1275.mktoForm,
		form#mktoForm_4630.mktoForm,
		form#mktoForm_3942.mktoForm,
		form#mktoForm_3944.mktoForm,
		form#mktoForm_3945.mktoForm,
		form#mktoForm_3878.mktoForm
		{font-family: 'Lato', Arial, sans-serif !important; width: 70% !important;} 
		/* KD 20230328 added this section */
	
	@media (min-width: 1200px) {
			form#mktoForm_4629.mktoForm, 
			form#mktoForm_4771.mktoForm,
			form#mktoForm_4313.mktoForm,
			form#mktoForm_1276.mktoForm,
			form#mktoForm_1275.mktoForm,
			form#mktoForm_4630.mktoForm,
			form#mktoForm_3942.mktoForm,
			form#mktoForm_3944.mktoForm,
			form#mktoForm_3945.mktoForm,
			form#mktoForm_3878.mktoForm
			{font-family: 'Lato', Arial, sans-serif !important; width: 721px !important;}
			/* KD 20230328 added this section */
				
	}
	
		
	@media only screen and (min-width: 992px) and (max-width: 1200px) {
		form#mktoForm_4629.mktoForm, 
		form#mktoForm_4771.mktoForm,
		form#mktoForm_4313.mktoForm,
		form#mktoForm_1276.mktoForm,
		form#mktoForm_1275.mktoForm,
		form#mktoForm_4630.mktoForm,
		form#mktoForm_3942.mktoForm,
		form#mktoForm_3944.mktoForm,
		form#mktoForm_3945.mktoForm,
		form#mktoForm_3878.mktoForm
		{font-family: 'Lato', Arial, sans-serif !important; width: 90% !important;}
		/* KD 20230328 added this section */

	}
	@media only screen and (min-width: 768px) and (max-width: 992px) {
		form#mktoForm_4629.mktoForm, 
		form#mktoForm_4771.mktoForm,
		form#mktoForm_4313.mktoForm,
		form#mktoForm_1276.mktoForm,
		form#mktoForm_1275.mktoForm,
		form#mktoForm_4630.mktoForm,
		form#mktoForm_3942.mktoForm,
		form#mktoForm_3944.mktoForm,
		form#mktoForm_3945.mktoForm,
		form#mktoForm_3878.mktoForm
		{font-family: 'Lato', Arial, sans-serif !important; width: 70% !important;}
		/* KD 20230328 added this section */

	}
	@media only screen and (min-width: 320px) and (max-width: 768px) {
		form#mktoForm_4629.mktoForm, 
		form#mktoForm_4771.mktoForm,
		form#mktoForm_4313.mktoForm,
		form#mktoForm_1276.mktoForm,
		form#mktoForm_1275.mktoForm,
		form#mktoForm_4630.mktoForm,
		form#mktoForm_3942.mktoForm,
		form#mktoForm_3944.mktoForm,
		form#mktoForm_3945.mktoForm,
		form#mktoForm_3878.mktoForm
		{font-family: 'Lato', Arial, sans-serif !important; width: 50% !important;}
		/* KD 20230328 added this section */	
	}
	
	
	.particle-header-xChange {
		display: flex;
		justify-content: space-around;
		align-items: center;
		margin-top: 140px;
	}
	
	.mes-h3 {
		font-family: inherit;
		text-align: left !important;
		color: #003049;
		font-size: 1.75rem;
		font-weight: 600;
	}
	
	.mediacards-bottom {margin-bottom: 20px;}
	.wotc-2023-video-title {font-family: inherit; font-size: 1.5rem; color: #003049;font-weight: 700;}
	 

div#block-tcc-d9-content,#block-tcc-d9-content  {margin-top:80px;}




















