.cplus-ResourceBanner {
    background-color: #0366df;
    background-image: -moz-linear-gradient( 180deg, rgb(3,105,226) 0%, rgb(14,39,178) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(3,105,226) 0%, rgb(14,39,178) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(3,105,226) 0%, rgb(14,39,178) 100%);
    color: #fff;
}
.cplus-ResourceInner {
    max-width: 1420px;
    margin: 0 auto;
    padding: 80px 0;
    display: flex;
    align-items: center;
    width: 90%;
}
.cplus-ResourceLft {
    width: 58%;
    padding-right: 5%;
}
.cplus-ResourceRht {
    width: 42%;
}
h1 {
    font: 68px / 1.1 var(--primaryfont-semibold);
    margin-bottom: 20px;
}
h2 {
    font: 30px / 1.2 var(--primaryfont-semibold);
    margin-bottom: 0;
    word-spacing: -0.25px;
}
.cplus-ResourceBanner p {
    font: 20px / 1.5 var(--zf-secondary-medium);
    margin-bottom: 30px;
}
p {
    font: 20px / 1.7 var(--primaryfont-regular);
    margin-bottom: 30px; 
}
.cplus-ResourceBoxSec {
    background:#eff3ff;
}
.resource-wrapper{
    max-width:1420px;
    margin:auto;
    padding:80px 0;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    grid-gap:30px;
    width: 94%;
}
.cplus-card {
    background:white;
    border-radius:24px;
    padding:50px;
    box-shadow:0 6px 16px rgba(0,0,0,0.08);
    flex: 1;
}
.webinar {
    background-image: -moz-linear-gradient( 117deg, rgb(255,255,255) 0%, rgb(255,247,221) 98%);
    background-image: -webkit-linear-gradient( 117deg, rgb(255,255,255) 0%, rgb(255,247,221) 98%);
    background-image: -ms-linear-gradient( 117deg, rgb(255,255,255) 0%, rgb(255,247,221) 98%);
    box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}
.cplus-webinarList::-webkit-scrollbar {
  width: 8px;
}
.cplus-webinarList::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.cplus-webinarList::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
.cplus-webinarList::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.cplus-card h2 {
    margin-top:0;
}
.cplus-card p {
    color:#000;
    font-size: 18px;
}
.splus-LstTitle {
    font: 16px/1.2 var(--zf-secondary-medium);
}
.resource-btn {
    display:inline-block;
    padding:10px 30px;
    border-radius:23px;
    border:1.5px solid rgb(168, 211, 255);
    color:#000000;
    text-decoration:none;
    font-size:16px;
    background: #fff;
}
.thumb {
    width:100%;
    border-radius:8px;
    margin-top:10px;
}
.cplus-webinarList {
    padding:15px 20px;
    margin:15px 0 0;
    list-style:none;
    border: 1px solid rgb(228, 219, 189);
    border-radius: 10px;
    background: #fff;
    max-height: 170px;
    overflow: scroll;
    overflow-x: hidden;
}
.cplus-webinarList li > a {
    display:grid;
    grid-template-columns:3fr 2fr 1fr;
    padding:10px;
    border-bottom:1px solid #eee;
    font-size:14px;
    position: relative;
    color: #000;
    transition: all ease 0.4s;
    gap: 4px;
}
.registration-link:hover, .community-list:hover, .cplus-workshopList li:hover {
    background: #eff3ff;
}
.cplus-webinarList .last-visible a {
    border-bottom: none;
}
.cplus-workshopList {
    margin:15px 0 0;
    list-style:none;
    background: #fff;
    transition: all ease 0.3s;
    max-height: 160px;
    overflow-y: scroll;
}
.cplus-workshopList::-webkit-scrollbar {
  width: 8px;
}
.cplus-workshopList::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.cplus-workshopList::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
.cplus-workshopList::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.cplus-workshopList li > a, .cplus-workshopList li.workshop-incomplete  {
    display:grid;
    grid-template-columns:1fr 2fr 2fr;
    padding:15px 30px;
    border: 1px solid rgb(244, 244, 244);
    font-size:14px;
    margin-bottom: 2px;
    position: relative;
    color: #000;
    gap: 4px;
    align-items: center;
}
.cplus-workshopList a:last-child {
    margin-bottom: 0;
}
.wide {
    grid-column:span 2;
}
.community {
    background-color: rgb(168, 211, 255);
    box-shadow: 0px -1px 8px 0px rgba(163, 163, 163, 0.2);
    padding-bottom: 0;
    background: rgb(168, 211, 255) url(/sites/zweb/images/crmplus/images/crmplus-resource-community-bg-image-2x.png);
    background-size: cover;
}
.card-HeadGrp {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    align-items: center;
}
.HeadGrp-Lft {
    display: flex;
    align-items: center;
    gap: 20px;
}
.ResourceIcon {
    background: url(/sites/zweb/images/crmplus/images/crmplus-resource-sprites.svg) no-repeat;
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
}
.ResIcon1 {
    background-position: -19px -26px;
	width: 56px;
	height: 48px;
}
.ResIcon2 {
    background-position: -91px -26px;
	width: 57px;
	height: 48px;
}
.ResIcon3 {
    background-position: -162px -25px;
	width: 52px;
	height: 50px;
}
.ResIcon4 {
    background-position: -228px -26px;
	width: 56px;
	height: 48px;
}
.ResIcon6 {
    background-position: -298px -26px;
	width: 49px;
	height: 48px;
}
.ResIcon5 {
    background-position: -361px -24px;
	width: 51px;
	height: 50px;
}
.ResIcon7 {
    background-position: -428px -26px;
	width: 48px;
	height: 48px;
}
.resource-ClmnSec {
    grid-column: span 3;
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: stretch;
}
.resource-ClmnLft, .resource-ClmnRht {
    display: flex;
    flex-direction: row;
    gap: 30px;
    flex-direction: column;
    width: 40%;
}
.resource-ClmnRht {
    width: 60%;
}
.splus-LstDate, .splus-LstTime, .splus-LstLocation {
    display: flex;
    align-items: center;
    gap: 4px;
    min-width: 0;
    word-break: break-word;
}
.cplus-reIcons {
    background: url('/sites/zweb/images/crmplus/images/crmplus-resource-sprites.svg') no-repeat;
    margin-right: 8px;
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
}
.date-icon {
    background-position: -48px -173px;
	width: 18px;
	height: 19px;
}
.time-icon {
    background-position: -75px -173px;
	width: 18px;
	height: 18px;
}
.location-icon {
    background-position: -25px -173px;
	width: 14px;
	height: 19px;
}
.faq {
    background:#f7efd8;
    grid-column: span 2;
    background-image: -moz-linear-gradient( -90deg, rgb(255,250,233) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(255,250,233) 0%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(255,250,233) 0%, rgb(255,255,255) 100%);
    box-shadow: 0px -1px 8px 0px rgba(163, 163, 163, 0.36);
    display: flex;
    position: relative;
}
.faq-Lft {
    width: 60%;
}
.faq-Rht {
    width: 50%;
    display: inline-flex;
    align-items: end;
    position: absolute;
    bottom: -8px;
    right: 8px;
}
.support {
    text-align:center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.support h2 {
    margin-bottom: 15px;
}
.support p {
    margin-bottom: 0;
}
.search-box {
    position: relative;
    z-index: 2;
    max-width: 660px;
    width: 100%;
    padding: 10px 0 0;
}
.search-field {
    display: block;
    outline: 0;
    background: #fff;
    color: #666;
    width: 100%;
    padding: 10px 50px 10px 20px;
    box-sizing: border-box;
    transition: .5s ease;
    border-radius: 30px;
    font: 16px / 30px var(--zf-secondary-medium);
    border: 1px solid #dedede;
    box-shadow: 0 10px 10px -10px rgb(0 0 0 / 10%);
}
.search-info {
    color: #cbeaff;
    font: 16px / 1.3 var(--primaryfont-regular);
    margin: 20px 0 0;
}
.search-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    box-sizing: border-box;
    height: 50px;
    padding: 10px;
    border: 0;
    outline: 0;
    cursor: pointer;
    background: transparent;
}
.search-icon:after {
    position: absolute;
    content: "";
    top: 17px;
    right: 20px;
    width: 20px;
    height: 20px;
}
.bg_lazy_loaded .search-icon:after {
    background: url(/sites/zweb/images/marketingplus/images/mpr-sprite-icons.svg) no-repeat -5px -62px;
}
.cplus-BlogContent, .cplus-ebookContent {
    border: 1px solid rgb(207, 227, 255);
    border-radius: 10px;
    padding: 10px;
}
.blog-Title, .ebook-Title {
    font: 24px / 30px var(--zf-secondary-medium);
    color: #000;
    padding: 15px 20px;
    margin: 0;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.community-feed {
    background-color: rgb(255, 255, 255);
    padding: 40px;
    border-radius: 8px 8px 0 0;
}
.community-feed p {
    font: 20px / 1.3 var(--primaryfont-semibold);
    margin-bottom: 0;
}
.community-list {
    background: #f8f8f8;
    padding: 25px;
    border-bottom: 1px solid #7c7c7c;
    transition: all ease 0.4s;
}
.community-info {
    padding-top: 20px;
    display: flex;
}
.community-month, .community-days, .community-name {
    margin-right: 20px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #111;
    width: 25%;
}
.profile-icon {
    background-position: -158px -173px;
	width: 18px;
	height: 18px;
}
.days-icon {
    background-position: -130px -173px;
	width: 18px;
	height: 18px;
}
.month-icon {
    background-position: -103px -172px;
	width: 18px;
	height: 20px;
}
.community-list:last-child {
    border-bottom: none;
}
#form-hockey_v1 {
    position: relative;
}
/* Responsive */
.resource-btn.alter-cta {display: none;}
@media (max-width:1440px){
h1 {font-size: 58px;}
h2 {font-size: 28px;}
.cplus-card {padding: 30px;}
.community {padding-bottom: 0;}
.resource-wrapper, .resource-ClmnSec {grid-gap: 20px;}
.cplus-workshopList li > a, .cplus-workshopList li.workshop-incomplete {padding: 15px 20px;}
.community-feed p {font-size: 18px;}
.community-list {padding: 15px 20px;}
.community-info {padding-top: 12px;}
.blog-Title, .ebook-Title {font-size: 20px;}
.community-month, .community-days, .community-name {
    width: 30%;
    margin-right: 20px;
}
.community-name {
    margin-right: 0;
}
}
@media (max-width:1124px){
h1 {font-size: 48px;}
h2 {font-size: 24px;}
.cplus-ResourceInner, .resource-wrapper {padding: 70px 0;}
.resource-wrapper {
    display: flex;
    flex-direction: column;
}
.resource-ClmnSec {flex-direction: column;}
.resource-ClmnLft, .resource-ClmnRht {
  width: 100%;
}
.cplus-workshopList, .cplus-webinarList {max-height: 100%;}
.community-feed {padding: 30px;}
}
@media (max-width:900px){
.resource-wrapper{
    grid-template-columns:1fr;
}
.cplus-ResourceInner {
  width: 90%;
  flex-direction: column;
  justify-content: center;
}
.cplus-ResourceLft {
  width: 100%;
  padding-right: 0;
  margin: 0 auto;
  text-align: center;
}
.search-box {max-width: 100%;}
.cplus-ResourceRht {
  width: 100%;
  margin: 10px auto 0;
  text-align: center;
}
.search-info {
  color: #cbeaff;
  font-size: 14px;
  margin: 10px 0 0;
}
.community-feed {padding: 20px;}
.cplus-card p {margin-bottom: 20px;}
}
@media (max-width:768px){
h1 {font-size: 38px;}
h2 {font-size: 22px;}
.cplus-ResourceBanner p {
  font-size: 18px;
  margin-bottom: 20px;
}
.search-field {
    padding: 8px 50px 8px 15px;
    font-size: 15px;
}
.cplus-ResourceInner, .resource-wrapper {
    padding: 60px 0;
}
.cplus-card {
    padding: 25px;
}
.resource-btn {
  padding: 8px 25px;
  font-size: 15px;
}
.blog-Title, .ebook-Title {
    font-size: 18px;
    padding: 10px;
}
.card-HeadGrp {margin-bottom: 20px;}
.faq-Lft {
  width: 80%;
}
.cplus-webinarList {padding: 10px;}
.card-HeadGrp .resource-btn {display: none;}
.resource-btn.alter-cta {
    display: inline-block;
    margin-top: 20px;
}
.community-feed {
  border-radius: 8px;
}
}
@media (max-width:550px){
.cplus-workshopList li > a, .cplus-workshopList li.workshop-incomplete {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
}
.community-feed p {
    font-size: 16px;
}
.community-month, .community-days, .community-name {
    width: 100%;
    margin: 0 0 8px 0;
  }
.community-info {
  padding-top: 0;
  display: flex;
  flex-direction: column;
}
.cplus-webinarList li > a {
  display: flex;
  flex-direction: column;
}
.splus-LstTitle {
  font-size: 15px;
}
}