body.fixed .header_wrapper {
    position: absolute;
  }
  
  .header_wrapper {
    background: transparent !important;
  }
  
  .desktop_hide {
    display: none;
  }
  
  .verticalSlideText {
    padding: 0;
  }
  
  .pulsingButton {
    /* margin: 40px 0; */
  }
  
  .slick-dots {
    position: relative;
  }
  
  .featuresTopImg {
    background         : url(/skins/theme1/media/images/resource_center_hero.svg), #fff;
    background-repeat  : no-repeat;
    background-size    : cover;
    background-position: center;
    align-items        : flex-end !important;
    width              : 100%;
    margin             : 0;
    min-height         : 70vh;
    padding-top: 80px;
    padding-bottom: 30vh;
  }
  
  .featuresTopImg hr {
    border-top: 1.5px solid #FFF;
    width     : 60%;
  }
  
  .featuresTopImg h2 {
    color         : #FFFFFF;
    font-family   : "Red Hat Display";
    font-size     : 50px;
    font-weight   : bold;
    letter-spacing: 0;
    line-height   : 64px;
    width: 80vw;
  }
  
  .haveItYourWay svg,
  .verticalSlideText svg {
    width : 100%;
    fill  : #fff;
    height: 60px;
  }
  
  .featuresTopImg p {
    color: #FFFFFF;
  
    font-size     : 32px;
    font-weight   : 300;
    letter-spacing: 0;
    line-height   : 40px;
  }
  
  .featuresTopImg a:hover {
    text-decoration: none;
  }
  
  /* Features Slider */
  .verticalSlideText h3 {
    margin-top: 100px;
  }
  
  .features_slider_img img {
    width     : 100%;
    height    : 100%;
    object-fit: cover;
  }

  .btn-pad {
    width: 238px;
  }

  .content_resource {
    justify-content: center;
    padding-bottom: 100px;
  }

  .content_resource .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .content_resource .resource_cta_item {
    position: relative;
    max-width: 1000px;
    padding: 40px;
  }

  .content_resource .resource_cta_item [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
  }

  .content_resource .top_cta, .content_resource .mid_cta {
    padding: 0;
  }

  .content_resource .top_cta .resource_cta_item.large-cta {
    position: relative;
    max-width: 1000px;
    top: -220px;
  }

  .content_resource .mid_cta .resource_cta_item.large-cta {
    position: relative;
    max-width: 1000px;
    top: 0;
  }

  .content_resource .resource_cta_item .resource_cta_item_top .img_cta {
    overflow: hidden;
    display: block;
  }

  .content_resource .resource_cta_item .resource_cta_item_top .img_cta img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9;
  }

  .content_resource .resource_cta_item .resource_cta_item_bottom {
    position: relative;
    height: auto;
  }

  .content_resource .resource_cta_item .resource_cta_item_bottom h4 {
    padding-top: 40px;
    color: #2204AF;
    font-family: "Red Hat Display";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
  }

  .content_resource .resource_cta_item .resource_cta_item_bottom h4 a {
    transition: opacity 0.35s ease;
    color: #2204AF;
  }

  .content_resource .resource_cta_item .resource_cta_item_bottom h4 a:hover {
    opacity: 0.5;
  }

  .content_resource .resource_cta_item .resource_cta_item_bottom p {
    color: #444;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
    height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .content_resource .resource_cta_item .resource_cta_item_bottom a svg {
    border-radius: 50%;
    overflow: hidden;
    transition: background-color 0.35s ease;
  }

  .content_resource .resource_cta_item .resource_cta_item_bottom a:hover svg {
    background-color: #FF963B;
  }

  .content_resource .resource_cta_item .resource_cta_item_bottom a:hover svg .arrow{
    fill: #FFF;
  }

  .pagination:first-child {
    display: none;
  }

  .pagination ul {
    display: flex;
  }

  .pagination {
    position: relative;
    padding-top: 100px;
  }

  .pagination ul {
    box-shadow: none;
  }

  .pagination ul li a {
    width: 70px;
    height: 70px;
    border-radius: 50% !important;
    border: 1px solid #6374FF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6374FF;
    text-align: center;
    font-family: "Red Hat Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 1px; /* 93.75% */
  }

  .pagination ul li + li {
    margin-left: 34px;
  }

  .pagination ul li a.prev-page,
  .pagination ul li a.next-page {
    background-color: #6374FF;
  }

  @media screen and (max-width: 768px) {

    .featuresTopImg {
        min-height          : 50vh;
        padding-bottom      : 25vh;
    }

    .featuresTopImg h2 {
        font-size     : 28px;
        font-weight   : bold;
        letter-spacing: 0;
        line-height   : 30px;
        margin-bottom : 10px;
        margin-top    : 50px;
    }

    .featuresTopImg p {
        color: #FFFFFF;
        font-size     : 22px;
        font-weight   : 300;
        letter-spacing: 0;
        line-height   : 1.2;
    }

    .content_resource {
        padding: 0 15px 40px;
    }

    .content_resource .top_cta .resource_cta_item.large-cta {
        position: relative;
        max-width: 828px;
        top: -120px;
    }

    .content_resource .resource_cta_item {
        position: relative;
        max-width: 100%;
        padding: 20px;
    }

    .content_resource .resource_cta_item .resource_cta_item_bottom h4 {
        padding-top: 20px;
        font-size: 16px;
    }

    .content_resource .resource_cta_item .resource_cta_item_bottom svg {
        width: 40px;
        height: 40px;
    }
    
    .content_resource .resource_cta_item .resource_cta_item_bottom p {
        font-size: 15px;
        height: auto;
        line-height: 1.4;
    }

    .pagination {
        position: relative;
        padding-top: 40px;
    }

    .pagination ul li a {
        width: 35px;
        height: 35px;
        font-size: 15px;
    }
    
    .pagination ul li + li {
        margin-left: 15px;
    }

    .pulsingButton {
        font-size : 14px;
        min-width : 150px;
    }

    .btn-pad {
        width: fit-content;
    }
    

  }