/* --------------------------------------
Theme     : Saint Elizabeth - Annual Report
Framework : Bootstrap 4
Author    : Simplesphere
Date      : 06 August 2017
-----------------------------------------*/


@font-face {
  font-family: 'FFMarselisWebPro';src: url('../webfonts/2E83F2_0_0.eot');src: url('../webfonts/2E83F2_0_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/2E83F2_0_0.woff2') format('woff2'),url('../webfonts/2E83F2_0_0.woff') format('woff'),url('../webfonts/2E83F2_0_0.ttf') format('truetype');
}

@font-face {
  font-family: 'FFMarselisWebProBold';src: url('../webfonts/2E83F2_1_0.eot');src: url('../webfonts/2E83F2_1_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/2E83F2_1_0.woff2') format('woff2'),url('../webfonts/2E83F2_1_0.woff') format('woff'),url('../webfonts/2E83F2_1_0.ttf') format('truetype');
}

@font-face {
  font-family: 'FFMarselisWebProLight';src: url('../webfonts/2E83F2_2_0.eot');src: url('../webfonts/2E83F2_2_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/2E83F2_2_0.woff2') format('woff2'),url('../webfonts/2E83F2_2_0.woff') format('woff'),url('../webfonts/2E83F2_2_0.ttf') format('truetype');
}

/* --------------------------------------
Resets
-----------------------------------------*/
*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
}

html,
body {
  position: relative;
  width: 100%;
  height: 100%;
}

body {
  font-size: 1em;
  line-height: 1.6;
  -webkit-text-size-adjust: none;
}

a {
  color: #1d9bd4;
  text-decoration: none;
  transition: all .3s
}

a:hover {
  text-decoration: none
}

a:focus {
  color: #5BCF80
  outline: 0;
  outline-offset: 0;
  text-decoration: none
}

iframe {
  border: none
}

ul {
  list-style: square
}

img {
  max-width: 100%;
  height: auto;
}

hr {
  border: none;
}

/* --------------------------------------
Global Styles & Typography
-----------------------------------------*/
html * {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

body {
  font-family: 'FFMarselisWebProLight', sans-serif;
  line-height: 29px;
  color: #000;
  font-size: 18px;
  font-weight: 300;
  overflow-x: hidden;
  position: relative;
}

strong {
  font-family: 'FFMarselisWebProBold', sans-serif;
}

input {
  font-family: 'FFMarselisWebProLight', sans-serif;
  color: #a6a6a6;
}

iframe {
  width: 100%;
  height: 100%;
  height: 400px;
}

hr {
  margin: 30px auto;
  padding: 0;
  height: 1px;
  background-color:rgba(0,0,0,0.1);
  width: 100%;
}

  .dark-hr {
    height: 2px;
    background-color: rgba(0,0,0,0.7);
  }

p {
  margin: 0 0 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'FFMarselisWebProLight', sans-serif;
  margin: 0 0 20px;
  color: #343434;
}

h1 {
  font-family: 'FFMarselisWebProBold', sans-serif;
  font-size: 56px;
  line-height: 60px;
}

h2 {
  font-size: 2.3rem;
  line-height: 2.8rem;
  letter-spacing: -1px;
  font-weight: bold;
}

h3 {
  font-size: 1.8rem;
  line-height: 2.4rem;
}

h4 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 5px;
  font-family: 'FFMarselisWebProLight', sans-serif;
}

  h4.smaller {
    font-size: 1.2rem;
  }

h5 {
  font-size: 1rem;
}

h6 {

}

/* --------------------------------------
Classes
-----------------------------------------*/
.overlay {
  background-color: rgba(29, 155, 212, 0.83);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section {
  position: relative;
}

.vcenter {
  display: flex;
  align-items: center;
}

.noborder-vertical {
  border-top: none;
  border-bottom: none;
}

.img-center {
  display: block;
  margin: 0 auto;
}

.img-450 {
  max-width: 450px;
}

.bb--grey {
  border-bottom: 1px solid rgba(0,0,0,0.03)
}

.fancy-font {
  font-family: 'Aguafina Script', georgia;
}

.b-l {
  border-left: 2px solid rgba(0,0,0,0.7);
}

.b-r {
  border-right: 2px solid rgba(0,0,0,0.4);
}

.no-mb {
  margin-bottom: 0;
}

/* --------------------------------------
Margins & Paddings
-----------------------------------------*/
.m-60 {
  margin: 60px auto;
}

.m-120 {
  margin: 120px auto;
}

.m-150 {
  margin: 150px auto;
}

.mb-30 {
  margin-bottom: 35px;
}

.mb-5 {
  margin-bottom: 5px!important;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-40 {
  margin-top: 40px;
}

.normalcase {
  text-transform: none!important;
}

.m-40 {
  margin: 40px 0;
  display: block;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.pad40 {
  padding: 40px 0;
}

.pad20 {
  padding: 20px 0;
}

.pad30 {
  padding: 30px 0;
}

.pad40-all {
  padding: 40px;
}


.p-60 {
  padding: 60px 0;
}

.p-30 {
  padding: 30px 0;
}

.max-250 {
  max-width: 250px;
}

.max-400 {
  max-width: 400px;
}

.max-180 {
  max-width: 180px;
}

.max-150 {
  max-width: 150px;
}

.br {
  border-right: 2px solid rgba(0,0,0,0.7);
}

.m-l-0 {
  margin-left: 0;
}


.m-15 {
  margin: 15px auto;
}

.big-font {
  font-size: 3.2rem;
}

/* --------------------------------------
Text Classes
-----------------------------------------*/
.white-text h2{
  color: #FFF!important ;
}

.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text p,
.white-text li,
.white-text {
  color: #FFF!important;
}

  .white-text h5 {
    color: rgba(255,255,255,0.8)!important;
  }

.bold-focus {
  background-color: #FFF;
}

.highlighted-blue {
  background: #1d9bd4;
}

.underline {
  position: relative;
}

  .underline:after{
    content: '';
    position: absolute;
    left: 0;  
    right: 0; 
    width: 100%; 
    height: 20px;
    background-color: #fcf22a;
    bottom: 5px;
    z-index:  -1;
  }

/* --------------------------------------
Backgrounds
-----------------------------------------*/
.cover {
  -webkit-background-size: cover;
  background-size: cover;
}

.fixed {
  background-attachment: fixed;
}

.bg-blue {
  background-color: #1d9bd4;
  background-image: url(../images/bg-grey.png);
}

.bg-grey {
  background-color: #F8F8F8;
}

.bg-grey1 {
  background-color: #f4f4f4;
}

.bg-grey2  {
  background-color: #fbfbfb;
}

.bg-red {
  background-color: #cd202c;
}

.red {
  color: #cd202c;
}

.semi-black {
  color: rgba(0,0,0,0.8);
}

  .semi-black:hover {
    color: rgba(0,0,0,0.6);
  }

.bold {
  font-weight: bold;
  font-family: 'FFMarselisWebProBold', sans-serif;
}

.grey {

}

.bg-fingerprint-grey {
  background-color: #EFEFEF;
  background-image: url(../images/fingerprint-grey.jpg);
}

.bg-education {
  background-image: url(../images/finger-education.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 30%;
}

.bg-transforming {
  background-image: url(../images/finger-transforming.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30%;
}

.relative {
  position: relative;
}

.z2 {
  z-index: 2;
}

.uppercase {
  text-transform: uppercase;
}

.white-bg {
  background-color: #FFF;
}

/* --------------------------------------
Intro
-----------------------------------------*/
#intro {
  text-align: center;
  overflow: hidden;
}

  #intro h1 {
    text-transform: uppercase;
    font-size: 7rem;
    line-height: 5rem;
    font-weight: bold;
    font-family: 'Arial Black', Arial, 'FFMarselisWebProBold';
  }

    #intro h1 span {
      font-size: 2rem;
      font-weight: normal;
      display: block;
      font-family: 'FFMarselisWebProBold', sans-serif;
    }

.fingerprint {
  position: absolute;
  left: -20%;
  top: -45%;
}

  .fingerprint img {
    max-width: 60%;
    float: left;
  }


#intro-headline {
  background-size: cover;
}

  #intro-headline h3 {
    font-size: 2.3rem;
    line-height: 4rem;
  }

    #intro-headline h3 span {
      font-weight: bold;
      font-family: 'FFMarselisWebProBold', sans-serif;
    }


.headline {
  text-align: center;
  color: #cd202c;
}

.subheadline {
  font-size: 1.3rem;
  line-height: 2rem;
}

.nomargin-left {
  margin-left: 0!important;
}

.shirlee-intro {

}

  .shirlee-intro-text {
    border-left: 5px solid #cd202c;
    padding-left: 2rem;
  }

  .shirlee-intro-img {
  }

  .shirlee-intro-img img {
  }

.quick-links ul {
  text-align: center;
}

  .quick-links li {
    display: inline-block;
    margin-left: 20px;
  }

  .quick-links li a {
    text-decoration: underline;
    color: #cd202c;
  }

.solutions-box {
  background-color: #FFF;
  border:1px solid rgba(0,0,0,0.05);
  height: 100%;
  transition: 0.3s all;
  position: relative;
}

  .solutions-box-inner {
    padding: 30px;
    text-align: center;
  }

  .solutions-box h4 {
    text-align: center;
    color: #cd202c;
    font-size: 1.4rem;
    line-height: 1.9rem;
    font-weight: bold;
    font-family: 'FFMarselisWebProBold', sans-serif;
  }

  .solutions-box img {
    max-height: 90px;
    margin: 20px auto;
    display: block;
  }

    .solutions-box img.small {
      max-height: 70px;
    }

  .solutions-box p {
    margin-bottom: 0;
  }

  .solutions-box a p {
    color: #000;
  }

  .solutions-box:hover {
    background-color: #cd202c;
    margin-top: -15px;
    box-shadow: 1px 1px 7px rgba(0,0,0,0.03);
    cursor: pointer;
  }

  .solutions-box:hover h4 {
    color: #FFF;
  }

  .solutions-box:hover p {
    color: #FFF;
  }

.row-stats {
  margin-bottom: 50px;
  align-items: center;
}

  .row-stats h2 {
    font-family: 'FFMarselisWebProBold', sans-serif;
    font-weight: bold;
    font-size: 4rem;
    text-transform: uppercase;
    text-align: right;
    margin-bottom: 0;
  }

    .row-stats h2 span {
      display: block;
      font-size: 1.2rem;
    }

  .row-stats h2.small {
    font-size: 3.2rem;
  }

  .row-stats h2.smaller {
    font-size: 2.6rem;
  }

  .row-stats h4 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 5px;
    font-family: 'FFMarselisWebProLight', sans-serif;
  }

    .row-stats h4 span {
      display: block;
    }

      .row-stats h4 span.small {
        font-size: 1.2rem;
      }

  .row-stats h5 {
    font-size: 1.1rem;
    line-height: 1.9rem;
  }

  .row-stats p {
    margin-bottom: 0;
    font-size: 1.2rem;
  }


.headline-whitebar {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 35px;
  font-size: 3rem;
}

  .headline-whitebar:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90px;
    height: 6px;
    background-color: #FFF;
  }


.highlights-footer {
  text-align: center;
}

  .highlights-footer h2 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 3rem;
    font-weight: bold;
    font-family: 'FFMarselisWebProBold', sans-serif;
  }

  .highlights-footer img {
    display: block;
    margin: 25px auto;
    max-width: 110px;
  }

.headline-icon {

}

  .headline-icon img {
    max-height: 60px;
    margin-bottom: 20px;
  }

  .headline-icon h2 {
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 35px;
    font-size: 2.6rem;
    text-transform: capitalize;
    line-height: 3.5rem;
  }

    .headline-icon h2:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 90px;
      height: 6px;
      background-color: #cd202c;
    }

    .headline-icon h2.mb-40 {
      margin-bottom: 40px;
    }

  .headline-icon h2 span {
    display: block;
    font-weight: bold;
    color: #cd202c;
    font-family: 'FFMarselisWebProBold', sans-serif;
    text-transform: uppercase;
  }

  .headline-quote p{
    font-style: italic;
    color: #000;
    text-align: center;
  }

    .headline-quote p span {
      font-family: 'Aguafina Script', georgia;
      display: block;
      font-size: 2rem;
      color: #cd202c;
      margin-top: 15px;
      letter-spacing: 1px;
    }


.quick-article {
  text-align: center;
  background-color: #EFEFEF;
  padding: 30px;
}
  .quick-article h4 {
    font-size: 0.9rem;
    font-style: italic;
    margin-bottom: 0;
  }

  .quick-article h3 {
    font-size: 1.3rem;
    line-height: 1.7rem;
    margin-bottom: 10px;
  }

  .quick-article span {}

  .quick-article-img {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
    background-color: #cd202c;
    border-radius: 50%;
    margin-top: -70px;
    margin-bottom: 25px;
  }

    .quick-article-img img {
      max-width: 50px;
      margin-top: 20px;
    }

  .quick-article a {
    color: #cd202c;
    text-decoration: underline;
    line-height: 2.3rem;
  }

  .quick-article a.btn-red {
    color: #FFF;
    line-height: normal;
  }


.overflow-hidden {
  overflow: hidden;
}

.quick-quote {
  padding-left: 40px;
  border-left: 5px solid #FFF;
  margin-left: 40px;
  line-height: 2rem;
}

  .quick-quote span {
    font-family: 'Aguafina Script', georgia;
    display: block;
    font-size: 2.3rem;
    margin-top: 30px;
  }

  .quick-quote-red {
    border-color: #cd202c;
  }

.quick-quote-nopad {
  margin-left: 0;
  bottom: 0;
  padding-left: 0;
  border: none;
}

.quick-quote-pad20 {
  padding-left: 20px;
}

.testimonial-text p {
  font-size: 1.1rem;
  line-height: 2rem;
  margin-bottom: 40px;
}

.grey-box1 {
  padding: 30px;
  background-color: #EFEFEF;
  height: 100%;
}

  .grey-box1 img {
    margin-bottom: 30px;
  }

.greybox-mini {
  background: #EFEFEF;
  padding: 30px;
  float: right;
  padding-bottom: 10px;
}

.left-h1 {
  display: inline-block;
}

  .left-h1 h2 {
    font-size: 10.5rem;
    font-weight: bold;
    font-family: 'FFMarselisWebProBold', sans-serif;
    letter-spacing: -1rem;
  }


.right-h1 {
  display: inline-block;
  padding-left: 30px;
}

  .right-h1 h2 {
    font-size: 2.5rem;
    text-transform: uppercase;
    line-height: 2.5rem;
    font-family: 'FFMarselisWebProBold', sans-serif;
  }

    .right-h1 h2 span {
      display: block;
      font-size: 1.5rem;
      font-family: 'FFMarselisWebProLight', sans-serif;
    }


.btn-trans {
  color: #FFF;
  padding: 20px 40px;
  border: 2px solid #FFF;
  border-radius: 0;
}

  .btn-trans:hover,
  .btn-trans:focus,
  .btn-trans:active {
    background-color: #FFF;
    color: #1a1a1a;
  }

.white-box {
  padding: 30px;
  background-color: #FFF;
  transition: 0.3s all;
}

  .white-box h3 {
    font-weight: bold;
    font-family: 'FFMarselisWebProBold', sans-serif;
  }

    .white-box h3 a {
      color: #cd202c;
    }


.white-box:hover {
  background-color: rgba(0,0,0,0.65);
}

  .white-box:hover p,
  .white-box:hover h3 a {
    color: #FFF;
  }




.ribbon-top {
  width: 500px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.ribbon-bottom {
  width: 500px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.ribbon-top img,
.ribbon-bottom img {
  width: 100%;
}


.header {
  background-color: rgba(255,255,255,0.95);
  width: 100%;
  padding: 10px 0;
  box-shadow: 2px 2px 20px rgba(0,0,0,0.4);
  position: absolute;
  top: 0;
  z-index: 999;
  opacity: 0;
}

  .header-logo img {
    max-height: 60px;
    margin-right: 30px;
    display: inline-block;
  }

  .header-visible {
    position: fixed;
    z-index: 999;
    height: auto;
    opacity: 1;
  }

.report-title {
  float: left;
}

  .report-title h4 {
    margin-top: 15px;
  }

.table-of-contents {
  float: right;
}

  .dropdown-nav button {
    background-color: transparent;
    padding: 2rem 1.5rem;
    margin-top: -15px;
    margin-bottom: -15px;
    font-family: inherit;
    border: none;
  }

    .dropdown-nav.show button {
      background-color: #cd202c;
      color: #FFF;
    }

    .dropdown-nav button:hover {
      cursor: pointer;
    }

    .dropdown-nav button:after {
      border: none;
      background-image: url(../images/arrow-down.png);
      height: 30px;
      width: 30px;
      background-size: 25px;
      background-repeat: no-repeat;
      background-position: center center;
    }

      .dropdown-nav.show button:after {
        mix-blend-mode: darken;
      }

  .dropdown-dark {
    background-color: #cd202c;
    padding: 0;
    margin: 0;
    padding: 10px;
    border: none;
    border-radius: 0;
    min-width: 17rem;
    margin-top: 13px!important;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
  }

    .dropdown-dark .dropdown-item {
      color: rgba(255,255,255,0.8);
      font-size: inherit;
      padding: 8px;
      border-bottom: 1px solid rgba(255,255,255,0.1);
      font-size: 0.9rem;
      font-weight: 300;
    }

    .dropdown-dark .dropdown-item:focus,
    .dropdown-dark  .dropdown-item:hover {
      background-color: transparent;
      padding-left: 15px;
      color: #FFF;
      font-weight: bold;

    }


.shirlee-degree {
  max-width: 250px;
  border: 5px solid #FFF;
  display: block;
  margin: 0 auto;
}


.social li {
  display: inline-block;
}

  .social li img {
    max-width: 45px;
    margin-right: 20px;
  }

.btn-red {
  background-color: #cd202c;
  color: #FFF;
  padding: 20px 40px;
  display: block;
  clear: both;
  text-align: center;
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 20px;
}

  .btn-red:hover,
  .btn-red:focus,
  .btn-red:active {
    color: #FFF;
    background-color: #6d120a;
  }

.mobilizing-footer {
  background-image: url(../images/mobilizing-footer.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 500px;
}

.greybox2 {
  padding: 30px;
  background-color: #EFEFEF;
  text-align: center;
  height: 100%;
  position: relative;
  transition: 0.3s all;
}

  .greybox2 a {
    font-size: 2rem;
    color: #cd202c;
  }

  .greybox2 h4 {
    font-size: 1.2rem;
  }


  .greybox2:hover {
    background-color: #cd202c;
    margin-top: -15px;
    box-shadow: 1px 1px 7px rgba(0,0,0,0.03);
    cursor: pointer;
  }

  .greybox2:hover a {
    color: #FFF;
  }

  .greybox2:hover h4 {
    color: #FFF;
  }

.footer-fingerprint {
  position: absolute;
  bottom: 0;
  right: 0;
}

  .footer-fingerprint img {
    max-width: 100%;
  }

.plus-icon {
  max-width: 40px;
}


.mb-120 {
  margin-bottom: 100px;
}


.honouring-stats {
  margin-bottom: 30px;
  align-items: center;
}

  .honouring-stats h2 {
    font-weight: bold;
    font-size: 5.5rem;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #cd202c;
  }

    .honouring-stats h2 span {
      display: block;
      font-size: 1.2rem;
    }

  .honouring-stats h2.small {
    font-size: 3.2rem;
  }

  .honouring-stats h2.smaller {
    font-size: 2.6rem;
  }

  .honouring-stats h4 {
    font-size: 1.2rem;
    line-height: 2rem;
    margin-bottom: 5px;
  }

    .honouring-stats h4 span {
      display: block;
    }

  .honouring-stats h5 {
    font-size: 0.9rem;
    line-height: 1.6rem;
  }

  .honouring-stats h3 {
    font-size: 1.5rem;
    margin-bottom: 0;
    text-transform: uppercase;
  }

    .honouring-stats h3 span {
      font-size: 2rem;
    }

  .honouring-stats p {
    margin-bottom: 0;
  }


.transforming-stats {
  margin-bottom: 30px;
  align-items: center;
}

  .transforming-stats h2 {
    font-weight: bold;
    font-size: 5.5rem;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 25px;
    color: #cd202c;
    text-align: center;
    font-family: 'FFMarselisWebProBold', sans-serif;
  }

    .transforming-stats h2 span {
      font-size: 2.1rem;
      float: right;
    }

  .transforming-stats p {
    margin-bottom: 0;
  }


.video-listing .col-md-4 {
  min-height: 400px;
  background-color: #EFEFEF;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

  .video-listing .col-md-4 img {
    width: 50px;
    display: block;
  }

  .vid-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    transition: 0.3s all;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .video-listing .col-md-4:hover .vid-overlay {
    opacity: 1;
  }

.vid1 {
  background-image: url(../images/vid1.jpg);
}

.vid2 {
  background-image: url(../images/vid2.jpg);
}

.vid3 {
  background-image: url(../images/vid3.jpg);
}


.video-stripe {
  background-image: url(../images/video-stripe.jpg);
  min-height: 400px;
  -webkit-background-size: cover;
  background-size: cover;
}

.blank-vid {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.video-modal {

}

  .video-modal .modal-content {
    background-color: transparent;
    border: none;
    border-radius: 0;
  }

  .video-modal .modal-header,
  .video-modal .modal-body {
    padding: 0;
    border: none;
  }

  .video-modal button.close {
    margin-left: auto;
    text-shadow: none;
    font-size: 3rem;
    opacity: 1;
    margin-bottom: 10px;
  }

  .video-modal button img {
    max-width: 35px;
  }



.content-modal {

}

  .content-modal .modal-content {
    border: none;
    border-radius: 0;
  }

  .content-modal .modal-header,
  .content-modal .modal-body {
    border: none;
  }

  .content-modal .modal-body {
    padding: 3rem;
    padding-top: 1rem;
  }

  .content-modal button.close {
    margin-left: auto;
    text-shadow: none;
    color: #FFF;
    font-size: 3rem;
    opacity: 1;
    margin-bottom: 10px;
  }
  .content-modal button img {
    max-width: 35px;
  }

  .content-modal h2 {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 30px;
    text-transform: capitalize;
    font-family: 'FFMarselisWebProBold', sans-serif;
    line-height: 3rem;
  }

    .content-modal h2:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 90px;
      height: 6px;
      background-color:  #cd202c;
    }

    .content-modal h2 span {
      display: block;
    }

  .content-modal h4 {
    text-transform: capitalize;
    font-family: 'FFMarselisWebProBold', sans-serif;
  }

  .modal-img-wrap {
    position: relative;
    margin: 20px auto;
    margin-bottom: 40px;
    margin-left: -3rem;
    margin-right: -3rem;
    min-height: 300px;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
  }


.ai-bg {
  background-image: url(../images/ai.jpg);
}

.capacity-bg {
  background-image: url(../images/capacity.jpg);
}

.dialogue-bg {
  background-image: url(../images/dialogue.jpg);
}

.first-nations-bg {
  background-image: url(../images/first-nations.jpg);
}

.mainstreaming-bg {
  background-image: url(../images/mainstreaming.jpg);
}

.moonshot-bg {
  background-image: url(../images/moonshot.jpg);
}

.study-bg {
  background-image: url(../images/study.jpg);
}






  .maxheight-60 img {
    max-height: 60px;
  }


.extra-pad {
  padding-top: 90px;
}

.bottom-arrow {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 30px;
  text-align: center;
}

  .bottom-arrow img {
    display: inline-block;
    margin: 0 auto;
    max-width: 40px;
  }



.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}


#fp-nav ul li a.active span, 
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  box-shadow: 0 0 0 rgba(0,0,0,0.4);
  animation: pulse 2s infinite;
}


@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(0,0,0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0, 0.4);
    box-shadow: 0 0 0 0 rgba(0,0,0, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(0,0,0, 0);
    box-shadow: 0 0 0 10px rgba(0,0,0, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0, 0);
    box-shadow: 0 0 0 0 rgba(0,0,0, 0);
  }
}

.main-section {
  margin: 140px auto;
}


.impacts-box {

}

  .impacts-box img {
    float: left;
    max-width: 90px;
    margin-bottom: 40px;
    margin-right: 30px;
  }

  .impacts-box h2 {
    font-size: 3rem;
    font-family: 'FFMarselisWebProBold', sans-serif;
    margin-bottom: 4px;
  }

.headline-caps {
  text-transform: uppercase;
  font-size: 4rem;
}

h3.small-size {
  font-size: 1.1rem;  
}

.row-stats2 {
  text-align: center;
}

.row-stats2 h2 {
  font-size: 4rem;
  margin-bottom: 15px;
}

  .row-stats2 h2.small {
    font-size: 4.3rem;
    margin-bottom: 0;
    font-weight: bold;
  }

  .row-border-left {
    height: 100%;
    left: 0;
    width: 1px;
    background-color: rgba(0,0,0,0.8);
    position: absolute;
  }

.row-stats2 h4 {
  font-size: 1.3rem;
  line-height: 2.1rem;
  margin-bottom: 0;
}

  .row-stats2 h4.small {
    font-size: 1.3rem;
  }

  .row-stats2 h4 span {
    display: block;
  }

@media (max-width: 768px) {
  html {font-size: 13px;}
  h2 {font-size: 2.6rem; line-height: 3.7rem;}
  h4 {font-size: 1.3rem;}

  .bg-grey1 {margin: 10px;}
  .greybox2, .grey-box1 {height: auto;}
  .pad40-all {padding: 20px;}
  .quick-quote {margin-left: 10px; font-size: 1.3rem;}
  .white-box, .greybox2, .grey-box1, .greybox-mini {margin-bottom: 20px;}
  .headline-quote p span {font-size: 2.5rem;}
  .bg-transforming, .bg-education {background-size: 100%;}

  #intro h1 {font-size: 5.2rem;}
    .intro-text {text-align: center!important}
  .fingerprint {left: -100%; top: 0;}
    .fingerprint img {max-width: 100%;}
  #intro-headline h3 {line-height: 3rem;}
  .highlights-footer img {max-width: 100px;}
  .shirlee-intro-img {margin-bottom: 30px;}
  .quick-links ul {margin: 0; padding: 0; text-align: left;}
    .quick-links li {margin: 0; list-style-type: circle;}
  .solutions-box {max-width: 90%; margin: 0 auto; margin-bottom: 30px;}
    .solutions-box:first-child {margin-left: auto;}
    .solutions-box:last-child {margin-right: auto;}
  .row-stats {text-align: center;}
  .row-stats h2 {text-align: center; padding-right: 0;}
  .quick-article {margin-bottom: 30px;}
  .shirlee-degree {margin-bottom: 30px;}
  .honouring-stats-title {margin-top: 30px;}
  .honouring-stats {text-align: center;}
  .honouring-stats h2 {text-align: center; font-size: 4rem; padding-right: 0;}
  .left-h1, .right-h1 {display: block; text-align: center; padding: 0; margin: 0;}
  .left-h1 h2 {margin-bottom: 20px;}
  .greybox-mini {float: none;}
  .left-h1 h2 {font-size: 6rem;}
  .right-h1 h2 {font-size: 2.3rem}
  .mobilizing-footer {display: none;}
  .mt-120-mobile {margin-top: 120px;}
  .header {display: none!important;}
  .transforming-stats h2 span {float: none; display: block;}
  .headline-quote p {font-size: 1.3rem;}
  .empowering-left h3 {text-align: center; margin-bottom: 20px;}
  .b-l {border: none;}
  .footer-fingerprint img {max-width: 100%;}
  .footer-fingerprint {top: auto; bottom: 0;}
  #fp-nav.right {right: 5px;}
  .container {padding-left: 25px; padding-right: 25px;}
  .main-section {margin: 60px auto;}
  .empowering-right {text-align: center;}
  .m-120 {margin-bottom: 400px;}
  .max-400, .max-250 {width: 100%;}
  .impacts-box {text-align: center;}
  .impacts-box img {float: none; max-width: 90px; display: block; margin: 15px auto;}
  .social li img {max-width: 35px;}
  .br {border-right: none;}
  .row-stats2 h2 {font-size: 4rem; margin-bottom: 10px;}
  .row-stats2 {text-align: center;}
  .content-modal h2 {font-size: 2rem; line-height: 2.5rem;}
  ul ul {padding: 0;}
  .partners-logo {}
  .partners-logo img {width: 100%; display: block; margin: 15px auto;}
  .maxheight-60 img {max-height: 100%;}
  h4.smaller {font-size: 1.4rem;}
  .testimonial-text p, .greybox2 h4{font-size: 1.4rem}
  .row-stats {margin-bottom: 30px;}
  .transforming-stats p.mt-30 {display: none;}
  .transforming-stats p {margin-bottom: 30px;}
  .transforming-stats h2 {margin: 0; margin-bottom: 10px;}
  .impacts-box h2 {margin-bottom: 5px;}
  .row-impact {margin-top: 0;}
  .educating-btn {margin-right: -15px;}
  .video-stripe {background-image: url(../images/video-stripe-mobile.jpg);min-height: 300px; background-position: center center;}
  .northwest {max-width: 150px;}
  .mobile-nomargin {margin-top: 0;}
  .shirlee-intro-img {text-align: center!important;}
  .mb-mobile {margin-bottom: 30px;}
  .row-border-left {display: none;}
  .btn-trans {font-size: 1.4rem;}
}

@media only screen and (min-width: 769px) and (max-width: 959px) {
  body {font-size: 16px;}
  .row-stats h2, .row-stats2 h2 {font-size: 3rem}
  .row-stats h4 {font-size: 1.2rem; line-height: 1.8rem;}
  .highlights-footer h2 {font-size: 2.3rem;}
  .row-stats h2.small, .row-stats2 h2.small {font-size: 2.4rem;}
  .row-stats h2.smaller {font-size: 2rem;}
  .left-h1, .right-h1 {display: block; padding: 0; text-align: center;}
  .left-h1 h2 {font-size: 6rem; margin-top: 30px;}
  .b-r, .b-l {border: none;}
  .transforming-stats p.mt-30 {display: none;}
  .transforming-stats p {margin-bottom: 25px;}
  .transforming-stats h2 span {float: none;}
  .honouring-stats h2 {font-size: 4.4rem;}
  .honouring-stats-title {margin-top: 30px;}
  .greybox2 a {font-size: 1.4rem; line-height: 1.8rem;}
  .footer-fingerprint {display: none;}
  .header-visible {display: none;}
  .solutions-box img {min-height: 90px;}
  .video-stripe {background-image: url(../images/video-stripe-mobile.jpg);min-height: 500px; background-position: center center;}
  .greybox-mini {width: 60%; margin: 0 auto; margin-bottom: 40px; text-align: center; padding-top: 20px; float: none;}
  .white-box {height: 100%;}
  .fingerprint {left: 0; top: 0;}
  .fingerprint img {max-width: 100%;}
  .mb-mobile {margin-bottom: 30px;}
}
