/* ----------------------------------------------------------------------------------

NS CSS

---------------------------------------------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px);
  }
  to {
    transform: translate(0, 0);
  }
}


  main{
    position: relative;
  }
  section.innocentre{
        background-image: url(../images/bgimg4.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 100%;
    width: 100%;
    margin-top: 0;
  }
  .content-module.successes .backgrounds{
    position: absolute;
  }

/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Custom WP Formats */
.dropcap {
  float: left;
  font-size: 80px;
  font-weight: 900;
  line-height: 60px;
  padding-top: 8px;
  padding-right: 8px;
}

/* Wrappers */
.xl-wrapper,
.l-wrapper,
.m-wrapper,
.s-wrapper {
  margin: 0 auto;
}

.xl-wrapper {
  max-width: 1440px;
}

.l-wrapper {
  max-width: 1240px;
}

.m-wrapper {
  max-width: 1100px;
}

.s-wrapper {
  max-width: 800px;
}

@media screen and (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}

/* Buttons & Input Fields */
.button.no-arrow a {
  padding: 8px 19px;
}
.button.no-arrow a:after {
  display: none;
}
@media screen and (min-width: 1024px) {
  .button.no-arrow a {
    padding: 13px 19px;
  }
}
.button.blue a, body.no-hero header .button a,
body.no-hero header.base .button a {
  transition: 0.25s linear;
  background-color: #253D86;
  color: #fff !important;
}
.button.blue a:hover, body.no-hero header .button a:hover {
  color: #fff !important;
  background-color: #335AFF;
}
.button.blue a:after, body.no-hero header .button a:after,
body.no-hero header.base .button a:after {
  background: url(../fonts/icon-arrow-right-white.svg) center no-repeat;
  background-size: contain;
}
.button a {
  text-decoration: none;
  display: inline-block;
  border: none;
  padding: 8px 40px 8px 20px;
  font-weight: 600;
  border-radius: 24px;
  font-size: 14px;
  line-height: 22px;
  position: relative;
  transition: 0.25s linear;
  background-color: #fff;
  color: #253D86 !important;
}
.button a:hover {
  color: #335AFF !important;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .button a {
    font-size: 18px;
    padding: 13px 45px 13px 20px;
  }
}
.button a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../fonts/icon-arrow-right-blue.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 14px;
}
@media screen and (min-width: 768px) {
  .button a:after {
    width: 16px;
    height: 15px;
    top: 16px;
  }
}

.link a {
  text-decoration: none;
  font-weight: 600;
  position: relative;
  font-size: 20px;
  line-height: 32px;
}
.link a[target=_blank]:after {
  content: "";
  display: block;
  position: absolute;
  right: -24px;
  bottom: 5px;
  background: url(../fonts/icon-external.svg);
  width: 14px;
  height: 14px;
  background-size: cover;
}
@media screen and (min-width: 1024px) {
  .link a[target=_blank]:after {
    width: 15px;
    height: 15px;
  }
}

form button {
  text-decoration: none;
  display: inline-block;
  border: none;
  padding: 13px 40px 13px 20px;
  font-weight: 600;
  border-radius: 24px;
  font-size: 18px;
  line-height: 22px;
  transition: 0.25s linear;
  background-color: white;
  color: #253D86 !important;
}
form button:hover {
  color: white !important;
  background-color: grey;
}
form button:focus {
  outline: none;
}
form label {
  text-transform: uppercase;
  font-weight: 700;
  color: #bbb;
  font-size: 13px;
  letter-spacing: 1px;
}
form input {
  width: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #000;
  padding: 10px 0;
  line-height: 28px;
  color: #000;
  transition: 0.25s linear;
}
form input:focus {
  outline: none;
  border-bottom: 1px solid #0ecc0e;
}
form input::placeholder {
  color: #bbb;
}
form textarea {
  width: 100%;
  border: 1px solid #000;
  padding: 10px;
  line-height: 28px;
  color: #000;
  transition: 0.25s linear;
}
form textarea:focus {
  outline: none;
  border: 1px solid #0ecc0e;
}
form select {
  margin-top: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  border: 1px solid #000;
  padding: 10px;
  line-height: 28px;
  color: #000;
  transition: 0.25s linear;
}
form select:focus {
  outline: none;
  border: 1px solid #0ecc0e;
}

/* Custom Classes */
.cat-link {
  color: #fff;
  text-decoration: none;
}

.tombstone {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #253D86;
}
@media screen and (min-width: 1024px) {
  .tombstone {
    width: 12px;
    height: 12px;
  }
}



/* 
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */

.secondary-nav {
  margin-bottom: 30px;
}
@media screen and (min-width: 1300px) {
  .secondary-nav {
    flex: 0 1 275px;
  }
  .secondary-nav:nth-child(2) {
    margin-left: auto;
  }
}
.secondary-nav p.menu-title {
  color: #253D86;
  font-weight: 600;
  letter-spacing: -0.25px;
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 2px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .secondary-nav p.menu-title {
    font-size: 22px;
    line-height: 27px;
    letter-spacing: -0.5px;
    margin-bottom: 30px;
  }
}
.secondary-nav p.menu-title span {
  transform: translateY(100%);
  transition: opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1), transform 0s 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  display: inline-block;
  opacity: 0;
}
.secondary-nav > ul > li {
  line-height: 32px;
  position: relative;
  overflow: hidden;
}
.secondary-nav > ul > li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .secondary-nav > ul > li {
    margin-bottom: 15px;
    line-height: 18px;
  }
}
.secondary-nav > ul > li > a {
  text-decoration: none;
  font-weight: 400;
  color: #4A3C31;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: -0.25px;
  display: inline-block;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1), transform 0s 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
.secondary-nav > ul > li > a:hover {
  color: #335AFF;
}
@media screen and (min-width: 1024px) {
  .secondary-nav > ul > li > a {
    font-size: 18px;
    line-height: 24px;
  }
}
.secondary-nav ul.sub-menu {
  display: none;
}

.takeover-menu {
  background-color: #F7F6F1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  z-index: 3;
  padding: 120px 20px 50px;
  transform: translateY(100%);
  transition: transform 700ms 300ms cubic-bezier(0.78, 0.05, 0.1, 0.99);
}
@media screen and (min-width: 1024px) {
  .takeover-menu {
    display: flex;
    flex-wrap: wrap;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 30px;
    justify-content: space-between;
  }
}
.takeover-menu.menu-active {
  transform: translateY(0);
  transition: transform 700ms cubic-bezier(0.78, 0.05, 0.1, 0.99);
}
.takeover-menu.menu-active .primary-nav ul > li > a {
  transform: translateY(0);
  opacity: 1;
  transition: opacity 0s cubic-bezier(0.25, 0.1, 0.25, 1), transform 700ms 700ms cubic-bezier(0.25, 0.1, 0.25, 1), color 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
.takeover-menu.menu-active .secondary-nav ul > li > a,
.takeover-menu.menu-active .secondary-nav p.menu-title span {
  transform: translateY(0);
  opacity: 1;
  transition: opacity 0s cubic-bezier(0.25, 0.1, 0.25, 1), transform 700ms 700ms cubic-bezier(0.25, 0.1, 0.25, 1), color 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
.takeover-menu.menu-active .social-nav,
.takeover-menu.menu-active .site-info {
  opacity: 1;
  transition: opacity 700ms 700ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
.takeover-menu .social-nav {
  opacity: 0;
  transition: opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  margin-top: 40px;
  margin-bottom: 25px;
}
@media screen and (min-width: 1024px) {
  .takeover-menu .social-nav {
    margin: 0;
    position: absolute;
    left: 60px;
    bottom: 34px;
    height: 26px;
  }
}
.takeover-menu .social-nav li {
  display: inline-block;
  margin-right: 20px;
  font-size: 26px;
  line-height: 1;
}
.takeover-menu .social-nav li:last-child {
  margin-right: 0;
}
.takeover-menu .social-nav li a {
  color: #59595C;
  transition: color 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
.takeover-menu .social-nav li a:hover {
  color: #335AFF;
}
.takeover-menu .social-nav li a span:before {
  margin: 0;
}
.takeover-menu .site-info {
  opacity: 0;
  transition: opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media screen and (min-width: 1024px) {
  .takeover-menu .site-info {
    text-align: right;
    position: absolute;
    right: 60px;
    bottom: 36px;
  }
}
.takeover-menu .site-info p {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0;
  margin: 0;
}
.takeover-menu .site-info p a {
  color: inherit;
}

/* Main Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
main {
}


/* Successes
--------------------------------------------------------------------------------
----------------------------------------------------------------------------- */
.content-module.successes.hide {
  z-index: -9999;
}
@media screen and (min-width: 1024px) {
  .content-module.successes .successes--container {
    display: flex;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 40vh;
  }

}
@media screen and (min-width: 1024px) {
  .content-module.successes .successes--container .content-left {
    flex: 0 1 615px;
    margin-right: 115px;
    padding-bottom: calc(50vh - 11.25vh);
  }
}
@media screen and (min-width: 1024px) {
  .content-module.successes .successes--container .content-right {
    flex: 0 1 590px;
    padding-bottom: calc(50vh - 11.25vh);
  }
}
.content-module.successes .counter {
  display: none;
}
@media screen and (min-width: 1024px) {
  .content-module.successes .counter {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: calc(50vh - 10px);
    line-height: 20px;
    color: #fff;
    letter-spacing: 1.5px;
    font-size: 14px;
    float: left;
  }
}
@media screen and (min-width: 1024px) {
  .content-module.successes .content-items {
    max-width: 506px;
    margin-left: 110px;
  }
}
.content-module.successes .content-items .content-item {
  margin-bottom: 20px;
  transition: opacity 300ms ease;
  display: block;
  text-decoration: none;
  position: relative;
}
.content-module.successes .content-items .content-item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .content-module.successes .content-items .content-item {
    padding-top: 45px;
    padding-bottom: 45px;
    margin-bottom: 0;
    opacity: 0.3;
  }
  .content-module.successes .content-items .content-item:last-child {
    padding-bottom: 0;
  }
  .content-module.successes .content-items .content-item:hover > div {
    transform: translateX(15px);
  }
}
.content-module.successes .content-items .content-item img {
  border-radius: 4px;
}
@media screen and (min-width: 1024px) {
  .content-module.successes .content-items .content-item img {
    display: none;
  }
}
.content-module.successes .content-items .content-item > div {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (min-width: 1024px) {
  .content-module.successes .content-items .content-item > div {
    padding: 0;
    position: relative;
    background: transparent;
    transition: transform 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  }
}
.content-module.successes .content-items .content-item * {
  color: #fff;
  transform: translateX(0);
  transition: color 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
.content-module.successes .content-items .content-item p {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.5px;
  margin-top: 0;
  margin-bottom: 5px;
}
.content-module.successes .content-items .content-item h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
@media screen and (min-width: 1024px) {
  .content-module.successes .content-items .content-item h2 {
    font-size: 40px;
    line-height: 52px;
    letter-spacing: -1px;
  }
}
.content-module.successes .content-items .content-item.active {
  opacity: 1;
}
.content-module.successes .image-items {
  display: none;
}
@media screen and (min-width: 1024px) {
  .content-module.successes .image-items {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: calc(50vh - 150px);
  }
}
@media screen and (min-width: 1300px) {
  .content-module.successes .image-items {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: calc(50vh - 225px);
  }
}
.content-module.successes .image-items img {
  position: absolute;
  left: 0;
  opacity: 0;
  width: 100%;
  transition: opacity 300ms ease;
  border-radius: 4px;
}
.content-module.successes .backgrounds {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -3;
}
.content-module.successes .backgrounds .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-color: black;*/
    background-color: rgba(37, 61, 134);
  z-index: -1;
  opacity: 1;
  transition: opacity 600ms linear;
}
@media screen and (min-width: 1024px) {
  .content-module.successes .backgrounds .overlay {
    background-color: rgba(37, 61, 134, 0.6);
  }
}
.content-module.successes .backgrounds img {
  display: none;
}
@media screen and (min-width: 1024px) {
  .content-module.successes .backgrounds img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    position: absolute;
    z-index: -2;
    transform: scale(1.1);
    transition: opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1), transform 2000ms cubic-bezier(0.25, 0.1, 0.25, 1);
  }
}
.content-module.successes .backgrounds img.active {
  opacity: 1;
}
.content-module.successes .backgrounds img:nth-child(2) {
  opacity: 1 !important;
}



/* Quote Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */

.innocentre .container.reveal:before {
  transform: translateX(0%);
}
.innocentre .container:before {
  content: "";
  background-color: #253D86;
  height: 4px;
  top: 50px;
  left: 0;
  width: calc(100vw - 60px);
  display: block;
  position: absolute;
  transition: transform 1200ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media screen and (min-width: 1024px) {
  .innocentre .container:before {
    top:80px;
    width: 52vw;
  }
}



@media screen and (max-width: 1360px) {

    .content-module.successes .successes--container{
      padding-left: 15px !important;
      padding-right: 15px !important;
    }


}


.content-module.successes .content-left p.ppp{
    position: absolute;
    top: 15vw;
    margin-left: 110px;
    font-size: 16px;
}

@media screen and (max-width: 960px){
  .successes--container .content-left .content-items {
      padding: 20px 0;
  }
    .content-module.successes .content-left p.ppp {
      position: relative;
      margin: 40px 0 10px 0;
      top: 0;
  }
}

