/*
	GLOBAL
	HEADER
	MAIN NAVIGATION
	HERO BANNER
	FOOTER
	L2, L3
	CONTENT TYPES
	SEARCH RESULTS
	PARTNERS CAROUSEL
	SPONSOR LISTING HEADINGS
	CARDS
	ACCORDION
	VIDEO GALLERY
	PAST FORUMS
	BACKEND OVERWRITES
*/

/* COLORS */

:root {
	--red: #C22135;
	--red-hover: #8f1826;
	--gold: #CDA788;
	--gold-hover: #997c65;
	--dark: #666;
	--darker: #333;
	--main-link: #651D32;
}

/* GLOBAL */

body{
	font-family: Roboto;
}
h2{
	font-style: normal;
	font-weight: 300;
	font-size: 36px;
}
h3{
	font-style: normal;
	font-size: 24px;
	font-weight: 600;
}
p {
	margin-bottom: 1.5rem;
}
a {
	color: var(--main-link);
	text-decoration: underline;
}
a:hover {
	color: inherit;
	text-decoration: none;
}
/* regular links */
.hcrStyle3 a {
	color: #000;
}
.hcrStyle4 a, .hcrStyle5 a, .hcrStyle6 a, .hcrStyle7 a {
	color: #FFF;
}
/* button links */
.buttonlink-0 a, a.buttonlink-0,
.buttonlink-1 a, a.buttonlink-1,
.buttonlink-2 a, a.buttonlink-2,
.buttonlink-3 a, a.buttonlink-3 {
	display: inline-block;
	min-width: 175px;
	line-height: 1;
	padding: 1em .8em;
	background-color: var(--darker);
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	transition: all ease-in-out .3s;
}
.buttonlink-0 a:hover, a.buttonlink-0:hover {
	color: #000;
	text-decoration: none;

	background-color: var(--gold);
}
.hcrStyle3 .buttonlink-0 a:hover, .hcrStyle3 a.buttonlink-0:hover {
	text-decoration: none;
	background-color: var(--gold-hover);
}
.hcrStyle7 .buttonlink-0 a, .hcrStyle7 a.buttonlink-0,
.buttonlink-1 a, a.buttonlink-1 {
	background-color: transparent;
	border: 1px solid #fff;
}
.hcrStyle1 .buttonlink-1 a, .hcrStyle1 a.buttonlink-1,
.hcrStyle2 .buttonlink-1 a, .hcrStyle2 a.buttonlink-1,
.hcrStyle3 .buttonlink-1 a, .hcrStyle3 a.buttonlink-1 {
	color: var(--darker);
	background-color: transparent;
	border: 1px solid #000;
}
.hcrStyle1 .buttonlink-1 a:hover, .hcrStyle1 a.buttonlink-1:hover,
.hcrStyle2 .buttonlink-1 a:hover, .hcrStyle2 a.buttonlink-1:hover,
.hcrStyle3 .buttonlink-1 a:hover, .hcrStyle3 a.buttonlink-1:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #000;
	border: 1px solid #000;
}
.buttonlink-1 a:hover, a.buttonlink-1:hover,
.hcrStyle7 .buttonlink-0 a:hover, .hcrStyle7 a.buttonlink-0:hover {
	text-decoration: none;
	color: var(--darker);
	background-color: #FFF;
	border: 1px solid #fff;
}
.buttonlink-2 a, a.buttonlink-2 {
	background: var(--red);
}
.buttonlink-2 a:hover, a.buttonlink-2:hover {
	text-decoration: none;
	background: var(--red-hover);
}
.buttonlink-3 a, a.buttonlink-3 {
	color: #000;
	background: var(--gold);
}
.buttonlink-3 a:hover, a.buttonlink-3:hover {
	color: #FFF;
	text-decoration: none;
	background: var(--darker);
}
.hcrStyle3 .buttonlink-3 a, .hcrStyle3 a.buttonlink-3 {
	color: #000;
	background: var(--gold-hover);
}
.hcrStyle3 .buttonlink-3 a:hover, .hcrStyle3 a.buttonlink-3:hover {
	color: #FFF;
	background: var(--darker);
}
a img {
    transition: .3s;
}
a:hover img {
    transform: translateY(-2px);
    box-shadow: 0 5px 5px rgba(0,0,0,.2);
}
.no-hover a:hover img {
	box-shadow: none;
}
/*.homeContentRow, .L2MainContent {
	padding: 30px 0;
}*/
.homeContentRowTop{
	padding: 40px 0 30px 0;
}
.txtStyle1{
	color: #000;
}
.txtStyle2{
	color: #385E9D;
}
.txtStyle3{
	color: #fff;
}
.hcrStyle1{
	background: #fff;
}
.hcrStyle2{
	background: #e0e0e0;
}
.hcrStyle3{
	background: var(--gold);
}
.hcrStyle4{
	color: #FFF;
	background: #6F8993;
}
.hcrStyle5 {
	background: url("images/Footer Background Hex Pattern.png") , linear-gradient(to right,#cc213f, #651d32);
	background-size: cover;
	color:#fff;
}
.hcrStyle6 {
	background:url("images/default-source/default-album/mainl2bottombg.jpg?sfvrsn=54b8a387_2") center center;
	background-size: cover;
	color:#fff;
}
.hcrStyle7 {
	background: var(--darker);
	color:#fff;
}
.hcrStyle1 .h2, .hcrStyle2 .h2 {
	color:var(--darker);
}
.hcrStyle2 .h2 {
	color:#fff;
}
.hcrStyle4 .h2, .hcrStyle4 .h2 {
	color:#FFF;
}
.roundedCorners {
	border-radius: 5px;
	box-shadow: 0px 0px 5px var(--dark);
}
.mainborder1left{
	border-left: 5px solid var(--darker);
}
.mainborder1right{
	border-right: 5px solid var(--darker);
}
.mainborder1top{
	border-top: 5px solid var(--darker);
}
.mainborder2left{
	border-left: 5px solid var(--red);
}
.mainborder2right{
	border-right: 5px solid var(--red);
}
.mainborder2top{
	border-top: 5px solid var(--red);
}
.mainborder3left{
	border-left: 5px solid var(--gold);
}
.mainborder3right{
	border-right: 5px solid var(--gold);
}
.mainborder3top{
	border-top-color: 5px solid var(--gold);
}
.mainborder4left{
	border-left: 5px solid #6F8993;
}
.mainborder4right{
	border-right: 5px solid #6F8993;
}
.mainborder4top{
	border-top: 5px solid #6F8993;
}
.mainborder5left{
	border-left: 5px solid #e0e0e0;
}
.mainborder5right{
	border-right: 5px solid #e0e0e0;
}
.mainborder5top{
	border-top: 5px solid #e0e0e0;
}
.navbordertop{
	border-radius: 5px;
	border-top: 5px solid var(--gold);
}

/* HEADER */

header {
	position: sticky;
	top: 0;
	z-index: 999;
}
.hTopbar {
	background-color: var(--darker);
	height: 40px;
	line-height: 40px;
}
.hTopbar .hTopBlock{
	display: inline-block;
}
.hTopbar, .hTopbar a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	padding: 0 1em;
	font-weight: 700;
	transition: color .3s;
}
.hTopbar a:hover {
	color: var(--gold);
}
.hMainbar,footer{
	background: url("images/Footer Background Hex Pattern.png") , linear-gradient(to right,#cc213f, #651d32);
	background-size: cover;
}
.hMainbar{
	box-shadow:0px 0px 5px #000;
}
.hMainbarLiner{
	color:#fff;
}
#schToggle{
	display: inline-block;
	min-width: 1.5rem;
}
#schToggle:before {
    content: '\f002';
    font-family: "Font Awesome 5 Free";
    font-size: 1.5rem;
    font-weight: 900;
}
.searchopen #schToggle:before {
    content: '\f00d';
}
#simple-menu{
	background: url("images/burger.gif") left center no-repeat;
	float:left;
	padding-left: 35px;
	display: none;
}
#homeLink{
	background: url("images/White-Logo.png") center center no-repeat;
	display: block;
	height: 75px;
	width: 200px;
	text-indent: -9999px;
	margin: 0;
}
#sidr a.rwdClose{
	display: block;
	height: 40px;
	line-height: 40px;
	margin: 5px;
	padding: 0px 15px 0px 40px;
	text-decoration: none;
	color: #fff;
	background: #C31D3C url("images/sidrClose.gif") left center no-repeat;
	font-size: 18px;
}
.searchwrap{
	position: absolute;
	left: 0;
	right: 0;
	background:var(--gold);
	padding: 0;
	transform: translateY(-125px);
	transition: .3s;
	z-index: -1;
	box-shadow: 0px 0px 5px rgba(0,0,0,.75);
}
.searchopen .searchwrap, .sfPageWrapper .searchwrap{
	transform: translateY(0px);
}
.sf-search-input-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: #FFF;
}
.search .form-inline {
    width: 100%;
    max-width: 50rem;
}
main .form-group.sf-search-input-wrapper {
    width: 100%;
    border: 1px solid #CCC;
    margin-bottom: 1.5rem;
}
.sf-search-input-wrapper .form-control {
    width: 100%;
    padding-right: 2rem;
    border: none;
}
.sf-search-input-wrapper .form-control:focus {
    box-shadow: none;
}
.sf-search-input-wrapper button {
    font-size: 0;
    background: none !important;
    border: none;
    padding: 0;
    position: absolute;
    right: .5rem;
    top: 50%;
    transform: translateY(-50%);
}
.sf-search-input-wrapper button:before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1rem;
    color: var(--gold);
}
.homealert{
	text-align: center;
	font-size: 18px;
	padding: 1.2em 0;
	background-color: #FFB800;
}
.homealert a{
	color: #000;
	text-decoration: underline;
}
#sidr{
	background: #000;
}
#sidr .cNav a, .siderut2 a{
	color:#fff;
}
.siderut2 a{
	line-height:20px;
}
#sidr .cNav .toggleTree{
	background: url(images/treetoggle-sd.png) 0px 0px no-repeat;
}

/* MAIN NAVIGATION */

.mainNav .vtcDDown a.k-link {
	margin: 0;
	padding: 1rem;
}
.mainNav a.k-link{
	text-transform: uppercase;
}
.mainNav .vtcDDown .sfNavHorizontalDropDown{
	border: none;
	display: inline-block;
	margin-top: 8px;
}
.mainNav .vtcDDown .k-animation-container .k-menu-group {
	border:1px solid #ccc;
	background-color: #fff;
	box-shadow: 0 1px 5px rgba(0,0,0,.3);
}
.mainNav .vtcDDown .k-menu .k-item {
	border:none;
}
.mainNav .vtcDDown .k-animation-container .k-menu-group .k-menu-group {
    margin-top: 0;
}
.mainNav .vtcDDown .k-animation-container a.k-link{
	padding: 12px 35px 12px 12px;
	margin: 0;
	font-weight: 400;
	color: var(--darker);
	text-align: left;
	line-height: normal;
	text-transform: capitalize;
}
.mainNav .sfNavList > li > a.k-link:after {
    content: '';
    display: block;
    margin: auto;
    height: 4px;
	width: 0px;
	border: none;
    background: transparent;
    transition: width .3s ease, background-color .3s ease;
}
.mainNav .sfNavList > li > a.k-link:hover:after {
	width: 100%;
	background: var(--gold);
}
.mainNav .vtcDDown .k-animation-container a.k-link {
	transition: .3s;
}
.mainNav .vtcDDown .k-animation-container a.k-link:hover {
	color: #000;
	background: var(--gold);
}
.mainNav .vtcDDown .k-item>.k-link .k-menu-expand-arrow{
	display: none;
}
.mainNav .vtcDDown .k-animation-container .k-item>.k-link>.k-menu-expand-arrow{
	display: block;
	right: 5px;
}
.mainNav .k-i-arrow-60-right:before {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: .9rem;
    color: var(--red);
	transition: color .3s;
}
.mainNav .vtcDDown .k-animation-container a.k-link:hover .k-i-arrow-60-right:before {
	color: #000;
}
.mainNav .navbar {
	margin-right:45px;
}
.mainNav .navbar, .mainNav .nav-link {
	padding:0;
}
.mainNav .navbar-nav{
	flex:1;
	justify-content: flex-end
}
.hMainbarLiner a{
	color:#fff;
	margin: 0 1em;
	text-decoration: none;
	font-weight: 700;
}
.hMainbarLiner a.dropdown-item {
	margin: 0;
	padding: 12px 18px;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	line-height: normal;
}
.hMainbarLiner a.dropdown-item:hover {
	color: #fff;
	background-color:#63A0E3;
}
.hMainbar .navbar {
	align-items:flex-end;
	-ms-flex-pack: justify;
	justify-content:flex-end;
	padding: 0;
	height: 75px;
}
.hMainbar .navbar .nav-link {
	padding: 0;
}
.hMainbar .navbar .dropdown-toggle::after {
	display: none;
}
.dropdown-menu{
	margin-top:0px;
}
.hMainbar .navbar .dropdown:hover > .dropdown-menu {
	display: block;
}
.dropdown-menu {
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 0;
	left: 1rem;
	padding: 0;
}
.mainNav .dropdown-menu a {
	color:#2B4E91;
	line-height: normal;
	text-decoration: none;
	font-weight: 400;
	text-transform: none;
	padding:8px;
	margin:0;
}
.mainNav .dropdown-menu a .right-caret{
	display:none;
}

/* HERO BANNER */

.hero{
	height: 600px;
	background:url("images/dogbanner.jpg");
	background-size: cover;
	background-position: center center;
	text-align: center;
}
.herowrap a{
	text-decoration: none;
}
.herotxt{
	color: #fff;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 30px;
	text-decoration: none;
}
.herotxt:hover{
	text-decoration: none;
	text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.85);
}
.herotxt h1{
	font-size:48px;
	font-weight: 300;
}
.herotxt .heroSubtxt{
	font-size: 24px;
	font-weight: 300;
}

/* FOOTER */

footer{
	color: #fff;
	box-shadow:0px 0px 5px #000000;
	font-size: 14px;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer a:hover{
	color: #fff;
	text-decoration: underline;
}
.footerLiner{
	padding: 70px 0;
}
footer .footL, footer .footR {
	width: 100%;
}
footer .footC{
	min-width: 250px;
}

/* L2, L3 */

.l2herowrap{
	color: #fff;
}
.l2herowrap h1{
	font-weight: 300;
	font-size: 48px;
}
.l2herowrap h3{
	font-weight: 300;
	font-size: 24px;
}
.l2herowrap .herobg{
	background-size: cover;
	background-position: center center;
}
.heroliner {
	position: relative;
	background-color: rgba(0,0,0,.45)
}
.herotxtblock{
	height: 250px;
	display: flex;
	flex-direction: column;
}
.l2herowrap ul, .l2herowrap li{
	display: inline;
}
.l2herowrap ul{
	padding: 0;
}
.l2herowrap li{
	padding-right: 1em;
}
.l2herowrap li a{
	color: #fff;
}
.l2herowrap .hero-nav{
	margin-top: auto;
	margin-bottom: 1.5rem;
}
.rowRadius{
	border-radius: 5px;
	box-shadow:0px 0px 5px var(--dark);
	font-weight: 300;
}
.rowRadius .imageToRight{
	text-align: right;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;
}
.rowRadius .imageToLeft{
	text-align: left;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	overflow: hidden;
}
.rowRadius .imageToLeft img, .rowRadius .imageToRight img{
	width: 100%;
}
.L3MainContentWrap .l3Columns{
	display: flex;
	flex: 1;
}
.L3MainContentWrap .l3Columns .l3cLeft {
	flex: 0 0 275px;
	order: -1;
	padding-right: 20px;
}
.L3MainContentWrap .l3Columns .l3cRight{
	flex: 1;
	padding: 0 20px;
}
.L3MainContentWrap .l3Columns .l3cRight .l3crumbs .breadcrumb, .breadcrumb {
	background-color: transparent;
}
.L3MainContentWrap .l3Columns .l3cRight .l3crumbs .breadcrumb a, .breadcrumb a{
	color: #6c757d;
}
.AceCourseContentWrap .acBack a, .AceCourseContentWrap .acsubnav a{
	color: #000;
	padding-right: 16px;
}
.AceCourseContentWrap .acColumns{
	display: flex;
	flex: 1;
}
.AceCourseContentWrap .acColumns .acLeft {
	flex: 1;
	padding: 0 30px;
	margin-right: 1em
}
.AceCourseContentWrap .acColumns .acRight{
	flex: 0 0 300px;
}
.courseBannerWrap{
	color: #fff;
	background-size: cover;
	min-height: 180px;
}
.courseBannerWrap h1{
	font-weight: 300;
	font-size: 48px;
}
.courseBannerWrap .classDts{
	font-weight: 300;
	font-size: 24px;
	line-height: 28px;
}
.courseBannerWrap .classLoc{
	font-weight: 300;
	font-size: 24px;
	line-height: 28px;
	font-style: italic;
}
.courseInfo{
	border-top: 5px solid var(--red);
	border-radius: 5px;
	box-shadow: 0px 0px 5px var(--dark);
	padding: 1em;
}
.courseInfo li{
	padding: 0 0 12px 32px;
	background-position: left top;
	background-repeat: no-repeat;
}
.ci-aud{
	background-image: url("images/ci-audience.jpg")
}
.ci-cat{
	background-image: url("images/ci-category.png")
}
.ci-type{
	background-image: url("images/ci-type.png")
}
.ci-hrs{
	background-image: url("images/ci-hours.png")
}
.ci-cap{
	background-image: url("images/ci-capacity.png")
}
.ci-dt{
	background-image: url("images/ci-date.png")
}
.ci-st{
	background-image: url("images/ci-start.png")
}
.ci-fin{
	background-image: url("images/ci-end.png")
}
.ci-ven{
	background-image: url("images/ci-venue.png")
}

/* CONTENT TYPES */

.newswrap,.pubswrap{
	border-radius: 5px;
	box-shadow:0px 0px 5px var(--dark);
	font-weight: 300;
	color: var(--darker)333;
}
.newswrap{
	border-left: 5px solid var(--red);
}
.pubswrap{
	border-top: 5px solid var(--red);
}
.newswrap h3,.pubswrap h3,.newslist h3, .bloglist h3{
	font-weight: 300;
}
.newswrap h3 a,.pubswrap h3 a, .newslist h3 a,.bloglist h3 a{
	color:#000;
}
.newslist h3 a, .bloglist h3 a{
	text-decoration: none;
}
.newslist h3 a:hover, .bloglist h3 a:hover{
	text-decoration: underline;
}
.newsDate, .pubsDate{
	font-style: italic;
}
.homeBigIkes a{
	display: inline-block;
	width: 220px;
	height:220px;
	background-color: #489FDF;
	border-radius: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.homeBigIkes a:hover{
	background-color:#3F5F9F;
}
.homeBigIkes a.annConf{
	background-image: url("images/event-24px.png");
}
.homeBigIkes a.continuingEd{
	background-image:url("images/school-24px.png");
}
.homeBigIkes a.certification{
	background-image:url("images/verified_user-24px.png");
}
.homeResources li{
	padding: 6px 0;
}
.homeResources a:after, .goldChev a:after, a.goldChev:after, .arrow-link:after {
	content: '\f054';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: var(--red);
	text-decoration: none;
	display: inline-block;
	margin-left: .5rem;
	transition: .3s;
	position: relative;
}
.hcrStyle3 .goldChev a:after, .hcrStyle3 a.goldChev:after, .hcrStyle3 .arrow-link:after {
	color: #000;
}
.hcrStyle4 .goldChev a:after, .hcrStyle4 a.goldChev:after, .hcrStyle4 .arrow-link:after,
.hcrStyle5 .goldChev a:after, .hcrStyle5 a.goldChev:after, .hcrStyle5 .arrow-link:after,
.hcrStyle6 .goldChev a:after, .hcrStyle6 a.goldChev:after, .hcrStyle6 .arrow-link:after,
.hcrStyle7 .goldChev a:after, .hcrStyle7 a.goldChev:after, .hcrStyle7 .arrow-link:after {
	color: #FFF;
}
.arrow-link {
	text-decoration: none;
	color: var(--gold);
}
.arrow-link:hover {
	color: var(--gold-hover);
	text-decoration: none;
}
.hcrStyle3 .arrow-link, .hcrStyle3 .arrow-link:hover {
	color: #000;
}
.hcrStyle4 .arrow-link,
.hcrStyle5 .arrow-link,
.hcrStyle6 .arrow-link,
.hcrStyle7 .arrow-link,
.hcrStyle4 .arrow-link:hover,
.hcrStyle5 .arrow-link:hover,
.hcrStyle6 .arrow-link:hover,
.hcrStyle7 .arrow-link:hover {
	color: #FFF;
}
.homeResources a:hover:after, .goldChev a:hover:after, a.goldChev:hover:after, .arrow-link:hover:after {
	transform: translateX(5px);
}
.rowEvents a{
	text-decoration: none;
}
.rowEvents .media {
	border-radius: 5px;
	font-weight: 300;
	color: var(--darker)333;
	border-top: 5px solid var(--red);
}
.rowEvents .media:hover {
	box-shadow:0px 0px 5px var(--dark);
}
.rowEvents .media h4 a{
	color:#000;
	font-weight: 300;
}
.dateBlock{
	width: 60px;
	color: #c4c4c4;
	border-right:2px solid #c4c4c4;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
}
.see-all a{
	font-style: italic;
}
.blogHorz .bhBlock{
	box-shadow: 3px 3px 3px #ccc;
	border: 1px solid rgba(0,0,0,0.125);
	box-sizing: border-box;
	min-height:390px;
	color: #000;
}
.blogHorz .bhBlock h3 a{
	font-weight: 400;
	font-size: 24px;
	color: #651d32;
}
.blogHorz .bhBlock .bhauthor{
	font-style: italic;
}
.calBlock{
	width: 70px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
a:hover .calBlock{
	text-decoration: none;
}
.calBlock .dbM{
	font-size:13px;
	font-weight:bold;
	padding: 20px 0 4px 0;
	background:url("images/calback2.png") top center no-repeat;
	color:#fff;
}
.calBlock .dbDt{
	font-size:30px;
	line-height: 35px;
	font-weight:600;
	color:var(--dark);
	border: 1px solid #ccc;
	box-sizing: border-box;
	border-radius: 0 0 6px 6px;
}
.navcalendar h3 a{
	font-size: 21px;
	font-weight:400;
	color:#651D32;
}
.GAback{
	position: relative;
	padding-bottom: 100%;
	background-size: cover;
}
.GAback a{
	position: absolute;
	display: block;
	color:#fff;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	font-weight: 300;
	text-align: center;
}
.GAback a h4{
	font-weight: 300;
	position: absolute;
	left: 8px;
	bottom: 8px;
	right: 8px;
}
.GAoverlay{
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
	opacity: .6;
}
.GAback:hover .GAoverlay{
	opacity: 1;
}
.sf-Gallery-thumbs {
    display: flex;
    flex-wrap: wrap;
}
.sf-Gallery-thumbs > li {
    flex: 0 0 20%;
    padding: .5rem;
}
.sf-Gallery-thumbs a {
	display: inline;
}
.sf-Gallery-thumbs a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* SEARCH RESULTS */

.schResult{
	border-radius: 5px;
	box-shadow:0px 0px 5px var(--dark);
	font-weight: 300;
	color: var(--darker)333;
	border-top: 5px solid var(--red);
}
.schResult h3 a{
	font-weight: 400;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}
.schResult h3 a:hover{
	border-bottom: 1px solid #000;
}
.schResult .sfHighlight{
	display: inline-block;
	font-weight: 700;
	background: #f6f6f6;
}
.schResult .urlwrp{
	color: #454545;
	font-style: italic;
	text-decoration: none;
}
.schResult .urlwrp:hover{
	text-decoration: underline;
}

/* PARTNERS CAROUSEL */

.owl-theme.sponsors .owl-dots .owl-dot span {
	width: 20px;
	height: 20px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	transition: opacity .2s ease;
	border-radius: 30px;
}
.owl-theme.sponsors .owl-dots .owl-dot.active span, .owl-theme.sponsors .owl-dots .owl-dot:hover span {
	background:#A50034;
}
.owl-theme.sponsors .owl-nav{
	position: absolute;
	top: calc(50% - 40px);
	transform: translateY(-50%);
	width: 100%;
	margin: 0;
}
.owl-theme.sponsors .owl-nav button span{
	display: block;
	width:40px;
	height: 40px;
	opacity: 1;
	text-indent: -9999px;
}
.owl-theme.sponsors .owl-prev {
	position: absolute;
	left: -50px;
	background: url("images/sponsorarrowL.png") center center no-repeat !important;
}
.owl-theme.sponsors .owl-next {
	position: absolute;
	right: -50px;
	background: url("images/sponsorarrowR.png") center center no-repeat !important;
}
.owl-item .item{
	text-align: center;
}
.sponsorListing img{
	width:100%;
	max-width: 280px;
}

/* SPONSOR LISTING HEADINGS */

.level-heading {
    margin: 1rem 0;
    min-width: 200px;
    position: relative;
    text-align: center;
    background: #CCC;
    margin: 1rem auto 2rem auto;
    padding: .5rem 2rem;
    display: inline-block;
    transform: skewX(45deg);
}
.level-heading h4 {
    transform: skewX(-45deg);
    margin: 0;
}
.level-heading::before,
.level-heading::after {
    content: '';
    display:  block;
    width: 100%;
    height: 5px;
    background: #CCC;
    position: absolute;
    left: -100%;
    top: 50%;
}
.level-heading::after {
    left: auto;
    right: -100%;
}
.level-heading.platinum, .level-heading.platinum::before, .level-heading.platinum::after {
	color: #FFF;
	background: #afbdc5
}
.level-heading.gold, .level-heading.gold::before, .level-heading.gold::after {
	color: #FFF;
	background: #e4d270
}
.level-heading.silver, .level-heading.silver::before, .level-heading.silver::after {
	color: #FFF;
	background: #b8b5b5
}
.level-heading.bronze, .level-heading.bronze::before, .level-heading.bronze::after {
	color: #FFF;
	background: #8e7662
}
.level-heading.general, .level-heading.general::before, .level-heading.general::after {
	color: #FFF;
	background: var(--darker)333
}

/* CARDS */

.card, .cmcWrp, .card-link {
	border-radius: 0;
	margin-bottom: 1.5rem;
	/* height: auto !important; */
}
.card-link a {
	text-decoration: none;
}
.cmcWrp .card, .cmcWrp .cmcWrp {
	margin-bottom: 0;
}
.cmcWrp a {
	text-decoration: none;
	color:#000;
}
.card.mc1, .cmcWrp .card, .cmcWrp .squarecard, .card.herocard {
	border-radius: 5px;
	overflow:hidden;
	transition: .3s;
}
.card.mc1:hover, .cmcWrp:hover .card, .cmcWrp .squarecard:hover, .card.herocard:hover, .card-link:hover, .biocard:hover .img-1-1-round {
	box-shadow: 0 1px 8px rgba(0,0,0,.2);
	transform: translateY(-5px);
}
.card.mc1 .colorbar, .forumCardC .colorbar{
	height:10px;
}
.forumCardC .colorbar{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.card.mc1 .img-4-3{
	margin-top: 0 !important;
	padding-bottom:75%;
	background-color: var(--dark);
	background-image:url("images/card-4-3.jpg");
	background-size: cover;
}
.card.mc1 h3{
	background: url("images/mcCardChev.png") right center no-repeat;
	padding: 0 40px;
	width: 100%;
}
.card.forumCard{
	border-top: 5px solid var(--red);
	padding-top: 5px;
	border-radius: 5px;
	box-shadow:0px 0px 5px var(--dark);
	font-weight: 300;
}
.card.eventCard{
	border-radius: 5px;
	box-shadow:0px 0px 5px var(--dark);
	font-weight: 300;
}
.card.eventCard h3, .card.eventCard h4{
	font-weight: 400;
}
.card.eventCard h4{
	font-size: 18px
}
.eventCardMore{
	color: #385e9d;
	font-weight: 600;
	text-decoration: underline;
	display: inline-block;
	height:30px;
	line-height: 30px;
	padding-right: 20px;
	background: url("images/link-double-chevron.png") right center no-repeat;
}
.card.forumCardC .img-4-2{
	padding-bottom:50%;
	background-color: var(--dark);
	background-image:url("images/card-4-3.jpg");
	background-size: cover;
}
.mccardbutton a{
	display: inline-block;
	border-radius: 8px;
	padding:12px;
	color:#fff;
}
.mccardfauxbutton span{
	display: inline-block;
	border-radius: 8px;
	padding:12px;
	color:#fff;
}
.card.herocard .chevlink a{
	display: inline-block;
	height:38px;
	line-height:38px;
	padding-right: 16px;
	background:url("images/link-double-chevron.png") right center no-repeat;
}
.card.herocard h4{
	font-weight: 400;
	font-size: 18px;
}
.card.herocard .img-2-4{
	background-size: contain;
	background-repeat: no-repeat;
}
.biocard .img-1-1-round{
	background-color: var(--dark);
	width:50%;
	padding-bottom: 50%;
	border-radius: 100%;
	margin:0 auto;
	background-image:url("images/card-1-1.jpg");
	background-size: cover;
	transition: .3s;
}
.biocard h3.mailer{
	display: inline-block;
}
.biocard h3.mailer a{
	color: var(--red);
	text-decoration: none;
	display: block;
}
.hcrStyle4 .biocard h3.mailer a,
.hcrStyle5 .biocard h3.mailer a,
.hcrStyle7 .biocard h3.mailer a{
	color: #FFF;
}
.biocard h4{
	font-size:18px;
	font-weight: 400;
}
.squarecard {
	background-color: #FFF;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.squarecard .img-100-75{
	height:150px;
	background-color: var(--dark);
	background-image:url("images/card-100w.jpg");
	background-size: cover;
}
.card.mc1 h3, .card.mc1 h4, .forumCardC h3, .forumCardC h4, .biocard h3, .squarecard h3, .squarecard h4, .actioncard h3, .actioncard h4{
	font-weight: 400;
}
.card.mc1 h4, .forumCardC h4, .squarecard h4, .actioncard h4{
	font-size: 18px
}
.actioncard{
	position:relative;
	width:100%;
	padding-bottom: 100%;
	background:#ccc;
	overflow: hidden;
	background-image:url("images/card-1-1-dog.jpg");
	background-size: cover;
}
.actioncardbg{
	display: flex;
	color: #fff;
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	transform: translateY( calc(100% - 80px));
	transition: all .7s;
}
.actioncard:hover .actioncardbg{
	transform: translateY(15%);
}
.actioncard .linkWchev{
	display: inline-block;
}
.action-card {
    position: relative;
    perspective: 1000px;
    padding-bottom: 100%;
	margin-bottom: 1.5rem;
}
.action-inner {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    flex: 1;
    transform-style: preserve-3d;
    transition: transform 0.6s;
}
.action-front, .action-back {
    position: absolute;
    padding: 2rem;
    color: #FFF;
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
    height: 100%;
    background-size: cover;
    align-items: center;
    justify-content: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 5px;
}
.action-front {
    padding: 0;
    justify-content: flex-end;
}
.action-front h3 {
    width: 100%;
    margin: 0;
    padding: 1.5rem;
    background: #000;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.action-card.alt .action-front {
    text-align: center;
    align-items: center;
    justify-content: center;
}
.action-overlay {
	position: absolute;
	inset: 0;
	opacity: .75;
}
.action-card.alt .action-front h3 {
    position: relative;
    background: none;
    padding: 0;
    z-index: 2;
	text-shadow: 0 1px 2px #000;
}
.action-card:hover .action-inner {
  transform: rotateY(180deg);
  box-shadow: 0 1px 8px rgba(0,0,0,.2);
}
.action-back {
    background: #000;
    transform: rotateY(180deg);
	z-index: 3;
}
.action-back a {
	color: #FFF;
    display: inline-block;
	text-decoration: none;
    padding: .25rem .5rem;
    border-radius: 5px;
    transition: .3s;
}
.action-back a:hover {
    transform: translateY(-2px);
}
.card-link {
    position: relative;
    transition: all ease-in-out .5s;
}
.card-link .squarecard {
    border: none;
    min-height: 250px;
}
.card-link h2 {
    margin: 0;
}
.card-link a:hover {
    text-decoration: none;
}
.card-link-text {
	font-weight: 900;
	text-decoration: underline;
}
.cta-image img {
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
.card-carousel {
	display: flex;
	gap: .75rem;
}
.card-carousel > div {
	display: flex;
	flex: 1;
	height: auto !important;
}
.tns-outer {
    position: relative;
    padding: 0 3rem !important;
}
.tns-controls button[data-controls="prev"], .tns-controls button[data-controls="next"] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
    font-size: 0;
}
.tns-controls button[data-controls="prev"] {
    left: -1.5rem;
}
.tns-controls button[data-controls="next"] {
    right: -1.5rem;
}
.tns-controls button[data-controls="prev"]:before, .tns-controls button[data-controls="next"]:before {
    content: '\f053';
    font-family: "Font Awesome 5 Free";
    font-size: 2rem;
    font-weight: 900;
    color: #cc213f;
}
.tns-controls button[data-controls="prev"]:before {
    content: '\f053';
}
.tns-controls button[data-controls="next"]:before {
    content: '\f054';
}

.calIcon{
	padding-left: 42px;
	background: url("images/acvim-event-cal.png") left top no-repeat;
}
.calIcon h4 a{
	color: #385e9d;
	text-decoration: underline;
	font-size: 21px;
	font-weight: 400;
}
.simpEvent{
	border: 1px solid #b7b7b7;
	box-shadow: 2px 2px 7px #999;
	background: #FFF;
}
.simpEvent h3{
	font-size:21px;
	font-weight:400;
}
.simpEvent h4{
	font-size:16px;
	font-weight:400;
}
.cNav .nav,.cNav li{
	display: block;
}
.cNav li{
	margin-top: .6em;
	position:relative;
}
.cNav  li.active {
    padding-top: 0;
}
.cNav a{
	color:#343434;
	text-decoration: none;
	display: inline-block;
	line-height:20px;
	margin-left:24px
}
.cNav a:hover{
	color:#343434;
	text-decoration: underline;
}
.cNav ul, .rwdTNavWrap ul{
	list-style-type: none;
}
.cNav .collapsibleNav, .rwdTNavWrap .collapsibleNav{
	margin: 0;
	padding: 0;
}
.cNav .collapsibleNav ul, .rwdTNavWrap .collapsibleNav ul{
	padding-left:1em;
}
.cNav a{
	color:#343434;
	text-decoration: none;
	display: inline-block;
}
.nested {
	display: none;
}
.active {
	display: block;
}
.active > .nested{
	display: block;
}
.cNav .toggleTree{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(images/treetoggle.png) 0px 0px no-repeat;
	position:absolute;
	top:0px;
	left:0px;
}
.cNav .toggleTree.tt-down {
	background-position: 0px -20px;
}
.cNav a.epHighlight{
	font-weight: bold;
}
.cNav a.epHighlight{
	font-weight: bold;
}
#sidr .rwdNavWrap .cNav a.epHighlight{
	font-weight: bold;
	color: #FFE500;
}
.sf-list--expandable .expListBar a[data-sf-role="toggleLink"] svg {
	fill: #fff;
	height: 1.125em;
	width: 1.125em;
}
.sf-list--expandable .expListLink{
	display: block;
	font-size: 1.125em;
	color:#000;
}
.sf-list--expandable .sf-list-content{
	background-color: #fff;
	margin:0px;
	padding: .5em .5em .5em 1.5em;
}
.acvimdocslist li{
	border-bottom: 1px solid #ccc;
}
.acvimdocslist .doctitle a{
	font-size: 21px;
}
.acvimdocslist a{
	color: #385e9d;
	text-decoration: underline;
}
.acvimdocslist .contclassification span{
	font-style: italic;
}
.acvimdocslist .contclassification span::after{
	content: ",";
}
.ACVIMeventslist h3, .ACVIMeventslist h4{
	font-weight: 400;
}
.ACVIMeventslist h4{
	font-size: 18px
}
.ACVIMeventslist li{
	border-bottom: 1px solid #ccc;
}
.ACVIMeventslist a{
	color: #385e9d;
	text-decoration: underline;
}
.contclassification{
	color:var(--dark);
}
.contclassification span::after {
	content: ", ";
}
.contclassification span:last-child:after {
	content: " ";
}
.testimonyBlock .testimonyLft img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    object-fit: cover;
    max-width: none;
}
.testimonyBlock .testimonyRt .testimonyTitle{
	font-size: 28px;
	color: var(--red);
}
.testimonyBlock .testimonyRt .testimonySub {
	color: var(--gold-hover);
	font-style: italic;
	margin-bottom: .5rem;
}
#testimonial-carousel .carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23C22135' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
#testimonial-carousel .carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23C22135' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}
#testimonial-carousel .carousel-indicators li {
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 50%;
    line-height: 1;
    background: #C22135;
}
.hcrStyle3 .testimonyBlock .testimonyRt .testimonySub {
	color: #000;
}
.hcrStyle4 .testimonyBlock .testimonyRt .testimonySub, .hcrStyle4 .testimonyBlock .testimonyRt .testimonyTitle,
.hcrStyle5 .testimonyBlock .testimonyRt .testimonySub, .hcrStyle5 .testimonyBlock .testimonyRt .testimonyTitle,
.hcrStyle7 .testimonyBlock .testimonyRt .testimonySub, .hcrStyle7 .testimonyBlock .testimonyRt .testimonyTitle {
	color: #FFF;
}
.coi-FW{
	background-position: center;
	background-size: cover;
}
.vsrStyle1 {
	background: #fff;
}
.coi-FW a {
	text-decoration: none;
}

/* ACCORDION */

.accordion {
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
}
.accordion .card {
    box-shadow: none;
    margin: 0;
}
.accordion .card-header {
    position: relative;
    padding: 0;
    margin: 0;
}
.accordion.style4 >.card .card-header {
    margin-bottom: 0;
    border-color: #FFF;
}
.accordion .btn {
    display: block;
    width: 100%;
    color: #FFF;
    font-size: 1rem;
	font-weight: 900;
    white-space: normal;
    text-transform: none;
    text-align: left;
    text-decoration: none;
    padding: .5rem;
    padding-right: 3rem;
    background: var(--darker);
    border-radius: 0;
}
.accordion .btn.collapsed {
    background: var(--gold);
    color: #000;
}
.accordion.style2 .btn {
	background: var(--red-hover)
}
.accordion.style2 .btn.collapsed {
	color: #FFF;
	background: var(--red)
}
.accordion.style3 .btn {
	color: #000;
	background: var(--gold);
}
.accordion.style3 .btn.collapsed {
	color: #FFF;
	background: var(--darker)
}
.accordion.style4 .btn {
	color: #FFF;
	background: var(--dark);
}
.accordion.style4 .btn.collapsed {
	color: #000;
	background: #E0E0E0;
}
.accordion.style4 .btn.collapsed:after {
	color: #000;
}
.accordion .btn:after {
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}
.accordion .btn.collapsed:after {
    content: '\f054';
    color: #FFF;
}

/* VIDEO GALLERY */

.video-gallery a, .video-gallery a:hover {
    color: #000;
    text-decoration: none;
}
.video-item {
    flex-grow: 1;
    position: relative;
    transition: all ease-in-out .1s;
    padding: 1rem;
    box-sizing: border-box;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}
.video-item:hover {
    background: #F6F6F6;
    transform: translateY(2px);
    box-shadow: 0px 2px 2px rgb(0 0 0 / 20%)
}
.video-thumb {
    margin: -1rem;
    margin-bottom: 1rem;
}
.video-gallery.stacked .video-thumb {
    flex: 0 0 25%;
    margin: 0;
}
.yt-thumb div {
    padding-bottom: 56.25%; /* 16:9 */
    position: relative;
    overflow: hidden;
}
.yt-thumb div img {
    position: absolute;
    top: -16.75%; bottom: 0; left: 0; right: 0;
}
.video-gallery.stacked .video-item > a {
    display: flex;
    text-decoration: none;
}
.video-summary {
    padding: 1.25rem;
    color: var(--dark);
    text-decoration: none;
}

/* PAST FORUMS */

.fL3MainContentWrap .fl3Columns{
	display: flex;
	flex: 1;
}
.fL3MainContentWrap .fl3Columns .fl3cLeft {
	flex: 1;
	padding: 0 30px;
}
.fL3MainContentWrap .fl3Columns .fl3cRight{
	flex: 0 0 250px;
}

/* PAGINATION */

.page-item.active .page-link {
    text-decoration: none;
    background-color: var(--red);
    border-color: var(--red);
}
a.page-link {
    color: var(--gray);
    text-decoration: none;
}
a.page-link:hover {
    color: var(--red);
}

/* BACKEND OVERWRITES */

.sfTemplateEditor #sidr {
    position: relative !important;
    width: auto !important;
    left: auto !important;
}
.sfPageWrapper header {
	position: relative;
}
.sfPageWrapper .hTopbar {
	height: auto;
	line-height: auto;
}
.sfPageWrapper .searchwrap {
	position: relative;
}
.sfPageWrapper footer .footC{
	display: block !important;
}
.sfPageWrapper footer .footL, .sfPageWrapper footer .footR {
    min-width: 200px;
}

/* RESPONSIVE */

@media only screen and (max-width : 1450px){
    .mainNav .vtcDDown a.k-link {
        padding: 0px 9px;
        font-size: .9rem;
    }
}
@media only screen and (max-width : 1400px){
    #simple-menu{
        display: none;
    }
    .mainNav{
        display: block;
    }
}
@media only screen and (max-width : 1240px){
    #simple-menu{
        display: block;
    }
    .mainNav{
        display: none;
    }
}
@media only screen and (max-width : 1030px){
	.squarecard .img-100-75 {
		height: 350px;
	}
}
@media only screen and (max-width : 992px) {
	.hTopbar .hTopBlock.topbarNav{
		display:none
	}
	.card-link {
		margin-bottom: 1.5rem;
		height: auto;
	}
	.card-link .squarecard {
		height: auto !important;
	}
}
@media only screen and (max-width : 768px){
	footer .footL, footer .footR {
		width: 100%;
		max-width:none;
		text-align: center;
	}
	.hero{
		padding: 1.5em 0;
	}
	.AceCourseContentWrap .acColumns{
		flex-direction: column-reverse;
	}
	.AceCourseContentWrap .acColumns .acLeft {
		padding: 0px;
		margin: 30px 0 0 0;
	}
	.L3MainContentWrap .l3Columns{
		display: block;
		flex: 1;
	}
	.L3MainContentWrap .l3Columns .l3cLeft {
		display:none;
	}
	.L3MainContentWrap .l3Columns .l3cRight{
		flex: none;
		padding: 0 20px;
	}
	.testimonyBlock .testimonyLft {
		text-align: center;
	}
	.video-gallery.stacked .video-thumb {
        flex: 0 0 auto;
    }
	#testimonial-carousel .carousel-control-prev, #testimonial-carousel .carousel-control-next {
		display: none;
	}
}
@media only screen and (max-width : 480px){
	#homeLink {
		width: 140px;
		margin-left: 1rem;
		background-size: contain;
	}
	.squarecard .img-100-75 {
		height: 350px;
	}
	.owl-theme.sponsors .owl-prev {
		left: 10px;
	}
	.owl-theme.sponsors .owl-next {
		right: 10px;
	}
}