@font-face {
    font-family: 'Proxima Nova SemiBold';
    src: url('../fonts/ProximaNovaSemibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Light';
    src: url('../fonts/ProximaNovaLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Regular';
    src: url('../fonts/ProximaNovaMedium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Nova.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'RingCentralSans';
    src: url('../fonts/rc-fonts/RingCentralSans-VF.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RingCentralSansMedium';
    src: url('../fonts/rc-fonts/RingCentralSans-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RingCentralSansBold';
    src: url('../fonts/rc-fonts/RingCentralSans-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RingCentralDisplay';
    src: url('../fonts/rc-fonts/RingCentralDisplay-VF.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RingCentralDisplayMedium';
    src: url('../fonts/rc-fonts/RingCentralDisplay-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RingCentralDisplayBold';
    src: url('../fonts/rc-fonts/RingCentralDisplay-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'RingCentralSans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.08px;
    color: #ffffff;
}

body p, body ul {
    margin-bottom: 20px;
}

body ul {
    padding: 0 0 0 30px;
}

@media screen and (min-width: 1224px) {
    body {
        font-size: 20px;
        line-height: 28px;
    }   
}

[class*=" fa-"]:before, [class^=fa-]:before{
    font-family: 'FontAwesome';
}

*:focus-visible, button:focus-visible, a:focus-visible {
    outline: 3px solid #5580F7;
}

.eyebrow {
    color: #fff;
    font-family: 'RingCentralSans';
    font-size: 16px !important;
    text-transform: uppercase;
    padding: 0;
    line-height: 24px !important;
    margin: 0 !important;   
}

.font-bold, .rc-MindTheGapKeyFindingsWrapper .font-bold {
    font-family: 'RingCentralSansBold' !important;
}

.text-center {
    text-align: center;
}

.text-italic {
    font-style: italic !important;   
}

.color-black {
    color: #000000 !important;
}

.source {
    color: #fff;
    font-size: 12px;
    line-height: 18px !important;
}

.source a {
    color: inherit !important;
    font-size: 12px !important;
}

.rc-MindTheGapDark{
    background-color: #002855;
}
.rc-MindTheGapLogo{
	padding-bottom: 40px;
}
.rc-MindTheGapWrapper,
.rc-MindTheGapBannerOverlay{
    position: relative;
}
.rc-MindTheGapHeader{
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.rc-MindTheGapGenderPayBottom p > span {
    color: #99B0FE;
}

#mindTheGapVideo{
    position: absolute;
    z-index: 0;
    right: 0;
    /* transform: translateX(50%); */
    width: 100%;
    bottom: 0;
    top: 0;
    z-index: -100;
    background-size: cover;
    transition: 1s opacity;

}
.rc-MindTheGapCovidImpact{
    background-image: url('../images/covid-impact.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: top;
}
.rc-MindTheGapGenderPay{
    background-image: url('../images/what-is-gender-gap.jpg');
}
.rc-MindTheGapCulturalImpact{
    background-image: url('../images/mind-the-gap-4.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
.rc-MindTheGapGenderPay{
    height: 200vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.rc-MindTheGapGenderPay .rc-MindTheGapGenderPayWrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

.rc-MindTheGapGenderPay .rc-MindTheGapGenderPayTop {
    height: auto;
    background: none;
}

.rc-MindTheGapGenderPay .rc-MindTheGapGenderPayTop h2 {
    padding-top: 5px;
}

.rc-MindTheGapGlobalProblem{
    /* height: 200vh; */
    background-image: url('../images/mind-the-gap-6.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
.rc-MindTheGapMessageHeader{
    /* height: 100vh; */
    background-image: url('../images/Gunjan-Aggarwal-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
.rc-MindTheGapSmallWinsHeader{
    height: 100vh;
    background-image: url('../images/mind-the-gap-5.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.rc-MindTheGapSmallWinsHeader p {
    color: #fff;
    font-size: 16px;
}

.rc-MindTheGapBannerOverlay,
.rc-MindTheGapGenderPayWrapper,
.rc-MindTheGapGlobalProblemWrapper,
.rc-MindTheGapCovidImpactWrapper,
.rc-MindTheGapCulturalImpactWrapper,
.rc-MindTheGapMessageWrapper,
.rc-MindTheGapSmallWinsWrapper{
    background-color: #00000047;
}
.rc-MindTheGapLogo svg{
    color: #fff;
    fill: currentColor;
    --animate-duration: 0.8s;
}
.rc-MindTheGapTopBannerContent,
.rc-MindTheGapBottomHeading{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    padding: 0 85px;
}

.rc-MindTheGapTopBannerContent {
    position: relative;
}

.rc-MindTheGapGenderPayTop,
.rc-MindTheGapGlobalProblemTop,
.rc-MindTheGapCovidImpactTop,
.rc-MindTheGapCulturalImpactTop,
.rc-MindTheGapMessageWrapper,
.rc-MindTheGapSmallWinsWrapper{
    height: 100vh;
    padding: 0 85px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
	    background-color: #00000047;
}
.rc-MindTheGapGenderPay, .rc-MindTheGapCulturalImpact{
	background-color: #00000047;
}
.rc-MindTheGapMessageWrapper,
.rc-MindTheGapSmallWinsWrapper{
    height: 100vh;
}
.rc-MindTheGapCovidImpactBottom,
.rc-MindTheGapCulturalImpactBottom{
	padding: 70px 85px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.rc-MindTheGapCovidImpactBottom {
    align-items: flex-start;
}

.rc-MindTheGapCovidImpactBottom > div{
	width: 50%;
}

.rc-MindTheGapCovidImpactBottom > div img {
    height: 300px;
}

.rc-MindTheGapCovidImpactBottom > div:first-child{
    padding-right: 2%;
}

.rc-MindTheGapGenderPayBottom{
    /* height: 100vh; */
    min-height: 100vh;
    padding: 0 85px;
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;

}

.rc-MindTheGapGenderPayBottom > div:first-child {
    padding-right: 2%;
}

.rc-MindTheGapBottomHeading,
.rc-MindTheGapGenderPayBottom,
.rc-MindTheGapGlobalProblemBottom,
.rc-MindTheGapCovidImpactBottom,
.rc-MindTheGapCulturalImpactBottom{
    background-color: #00000091;
}
.rc-MindTheGapTopHeading{
    font-family: 'RingCentralSans';
    padding: 25px 0;
}
.rc-MindTheGapTopHeading h1{
    /* font-weight: 600; */
    font-family: 'RingCentralSansMedium', sans-serif;
    /* text-transform: uppercase; */
    color: #fff;
    font-size: 80px;
    line-height: 80px;
    letter-spacing: -0.32px;
    margin-bottom: 0;
    /* max-width: 1250px; */
    margin-top: 0;
}
.rc-MindTheGapTopHeading h2{
    color: #fff;
    font-size: 24px;
    margin-top: 0;
    line-height: 38px;
}
.rc-MindTheGapBottomHeading ul{
    padding: 0;
    list-style-type: none;
}
.rc-MindTheGapBottomHeading ul li p{
    font-size: 28px;
    text-align: left;
    font-family: 'RingCentralSans', sans-serif;
    text-transform: capitalize;
    color: #fff;
    line-height: 42px;
}
.rc-MindTheGapWhyItExist h3{
    font-size: 20px;
    color: #fff;
    font-family: 'RingCentralSans',sans-serif;
    line-height: 36px;
    /* padding-bottom: 20px; */
    text-transform: uppercase;
    /* text-align: center; */
}

.rc-MindTheGapWhyItExist .eyebrow {
    margin: 0;
}

.rc-MindTheGapWhyItExist h2 {
    margin-top: 10px;
}

#maleWorkers{
    color: #F9A23D;
    font-weight: 600;
    font-size: 62px;
    font-family: 'RingCentralSans', sans-serif;
    line-height: 70px;
}
#femaleWorkers{
    color: #99AFFF;
    font-weight: 600;
    font-size: 85px;
    font-family: 'RingCentralSans', sans-serif;
    line-height: 98px;
}
.rc-MindTheGapWorkersLowPay{
    display: flex;
    max-width: 500px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-evenly;
    padding: 15px 0;
}
.rc-MindTheGapWorkersLowPay p{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 600;
}
.rc-MindTheGapIntroWrapper{
    padding: 80px 85px;
}
.rc-MindTheGapIntroFlex > div{
	width: 50%;
}
.rc-MindTheGapIntroFlex img{
    max-width: 400px;
    margin: 0 auto;
    display: block;
}
.rc-MindTheGapIntroFlex{
	    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px 0 65px;
}
.rc-MindTheGapWhyItExistWrapper,
.rc-MindTheGapProgressMarginalWrapper,
.rc-MindTheGapGenderDiversityWrapper,
.rc-MindTheGapMessageContentWrapper,
.rc-MindTheGapSmallWinsContentWrapper{
    padding: 80px 85px;
}
.rc-MindTheGapIntroWrapper h2,
.rc-MindTheGapWhyItExistWrapper h2,
.rc-MindTheGapKeyFindingsWrapper h2,
.rc-MindTheGapGlobalStatsWrapper h2,
.rc-MindTheGapGenderDiversityWrapper h2,
.rc-MindTheGapMessageContentWrapper h2,
.rc-MindTheGapSmallWinsContentWrapper h2{
    color: #fff;
    font-family: 'RingCentralSansMedium', sans-serif;
    /* font-weight: 600; */
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 50px;
}
.rc-MindTheGapProgressMarginalWrapper h2{
	font-size: 55px;
    line-height: 72px;
	color: #fff;
    font-family: 'RingCentralSans';
    font-weight: 600;
	margin-bottom: 50px;
    margin-top: 5px;
}
.rc-MindTheGapIntroWrapper p{
    color: #fff;
    /* font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.08px; */
    font-family: 'RingCentralSans';
    margin: 0 auto;
    margin-bottom: 20px;
}
.rc-MindTheGapWhyItExistWrapper p,
.rc-MindTheGapProgressMarginalWrapper p,
.rc-MindTheGapGlobalStatsWrapper p,
.rc-MindTheGapGenderDiversityWrapper p,
.rc-MindTheGapMessageContentWrapper p,
.rc-MindTheGapSmallWinsContentWrapper p{
    color: #fff;
    font-size: 22px;
    font-family: 'RingCentralSans';
    line-height: 34px;
    margin-bottom: 20px;
}

.rc-MindTheGapGenderDiversityWrapper .eyebrow {
    margin-top: 20px;
}

.rc-MindTheGapGenderDiversityWrapper h2 {
    margin-top: 5px;
}

.rc-MindTheGapKeyFindings{
	background-color: #fff;
}
.rc-MindTheGapGlobalProblemTop h1{
    font-size: 60px;
	margin: 5px 0 0 0;
    padding: 0 0 25px;
	line-height: 72px;
    font-family: 'RingCentralSans';
	font-weight: 600;
    color: #fff;
	margin-bottom: 0;
}
.rc-MindTheGapGlobalProblemTop p{
    font-size: 26px;
    color: #fff;
    font-family: 'RingCentralSans',sans-serif;
    line-height: 43px;
    padding-bottom: 40px;
}
.rc-MindTheGapGlobalProblemTop p>a{
	color: #f9a23d;
}
.rc-MindTheGapGenderPayTopHeading h2,
.rc-MindTheGapCovidImpactTop h1,
.rc-MindTheGapCulturalImpactTop h1,
.rc-MindTheGapMessageWrapper h1{
    font-weight: 600;
    color: #fff;
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 0;
    max-width: 900px;
    margin: 0;
    padding: 50px 0;
    font-family: 'RingCentralSans';
}

.rc-MindTheGapCovidImpactTop h1 {
    margin-top: 5px;
}

.rc-MindTheGapSmallWinsWrapper h2{
	font-weight: 600;
    color: #fff;
    font-size: 72px;
    line-height: 88px;
    margin-bottom: 0;
    margin: 0;
    padding: 5px 0 10px 0;
    font-family: 'RingCentralSans';
}

.rc-MindTheGapSmallWinsWrapper .eyebrow {
    color: #fff;
    font-family: 'RingCentralSans';
    font-size: 24px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0;
}

.rc-MindTheGapGenderPayBottom p{
	padding-bottom: 20px;
}
.rc-MindTheGapSvgFlex{
	display: flex;
	justify-content: center;
	align-items: center;
}
.rc-MindTheGapCovidImpactBottom p{
	font-size: 26px;
    line-height: 40px;
    color: #fff;
    font-family: 'RingCentralSans';
}

.rc-MindTheGapWhyItExistInfographicWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;    
}

.rc-MindTheGapWhyItExistInfographicColumn img {
    max-width: 60px;
}

.rc-MindTheGapGenderPayBottom p,
.rc-MindTheGapGlobalProblemBottom p,
.rc-MindTheGapCulturalImpactBottom p{
    font-size: 30px;
    line-height: 46px;
    max-width: 850px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-family: 'RingCentralSans';
}
.rc-MindTheGapGlobalProblemBottom p>a,
.rc-MindTheGapGlobalStatsWrapper p>a,
.rc-MindTheGapProgressMarginalWrapper p>a,
.rc-MindTheGapCovidImpactBottom p>a,
.rc-MindTheGapGenderDiversityWrapper p>a,
.rc-MindTheGapCulturalImpactBottom p>a,
.rc-MindTheGapMessageContentWrapper p>a,
.rc-MindTheGapSmallWinsContentWrapper p>a{
    color: #f9a23d;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}
.rc-MindTheGapGlobalProblemBottom p>a:hover,
.rc-MindTheGapGlobalProblemBottom p>a:focus,
.rc-MindTheGapGlobalStatsWrapper p>a:hover,
.rc-MindTheGapGlobalStatsWrapper p>a:focus,
.rc-MindTheGapProgressMarginalWrapper p>a:hover,
.rc-MindTheGapProgressMarginalWrapper p>a:focus,
.rc-MindTheGapCovidImpactBottom p>a:hover,
.rc-MindTheGapCovidImpactBottom p>a:focus,
.rc-MindTheGapGenderDiversityWrapper p>a:hover,
.rc-MindTheGapGenderDiversityWrapper p>a:focus,
.rc-MindTheGapCulturalImpactBottom p>a:hover,
.rc-MindTheGapCulturalImpactBottom p>a:focus,
.rc-MindTheGapMessageContentWrapper p>a:hover,
.rc-MindTheGapMessageContentWrapper p>a:focus,
.rc-MindTheGapSmallWinsContentWrapper p>a:hover,
.rc-MindTheGapSmallWinsContentWrapper p>a:focus{
    color: #fff;
}
.rc-MindTheGapWhyItExistWrapper,
.rc-MindTheGapProgressMarginalWrapper,
.rc-MindTheGapGenderDiversityWrapper,
.rc-MindTheGapMessageContentFlexContainer{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.rc-MindTheGapWhyItExistFirst{
    width: 50%;
    padding-right: 20px;
}
.rc-MindTheGapWhyItExistSecond{
    width: 50%;
    padding-left: 20px;
}
.rc-MindTheGapKeyFindingsWrapper{
    padding: 70px 85px;
}
.rc-MindTheGapKeyFindingsFlex{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 35px 0;
	justify-content: space-around;
}
.rc-MindTheGapKeyFindingsFlex p{
    color: #000;
    font-size: 22px;
    font-family: 'RingCentralSans';
    line-height: 32px;
    text-align: center;
    font-weight: 600;
}
.rc-MindTheGapKeyFindingsFlex > div{
    padding: 10px 0;
    width: 30%;
}

.rc-MindTheGapKeyFindingsFlex > div h2 {
    padding: 0;
    margin-top: 0;
    font-size: 34px;
    line-height: 46px;
    margin-bottom: 36px;
}

.rc-MindTheGapKeyFindings h2{
	padding-left: 50px;
	color: #0027ae;
}
.rc-MindTheGapKeyFindingsFlex img{
    max-width: 150px;
    padding-bottom: 20px;
    margin: 0 auto;
    display: block;
}
.rc-MindTheGapGlobalProblemTop h1,
.rc-MindTheGapCovidImpactTop h1,
.rc-MindTheGapCulturalImpactTop h1,
.rc-MindTheGapMessageWrapper h1,
.rc-MindTheGapSmallWinsWrapper{
    padding-top: 0;
}
.rc-MindTheGapGlobalProblemTop h2,
.rc-MindTheGapCovidImpactTop h2,
.rc-MindTheGapCulturalImpactTop h2,
.rc-MindTheGapMessageWrapper h2{
    margin: 0;
    color: #fff;
    font-family: 'RingCentralSans';
    font-size: 24px;
    /* text-transform: uppercase; */
    line-height: 40px;
    padding-top: 50px;
}


.rc-MindTheGapGlobalStats h2 {
    color: #fff;
margin: 0;
padding-bottom: 20px;
font-size: 36px;
font-weight: 600;
}

.rc-MindTheGapGlobalStats {
    padding: 80px 0;
}

.rc-MindTheGapCulturalImpactWrapper h1 {
    margin-top: 5px;
}

.rc-MindTheGapCulturalImpactWrapper .eyebrow {
    padding-top: 50px;    
}

.MindTheGapCovidImpactTop .eyebrow {
    padding-top: 50px;   
}

.rc-MindTheGapGlobalProblemTop .eyebrow {
    padding-top: 50px;
    padding-bottom: 0;   
}

.rc-MindTheGapMessageWrapper .eyebrow {
    padding-top: 50px;    
}

.rc-MindTheGapMessageWrapper h1 {
    margin-top: 5px;    
}

.rc-MindTheGapGlobalStatsWrapper{
    padding: 70px 85px;
    height: 120vh;
}
.rc-MindTheGapGlobalStatsWrapper h2{
    margin-top: 0;
}
.rc-MindTheGapGlobalStatsWrapper p{
    max-width: 900px;
    margin: 0 auto;
}
.rc-MindTheGapProgressMarginalWrapper h3{
	    font-size: 24px;
    line-height: 40px;
	color: #fff;
    font-family: 'RingCentralSans';
    text-transform: uppercase;
}
.rc-MindTheGapGenderDiversityWrapper h3,
.rc-MindTheGapMessageContentWrapper h3,
.rc-MindTheGapSmallWinsContentWrapper h3{
    font-size: 20px;
    color: #fff;
    font-family: 'RingCentralSans';
    text-transform: uppercase;
    line-height: 36px;
}
.rc-MindTheGapProgressMarginalWrapper h4,
.rc-MindTheGapGenderDiversityWrapper h4,
.rc-MindTheGapMessageContentWrapper h4,
.rc-MindTheGapSmallWinsContentWrapper h4{
    color: #fff;
    font-family: 'RingCentralSans';
    font-weight: 600;
    font-size: 22px;
    line-height: 42px;
    padding: 20px 0 5px;
}
.rc-MindTheGapCovidImpactBottom h3{
	font-size: 32px;
    font-family: 'RingCentralSans';
    font-weight: 600;
    color: #fff;
    line-height: 48px;
    padding: 45px 0 5px;
	text-align: left;
}
.rc-MindTheGapCulturalImpactBottom h3{
    font-size: 24px;
    font-family: 'RingCentralSans';
    font-weight: 600;
    color: #fff;
    line-height: 40px;
    padding: 25px 0 5px;
}
.rc-MindTheGapCallToAction{
    background-color: #002fa7;
    font-family: 'RingCentralSans';
    font-size: 15px;
    display: inline-block;
    padding: 15px;
    color: #fff;
    font-weight: 600;
    line-height: 28px;
    border-radius: 4px;
    width: 100%;
    text-align: center;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 20px;
}
.rc-MindTheGapCallToAction:hover,
.rc-MindTheGapCallToAction:focus{
    color:  #002fa7;
    background-color: #fff;
}
.callToActionBlue{
    background-color:  #002fa7;
}
.rc-MindTheGapCulturalImpactBottom p{
    padding-bottom: 20px;
}
.rc-CTASection{
    background-color: #fff;
}
.rc-CTASectionWrapper{
    padding: 50px 85px;
    text-align: center;
}
.rc-CTASectionWrapper a{
    width: 100%;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    display: inline-block;
    background-color: #002fa7;
    border-radius: 4px;
    font-family: 'RingCentralSans';
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 20px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}
.rc-CTASectionWrapper h2{
    font-size: 32px;
    line-height: 48px;
    font-family: 'RingCentralSans';
    color: #000;
    text-align: center;
    margin: 0;
    margin-bottom: 35px;
    font-weight: 600;
}
.rc-MindTheGapMessageContentFlexContainer{
    padding: 10px 0 50px;
    max-width: 900px;
    margin: 0 auto;
}
.rc-MindTheGapMessageContentFlexContainer a{
    max-width: unset;
    width: 100%;
}
.rc-MindTheGapSmallWinsContentContainer{
    margin: 0 auto;
    padding: 0 20px;
}
.rc-MindTheGapSmallWinsContentContainer h3{
    font-weight: 600;
    padding-top: 50px;
}
.rc-MindTheGapSmallWinsContentContainer .source {
    margin: 10px 0 0 0;
}
.rc-MindTheGapGlobalStatsInfographic{
    margin: 0 auto;
    max-width: 900px;
    padding: 10px 0 50px;
    position: relative;
    text-align: center;
}
.rc-MindTheGapGlobalStatsInfographic img{
    /* width: 100%;
    max-height: 400px;
    object-fit: contain;
    background-color: #000;
    filter: invert(1); */

    width: 100%;
    max-height: 400px;
    transform: scale(1.3);
}
.rc-InfographicFloater{
    position: absolute;
    text-align: center;
    z-index: 2;
    text-transform: uppercase;
}
.rc-InfographicFloater p:first-of-type{
    font-size: 18px;
    color: #fff;
    line-height: 16px;
    font-weight: 600;
}
.rc-InfographicFloater p:last-of-type{
    font-size: 12px;
    color: #fff;
    line-height: 16px;
    max-width: 100px;
}
.rc-InfographicUnitedStates{
    top: 15%;
    left: 12%;
}
.rc-InfographicMexico{
    top: 25%;
    left: 13%;
}
.rc-InfographicBrazil{
    top: 47%;
    left: 30%;
}
.rc-InfographicChile{
    top: 65%;
    left: 25%;
}
.rc-InfographicUK{
    top: 5%;
    left: 40%;
}
.rc-InfographicPoland{
    top: 8%;
    left: 55%;
}
.rc-InfographicIsrael{
    top: 15%;
    right: 42%;
}
.rc-InfographicBotswana{
    top: 60%;
    right: 42%;
}
.rc-InfographicMalawi{
    top: 48%;
    right: 39%;
}
.rc-InfographicPakistan{
    top: 20%;
    right: 30%;
}
.rc-InfographicRussia{
    top: 0;
    right: 23%;
}
.rc-InfographicKorea{
    top: 10%;
    right: 12%;
}
.rc-InfographicJapan{
    top: 15%;
    right: 9%;
}
.rc-InfographicAustralia{
    bottom: 37%;
    right: 9%;
}
.rc-MindTheGapGlobalStatsInfographic a{
    color: #fff;
    font-size: 12px;
    font-family: 'RingCentralSans';
    position: relative;
    z-index: 2;
}

.rc-MindTheGapGlobalStatsInfographic a:hover,
.rc-MindTheGapGlobalStatsInfographic a:focus{
	color: #f9a23d;
}

.rc-MindTheGapSmallWinsContentCTA{
        display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 50px 35px;
    margin-top: 50px;
    background-color: #fff;
    border-radius: 4px;
}
#diversityChart{
    margin-top: 25px;
}
.rc-MindTheGapDiversityLegend{
    font-size: 18px;
    font-family: 'RingCentralSans', sans-serif;
    color: #fff;
    font-weight: 600;
    padding: 20px 0 10px;
    text-align: center;
}
.rc-MindTheGapSmallWinsContentCTA a{
    background-color: #002fa7;
    color: #fff;
    font-family: 'RingCentralSans';
    font-size: 15px;
    padding: 15px 30px;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    border-radius: 4px;
}
.rc-CTASectionFlexWrapper{
    display: flex;
    flex-direction: row;
}
.rc-CTAInnerSection{
    width: 33.33%;
    padding: 0 15px;
}
.rc-CTAInnerSection h3{
    color: #002fa7;
    font-family: 'RingCentralSans';
    font-weight: 600;
    font-size: 28px;
    text-align: left;
    line-height: 36px;
}
.rc-CTAInnerSection p{
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    font-family: 'RingCentralSans';
    padding-top: 20px;
}
.rc-CTAInnerSection a{
    width: unset;
    background-color: transparent;
    font-size: 18px;
    color: #002fa7;
    font-weight: normal;
    padding: 0;
    max-width: unset;
    text-align: unset;
    display: inline;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}
.rc-CTAInnerSection a:hover,
.rc-CTAInnerSection a:focus{
    color: #000;
    background-color: transparent;
}
.rc-MindTheGapMarginalChartBox{
    display: flex;
    flex-direction: column;
    width: 50%;
}
.rc-MarginalLineWrap{
    height: 250px;
    width: 30px;
    background-color: rgba(153, 175, 255, 0.3);
    margin-right: 20px;
}
.rc-MindTheGapMarginalCharts{
    flex-wrap: wrap;
}
.rc-MarginalLinesContainer,
.rc-MindTheGapMarginalCharts{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.rc-MindTheGapInnerRowBox{
    display: flex;
    flex-wrap: wrap;
}
.rc-MindTheGapInnerBox{
    width: 50%;
    padding: 15px;
}
.rc-MindTheGapMarginalChartIndicator{
    font-size: 12px!important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.rc-MindTheGapMarginalGraphSource a{
	/* color: #f9a23d; */
    color: #ffffff;
    font-size: 12px;
}
.rc-MindTheGapVideoWrapper{
    position: fixed;
  bottom: 0;
  left: 0;
  height: auto;
  width: auto;
  min-height: 100%;
  min-width: 100%;
  z-index: -9999;
}
.rc-MindTheGapVideoWrapper figure{
    margin: 0;
    position: relative;
}

.rc-MindTheGapCTAFlex{
	    background-color: #fff;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 60px 85px;
}
.rc-MindTheGapCTAFlex h2{
	color: #000;
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
	margin: 0;
	max-width: 750px;
	padding-bottom: 15px;
}
.rc-MindTheGapCTAFlex p{
	    font-size: 20px;
    line-height: 32px;
    color: #000;
}
.rc-MindTheGapCTAFlex a{
	    background-color: #0027ae;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    padding: 20px 60px;
    line-height: 32px;
    border-radius: 4px;
	transition: .5s;
	-webkit-transition: .5s;
}
.rc-MindTheGapCTAFlex a:hover,
.rc-MindTheGapCTAFlex a:focus,
.rc-MindTheGapSmallWinsContentCTA a:hover, 
.rc-MindTheGapSmallWinsContentCTA a:focus,
.rc-CTASectionWrapper a:hover, 
.rc-CTASectionWrapper a:focus{
	background-color: #00195b;
	color: #fff;
}
.rc-MindTheGapSmallWinsFlex{
	display: flex;
	align-items: center;
	padding: 15px 0 40px;
}
.rc-MindTheGapSmallWinsFlex > div{
	width: 50%;
	-webkit-flex: 1; /* Safari */
    -ms-flex: 1; /* IE 10 */
    flex: 1;
}
.rc-MindTheGapScrollerContainer{
	position: relative;
	padding-top: 50px;
	margin-top: 10px;
}
#rc-MindTheGapSmallWinScroller{
	max-width: 300px;
	display: block;
	margin: 0 auto;
}


.rc-MindTheGapGlobalProblemTop h2 {
    font-size: 60px;
    margin: 5px 0 0 0;
    margin-bottom: 0px;
    padding: 0 0 25px;
    padding-top: 0px;
    line-height: 72px;
    font-family: 'RingCentralSans';
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}

.bottom-borders {
    position: relative;
}

.bottom-borders-img {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 8px;
}

.svg-img svg {
    display: block;
    width: 100%;
    /* height: 100%; */
}

b, strong {
    font-family: 'RingCentralSansBold', sans-serif;
    font-weight: normal;
}

@media screen and (min-width: 1571px){
	#mindTheGapVideo{
		height: auto!important;
		max-width: 100%!important;
		width: 100%!important;
	}
}


@media screen and (max-width: 1151px){
    #mindTheGapVideo{
        max-width: unset;
        width: unset;
    }
}

@media screen and (max-width: 992px){
    .rc-InfographicFloater p:last-of-type{
        font-size: 10px;
        max-width: 75px;
    }
    .rc-InfographicUnitedStates{
        top: 30%;
        left: 19%;
    }
    .rc-InfographicMexico {
        top: 41%;
        left: 20%;
    }
    .rc-InfographicChile{
        left: 28%;
    }
    .rc-InfographicUK{
        top: 22%;
        left: 42%;
    }
    .rc-InfographicAustralia{
        bottom: 27%;
        right: 14%;
    }
    .rc-InfographicKorea{
        right: 16%;
    }
    .rc-InfographicJapan{
        right: 11%;
    }
    .rc-InfographicRussia{
        right: 25%;
    }

    #mindTheGapVideo{
		height: 100vh;
    }
}

.womens-people-image {
    display: block;
    width: 50%;
    margin: 0 auto;
}

@media screen and (max-width: 1000px) {

    .womens-people-image {
        width: 100%;
    }

    .rc-MindTheGapGenderPay {
        background-attachment: scroll;
    }

    .rc-MindTheGapGlobalProblem {
        background-attachment: scroll;
    }

    .rc-MindTheGapGenderPayTop, .rc-MindTheGapGlobalProblemTop, .rc-MindTheGapCovidImpactTop, .rc-MindTheGapCulturalImpactTop, .rc-MindTheGapMessageWrapper, .rc-MindTheGapSmallWinsWrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    .rc-MindTheGapTopBannerContent, .rc-MindTheGapBottomHeading {
        padding-left: 20px;
        padding-right: 20px;   
    }

    .rc-MindTheGapIntroWrapper {
        padding-left: 20px;
        padding-right: 20px;      
    }

    .rc-MindTheGapKeyFindingsWrapper {
        padding-left: 20px;
        padding-right: 20px;     
    }

    .rc-MindTheGapGenderPayBottom {
        padding-left: 20px;
        padding-right: 20px;       
    }

    .rc-MindTheGapWhyItExistWrapper, .rc-MindTheGapProgressMarginalWrapper, .rc-MindTheGapGenderDiversityWrapper, .rc-MindTheGapMessageContentWrapper, .rc-MindTheGapSmallWinsContentWrapper {
        padding-left: 20px;
        padding-right: 20px;     
    }

    .rc-MindTheGapCovidImpactBottom, .rc-MindTheGapCulturalImpactBottom {
        padding-left: 20px;
        padding-right: 20px;     
    }

    .rc-MindTheGapGenderPayBottom p, .rc-MindTheGapGlobalProblemBottom p, .rc-MindTheGapCulturalImpactBottom p {
        max-width: 100%;
    }

    .rc-MindTheGapCovidImpact {
        background-attachment: scroll;
    }

    .rc-MindTheGapCulturalImpact {
        background-attachment: scroll;    
    }

    .rc-MindTheGapMessageHeader {
        background-attachment: scroll;   
        background-position: center; 
    }

    .rc-MindTheGapMessageWrapper, .rc-MindTheGapSmallWinsWrapper {
        height: 50vh;
    }

    .rc-MindTheGapMessageContentFlexContainer {
        max-width: 100%;
    }

    .rc-MindTheGapSmallWinsHeader {
        background-attachment: scroll;   
    }

    .rc-MindTheGapSmallWinsContentContainer {
        padding-left: 0;
        padding-right: 0;
    }

    .rc-MindTheGapCTAFlex {
        padding: 20px;
        flex-direction: column;
    }
}

@media screen and (max-width: 901px){
    .rc-InfographicUnitedStates,
    .rc-InfographicMexico{
        left: 15%;
    }
    .rc-InfographicChile{
        left: 25%;
    }
    .rc-InfographicAustralia{
        right: 8%;
    }
}
@media screen and (max-width: 831px){
    .rc-InfographicJapan{
        right: 5%;
    }
    .rc-InfographicKorea{
        right: 10%;
    }
    .rc-InfographicBrazil{
        left: 32%;
    }
}

@media screen and (max-width: 800px) {

    .rc-MindTheGapIntroWrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .rc-MindTheGapIntroContent .rc-MindTheGapIntroFlex {
        flex-direction: column;
    }

    .rc-MindTheGapIntroFlex img {
        margin-bottom: 20px;
    }

    .rc-MindTheGapIntroContent .rc-MindTheGapIntroFlex > div {
        width: 100%;
    }

    .rc-MindTheGapIntroContent .rc-MindTheGapIntroFlex:nth-child(2) > div {
        order: 0;
    }

    .rc-MindTheGapIntroContent .rc-MindTheGapIntroFlex:nth-child(2) > div:first-child {
        order: 1;
    }

    .rc-MindTheGapKeyFindingsWrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .rc-MindTheGapKeyFindingsFlex {
        flex-direction: column;
        align-items: center;
    }

    .rc-MindTheGapKeyFindingsFlex > div {
        width: 100%;
    }

    .rc-MindTheGapWhyItExistWrapper {
        padding-top: 40px;
        padding-bottom: 40px;
        flex-direction: column;
    }

    .rc-MindTheGapWhyItExistFirst {
        padding: 0;
        width: 100%;
    }

    .rc-MindTheGapWhyItExistSecond {
        padding: 0;
        width: 100%;
    }

    .rc-MindTheGapGlobalProblemBottom {
        padding-left: 20px;
        padding-right: 20px;
    }

    .rc-MindTheGapProgressMarginalWrapper {
        padding-top: 40px;
        padding-bottom: 40px;
        flex-direction: column;
    }

    .rc-MindTheGapGenderDiversityWrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .rc-MindTheGapMessageContentWrapper {
        padding-top: 40px;
        padding-bottom: 40px;    
    }

    .rc-MindTheGapSmallWinsContentWrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .rc-MindTheGapSmallWinsContentContainer h3 {
        padding-top: 0;
    }

    .rc-MindTheGapSmallWinsFlex {
        flex-direction: column;    
    }

    .rc-MindTheGapSmallWinsFlex > div {
        width: 100%;
    }

    .rc-MindTheGapCovidImpactBottom > div {
        width: 100%;
        padding: 0;
    }

    .rc-MindTheGapGenderDiversity .rc-MindTheGapWhyItExistFirst {
        width: 100%;
    }

    .womens-people-image {
        width: 50%;
    }

    .rc-MindTheGapWhyItExistSecond .womens-people-image {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 768px){
    .rc-MindTheGapGenderPayBottom {
        flex-direction: column; 
        justify-content: center;
    }
   

    .rc-MindTheGapMessageHeader{
        background-position: 60%;
    }
    .rc-MindTheGapWhyItExistFirst,
    .rc-MindTheGapWhyItExistSecond{
        width: 100%;
    }
    .rc-MindTheGapWhyItExistFirst{
        padding-right: 0;
    }
    .rc-MindTheGapWhyItExistSecond{
        padding-left: 0;
    }
    .rc-MindTheGapIntroWrapper{
        padding: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .rc-MindTheGapGenderPayBottom, .rc-MindTheGapGlobalProblemBottom, .rc-MindTheGapCovidImpactBottom, .rc-MindTheGapCulturalImpactBottom,
    .rc-MindTheGapTopBannerContent, .rc-MindTheGapBottomHeading,
    .rc-MindTheGapGenderPayTop, .rc-MindTheGapGlobalProblemTop, .rc-MindTheGapCovidImpactTop, .rc-MindTheGapCulturalImpactTop, .rc-MindTheGapMessageWrapper, .rc-MindTheGapSmallWinsWrapper{
        padding: 0 40px;
    }
    .rc-MindTheGapKeyFindingsFlex,
    .rc-MindTheGapMessageContentFlexContainer,
    .rc-MindTheGapSmallWinsContentCTA,
    .rc-CTASectionFlexWrapper{
        flex-direction: column;
    }
    .rc-MindTheGapWhyItExistWrapper, .rc-MindTheGapProgressMarginalWrapper, .rc-MindTheGapGenderDiversityWrapper, .rc-MindTheGapMessageContentWrapper, .rc-MindTheGapSmallWinsContentWrapper{
        flex-direction: column-reverse;
        padding: 40px;
    }
    .rc-MindTheGapKeyFindingsFlex > div{
        width: 100%;
    }
    .rc-MindTheGapGenderDiversityWrapper{
        padding: 0 40px 40px 40px!important;
    }
    .rc-MindTheGapSmallWinsContentCTA a{
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }
    .rc-CTAInnerSection{
        width: 100%;
        padding: 0 15px 30px 15px;
    }
    .rc-MindTheGapTopHeading h1{
        font-size: 42px;
        line-height: 58px;
    }
    .rc-MindTheGapTopHeading h2{
        font-size: 22px;
        line-height: 36px;
    }
    .rc-MindTheGapIntroWrapper h2, .rc-MindTheGapWhyItExistWrapper h2, .rc-MindTheGapKeyFindingsWrapper h2, .rc-MindTheGapGlobalStatsWrapper h2, .rc-MindTheGapProgressMarginalWrapper h2, .rc-MindTheGapGenderDiversityWrapper h2, .rc-MindTheGapMessageContentWrapper h2, .rc-MindTheGapSmallWinsContentWrapper h2{
        font-size: 46px;
        line-height: 63px;
        margin-bottom: 25px;
    }
    .rc-MindTheGapIntroWrapper p{
        line-height: 26px;
    }
    .rc-MindTheGapGlobalStatsWrapper{
        padding-bottom: 0;
    }
    .rc-MindTheGapGlobalProblemTop h2, .rc-MindTheGapCovidImpactTop h2, .rc-MindTheGapCulturalImpactTop h2, .rc-MindTheGapMessageWrapper h2{
        font-size: 22px;
        line-height: 32px;
    }
    .rc-MindTheGapGenderPayTopHeading h2, .rc-MindTheGapGlobalProblemTop h1, .rc-MindTheGapCovidImpactTop h1, .rc-MindTheGapCulturalImpactTop h1, .rc-MindTheGapMessageWrapper h1, .rc-MindTheGapSmallWinsWrapper h1{
        padding: 30px 0;
        font-size: 42px;
        line-height: 52px;
    }

    .rc-MindTheGapCulturalImpact{
        height: 220vh;
    }
    .rc-MindTheGapCulturalImpactBottom{
        height: 120vh;
    }
    .rc-CTASectionWrapper{
        padding: 40px;
    }
    .rc-InfographicUnitedStates, .rc-InfographicMexico{
        left: 10%;
    }
    .rc-InfographicPakistan{
        top: 34%;
        right: 28%;
    }
    .rc-InfographicAustralia{
        right: 4%;
    }
}
@media screen and (max-width: 651px){
    .rc-InfographicUK{
        left: 35%;
    }
    .rc-InfographicPoland{
        top: 23%;
    }
    .rc-InfographicIsrael{
        top: 32%;
    right: 38%;
    }
    .rc-InfographicMalawi {
        top: 53%;
        right: 35%;
    }
    .rc-InfographicBotswana{
        top: 62%;
    right: 40%;
    }
    .rc-InfographicKorea{
        right: 8%;
        top: 22%;
    }
    .rc-InfographicChile{
        left: 21%;
        top: 65%;    
    }
}
@media screen and (max-width: 600px){
    .rc-MindTheGapCovidImpactBottom{
        height: 120vh;
    }
    .rc-MindTheGapKeyFindingsWrapper{
        padding: 20px 40px;
    }
    .rc-MindTheGapGlobalStatsWrapper{
        padding: 40px;
        height: 100vh;
    }
    .rc-MindTheGapCovidImpact{
        height: 100vh;
    }
    .rc-MindTheGapCulturalImpact{
        height: 170vh;
    }
    .rc-MindTheGapCulturalImpactBottom{
        height: 150vh;
    }

    .rc-MindTheGapWhyItExistInfographicColumn img{
        max-width: 35px;
    }

    .rc-MindTheGapGenderPayTop, .rc-MindTheGapGlobalProblemTop, .rc-MindTheGapCovidImpactTop, .rc-MindTheGapCulturalImpactTop, .rc-MindTheGapMessageWrapper, .rc-MindTheGapSmallWinsWrapper{
        height: unset;
        padding: 200px 20px 30px;
    }

    .rc-MindTheGapGlobalProblemTop p{
        font-size: 20px;
        line-height: 32px;
    }

    .rc-MindTheGapGenderPayBottom p, .rc-MindTheGapGlobalProblemBottom p, .rc-MindTheGapCulturalImpactBottom p{
		font-size: 28px;
		line-height: 38px;
	}

    .womens-people-image {
        width: 100%;
    }

}

@media screen and (max-width: 600px){
}
@media screen and (max-width: 500px){
    .rc-MindTheGapTopHeading h1{
        font-size: 32px;
        line-height: 42px;
    }
    .rc-MindTheGapTopHeading{
        padding: 10px 0;
    }
    .rc-MindTheGapTopHeading h2{
        font-size: 20px;
        line-height: 28px;
    }
    .rc-MindTheGapBottomHeading ul li p{
        font-size: 24px;
        line-height: 38px;
    }
    .rc-MindTheGapIntroWrapper p,
    .rc-MindTheGapKeyFindingsFlex p{
        font-size: 14px;
        line-height: 24px;
    }
    .rc-MindTheGapGenderPayBottom p, .rc-MindTheGapGlobalProblemBottom p, .rc-MindTheGapCovidImpactBottom p, .rc-MindTheGapCulturalImpactBottom p{
        font-size: 14px;
        line-height: 26px;
    }
    .rc-MindTheGapWhyItExistWrapper p, .rc-MindTheGapProgressMarginalWrapper p, .rc-MindTheGapGlobalStatsWrapper p, .rc-MindTheGapGenderDiversityWrapper p, .rc-MindTheGapMessageContentWrapper p, .rc-MindTheGapSmallWinsContentWrapper p{
        font-size: 14px;
    }
    .rc-MindTheGapProgressMarginalWrapper h3, .rc-MindTheGapGenderDiversityWrapper h3, .rc-MindTheGapMessageContentWrapper h3, .rc-MindTheGapSmallWinsContentWrapper h3{
        font-size: 18px;
        line-height: 32px;
    }
    .rc-MindTheGapMarginalChartIndicator{
        flex-direction: column;
    }
    .rc-MindTheGapInnerBox{
        width: 100%;
        padding: 20px 0;
    }
    .rc-CTASectionWrapper h2{
        font-size: 28px;
        line-height: 36px;
    }
    .rc-CTAInnerSection h3{
        font-size: 22px;
        line-height: 28px;
    }
    .rc-CTAInnerSection p{
        font-size: 15px;
        line-height: 25px;
    }
    .rc-CTAInnerSection a{
        font-size: 15px;
    }
    .rc-MindTheGapCallToAction{
        font-size: 13px;
        padding: 10px;
        line-height: 22px;
    }
    .rc-InfographicFloater p:first-of-type{
        font-size: 13px;
    }
    .rc-InfographicFloater p:last-of-type{
        font-size: 9px;
    max-width: 55px;
    line-height: 10px;
    }


    #mindTheGapVideo {
        right: -40%;
    }

}
@media screen and (max-width: 451px){
    .rc-MindTheGapGenderPayBottom, .rc-MindTheGapGlobalProblemBottom, .rc-MindTheGapCovidImpactBottom, .rc-MindTheGapCulturalImpactBottom, .rc-MindTheGapTopBannerContent, .rc-MindTheGapBottomHeading, .rc-MindTheGapGenderPayTop, .rc-MindTheGapGlobalProblemTop, .rc-MindTheGapCovidImpactTop, .rc-MindTheGapCulturalImpactTop, .rc-MindTheGapMessageWrapper, .rc-MindTheGapSmallWinsWrapper{
        padding: 0 25px;
    }
	.rc-MindTheGapWhyItExistWrapper, .rc-MindTheGapProgressMarginalWrapper, .rc-MindTheGapGenderDiversityWrapper, .rc-MindTheGapMessageContentWrapper, .rc-MindTheGapSmallWinsContentWrapper{
        padding: 40px 25px;
    }
    .rc-MindTheGapCulturalImpact{
        /* height: 280vh; */
    }
    .rc-MindTheGapCulturalImpactBottom{
        height: 180vh;
    }
    .rc-InfographicBrazil {
        left: 30%;
        top: 53%;
    }
    .rc-InfographicUnitedStates{
        top: 25%;
    }
}
@media screen and (max-width: 401px){
    .rc-MindTheGapGenderPayTopHeading h2, .rc-MindTheGapGlobalProblemTop h1, .rc-MindTheGapCovidImpactTop h1, .rc-MindTheGapCulturalImpactTop h1, .rc-MindTheGapMessageWrapper h1, .rc-MindTheGapSmallWinsWrapper h1{
        padding: 15px 0 25px;
        font-size: 36px;
        line-height: 42px;
    }
    .rc-MindTheGapIntroWrapper h2, .rc-MindTheGapWhyItExistWrapper h2, .rc-MindTheGapKeyFindingsWrapper h2, .rc-MindTheGapGlobalStatsWrapper h2, .rc-MindTheGapProgressMarginalWrapper h2, .rc-MindTheGapGenderDiversityWrapper h2, .rc-MindTheGapMessageContentWrapper h2, .rc-MindTheGapSmallWinsContentWrapper h2{
        font-size: 22px;
        line-height: 30px;
    }
    .rc-MindTheGapProgressMarginalWrapper h3, .rc-MindTheGapGenderDiversityWrapper h3, .rc-MindTheGapMessageContentWrapper h3, .rc-MindTheGapSmallWinsContentWrapper h3{
        line-height: 25px;
    }
    .rc-CTASectionWrapper a{
        font-size: 15px;
        padding: 15px;
    }
    .rc-CTASectionWrapper h2{
        font-size: 24px;
        line-height: 32px;
    }
    .rc-MindTheGapCallToAction{
        font-size: 13px;
        line-height: 22px;
    }
    .rc-MindTheGapCovidImpact{
        height: 250vh;
    }
    .rc-MindTheGapCovidImpactBottom{
        height: 150vh;
    }
    .rc-MindTheGapCovidImpactBottom h3, .rc-MindTheGapCulturalImpactBottom h3{
        font-size: 22px;
        line-height: 32px;
    }
    .rc-MindTheGapProgressMarginalWrapper h4, .rc-MindTheGapGenderDiversityWrapper h4, .rc-MindTheGapMessageContentWrapper h4, .rc-MindTheGapSmallWinsContentWrapper h4{
        font-size: 20px;
    line-height: 32px;
    }
}

.white-text {
    color: #ffffff;
}

.grey-text {
    color: #222222;
}

.grey-text .rc-mindthegup-wrapper p a {
    color: #066FAC;
}

.rc-MindTheGapGray {
    background: #F6F5F1;
}

.rc-MindTheGapWhite {
    background: #ffffff;
}

.h2-title {
    font-family: 'RingCentralDisplayMedium', sans-serif;
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 32px 0;
}

.h2-title.h2-title_small-margin {
    margin: 0 0 32px 0;
}

.h2-title.h2-title_medium-margin {
    margin: 0 0 56px 0;
}

.h3-title {
    font-family: 'RingCentralDisplayMedium', sans-serif;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.16px;
    margin: 0 0 24px 0;
}

.svg-icon {
    display: block;
}

.svg-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.svg-image {
    max-width: 400px;
    margin: 0 auto 20px auto;

}

.svg-image svg {
    display: block;
    width: 100%;
    height: 100%;
}

.rc-mindthegup-wrapper h2, .rc-mindthegup-wrapper h3, .rc-mindthegup-wrapper p, .rc-mindthegup-wrapper p a {   
    color: inherit;
}

.rc-mindthegup-wrapper p a {
    text-decoration: underline;
}

.rc-mindthegup-wrapper p a:hover {
    text-decoration: none;
}

.rc-mindthegup-wrapper {
    padding: 40px 20px 40px 20px;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

.rc-mindthegup-two-columns-row {
    margin: 30px 0 0 0;
}

.rc-mindthegup-two-columns-row.rc-mindthegup-two-columns-row_first {
    margin: 0;   
}

.pre-title {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.208px;
    margin-bottom: 12px;
}

.section-subtitle {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    letter-spacing: -0.08px; 
    margin: 0;   
}

.section-subtitle.section-subtitle_left {
    text-align: left;   
}

.section-subtitle.section-subtitle_margin {
    margin: 0 0 20px 0;
}

.video-image {
    display: block;
    margin: 64px auto 0 auto;
}

.numbers-columns {
    margin: 50px 0 0 0;
}

.numbers-columns p {
    text-align: center;
    margin: 0;
}

.numbers-columns .source {
    font-size: 18px;
    line-height: 22px;
    margin: 24px 0 0 0;
    text-align: center;
}

.numbers-columns .source a {
    color: #066FAC !important;
    font-size: 18px !important;
}

.numbers-columns .item {
    margin: 40px 0 0 0;
}

.numbers-columns .item:first-child {
    margin: 0;
}

.gender-pay-gap {
    background: url('../images/gender-pay-gap.jpg') no-repeat center center;
}

.global-problem {
    background: url('../images/global-problem.jpg') no-repeat center center;
}

.chief-people-officer {
    background: url('../images/chief-people-officer.jpg') no-repeat center right;   
}

.moving-forvard {
    background: url('../images/moving-forvard.jpg') no-repeat center center;    
}

.going-forward {
    background: url('../images/going-forward.jpg') no-repeat center center;    
}

.how-you-can-help {
    background: url('../images/how-you-can-help.jpg') no-repeat center center;
}

.fixed-section {
    min-height: 300px;
    background-size: cover;
    position: relative;
}

.section-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    background: rgba(0,0,0,0.4);
}

.fixed-section .rc-mindthegup-wrapper {
    position: relative;
    z-index: 10;
}

.fixed-section-text-container {
    margin: 50px 0 0 0;
    padding: 20px;
    background: #F6F5F1;
    border-radius: 20px;
    color: #222222;
    font-size: 16px;
    line-height: 24px;
}

.fixed-section-text-wrapper {
    max-width: 890px;
    margin: 0 auto;
}

.fixed-section-text-container p a {
    color: #066FAC;
}

.fixed-section-text-container .delimiter {
    width: 100%;
    height: 1px;
    background: #222222;
    margin: 40px 0 40px 0;
    opacity: 0.3;
}

.fixed-text-img {
    margin: 50px 0 0 0;
}

.fixed-text-img img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 20px;
}

.fixed-text-img .fixed-text-img-source {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin: 30px 0 0 0;
}

.grey-sub-section {
    margin: 50px 0 0 0;
    background-color: #F6F5F1;
    border-radius: 20px;
    padding: 20px 10px 20px 10px;
}

.grey-sub-section-image {
    margin-bottom: 20px;
}

.grey-sub-section-image img {
    display: block;
    margin: 0 auto;
}

.grey-sub-section-row {
    margin: 50px 0 0 0;
}

.grey-sub-section-row.grey-sub-section-row_no-space {
    margin: 0;
}

.blog-wrapper {
    margin: 60px 0 0 0;
}

.blog-wrapper .item {
    margin: 60px 0 0 0;
}

.blog-wrapper-img {
    display: block;
    max-width: 930px;
    margin: 0 auto;
    padding-top: 71.5%;
    position: relative;
}

.blog-wrapper img {
    display: block;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-wrapper-category {
    margin: 32px 0 0 0;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.16px;
    text-transform: uppercase;
}

.blog-wrapper-title {
    font-family: 'RingCentralSansMedium', sans-serif;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.08px;
    margin: 12px 0 0 0;
}

.blog-wrapper-link {
    font-family: 'RingCentralSansMedium', sans-serif;
    margin: 12px 0 0 0;
}

.blog-wrapper-link a {
    font-size: 18px;
    line-height: 22px;
    color: #066FAC;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.rc-mindthegup-wrapper .blog-wrapper-link a {
    text-decoration: none;
}

.blog-wrapper.blog-wrapper_no-margin {
    margin: 0 0 0 0;
}

.link-arrow {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 0 0 8px;
}

.link-arrow svg {
    display: block;
    width: 100%;
    height: 100%;
}

.mindgap-slider-wrapper {
    /* margin: 60px 0 0 0; */
    position: relative;
}

.mindgap-slider-wrapper .mindgap-slider-prev {
  left: 10px;
}

.mindgap-slider-wrapper .mindgap-slider-next {
    right: 10px;
}

.mindgap-slider-nav {
    display: block;
    width: 9.5px;
    height: 19px;
    position: absolute;
    top: 50%;
    z-index: 10;
    border: none;
    background: none;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
}

.mindgap-slider-nav svg {
    display: block;
    width: 100%;
    height: 100%;
}

.slider-quote {
    font-family: 'RingCentralDisplay', sans-serif;
    /* font-size: 26px;
    line-height: 32px; */
    font-size: 20px;
    line-height: 24px;
    margin: 0;
}

.slider-quote-author {
    font-size: 16px;
    line-height: 20px;
    margin: 20px 0 0 0;
    max-width: 600px;  
}

.mindgap-slider-wrapper .item {
    background: #ffffff;
    border-radius: 20px;
    position: relative;
    padding-top: 116%;
}

.item-content-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
}

.item-content-wrap .item-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1006px;
}

.mindgap-slider .owl-dots {
    display: flex;
    justify-content: center;
    margin: 20px 0 0 0;
}

.owl-carousel.mindgap-slider .owl-dot {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    opacity: 0.3;
    background: #222222;
    margin: 0 5px 0 5px;
}

.owl-carousel.mindgap-slider .owl-dot.active {
    opacity: 1;
}

.last-section-wrap {
    background: url('../images/last-section-bg.jpg') no-repeat center center; 
    background-size: cover; 
    position: relative;
    padding-top: 72%;
    max-width: 1440px;
    margin: 0 auto;
}

.last-section-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.last-section-title {
    font-family: 'RingCentralDisplay', sans-serif;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
}

.last-section-subtitle {
    margin: 32px 0 0 0;
    font-size: 24px;
    line-height: 38px;
    text-align: center;
    letter-spacing: -0.08px;
    color: #ffffff;
}

.custom-tweet-clik {
    display: flex;
    justify-content: center;
    /* margin: 30px 0 0 0; */
    margin: 20px 0 0 0;
}

.custom-tweet-clik a {
    display: flex;
    align-items: center;
    font-family: 'RingCentralSansMedium', sans-serif;
    font-size: 12px;
    color: #999999;
}

.tweet-ico {
    width: 20px;
    margin: 0 0 0 10px;
}

.tweet-ico svg {
    display: block;
}

.only-desctop {
    display: none;
}

.mindgup-section-logo {
    margin: 0 0 20px 0;
    width: 154px;
}

.mindgup-section-logo a {
    display: block;
}

.logo-wrap {
    width: 162px;
}

a.skip-link {
    display: block;
    position: fixed;
    top: -100px;
    left: 50%;
    z-index: 9999;
    transform: translateX(-50%);
    font-weight: 600;
    color: #066FAC;
    border: 1px dashed #066FAC;
    border-radius: 30px;
    padding: 4px;
    transition: all 1s;
    font-family: "RingCentralSans", sans-serif;
    font-size: 18px;
}

a span.skip-link__text {
    display: inline-block;
    background-color: white;
    border: 1px solid #066FAC;
    border-radius: 30px;
    padding: 13px 30px 15px;
}
 
.remove-animate {
    width: 212px;
    /* background: #066FAC; */
    font-family: 'RingCentralSansMedium', sans-serif;
    font-size: 18px;
    line-height: 22px;
    background: #ffffff;
    color: #066FAC;
    border: none;
    border-radius: 30px;
    padding: 12px 18px 12px 18px;
    /* margin: 0 0 20px 0; */
    position: absolute;
    top: 20px;
    left: 25px;
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.remove-animate.remove-animate_grey {
    background: #222222;  
    color: #ffffff; 
}

.remove-animate-ico {
    display: block;
    width: 20px;
    height: 22px;
}

.remove-animate-off {
    display: none;
}

.remove-animate-ico svg {
    display: block;
}

.remove-animate.remove-animate_grey .remove-animate-off {
    display: block;
}

.remove-animate.remove-animate_grey .remove-animate-on {
    display: none;
}

a.skip-link:focus {
        top: 30px;
}

.disable-wow {
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    visibility: visible !important;
}

.mind-gup-video {
    padding-top: 45%;
    position: relative;
    margin: 64px auto 0 auto;
}

.mind-gup-video iframe, .mind-gup-video img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5; }
    .modal-footer:before, .modal-footer:after {
      content: " ";
      display: table; }
    .modal-footer:after {
      clear: both; }
    .modal-footer .btn + .btn {
      margin-left: 5px;
      margin-bottom: 0; }
    .modal-footer .btn-group .btn + .btn {
      margin-left: -1px; }
    .modal-footer .btn-block + .btn-block {
      margin-left: 0; }

.entry-footer {
    padding-bottom: 30px;
    border-bottom: 4px solid #e9ecef;
    -webkit-border-radius: 10px;
    border-radius: 10px; }
  
  .blog-list .entry-footer {
    border-bottom: 1px solid #e9ecef;
    -webkit-border-radius: 0;
    border-radius: 0; }
  
  .boxed .entry-footer {
    border: 0;
    padding: 10px 20px;
    margin: 10px -20px -20px;
    /*border-top: 1px solid #f4f4f4;*/ }
  
  .single.boxed .entry-footer {
    background: transparent; }

.site-footer {
    background: #002855; }
    .site-footer .social-media-icons li a:hover {
      color: #222;
      background: #adb5bd; }
    .site-footer .logo-wrap svg {
      color: #fff;
      fill: currentColor; }
  
  #footer-menu {
    margin-left: 0; }
    #footer-menu li {
      line-height: 24px;
      display: block;
      padding: 0; }
      #footer-menu li a {
        color: #adb5bd;
        font-size: 12px;
        font-weight: 600; }
      #footer-menu li:first-child {
        padding-left: 0; }
      #footer-menu li:last-child {
        border-right: 0; }
      #footer-menu li:hover a {
        color: #e9ecef; }
  
  #copyright {
    color: #ffffff; }
  
  .logo-footer-container {
    padding-bottom: 40px;
    border-bottom: 1px solid #15264d;
    margin-bottom: 30px; }
    .logo-footer-container .logo-wrap {
      padding-top: 15px;
      margin-bottom: 30px; }
    .logo-footer-container .iconBlock {
      float: left; }
      .logo-footer-container .iconBlock .item {
        vertical-align: middle;
        display: inline-block;
        margin-left: 0;
        margin-right: 20px; }
  
  .bottomFooter .copyrightBlock {
    float: left;
    font-size: 11px;
    color: #fff; }
  
  .bottomFooter .bottomMenu {
    float: left;
    margin-top: 20px; }
    .bottomFooter .bottomMenu ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .bottomFooter .bottomMenu ul li {
        display: inline-block;
        font-size: 11px;
        padding: 0 7px;
        border-left: 1px solid;
        line-height: 1; }
        .bottomFooter .bottomMenu ul li:first-child {
          border-left: 0;
          padding-left: 0; }
        .bottomFooter .bottomMenu ul li a {
          color: #fff; }
          .bottomFooter .bottomMenu ul li a:hover {
            opacity: 0.8; }

.entry-footer .tags-links {
    float: left; }
    .entry-footer .tags-links a {
        background: #066FAC;
        padding: 8px 12px;
        border-radius: 4px;
        color: #fff;
        display: inline-block;
        margin-bottom: 10px; }
    
    .post-template-single-power-page .entry-footer {
    padding-right: 0;
    padding-left: 0; }     
    
    .entry-footer .tags-links a {
        display: inline-block;
        margin-bottom: 10px; }
      
      .post-template-single-power-page .entry-footer {
        padding-right: 0;
        padding-left: 0; }
        #footer-menu li {
            border-right: 1px solid #495057;
            display: inline-block;
            padding-left: 10px;
            padding-right: 14px; }

/* Social Media Icons Widget */
.social-media-icons {
    margin-bottom: 0; }
    .social-media-icons li a {
      display: block;
      width: 45px;
      height: 45px;
      font-size: 1em;
      line-height: 45px;
      background: #e9ecef;
      color: #868e96;
      background: #ecf6ff;
      color: #002855;
      text-align: center;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
      .social-media-icons li a i {
        line-height: inherit; }
      .social-media-icons li a:hover {
        background: #002855;
        color: #fff; }
    .social-media-icons.small li a {
      width: 34px;
      height: 34px;
      font-size: 1.1em;
      line-height: 34px;
      color: #002855;
      background: #ffffff; }

@media (min-width: 768px) {
    .logo-footer-container .logo-wrap {
        margin-bottom: 0; }
    .logo-footer-container .iconBlock {
        float: right; }
        .logo-footer-container .iconBlock .item {
        margin-left: 52px;
        margin-right: 0; }

    .bottomFooter .copyrightBlock {
        float: left; }
    .bottomFooter .bottomMenu {
        float: right;
        margin-top: 0; }
}

@media screen and (min-width: 500px) {
    .mindgap-slider-wrapper .item {
        padding-top: 60%;
    }

    .remove-animate {
        left: 40px;
    }
}

@media screen and (min-width: 600px) {
    .mindgap-slider-wrapper .item {
        padding-top: 0;
        height: 268px;
    }

    .last-section-wrap {
        padding-top: 56%;
    }
}

@media screen and (min-width: 768px) {
    .h2-title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 50px;
    }   
    
    .rc-mindthegup-two-columns-row {
        display: flex;
        align-items: center;
        margin: 70px 0 0 0;
    }

    .rc-mindthegup-two-columns-row > div {
        width: 50%;
    }

    .rc-mindthegup-two-columns-row .first-column {
        padding: 0 20px 0 0;
    }

    .rc-mindthegup-two-columns-row .second-column {
        padding: 0 0 0 20px;
    }

    .rc-mindthegup-two-columns-row.rc-mindthegup-two-columns-row_image-second .first-column {
        order: 1;
        padding: 0 0 0 20px;  
    }

    .rc-mindthegup-two-columns-row.rc-mindthegup-two-columns-row_image-second .second-column {
        order: 0;
        padding: 0 20px 0 0;  
    }

    .fixed-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .fixed-section-text-container .h3-title {
        font-size: 40px;
        line-height: 56px;
    }

    .grey-sub-section-row {
        display: flex;
        align-items: center;
    }

    .grey-sub-section-column-first {
        padding: 0 10px 0 0;
        width: 50%;
    }

    .grey-sub-section-column-second {
        padding: 0 0 0 10px;
        width: 50%;
    }

    .grey-sub-section-row_image-second .grey-sub-section-column-first {
        order: 1;
        padding: 0 0 0 10px;
    }

    .grey-sub-section-row_image-second .grey-sub-section-column-second {
        order: 0;
        padding: 0 10px 0 0;
    }

    .grey-sub-section {
        padding: 20px;    
    }

    .blog-wrapper {
        margin: 74px 0 0 0;
        display: flex;
        justify-content: space-between;
    }

    .blog-wrapper .item {
        margin: 0;
        width: 32%;
    }

    .slider-quote {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: 0.16px;
    }

    .mindgap-slider-wrapper .item {
        height: 376px;
    }

    .last-section-title {
        font-size: 80px;
        line-height: 80px;
    }

    .slider-quote-author {
        font-size: 16px;
        line-height: 24px;
        margin: 32px 0 0 0; 
    }

    .custom-tweet-clik {
        margin: 30px 0 0 0;
    }
   
   .remove-animate {
        left: 20px;
    }

}

@media screen and (min-width: 1000px) {
    .remove-animate {
        left: 85px;
    }
}

@media screen and (min-width: 1224px) {
    .rc-mindthegup-wrapper {
        padding: 100px 85px 140px 85px;
    }

    .h2-title {
        font-size: 48px;
        line-height: 56px;
        margin-bottom: 80px;
    }
    
    .rc-mindthegup-two-columns-row {
        margin: 110px 0 0 0;
    }

    .video-section .h2-title {
        margin-bottom: 32px;    
    }

    .numbers-columns {
        margin: 110px 0 0 0;
        display: flex;
        justify-content: space-between;
    }

    .numbers-columns .item {
        margin: 0;
        width: 384px;
    }

    .numbers-columns.numbers-columns_small .item {
        /* width: 240px; */
        width: 300px;
    }

    .number-image {
        margin: 0 0 50px 0;
    }

    .fixed-section {
        min-height: 869px;
        background-attachment: fixed;
    }

    .grey-sub-section {
        padding: 64px 32px 64px 32px;
    }

    .grey-sub-section-row {
        margin: 110px 0 0 0;
    }

    .h3-title {
        font-size: 32px;
        line-height: 40px;
    }

    .blog-wrapper .item {
        width: 383px;
    }

    .mindgap-slider-wrapper {
        margin: 60px 0 0 0;    
    }

    .mindgap-slider-wrapper .mindgap-slider-prev {
        left: 32px;
    }
      
    .mindgap-slider-wrapper .mindgap-slider-next {
        right: 32px;
    }
    
    .blog-wrapper-img {
        padding-top: 0;
        height: 200px;
    }

    .last-section-wrap {
        width: 1328px;
        height: 597px;
        padding: 0;
    }

    .last-section {
        padding: 88px 0 24px 0;
    }

    .fixed-section-text-container {
        padding: 72px 20px 40px 20px;
        font-size: 24px;
        line-height: 38px;
        letter-spacing: -0.08px;
    }
    
    .fixed-sub-title {
        font-size: 24px;
        line-height: 38px;  
        letter-spacing: -0.08px;  
    }

    .fixed-text-img {
        margin: 92px 0 0 0;
    }
    
    .fixed-text-img .fixed-text-img-source {
        margin: 48px 0 0 0;
    }

    .fixed-section-text-container .h3-title {
        font-size: 48px;
        line-height: 56px;
        letter-spacing: -0.24px;
    }

    .fixed-section-text-container .delimiter {
        margin: 68px 0 72px 0;
    }

    .custom-tweet-clik {
        margin: 50px 0 0 0;
    }

    .only-desctop {
        display: block;             
    }

    .contribute-image {
        margin: 0 auto 50px auto;
        max-width: 170px;
    }
    
}