  html {scroll-behavior: smooth;}
@media only screen and (min-width: 768px) {
.subsection {padding: 0 50px 90px 90px;}		
}
@media only screen and (max-width: 768px) {
.subsection {padding: 30px 50px 30px 50px;}					
			}
@media only screen and (max-width: 425px) {
.subsection {padding: 30px 20px 30px 20px;}					
			}	
@media (min-width: 45em) {
#breadcrumb ul {padding: 35px 50px 15px 90px;}
.l-page h1 {margin: 0 50px 0 90px;}
}	
.brand a, .brand a:visited {
    font-size: 32px;
    --minFontSize: 20px;
    --maxFontSize: 32px;
    --scaler: 2vw;
    font-size: clamp( var(--minFontSize), var(--scaler), var(--maxFontSize) );
}

.matrix {overflow: hidden;z-index:1;}
#audiences .item .box {z-index:1;}
#audiences .item .box .icon, .matrix.inverse-wrapper:before {z-index: -1;}
.main-title, .service-tiles {position: relative;}
 
.matrix.inverse-wrapper .layer-outer {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 700px;
    width: 60%;
}
.matrix.inverse-wrapper .gradient-layer {
    position: absolute;
    left: 120px;
    width: 140%;
    height: 140%;
    top: -20%;
    border-radius: 50%;
	
    -webkit-transform: skew( 
-200deg);
    -moz-transform: skew(-200deg);
    -ms-transform: skew(-200deg);
    -o-transform: skew(-200deg);
    transform: skew( 
-200deg);
    background: #00AEEF;
    background: -moz-linear-gradient(to top right, #00AEEF 5%, #82C342 95%);
    background: -webkit-linear-gradient(to top right, #00AEEF 5%, #82C342 95%);
    background: linear-gradient(to top right, #00AEEF 5%, #82C342 95%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00AEEF', endColorstr='#82C342', GradientType=1);
    opacity: 2;
		
}
		@media screen and (min-width: 720px) {.subsection:before {height: 220px;}}
/*
		#audiences .item .box {
    position: relative;
    border: none;
    border-bottom: 10px solid #002F55;
background: rgb(0,47,85);
background: linear-gradient(156deg, rgba(0,47,85,1) 0%, rgba(46,99,138,1) 87%);
}

#audiences .item .box:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
     
}

		#audiences .item .box .icon {
    position: absolute;
    top: 0;
    right: 50px;
    width: 180px;
    font-size: 99px;
    z-index: 1;
    opacity: 0.3;
}
#audiences .fad {
    --fa-primary-opacity: 1;
    --fa-secondary-opacity: 1;
    --fa-primary-color: #001525;
    --fa-secondary-color: #036c94;
}
#audiences .item .box h3 {
    font-size: 29px;
    margin-bottom: 20px;
}
#audiences .item .box p {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 0;
}
#audiences .item .box h3, #audiences .item .box p {
    color: #fff!important;
    z-index: 3;
}
*/
.matrix.dark-wrapper .layer-outer {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 350px;
    width: 40%;
}
.matrix.dark-wrapper .gradient-layer {
    position: absolute;
    left: 173px;
    width: 140%;
    height: 140%;
    top: 1%;
    border-radius: 50%;
	
    -webkit-transform: skew( 
-200deg);
    -moz-transform: skew(-200deg);
    -ms-transform: skew(-200deg);
    -o-transform: skew(-200deg);
    transform: skew( 
-200deg);
    background: #00AEEF;
    background: -moz-linear-gradient(to top right, #00AEEF 5%, #82C342 95%);
    background: -webkit-linear-gradient(to top right, #00AEEF 5%, #82C342 95%);
    background: linear-gradient(to top right, #00AEEF 5%, #82C342 95%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00AEEF', endColorstr='#82C342', GradientType=1);
    opacity: .3;
	z-index: -1;	

}
.matrix.inverse-wrapper {
    background: #003359;
    color: #fff;
    background-image: url(/test/hm/shield-solid-1.svg)!important;
    background-position: 50px 50px!important;
    background-size: 46%;
    background-repeat: no-repeat!important;
}		
		
		.item.contact-box .box.gray {
    background: #f3f3f3;
    position: relative;
}
.item.contact-box:before {
    content: "";
    background-image: url(/test/heather/images/dots-gradient-600.svg);
    position: absolute;
    bottom: -20px;
    width: 200px;
    height: 200px;
    left: -42px;
}
		
.noodles {
bottom: 0;
    right: -5%;
    opacity: .9;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    height: 490px;
    width: 290px;
    background-image: url(/heather/images/shape-3.png);
    background-size: 100%;
	z-index: -1;
}		
.title {
    padding-left: 5px;
    font-size: 20px;
    margin-bottom: 0;
    position: relative;
    display: block;
    color: #00AEEF;
    font-weight: bold;
    background: rgb(247,0,104);
    background: -moz-linear-gradient(to left, #00AEEF 0%, #82c342 25%, #00AEEF 75%, #82c342 100%);
    background: -webkit-linear-gradient(to left, #00AEEF 0%,#82c342 25%,#00AEEF 75%,#82c342 100%);
    background: linear-gradient(to left, #00AEEF 0%,#82c342 25%,#00AEEF 75%,#82c342 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00AEEF', endColorstr='#82c342',GradientType=1 );
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: -15px;
    font-weight: bolder;
}	
.profileCards-container.style3 .title {
    width: 100%;
    color: #fff;
    line-height: 1.2em;
    margin-bottom: 10px;
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    font-size: 16px;
}		
		.resource-list.no-hover li:hover {
    box-shadow: 0 20px 25px rgb(0 0 0 / 10%);
    border-bottom-color: transparent;
}
		.resource-list li:after {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    right: 0;
    bottom: -24%;
    width: 72px;
    height: 60px;
    background-image: url(/stream/images/icon-dots.png);
    content: "";
    opacity: .6;
}

.profileCards-container.style1 .title, .profileCards-container.style2 .title {
    color: #000!important;
    background: none!important;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #000;
    font-style: normal;
    text-transform: none;
}