* {
  padding: 0;
  margin: 0;
}

body {
  font-family: 'Montserrat', sans-serif;
  opacity: 0;
  transition: .5s;
  overflow-x: hidden ;
}

a.red-link {
  color:#ce1628;
}

ol, ul.with-points {
  padding-left: 18px;
}

ul.with-points {
  list-style: disc;
}

.text-red {
  color: #ce1628 !important;
}

.uppercase {
  text-transform: uppercase;
}
body.no-scroll {
  overflow: hidden;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 700;
}

h1  span,h2  span,h3 span,h4 span,h5 span,h6 span {
  font-weight: 300;
}

h1 {
  font-size: 2.59em;
}

h1.main-stats-red {
  font-size: 4.5em;
  line-height: 1;
  margin-bottom: 25px;
  color: #ce1628 !important;
}

h1.main-stats-red-plus {
  font-size: 4.5em;
  line-height: 1;
  margin-bottom: 25px;
  color: #ce1628 !important;

}
h1.main-stats-red-plus::after {
  content: "+";
}

.line-height-1 {
  line-height: 1.3;
}

h2 {
  color: #2b2c3a;
}

p,
li{
  color: #2b2c3a;
  font-weight: 300;
}

p span,
ol li span{
  font-weight: 700;
  color: #2b2c3a;
}

.max-width {
  max-width: 1200px;
  margin: 0 auto;
  width:90%;
}

.mw-1000 {
  max-width: 1000px !important;
  margin: 0 auto;
  width:100%;
}

.mw-600 {
  max-width: 800px;
  margin: 0 auto;
  width:100%;
}

.uppercase {
  text-transform: uppercase;
}

.divider {
  width: 100%;
  margin: 90px 0;
  height: 1px;
  background-color: rgba(43,44,58,0.35);
}

.image-container {
  width: 100%;
}

.image-container img {
  width: 100%;
}

/* NAVBAR */

.navigation-bar {
  width: 100%;
  z-index: 100;
  position: fixed;
  background-color: #fff;
  box-shadow: 2px 2px 5px rgba(0,0,0,.04);
}

.nav-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.nav-header img {
  max-height: 60px;
}

.nav-content {
  position: fixed;
  width: 100%;
  min-height: 100vh;
  background-color: #efeff0;
  z-index: 2000;
  top: 0;
  left: 0;
  bottom: 0;
  display: none;
  padding-bottom: 40px;
  overflow-y: auto;
}

.nav-content.show {
  display: block;
}

.nav-menu {
  list-style: none;
  width: 100%;
  padding: 0;
}

.nav-menu > li  {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-menu > li > a {
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding: 10px 0;
  color: #ce1628;
  transition: .2s;
  text-decoration: none;
  line-height: 140%;
}

.nav-menu > li > a:hover {
  color: #ed1b2f;
}

@media all and (max-width: 830px) {
  .nav-menu > li > a {
    font-size: 18px;
  }

  .divider {
    margin: 40px 0;
  }
}

.divider-white {
  width: 100%;
  margin: 50px 0;
  height: 1px;
  background-color: rgba(255,255,255,0.3);
}

.share-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.share-container span {
  color: #fff;
  margin-right: 20px;
}

.share-container span.share-text {
  font-weight:500;
}

/* CTA Buttons */

.btn-default {
  padding: 10px 40px;
  min-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #000;
  border:1px solid #000;
  cursor: pointer;
  transition: .2s;
  font-weight: 700;
  text-decoration: none;
  border-radius: 15px;
}

.btn-default:hover {
  color: #000;
  background-color: transparent;
  text-decoration: none;
}


  
  .btn-default.btn-red {
  color: #fff;
  background-color: rgb(24, 48, 99);
  border-color: rgb(24, 48, 99);
}


.btn-default.btn-red:hover {
  color: #fff;
  background-color: #ce1628;
  border-color: #ce1628;
}

span.num {
  font-weight: 300;
  letter-spacing: 3px;
}

.btn-default.btn-white {
  color: #fff;
  background-color:transparent;
  border-color: #FFF;
}

.btn-default.btn-white:hover {
  color: #ed1b2f;
  background-color: #fff;
  border-color: #FFF;
}

.btn-default.btn-white-red {
  color: #ce1628;
  background-color: #fff;
  border-color: #ce1628;
}

.btn-default.btn-white-red:hover {
  color: #fff;
  background-color: #ce1628;
  border-color: #ce1628;
}

.btn-default.btn-white.btn-dl-pdf:hover {
  color: #940513;
  background-color: #fff;
  border-color: #FFF;
}

.btn-dl-pdf {
  width: 200px;
}

.dl-pdf-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media all and (max-width: 830px) {
  h1 {
    font-size: 1.4em;
  }

  h2 {
    font-size: 1.4em;
    margin-bottom: 15px;
  }

  .nav-header img {
    max-height: 30px;
  }
}

  /* AddToAny Share Buttons */

.a2a_kit .a2a_svg {
  background-color: #ce1628 !important;
  transition: .2s;
}

.a2a_kit a:hover path {
  fill: #ed1b2f;
}

.a2a_default_style a:hover .a2a_svg, .a2a_floating_style a:hover .a2a_svg, .a2a_overlay_style a:hover .a2a_svg svg {
  opacity: 1 !important;
}

.a2a_kit a path {
  fill: #fff;
  transition: .2s;
}

.share-container-red {
  margin: 50px 0 0;
  flex-direction: column;
}

.share-container-red span.share-text {
  color: #2b2c3a;
  margin-bottom: 10px;
}

.share-container-red .a2a_kit .a2a_svg {
  background-color: #fff !important;
  transition: .2s;
}

.share-container-red .a2a_kit a:hover path {
  fill: #ed1b2f;
}

.a2a_default_style a:hover .a2a_svg, .a2a_floating_style a:hover .a2a_svg, .a2a_overlay_style a:hover .a2a_svg svg {
  opacity: 1 !important;
}

.share-container-red .a2a_kit a path {
  fill: #ce1628;
  transition: .2s;
}


@media all and (max-width: 830px) {
  .share-container {
    flex-direction: column;
  }

  .share-container span {
    color: #fff;
    margin: 5px;
  }

  .share-container span.share-text {
    font-weight:500;
    margin-bottom: 10px;
  }
}


/*HERO POD*/

.hero-pod {
  width: 100%;
  height: 900px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 50;
  /*background-size:contain;*/
   background-repeat: no-repeat;
  background-image: url('../images/header-bkgd-16.jpg'); 
 background-position: top center;

}

#titlearea-mobile {display:none}

@media all and (max-width: 640px) {

#titlearea-mobile {display:block}

.hero-pod {
 display:none;
}}

.bg-video-wrapper{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bg-video-wrapper:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: none;
  top: 0;
  left: 0;
}
.bg-video-wrapper video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-content {
  /*background-color: rgba(206,22,40,.8);*/
  /*
  background-image: linear-gradient(153deg,transparent 0,transparent 15%, rgba(206,22,40,.8) 15%, rgba(206,22,40,.8) 100%);
  */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 5% 5% 2% 0;
  z-index: 1;
  position: relative;
  min-height: 60%;
  width: 90%;
  max-width: 1200px;
  margin: 86px auto 0;
  background-color:  rgba(206,22,40,0);
}

.hero-content1 {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
padding: 5% 5% 2%;
z-index: 1;
position: relative;
min-height: 60%;
width: 90%;
max-width: 1200px;
margin: 86px auto 0;
background-color: rgba(206,22,40,.8); }

.hero-content:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0);
  top: 0;
}

.hero-content > div {
  max-width: 1200px;
  margin: 0 0 0 auto;
  width: 100%;
}

.hero-overlay {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  max-width: unset !important;
  top: 100%;
  left: 0;
  background-image: linear-gradient(154.6deg,rgba(206,22,40,.8) 0,rgba(206,22,40,.8) 47.8%, transparent 47.8%, transparent  100%);
}

.hero-content > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  z-index: 3;
  
}

.hero-content h1 {
  color: #fff;
  margin-bottom: 0;
  font-size: 2.5em;
}

.hero-content h1 span {
  font-weight: 300;
}

.hero-content .hero-arrow {
  height: 50px;
}

@media all and (max-width: 830px) {
  .hero-content h1 {
    font-size: 1.6em;
    text-align: center;
  }

  .hero-content {
    justify-content: center;
    padding-bottom: 10px;
  }

  .hero-content .hero-arrow {
    height: 30px;
    margin-top: 30px;
    padding-top: 10px;
    margin-left: 200px;
    display:none;sss
  }

  .hero-content > div:nth-child(2) {
    position: absolute;
    bottom: 20px;
  }
}

/*LEADERSHIP REPORT*/

#leadership-report {
  width:100%;
  padding: 100px 15px 80px;
  position: relative;
  display: flex;
  justify-content: center;align-items: center;
  z-index: 45;
  background-color: #fff;
}

#leadership-report h1 {
  text-align: center;
  color: #ce1628; 
  padding-top:20px;
}

.profile-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 100px 0;
}

.profile-container .profile {
  width: 40%;
  max-width: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 20px;
}

.profile-container .profile h4 {
  margin-bottom: 0;
}

.profile-container .profile h4 span {
  font-weight: 300;
}

.profile-container .profile .profile-image {
  height: 300px;
  width: 300px;
  border-radius: 50%;
  margin-bottom: 20px;
  background-size: cover;
}

.profile-container .profile .profile-image.allison-pond {
  background-image: url('../images/2020/lr-allision-pond-2020.png');
}

.profile-container .profile .profile-image.brian-bachand {
  background-image: url('https://accesemployment.ca/acces2021/assets/images/leader-img2.jpg');
}

.cta-btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media all and (max-width: 830px) {

  #leadership-report {
    padding: 100px 0;
  }
  .profile-container {
    flex-wrap: wrap;
    margin: 50px 0;
  }

  .profile-container .profile {
    width: 100%;
    margin: 15px 0;
  }

  .profile-container .profile .profile-image {
    height: 200px;
    width: 200px;
  }
}

/* MODALS */

.full-modal {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 6000;
  display: none;
  align-items: flex-start;
  justify-content: center;
  background-color: #fff;
  overflow: auto;
  bottom:0;
  overflow-y:scroll;
  overflow-x:hidden;
}

.full-modal.show {
  display: flex;

}

.full-modal-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 100vh;
  padding: 50px 100px;
}

.full-modal-content h1 {
  margin-bottom: 20px;
}

.full-modal-content .close-trigger {
  margin-bottom: 30px;
}

.full-modal-content .text-content {
  max-width: 800px;
  margin: 0 auto 40px;
}

.full-modal-content h1 {
  font-size:2.5em;
  text-align: center;
  color: #ed1b2f;
  margin-bottom: 40px;
}

.partial-white-modal {
  position: fixed;
  top: 100px;
  left:0;
  height: 82vh;
  width: 100%;
  overflow: auto;
  z-index: 6000;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(255,255,255,0.95);
}

.partial-white-modal.show {
  display: flex;
}

.partial-white-content {
  background-color: #ce1628;
}

.white-content {
  padding: 0;
  background-color: #fff;
  max-width: 800px;
  margin: 0 auto;
}

.partial-white-content.red-bg {
 background-color: #ce1628;
}

.header-trigger {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

.partial-white-content.video {
   padding: 0;
   max-width: 1000px;
   position: relative;
   margin: 0 auto;
}

.partial-white-content.audio {
  padding: 50px;
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
  min-height: 300px;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.partial-white-content.audio p,
.partial-white-content.audio p span{
  color: #fff;
  font-size: 1.2em;
  margin: 10px 0;
}

.partial-white-content.audio .audio-wrapper {
  width: 80%;
  margin: 40px auto 0;
}

.partial-white-content.audio .audio-wrapper audio {
  width: 100%;
}

.video-wrapper {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}

.video-wrapper > .placeholder {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("../images/td-ready-placeholder.jpg");
  background-size: cover;
  background-position: center;
  z-index: 2;
}

.video-wrapper > .placeholder.rbc {
  background-image: url("../images/rbc-placeholder.jpg");
}

.video-wrapper > .placeholder.acces-speed-monitoring {
  background-image: url("../images/2020/es-speed-mentoring-video.jpg");
}

.video-wrapper > .placeholder .slide-cta p {
  color: #fff;
  font-weight: 700;
  font-size: 10px !important;
  line-height: 1.1 !important;
  margin: 0;
}

.partial-white-content.video .close-trigger {
  position: absolute;
  right: 13px;
  top: 13px;
  z-index: 10;
}

.partial-white-content.audio .close-trigger {
  margin-bottom: 30px;
  margin-top: 40px;
}

.partial-white-content.video .close-trigger > div,
.partial-white-content.audio .close-trigger > div{
  background-color: #fff;
}

.partial-white-content.video .close-trigger:hover > div,
.partial-white-content.audio .close-trigger:hover > div{
  background-color: #940513;
}

.partial-white-content.video video,
.full-modal video,
.rfj-container video{
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
}

#full-leadership-report {
  background-color: #fff;
}

.close-trigger {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

.close-trigger.menu-control {
  height: 35px;
  width: 35px;
}

.close-trigger > div{
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ed1b2f;
  transition: .2s;
}

.close-trigger:hover > div {
  background-color: #ce1628;
}

.close-trigger > div:first-child {
  transform: rotate(45deg);
}

.close-trigger > div:last-child {
  transform: rotate(-45deg);
}

@media all and (max-width: 830px) {
  .full-modal-content {
    padding: 50px 5%;
  }
  .partial-white-modal {
    top: 0;
    bottom: 0;
    overflow-y: auto;
    align-items: unset;
  }

  .partial-white-modal.video-c {
    align-items: center;
  }

  .full-modal-content h1 {
    font-size: 2em;
  }

  .partial-white-modal .max-width {
    width: 100%;
  }

  .partial-white-content.audio {
    padding: 50px 5%;
  }
}

/* RESULTS FOR JOB SEEKERS */

.max-width-jobseekers {
max-width:none;padding-left:5%;}

.jobseeker-header-content-container {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
padding: 10% 15% 10% 5%;
z-index: 0;
position: initial;
width: 70%;
max-width: 1200px;
margin: 0;
  margin-left: 0px;
background-color: #ce1628;

border-radius: 0 1500px 0px 0;
margin-left: -90px;

}

#services-for-jobseekers {
  color: #fff;
background-image: url('../images/ACCES_Ellingson2019_022.jpg');
  /*min-height: 100vh; */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  position: relative;
  
}

@media all and (max-width:640px) {

.max-width-jobseekers { max-width: 363px; padding-left: 3%; margin-left:70px;

}

.header-content-container {

  background-color: rgba(206,22,40,0.5);
 
  
  border-radius: 0 150px 150px 0;
  


}

}

@media all and (max-width:640px) {

.success {width:400px}}

@media all and (max-width: 992px) {

 #services-for-jobseekers {
    background-attachment: scroll;
    background-image: url('../images/ACCES_Ellingson2019_022-800.jpg');
    background-position: 70% top;
    background-size: auto 1200px;
  
    background-color: #050505;
    padding: 100px 0 0;
  }
  
  


}

.header-content-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5% 10%;
  z-index: 1;
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin:  0 auto 150px;
  background-color:  rgba(24,48,99,0.85);
  
  
 
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10% 15% 10% 5%;
  z-index: 0;
  position: initial;
  width: 62%;
  max-width: 1200px;
  margin: 0 auto 150px;

 
  
  border-radius: 0 1500px 0px 0;
  margin-left: -109px;


}

.header-content-container > div {
  z-index: 2;
}
.header-content-container:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.1);
  top: 0;
  z-index: 0;
  left: 0;
}

@media all and (max-width:640px) {

.max-width-jobseekers { max-width: 363px; padding-left: 3%; margin-left:70px;

}

.header-content-container {

 background-color:  rgba(24,48,99,0.85);
 
  
  border-radius: 0 1500px 0 0;
  


}

#digitalization-innovation .max-width {
  width: 90% !important;
 
}

}

.header-content-container p {
  line-height: 1.8;
}

.rfj-content h1 {
  color: #fff;
}

.rfj-content p {
  font-weight: 300;
}

.rfj-stats-header {
/*  margin-top:-600px;*/
  min-height: 1400px;
  background-image: linear-gradient(153deg,transparent 0,transparent 50%, rgba(223,228,238,1) 50%, rgba(223,228,238,1) 100%);
  z-index: 3;
  position: relative;
}

.rfj-stats {
  background-color: #EFEFF0 !important;
  /*min-height: 100vh;*/
  width: 100%;
 /* transform: skewY(25deg);*/
  display: flex;align-items: center;
}

.total-job-seekers {
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #2b2c3a;
}

/* TOTAL JOB SEEKERS BAR GRAPH */
.tjs-graph {
  height: 400px;
  margin: 0 -30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
}

.tjs-graph > div {
  padding: 0 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 20%;
}

.tjs-graph > div span {
  width: 100%;
  text-align: center;
  margin: 20px 0;
  font-weight: 700;
}

.tjs-bar {
  color: #fff;
  background-color: #ce1628;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 2.5em;
  padding: 10px 15px;
  height: 0;
  transition: 1s;
}

.show .tjs-graph > div:nth-child(1) .tjs-bar {
  height: 5%;
}

.show .tjs-graph > div:nth-child(2) .tjs-bar {
  height: 25%;
}

.show .tjs-graph > div:nth-child(3) .tjs-bar {
  height: 50%;
}

.show .tjs-graph > div:nth-child(4) .tjs-bar {
  height: 80%;
}

.show .tjs-graph > div:nth-child(5) .tjs-bar {
  height: 100%;
}

.tjs-graph > div span.tjs-bar-text {
  font-size: 2.5em;
  padding: 10px 15px;
  margin: 0;
}

.total-job-seekers h1 {
  position: absolute;
  top: 0;
  left: 30px;
  font-size: 2.5em;
  line-height: 1;
}

.total-job-seekers h1 span {
  font-weight: 300;
}

@media all and (max-width: 830px) {
  .total-job-seekers {
   flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: unset;
  }

  .tjs-graph {
    height: unset;
    margin: 0 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    width: 100%;
  }

  .tjs-graph > div {
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
  }

  .tjs-graph > div span {
    max-width: 20px;
    position: absolute;
    left: 0;
    font-size: 10px;
  }

  .total-job-seekers h1 {
    position: relative;
    font-size: 2.0em;
    margin-bottom: 30px;
  }

  .tjs-bar {
    height: 100% !important;
    min-height: 80px;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.8em;
    width: 0;
  }

  .show .tjs-graph > div:nth-child(1) .tjs-bar {
    width: 5%;
  }

  .show .tjs-graph > div:nth-child(2) .tjs-bar {
    width: 25%;
  }

  .show .tjs-graph > div:nth-child(3) .tjs-bar {
    width: 50%;
  }

  .show .tjs-graph > div:nth-child(4) .tjs-bar {
    width: 80%;
  }

  .show .tjs-graph > div:nth-child(5) .tjs-bar {
    width: 100%;
  }

  .tjs-graph > div span.tjs-bar-text {
    text-align: left;
    max-width: 200px;
    font-size: 1.8em;
    left: 28px;
    top: 8px;
  }

  .rfj-content {
    margin-bottom: 100px;
  }

}

.rfj-container {
  padding:  0;
  background: #EFEFF0;
/*  transform: skewY(-25deg);*/
  position: relative;
  z-index: 2;
  width: 100%;
}

.rfj-visits-workshops {
  display: flex;
  justify-content: center;
  align-items: center;
}

.rfj-visits-workshops > div {
  width: 33%;
  padding: 0 30px;
}

/* DOUGHNUT GRAPH */
.r-graph {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 300px;
  margin: 0 auto;
}

.r-graph svg{
  min-width: 180px;
}

.r-graph .r-graph-content {
  position: absolute;
  padding: 30px 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.r-graph .r-graph-content > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60%;
  text-align: center;
}

.r-graph .r-graph-content > div img {
  width: 55%;
  margin-bottom: 20px;
}
.r-graph .r-graph-content h1 {
  color: #183063;
  text-align: center;
  font-size: 2.5em;
}
/*2b2c3a*/
.r-graph .r-graph-content p {
  color: #2b2c3a;
  text-align: center;
  font-size:1.2em;
  line-height: 1.2;
}

.r-graph .r-graph-content p span {
  font-weight: 700;
}

.rfj-visits-workshops-content h1 {
  color: #ce1628;
  font-size: 5.5em;
  line-height: 1;
}

.rfj-visits-workshops-content p {
  color: #2b2c3a;
  font-size:1.2em;
  line-height: 1.2;
  max-width: 300px;
}

.r-graph-legend {
  max-width: 200px;
  margin: 0 auto;
}

.r-graph-legend > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.r-graph-legend > div p {
  margin-bottom: 0;
  color: #2b2c3a;
}
.r-graph-legend .l-color {
  height: 13px;
  width: 13px;
  background-color:  #fff;
  border-radius: 50%;
  overflow:hidden;
  margin-right: 10px;
}

.r-graph-legend .l-color.l-red {
  background-color:  #ce1628;
}

.r-graph-legend .l-color.l-grey {
  background-color:   #2b2c3a;
}
.rfj-employment-program {
  display: flex;
}

.rfj-employment-program > div {
  width: 50%;
  padding-right: 100px;
}

.rfj-employment-program h2 {
  color: #2b2c3a;
  margin-bottom: 30px;
}

.rfj-employment-program p {
  color: #2b2c3a;
}

.r-graph-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
}

.r-graph-left.r-graph-stack-content {
  flex-direction: column;
}

.r-graph-left > div:first-child {
  width: 40%;
}

.r-graph-left > div:last-child {
  width: 60%;
}

.r-graph-content h1 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.r-graph-left .r-graph-content h1 {
  margin-bottom: 0;
  min-height: 50px;
}

span.percent {
  margin-top: 8px;
  font-size:.5em !important;
}

svg circle.donut-segment {
  transition: 1s;
  stroke:#183063;
}

.r-graph.not-filled svg circle.donut-segment,
.not-filled .r-graph svg circle.donut-segment{
  stroke-dasharray: 1, 99 !important;
}

.rfj-focused-programs {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  color: #2b2c3a;
  margin-top: 100px;
}

.rfj-focused-programs h2 {
  margin-bottom: 60px;
}

.rfj-focused-programs p,
.rfj-focused-programs ul{
  max-width: 1000px;
}

.rfj-entrepreneurs {
  margin-left: -30px;
  margin-right: -30px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: #2b2c3a;
}

.rfj-entrepreneurs h1 {
  color: #ce1628;
  font-size: 4.5em;
}

.rfj-entrepreneurs > div:first-child {
  width: 25%;
}

.rfj-entrepreneurs > div {
  width: 33.3%;
  padding: 30px;
}

ul {
  list-style: none;
}

ul li span {
  font-weight: 700;
}

.test-reveal {
  z-index: 10;
  position: relative;
}

.scroll-top{
  opacity: 0;
  transition: .5s;
}

.scroll-top-v2{
  opacity: 0;
  transition: .2s;
}

.scroll-top.show,
.scroll-top-v2.show{
  opacity: 1;
}

.scroll-top-v2.show {
  transition: none;
}

.rfj-difference {
  padding: 150px 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  /*background-color: rgba(206,22,40,1);*/
  width: 100%;
min-height: 100vh;
  position:relative;
  z-index: 0;
  /*background-blend-mode: multiply;*/
  background-image: url('../images/2020/changing-lives-bg.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mobile-graph-container {
  display: none;
}

.mobile-graph-container > img {
  width: 90%;
  margin: auto;
}

@media all and (max-width: 830px) {
  .rfj-content {
    width: 100%;
    padding: 50px 7% 100px;
  }

  .rfj-visits-workshops,
  .rfj-employment-program,
  .rfj-entrepreneurs{
    flex-wrap: wrap;
  }

  .rfj-visits-workshops > div,
  .rfj-employment-program > div,
  .rfj-entrepreneurs > div:first-child,
  .rfj-entrepreneurs > div{
    width: 100%;
    margin-bottom: 40px;
  }

  .rfj-employment-program > div {
    padding-right: unset;
  }

  .r-graph .r-graph-content h1 {
    font-size: 2.5em;
  }

  .rfj-entrepreneurs {
    margin-left: 0;
    margin-right: 0;
  }

  .r-graph-left {
    margin: 10px 0;
    flex-direction: column;
  }

  .r-graph-left > div:first-child {
    width: 80%;
  }

  .r-graph-left > div:last-child {
    width: 90%;
  }

  .r-graph .r-graph-content p {
    font-size: .95em;
    width: 98%;
    margin-bottom: 0;
  }

  .r-graph .r-graph-content > div img {
    width: 38%;
    margin-bottom: 10px;
  }

  .r-graph .r-graph-content {

  }

  .rfj-visits-workshops-content h1 {
    font-size: 3.5em;
  }

  .rfj-visits-workshops > div,
  .rfj-entrepreneurs > div{
    padding: 0;
  }

  .rfj-difference {
    padding-bottom: 100px;
  }

  svg.multi-donut {
    display: none;
  }

  .mobile-graph-container {
    display: flex;
  }

  .mobile-mb {
    margin-bottom: 20px;
  }

}

/* TESTIMONIAL SLIDER */

h2.slide-header {
  color: #fff;
}

p.slide-header {
  color: #fff;
}

.single-slide {
  max-width: 1000px;
  width: 90%;
  margin: 0px auto 0;
  padding: 0 90px;
  position: relative;
}

.single-item {
  padding: 0 20px;
  outline: none !important;
}

.single-item > div {
  width: 100%;
 background-color:transparent;
}

.slick-next.slick-arrow {
  position: absolute;
  right: 0;
  top: 36%;
  cursor: pointer;
}

.slick-prev.slick-arrow {
  position: absolute;
  left: 0;
  top: 36%;
  cursor: pointer;
  z-index: 2;
}

ul.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0px 0 0;
}

ul.slick-dots > li {
  width: 70px;
  margin: 0 10px;
}

ul.slick-dots > li > button {
  width: 100%;
  background-color: #ce1628;
  height: 8px;
  border: none;
  box-shadow: none;
  font-size: 0;
}

ul.slick-dots > li.slick-active > button {
  background-color: #fff;
  Border:1px solid #ce1628;
}

.profile-slide {
  display: flex;
  position: relative;
}

.profile-slide > div {
  width: 50%;
}

.profile-slide > div:last-child {
  padding: 20px 20px 60px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.profile-slide .profile-slide-image img {
  width: 100%;
}

.profile-slide h5 {
  color: #2b2c3a;
}

.profile-slide h5,
.profile-slide p {
  line-height: 1.1;
  margin-bottom: 10px;
}

.profile-slide p {
  font-size: .9em;
  line-height: 1.3;
}

.slide-cta {
  position: absolute;

}

.slide-cta p {
  font-size: 10px !important;
  text-align: right ;
  margin-bottom: 0;
  color: #fff;
  font-weight: 700;
  position: relative;
  z-index: 1;
  line-height: 1.1 !important;
}

.slide-cta:after {

  position: absolute;
 
}
.slide-cta:hover:after {
  opacity: 1;

}

@media all and (max-width: 830px) {



  .profile-slide {
    flex-wrap: wrap;
  }

  .profile-slide > div {
    width: 100%;
  }

  .profile-slide > div:last-child {
    min-height: 290px;
  }

  .slick-next.slick-arrow {
    height: 25px;
  }

  .slick-prev.slick-arrow {
    height: 25px;
  }

  .single-slide {
    padding: 0;
    width: 100%;
  }

  .profile-slide h5, .profile-slide p {
    font-size: .9em;
  }

  ul.slick-dots {
    margin: 0;
  }
}
@media all and (max-width: 400px) {
  .profile-slide > div:last-child {
    min-height: 330px;
  }
}


/* CLIENT DEMOGRAPHICS */

#client-demographics {
  min-height: 100vh;
  width: 100%;
 
  background-size: 70%;
  background-color: #efeff0;
  background-repeat: no-repeat;
  background-position: center 60%;
  background-attachment: fixed;
  padding: 100px 0 100px;
  position: relative;
}

@media all and (max-width: 992px) {
  #client-demographics {
    background-image: unset;
  }
}

#client-demographics .max-width {
  position: relative;
  z-index: 1;
}

.map-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100vh;
  width: 100%;
  opacity: 0;
  transition: .5s;

  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center 60%;
}

.map-bg2 {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100vh;
  width: 100%;
  opacity: 0;
  transition: .5s;

  background-size: 70%; 
  background-repeat: no-repeat;
  background-position: center 60%;
}

.map-bg.show,
.map-bg2.show{
  opacity: 1;
}

.map-bg img {
  position: absolute;
}

.map-bg img.red-map {
  opacity: 0;
  transition: .5s;
}

.map-bg img.red-map.show {
  opacity: 1;
}

.map-bg.show.languages-show {
  opacity: 1;
}

.map-bg img {
  width: 70%;
  margin-top: 55px;
}



.cd-header {
  max-width: 700px;
  margin: 0 auto ;
}

.cd-header h1 {
  color: #ce1628;
  margin-bottom: 30px;
  text-align: center;
}

.cd-header p {
  text-align: center;
}

.cd-graphs {
  margin: 100px auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
}

.cd-graphs > div {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;

}
.cd-graphs > div .r-graph {
  width: 90%;
  max-width: 400px;
}

.cd-jobseekers {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.cd-jobseekers > div {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;

}

.cd-jobseekers > div p {
  max-width: 250px;
  margin: 0 auto 10px;
}

.cd-jobseekers > div:first-child > div:first-child {
  margin-right: 20px;
}

.cd-jobseekers img.person {
  height: 120px;
  margin-right: 15px;
}

.cd-jobseekers .r-graph .r-graph-content h1 {
  font-size: 3.5em;
}

.mw-400 {
  max-width:250px;
}

.cd-country p {
  max-width: 800px;
}

.cd-languages {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  max-width: 1000px;
  margin: 0 auto;
}

.cd-languages > div {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.cd-languages img {
  height: 150px;
  margin-bottom: 20px;
}

.list-col-2 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.list-col-2 ul,
.list-col-2 ol{
  width: 200px;
}

#future-workforce {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #940513;
  width: 100%;
  position:relative;
  z-index: 1;
  min-height: 150vh;
}

.d-section {
  transform: skewY(-23deg);
}

.d-section-inner {
  transform: skewY(23deg);
}

#future-workforce .fw-content {
  position: relative;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 150px 5px 50px;
  min-height: 100vh;
}

#future-workforce .rfj-container {
  background-color: #940513;
}

#future-workforce h1 {
  color: #fff;
}

@media all and (max-width: 830px) {

  #client-demographics {
    padding: 100px 0 0;
  }

  .cd-graphs,
  .cd-jobseekers,
  .cd-languages{
    flex-wrap: wrap;
  }

  .cd-graphs {
    margin: 50px 0;
  }

  .cd-jobseekers {
    justify-content: center;
  }

  .cd-graphs > div,
  .cd-jobseekers > div,
  .cd-languages > div{
    width: 100%;
    margin: 10px 0 150px 0;
  }

  .cd-jobseekers > div:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .cd-jobseekers > div:first-child > div:first-child {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .list-col-2 {
    width: 100%;
  }

  .list-col-2 ul,
  .list-col-2 ol{
    width: 50%;
  }

  #future-workforce .fw-content {
    padding-bottom: 0;
  }
}

/* ABOUT OUR EMPLOYEES */

#services-for-employers {
  color: #fff;
  background-color: #fff;
  background-image: url('../images/employ.jpg');
  min-height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  z-index: 1;
  position: relative;
}

@media all and (max-width: 830px) {


  #services-for-employers {
    background-attachment: initial;
    background-image: url('../images/employ.jpg');
    background-size: auto 1000px;
    background-position: center top;
    background-color: #ededed;
    padding: 100px 0 0;

  }
}

@media all and (max-width: 640px) {


  #services-for-employers {
    background-attachment: initial;
    background-image: url('../images/employ.jpg');
    background-size: auto 1000px;
    background-position: 70% top;
    background-color: #ededed;
    padding: 100px 0 0;

  }
}

.rfj-stats {
  min-height: 80vh;
  padding-bottom: 150px;
}

.rfj-content h1 {
  margin-bottom: 30px;
}

.rfj-content p {
  color: #fff;
}

.ae-employers {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1000px;
  margin: 0 auto;
}

.ae-employers.flspacer {
  justify-content: space-between;
}

.ae-employers > div:first-child {
  width: 40%;
  max-width: 350px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.ae-employers > div:first-child img {
  height: 120px;
  width: auto;
  margin-bottom: 30px;
}

.ae-employers h2 {
  color: #2b2c3a;
  margin-bottom: 25px;
}

.ae-employers > div:last-child {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 15%;
}

.mentioning-at-acces {
  margin-bottom: 150px;
}

.mentioning-at-acces h2 {
  color: #2b2c3a;
}

.r-graph-legend.ae-legend {
  max-width: unset;
}

.r-graph-legend.ae-legend > div {
  margin-bottom: 10px
}

.person-time {
  align-self: center;
}

.person-time > img {
  height: 220px;
}

.person-time > img:last-child {
  height: 320px;
}

.rfj-container.ae-container {
  padding-bottom: 0;
}

.speed-mentoring {
  color: #ce1628;
  /* The image used */
  background-image: url('../images/mentoring.jpg');
  /*background-color: rgba(148,5,19,.6);*/
  min-height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*padding: 100px 0 0;*/
  z-index: 1;
  position: relative;
  top: 0;
  width: 100%;
}

@media all and (max-width: 830px) {
  .speed-mentoring {
   
    
    
    
    
    
  background-attachment: initial;
  background-image: url('../images/mentoring.jpg');
  background-position: 70% top;
  background-size: auto 1200px;
  background-color: #050505;
  padding: 0;

  }

  .person-time > img:last-child {
    margin-top: 30px;
    width: 100%;
    height: unset;
  }

  .rfj-stats {
    padding-bottom: 50px;
  }

  .rfj-difference {
    padding-top: 100px;
  }

  .mentioning-at-acces {
    margin-bottom: 50px;
  }
}

.speed-mentoring p {
  color: #ce1628;
}

.speed-mentoring p span {
  color: #ce1628;
}
.sm-stats {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 0 150px;
  position: relative;
  width: 100%;
  /*min-height: 100vh;*/
}

.sm-stats.show {
  display: flex;
}

.sm-stats > div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  flex-direction: column;
}

.sm-stats > div:first-child {
  width: 60%;
}

.sm-stats > div img {
  height: 180px;
  width: auto;
  margin-bottom: 50px;
}

.stats-col {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;

}

.stats-col > div {
  width: 100%;
  margin: 25px 0;
}
.stats-col p {
  margin-bottom: 0;
}
.employee-partnerships {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  /*background-color: rgba(148,5,19,.6);*/
  width: 100%;
  position:relative;
  z-index: 0;
  min-height: 100vh;
  flex-direction: column;
}

.partnership-wrapper {
  max-width: 1200px;
  margin: 30px auto 0;
}

.partnerships {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 -15px;

}

.employee-partnerships h1 {
  margin-bottom: 50px;
}

.employee-partnerships h2 {
  text-align: center;
  margin-bottom: 50px;
  color: #fff;
}

.partner {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  margin: 15px;
  width: 33.3%;
  position: relative;
  background-color: #fff;
  min-height: 480px;
}

.partner .partner-title {
  padding: 30px;
}

.partner img {
  width: 100%;
  margin: 0 auto;
}

.partner h5 {
  color: #2b2c3a;
}

.partner h5 span {
  font-weight: 700;
}

@media all and (max-width: 992px) {
  .employee-partnerships {
   
    padding: 0;
  }

  .employee-partnerships > .max-width {
    padding: 0;
  }
}

@media all and (max-width: 830px) {
  .ae-employers,
  .sm-stats,
  .partnerships{
    flex-wrap: wrap;
  }

  .ae-employers > div,
  .ae-employers > div:first-child,
  .ae-employers > div:last-child,
  .sm-stats > div,
  .partnerships > div,
  .sm-stats > div:first-child{
    width: 100%;
    margin: 10px 0 20px;
  }

  .ae-employers > div:last-child {
    flex-direction: column;
    padding-left: 0;
  }

  .ae-employers > div:last-child >div {
    margin-bottom: 15px;
  }

  .partnerships {
    margin: 0;
  }

  .sm-stats {
    padding: 0 0 50px;
  }

  .sm-stats > div img {
    height: 120px;
  }

  .employee-partnerships h1 {
    margin-bottom: 0;
  }

}

/* DIGITALIZATION AND INNOVATION */

#digitalization-innovation {
  min-height: 100vh;
  width: 100%;
  background-image: url("../images/cop-intro2.jpg");
  background-color: #dfe4ee;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
  padding: 150px 0 0;
  position: relative;
}

@media all and (max-width: 992px) {

}

@media all and (max-width: 830px) {
  #digitalization-innovation {
    background-image: url("../images/cop-intro2.jpg");
    background-attachment: initial;
    background-size: auto 1500px;
    background-position: 40% top;
    background-color: #e0dcd3;
    padding: 100px 0 0;
  }
}

.bg-transparent {
  background-image: unset !important;
  background-color: transparent !important;
}


.rfj-container.bfw-container {

}
.section-text-content {
  max-width: 1300px;
  margin: 0 auto;
}

.section-text-content h2 {
  text-align: center;
  margin-bottom: 30px;
}
.section-text-content p {
  max-width: 1000px;
  margin: 0 auto 15px;
  line-height: 1.8;
}


.rfj-stats.bwf-content {
  background-color: #fff;
  flex-direction: column;
}

.quote-profile {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  background-color: #ce1628;
  color: #fff;
  margin: 80px auto;
  max-width: 1000px;
}

.quote-profile p,
.quote-profile span{
  color: #fff;
  margin: 0 0 15px;
  font-size: 1.2em;
}

.quote-profile > div {
  width: 50%;
}

.quote-profile > div.quote-content {
  padding: 30px 40px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #ce1628;
  color: #fff;
}

.quote-profile > div.quote-content p.quoter {
  line-height: 1.2;
}

.quote-profile > div.quote-content > div {
  max-width: 350px;
}


.quote-profile .quote-profile-image img {
  width: 100%;
}

.bwf-programs {
  display: flex;
  flex-wrap: wrap;
  margin: 100px auto;
  max-width: 1000px;
}

.bwf-programs > div {
  width: 33.3%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 20px;
}

.bwf-programs > div p {
  color: #fff;
  max-width: 250px;
  margin: 0 auto;
}

.bwf-programs .bwf-p1,
.bwf-programs .bwf-p3,
.bwf-programs .bwf-p5{
  background-image: url('../images/futureworkforce1.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.bwf-programs .bwf-p1:after {
  height: 50px;
  width: 50px;
  background-color: #940513;
  content: '';
  transform: rotate(45deg);
  bottom: -25px;
  position: absolute;
}

.bwf-programs .bwf-p3:after {
  height: 50px;
  width: 50px;
  background-color: #ce1628;
  content: '';
  transform: rotate(45deg);
  bottom: -25px;
  position: absolute;
}

.bwf-programs .bwf-p5:after {
  height: 50px;
  width: 50px;
  background-color: #ed1b2f;
  content: '';
  transform: rotate(45deg);
  top: -25px;
  position: absolute;
}

.bwf-programs .bwf-p2 {
  background-color: #ed1b2f;
}

.bwf-programs .bwf-p3 {
  background-image: url('../images/futureworkforce2.jpg');
  background-size: cover;
  background-position: center;
}

.bwf-programs .bwf-p4 {
  background-color: #940513;
}

.bwf-programs .bwf-p5 {
  background-image: url('../images/futureworkforce3.jpg');
  background-size: cover;
  background-position: center;
}

.bwf-programs .bwf-p6 {
  background-color: #ce1628;
}

.td-ready-video {
  max-width: 1000px;
  margin: 100px auto;
}

@media all and (max-width: 830px) {
  .quote-profile
  {
    flex-direction: column-reverse;
  }

  .bwf-programs{
    flex-wrap: wrap;
  }

  .quote-profile > div,
  .bwf-programs > div{
    width: 100%;
  }

  .bwf-programs > div {
    min-height: 300px;
  }

  .bwf-programs .bwf-p1 { order: 1 }
  .bwf-programs .bwf-p2 { order: 4 }
  .bwf-programs .bwf-p3 { order: 5 }
  .bwf-programs .bwf-p4 { order: 2 }
  .bwf-programs .bwf-p5 { order: 3 }
  .bwf-programs .bwf-p6 { order: 6 }

  .bwf-programs .bwf-p5:after {
    background-color: #ed1b2f;
    top: unset;
    bottom: -25px;
  }

  .td-ready-video {
    margin: 100px 0 0;
  }
}

/*WALK OF FAME*/

#walk-of-fame {
  min-height: 100vh;
  width: 100%;
  
  background-color: #ededee;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  /*padding: 100px 0 0;*/
  position: relative;
  z-index: 9;
}

@media all and (max-width: 992px) {
  #walk-of-fame {
    background-position: top center;
    background-size: auto 850px;
    background-attachment: initial;
    background-color: #ededee;
  }

  #walk-of-fame .rfj-content {
    margin-bottom: 100px;
  }
}

#walk-of-fame > .max-width {
  display: flex;
  padding-top: 150px;
  align-items: flex-end;
}

.winners-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 -30px;
  flex-wrap: wrap;
}

.winners-container .winner {
  width: 33.3%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
}

.winners-container .winner .winner-profile {
  position: relative;
  margin-bottom: 30px;
}

.winners-container .winner .winner-profile img {
  width: 100%;
  height: auto;
}

.winner-cta {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 15px;
  height: 80px;
  width: 120px;
  background-image: linear-gradient(146deg, transparent 0, transparent 50%, rgba(206,22,40,1) 50%, rgba(206,22,40,1) 100%);
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  cursor: pointer;
}

.winner-cta img,
.slide-cta img {
  height: 25px !important;
  width: 25px !important;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 1;
  position: relative;
}
.winners-container .winner h5 {
  margin-bottom: 15px;
}

@media all and (max-width: 830px) {
  .winners-container {
    margin: 50px 0 0;
  }

  .winners-container > .winner {
    width: 100%;
    padding: 15px 0;
  }

  #walk-of-fame > .max-width {
    display: flex;
    min-height: unset;
    align-items: flex-start;
  }
}

#financials {
 
  position: relative;
  z-index: 1;
  padding: 0 0 150px;
  width:100%;
}
.financial-statements {
  display: flex;
  max-width: 1000px;
  margin: 100px auto 0;
}

#statement-of-financial-position h1,
#statement-of-revenue-expenses h1{
  margin-bottom: 20px;
}

.financial-statements >div {
  width: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.financial-statements >div img {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.statement-wrapper {
  width: 100%;
  overflow-x: auto;
}
.statement {
 width: 100%;
  margin-bottom: 80px;
}
.statement td {
  width: 150px;
  text-align: right;
  padding: 5px 0;
  position: relative;
  text-transform: uppercase;
}

.statement td:nth-child(2) {
  font-weight: 700;
}

.statement td:first-child {
  width: calc(100% - 400px);
  text-align: left;
}

.statement td.dollar:before {
  content: '$';
  position: absolute;
  left: 50px;
}

.statement tr.statement-header {
  border-top: 1px solid rgba(43,44,58,.35);
  border-bottom: 1px solid rgba(43,44,58,.35);
}

.statement tr.bb-grey > td {
  border-bottom: 1px solid rgba(43,44,58,.35);
}

.statement tr.p-top td {
  padding-top: 20px;
}
.statement tr.p-bot td {
  padding-bottom: 20px;
}


.statement tr.statement-header > td:first-child {
  font-size: 2em;
  font-weight: 700;
  padding: 20px 0;
  color: #000;
}

.statement tr.statement-header.revenue-header > td:first-child {
  font-size: 1em;
}

.statement tr.statement-header.revenue-header > td:first-child span {
  font-weight: 400;
  font-size: .8em;
}

.statement tr.statement-sub-header > td {
  font-weight: 700;
  padding-top: 20px;
}

@media all and (max-width: 830px) {

  #financials {
    padding-bottom: 100px;
  }
  .financial-statements {
    flex-wrap: wrap;
    margin-top: 50px;
  }

  .financial-statements > div {
    width: 100%;
    margin-bottom: 30px;
  }

  .statement tr.statement-header > td:first-child {
    font-size: 14px !important;
  }

  .statement td {
    font-size: 12px;
  }

  .statement td.dollar:before {
    content: '$';
    position: absolute;
    left: 22%;
  }
}

.white-bg-container {
  background-color: #fff;
  padding-top: 0px;
}
  /*ACKNOWLEDGEMENTS/SPECIAL THANKS*/
#acknowledgements-special-thanks {
  z-index: 10;
  position: relative;
  background-color: #fff;
  /*min-height: 2000px;*/
}

#acknowledgements-special-thanks > div {
  position: relative;
  min-height: 100vh;
  width: 100%;
}

#acknowledgements-special-thanks > div > .max-width {
  background-color: #dfe4ee;
  position: relative;
  z-index: 5;
  padding-bottom: 300px;
}

#acknowledgements-special-thanks h1 {
  margin-bottom: 100px;
}

.ast-lists,
.ast-list-single{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.ast-lists > ul,
.ast-lists > div{
  width: 50%;
}

.ast-lists > div > ul,
.ast-list-single > ul{
  width: 100%;
}

li.list-header {
  font-size: 2em;
  font-weight: 700;
  padding: 20px 0px;
}

.ast-lists ul > li {
  padding: 5px 0;
}

.ast-lists ul > li span.text-red {
  font-weight: 300;
}

@media all and (max-width: 830px) {
  li.list-header {
    font-size: 1.8em;
  }

  .ast-lists {
    flex-wrap: wrap;
  }

  .ast-lists > ul, .ast-lists > div {
    width: 100%;
  }

  #acknowledgements-special-thanks h1 {
    font-size: 1.8em;
    word-break: break-word;
    margin-bottom: 50px;
  }
}

/* FOOTER */

#footer {
  padding: 100px 0;
  background-color: #fff;
  position: relative;
  z-index: 1;
  min-height: 700px;
}

#footer > div {
  position: relative;
  width: 100%;
}

#footer h2 {
  margin: 80px 0;
}

ul.footer-list {
  width: 100%;
}

ul.footer-list li {
  width: 100%;
  text-align: center;
  font-weight: 700;
  display: flex;
}

ul.footer-list li span {
 width: 50%;
  text-align: right;
  padding: 0 5px;
}

ul.footer-list li span:last-child {
  font-weight: 300;
  text-align: left;
  color: #ce1628 !important;
}

ul.footer-list a{
  color: #ce1628 !important;
}

a.website {
  color: #ce1628;
  text-decoration: none;
  word-break: break-all;
}

a.website:hover {
  color: #ed1b2f;
}

#footer .cta-btn-container .btn-default {
 text-align: center;
}

@media all and (max-width: 830px) {
  #footer h2 {
    margin: 40px 0;
    font-size: 1.6em;
  }

  #footer .max-width {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    min-height: unset;
  }

  #footer {
    min-height: unset;
    padding-top: 100px;
  }
}

/* Z-INDEX LAYERS */

.hero-pod {
  z-index: 13;
}

#leadership-report {
  z-index: 12;
}

#services-for-jobseekers {
  z-index: 8;
}

#client-demographics {
  z-index: 7;
}

#future-workforce {
  z-index: 9;
}
#services-for-employers {
  z-index: 10;
}

#walk-of-fame {
  z-index: 9;
}

#digitalization-innovation {
  z-index: 11;
}

#acknowledgements-special-thanks {
  z-index: 10;
}

#footer {
  z-index: 11;
}

/* Remove BG and make it transparent for overlapped divs */

#building-our-future-workforce.no-bg {
  background-color: transparent;
  background-image: unset;
}

#walk-of-fame.no-bg {
  background-color: transparent;
  background-image: unset;
}

/*FINANCIAL STATEMENT CTA*/

.btn-open-cta {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #ce1628;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  transition: .5s;
  cursor: pointer;
  margin-bottom: 20px;
}

.btn-open-cta > div {
  position: absolute;
  height: 1px;
  background-color: #ce1628;
  width: 50%;
  transition: .5s;
}

.btn-open-cta > div:last-child {
  transform: rotate(90deg);
}

.btn-open-cta:hover {
  border-color: #ed1b2f;
}

.btn-open-cta:hover > div {
  background-color: #ed1b2f;
}

/* IE Changes */

.winners-container .winner .winner-profile,
.winners-container .winner h5,
.profile-slide p{
  width: 100%;
}

.partner h5,
.profile-slide h5{
  width: 100%;
}

.partner img,
.r-graph .r-graph-content > div img,
.winners-container .winner .winner-profile img{
  min-height:1px;
  Border-radius: 800px 800px 0px 800px;
}


.mf-icon {
  height: 70px;

}

/*2020 ADDITIONS */

.success-story-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 50px 0;
}

.success-story-container .ss-item {
  width: 33.3%;
  padding: 20px 3%;
}

.success-story-container .ss-item .ss-cta {
  padding-top:60%;
  width: 100%;
  background-color: #fff;
  position: relative;
  margin-bottom: 20px;
}

.success-story-container .ss-item .ss-cta > div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.success-story-container .ss-item .ss-cta > div img {
  position: absolute;
  width: 25%;
}

.success-story-container .ss-item h4 {
  color: #ce1628;
  text-align: center;
}

.ss-content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 40px;
}

.ss-content > div {
  width: 55%;
}

.ss-content > div.ss-profile-image {
  width: 45%;
}

.ss-content > div:first-child {

}

.ss-content > div img {
  max-width: 100%;
  width: 90%;
}

@media all and (max-width: 1050px) {
  .success-story-container .ss-item {
    width: 50%;
  }
}

@media all and (max-width: 830px) {

  .rfj-container {
    padding-top: 100px;
  }

  .success-story-container .ss-item {
    width: 100%;
  }

  .ss-content {
    flex-direction: column;
  }

  .ss-content > div {
    width: 100% !important;
  }

  .ss-content > div.ss-profile-image {
    margin-bottom: 30px;
  }

  .ss-content > div img {
    width: 100%;
  }
}

.legend-women,
.legend-men,
.legend-item{
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.legend-item {
  color: #2b2c3a;
}

.legend-women:before,
.legend-men:before,
.legend-item:before{
  content: '';
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #c5c6c4;
  margin-right: 10px;
  display: block;
}

.legend-men:before,
.legend-grey:before {
  background-color: #2b2c3a;
}

.legend-white:before {
  background-color: #fff;
}

.legend-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 30px;
}

.legend-container > div {
  margin-right: 10px;
}

.prearrival-support-content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 50px;
}

.prearrival-support-content > div:first-child {
  width: 35%;
  padding-right: 20px;
}

.prearrival-support-content > div:first-child p {
  max-width: 350px;
}

.prearrival-support-content > div:last-child {
  width: 65%;
  padding-right: 20px;
}

.prearrival-support-content > div:last-child p {
  max-width: 800px;
}

/*#arriving-in-canada {
  min-height: 100vh;
  width: 100%;
  background-size: auto 80%;
  background-color:  #b91324;
  background-repeat: no-repeat;
  background-position: center 60%;
  background-attachment: fixed;
  padding: 100px 0 50px;
  position: relative;
  z-index: 8;
  overflow-y: hidden;
  background-image: url("../images/connecting-canadians.jpg");
  transition: .5s;
}*/

#arriving-in-canada {
  color: #fff;
  background-image: url('../images/connecting-canadians.jpg');
  /*min-height: 100vh;*/
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  position: relative;
}


.ac-map-bg.show {

}

#arriving-in-canada.no-bg-map {
  background-image: unset;
}

#arriving-in-canada h2,
#arriving-in-canada p,
#arriving-in-canada span{
  color: #fff;
}

#arriving-in-canada p {
  margin-bottom: 5px;
}



.image-center {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1000px;
  margin: 50px auto;
  position: relative;
}

.vera-image {
  width: 90%;
  max-width: 300px;
}

.image-100 {
  width: 100%;
}

.rgraph_domtext_wrapper {
  transform: unset !important;
   /*margin: 50px 0;*/
  width: 100% !important;
}

.rgraph_domtext_wrapper > canvas {
  width: 100% !important;
}
.rgraph_domtext_wrapper span {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 300 !important;
  font-size: 14px !important;
}

.pre-arrival {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  /*display:none;*/
}


.pa-cta-container {
  width: 100%;
  /*min-height: 100vh;*/
  /*background-color: rgba(255,255,255,.5);*/
  position: relative;
  background-image: url("../images/2020/canada-map.png");
  background-size: auto 70%;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 72%;
}

.pa-cta-header {
  position: absolute;
  top: 20%;
  width: 100%;
}

.pa-cta-container p {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.8em;
}

.pa-cta-container .cta-trigger {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.8);
  display: flex;align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 300;
  position: absolute;
  transition: .5s;
  cursor: pointer;
  font-size: 26px;
}

.pa-cta-container .cta-trigger > div {
  position: absolute;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: rgba(255,255,255,0.8);
  transition: .5s;
}

.r-close-trigger {
  position: absolute;
  right: 20px;
  top: 20px;
}

.pa-cta-container .cta-trigger > div:first-child{
  transform: rotate(90deg);
}

.pa-cta-container .cta-trigger:hover {
  background-color: #fff;
  color: #ce1628;
}

.pa-cta-container .cta-trigger:hover div {
  background-color: #ce1628;
}

.pa-cta-container .nb-trigger {
  bottom: 25%;
  right: 29%;
}

.pa-cta-container .ont-trigger {
  bottom: 17%;
  right: 39%;
}

.pa-cta-container .ab-trigger {
  bottom: 36%;
  left: 32%;
}

.partial-white-modal .profile-slide > div:last-child {
  padding: 60px 25px;
}



@media all and (max-width: 992px) {


  .pa-cta-container{
    background-size: 100% auto;
    min-height: 400px;
  }

  .pa-cta-container .nb-trigger{
    right: 15%;
    bottom: 9%;
  }

  .pa-cta-container .ont-trigger {
    bottom: 14%;
    right: 39%;
  }
}

@media all and (max-width: 830px) {

  #arriving-in-canada {
    padding: 50px 0;
  }
  .prearrival-support-content {
    flex-direction: column;
    margin-top: 0;
  }

  .prearrival-support-content > div {
    width: 100% !important;
    margin: 0 0 50px;
  }

  .prearrival-support-content > div:last-child {
    margin: 0;
  }

  .rgraph_domtext_wrapper {
    height: 200px !important;
  }
  .rgraph_domtext_wrapper span {
    font-size: 10px !important;
    font-family: 'Montserrat', sans-serif;
  }

  .spacer {
    height: 10px !important;
  }

  .pa-cta-container {
    opacity: 1 !important;
  }

  .pa-cta-container{
    background-size: 600px auto;
    height: 600px;
  }

  .pa-cta-container .nb-trigger{
    right: 16%;
    bottom: 18%;
  }

  .pa-cta-container .ont-trigger {
    bottom: 9%;
    right: 28%;
  }

  .pa-cta-container .ab-trigger {
    bottom: 35%;
    left: 16%;
  }
  .pa-cta-container p {
    font-size: 1em;
  }

  .pa-cta-container {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

}

@media all and (max-width: 830px) and (min-width: 600px) {
  .pa-cta-container{
    background-size: 600px auto;
    height: 600px;
  }



  .pa-cta-container .nb-trigger{
    right: 12%;
    bottom: 18%;
  }

  .pa-cta-container .ont-trigger {
    bottom: 9%;
    right: 28%;
  }

  .pa-cta-container .ab-trigger {
    bottom: 35%;
    left: 16%;
  }
}

@media all and (max-width: 600px) and (min-width: 450px) {
  .pa-cta-container{
    background-size: 450px auto;
    height: 500px;
  }

  .pa-cta-container {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .pa-cta-container .nb-trigger{
    right: 11%;
    bottom: 20%;
  }

  .pa-cta-container .ont-trigger {
    bottom: 11%;
    right: 28%;
  }

  .pa-cta-container .ab-trigger {
    bottom: 35%;
    left: 16%;
  }
}

@media all and (max-width: 450px) and (min-width: 325px) {
  .pa-cta-container{
    background-size: 325px auto;
    height: 400px;
  }

  .pa-cta-container {
    max-width: 325px;
    margin-left: auto;
    margin-right: auto;
  }

  .pa-cta-container .nb-trigger{
    right: 8%;
    bottom: 21%;
  }

  .pa-cta-container .ont-trigger {
    bottom: 13%;
    right: 26%;
  }

  .pa-cta-container .ab-trigger {
    bottom: 35%;
    left: 13%;
  }
}


@media all and (max-width: 415px) {

  .pa-cta-container p {
    font-size: 1em;
  }

}

@media all and (max-width: 325px) {
  .pa-cta-container{
    background-size: 325px auto;
    height: 400px;
  }

  .pa-cta-container {
    max-width: 325px;
    margin-left: auto;
    margin-right: auto;
  }

  .pa-cta-container .nb-trigger{
    right: 4%;
    bottom: 21%;
  }

  .pa-cta-container .ont-trigger {
    bottom: 13%;
    right: 26%;
  }

  .pa-cta-container .ab-trigger {
    bottom: 35%;
    left: 13%;
  }

}

.vera-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: 80px auto;
}

.vera-container > div {
  padding: 0 0 0 10%;
}

.ic-caption {
  position: absolute;
  width: 100%;
  background-color: rgba(0,0,0,.5);
  color: #fff;
  padding: 10px 20px;
  bottom: 0;
  font-size: .8em;
}

@media all and (max-width: 830px) {
  .vera-container {
    flex-direction: column;
  }

  .vera-container > div {
    padding: 0;
  }

  .vera-container img {
    margin-bottom: 50px;
  }
}

.counter {
   /* background-color:#f5f5f5;
    padding: 20px 0;
    border-radius: 5px; */
}

.count-title {
    /* font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;*/
}

.count-text {
    /* font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;*/
}

.fa-2x {
     /* margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;*/
}


@media all and (min-width: 800px  ) { 
#download-pdf 
 { float:right;margin-top:-50px}
 div.mentioning-at-acces {margin-left:0px}
}

@media all and (max-width: 799px  ) { 
#download-pdf 
 { float:none;margin-top:20px}
 
 .vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

#arriving-in-canada {
  background-attachment: initial;
  background-image: url('../images/connecting-canadians.jpg');
  background-position: 70% top;
  background-size: auto 1200px;
  background-color: #050505;
  padding: 100px 0 0;
}
}



.fade-in-text {

opacity:0;
  animation-name: fadeIn;
  animation-duration: 5s;
  animation-delay: 5s;
  -webkit-animation: fadeIn 5s 5s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation: fadeIn 5s 5s;
   -moz-animation-fill-mode: forwards;
  -o-animation: fadeIn 5s 5s;
   -o-animation-fill-mode: forwards;
  -ms-animation: fadeIn 5s 5s;
  -ms-animation-fill-mode: forwards;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.donut-ring {
  stroke: #c6c6c5 !important; 
}


.col-sm-4.colab {
  min-height: 500px;
  float: left;
}
.col-sm-4.colab2 {
  min-height: 327px;
  float: left;
}
.col-sm-4.colab3 {
  min-height: 469px;
  float: left;
}
.col-sm-4.colab4 {
  min-height: 400px;
  float: left;
}

.col-sm-4.colab41 {
  min-height: 327px;
  float: left;
}

.col-sm-4.colab6 {
  min-height: 327px;
  float: left;
}

.col-sm-4.colab7 {
  min-height: 565px;
  float: left;
}

.col-sm-4.colab8 {
  min-height: 327px;
  float: left;
}


@media all and (max-width: 799px  ) {

.col-sm-4.colab {
  min-height: 20px;
  float: left;
}

.col-sm-4.colab2 {
  min-height: 20px;
  float: left;
}

.col-sm-4.colab3 {
  min-height: 20px;
  float: left;
}

.col-sm-4.colab4 {
  min-height: 20px;
  float: left;
}

.col-sm-4.colab5 {
  min-height: 20px;
  float: left;
}

.col-sm-4.colab6 {
  min-height: 20px;
  float: left;
}

.col-sm-4.colab7 {
  min-height: 20px;
  float: left;
}

.col-sm-4.colab8 {
  min-height: 20px;
  float: left;
}



}

.h1-stats {
  font-size: 4.5em;
}


.connect1 ul.slick-dots > li {
  width: 70px;
  margin: 0 10px;
  display: none !important;
}