/*
Theme Name: Walker Sands Child
Theme URL: http://paycor.com
Description: Walker Sands Child
Theme Author: Paycor
Author URL: http://paycor.com
Template: _ws
Version: 1.0.5.3.78
Text Domain: _ws-childtheme
*/


/* "product page" callout icon/list styles */

.a_smarter_sec .wp-block-group-is-layout-flex {
  align-items: flex-start;
}

.a_smarter_sec .wp-block-group-is-layout-flex .wp-block-heading {
  margin-bottom: 10px;
}

.a_smarter_sec .wp-block-group-is-layout-flex ul li {
  margin-left: 40px;
}

.a_smarter_sec .wp-block-group-is-layout-flex figure {
  margin-right: 30px;
}

.a_smarter_sec .wp-block-group-is-layout-flex figure img {
  max-width: unset !important;
  width: 32px !important;
}

/* class for contain background size - need to add to section style eventually */
/* add 'bg-contain' class to the section with the background image, and the image's width will fit the width of the container and not repeat */

.bg-contain > .block-background .block-background-media {
    background-size: contain;
    background-repeat: no-repeat;
}

/* override top padding, gives 25vh */

.pt-25vh {
    padding-top: 25vh !important;
}

/* Alt Quote (Plain) */

.wp-block-quote.is-style-plain {
    padding: 30px;
    border-left: none;
    background: none;
    background-image: url(../png/quote-box-mark.png);
    background-repeat: no-repeat;
    background-position: top left;
    margin-bottom: 0px;
}

.wp-block-quote.is-style-plain cite {
    font-weight: unset;
}

.wp-block-quote.is-style-plain a {
    font-size: 14px;
}

.wp-block-quote.is-style-plain p {
    font-weight: unset;
    font-size: unset;
    line-height: unset;
    font-family: unset;
    margin: unset;
}

@media(min-width:1300px) {
    .wp-block-quote.is-style-plain {
        padding: 40px 0 20px 30px;
        border-left: none;
        background: none;
        background-image: url(../png/quote-box-mark.png);
        background-repeat: no-repeat;
        background-position: top left;
        margin-bottom: 0px;
        position: relative;
        left: -60px;
    }

    .quote-img-left {
        position: relative;
        left: -60px;
    }
}

/* Plain Jane Card */

.card.is-style-plain-jane {
    box-shadow: none;
    background-color: transparent;
    border: none;
}

/* White Stars Style */

.wp-block-ws-stars.is-style-white-stars .star {
    color: #FFF;
}

/* Fix for weird negative bottom margin on layout rows */

.card-body .wp-block-ws-layout-row {
    margin: 0 -20px 10px;
}

/* Fix on the connect+ sponsor page since the CMS refuses to work */ 
.is-content-justification-center .wp-block-image img {margin: 0 auto;}

.sponsorLogoSection figure {
    padding: 30px;
}

.tighten-icon-spacing h3 {
    margin-top: 20px;
}

.logo .st1 {
    fill: #F47422;
    stroke-width: unset;
}

.spz-clients-reports a {
    text-decoration: none;
}

figure.aligncenter {
    width: 100%;
}

figure.aligncenter img {
    margin: 0 auto;
}

/* Margins */

.mt-0 {
    margin-top: 0 !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.wp-block-button.mb-0 a {
    margin-bottom: 0px !important;
}

/* Padding */

.pt-0 {
    padding-top: 0 !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.compare-why h4 {
    margin-bottom: 10px;
}

.icon-row h3 {
    margin-top: 10px;
    margin-bottom: 20px;
}

.orange-icons h3 {
    margin-top: 0px;
}

/* Stroke around Vidyard embeds */
.vidyard-player-container div iframe {
    border: .25px #e4e5e6 solid
}

.wp-block-create-block-vidyard-lightbox .wp-block-button__link {
    margin-bottom: 17px;
}

/* Box Shadow */ 

.box-shadow {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

/* Rollover state for default blue buttons */

.wp-block-buttons .wp-block-button .wp-block-button__link:hover {
    background: #FFF;
    -webkit-box-shadow:inset 0 0 0 1px #193d6a;
    box-shadow:inset 0 0 0 1px #193d6a;
    color: #193d6a;
}

.wp-block-buttons .wp-block-button.is-style-arrow .wp-block-button__link:hover {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.wp-block-buttons .wp-block-button .wp-block-button__link:hover:after, .lilButton a:after {
    color: #193d6a;
    content:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23193d6a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath d='M22.72 13.33L10.63 1.24a2.37 2.37 0 10-3.35 3.34L17.7 15 7.28 25.42a2.36 2.36 0 001.68 4 2.34 2.34 0 001.67-.69l12.09-12.06a2.37 2.37 0 000-3.34z'/%3E%3C/svg%3E")
}


.lilButton a {
    display: inline-flex;
    text-decoration: none;
}

.lilButton a:after {
    margin: 0 0 0 10px;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 12px;
    height: 1.5em;
    -webkit-transition: .2s;
    transition: .2s;
}

.lilButton a:hover:after {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    }

/* Responsive Video iFrames */

.iframeVidContainer {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* Guest Blog Block */

.whiteBG {background: #FFF;}

.guestBlog {
    margin-left: 0px !IMPORTANT;
    margin-right: 0px !IMPORTANT;
    margin-bottom: 30px !IMPORTANT;
}

.guestBlogGroupPadding {
    padding: 0 75px !IMPORTANT;
}

.guestBlog .p-mid-padding {
    margin: 15px 0 15px !IMPORTANT;
}

.guestBlog .wp-block-ws-split-half {
    padding-left: 0px !IMPORTANT;
}

.guestBlog .wp-block-image {
    margin-bottom: 0px !IMPORTANT;
}

/* Location Template Fix */

body.location-template-default .single-default .single-intro {
    padding: 30px 0;
    border: none;
}

.mobile-nav {
    overflow-x: visible !IMPORTANT;
}

/* Archive */
.archive-featured-image {
    /*
    max-height: 106px;
    overflow-y: hidden;
    */
}

.archive-default .archive-duration.archive-duration-w-images {
    top: 225px !IMPORTANT;
}

/* Single PAGE Backgrounds */

.single-view.topic-talent-management .single-background {
    background:#ceecf8;
    background: url(../png/casestudies_header-bg_cerulean.png) center center #ceecf8 !important;
}

.single-view.topic-workforce-management .single-background {
    background: #deedda;
    background: url(../png/casestudies_header-bg_green.png) center center #deedda !important;
}

.single-view.topic-employee-experience .single-background,
.single-view.topic-talent-acquisition .single-background {
        background:#cfe2ec;
    background: url(../png/casestudies_header-bg_blue.png) center center #cfe2ec !important;
}

.single-view.topic-benefits-administration .single-background {
    background:#ddd6e6;
    background: url(../png/casestudies_header-bg_purple.png) center center #ddd6e6 !important;
}

.single-view .single-background {
    background:#fce2d2;
    background: url(../png/casestudies_header-bg_orange.png) center center #fce2d2 !important;
}

/* Underline */

.format-underline>div:first-child {
    height: 15px;
}

.format-underline > div:first-child {
    bottom: -5px !IMPORTANT;
}

/* FAQ */

.wpseopress-faq-question {
    font-size: 25px;
    line-height: 1.4em;
    font-weight: 700;
}

.wpseopress-faq:first-of-type {
    border-top: 1px solid #e4e5e6;
    border-bottom: 1px solid #e4e5e6;
}

.wpseopress-faq {
    border-bottom: 1px solid #e4e5e6;
    padding-top: 20px;
}

/* Select Content Styles */

.archive-plus .archive-body {
    padding: 0 0 0 0 !IMPORTANT;
    border: none !IMPORTANT;
}

/* Fix for double section padding on home page customization section */


section.personalize .container {
    padding-right: 0px !IMPORTANT;
    padding-left: 0px !IMPORTANT;
}

.personalize .container .container{
    padding-right: 30px !IMPORTANT;
    padding-left: 30px !IMPORTANT;
}

/* Fix for double section width  */

.wp-block-ws-section .container .section-inner > .wp-block-ws-section .container {
    /*width: 100%;*/
}

/* Social Icon Size */

.wp-block-ws-social-links svg {
    max-height: 24px;
    max-width: 24px;
}



/* Fix large gap on mobile */
@media screen and (max-width: 992px) {
    .fixMobileTopSection {
          padding-bottom: 0px !IMPORTANT;
      }

      .mutiny-sidepop .mutiny-title {
        font-size: 1em;
      }
    }

/* Newsroom Images */

.secondFeaturedImage {
    padding: 0 0 30px ;
    text-align: center;
    min-height: 130px;;
    display: flex;
    align-items: center;
    justify-content: center;
}

.secondFeaturedImage img {
    display: flex !IMPORTANT;
}

.wp-block-ws-layout-row.justify-center {
    justify-content: center;
}

/* Fix icon text dropping below icons at small resolutions */
@media (max-width:576px) {
    .wp-block-ws-icon.icon-text-right {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex
    }
    .wp-block-ws-icon.icon-text-right .icon-text {
        -webkit-box-flex:1;
        -ms-flex:1 1 auto;
        flex:1 1 auto;
        margin:0 0 0 20px
    }
    .wp-block-ws-icon.icon-text-left {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient:horizontal;
        -webkit-box-direction:reverse;
        -ms-flex-direction:row-reverse;
        flex-direction:row-reverse
    }
    .wp-block-ws-icon.icon-text-left .icon-text {
        -webkit-box-flex:1;
        -ms-flex:1 1 auto;
        flex:1 1 auto;
        margin:0 0 0 20px
    }
}

.anchorLinks .wp-block-button__link {text-align: left;}

/* Table with orange header */

.is-style-orange-header table thead tr:first-child,
.is-style-table-orange-header table thead tr:first-child,
.table-orange-header thead tr:first-child {
    Background: #f06f1f; color: #FFF;
}

.is-style-orange-header.wp-block-table th {
    border: none;
}

.is-style-orange-header.wp-block-table thead {
    border-bottom: 1px solid;
    font-size: 16px;
}

/* Table with first td orange */

.firstColumnOrange table tr td:first-child{
    color: #FFF; background: #f06f1f;
}

@media (max-width: 1299px){
    .site-header+.header-breadcrumbs .container.section-container {
        width: 100%;
    }
}

/* Mobile Article Fixes */

@media only screen and (max-width: 576px) {
    body.article-template-default #main .wp-block-ws-section:first-child {padding-top: 0px}
    body.article-template-default .single-image {
        display: none;
    }
    body.article-template-default .single-title {
        padding: 30px 60px 30px;
    }
   body.article-template-default  .container, body.article-template-default .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
    body.article-template-default h1, body.page-template-default .has-h-1-font-size {
        font-size: 40px !IMPORTANT;
    }
    .article-template-default .single-content, .article-template-default .single-intro, .article-template-default .single-sidebar, .article-template-default .single-title {
        padding: 15px 60px 0;
    }
body.article-template-default .post-info {margin-bottom: 10px;}
}

/* Temporarily Hide Element */
.tempHide {
    display: none !IMPORTANT;
}


/* Tour Nav CTA Buttonizing Start */
body:not(.connect-plus) .site-container .desktop-nav .header-primary ul.menu > li.menu-item:nth-last-child(02) > a:not(.sub-menu){
	text-decoration: none;
	background: #193D6A;
	color: #FFFFFF;
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	padding: 7.5px 12.5px 6.5px;
	width: 185px;
	height: 33px;
	border: 1px solid #193D6A;
	margin: 7px -5px 0 0;
}

.connect-plus .site-container .desktop-nav .header-primary ul.menu > li.menu-item:nth-last-child(02) > a:not(.sub-menu){
    text-transform: uppercase;
}
body:not(.connect-plus) .site-container .desktop-nav .header-primary ul.menu > li.menu-item:nth-last-child(02) a:after{
	content:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath d='M22.72 13.33L10.63 1.24a2.37 2.37 0 10-3.35 3.34L17.7 15 7.28 25.42a2.36 2.36 0 001.68 4 2.34 2.34 0 001.67-.69l12.09-12.06a2.37 2.37 0 000-3.34z'/%3E%3C/svg%3E");
	margin: 0 0 0 13px;
	display: inline-block;
	width: 12px;
	height: 18px;
	-webkit-transition: .2s;
	transition: .2s;
}
.site-container .desktop-nav .header-primary ul.menu > li.menu-item:nth-last-child(02) a:hover,
.site-container .desktop-nav .header-primary ul.menu > li.menu-item:nth-last-child(02) a:focus{
	background: #FFFFFF;
	color: #193D6A;
	text-decoration: none;
}
.site-container .desktop-nav .header-primary ul.menu > li.menu-item:nth-last-child(02) a:hover:after,
.site-container .desktop-nav .header-primary ul.menu > li.menu-item:nth-last-child(02) a:focus:after{
	content:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23193d6a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath d='M22.72 13.33L10.63 1.24a2.37 2.37 0 10-3.35 3.34L17.7 15 7.28 25.42a2.36 2.36 0 001.68 4 2.34 2.34 0 001.67-.69l12.09-12.06a2.37 2.37 0 000-3.34z'/%3E%3C/svg%3E");
}
.site-container .desktop-nav .header-primary ul.menu > li.menu-item:nth-last-child(02) a .title-description{
	display: inline-block;
}
.site-container .desktop-nav .header-primary ul.menu > li.menu-item:nth-last-child(02) a:hover .title-description,
.site-container .desktop-nav .header-primary ul.menu > li.menu-item:nth-last-child(02) a:focus .title-description{
	-webkit-box-shadow: none;
	box-shadow: none;
}
.site-container .desktop-nav .menu-container-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}
.site-container .desktop-nav .header-secondary {
    order: 1;
}
.site-container .desktop-nav .header-primary {
    order: 2;
}
@media screen and (max-width: 991.98px) {
	.site-container .desktop-nav .header-primary ul.menu > li.menu-item:nth-last-child(02) > a:not(.sub-menu){
		width: 100%;
		max-width: 289px;
		margin: 6px 0 20px 29px;
		padding: 6px 15.5px;
	}
	.site-container .desktop-nav .header-primary ul.menu > li.menu-item:nth-last-child(02) a:after{
		position: relative;
		top: 1px;
		margin-left: 12px;
	}
}
@media screen and (max-width: 575.98px) {
	.site-container .desktop-nav .header-primary ul.menu > li.menu-item:nth-last-child(02) > a:not(.sub-menu){
		max-width: 100%;
		margin: 4px 24px 22px;
	}
}
/* Tour Nav CTA Buttonizing  end */

#main {position: relative; z-index: 5}
.spz-clients-reports div.container {
width: unset; padding-left: unset; padding-right: unset;}

/* ===============================================
SPZ Css starts here for hero section   SPZ
=================================================== */

.spz-clients-reports {
    margin-top:140px !IMPORTANT;
}

@media (max-width: 991px) {
    .spz-clients-reports {
        margin-top:60px !IMPORTANT;
    }
}

/** info section css start **/
.spz-clients-reports #info-sec{
    position: relative;
    z-index: 10;
}
.spz-clients-reports #info-sec .info-container{
    max-width: 1300px;
    margin: 0 auto;
}
.spz-clients-reports #info-sec .info-container span{
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: Arial;
    color: #9B9B9B;
    text-align: center;
    margin-bottom: 28px;
}
.spz-clients-reports #info-sec .info-container h1{
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    font-family: Arial;
    color: #58595B;
    max-width: 598px;
    margin: 0 auto 33px;
    text-align: center;
}
.spz-clients-reports #info-sec .info-container h1 strong{
    position: relative;
}
.spz-clients-reports #info-sec .info-container h1 strong:after{
    content: "";
    position: absolute;
    left: -4px;
    bottom: -7px;
    width: 100%;
    height: 16px;
    background: url(../line-path.html);
    background-size: 231px 13px;
    background-repeat: no-repeat;
    animation: line 2s 1 linear;
}
@keyframes line{
    0%{width: 0%;visibility: hidden;}
    100%{width:100%;visibility: visible;}
}
.spz-clients-reports #info-sec .info-container p{
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    font-family: Arial;
    color: #6D6E71;
    max-width: 621px;
    margin: 0 auto 43px;
    text-align: center;
}
.spz-clients-reports #info-sec .info-container .buttons-part{
    text-align: center;
}
.spz-clients-reports #info-sec .info-container .buttons-part a.default-bt {
    width: 209px;
    height: 42px;
    display: inline-block;
    background: #213B69;
    border: 1px solid #193D6A;
    font-size: 16px;
    line-height: 44px;
    font-weight: 400;
    font-family: Arial;
    color: #fff;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s;
}
.spz-clients-reports #info-sec .info-container .buttons-part a.default-bt img{
    width: 8px;
    margin-left: 13px;
    transition: all 0.4s;
}
.spz-clients-reports #info-sec .info-container .buttons-part a.default-bt .blue,
.spz-clients-reports #info-sec .info-container .buttons-part a.default-bt:hover .white{
    display: none;
    transition: all 0.4s;
}
.spz-clients-reports #info-sec .info-container .buttons-part a.default-bt:hover{
    background: transparent;
    color:#193D6A;
}
.spz-clients-reports #info-sec .info-container .buttons-part a.default-bt:hover .blue{
    display: inline-block;
}
.spz-clients-reports #info-sec .info-container .buttons-part .transparent {
    background: transparent !important;
    color: #193D6A !important;
    margin-left: 16px;
}
.spz-clients-reports #info-sec .info-container .buttons-part .transparent:hover{
    background:#213B69 !important;
    color:#fff !important;
}
.spz-clients-reports #info-sec .info-container .buttons-part .transparent:hover img{
    -webkit-filter: brightness(0) invert(1);
           filter: brightness(0) invert(1);
}
/** info section css start **/
/** new hero section css satrt 07-03-2022 **/
section#hero-sec{
    margin-top: -257px;
}
.spz-clients-reports .Hero-image-section{
    max-width: 1368px;
    margin: 0 auto 55px;
    padding: 253px 0 11px;
    position: relative;
}
.spz-clients-reports .Hero-image-section:after{
    content: "";
    position: absolute;
    right: 72px;
    top: 4px;
    width: 66px;
    height: 105px;
    background: url(../png/top-square-2.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.spz-clients-reports .Hero-image-section img{
    position: relative;
    z-index: 1;
}
.spz-clients-reports .Hero-image-section .hero-image-inner{
    display: flex;
    position: relative;
}
.spz-clients-reports .Hero-image-section .hero-image-inner .left-img{
    position: relative;
}
.spz-clients-reports .Hero-image-section .hero-image-inner .left-img:after{
     content: "";
    position: absolute;
    bottom: 107px;
    left: 187px;
    width: 100px;
    height: 81px;
    background: url(../png/left-bottom-img-2.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.spz-clients-reports .Hero-image-section .hero-image-inner .left-img:before{
    content: "";
    position: absolute;
    top: -83px;
    left: 157px;
    width: 105px;
    height: 66px;
    background: url(../png/left-top-square-2.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.spz-clients-reports .Hero-image-section .hero-image-inner .left-img img{
    max-width: 367px;
    width: 100%;
}
.spz-clients-reports .Hero-image-section .hero-image-inner .middle-img{
    position: relative;
    z-index: 100;
    margin-top: 56px;
    margin-left: -132px;
}
.spz-clients-reports .Hero-image-section .hero-image-inner .middle-img img{
    max-width: 886px;
    width: 100%;
}
.spz-clients-reports .Hero-image-section .hero-image-inner .right-img{
    position: relative;
    margin-top: 93px;
   margin-left: -160px;
}
.spz-clients-reports .Hero-image-section .hero-image-inner .right-img:after{
    content: "";
    position: absolute;
    width: 105px;
    height: 66px;
    background: url(../png/right-bottom-img-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: 92px;
    bottom: -13px;
}
.spz-clients-reports .Hero-image-section .hero-image-inner .right-img:before{
    content: "";
    position: absolute;
    width: 105px;
    height: 82px;
    background: url(../png/right-top-img-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: 163px;
    top: -106px;
}
.spz-clients-reports .Hero-image-section .hero-image-inner .right-img img{
    max-width: 410px;
    width: 100%;
}
/* hero section mobile css start */
.spz-clients-reports .Hero-image-section .mobile-sec{
    display: none;
}
.spz-clients-reports .Hero-image-section .mobile-sec .mobile-inner{
    display: flex;
   justify-content: space-between;
   margin-bottom: -30px;
}
.spz-clients-reports .Hero-image-section .mobile-sec .mobile-inner .first-img img{
    max-width: 141px;
   width: 100%;
}
.spz-clients-reports .Hero-image-section .mobile-sec .mobile-inner .first-img {
    position: relative;
}
.spz-clients-reports .Hero-image-section .mobile-sec .mobile-inner .first-img:before{
    content: "";
    position: absolute;
    left: 77px;
    top: -30px;
    width: 40px;
    height: 25px;
    background: url(../png/left-top-square-2.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.spz-clients-reports .Hero-image-section .mobile-sec .mobile-inner .second-img img{
    max-width: 135px;
    width: 100%;
}
.spz-clients-reports .Hero-image-section .mobile-sec .mobile-inner .second-img{
    margin-top: 29px;
    position: relative;
}
.spz-clients-reports .Hero-image-section .mobile-sec .mobile-inner .second-img:before{
    content: "";
    position: absolute;
    right: 54px;
    top: -34px;
    width: 35px;
    height: 27px;
    background: url(../png/right-top-img-2.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.spz-clients-reports .Hero-image-section .mobile-sec .laptop-img img{
    max-width: 320px;
   width: 100%;
}
.spz-clients-reports .Hero-image-section .mobile-sec .laptop-img{
    position: relative;
}
.spz-clients-reports .Hero-image-section .mobile-sec .laptop-img:after{
    content: "";
    position: absolute;
    right: 0px;
    top: 61px;
    width: 34px;
    height: 31px;
    background: url(../png/right-bottom-img-2.png);
    background-repeat: no-repeat;
    background-size: contain;
}
/* hero mobile css end */
/** new hero section css end 07-03-2022 **/
/** brand logos section css start **/
.spz-clients-reports .brand-logos-section{
    max-width: 1300px;
    margin: 0 auto 65px;
}
.spz-clients-reports .brand-logos-section h4{
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-weight: 400;
    font-family: arial;
    color: #949698;
    margin-bottom: 25px;
}
.spz-clients-reports .brand-logos-section .logos-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.spz-clients-reports .brand-logos-section .logos-inner .logo{
    max-width: 160px;
    margin: 0 23px;
    display: flex;
    align-items: center;
}
.spz-clients-reports .brand-logos-section .logos-inner .logo img{
    width: 100%;
}
/** brand logos section cs end **/
/** software management section css start **/
.spz-clients-reports  section.management .management-container{
    max-width: 1300px;
    margin: 0 auto;
}
.spz-clients-reports  section.management .management-container .container-wraper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.spz-clients-reports  section.management .management-container .container-wraper .soft-box{
    max-width: 344px;
    margin: 0 39px 58px;
}
.spz-clients-reports  section.management .management-container .container-wraper .soft-box a{
    cursor: pointer;
}
.spz-clients-reports  section.management .management-container .container-wraper .soft-box img{
    width: 100%;
    -webkit-box-shadow: 0px 100px 80px rgba(96, 66, 31, 0.12), 0px 22.3363px 17.869px rgba(96, 66, 31, 0.07), 0px 6.6501px 5.32008px rgba(96, 66, 31, 0.051);
            box-shadow: 0px 100px 80px rgba(96, 66, 31, 0.12), 0px 22.3363px 17.869px rgba(96, 66, 31, 0.07), 0px 6.6501px 5.32008px rgba(96, 66, 31, 0.05);
    border-radius: 12px;
}
.spz-clients-reports  section.management .management-container .container-wraper .soft-box:hover img,
.spz-clients-reports  section.management .management-container .container-wraper .soft-box:focus img{
    -webkit-box-shadow:0px 0px 25px rgba(243, 115, 33, 0.15);
    box-shadow:0px 0px 25px rgba(243, 115, 33, 0.15);
}
.spz-clients-reports  section.management .management-container .container-wraper .soft-box h4{
    font-size: 28px;
    line-height: 36px;
    font-family: Arial;
    font-weight: 400;
    color: #F37321;
    margin-bottom: 11px;
    margin-top: 41px;
}
.spz-clients-reports  section.management .management-container .container-wraper .soft-box:hover h4,
.spz-clients-reports  section.management .management-container .container-wraper .soft-box:focus h4{
    text-decoration: underline;
}
.spz-clients-reports  section.management .management-container .container-wraper .soft-box .info{
    padding-left: 23px;
}
.spz-clients-reports  section.management .management-container .container-wraper .soft-box p{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: Arial;
    color: #58595B;
    margin: 0;
    max-width: 300px;
}
/** software management section css end **/
/*=======Hero-section-start=====*/

/* body {
    visibility: hidden;
} */

.spz_v2_t1019 .hero-section section.wp-block-ws-section.padding-top-50.padding-bottom-50.section-part-2,
.spz_v2_t1019 .homepage-personalization-logos,
.spz_v2_t1019 .hero-container .hero-tab,
.spz_v2_t1019 .hero-container .hero-mobile,
.spz_v2_t1019 .block-image .logos-tab,
.spz_v2_t1019 .block-image .logos-mobile {
    display: none;
}

.spz_v2_t1019 .personalization-section .card-body h2 {
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #949698;
    margin-bottom: 22px;
}

.spz_v2_t1019 .hero-section .wp-block-ws-section:nth-child(4) {
    padding: 14px 0 69px;
}
.spz_v2_t1019 .paycor-businesses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 965px!important;
    width: 100%;
    margin: 0 auto;
}

.spz_v2_t1019 .block-image {
    max-width: 100%;
    width: 100%;
}

.spz_v2_t1019 .wp-block-ws-section:nth-child(1) .section-inner>.has-background {
    border: none;
}

.spz_v2_t1019 .hero-image {
    max-width: 1368px;
    margin: -212px auto 64px;
    padding: 0 15px;
    width: 100%;
    display: none;
}

.spz_v2_t1019 .hero-section .section-part-1 {
    padding-bottom: 44.5%;
    background: url(../png/group_1826.png);
    background-repeat: no-repeat;
    background-size: 95%;
    background-position: bottom 42px left 45px;
}

.spz_v2_t1019 .hero-section>.wp-block-ws-section h1 {
    margin-bottom: 26px;
}

.spz_v2_t1019 .hero-section>.wp-block-ws-section p:nth-child(2) {
    line-height: 1.166666em;
    margin-bottom: 33px;
}

.spz_v2_t1019 .hero-section>.wp-block-ws-section p:nth-child(3) {
    line-height: 2;
    margin-bottom: 43px;
}

.spz_v2_t1019 .hero-section .has-underline {
    position: relative;
}

.spz_v2_t1019 .hero-section .has-underline:after {
    background-image: url(../png/underline.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    content: '';
    position: absolute;
    left: -3px;
    bottom: -3px;
    height: 16px;
    width: 231px;
}

.spz_v2_t1019 .personalization-section .block-background {
    background-color: transparent;
}

.spz_v2_t1019 .personalization-section .section-inner .card-body {
    padding: 0;
}


/*======software-management-feature-section-Start=======*/

.spz_v2_t1019 .management-container {
    max-width: 1218px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px 40px;
}

.spz_v2_t1019 .container-wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.spz_v2_t1019 .container-wraper .feature-image {
    text-decoration: none;
    cursor: pointer;
}

.spz_v2_t1019 .container-wraper .feature-image img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 25px rgb(243 115 33 / 15%);
    box-shadow: 0px 0px 25px rgb(243 115 33 / 15%);
    border-radius: 12px;
    image-rendering: -webkit-optimize-contrast;
}

.spz_v2_t1019 .container-wraper .parent {
    max-width: calc(100% - 71%);
    max-width: -moz-calc(100% - 71%);
    max-width: -webkit-calc(100% - 71%);
    max-width: -o-calc(100% - 71%);
    width: 100%;
}

.spz_v2_t1019 .container-wraper .parent:nth-child(3),
.spz_v2_t1019 .container-wraper .parent:nth-child(9) {
    margin: 0 15px;
}

.spz_v2_t1019 .container-wraper h4 {
    font-size: 28px;
    line-height: 36px;
    color: #F37321;
    margin-top: 41px;
    font-weight: 400;
    padding-left: 22px;
    margin-bottom: 12px;
}

.spz_v2_t1019 .container-wraper .feature-image h4:focus,
.spz_v2_t1019 .container-wraper .feature-image:hover h4 {
    text-decoration: underline;
    color: #213B69;
}

.spz_v2_t1019 .container-wraper p:hover {
    text-decoration: none;
}

.spz_v2_t1019 .container-wraper p {
    font-size: 16px;
    line-height: 26px;
    color: #58595B;
    max-width: 300px;
    margin: 0 auto 58px;
}

.spz_v2_t1019 .container-wraper .hr-tab-mobile,
.spz_v2_t1019 .container-wraper .talent-tab-mobile,
.spz_v2_t1019 .container-wraper .workforce-tab-mobile,
.spz_v2_t1019 .container-wraper .employe-tab-mobile,
.spz_v2_t1019 .container-wraper .benefits-tab-mobile,
.spz_v2_t1019 .container-wraper .morebenefits-tab-mobile {
    display: none;
}

@media (min-width: 992px) {
    .desktop-hide {
        display: none !IMPORTANT;
    }
    .slim-width, .wp-block-group.slim-width {
        max-width: 900px;
        margin: 0 auto;
    }
}
@media (max-width: 991px) {
    .mobile-hide {
        display: none !IMPORTANT;
    }
}


/*======software-management-feature-section-Start=======*/

@media(min-width:1441px) {
    .spz_v2_t1019 .hero-image {
        margin: 0 auto;
    }
}

@media(max-width:1199.98px) {
    .spz_v2_t1019 .hero-section>.wp-block-ws-section:first-child {
        padding-bottom: 46.5%;
    }
    .spz_v2_t1019 .container-wraper h4 {
        padding: 0;
    }
    .spz_v2_t1019 .container-wraper p {
        margin-left: 0;
        max-width: 100%;
    }
    .spz_v2_t1019 .hero-image {
        margin: 0 auto;
    }
}

@media(max-width:1024.98px) {
    .spz_v2_t1019 .container-wraper .parent {
        max-width: 320px;
    }
    body{
        margin: 0;
    }
    /** info section css start **/
    .spz-clients-reports #info-sec .info-container span{
        margin-bottom: 24px;
    }
    .spz-clients-reports #info-sec .info-container h1{
        margin: 0 auto 29px;
    }
    /** info section css end **/
    /** hero section css start **/
    section#hero-sec {
        margin-top: -187px;
    }
    .spz-clients-reports .Hero-image-section .hero-image-inner .left-img img{
        max-width: 188px;
    }
    .spz-clients-reports .Hero-image-section .hero-image-inner .middle-img{
        margin-top: 30px;
        margin-left: -62px;
    }
    .spz-clients-reports .Hero-image-section .hero-image-inner .middle-img img{
        max-width: 456px;
    }
    .spz-clients-reports .Hero-image-section .hero-image-inner .right-img img{
        max-width: 210px;
    }
    .spz-clients-reports .Hero-image-section .hero-image-inner .right-img{
        margin-top: 48px;
       margin-left: -87px
    }
    .spz-clients-reports .Hero-image-section{
        max-width: 704px;
        margin:0 auto 20px;
    }
    .spz-clients-reports .Hero-image-section .hero-image-inner .left-img:before{
        top: -42px;
        left: 59px;
        width: 54px;
        height: 33px;
    }
    .spz-clients-reports .Hero-image-section .hero-image-inner .left-img:after{
        bottom: 58px;
        left: 75px;
        width: 51px;
        height: 42px;
    }
    .spz-clients-reports .Hero-image-section .hero-image-inner .right-img:before{
        width: 54px;
       height: 42px;
       right: 84px;
       top: -54px;
    }
    .spz-clients-reports .Hero-image-section .hero-image-inner .right-img:after{
        width: 54px;
       height: 33px;
       right: 69px;
       bottom: -3px;
    }
    .spz-clients-reports .Hero-image-section:after{
        right: 60px;
        top: 126px;
        width: 33px;
        height: 54px;
    }

    /** hero section css end **/
    /** logos section css start **/
    .spz-clients-reports .brand-logos-section .logos-inner{
        margin: 0 auto;
    }
    .spz-clients-reports .brand-logos-section .logos-inner .logo{
        max-width: 160px;
       margin: 0 36px 18px;
    }
    .spz-clients-reports .brand-logos-section{
        margin: 0 auto 48px;
    }
    /** logos section css end **/
    /** software management section css start **/
    .spz-clients-reports section.management .management-container .container-wraper .soft-box{
        max-width: 320px;
       margin: 0 32px 48px;
    }
    .spz-clients-reports section.management .management-container .container-wraper .soft-box .info{
        padding-left: 9px;
    }
    /** software management section css end **/
}

@media(max-width:1023.98px) {
    .spz_v2_t1019 .hero-section .section-part-1 {
        padding-bottom: 50.6%;
        background: url(../jpg/hero-tablet-v2.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: bottom 16px left 0px;
    }
    .spz_v2_t1019 .paycor-businesses {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        max-width: 622px!important;
    }
    .spz_v2_t1019 .block-image .logos-tab,
    .spz_v2_t1019 .hero-container .hero-tab,
    .spz_v2_t1019 .container-wraper .hr-tab-mobile,
    .spz_v2_t1019 .container-wraper .talent-tab-mobile,
    .spz_v2_t1019 .container-wraper .workforce-tab-mobile,
    .spz_v2_t1019 .container-wraper .employe-tab-mobile,
    .spz_v2_t1019 .container-wraper .benefits-tab-mobile,
    .spz_v2_t1019 .container-wraper .morebenefits-tab-mobile {
        display: block;
    }
    .spz_v2_t1019 .block-image .logos-desktop,
    .spz_v2_t1019 .hero-container .hero-desktop,
    .spz_v2_t1019 .container-wraper .hr-desktop,
    .spz_v2_t1019 .container-wraper .talent-desktop,
    .spz_v2_t1019 .container-wraper .workforce-desktop,
    .spz_v2_t1019 .container-wraper .employe-desktop,
    .spz_v2_t1019 .container-wraper .benefits-desktop,
    .spz_v2_t1019 .container-wraper .morebenefits-desktop {
        display: none;
    }
    .spz_v2_t1019 .container-wraper p {
        margin: 0 10px 47px;
    }
    .spz_v2_t1019 .hero-image {
        margin-top: 23px;
        padding: 0 38px;
    }
    .spz_v2_t1019 .hero-section>.wp-block-ws-section h1 {
        margin-bottom: 22px;
    }
    .spz_v2_t1019 .hero-section>.wp-block-ws-section p:nth-child(2) {
        margin-bottom: 29px;
    }
    .spz_v2_t1019 .hero-section .wp-block-ws-section:nth-child(4) {
        padding-bottom: 77px;
    }
    .spz_v2_t1019 .management-container {
        padding: 0 0px 30px;
    }
    .spz_v2_t1019 .container-wraper {
        justify-content: center;
    }
    .spz_v2_t1019 .container-wraper .parent {
        margin: 0 31px;
    }
    .spz_v2_t1019 .container-wraper h4 {
        padding-left: 10px;
        margin-top: 43px;
    }
}

@media(max-width:767.98px) {
    .spz_v2_t1019 .hero-section .section-part-1 {
        padding-bottom: 118%;
        background: url(../jpg/hero-mobile-v2.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: bottom left;
    }
    .spz_v2_t1019 .hero-section>.wp-block-ws-section .section-inner {
        padding: 0 10px;
    }
    .spz_v2_t1019 .hero-section>.wp-block-ws-section h1 {
        margin-bottom: 14px;
    }
    .spz_v2_t1019 .hero-section>.wp-block-ws-section p:nth-child(3) {
        line-height: 1.5;
        margin-bottom: 27px;
    }
    .spz_v2_t1019 .hero-container .hero-tab,
    .spz_v2_t1019 .block-image .logos-tab {
        display: none;
    }
    .spz_v2_t1019 .block-image .logos-mobile,
    .spz_v2_t1019 .hero-container .hero-mobile {
        display: block;
    }
    .spz_v2_t1019 .hero-image {
        padding: 0 4px 0 20px;
    }
    .spz_v2_t1019 .hero-image img {
        margin: auto;
    }
    .spz_v2_t1019 .personalization-section .card-body h2 {
        padding: 0 40px;
    }
    .spz_v2_t1019 .container-wraper .parent {
        max-width: 100%;
    }
    .spz_v2_t1019 .management-container {
        padding: 0 20px 30px;
    }
    .spz_v2_t1019 .hero-section .wp-block-ws-section:nth-child(4) {
        padding: 24px 0 64px;
    }
    .spz_v2_t1019 .block-image {
        max-width: 320px;
        width: 100%;
    }
    .spz_v2_t1019 .container-wraper h4 {
        margin-top: 40px;
    }
    .spz_v2_t1019 .container-wraper p {
        margin: 0 0 48px 10px;
    }
    .spz_v2_t1019 .container-wraper .parent {
        margin: 0;
    }
    /** info section css start **/
    .spz-clients-reports #info-sec .info-container span{
        margin-bottom: 17px;
    }
    .spz-clients-reports #info-sec .info-container h1{
        font-size: 40px;
       line-height: 48px;
       max-width: 360px;
    }
    .spz-clients-reports #info-sec .info-container h1 strong:after{
        left: 3px;
        bottom: -6px;
        height: 12px;
        background-size: 148px 12px;
    }
    .spz-clients-reports #info-sec .info-container p{
        line-height: 24px;
        max-width: 344px;
        margin: 0 auto 26px;
    }
    .spz-clients-reports #info-sec .info-container .buttons-part .transparent{
        margin-left: 0;
        margin-top: 16px;
    }
    .spz-clients-reports #info-sec .info-container .buttons-part{
        max-width: 320px;
        margin: 0 auto;
    }
    /** info section css end **/
    /** hero section mobile css satrt **/
    section#hero-sec{
        margin-top: -199px;
    }
    .spz-clients-reports .Hero-image-section .hero-image-inner{
        display: none;
    }
    .spz-clients-reports .Hero-image-section .mobile-sec{
        display: block;
    }
    .spz-clients-reports .Hero-image-section:after{
        right: 30px;
        top: 167px;
        width: 21px;
        height: 34px;
    }
    .spz-clients-reports .Hero-image-section{
        padding: 253px 11px 3px;
        max-width: 320px;
        margin: 0 auto 18px;
    }
    /** hero section mobile css end **/
    /** logo section css start **/
    .spz-clients-reports .brand-logos-section h4{
        max-width: 270px;
        margin: 0 auto 26px;
    }
    .spz-clients-reports .brand-logos-section .logos-inner .logo{
        margin: 0 10px 26px;
        max-width: 130px;
    }
    .spz-clients-reports .brand-logos-section .logos-inner{
        max-width: 320px;
    }
    .spz-clients-reports .brand-logos-section{
        margin: 0 auto 40px;
    }
    /** logo section css end **/
    /** software management section css start **/
    .spz-clients-reports section.management .management-container .container-wraper .soft-box{
        margin: 0 10px 48px;
    }
    /** software management section css end **/
}

@media(min-width:479.98px) and (max-width:767.98px) {
    .spz_v2_t1019 .container-wraper .feature-image img {
        border-radius: 24px;
        margin: auto;
    }
    .spz_v2_t1019 .container-wraper h4,
    .spz_v2_t1019 .container-wraper p {
        max-width: 640px;
        margin-left: auto;
        margin-right: auto;
    }
    .spz_v2_t1019 .container-wraper p {
        padding-left: 10px;
    }
}

@media(max-width:575.98px) {
    .spz_v2_t1019 .hero-section>.wp-block-ws-section p:nth-child(2) {
        line-height: 1.2em;
    }
    .spz_v2_t1019 .hero-section .has-underline:after {
        left: 5px;
        bottom: -5px;
        height: 12px;
        width: 148px;
    }
}

@media(max-width:441.98px) {
    .spz_v2_t1019 .hero-section>.wp-block-ws-section:first-child {
        padding-bottom: 111%;
    }
}


/*=======Hero-section-end=====*/

@media (min-width: 992px) {
    .desktop-nav .logo svg {
        height: 41px !important;
        width: auto !important;
        color: #58595b;
    }
}

/* new footer */

.footer-header {
    margin-top: 10vh;
}

.site-footer a {
    text-decoration: none;
}

.footer-header .button-arrow {
    font-size: 25px;
    line-height: 1.4em;
    font-weight: 700;
}

.site-footer .menu-heading {
    font-weight: 700;
}

.site-footer .menu-item {
    margin-bottom: 30px;
  }

  .site-footer .sub-menu .menu-item {
    margin-bottom: 0px;
  }

  .site-footer .menu-heading {
    margin-bottom: 0;
  }

  /* Restriction Content Form */

  #rcp_login_form {
    padding-top: 150px;
    width: 600px;
    margin: 0 auto;
  }

  #rcp_user_pass {
    width: 100%;
    color: #58595b;
    font-weight: 400;
    background-color: #f6f6f6;
  }

  #rcp_user_login {
    color: #58595b;

  }


/* Flex */

    .flex-1,.f-1 {
        flex: 1;
    }

    .flex-2,.f-2 {
        flex: 2;
    }

    .flex-3,.f-3 {
        flex: 3;
    }

    .flex-4,.f-4 {
        flex: 4;
    }

    .flex-5,.f-5 {
        flex: 5;
    }

    .flex-6,.f-6 {
        flex: 6;
    }

    .fd-c {
        flex-direction: column;
    }

    .fd-r {
        flex-direction: row;
    }

    .d-f {
        display: flex;
    }

    .ai-c {
        align-items: center;
    }

    .ai-fs {
        align-items: flex-start;
        
    }

    .jc-c {
        justify-content: center;
    }

    .ml-auto, .ml-a, body .is-layout-flex > .ml-a, body .is-layout-flex > .ml-auto {
        margin-left: auto;
    }

    .mr-auto, .mr-a {
        margin-right: auto;
    }

/* Modal Fix */

.bod-block-title-closer[type=button]:after {
    content: '';
}


/* New secondary nav - see https://www.paycor.com/year-end/ */

span.hiddenAnchor {
    position: absolute;
    top: -180px;
    visibility: hidden;
}

.newAnchorNav {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky !important;
    top: 152px;
    z-index: 100;
}

.newAnchorNav ul {
    display: flex;
    list-style: circle;
    margin-top: 20px !important;
}

.newAnchorNav li {
    display: flex;
    flex: 1;
    justify-content: center;
}

.newAnchorNav li+li {
    margin-top: 0 !important;
}

.newAnchorNav li a {
    text-decoration: none;
    padding: 2.5px 20px ;
    width: 100%;
    text-align: center;
    transition: .2 all;
    border: 1px solid #193d6a;
    border-right: none;
    background: #FFF;

}

.newAnchorNav li:last-child {
    border-right: 1px solid #193d6a;
}

.newAnchorNav li a:hover {
    color: #FFF;
    background: #193d6a;
}

@media (max-width: 991px) {
    .newAnchorNav {
        position: -webkit-sticky;
        position: -moz-sticky;
        position: -ms-sticky;
        position: -o-sticky;
        position: sticky !important;
        top: 70px;
        z-index: 100;
    }

    .newAnchorNav li a {
        padding: 10px;
        font-size: 12px;
    }

    span.hiddenAnchor {
        position: absolute;
        top: -80px;
        visibility: hidden;
    }
}

@media (max-width: 768px) {
    .newAnchorNav {
        top: 90px;
        z-index: 100;
    }

    .newAnchorNav li a {
        padding: 5px;
        font-size: 12px;
    }

    span.hiddenAnchor {
        position: absolute;
        top: -80px;
        visibility: hidden;
    }
}

/* Fix Talent Labels */

.topic-talent-acquisition .post-label:before, .topic-talent-acquisition .post-label span {
    background:#1071a1
}
/** 17-10-2023 **/
.mega-menu__grid .st0, ul.mobile-menu__nav .st0{
    fill: transparent;
}
/** 17-10-2023 **/

/* hide connect plus old menu */

.secondaryNav {visibility: hidden;}

/* Fix Product Page Sticky CTA Issue */

.header-scroll-top .desktop-nav {
    display: block !important;
}

.header-scroll-top .custom-header {
    display: none !important;
}

/* Section animation */

.revealMe {
    transition: 1s;
    position: relative;
}

.revealMe.visible {
    opacity: 1;
    top: 0;
}

.startHidden {
    opacity: 0;
    top: 500px;
}

/* Fancy List */

ul.is-style-fancy-number-list {
    counter-reset: list-number;
      list-style: none;
      margin: 50px 0 0 0;
  }
  ul.is-style-fancy-number-list li {
  margin-bottom: 20px;
  }
  ul.is-style-fancy-number-list li:before {
  counter-increment: list-number;
      content: counter(list-number);
      margin-right: 20px;
      font-family: Jenna Sue,cursive;
      font-size: 200%;
      border: 1px solid #FFF;
      aspect-ratio: 1 / 1;
      width: auto;
      height: 50px;
      display: inline-grid;
      justify-items: center;
      align-items: center;
  }

  /* Fix for nested section width going crazy */

  /*
section section .container {
    width: 100%;
}
*/

/* Icon Block */

.icon-text-block {}
.icon-text-block figure {
    max-height: 50px;
    height: 50px;
    display: flex;
    align-items: center;
margin-bottom: 10px
}
.icon-text-block figure img {}
.icon-text-block p {margin-bottom: 10px;}

/* Container Width Fix */
/*
  @media (min-width: 1100px) {
    .container {
        width: 1100px;
    }
  }
  @media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
  }
  @media (min-width: 1300px) {
    .container {
        width: 1300px;
    }
  }
*/
/* Narrower Element Options */
@media only screen and (min-width: 769px) {
    .w-50 {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .w-75 {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
  }

/* ul/ol fix */

ol[class^=wp-block], ul[class^=wp-block]  {
    margin: 0 0 30px 30px
}

/* Top Hero Padding */

.hero-padding {
    padding-bottom: 65px;
    padding-top: 0;
    margin-top: 40px;
    margin-bottom: 25px;
}
