.wow {
    visibility: hidden;
}
.flex-row {
  display: flex;
  flex-flow: row wrap;
  gap: 30px;
  justify-content: flex-start;
}

html,
body{
    color: #2A3039;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Source Sans Pro', sans-serif;
}
h1{
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 50px;
    color: #2A3039;
}
h2{
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 50px;
  color: #2A3039;
}
p,a{
    font-family: 'PT Sans', sans-serif; 
}

a {
  color: #005983;
}

@media(max-width: 767px){
  .hidden-sm{
    display: none;
  }
}
img{
    width: 100%;
}

.uppercase{
  text-transform: uppercase;
}

.align-center{
  text-align: center;
}

.align-left{
  text-align: left;
}

.align-right{
  text-align: right;
}

.logo-sprite{
  background-image: url('../img/nmr-logo-sprite.svg');
  width: 165px;
  height: 48px;
  background-repeat: no-repeat;
  background-size: 100% 100px;
  background-position: top center;
}

#main-navigation.active .logo-sprite{
  background-position: bottom center;
  transition: all 0.3s step-end;
}

@media(max-width: 767px){
  #main-navigation.active .logo-sprite{
    transition: none;
  }
}

.gray-nurse-bg{
    background-color: #E9EAEA;  
}

.center{
    text-align: center;
}

.button{
    background-color: transparent;
    border: none;
    display: inline-block;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 22px;
    text-decoration: none;
}

.button-white{
    background-color: #FFFFFF;
    color: #2A3039;
}

.button-rounded{
    border-radius: 50px;
}

.sapphire-button{
    background-color: #005983;
    color: #FFFFFF;
}

.content-section{
    min-height: 45vh;
    padding: 150px 0px;
}

.main-navigation{
    position: relative;
    width: 100%;
    display: flex;
    padding: 25px 100px;
    margin: auto;
    overflow-x: hidden;
}

.main-navigation.active:after{
    box-shadow: -5px 0px 33px 5px rgba(0,0,0,0.16);
}

#main-navigation{
    position: absolute;
    background-color: rgba(0,0,0,0.3);
    z-index: 5;
}

#sticky-navigation{
    position: sticky;
    top: 0px;
    z-index: 1000;
}

#sticky-navigation .logo img{
    width: 85px;
}

.nav-container{
    position: relative;
    z-index: 2;
    display: flex;
    width: 100%;
}

.main-navigation:after{
    content: "";
    display: flex;
    width: 100%;
    height: calc(100% - 2px);
    background-color: #FFF;
    position: absolute;
    top: 0;
    right: -100%;
    z-index: 1;
    transition: all 0.3s ease-in;
}

@keyframes heroline{
    0%{width: 0%;}
    100%{width:100%;}
}

.logo{
    width: 165px;
}

.nav-links{
    display: none;
    margin-left: auto;
}

.nav-links ul{
    padding-left: 0px;
    list-style: none;
    display: flex;
    gap: 15px;
    margin: 0;
    justify-content: center;
    align-items: center;
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
}

.nav-links a{
    text-decoration: none;
    color: #2A3039;
}

.menu-button{
    background: none;
    border: none;
    position: relative;
    margin-left: auto;
}

@media(min-width:767px) and (max-width: 1197px){
    .main-navigation {
        padding: 25px 50px;
    }

    #sticky-navigation{
        background-color: #fff;
        border-bottom: 1px solid #D9D9D9;
    }

}

@media(max-width:767px){
    .main-navigation {
        padding: 25px 25px;
      }

    #sticky-navigation{
        background-color: #fff;
        border-bottom: 1px solid #D9D9D9;
    }

}

.hero-content{
    height: 100vh;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.hero-content h1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 20px;
    margin-bottom: 5px;
    position: relative;
    line-height: 60px; 
    color: #FFF; 
}

.heroline-container{
    position: relative;
}

.heroline-container .heroline{
    display: inline-block;
    position: relative;
    z-index: 2;
}

.heroline-container:after{
    content: "";
    display: block;
    width: 100%;
    height: 12px;
    background: #0082B7;
    position: absolute;
    bottom: 6px;
    left: 0px;
    z-index: 1;
    animation: heroline 1.5s;
}

.hero-content p{
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    width: 900px;

}

.kebab-menu{
    width: 30px;
    height: 30px;
    transform: rotate(90deg);
}
.kebab-menu span{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
}
#sticky-navigation .kebab-menu span{
   background: #00A2E5;
}

.kebab-menu span:nth-child(1){
    top: 0px;
    left: 35%;
    transition: .3s;
}
.kebab-menu span:nth-child(2){
    top: 0px;
    left: 35%;
    transition: .3s;
}
.kebab-menu span:nth-child(3){
    top: 11px;
    left: 35%;
    transition: .3s;
}
.kebab-menu span:nth-child(4){
    top: 11px;
    left: 35%;
    transition: .3s;
}
.kebab-menu span:nth-child(5){
    top: 22px;
    left: 35%;
    transition: .3s;
}
.menu-button.active .kebab-menu span:nth-child(1){
    transform: translate(10px,0px);
}
.menu-button.active .kebab-menu span:nth-child(2){
    transform: translate(-10px,0px);
}
.menu-button.active .kebab-menu span:nth-child(4){
    transform: translate(-10px,10px);
}
.menu-button.active .kebab-menu span:nth-child(5){
    transform: translate(10px,0px);
}


.main-navigation.active:after{
    right: 0px;
    transition: all 0.3s ease-in;
}

.main-navigation.active .nav-links{
    display: flex;
}

.main-navigation.active .menu-button{
    margin-left: 35px;
}

.main-navigation.active .kebab-menu span{
    background: #2A3039;
}

/* Background Colors */
.default-bg{
  background-color: #005983;
  color: #2A3039;
}
.blueSapphire-bg{
  background-color: #005983;
  color: #FFFFFF;
}
.ceruleanBlue-bg{
  background-color: #00A2E5;
  color: #2A3039;
}
.mayaBlue-bg{
  background-color: #71C7F0;
  color: #2A3039;
}
.sailBlue-bg{
  background-color: #B9E0F7;
  color: #2A3039;
}
.blackRock-bg{
  background-color: #2A3039;
  color: #FFFFFF;
}
.mako-bg{
  background-color: #444B55;
  color: #FFFFFF;
}
.blueBayoux-bg{
  background-color: #66737C;
  color: #FFFFFF;
}
.aluminium-bg{
  background-color: #A8B0B9;
  color: #2A3039;
}
.grayNurse-bg{
  background-color: #E9EAEA;
  color: #2A3039;
}







.content-section.intro h1{
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 57px;
}

.content-section.intro p{
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
}

.content{
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 100%;
    padding: 15px;
    font-size: 18px;
    align-items: flex-start;
}

.content h1{
    margin-bottom: 0px;
}

.content p{
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    margin:22px 0px 0px;
}

.highlight{
    color: #005984;
}

.cerulean-highlight{
  color: #00A2E5;
}

.maya-highlight{
  color: #71C7F0;
}

.sail-highlight{
  color: #B9E0F7;
}

.color-white{
  color: #FFFFFF;
}

.button-rounded:after{
  font-family: 'icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  display:inline-block;
  content: "\e911";
  margin-left: 5px;
}

.headline{
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
}

.image-break{
    width: 100%;
    min-height: 75vh;
    background-color: #2A3039;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    position: relative;
}

.image-break-dark:after{
    content: "";
    width: 33%;
    height: 225px;
    background-image: url("../img/Rectangle 64.png");
    position: absolute;
    bottom: 0px;
    right:0px;
    background-size: 100%;
}

.content .button{
    margin-top:25px;
}

.content-session-dark,
.content-session-dark h1,
.content-session-dark h2,
.content-session-dark h3,
.content-session-dark h4,
.content-session-dark h5,
.content-session-dark h6{
    color: #FFFFFF;
}

.content-session-dark .highlight{
    color: #71C7F0;
}

.image-break-quote {
    display: flex;
    align-items: center;
}

.solution-bucket-section{
    padding: 75px 0px;
}

.solution-section-headline{
    display: flex;
    flex-flow: row;
    align-items: center;
}

.center-button{
    justify-self: center;
}

.solution-bucket-container {
    display: flex;
    flex-flow: row wrap;
    gap: 24px;
    justify-content: center;
    padding-top: 85px;
}

.solution-bucket {
    max-width: calc(25% - 24px);
    background-color: white;
    border: 1px solid #D3D1D0;
    border-radius: 5px;
    color: #2A3039;
    text-decoration: none;
}

.solution-bucket:hover{
    border-bottom: 1px solid #005984;
    box-shadow: 0px 0px 20px 10px rgba(85, 85, 90, 0.1);
}



.bucket-hero {
    display: flex;
    align-content: center;
    justify-content: center;
    height: 150px;
    background: #F4F4F4;
    border-bottom: 1px solid #D3D1D0;
    border-radius: 5px 5px 0px 0px;
}

.bucket-hero i {
    font-size: 75px;
    display: flex;
    align-items: center;
  }

.solution-bucket:hover .bucket-hero{
    background-color: #005984;
}

.solution-bucket:hover .bucket-hero i{
    color: #FFFFFF;
}

.solution-bucket:hover h2{
    color: #005984;
}

.bucket-hero img {
    width: 75px;
}

.solution-bucket-content {
    padding: 40px 15px;
}

.solution-bucket-content h2{
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}

.solution-bucket-content p{
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}

.image-break small {
    font-family: 'Source Code Pro', monospace;
    position: absolute;
    bottom: 24px;
  }

  footer{
    min-height: 550px;
    background: #E9EAEA;
    padding: 70px 0px;
    font-size: 18px;
  }

  footer p{
    margin-bottom: 0px;
  }

  footer a{
    color: #2A3039;
    text-decoration: none;
  }

  .footer-menu{
    list-style: none;
    padding-left: 0px;
  }

  .contact-page{
    margin-top: 25px;
  }

  .logo-row{
    margin-top:90px;
  }

  .footer-logo{
    max-width: 215px;
    margin-bottom: 7px;
  }

  .copyright{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
  }

  .contract-list {
    padding-left: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: flex-end;
  }

  .list{
    padding-left:0px;
  }

  .list.no-bullets{
    list-style: none;
  }

  .list li{
    font-family: 'PT Sans';
    font-style: normal;
    font-size: 18px;
    line-height: 23px;
  }

  .list .highlight{
    font-weight: 700;
  }

  .semibold{
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
  }

.content-section.blackRock-bg {
    background-color: #2A3039;
    color: #FFF;
}

.content-section.blueSapphire-bg {
  background-color: #005983;
  color: #FFF;
}

.content-section.blackRock-bg h1,
.content-section.blueSapphire-bg h1{
    color: #FFF;
    text-transform: uppercase;
}

.subheader{
    font-size: 20px;
}

small.caption{
  text-align: center;
  width: 100%;
  display: block;
  font-style: italic;
  font-weight: 600;
  margin: 15px 0px 0px;
}


.leader-profiles{
    display: flex;
    flex-flow: row wrap;
    gap: 30px;
    justify-content: center;
    margin-top: 25px;
}

.profile {
    color: #FFF;
    text-decoration: none;
    width: 25%;
  }

  @media(max-width: 992px){
    .profile {
      width: 50%;
    }
  }

  @media(max-width: 767px){
    .profile {
      width: 100%;
    }
  }

  .profile-info {
    display: flex;
    flex-flow: column;
    text-align: center;
    border: 5px solid #fff;
    padding: 20px;
    justify-content: center;
    align-content: center;
    height: 100px;
  }

  .profile:hover .profile-info{
    background-color: #ffffff;
    color: #2A3039;
    transition: all 0.3s ease-in;
  }

  .profile-image {
    width: 200px;
    height: 200px;
    background-color: blue;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .profile-name {
    font-size: 28px;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 0px;
  }

  .profile-title {
    font-style: italic;
    margin-top: 5px;
    margin-bottom: 0px;
  }

  .dark-pattern,
  .dark-pattern .container{
    position: relative;
  }

  .dark-pattern .container{
    z-index: 2;
  }


  .dark-pattern:after{
    content: "";
    position: absolute;
    background-image: url("../img/line-pattern.svg");
    width: 92%;
    height: 100%;
    bottom: 0px;
    left: 0px;
    background-size: 36%;
    background-position: bottom left;
    z-index: 1;
    background-repeat: no-repeat;
  }

  .content-section.margin-light{
    padding: 50px 0px;
  }

  .full-length-quote{
    position: relative;
  }

  .full-length-quote .content {
    background-color: #fff;
    z-index: 2;
    position: relative;
  }

  .full-length-quote h1 {
   font-size: 40px;
  }

  .full-length-quote .col-sm-12{
    position: relative;
  }

  .full-length-quote .col-sm-12:after {
    content: "";
    display: block;
    background-image: url('../img/dotgrid.svg');
    width: 375px;
    height: 375px;
    position: absolute;
    right: 76px;
    top: -95px;
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(69deg);
  }

  .tile-presentation h1{
    font-size: 36px;
  }

  .tiles {
    display: flex;
    flex-flow: row wrap;
    gap: 15px;
    margin-top: 40px;
    justify-content: space-between;
  }

  .tile {
    max-width: 225px;
    width: calc(33.33% - 20px);
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    gap: 20px;
    background: #FFFFFF;
    border: 1px solid #D3D1D0;
    border-radius: 6px;
    height: 245px;
  }

  .tile.active,
  .tile:hover{
    border-bottom: 3px solid #00A2E5;
    box-shadow: 0px 4px 9px 7px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
  }

  .tile-icon {
    width: 100px;
    height: 100px;
    font-size: 80px;
    text-align: center;
    color: #005984;
  }

  .tile-name {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }

  .tile-presentation .card {
    display: none;
    background: #FFFFFF;
    border: 1px solid #D3D1D0;
    border-radius: 5px;
    width: 100%;
  }

  .tile-presentation .card.active {
    display: flex;
    animation: fadeIn 1s;
  }

  .tile-presentation .card-image {
    height: 200px;
    background-color: #00A2E5;
    margin-bottom: 40px;
    border-radius: 5px 5px 0px 0px;
    background-size: cover;
    background-position: center center;
  }

  .tile-presentation .card-content {
    padding: 0px 15px 35px;
  }

  .card-content h2 {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
  }

  .card-content p {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
  }


  @keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }


  .solution-container-large .solution-bucket{
    width: calc(50% - 24px);
    max-width: none;
  }

  .solution-container-large .solution-bucket article{
    display: flex;
    flex-flow: row;
    height: 380px;
    align-items: center;
  }

  .solution-container-large .solution-bucket .bucket-hero{
    height: 100%;
    border-right: 1px solid #D3D1D0;
    border-radius: 5px 0px 0px 5px;
    width: 100%;
    border-bottom: 0px;
  }

.solution-container-large .solution-bucket  .solution-bucket-content {
    padding: 0px 15px 0px 40px;
    max-width: 385px;
  }

.solution-container-large .solution-bucket-content h2,
.solution-container-large .solution-bucket-content p {
    text-align: left;
  }




  @media(max-width:1192px){
    .solution-container-large .solution-bucket .solution-bucket-content {
        padding: 0px 15px 0px 15px;
        max-width: 300px;
      }
  }

  @media(max-width:992px){
    .hero-content p {
        width: 100%;
      }

    .solution-container-large .solution-bucket article {
        flex-flow: column;
      }
      .solution-container-large .solution-bucket .bucket-hero {
        height: auto;
        border-right: none;
        border-radius: 5px 5px 0px;
        border-bottom: 1px solid #D3D1D0;
        padding: 25px;
        margin-bottom: 20px;
      }
      
    .solution-container-large .solution-bucket-content h2,
    .solution-container-large .solution-bucket-content p {
        text-align: center;
    }
  }

  @media(max-width:767px){

    .solution-container-large .solution-bucket {
        width: 100%;
        max-width: none;
      }
    
  }


  .benefits-blocks {
    display: flex;
    flex-flow: row wrap;
    margin-top: 60px;;
  }

  .benefit {
    width: calc(33.3% - 4px);
    min-height: 300px;
    text-align: center;
    height: auto;
    align-items: center;
    display: flex;
    padding: 50px 15px 15px;
    flex-flow: column;
    border-right: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
  }

  .benefit:nth-child(4),
  .benefit:nth-child(5),
  .benefit:nth-child(6){
    border-bottom: none;
  }

  .benefit:nth-child(3),
  .benefit:nth-child(6){
    border-right: none;
  }

  @media(max-width:767px){
    .benefit {
        width: 100%;
        min-height: 300px;
        border-right: none;
      }

      .benefit:nth-child(4),
      .benefit:nth-child(5),
      .benefit:nth-child(6){
        border-bottom: 1px solid #D9D9D9;
      }
  }







  .block-grid-icon {
    width: 90px;
    height: 90px;
    border-radius: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .block-grid-content h2 {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
  }

  .block-grid-content p {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
  }

  .block-grid-icon i {
    font-size: 50px;
  }

  @media (min-width: 767px) and (max-width:811px){
    .button {
      display: block;
      font-size: 15px;
    }

    .center-button{
      justify-self: normal;
    }
  }

  @media (max-width: 767px){
    .solution-bucket-container {
      flex-flow: column;
    }
  }

  @media(max-width:811px){

    #main-navigation:after{
        display: none;
    }

    #main-navigation.active {
        background-color: #FFFFFF;
      }

    .nav-container{
        flex-flow: column;
    }

    .nav-links {
        margin-left: unset;
    }

    .main-navigation.active .nav-links {
        display: flex;
        flex-flow: column;
    }

    .nav-links ul{
        flex-flow: column;
        padding: 25px 0px;
        align-items: normal;
    }

    .main-navigation .menu-button {
        position: absolute;
        right: 0px;
    }

    .main-navigation::after {
        right: 0px;
      }

    h1{
        font-size: 35px;
        line-height: 39px;
    }
    .content p{
        font-size: 16px;
    }

    .hero-content h1{
        font-size:40px;
        line-height: 48px;
    }
    .content-section.intro h1 {
        font-size: 38px;
        line-height: 42px;
      }
      .content-section {
        min-height: 45vh;
        padding: 75px 0px;
      }

      .image-break-quote h1{
        font-size: 35px;
        line-height: 39px;
      }
      
      .solution-section-headline{
        flex-flow: column;
        align-items:flex-start;
      }

      .solution-bucket{
        max-width: 100%;
      }

      .image-break-dark::after {
        width: 20%;
        height: 148px;
        background-repeat: no-repeat;
        background-size: cover;
      }

      .solution-section-headline .button{
        margin-top: 25px;
      }

    .tiles {
        flex-flow: row wrap;
        width: 100%;
        justify-content: space-evenly;
    }

    .tile {
        width: 100px;
        flex-flow: column;
        justify-content: space-evenly;
        align-items: center;
        height: 100px;
      }

      .tile-icon {
        width: 65px;
        height: 65px;
        font-size: 50px;
      }

      .tile-name {
        display: none;
      }


      .leader-profiles{
        align-items: center;
      }

      .full-length-quote .col-sm-12::after {
        width: 100%;
        height: 450px;
        right: auto;
        top: -35px;
        transform: rotate(0deg);
      }

  }


  /*** Collapse Panels **/

  .blog-filters .panel-heading {
    padding: 10px 15px;
    padding-left: 0px;
    border-bottom: 1px solid #D5DBE0;
  }

  .blog-filters .panel-heading .panel-title {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    margin: 0px;
  }

  .blog-filters .panel-heading .panel-title a {
    color: #2F353F;
    display: flex;
    flex-flow: row;
    align-items: center;
    padding: 0px 8px;
    text-decoration: none;
  }

  .panel-title .icon {
    font-size: 5px;
    margin-left: auto;
  }

  .panel-body {
    padding: 0px;
  }

  .blog-filters .panel-body ul {
    padding-left: 8px;
    list-style: none;
  }
  .panel-body ul {
    margin: 1rem 0 0;
  }

.blog-filters .panel-body ul > li {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.04px;
    color: #2F353F;
    font-family: "PT Sans";
  }

.blog-filters .panel-body ul > li .form-control {
    display: grid;
    grid-template-columns: 1em auto;
    gap: 20px;
    background-color: transparent;
    border: 0px;
    box-shadow: none;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.04px;
    color: #2F353F;
  }

.blog-filters .panel-body ul > li input[type="checkbox"]:checked {
    background-color: #00A2E5;
  }

.blog-filters .panel-body ul > li input[type="checkbox"] {
    appearance: none;
    background-color: #FFF;
    margin: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #D5DBE0;
    border-radius: 4px;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
  } 

.blog-filters .panel-body ul > li input[type="checkbox"]:before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #FFF;
    background-color: #00A2E5;
    display: block;
  }

.blog-filters .panel-body ul > li input[type="checkbox"]:checked:before {
    transform: scale(1);
  }

  .panel-title a:not(.collapsed) .icon {
    transform: rotate(180deg);
  }

  .column ul {
    display: grid;
    grid: auto / auto auto;
    min-height: 750px;
    width: 100%;
  }

  .column-2 ul li {
    display: flex;
  }

  .column .highlight{
    display: block;
    margin-right: 15px;
  }

  @media(max-width: 992px){
    .column ul{
      display: block;
      grid: auto / auto auto;
      height: auto;
      width: 100%;
    }
  }

  .callout {
    min-width: 100%;
    min-height: 100px;
    display: flex;
    flex-flow: row;
    position: sticky;
    top: calc(100% - 100px);
    margin-top: 100px;
    color: #FFF;
    z-index: 10001;
    opacity: 0;
}
.callout::after {
    content: "";
    display: block;
    background-image: url("/lib/img/dotgrid.svg");
    width: 10%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: -40px;
    left: 5px;
    background-repeat: no-repeat;
    background-size: cover;
}
.callout-content {
    position: relative;
    display: flex;
    flex-flow: row;
    z-index: 2;
    background-color: #005983;
    width: 100%;
}
.callout-image {
    position: relative;
    width: 125px;
}
.callout-image img {
    position: absolute;
    bottom: 0px;
}
.callout-text {
    display: flex;
    flex-flow: column;
    align-items: left;
    padding: 25px;
    width: calc(100% - 225px);
}
.callout-text h1 {
    font-size: 22PX;
    color: #FFF;
    margin-bottom: 0px;
    line-height: 22px;
}
.callout-text p {
    margin: 0px;
}
.callout-text a{
    color: white;
    font-weight: 600;
}

.close-callout{
   width: 100px;
    background-color: rgba(0,0,0,0.2);
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: auto; 
}

.close-callout button{
    border: none;
    background-color: transparent;
    color: white;
    width: 100%;
    height: 100%;
}

.close-callout button span{
     transform: rotate(45deg);
     display:block;
}

@media(max-width: 811px){
    .callout{
        top:76px;
        margin-top: 0px;
        min-height: auto;
    }
    .callout-text {
        width: 100%;
    }
    .callout-image,
    .callout:after{
        display: none;
    }
}