/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* @import 'assets/fonts/fonts.css'; */
:root{
	--awb-text-font-family: 'Source Sans Pro', sans-serif !important;
	--button_typography-font-family: var(--awb-text-font-family);
	--body_typography-font-family: var(--awb-text-font-family);
	--awb-typography1-font-family: var(--awb-text-font-family);
	--awb-typography2-font-family: var(--awb-text-font-family);
	--awb-typography3-font-family: var(--awb-text-font-family);
	--awb-typography4-font-family: var(--awb-text-font-family);
	--awb-typography5-font-family: var(--awb-text-font-family);
	--h1_typography-font-family: var(--awb-text-font-family);
	--h2_typography-font-family: var(--awb-text-font-family);
	--h3_typography-font-family: var(--awb-text-font-family);
	--h4_typography-font-family: var(--awb-text-font-family);
	--h5_typography-font-family: var(--awb-text-font-family);
	--h6_typography-font-family: var(--awb-text-font-family);
	--awb-custom_typography_3-font-weight: 600;
	
}


/* Main Body Style */
body{
    font-family: var(--awb-text-font-family);
}

img[title] {
  pointer-events: none;
}

.fusion-imageframe{
    display: block !important;
}
/*
#main_sidebar{
	max-width: 335px;
	min-width: 200px;
}

#main_sidebar:after{
	content:'';
	display:block;
	background:#f4f1f8;
	border-right:1px solid #d1d2d4;
	position:fixed;
	z-index: -1;
	left:0;
	top:0;
	bottom:0;
	width:20%;
	max-width: 335px;
	min-width: 200px;
}*/
.fusion-tb-header, .fusion-tb-footer{
	position:relative;
	z-index:11;
}

/* sidebar active link color for anchor only */
.active-page-anchor-link a.awb-menu__sub-a, .active-page-anchor-link a span{
	color : var(--awb-color1) !important;
}

/* .awb-menu.collapse-enabled a {
	padding:0px !important;
	min-height:35px !important;
} */

.awb-menu__main-li_regular.current-menu-ancestor .awb-menu__main-a_regular{
	    color: #6022a6 !important;
}

.active-page-anchor-link a.awb-menu__sub-a:hover{
	color : var(--awb-color6) !important;
}


/* for particular section */
#wide-width-section .fusion-builder-row.fusion-row{
	max-width: 1300px !important;
}

/* Search Box Style */

.brand-search{
	min-width: 280px;
	position: relative;
}

.brand-search .fusion-search-form{
    overflow: hidden;
    border-radius: 4px;
}

.brand-search .fusion-search-field .s {
    padding-left: 12px !important;
}

.brand-search .fusion-search-field .s::placeholder{
    color: #5b5b67 !important;
}

.brand-search .fusion-search-button{
    right: 0px;
    background-color: var(--awb-color1);
}

.brand-search .fusion-search-button .fusion-search-submit{
    color: var(--awb-color3) !important;
}

.brand-search .fusion-search-results-wrapper{
	position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
}

/* Custom Full width Column for both side */
.container-align-left .content-align-left{
	width: calc(50vw - ((100vw - 1056px) / 2)) !important;
    margin-left: auto;
}

.container-align-right  .content-align-right{
	width: calc(50vw - ((100vw - 1056px) / 2)) !important;
    margin-right: auto;
}

#intro > .fusion-row{
	flex-wrap:nowrap;
}
#intoImg{
	width:110%;
}
.primary-outline-btn{
	background:none !important;
}
/*.primary-outline-btn .fusion-button-text{
	color: var(--awb-color1) !important;
}*/



/* Avada Image Carousel Extra CSS For image height */
.swiper-backface-hidden .swiper-slide{
	width: fit-content !important;
	width:auto !important;
}
.fusion-carousel-item-wrapper{
	width: fit-content;
	width: auto;
	height: 100%;
}

.awb-swiper .fusion-image-wrapper.hover-type-none{
	width: fit-content;
	width: auto;
	height: 100%;
}

.awb-swiper .fusion-image-wrapper.hover-type-none img{
	height: 456px;
	width: auto;
}

/* Breadcrumb For Hidden Home Link */
.fusion-breadcrumb-item.awb-breadcrumb-sep.awb-home{
	display: none;
}

/* brandhub Template */
.primary-header .fusion-builder-row{
	margin-left: 0 !important;
}

.single-brandhub .primary-header{
	justify-content: start;
}

.full-width-header .fusion-builder-row{
	max-width: 1460px !important;
}
/*
.brandhub-template-default .fusion-fullwidth {
    justify-content: flex-start;
}
*/
/* brand foundation card style listing page */
.brand-foundation-card .fusion-builder-row.fusion-builder-row-inner img{
	transition: 0.75s;
}

.brand-foundation-card .fusion-builder-row.fusion-builder-row-inner:hover img{
	scale: 1.1;
}

/* brand foundation card style home page */
.brand-foundation-card-image .slides img{
	aspect-ratio: 16/9;
	transition: 0.5s;
}

.brand-foundation-card-image:hover .slides img{
	scale: 1.1;
}

/* footer style */
.fusion-footer .fusion-fullwidth {
    justify-content: center;
}

/* Bottom to top Btn styling */
.awb-to-top-scroll-progress .awb-to-top-progress .awb-progress{
	stroke: var(--awb-color1);
}

.awb-to-top-scroll-progress .awb-to-top-progress .awb-scale{
	stroke: var(--awb-custom_color_2) !important;
}

.awb-to-top-scroll-progress:hover .awb-to-top-scroll-progress .awb-to-top-progress .awb-progress{
	stroke: var(--awb-color8) !important;
}

#menu-sidebar-menu .awb-menu__main-li{
	flex-wrap: wrap;
	position: relative;
/*	border-bottom: 1px solid var(--awb-submenu-sep-color);*/
}
#menu-sidebar-menu.awb-menu__main-ul_column .awb-menu__main-a{
	padding: 12px 12px 12px 25px;
	font-weight: 600;
/* color: #222222 !important;  */
} 



.awb-menu_dc-yes.awb-menu_em-click .awb-menu__open-nav-submenu_click, .awb-menu_dc-yes.awb-menu_em-click .awb-menu__open-nav-submenu_click[aria-expanded="false"]{
	position: absolute;
    top: 8px;
	left: -4px;
    padding: 0;
    width: 32px;
	height: 32px;
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23313235' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") no-repeat center center;
	grid-area: unset;
	transition: 0.2s;
	transform: rotate(-90deg);
    background-size: 16px auto;
}

 .awb-menu_dc-yes.awb-menu_em-click .awb-menu__open-nav-submenu_click[aria-expanded="true"]{
	transform: rotate(0deg);
}

.awb-menu__open-nav-submenu-hover:before, .awb-menu__open-nav-submenu_click:before, .awb-menu__open-nav-submenu_mobile:before{
	display: none;
}
#menu-sidebar-menu li{
	flex-direction: column;
}
#menu-sidebar-menu .awb-menu__sub-li{
	border-bottom: none;
}
#menu-sidebar-menu .awb-menu__sub-a{
	padding: 12px 12px 12px 25px;
	color: #5B5B67;
	font-size: 16px;
}
#menu-sidebar-menu .awb-menu__sub-ul .awb-menu__sub-a{
	justify-content: flex-start !important;
}
#menu-sidebar-menu .current-menu-item.brandhub-sidebar-menu > a, #menu-sidebar-menu .current-brandhub-ancestor > a{
	color: #6022a6 !important;
}
#menu-sidebar-menu .awb-menu__sub-ul_grand{
	padding-left: 20px;
}
/* #menu-sidebar-menu .current-menu-item > .awb-menu__sub-ul{
	display:block !important;
} */
 
/* #menu-sidebar-menu .awb-menu__sub-ul_grand .current-menu-item .awb-menu__sub-a{
	color: var(--awb-color1) !important;
}  */

/* .awb-menu__sub-ul button.awb-menu__open-nav-submenu_mobile.awb-menu__open-nav-submenu_click.awb-menu__open-nav-submenu_sub{
	display: none;
} */

.subcat_title {
	font-size: 18px;
	line-height: 1.7;
	background: none;
    cursor: pointer;
    padding: 0;
    border: none;
    text-align: left;
    outline: none;
    width: 100%;
	position: relative;
}
.subcat_title::after, .subcat_title::before{
	content: '';
	display: block;
	background: #313235;
	border-radius: 10px;
	position: absolute;
	transition: all ease 0.3s;
}
.subcat_title:after {
    width: 22px;
    height: 2px;
    right: 0;
    top: 14px;
}
.subcat_title.active:after {
    width: 0;
}
.subcat_title:before{
	height: 22px;
	width: 2px;
	right: 10px;
	top: 4px;
	transform: rotate(0deg);
	transform-origin: center;
}
.subcat_title.active:before {
    transform: rotate(90deg);
}
.subcat_panel {
    display: none;
    padding: 12px 0 0;
	font-size: 16px;
}
.subcatPost_item{
	padding-left: 16px;
}
.subcatPost_item:not(:last-child){
	margin-bottom: 16px;
}


.catPost_item a{
	display:flex;
}

.cat_item{
	margin: 0;
	padding:32px 0;
	display: flex;
	border-top: 1px solid #C7C8CF;
	gap: 24px;
}
/* .cat_item:last-child{
	border-bottom: none;
} */
.cat_item .col-left {
    flex: 1;
	align-self: flex-start;
}
.cat_item .col-left h3{
	font-size: 48px;
	margin: 0;
}
.cat_item .col-right {
    flex: 0 0 45%;
	display: grid;
    gap: 24px;
	align-self: center;
}
.cat_item .col-right span{
	font-size: 18px;
	color: var(--awb-color1);
	display: flex;
    align-items: center;
    justify-content: space-between;
	gap: 30px;
	flex: 1;
    width: 100%;
}
/* .cat_item .col-right span:hover{
	text-decoration: underline;;
} */
/* .cat_item .col-right a path{
    transform: rotate(0);
	transform-origin: center;
	transition: all ease 0.3s;
}
.cat_item .col-right a:hover path{
    fill: var(--awb-color1);
} */

@keyframes dropping {
	0%{
		transform: translateY(0px);
	}
	25%{
		transform: translateY(10px);
		opacity: 1;
	}
	50%{
		transform: translateY(20px);
		opacity: 0;
	}
	50.1%{
		transform: translateY(-10px);
		opacity: 0;
	}
	100%{
		transform: translateY(0px);
		opacity: 1;
	}
}
.download:hover svg.svg-animation{
	animation: dropping 0.4s linear forwards;
}

.new-window svg.svg-animation{
	transform: rotate(0);
	transition: all ease 0.3s;
	overflow: visible;
}
.new-window:hover svg.svg-animation{
	transform: rotate(180deg);
}
/*
.wide-container .fusion-flex-content-wrap{
	max-width: 1580px !important;
} 

#main_sidebar > .fusion-column-wrapper{
	padding: 0 12px;
}
*/

.section{
	margin-top:56px;
	padding-bottom:32px;
	border-bottom: 1px solid #C7C8CF;
}
.section h3{
	margin: 0 !important;
}
.section h2{
	margin: 8px 0 24px !important;
}
.no-border{
	border:none !important
}

.fusion-flip-boxes.flip-boxes.row{
	margin-bottom:0 !important;
	justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.fusion-flip-boxes .fusion-flip-box-wrapper{
	padding:0 16px;
}
.fusion-flip-boxes .flip-box-inner-wrapper{
	margin-bottom:24px !important;
}
/* .fusion-flip-box-wrapper:nth-child(n+4) .flip-box-front,
.fusion-flip-box-wrapper:nth-child(n+4) .flip-box-back{
	text-align:left;
} */
.flip-box-back-inner p{
	margin-bottom:0;
}

/* Image element in defialt for avada theme */
.fusion-image-element img{
	width: 100%;
}

/* learning card design */
.learn-lightbox-video-section:after {
    content: "";
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='rgb(96 34 166)' d='m11.596 8.697-6.363 3.692c-.54.313-1.233-.066-1.233-.697V4.308c0-.63.692-1.01 1.233-.696l6.363 3.692a.802.802 0 0 1 0 1.393'/%3e%3c/svg%3e");
    background-size: 100% auto;
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute; 
    bottom: 0;
    left: 0;
    background-color: var(--awb-color3);
    border-radius: 4px;
    border: 4px solid var(--awb-color3);
}

.lightbox-br{
	position:relative !important;
	 border-radius: 8px !important; 
}

.bg-col{
	background-color: #f5f5f5 !important;
	padding:16px !important;
	border-radius:8px !important;
		    
}

.btn-cls{
	font-size:18px !important;
	display:flex !important;

}


.brand-training-image-box .fusion-column-wrapper, .brand-training-image-box .fusion-column-wrapper .fusion-image-element, .brand-training-image-box .fusion-column-wrapper .fusion-imageframe, .brand-training-image-box .fusion-column-wrapper .fusion-imageframe img{
	height: 100%;
}

a.sidebar-email-wrap{
	width: 100%;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sub-menu li.page-active-anchor > a {
	font-weight: bold;
	color: #0073aa; /* example highlight */
}

/* Parent Child page template */
.child:not(:first-child){
    padding-top: 64px;
}

.color-palettes-box{
    padding: 86px 16px 13px;
    border-radius: 16px;
	width: calc( 25% - 18px );
}

/* Link Hover, Foucs and Active Effects */
.link-hover-effect:hover{
	text-decoration: underline;
}

.link-hover-effect span.fusion-button-text:after{
	content: "";
    display: block;
    width: 16px;
    height: 24px;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='rgb(96 34 166)' d='M0.565325 15.7523C0.491353 15.7527 0.418025 15.7385 0.349544 15.7105C0.281063 15.6826 0.218777 15.6413 0.166258 15.5892C0.113577 15.5369 0.0717622 15.4747 0.0432269 15.4061C0.0146915 15.3376 0 15.2641 0 15.1898C0 15.1155 0.0146915 15.042 0.0432269 14.9735C0.0717622 14.9049 0.113577 14.8427 0.166258 14.7904L7.07966 7.8773L0.166258 0.964177C0.060419 0.858256 0.000959488 0.714596 0.000959489 0.564802C0.000959491 0.415007 0.060419 0.271347 0.166258 0.165427C0.272097 0.0595057 0.415646 1.57834e-09 0.565325 0C0.715003 -1.57834e-09 0.858552 0.0595057 0.964391 0.165427L8.27124 7.47793C8.32392 7.53022 8.36574 7.59243 8.39427 7.66098C8.42281 7.72952 8.4375 7.80304 8.4375 7.8773C8.4375 7.95156 8.42281 8.02508 8.39427 8.09363C8.36574 8.16217 8.32392 8.22438 8.27124 8.27668L0.964391 15.5892C0.911872 15.6413 0.849586 15.6826 0.781105 15.7105C0.712624 15.7385 0.639296 15.7527 0.565325 15.7523Z'/%3e%3c/svg%3e");
    position: absolute;
    right: -26px;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
}

.fusion-footer a:hover{
	text-decoration: underline;
}

.link-underline-hover:hover{
	text-decoration: underline;
}

.evidon-prefdiag-sidebarlink {
	font-size: 16px;
}

/* .test-brandhub-icon:after {
    content: "";
    position: absolute;
    top: 8px;
    left: -4px;
    padding: 0;
    width: 32px;
    height: 32px;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23313235' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") no-repeat center center;
    grid-area: unset;
    transition: 0.2s;
    transform: rotate(-90deg);
    background-size: 16px auto;
} */

/* Side overflow hidden */
.sidebar-nav-menu-base{
	overflow: auto;
    max-height: calc(100vh - 250px);
    scrollbar-width: thin;
}

/* Download btn icon use on some pages */

.download-btn-icon-before, .download-btn-icon-after{
	font-weight: 400;
    padding: 0 !important;
	gap: 4px;
	background: unset !important;
    border: unset !important;

}
/* .download-btn-icon-before:hover{
	transform: rotate(0);
	transition: all ease 0.3s;
	overflow: visible;
} */
.download-btn-icon-before:hover, .download-btn-icon-after:hover{
	text-decoration: underline;

}

.divider-top-border{
	border-top: 1px solid var(--awb-border-color);
	padding-top: 24px;
}

.download-btn-icon-before:before{
	content: "";
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='313235' d='M21 18.75V21a3 3 0 0 1-3 3H4.5a3 3 0 0 1-3-3v-2.25a.75.75 0 0 1 .75-.75.75.75 0 0 1 .75.75V21a1.5 1.5 0 0 0 1.5 1.5H18a1.5 1.5 0 0 0 1.5-1.5v-2.25a.75.75 0 0 1 .75-.75.75.75 0 0 1 .75.75zm-10.275.525a.72.72 0 0 0 .525.227.72.72 0 0 0 .525-.227l6-6c.139-.139.218-.328.218-.525s-.078-.386-.218-.525-.328-.217-.525-.217-.386.078-.525.217L12 16.935V.75a.75.75 0 0 0-.75-.75.75.75 0 0 0-.75.75v16.185l-4.725-4.71c-.069-.069-.151-.124-.241-.161a.74.74 0 0 0-.568 0c-.09.037-.172.092-.241.161a.74.74 0 0 0-.217.525.74.74 0 0 0 .217.525l6 6z'/%3e%3c/svg%3e") no-repeat;
	display: block;
	width: 20px;
	height: 19px;
	margin-left: 3px;

}

.download-btn-icon-after:after{
	content: "";
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='313235' d='M21 18.75V21a3 3 0 0 1-3 3H4.5a3 3 0 0 1-3-3v-2.25a.75.75 0 0 1 .75-.75.75.75 0 0 1 .75.75V21a1.5 1.5 0 0 0 1.5 1.5H18a1.5 1.5 0 0 0 1.5-1.5v-2.25a.75.75 0 0 1 .75-.75.75.75 0 0 1 .75.75zm-10.275.525a.72.72 0 0 0 .525.227.72.72 0 0 0 .525-.227l6-6c.139-.139.218-.328.218-.525s-.078-.386-.218-.525-.328-.217-.525-.217-.386.078-.525.217L12 16.935V.75a.75.75 0 0 0-.75-.75.75.75 0 0 0-.75.75v16.185l-4.725-4.71c-.069-.069-.151-.124-.241-.161a.74.74 0 0 0-.568 0c-.09.037-.172.092-.241.161a.74.74 0 0 0-.217.525.74.74 0 0 0 .217.525l6 6z'/%3e%3c/svg%3e") no-repeat;
	display: block;
	width: 20px;
	height: 19px;
	margin-left: 3px;
}

/* Paragraph with link will underline */
.paragraph-anchor-underline a{
	text-decoration: underline;
}

/* Download Icon with tooltip */
.links-text-box{
	position: relative;
    display: block;
	padding-right: 30px;
}

/* Parent containers with increasing z-index based on position */
.catPost_item,
.subcatPost_item {
    position: relative;
}

/* First item gets highest z-index, decreases as you go down */
.catPost_item { 
	z-index: 50;
}

.subcatPost_item { 
	z-index: 50; 
}

.tooltip-wrapper{
    width: 16px;
    position: absolute;
    right: 38px;
    top: 5px;
    z-index: 1;
    display: flex;
    align-items: center;
}

/* On hover, temporarily boost the entire parent to show tooltip above all */
.catPost_item:hover,
.subcatPost_item:hover {
    z-index: 1000 !important;
}

.tooltip-wrapper .tooltip-text-left {
    visibility: hidden;
    background-color: #fff;
    color: #333;
    text-align: center;
    padding: 4px 12px;
    border-radius: 4px;
    position: absolute;
    top: calc(50% - 3px);
    transform: translateY(-50%);
    z-index: 10;
    max-width: 300px;
    width: max-content !important;
    right: 30px;
    opacity: 0;
    transition: opacity 0.2s;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}


span.tooltip-text-left:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: calc(50% - 7px);
    right: -7px;
    z-index: 111111131;
    box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.2);
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    background: #fff;
}

.tooltip-wrapper .tooltip-text-bottom {
    visibility: hidden;
    background-color: #fff;
    color: #333;
    text-align: center;
    padding: 4px 12px;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    max-width: 300px;
    width: max-content !important;
    top: 35px;
    opacity: 0;
    transition: opacity 0.2s;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    font-size: 14px;
}


span.tooltip-text-bottom:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: calc(50% - 7px);
    top: -7px;
    z-index: 111111131;
    box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    background: #fff;
}

.tooltip-wrapper:hover .tooltip-text-left, .tooltip-wrapper:hover .tooltip-text-bottom {
  visibility: visible;
  opacity: 1;
}

.text-minimum-height{
	min-height: 100px;
}
.main-sidebar-layout{
	height:100%;
}

/* Responsive design Start here */
/* Landscape Tablet styles */
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.main-sidebar-layout > .fusion-column-wrapper{
		padding: 48px !important;
		
	}
	
	.card-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.guidelines-grid,
	.downloads-row {
		grid-template-columns: repeat(2, 1fr);
	}
	.training-row {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* Tablet styles */
@media screen and (max-width: 768px) {
	.cat_item{
		display: block;
	}
	.cat_item .col-left{
		margin-bottom: 24px;
	}
	.cat_item .col-right{
		gap: 16px;
	}
	.card-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.guidelines-grid,
	.downloads-row {
		grid-template-columns: repeat(2, 1fr);
	}
	.training-row {
		grid-template-columns: repeat(1, 1fr);
	}
	.section-title {
		font-size: 28px;
		gap: 16px;
	}
}
/*Hover effect on anchor link*/
.anchor-hover-effect:hover{
	text-decoration:underline;
}


.coming-soon-blink span, .coming-soon-blink p {
  color: #999;
  animation: comingSoonCycle 10s infinite ease-in-out;
}

@keyframes comingSoonCycle {

  /* --- Long grey idle --- */
  0%, 45% {
    color: #6022a6;;
    opacity: 1;
  }

  /* --- Single slow grey blink --- */
  48% { opacity: 0; }
  52% { opacity: 1; }

  /* --- Purple blink phase --- */
  55% { color: #6022a6; opacity: 1; }

  /* Blink 1 */
  60% { opacity: 0; }
  64% { opacity: 1; }

  /* Blink 2 */
  68% { opacity: 0; }
  72% { opacity: 1; }

  /* Blink 3 */
  76% { opacity: 0; }
  80% { opacity: 1; }

  /* Optional Blink 4 */
  84% { opacity: 0; }
  88% { opacity: 1; }

  /* --- Back to grey calm --- */
  90%, 100% {
    color: #6022a6;;
    opacity: 1;
  }
}


/* .fusion-body .fusion-title.fusion-sep-none {
    display: flex;
}
 */

.fusion-text.fusion-text-20.awb-text-cols.fusion-text-columns-3 {
    display: flex;
}


.fusion-text.fusion-text-23.awb-text-cols.fusion-text-columns-3 {
    display: contents;
}

.brandpage-coming-soon{
	padding-top: 10px;
}

.icon-align-anchor{
	display: flex;
	align-items: center;
}

.home-page-underline-anchor:hover:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 1px;
    border: 0px solid #512286;
    width: 100%;
    border-bottom-width: 2px;
}

.primary-btn:hover {
	  background: #512286 !important;
	  text-decoration: none !important;
}
.primary-btn:focus {
  	background: #472271 !important;
}
.primary-btn:focus-visible{
	  outline: 2px solid #6022a6 !important;
	  background: #6022a6 !important;
}

.primary-outline-btn:hover {
	 border-color: #512286 !important;
}
.primary-outline-btn:focus {
  	border: 1px solid #472271 !important;
}
.primary-outline-btn:focus-visible{
	 border-color: #FFFFFF !important;
}
.primary-outline-btn:hover span {
	 color:#512286 !important;
}
.primary-outline-btn:focus span{
  	color:#512286 !important;
}
.primary-outline-btn:focus-visible span{
	color:#512286 !important;
}
.explore-btn-arrow:hover{
	text-decoration:underline;
}
.custom-iocn-play,.custom-iocn-pause{
	cursor:pointer;
	border-radius: 16px;
}
.custom-iocn-play:hover,.custom-iocn-pause:hover{
	background-color:#3B3A3C !important;
}
.custom-iocn-play:focus,.custom-iocn-pause:focus{
	background-color:#1E1E1E !important;
}
.custom-iocn-play:focus-visible,.custom-iocn-pause:focus-visible{
	outline:1px solid #FBF9FD;
}


/* serach functionality code */

.search-page-input{
	max-width: 700px;
}

input.s{
	background-color: white;
    border: 1px solid black;
}

section {
    padding: 0px;
}

.section-title {
    display: flex;
    align-items: baseline;
    gap: 29px;
    color: #313235;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 32px;
}

.search-results-wrapper .title {
    font-size: 36px;
    line-height: 1.4;
    font-weight: 400;
    color: #313235;
}

.section-title img {
    width: 24px;
    height: 32px;
}

span.result {
    font-size: 14px;
    line-height: 22px;
    color: #5B5B67;
    font-weight: 400;
}


.search-bar {
    display: flex;
    justify-content: left;
    align-items: center;
    margin: 30px 0;
}

.search-bar input[type="text"] {
    width: 696px;
    height: 44px;
    padding: 0 12px;
    border: 1px solid #C7C8CF;
    border-radius: 6px 0 0 6px;
    font-size: 16px;
    line-height: 24px;
    background: #fff;
    color: #5B5B67;
}

.search-bar input::placeholder {
    color: #5B5B67;
}

.search-bar button {
    height: 44px;
    width: 50px;
    border: none;
    border-radius: 0 6px 6px 0;
    background: #6022A6;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.search-bar button img {
    width: 16px;
    height: 16px;
}

.search-results-wrapper hr { 
    border: none; 
    border-top: 1px solid #C7C8CF; 
    margin-top:32px; 
    margin-bottom:32px;
}


.card {
    border-radius: 16px;
    background: #fff;
    padding: 24px;
	padding-right: 50px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
	justify-content: center;
    position: relative;
    transition: all 0.3s ease;
    height: 100%;
    outline: 1px solid #C7C8CF;
	font-size: 20px;
}

.upper-card{
	flex-grow: 1;
}

.card:hover {
    outline-color: #6022a6;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.card h3 {
    margin: 0;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 400;
    color: #222;
    margin-bottom: 19px;
    word-break: break-word;
}

.card p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    color: #222;
    margin: 0 0 19px 0;
    flex-grow: 1;
}

.card .spacer {
    border: 1px solid #C7C8CF;
    display: block;
    margin: 0 25px 20px 0;
}

.card .badge{
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 18px !important;
}

.file-badge {
    font-size: 14px;
    line-height: 1;
    color: var(--awb-color5);
}

.card-text{
	display: flex;
    flex-direction: column;
    gap: 6px;
}

.card > a,
.card-button {
    color: #6022A6;
    font-size: 18px;
    line-height: 28px;
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: flex-start;
}

.card-button {
    color: inherit;
    cursor: pointer;
    font-size: inherit;
    line-height: 1.5;
    background: none;
    border: none;
    display: flex;
    align-items: flex-end;
    gap: 8px;
    padding: 0;
    text-decoration: none;
    transition: all 0.2s ease;
    width: 100%;
}

.card-button:hover {
    text-decoration: underline;
}

.card-button a {
    text-decoration: none;
}

img.arrow-icon {
    margin-top: 7px;
    margin-left: 9px;
    color: #6022a6;
}

.img-class {
    margin-left: 16px;
    margin-top: 8px;
}

.spacer {
    border: 1px solid #C7C8CF;
    display: block;
    margin: 19px 0;
}
.download, .new-window{
	display:flex;
	width: 100%;
	position : relative;
}
.download-card,
.guideline-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 16px;
    padding: 24px;
    background: #fff;
    transition: all 0.3s ease-in;
    height: 100%;
    outline: 1px solid #C7C8CF;
    gap: 12px;
}

.download-card:hover,
.guideline-card:hover {
    outline-color: #6022a6;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.card-left {
    display: flex;
    align-items: center;
    gap: 19px;
}

.card-icon {
    flex: 0 0 auto;
    height: 24px;
}

.card-text h3 {
    margin: 0;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 400;
    color: #222222;
}

.card-text p {
    margin: 4px 0 0;
    font-size: 14px;
    line-height: 1.5;
    color: #5B5B67;
}

.card-right {
    background: none;
    border: none;
    cursor: pointer;
}

.card-right img {
    width: 20px;
    height: 24px;
}

.card-grid,
.guidelines-grid,
.downloads-row {
    display: grid;
    gap: 20px;
    margin-top: 32px;
}

.card-grid {
    grid-template-columns: repeat(3, 1fr);
}

.guidelines-grid {
    grid-template-columns: repeat(2, 1fr);
}

.downloads-row {
    grid-template-columns: repeat(3, 1fr);
}

/* Wrapper for each card result */
.card-button {
    display: block;
    text-decoration: none;
    color: inherit;
}

.training-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 32px;
}

.card-content{
    display: flex;
    flex-direction: column;
    gap: 8px;
	padding: 0 24px;
}

.card-content .card-heading{
    font-size: 22px !important;
    margin: 0;
}

.card-content .learn-description{
    font-size: 18px;
    margin: 0;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.training-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 20px;
    background: var(--awb-custom_color_1);
    border-radius: 12px;
	transition: 0.3s ease-in;
	 outline: 1px solid transparent;
	overflow: hidden;
}
.training-item:hover{
	 background-color: #f1eef9;
	    outline: 1px solid #6022a6;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px !important;
}



.training-card {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    aspect-ratio: 16/9;
    cursor: pointer;
    transition: all 0.3s ease;
	position: relative;
}

.card-footer {
    display: flex;
    flex-direction: row;
	gap: 0 16px;
	flex-wrap: wrap;
	padding: 0 24px;
}

.training-link {
    font-size: 18px;
    color: #6022A6;
    font-weight: 400;
    display: inline-block;
    line-height: 1.6;
    text-decoration: none;
    transition: text-decoration 0.2s ease;
	width : fit-content;
}

.training-link:hover {
    text-decoration: underline;
}

/* Hidden state */
.hidden {
    max-height: 0 !important;
    opacity: 0;
    display: none;
    overflow: hidden;
    transition: all 0.15s linear;
    margin: 0 !important;
    padding: 0 !important;
    pointer-events: none;
    height: 0 !important;
    visibility: hidden;
}

/* Shown state */
.show {
    max-height: 600px;
    opacity: 1;
    transition: all 0.15s linear;
    pointer-events: auto;
}

/* Card animation for smooth slide - FAST 0.15s */
@keyframes slideDown {
    from {
        opacity: 0;
        max-height: 0;
    }
    to {
        opacity: 1;
        max-height: 600px;
    }
}

@keyframes slideUp {
    from {
        opacity: 1;
        max-height: 600px;
    }
    to {
        opacity: 0;
        max-height: 0;
    }
}

/* Reveal class for animation */
.reveal {
    animation: slideDown 0.15s linear forwards !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

/* Hide class for animation */
.collapse {
    animation: slideUp 0.15s linear forwards !important;
    opacity: 0 !important;
}

.collapse-enabled .awb-menu__search-inline{
	background: #fbf9fd;
}

/* Centered show-more button */
.show-more {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 20px auto;
    margin-top: 32px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    color: #6022A6;
    opacity: 1;
    transition: opacity 0.3s ease;
	width: fit-content;
}
}

.show-more:hover {
    opacity: 0.8;
}

.show-more-text {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    color: #6022A6;
}

/* Plus sign styling */
.show-more-icon {
    margin-top: 2px;
    width: 15.75px;
    font-weight: 500;
    color: #6022A6;
    transition: transform 0.3s ease;
}

/* Rotate when open */
.show-more.open .show-more-icon {
    transform: rotate(45deg);
}

/* Centered show-less button */
.show-less {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 20px auto;
    margin-top: 32px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    color: #6022A6;
    opacity: 1;
    transition: opacity 0.3s ease;
	width: fit-content;
}

.show-less:hover {
    opacity: 0.8;
}

.show-less-text {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    color: #6022A6;
}

.show-less-icon {
    margin-top: 2px;
    width: 15.75px;
    font-weight: 500;
    color: #6022A6;
    transition: transform 0.3s ease;
}


/* Modal background */
.modal {
  display: none; /* hidden by default */
  position: fixed;
  z-index: 9999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8);
}

/* Modal image */
.modal-content {
  margin: auto;
  display: block;
  max-width: 80%;
  border-radius: 8px;
  animation: zoomIn 0.3s ease;
  margin-top:120px;
  background:none;
  width:500px;
}

/* Caption */
#caption {
  margin: 15px auto;
  text-align: center;
  color: #fff;
  font-size: 18px;
}

/* Close button */
.close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

.hidden-links {
  display: none;
}
.training-card {
  cursor: pointer;
}

/* Zoom animation */
@keyframes zoomIn {
  from {transform: scale(0.7);}
  to {transform: scale(1);}
}


/* Tablet Responsive Styles - 768px */
@media screen and (max-width: 768px) {
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
	  margin-top: 16px;
  }
  .guidelines-grid,
  .downloads-row {
    grid-template-columns: repeat(2, 1fr);
	  	  margin-top: 16px;
  }
  .training-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .section-title {
    gap: 16px;
    font-size: 28px;
  }
  .section-title .section-icon {
    width: 24px;
    height: 28px;
  }
  .card h3 {
    font-size: 22px !important;
    margin-bottom: 16px;
  }
  .card {
    padding: 20px;
	padding-right: 40px;
  }
	.card .spacer {
		margin: 0 25px 15px 0;
	}
  .download-card,
  .guideline-card {
    padding: 20px;
    gap: 12px;
  }
  .card-text h3 {
    font-size: 18px;
  }
  .card-text p {
    font-size: 13px;
  }
  .training-card {
    aspect-ratio: 16/9;
    height: auto;
  }
  .search-bar input[type="text"] {
    width: 100%;
    max-width: 500px;
  }
  .show-more,
  .show-less {
    margin: 16px auto;
    margin-top: 24px;
    font-size: 16px;
  }
}

/* Mobile Responsive Styles - 480px and below */
@media screen and (max-width: 480px) {
  .guidelines-grid,
  .downloads-row,
  .card-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
	margin-top: 0;
  }
    .training-row {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
	}
  .section-title {
      gap: 0 8px;
	  justify-content: left;
	  flex-wrap: wrap;
	  font-size: 22px;
	  margin-top: 24px;
	  margin-bottom: 20px;
  }
	span.result{
		width: 100%;
	}
  .section-title .section-icon {
    width: 18px;
    height: 22px;
  }
  .card {
    padding: 20px;
	padding-right: 40px;
	font-size: 18px;
  }
  .card-left {
    width: 100%;
  }
	.card .spacer{
		margin:0 25px 15px 0;
	}
  .search-bar input[type="text"] {
    width: 100%;
    height: 40px;
    font-size: 14px;
    border-radius: 6px 6px 0 0;
  }
  .search-bar button {
    width: 100%;
    height: 40px;
    border-radius: 0 0 6px 6px;
  }
  .card > a,
  .card-button {
    font-size: 14px;
  }
  .show-more,
  .show-less {
    margin: 12px auto;
    margin-top: 16px;
    font-size: 14px;
  }
  .search-results-wrapper .title {
    font-size: 32px;
	margin: 0 !important;
  }
}

#search-learn-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  background: rgba(0, 0, 0, 0.75);
  padding: 24px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}
#search-learn-modal.is-open { display: flex; }
#search-learn-modal .slm-dialog {
  position: relative;
  background: transparent;
  width: 100%;
  max-width: 900px;
  max-height: 90vh;
	overflow: unset;
}
#search-learn-modal .slm-close {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  z-index: 2;
}
#search-learn-modal .slm-close:hover { background: #000; }
#search-learn-modal .slm-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  overflow: hidden;
}
#search-learn-modal .slm-video iframe,
#search-learn-modal .slm-video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* No Results Styling */
.search-results-wrapper {
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
}

.no-results-container {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.no-results-title {
  font-size: 36px;
  font-weight: 400;
  color: #313235;
  margin: 0 0 24px 0;
  line-height: 1.5;
}

.no-results-title .search-keyword {
  font-weight: 600;
  color: #6022a6;
}

.no-results-message {
  font-size: 18px;
  color: #5B5B67;
  margin: 0 0 20px 0;
  font-weight: 400;
}

.no-results-suggestions {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  text-align: left;
  display: inline-block;
}

.no-results-suggestions li {
  font-size: 16px;
  color: #5B5B67;
  padding: 8px 0;
  padding-left: 24px;
  position: relative;
}

.no-results-suggestions li:before {
  content: "•";
  left: 0;
  color: #6022a6;
  font-weight: bold;
  font-size: 20px;
}


/* ===== NO RESULTS PAGE STYLING ===== */
.search-results-wrapper {
    margin: 60px auto !important;
    padding: 0 !important;
    display: block !important;
    width: 100% !important;
}

.no-results-container {
    text-align: center !important;
    padding: 60px 40px !important;
    background: #f9f8fb !important;
    border-radius: 8px !important;
    display: block !important;
    box-sizing: border-box !important;
}

.no-results-title {
    font-size: 32px !important;
    font-weight: 600 !important;
    color: #212934 !important;
    margin: 0 0 20px 0 !important;
    line-height: 1.2 !important;
    display: block !important;
    text-align: center !important;
}

.no-results-message {
    font-size: 18px !important;
    color: #555 !important;
    margin: 0 0 30px 0 !important;
    display: block !important;
    text-align: center !important;
}

.no-results-suggestions {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: inline-block !important;
    text-align: left !important;
}

.no-results-suggestions li {
    padding: 12px 0 !important;
    font-size: 16px !important;
    color: #555 !important;
    border-bottom: 1px solid #ddd !important;
    display: list-item !important;
    list-style: none !important;
}

.no-results-suggestions li:before {
    content: "→ " !important;
    color: #6022a6 !important;
    font-weight: bold !important;
    margin-right: 10px !important;
}

.no-results-suggestions li:last-child {
    border-bottom: none !important;
}

/* Handle search keyword highlighting */
.search-keyword {
    font-weight: 700 !important;
    color: #212934 !important;
}


/* Learn Page Lighthouse CSS for controls. */
	.ilightbox-toolbar.metro-white{
		width: 100%;
		background: unset !important;
		top: 0 !important;
	}

	.ilightbox-toolbar.metro-white .ilightbox-fullscreen, .ilightbox-toolbar.metro-white .ilightbox-play, .ilightbox-social{
		display: none !important;
	}

.ilightbox-toolbar.metro-white .ilightbox-close {
	position: fixed;
	left: calc(100% - 70px);
	top: 10px;
	width: 44px !important;
	height: 44px !important;
	padding: 0;
	text-indent: -9999px;
	border-radius: 50%;
	background: #F8F7F9 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' xmlns:v='https://vecta.io/nano'%3E%3Cpath fill-rule='evenodd' d='M7.484 6l3.709 3.709a1.05 1.05 0 0 1 0 1.484 1.05 1.05 0 0 1-1.484 0L6 7.484l-3.709 3.709a1.05 1.05 0 0 1-1.484 0 1.05 1.05 0 0 1 0-1.484L4.516 6 .807 2.291a1.05 1.05 0 0 1 0-1.484 1.05 1.05 0 0 1 1.484 0L6 4.516 9.709.807a1.05 1.05 0 0 1 1.484 0 1.05 1.05 0 0 1 0 1.484L7.484 6z' fill='%23222'/%3E%3C/svg%3E") no-repeat center center !important;
}
.ilightbox-toolbar.metro-white .ilightbox-close:hover {
  background-color: #E4E4E4 !important;
}
.ilightbox-toolbar.metro-white .ilightbox-close:focus {
  background-color: #D4D4D4 !important;
  outline: none;
}
.ilightbox-toolbar.metro-white .ilightbox-close:focus-visible {
  background-color: #6022A6 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' xmlns:v='https://vecta.io/nano'%3E%3Cpath fill-rule='evenodd' d='M7.484 6l3.709 3.709a1.05 1.05 0 0 1 0 1.484 1.05 1.05 0 0 1-1.484 0L6 7.484l-3.709 3.709a1.05 1.05 0 0 1-1.484 0 1.05 1.05 0 0 1 0-1.484L4.516 6 .807 2.291a1.05 1.05 0 0 1 0-1.484 1.05 1.05 0 0 1 1.484 0L6 4.516 9.709.807a1.05 1.05 0 0 1 1.484 0 1.05 1.05 0 0 1 0 1.484L7.484 6z' fill='%23FFF'/%3E%3C/svg%3E") !important;
  outline: 2px solid #6022A6;
  outline-offset: 1px;
  border-radius: 50%;
}

.ilightbox-holder.metro-white{
	padding: 0 !important;
}

.ilightbox-overlay.metro-white {
    background: #222 !important;
	opacity: 0.6 !important;
}

.fusion-tb-footer{
  z-index: 0;
}

.learning-cards .fusion-builder-row-inner{
	background: var(--awb-custom_color_1) !important;
	border-radius: 8px;
}

.fusion-builder-column-22 .fusion-title-18{
	flex-grow: 1;
}

.fusion-builder-column-22 .fusion-builder-row-inner{
	flex-grow: unset !important;
}