/*
    Theme Name: Cando
    Theme URI: http://www.candoltd.com
    Description: Cando
    Author: Tactica
    Author URI: http://tactica.ca
    Version: 1.0.0
    Text Domain: cando
    Tags: one-column, two-columns, right-sidebar
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/




body.logged-in .site-header{
    top: 25px;
  }
  .whitebg{
      background-color:white !important;
  }
  .gform_wrapper form .gform_body .gform_fields label{
      color:black !important;
  }
  .section-heading{
      color:black !important;
  }
  .gform_wrapper form .gform_body .gform_fields .ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper form .gform_body .gform_fields .ginput_container textarea {
      border: 2px solid #ffffff !important;
      color:#000000 !important;
      background-color:#ffffff!important;
  }
  .gform_wrapper form .gform_body .gform_fields .ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]){
      height:50px !important;


  }

  .gform_wrapper form .gform_footer input[type="submit"] {
      padding: 10px 30px !important;
      margin: 15px 0px 0px!important;
      color: white !important;
      background: #d01f2f !important;
      font-size: 18px;
      letter-spacing: 0px;
      /* border-radius: 90px; */
  }
  .gform_wrapper form .gform_footer{
      text-align: left;
  }
  ::placeholder{
      color: grey !important;
  }
  .sub-title{
      margin-top:20px;
      font-size:30px;
      margin-bottom:20px;
      font-weight:500;
      text-transform:uppercase;
  }

  .section-callout h2, .contact_us_form h2 {
      margin-top:20px;
      font-size:30px;
      margin-bottom:20px;
      font-weight:500;
      text-transform:uppercase;
  }

.section-callout h2:after, .contact_us_form h2:after {
    content: ""; /* This is necessary for the pseudo element to work. */
    display:block;
    margin-top:10px;
    border-bottom:#d01f2f 4px solid;
    border-radius: 5px;
    width: 20%;
}


  .sub-head{
      color:#d01f2f;
  }
  .greybg,.greybgg{
      background-color:#EFEFEF !important;
  }


  .main-head h1 {
      margin-top:20px;
      font-weight:600;
      color:black !important;
  }

h1.main-head {
    margin-top: 20px;
    font-weight: 600;
    color: black !important;
}


.sub-title:after{
      content: ""; /* This is necessary for the pseudo element to work. */
      display:block;
      margin-top:10px;
      border-bottom:#d01f2f 4px solid;
      border-radius: 5px;
      width: 20%;
  }

  .black_block_quote{
      margin: 28px 0;
      overflow: hidden;
      padding: 0 0 0 26px;
      position: relative;
  }
  .black_block_quote:before{
      border-left: black 3px solid;
      content: ""; /* This is necessary for the pseudo element to work. */
      display:block;
      position: absolute;
      bottom: 0px;
      top: 0px;
      left: 0;
  }
  .red_block_quote{
      margin: 28px 0;
      overflow: hidden;
      padding: 0 0 0 26px;
      position: relative;
      font-size:25px;
      line-height:30px;
      font-weight:100;
  }
  .red_block_quote:before{
      border-left: #d01f2f 3px solid;
      content: ""; /* This is necessary for the pseudo element to work. */
      display:block;
      position: absolute;
      bottom: 0px;
      top: 0px;
      left: 0;
  }
  .lighter_text{
      font-weight:100;
  }
  .right_menu{
      float:right;
  }
  @media(min-width:769px){
      .greybg > .page-about-us-content{
          padding:50px 100px;
      }
      .company_section{
          padding-top:150px !important;
      }
      .portfolio_section{
          height:450px;
      }
      .home-content{
          margin:auto!important;
          max-width:60rem;
          padding:50px 0px;
      }
      .page-about-us-content{
          margin:auto;
          max-width:60rem;
          padding:50px 0px;
      }
      .rwidth{
          max-width:60rem !important;
          margin-top:150px !important;
      }
      .contact_us_form{
          float:left;
          width:60%
      }
      .conatct_us_img{
          float:left;
          width:40%;
      }
      .gform_wrapper{
          margin-left:-20px !important;
      }
      .view_more_cases{
          margin-top:250px;
          margin-left:700px;
          color:#d01f2f;
      }
      .contactus_img{
          border-bottom: black 3px solid;
          width: 300px;
          margin-left: 40px;
          background-size: contain !important;
          background-position: 40% center !important;
          background-repeat: no-repeat !important;
          height: 500px;
          position:absolute;

      }
      .company_logo{
          width:25%;
          text-align:center;
          float:left;
      }
      .grey_left_container{
          width:40%;
          float:left;
      }
      .grey_right_container{
          width:60%;
          float:left;
      }
      .white_left_container{
          width:60%;
          float:left;
      }
      .white_right_container{
          width:40%;
          float:left;
      }
      .service_card{
          margin-top:20px;
          width:31%;
          margin-right:20px;
          float:left;
          background-color:#ffffff;
          padding:20px;
          border-bottom:10px black solid;
      }
      .service_card :nth-child(3n){
          margin-right:0;
      }
      ::placeholder{
          font-weight:100 !important;
      }
      form .search-input{
          font-weight:100 !important;
          margin-bottom: 0;
          width: 247px;
          height: 30px !important;
          color: transparent;
          background: transparent;
          box-shadow: unset;
          -webkit-appearance: textfield;
          -webkit-box-sizing: content-box;
          border-radius: 6px;
          -webkit-transition: all .5s;
          -moz-transition: all .5s;
          transition: all .5s;
          color:black;
      }

      .search-form-container-desktop .search-icon{
          position: relative;
          top: -29px;
          left: 219px;
      }
      .service_card :nth-child(3n+1)
      {
       clear:left;
      }
      .news_card{
          width:30% !important;
      }
      .footer-widgets .column{
          border-right:2px solid grey;
          height:125px;
      }
      .right_most{
          border:none!important;
          padding-top:20px !important;
      }
      .top-bar input{
          max-width:none !important;
      }
      .search-icon{
          position:relative !important;
          height:28px !important;
          width:28px !important;
          line-height:25px !important;
          font-size:18px !important;
          padding:2px !important;
          display: block;
          position: absolute;
          right: 5px;
          top: -1px;
          margin: 0 5px 0 0;
          text-align: center;
          color: #ffffff;
          cursor: pointer;
          background-color:black !important;

      }
      .page-template, .home, .post-template{
          margin-top:-30px;
      }
      .right_img{
          margin-left:50px;
      }
      .home-content .featured-posts-container .featured-posts-wrapper .featured-posts article{
          height:390px !important;
      }
      #home-contact{
          height:630px;
      }
  }
  .page-header{
      animation: none !important;
      -webkit-animation: none !important;
      height:600px !important;
  }
  .case_study_link {
      font-weight:500;
  }
  .case_study_link:hover{
      color:#d01f2f !important;

  }
  .featured-posts article{
      margin:0 30px 40px 10px;
  }
  .service_card_title:hover{
      color:black;
  }

  .right_img{
      width: 300px;
      height: 400px;
      background-size: cover !important;
      border-bottom:5px solid black;
  }

  .case-study-card{
      border-radius:0% !important;
      border-bottom:black 5px solid;

  }
  .featured-casestudy-content h4{
      font-size:22px !important;
      color:#000;
  }
  .featured-casestudy-content{
      padding:25px;
      position:relative;
      height:175px;
      overflow:hidden;
  }
  .featured-casestudy-content a{
      color:#d01f2f;
      font-size:17px;
      line-height:35px;

  }
  .service_card_title{
      text-align:center;
      font-weight:600;
      color:black !important;
  }
  .service_card_text{
      text-align:center;
  }
  .category-card{
      height:250px;
  }
  .service_card{
      height:350px;
  }
  .copyright{
      margin-top:110px;
      padding-top:20px;
      border-top:2px solid grey;
  }
  .footer-widgets .column {
      padding:0px 20px;

  }
  .social_widgets a.badge{
      width: 3.1rem;
      font-size: 1.2rem;
      background-color: white !important;
      color: black!important;
      margin-right: 5px;
      height: 3.1rem;
      line-height: 2.6rem;
  }
  .service_card div{
      text-align:center;
  }

  .top_nav , .bottom_nav{
      float:right;
      background-color:#ffffff !important;
  }

  .right_menu{
      float:right !important;
  }
  .bottom_nav{
      float:right;
      opacity:0;
      transition:all 0.3s ease-in;
  }
  .top_nav li,.bottom_nav li{
      float:left;
      margin-left:20px;
      padding-right:20px ;
      margin-bottom:20px;
      border-right:2px solid #EFEFEF;
      list-style-type: none;
      cursor:pointer;
  }
  .textwidget{
      color:#ffffff;
  }
  .top_nav li a:hover,.bottom_nav li a:hover{
      color:black !important;
  }
  .top_nav li{
      font-size:13px;
  }
  .bottom_nav li{
      font-size:16px;
      font-weight:bold;

  }
  .bottom_nav li:last-child{
      padding-right:0px;
  }
  .top_nav li:last-child , .bottom_nav li:last-child , .bottom_nav li:nth-last-child(2),.bottom_nav li:nth-last-child(3){
      border:none;
      margin-right:0;
  }
  .bottom_nav li:nth-last-child(2),.bottom_nav li:last-child{
      margin-left:0;

  }
  .service_card div img{
      padding:30px 100px;
      height:100px;
  }
  .site-header .row .top-bar #cando-menu .top-bar-left ul li a{
      color:black !important;
  }
  .site-header{
      background-color:#ffffff !important;
      padding:20px 10px 0px !important;
      border-bottom:#EFEFEF solid 8px;
  }

  .top-bar-title{
      width:150px;
  }
  .top_nav , .bottom_nav{
      margin-bottom:0;
  }
  .top-bar-title , .top-bar-right{
      padding-top:0px !important;
  }
  .subtitle-h3{
      text-transform: uppercase;
  }

  .casestudy_img{
      width: 400px;
      background-size: cover !important;
      background-position: left center !important;
      height: 650px;
  }
  .category-news .page-about-us-content .featured-posts-wrapper .archive-posts {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .category-news .page-about-us-content .featured-posts-wrapper .archive-posts article.news-cards{
    box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.4);
    margin:0 30px 40px 10px !important;
    width: 270px;
    border-bottom: black 5px solid;
    border-radius: 0;
    min-height: 400px;
  }
  .category-news .page-about-us-content .featured-posts-wrapper .archive-posts .news-cards .thumb-overlay {
    opacity: 0;
  }
  .category-news .page-about-us-content .featured-posts-wrapper .archive-posts .news-cards .featured-news-content {
    padding: 20px;
  }
  .category-news .page-about-us-content .featured-posts-wrapper .archive-posts .news-cards h4 {
    font-size: 20px !important;
    color: #000;
  }
  .category-news .page-about-us-content .featured-posts-wrapper .archive-posts .news-cards h4:hover {
    text-decoration: none;
  }
  .category-news .page-about-us-content .featured-posts-wrapper .archive-posts .news-cards a.news_item_link {
    color: #d01f2f !important;
    text-decoration: none;
  }
  .contactTableCell {
    padding: 20px 10px !important;
    margin: 20px 10px;
    min-height: 300px;
    border-bottom: 10px black solid;
    box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.4);
  }
  .contactTableCell h2{
    text-align: center !important;
    font-weight: 600 !important;
    line-height: 34px !important;
    color: black;
    margin: 20px 0 !important;
  }
  .contactTableCell p {
    text-align: center !important;
  }

  .gform_wrapper form .gform_body .gform_fields .ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper form .gform_body .gform_fields .ginput_container textarea {
    padding: 0 5px !important;
  }

  .map-image-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .map-image {
    max-width: 960px;
    width: 40%;
  }

  .category-case-studies .page-about-us-content .featured-posts-wrapper .archive-posts, .post-type-archive-case-studies .page-about-us-content .featured-posts-wrapper .archive-posts {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .category-case-studies .page-about-us-content .featured-posts-wrapper .archive-posts article.news-cards, .post-type-archive-case-studies .page-about-us-content .featured-posts-wrapper .archive-posts article.news-cards{
    box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.4);
    margin:0 30px 40px 10px !important;
    width: 270px;
    border-bottom: black 5px solid;
    border-radius: 0;
    min-height: 400px;
  }

  .category-case-studies .page-about-us-content .featured-posts-wrapper .archive-posts .news-cards .thumb-overlay, .post-type-archive-case-studies .page-about-us-content .featured-posts-wrapper .archive-posts .news-cards .thumb-overlay{
    opacity: 0;
  }
  .category-case-studies .page-about-us-content .featured-posts-wrapper .archive-posts .news-cards .featured-news-content,  .post-type-archive-case-studies .page-about-us-content .featured-posts-wrapper .archive-posts .news-cards .featured-news-content{
    padding: 20px;
  }
  .category-case-studies .page-about-us-content .featured-posts-wrapper .archive-posts .news-cards h4, .post-type-archive-case-studies .page-about-us-content .featured-posts-wrapper .archive-posts .news-cards h4{
    font-size: 20px !important;
    color: #000;
  }
  .category-case-studies .page-about-us-content .featured-posts-wrapper .archive-posts .news-cards h4:hover, .post-type-archive-case-studies .page-about-us-content .featured-posts-wrapper .archive-posts .news-cards h4:hover {
    text-decoration: none;
  }
  .category-case-studies .page-about-us-content .featured-posts-wrapper .archive-posts .news-cards a.news_item_link, .post-type-archive-case-studies .page-about-us-content .featured-posts-wrapper .archive-posts .news-cards a.news_item_link{
    color: #d01f2f !important;
    text-decoration: none;
  }

  @media(max-width:720px)
  {
      .home-content .featured-posts-container .featured-posts-wrapper .featured-posts article{
          height:375px !important;
      }
      .page-template ,.home , .post-template, .post-type-archive-case-studies{
          margin-top:75px !important;
      }
      .footer-widgets .column
      {
          text-align:center;
      }
      .site-footer{
          padding: 30px 0 !important;
      }
      .footer-widgets :nth-child(2),.footer-widgets :nth-child(3){
          margin-top:0px !important;
      }
      .news_card{
          width:100% !important;
      }
      .company_logo{
          padding:20px;
      }
      .case-study-card{
          margin-bottom:20px;
          height:400px !important;

      }
      .view_more_cases{
          text-align:center;
      }
      .service_card{
          margin-top:20px;
          width:100%;
          float:left;
          background-color:#ffffff;
          padding:50px 20px;
          border-bottom:10px black solid;

      }
      .right_img{
          width:355px;
      }
      .grey_right_container ,.grey_left_container,.white_left_container, .white_right_container{
          width:100%;
          float:left;
      }
      .home-content{
          margin:0px!important;
          padding:30px 20px;
      }
      .company_logo{
          width:50%;
          float:left;
      }
      .rwidth{
          margin-left:20px !important;
      }
      .page-about-us-content{
          padding:25px 25px;

      }

      .ln-wrapper {
          margin-top:0;
          padding:0 15px;
      }
      .home-content .featured-posts-container{
          margin-left:30px;
          margin-right:30px;
      }
      .contact_us_form,.conatct_us_img{
          width:100%;
          float:left;
      }
      .conatct_us_img {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
      }

      .contactus_img{
          border-bottom: black 3px solid;
          width: 300px;
          background-size: cover !important;
          background-position: 40% center !important;
          height: 400px;
      }
      .featured-posts article{
        margin:0 30px 40px 0;
      }
      .featured-posts-wrapper {
        padding: 0 0 0 0 !important;
      }
      .gform_wrapper form .gform_footer {
        text-align: center;
      }
      .page-template-templ-about .page-header{
        height:300px !important;
        /*background-size: contain;*/
        background-repeat: no-repeat;
        /*background-position: 10% 30%;*/
        background-size:cover;
          background-position:center;
      }
      .page-template-templ-solutions .page-header {
          height:300px !important;
          background-repeat: no-repeat;
          background-size:cover;
          background-position:center;
      }

      .div-table-col, .div-table-col.right {
          margin-bottom:45px !important;
          border-bottom: 2px solid #cacaca !important;
      }

      .div-table-row {
          margin-bottom:0 !important;
      }

      .job-board-item li {
          display:block !important;
      }

      .page-content .page-content-full-container .page-content-main .page-content-content {
          padding-top:0 !important;
      }

      .single-post .columns {
          padding-top:0 !important;
          margin-top:0 !important;
      }

      .single-post .page-header {
          height: 360px !important;
      }

      .single-post .at-share-tbx-element {
          margin-bottom:15px;
      }

      .page-content .page-content-full-container .page-content-main .page-content-content.content-contact-us .contact-info-main {
          font-size:18px !important;
      }

      .page-header .page-header-container h1, .page-header .page-header-container .page-header-title {
          max-width:96% !important;
      }

      .job-board-item li span {
          display:block;
      }

      .contactTableRow {
          display:block;
      }
      .contactTableCell {
          width:96%;
          margin-bottom:15px;
      }

      .site-footer .site-footer-container .column .footer-widgets {
          margin-left:0 !important;
      }

      .home-contact-form {
          padding-top:0 !important;
      }
        .home-contact-form .gform_wrapper {
            margin-top: 0 !important;
        }

      .home-contact-form .gform_wrapper ul li.gfield:first-of-type {
          margin-top:0 !important;
      }


      .home-contact-form .gform_wrapper form .gform_body .gform_fields li {
          padding-left:0;
          padding-right:0;
      }



      .gform_wrapper form .gform_footer input[type="submit"] {
          width:75%;
          margin-bottom:40px !important;
      }
      h1.main-head {
        margin-top: 50px;
        font-size: 35px;
        line-height: 36px;
        letter-spacing: 3px;
      }
      p.red_block_quote {
        font-size: 24px;
      }
      h3.subtitle-h3 {
          font-size:1.25rem;
      }
      p.red_block_quote {
          font-size:18px;
          line-height:20px;
      }
      h4.sub-title {
        margin-top: 20px;
        font-size: 24px;
        margin-bottom: 20px;
        font-weight: 500;
        text-transform: uppercase;
      }
      .page-content-main {
        margin-top: 30px;
      }
      h2.big-heading {
        font-size: 28px !important;
      }
      .site-header{
        padding:20px 0 !important;
        border-bottom:#EFEFEF solid 8px;
      }
      .category-news .page-about-us-content .featured-posts-wrapper .archive-posts article.news-cards{
        margin:0 10px 40px 10px !important;
        width: 100%;
      }
      .category-news .page-about-us-content .featured-posts-wrapper .archive-posts article.news-cards img.cando-thumb-featured {
        width: 100%;
        background-size: contain;
      }
      .category-news .page-about-us-content .featured-posts-wrapper .archive-posts article.news-cards .thumb-overlay {
        width: 100%;
      }
      .category-case-studies .page-about-us-content .featured-posts-wrapper .archive-posts article.news-cards, .post-type-archive-case-studies .page-about-us-content .featured-posts-wrapper .archive-posts article.news-cards{
        margin:0 10px 40px 10px !important;
        width: 100%;
      }
      .category-case-studies .page-about-us-content .featured-posts-wrapper .archive-posts article.news-cards img.cando-thumb-featured, .post-type-archive-case-studies .page-about-us-content .featured-posts-wrapper .archive-posts article.news-cards img.cando-thumb-featured{
        width: 100%;
        background-size: contain;
      }
      .category-case-studies .page-about-us-content .featured-posts-wrapper .archive-posts article.news-cards .thumb-overlay, .post-type-archive-case-studies .page-about-us-content .featured-posts-wrapper .archive-posts article.news-cards .thumb-overlay{
        width: 100%;
      }
      .map-image {
        width: 90%;
      }
  }
  @media screen and (max-width: 1376px) and (min-width: 1024px) {
    .category-news .page-about-us-content .featured-posts-wrapper .archive-posts article.news-cards {
      margin: 0 10px 25px 10px !important;
      width: 25% !important;
      height: 400px;
    }
    .category-case-studies .page-about-us-content .featured-posts-wrapper .archive-posts article.news-cards, .post-type-archive-case-studies .page-about-us-content .featured-posts-wrapper .archive-posts article.news-cards{
      margin: 0 10px 25px 10px !important;
      width: 25% !important;
      height: 400px;
    }
  }
  @media screen and (max-width: 720px) and (min-width: 650px) {
      .map-image {
          width: 75%;
      }
  }
  @media screen and (min-width: 86em){
      .home-content .featured-posts-container .featured-posts-wrapper .featured-posts {
          margin: 32px 0px 64px !important;
      }
      .home-content .featured-posts-container .featured-posts-wrapper .featured-posts article {
          height: 430px !important;
      }
      .view_more_cases {
          margin-left: 840px;
          color: #d01f2f;
      }
  }




/* New rules **/

.emergencies-button a {

    font-weight:500;padding-right:10px;cursor:unset!important;
    font-size: 13px;
}

.search-nav-item {
    display:none;
}

.unhide {
    display:inline-block;
}

.fade-in {
    opacity:1;
}

.search-mobile-wrap {
    display:none;
    position:relative;
    top:20px;
    width:100%;
    padding:10px;
    background: #D01F2F;
}

.search-mobile-wrap input {
    margin-bottom:0;
}

.search-mobile {
    width:17px;
    height:20px;
    float:right;
    display:inline-block;
    background-image:url(assets/images/icon-search.svg);
    background-size:contain;
    background-repeat: no-repeat;
    text-indent:-9999px;
    margin-top: 16px;
    margin-right: 10px;

}


.case-studies-footer {
    background-size:cover;
    background-repeat: no-repeat;
    min-height:350px;
    padding: 85px 15px 65px;
    position:relative;
    width:100%;
}

.cs-footer-overlay {
    position:absolute;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.5);
    top: 0;
    left:0;
    padding: 85px 0 65px;
}

.cs-footer-content {
    max-width: 88%;
    width: 1024px;
    margin-left:auto;
    margin-right:auto;
    color:white;
}

.cs-footer-content h3 {
    font-size:30px;
    font-weight:500;
    text-transform: uppercase;
}

.cs-footer-content h3:after {
    content: '';
    display:block;
    width:140px;
    height:3px;
    background-color: #d01f2f;
    margin:15px 0;
}

.cs-footer-content p {
    font-size:20px;
    font-weight:400;
    color:white !important;
}





.subtitle-cs p {
    margin: 28px 0;
    overflow: hidden;
    padding: 0 0 0 26px;
    position: relative;
    font-size: 25px;
    line-height: 30px;
    font-weight: 100;
}

.subtitle-cs p:before {
    border-left: #d01f2f 3px solid;
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    top: 0px;
    left: 0;
}


.btn {
    display:inline-block;
    background: #d01f2f;
    padding: 15px 30px;
    color:white;
    font-size:20px;
    border-radius: 10px;
    margin:15px 0;
}

.btn:hover {
    background: #292929;
}

.case-studies-footer .btn:hover {
    color: #d01f2f;
    background:white;
}

.video-header {
    position:relative;
    height:600px
}

video#bgvid {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


.featured-posts-wrapper .featured-posts article.cs-card {
    width:31%;
    margin: 0 1% 30px;
    border-radius: 0;
    box-shadow: none;
    overflow:auto;
    height:auto;
    background:white;
    border-bottom: 7px solid black;
    padding-bottom:50px;
}

.featured-posts-wrapper .featured-posts article.cs-card-large {
    width:98%;
    margin: 0 1% 30px;
    border-radius: 0;
    box-shadow: none;
    overflow:auto;
    height:auto;
    background:transparent;
}

.cs-tile-header {
    width:100%;
    display:block;
    height:155px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
}

.featured-casestudy-content {

    background:white;
}


.arrow-right {
    display:inline-block;
    width:16px;
    height:2px;
    background-color:#d01f2f;
    margin-left:5px;
    vertical-align: middle;
    position:relative;
    transition: all 0.3s ease-in-out;
}

.arrow-right:after {
    content: '';
    border: solid #d01f2f;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    right: 0;
    transform: rotate(-45deg);
    top: -3px;
}

.case_study_link {
    position:absolute;
    bottom:15px;
    color:#d01f2f;
    left:25px;
}

.case_study_link:hover .arrow-right, .view_more_cases:hover .arrow-right {
    width:26px;
}

.large-card-image {
    float:left;
    width:50%;
    height:385px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
    display:inline-block;
}

.large-card-content {
    float:left;
    width:50%;
    background:white;
    height:385px;
    position:relative;
    padding:25px;
    border-bottom: 7px solid black;
}

.large-card-content h4 {
    font-size: 22px !important;
    color: #000;
}

.large-card-content a:hover h4 {
    color:#292929;
}

.case-studies-content {
    padding:80px 0;
}

.load-more-wrapper {
    text-align:center;
}

.facetwp-load-more {
    display:inline-block;
    background: #d01f2f;
    padding: 15px 30px;
    color:white;
    font-size:20px;
    border-radius: 10px;
    margin:15px 0;
}

.facetwp-load-more:hover {
    background: #292929;
}

.case-studies-filters {
    width: 100%;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    margin-bottom:35px;
}

.case-studies-filters .btn {
    float:left;
    margin-top:37px;
}

.filter-column {
    width:340px;
    margin-right:15px;
    float:left;
}

.filter-column h5 {
    font-size:20px;
    font-weight:500;
}

.filter-column .facetwp-facet {
    margin-bottom:0;
}

.filter-column .fs-wrap {
    width:100%;
}

.filter-column .fs-label-wrap {
    width:100%;
    border:none;
    border-radius:10px;
}

.filter-column .fs-label-wrap .fs-label {
    padding:20px 35px 20px 18px;
}

.filter-column .fs-search {
    display:none;
}

.filter-column .fs-dropdown {
    width:360px;
    border-radius:10px;
    padding:16px 10px;
}


.fs-wrap.multiple .fs-option.selected .fs-checkbox i {
    background-color: #d01f2f !important;
}


.home-content .featured-posts-container .featured-posts-wrapper .featured-posts article.cs-card {
    float:left;
    height: auto !important;
    width:33%;
    max-width: 360px;
    box-shadow: 1px 2px 3px 0px rgb(0 0 0 / 10%);
}

.home-content .featured-posts-container .featured-posts-wrapper .featured-posts article.cs-card .cs-tile-header {
    height: 250px;
}

.latest-news-footer {
    background-color:#181c20;
    padding: 75px 0 60px;
    border-bottom:1px solid #808080;
}

.latest-news-footer .sub-title {
    color:white;
}

.latest-news-footer .sub-title:atfer {
    width:15%;
}

.view-all-posts {
    margin-top:36px;
    text-align: center;
}


.view-all-posts .btn:hover {
    color:#d01f2f;
    background:white;
}


.ln-wrapper {
    margin: -35px auto 0;
    max-width: calc(60rem + 30px);
    padding: 0px 0px 50px;
}


.ln-feed .cs-card {
    margin:0 15px;
    position:relative;
}

.ln-feed .cs-tile-header {
    height:235px;
}

.ln-feed .featured-casestudy-content {
    height:150px;
}

.ln-feed .featured-casestudy-content h4 {
    font-size:22px;
    line-height:26px;
}

.ln-feed .slick-next {
    width:35px;
    height:35px;
    background:transparent;
    background-size:contain;
    background-image: url(assets/images/icon-next.svg);
    transform:none;
    top:-65px;
    right:15px;
    left:auto;
}

.ln-feed .slick-next:hover, .ln-feed .slick-next:active, .ln-feed .slick-next:focus {
    opacity:1;
    background-image: url(assets/images/icon-next.svg);
}

.ln-feed .slick-prev {
    width:35px;
    height:35px;
    background:transparent;
    background-size:contain;
    background-image: url(assets/images/icon-prev.svg);
    transform:none;
    top:-65px;
    right:60px;
    left:auto;
}

.ln-feed .slick-prev:hover, .ln-feed .slick-prev:active, .ln-feed .slick-prev:focus {
    opacity:1;
    background-image: url(assets/images/icon-prev.svg);
}

.ln-feed .slick-next:before, .ln-feed .slick-prev:before {
    display:none;
}



.youtube-container {
    display: block;
    width: 100%;
    margin: 0px auto;
}

.youtube-player {
    display: block;
    margin: 0px auto;
    padding-bottom: 70.25%;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    cursor: hand;
    cursor: pointer;
    display: block;
}

.youtube-thumbnail {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    height:100%;
    background-position:center;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-size:cover;
}

div.youtube-play-btn {
    height: 68px;
    width:68px;
    left: 50%;
    top: 50%;
    margin-left: -34px;
    margin-top: -34px;
    position: absolute;
    background: url("assets/images/icon-play.svg") no-repeat center center;
    background-size: 68px 68px;
}

.youtube-iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


.careers-header {
    width:60%;
    margin-right:30px;
    display:inline-block;
    float:left;
}

.careers-header-btn {
    float:left;
    margin-top:80px;
    display:inline-block;
}

.careers-header-btn .btn:hover {
    color:white;
}
.btn:hover {
    color:white;
}



.page-template-careers-page-new h2 {
    margin-top: 20px;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 500 !important;
    text-transform: uppercase;
    display:inline-block;
}
.page-template-careers-page-new h2:after {
    content: "";
    display: block;
    margin-top: 10px;
    border-bottom: #d01f2f 4px solid;
    border-radius: 5px;
    width: 100px;
}
.page-template-careers-page-new h3 {
    text-transform: uppercase;
}

.careers-tabs .tabs-content .row {
    max-width:unset;
    display: flex;
    align-items: center;
    justify-content: center;
}

.careers-tabs {
    padding: 65px 0;
}

.careers-tabs .tabs {
    background:rgba(255,255,255,0.5);
    border:none;
    text-align:center;
    display:flex;
}

.careers-tabs .tabs-title {
    float:none;
    flex-grow: 1;
}

.careers-tabs .tabs-title>a {
    display:inline-block;
    background:transparent;
    color:black;
    text-transform: uppercase;
    font-size:17px;
    text-align:center;
    font-weight:500;
    position:relative;
    padding-top:30px;
    padding-bottom:30px;
   width:100%;

}

.careers-tabs .tabs-title>a:hover {
    background:white;
    color:black;
}

.careers-tabs .tabs-title>a:focus, .careers-tabs .tabs-title>a[aria-selected=true] {
    background:white;
    color:black;
}

.careers-tabs .tabs-title>a[aria-selected=true]:after {
    content: '';
    height:3px;
    background-color:#D01F2F;
    width:80px;
    margin-left:auto;
    margin-right:auto;
    display:block;
    position:absolute;
    bottom:15px;
    left: calc(50% - 40px);
}

.careers-tabs .tabs {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.careers-tabs .tabs-title:first-of-type > a {
    border-top-left-radius: 10px;
}

.careers-tabs .tabs-title:last-of-type > a {
    border-top-right-radius: 10px;
}



.careers-tabs .tabs-content {
    background:white;
    padding:50px 60px;
    border:none !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.careers-tabs .tabs-content ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.tabs-content .cell {

    float:none;
}

.tabs-content h2:first-of-type {
    margin-top:0;
    font-weight:400 !important;
}
.tabs-content h2:after {
    display:none;
}

.tabs-content h3 {
    text-transform: none;
}
.tabs-content h4 {
    text-transform: none;
    font-size:25px !important;
    line-height:30px !important;
    margin-bottom:20px;
}

.tab-image {
    height: 425px;
    width:100%;
    background-color:grey;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    position:relative;
}

.play-video {
    position:absolute;
    top:calc(50% - 34px);
    left: calc(50% - 34px);
}

.play-video img {
width:68px;
    height:auto;
}

.careers-map .row {
    max-width:100em;
    display:table;
}

.careers-map .cell {
    display:table-cell;
    vertical-align: middle;
    float:none !important;
}

.careers-map-image {
    min-height:720px;
    width:100%;
    background-size:cover;
    background-position:center;
    background-repeat: no-repeat;
    display:none;
}

.map-content {
    padding-left: 30px;
}

.careers-details-image {
    height:800px;
    border-radius:10px;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.careers-details {
    padding: 65px 0;
}

.careers-details-header {
    margin-bottom:40px;
}
.careers-details-header h2 {
    font-weight: 400 !important;
}
.careers-details-header h2:after {
    display:none;

}


.careers-details-header p:first-of-type{
    margin: 0px 0;
    overflow: hidden;
    padding: 0 0 0 26px;
    position: relative;
    font-size:25px;
    line-height:30px;
    font-weight:100;
}
.careers-details-header p:first-of-type:before{
    border-left: #d01f2f 3px solid;
    content: ""; /* This is necessary for the pseudo element to work. */
    display:block;
    position: absolute;
    bottom: 0px;
    top: 0px;
    left: 0;
}

.accordion {
    background:transparent !important;
    border:none !important;
}
.accordion-item {
    margin-bottom:15px;
    border:none !important;
    background:white;
    border-radius:10px;
}
.accordion .accordion-title {
    border:none !important;
    color:black;
    font-size:18px;
    font-weight:500;
}

.accordion-content {
    padding-top:30px !important;
    border:none !important;
    position:relative;
}

.accordion-content:before {
    width:180px;
    height:3px;
    background:#D01F2F;
    content: '';
    display:block;
    position:absolute;
    top:0;
}

.accordion-title:focus, .accordion-title:hover {
    background:none !important;
}

.accordion-title:before {
    content: '' !important;
    background-image:url(assets/images/icon-down-arrow.svg);
    background-size:contain;
    background-repeat:no-repeat;
    width:12px;
    height:8px;
    margin-top:-2px !important;
    transition: all 0.3s ease-in-out;
}

.is-active>.accordion-title:before {
    transform:rotate(180deg) !important;
}


.careers-journey {
    padding:65px 0;
}
.careers-faq {
    padding:65px 0 215px;
}

.careers-faq h3 {
    margin-bottom:30px;
}

.careers-faq .columns:first-of-type {
    float:none;
    margin-left:auto;
    margin-right:auto;
}

.careers-faq-images {
    margin-top:-150px;
}


.careers-testimonials {
    padding: 85px 0;
    background-size:cover;
    background-position:top center;
    background-color:#292929;
    background-repeat:no-repeat;
    background-image: url(assets/images/testimonials-bg.svg);
}

.careers-testimonials .quote {
    margin-bottom:30px;
}

.careers-testimonials .slick-dots li {
    width:18px;
    height:18px;
    margin-left:0;
    margin-right:0;
}
.careers-testimonials .slick-next:before, .careers-testimonials .slick-prev:before {
    display:none;
}
.careers-testimonials .slick-next {
    width:35px;
    height:35px;
    right: -65px;
    background-image:url('assets/images/arrow-right.svg');
    background-repeat: no-repeat;
    backround-size:contain;
    transition: all 0.3s ease-in-out;
}
.careers-testimonials .slick-next:hover,.careers-testimonials .slick-next:active, .careers-testimonials .slick-next:focus {
    background-image:url('assets/images/arrow-right.svg');
    right:-68px;
}

.careers-testimonials .slick-next:hover:before {
    display:none;
}

.careers-testimonials .slick-prev {
    width:35px;
    height:35px;
    left: -65px;
    background-image:url('assets/images/arrow-left.svg');
    background-repeat: no-repeat;
    backround-size:contain;
    transition:all 0.3s ease-in-out;
}

.careers-testimonials .slick-prev:hover,.careers-testimonials .slick-prev:focus {
    background-image:url('assets/images/arrow-left.svg');
    left:-68px;
}

.careers-testimonials .slick-prev:hover:before {
    display:none;
}

.testimonials-wrap {
    width:75rem;
    max-width:80%;
    margin-left:auto;
    margin-right:auto;
}

.single-testimonial {
    display:flex !important;
    align-items: center;
    width: 100%;
}

.testimonial-image {
    width:400px;
    height:400px;
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color:white;
    border-radius:10px;
    flex: 0 0 400px;

}

.testimonial-content {
    margin-left:50px;

}
.testimonial-content p {
    color:white;
    font-family:'Rubik', sans-serif;
    font-size:25px;
    line-height:30px;
}

.testimonial-content h4 {
    color:white;
    font-weight:bold;
    font-family:'Rubik', sans-serif;
    font-size:16px;
    text-transform: uppercase;
}

.careers-testimonials .slick-dots li button:before {
    color:white;
    font-size:10px;
    opacity:1;
}

.careers-testimonials .slick-dots li.slick-active button:before {
    color:#D01F2F;
    font-size:10px;
    opacity:1;
}

.candidate-journey-header {
    margin-bottom:60px;
    position:relative;
    padding-right:35%;
}

.candidate-journey-header .btn {
    position:absolute;
    right:0;
    bottom:-20px;
}

.cjImage:first-of-type {
    width:100%;
    height:355px;
    border-radius:10px;
    display:inline-block;
    margin-bottom:15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.cjImage {
    width:48%;
    height:355px;
    border-radius:10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display:inline-block;
    background-size:cover;
    background-position:center;
    background-repeat: no-repeat;
}

.cjImage:nth-of-type(2) {
    margin-right:2.8%;
    border-bottom-right-radius: 0;
}

.cjImage:nth-of-type(3) {
    border-bottom-left-radius: 0;
}

.step-num {
    float:left;
    display:inline-block;
    width:48px;
    height:48px;
    text-align:center;
    border-radius:10px;
    font-size:25px;
    /*line-height:25px;*/
    margin-right:20px;
    background:#D01F2F;
    color:white;
    line-height:48px;
    position:relative;
    z-index:99;
}


.full-step {
    position:relative;
}
.full-step:before {
    content: '';
    width:2px;
    height:100%;
    position:absolute;
    display:block;
    background:black;
    top:5px;
    left:23px;
    z-index:0;
}

.full-step:last-of-type:before {
    display:none;
}

.step {
    float:left;
    display:inline-block;
    margin-bottom:5x;
    width:83%;
    margin-top:10px;


}

.step h5 {
    font-size:22px;
    margin-bottom:0;
}

.career-page a:focus,.career-page a:hover {
    color: #D01F2F
}

#openings-section .job-openings {
    margin-top:25px;
    margin-bottom:15px;
}

#openings-section .job-openings, #openings-section .job-openings tbody {
    border:none !important;
}

#openings-section .job-openings tr {
    border:none !important;

    background:none;
}
#openings-section .job-openings tr td {
    padding:15px 0;
    border-bottom:1px solid rgba(0,0,0,0.35) !important;
}

#openings-section table.dataTable thead th{
    background:transparent;
    border:none !important;
    border-bottom:3px solid #D01F2F !important;
    font-size:18px;
    text-transform: uppercase;
}

#openings-section .job-openings thead{
    background:transparent;
    border:none !important;
    border-bottom:3px solid #D01F2F !important;
    font-size:18px;
    text-transform: uppercase;
}

#openings-section .job-openings thead th {
    padding:15px 0;
}

#openings-section .job-openings tr th:nth-of-type(3), #openings-section .job-openings tr td:nth-of-type(3)  {
    text-align:right;
}

#openings-section #postDate {
    padding-right:30px;
}


#jobOpenings_filter {
    float:left;
    text-align:left;
    margin-top:30px;
}
#jobOpenings_filter label {
    font-size:0 !important;

}


#openings-section .dataTables_wrapper .dataTables_filter input {
    width:300px;
    border-radius:10px;
    margin-left:0;
    padding:25px 10px 25px 42px;
    background-size:16px 16px;
    background-repeat: no-repeat;
    background-image:url(assets/images/icon-search-grey.svg);
    background-position-x: 5%;
    background-position-y: 18px;
}

#openings-section .dataTables_wrapper .dataTables_paginate .paginate_button {
    border-radius:10px !important;
    background:#D01F2F;
    color:white !important;
}

#openings-section .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: black !important;
}

.job-openings-section {
    padding-bottom:40px;
}


.clear-filters-table {
    margin-top:30px;
    margin-left:10px;
    float:left;
}
#openings-section .column-filter {
    display: inline-block;
    float: left;
    border-radius: 10px;
    width: 300px;
    padding: 13px 8px;
    height: unset;
    margin-top: 30px;
    margin-left: 10px;
    background: transparent;
    border: 1px solid #aaa;
    position:relative;
}

#openings-section .column-filter {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    background-size:12px 8px;
    background-repeat: no-repeat;
    background-image:url(assets/images/icon-down-arrow.svg);
    background-position-x: 95%;
    background-position-y: 20px;
}


@media(max-width:1025px){
    .testimonials-wrap {
        max-width:900px;
    }
    .careers-tabs .tabs-content {
        padding: 25px 30px;
    }
    .careers-tabs .tabs-title>a {
        font-size:14px;
    }
    .careers-map-big-image {
        display:none;
    }
    .careers-map-image {
        display:block;
    }
    .careers-map .columns:first-of-type {
        padding-left:0;
    }
    .cjImage:nth-of-type(2) {
        margin-right:2.3%;
    }
}

@media(max-width:821px) {



    .site-header .row .top-bar .top-bar-title {
        padding-bottom: 14px !important;
    }

    .search-mobile-wrap {
        top: 120px;
    }

    .featured-posts-wrapper .featured-posts article.cs-card {
        width:49%;
        margin: 0 0.5% 30px;
    }

    .featured-posts-wrapper .featured-posts article.cs-card-large {
        width:99%;
        margin: 0 0.5% 30px;
    }
    .large-card-image, .large-card-content {


        height:430px;

    }

    .filter-column {
        width:34%;
    }

    .row.ln-feed {
        max-width:90%;
    }

    .page-about-us-content {
        max-width:96%;
    }

    img {
        max-width:100%;
    }

    .greybg > .page-about-us-content{
        padding:50px 100px;
    }
    .company_section{
        padding-top:150px !important;
    }



    .home-content{
        margin: 0 auto 20px !important;
        max-width:96%;
        padding:50px 0px;
    }
    .home-content.portfolio_section{
        height:450px;
        margin-bottom:400px !important;
    }
    .page-about-us-content{
        margin:auto;
        max-width:96%;
        padding:50px 0px;
    }
    .rwidth{
        max-width:60rem !important;
        margin-top:150px !important;
    }
    .contact_us_form{
        float: none;
        width:100%;
    }

    .gform_wrapper{
        margin-left:-20px !important;
    }
    .view_more_cases{
        display:block;
        color:#d01f2f;
    }
    .contactus_img{
        display:none;

    }
    .company_logo{
        width:25%;
        text-align:center;
        float:left;
    }
    .grey_left_container{
        width:40%;
        float:left;
    }
    .grey_right_container{
        width:60%;
        float:left;
    }
    .white_left_container{
        width:55%;
        float:left;
        margin-left:15px;
    }
    .white_right_container{
        width:40%;
        float:left;
    }
    .service_card{
        margin-top:20px;
        width:31%;
        margin-right:20px;
        float:left;
        background-color:#ffffff;
        padding:20px;
        border-bottom:10px black solid;
    }
    .service_card :nth-child(3n){
        margin-right:0;
    }
    ::placeholder{
        font-weight:100 !important;
    }


    .search-form-container-desktop .search-icon{
        position: relative;
        top: -29px;
        left: 219px;
    }
    .service_card :nth-child(3n+1)
    {
        clear:left;
    }
    .news_card{
        width:30% !important;
    }
    .footer-widgets .column{
        border-right:2px solid grey;
        height:200px;
    }
    .right_most{
        border:none!important;
        padding-top:20px !important;
    }
    .top-bar input{
        max-width:none !important;
    }
    .search-icon{
        position:relative !important;
        height:28px !important;
        width:28px !important;
        line-height:25px !important;
        font-size:18px !important;
        padding:2px !important;
        display: block;
        position: absolute;
        right: 5px;
        top: -1px;
        margin: 0 5px 0 0;
        text-align: center;
        color: #ffffff;
        cursor: pointer;
        background-color:black !important;

    }
    .page-template, .home, .post-template{
        margin-top:-30px;
    }
    .right_img{
        margin-left:0;
        width:100%;
    }

    .home-content .featured-posts-container .featured-posts-wrapper .featured-posts {
        margin-top:0 !important;
        margin-bottom:60px !important;
        margin-left: -0.9375rem !important;
        margin-right: -0.9375rem !important;
    }

    .home-content .featured-posts-container .featured-posts-wrapper .featured-posts article.cs-card {
        float:none;
        height: auto !important;
        width: 100%;
        max-width: 360px;
        margin: 20px auto !important;
        box-shadow: 1px 2px 3px 0px rgb(0 0 0 / 10%);
    }


    .testimonials-wrap {
        max-width:650px;
    }

    .testimonial-image {
        width:250px;
        height:250px;
        flex: 0 0 250px;
    }

    .step {
        margin-top:1px;
    }

    .step-num {
        width:30px;
        height:30px;
        font-size:18px;
        line-height:30px;
    }

    .full-step:before {
        left:14px;
    }

    }


@media(max-width:767px) {
    .footer-widgets .column {
        height:auto;
        margin-bottom:15px;
    }

    .site-header .row .top-bar .top-bar-title {
        padding-bottom: 0px !important;
    }
    .row.ln-feed {
        max-width:96%;
        margin-top:15px;
    }

    .featured-posts-wrapper .featured-posts article.cs-card, .featured-posts-wrapper .featured-posts article.cs-card-large {
        width:100%;
        margin: 0 0 30px;
    }

    .large-card-image, .large-card-content {
        float:none;
        width:100%;
    }

    .case-studies-content {
        width:92%;
        margin-left:auto;
        margin-right:auto;
    }
    .large-card-content {
        height:470px;
        margin-top:-10px;
    }

    .case-studies-filters {
        margin-bottom:0;
    }

    .filter-column {
        width:100%;
        margin-left:0;
        margin-bottom:10px;
    }
    .case-studies-filters .btn {
        margin-top:15px;
        width:100%;
        text-align:center;
    }

    .video-header {
        height:400px;
    }

    .post-type-archive-case-studies .page-content-main {
        padding-top:0;
    }

    .rwidth {
        margin-top:60px !important;
    }

    .careers-header {
        width:95%;
        float:none;
        margin-right:0;
    }

    .careers-header-btn {
        margin-top:0;
    }


.single-testimonial {
    display:block !important;
}

.careers-tabs .tabs {
    display:block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.careers-tabs .tabs .tabs-title:first-of-type a {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
    .careers-tabs .tabs-content .row {
        display:block;
    }

    .careers-tabs .tabs-panel {
        padding:0;
    }

    .careers-tabs .tabs-panel .columns:first-child {
        padding-top: 0;
    }

    .tab-image {
        height:220px;
    }

    .careers-map {
        padding-bottom:30px;
    }

    .careers-map .columns:first-child {
    padding-top: 0;
    }

    .careers-map .row {
        display:block;
    }

    .careers-map .cell {
        display:block;
    }
    .careers-map .columns:first-of-type {
        padding-right:0;
    }

    .careers-map-image {
        min-height:260px;
        background-size:contain;

    }

    h2 br {
        display:none;
    }

    #openings-section .job-openings tr th:nth-of-type(3), #openings-section .job-openings tr td:nth-of-type(3) {
    display:none  !important;
}

    .testimonials-wrap {
        max-width:80%;
    }

    .testimonial-image {
        width:100%;
        height:300px;
        flex: 0 0 100%;
    }

    .testimonial-content {
        margin-left:0;
        margin-top:30px;
    }

    .testimonial-content p {
        font-size:20px;
        line-height:24px;
    }

    .testimonials-wrap .slick-dots {
        display:none !important;
    }

    .careers-testimonials .slick-arrow {
        bottom:-68px !important;
        top: unset;
    }

    .careers-testimonials .slick-next {
        right:calc(50% - 40px);
    }

    .careers-testimonials .slick-next:hover,.careers-testimonials .slick-next:active, .careers-testimonials .slick-next:focus {

        right:calc(50% - 40px);
    }

    .careers-testimonials .slick-prev {
        left:calc(50% - 40px);
    }

    .careers-testimonials .slick-prev:hover,.careers-testimonials .slick-prev:active, .careers-testimonials .slick-prev:focus {

        left:calc(50% - 40px);
    }

    .careers-journey {
        padding-top:0;
    }

    .candidate-journey-header {
        padding-right:0;
        margin-bottom:0px;
    }

    .candidate-journey-header .btn {
        position:relative;
        bottom:unset;
        right:unset;
    }

    .cjImage {
        height:200px;
    }
    .cjImage:first-of-type {
        height:200px;
        margin-bottom:6px;
    }

    .btn {
        font-size:16px;
    }


    .careers-tabs {
        padding:25px 0;
    }

    .page-content-full-container {
        max-width:94% !important;
    }

    .careers-details {
        padding-top:0;
    }

    .careers-details-image {
        height:370px;
    }

    .careers-details-header {
        margin-bottom:0;
    }

    .careers-details-header p:first-of-type {
        font-size:22px;
        line-height:30px;
        margin-bottom:0;
    }


    .careers-faq {
        padding-top:0;
        padding-bottom:500px;
    }

    .careers-faq-images {
        margin-top:-500px;
    }

    .accordion-title {
        padding-right:2.2rem !important;
    }



    #openings-section .column:first-child {
        padding-top:0;
    }

    #openings-section #jobOpenings_filter, #openings-section .dataTables_wrapper .dataTables_filter input {
        width:100%;
    }

    #grnhse_app {
        margin-top:-100px;
    }

    #openings-section .column-filter, .clear-filters-table {
        margin-left:0;
        width:100%;
        margin-top:5px;

    }

    .careers-testimonials {
        padding-top:40px;
        background-image:url(assets/images/testimonials-bg-mobile-01.svg);
        background-repeat:no-repeat;
        background-position:top left;
        background-size:contain;
    }

    .panel {
        background:white;
        border-radius:10px;
        margin-bottom:25px;
        width:96%;
        margin-left:auto;
        margin-right:auto;
        padding:20px;
    }

    .panel .columns:first-of-type {
        padding-top:0;
    }

    .panel h2 {
        text-align:center;
        font-size:18px;
        display:block;
        margin-top:5px;
    }
    .panel h2:after {
        margin-left:auto;
        margin-right:auto;
        border-bottom: #d01f2f 3px solid;
    }

    .panel h4 {
        font-size: 20px;
        font-weight:400;
        margin-bottom:20px;
    }

}


[class^="module-"].no-margin .page-about-us-content {
    padding-top:0;
    padding-bottom:0;
}

[class^="module-"].no-margin-top .page-about-us-content {
    padding-top:0;
}

[class^="module-"].no-margin-bottom .page-about-us-content {
    padding-bottom:0;
}

[class^="module-"].small-margin .page-about-us-content {
    padding-bottom:25px;
    padding-top:25px;
}

[class^="module-"].small-margin-top .page-about-us-content {
    padding-top:25px;
}

[class^="module-"].small-margin-bottom .page-about-us-content {
    padding-bottom:25px;
}

[class^="module-"] blockquote {
    padding-top:0;
    border-left: 3px solid black;
}

[class^="module-"] .right_img {
    margin-left:0;
}

[class^="module-"].type-image-right .right_img {
    margin-left:auto;
}


[class^="module-"] h2 {
    font-size:30px;
    margin-bottom:20px;
    font-weight:500;
    text-transform:uppercase;
}

[class^="module-"].greybg h2 {
    font-weight: 400;
}

[class^="module-"].greybg h2:after {
    display:none;
}
[class^="module-"].greybg h4 {
    margin: 28px 0;
    overflow: hidden;
    padding: 0 0 0 26px;
    position: relative;
    font-size: 25px;
    line-height: 30px;
    font-weight: 100;
}

[class^="module-"].greybg h4:before {
    border-left: #d01f2f 3px solid;
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    top: 0px;
    left: 0;
}


[class^="module-"] h2:after {
    content: ""; /* This is necessary for the pseudo element to work. */
    display:block;
    margin-top:10px;
    border-bottom:#d01f2f 4px solid;
    border-radius: 5px;
    width: 20%;
}

[class^="module-"] h3 {
    margin: 28px 0;
    overflow: hidden;
    padding: 0 0 0 26px;
    position: relative;
    font-size: 25px;
    line-height: 30px;
    font-weight: 100;
}

[class^="module-"] h3:after {
    border-left: #d01f2f 3px solid;
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    top: 0px;
    left: 0;
}


[class^="module-"] h4 {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    color: #292929;
    letter-spacing: 0.5px;
    line-height: 25px;
    font-weight:100;
}

[class^="module-"] p {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    color: #292929;
    letter-spacing: 0.5px;
    line-height: 25px;

}


.module-services.greybg h2 {
    font-weight:500;
}
.module-services.greybg h2:after {
    display:block;
}


.contactTableRow {
    text-align:center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.contactTableCell {
    flex: 1 1 31%;
}

.module-contacts .contactTableCell p {
    font-weight: 300;
    line-height:30px;
}


.module-contacts .contactTableCell a {
    color:#d01f2f;
}

.module-contacts .contactTableCell h2 {
    text-transform: unset;
    text-align: center;
}
.module-contacts .contactTableCell h2:after {
    display:none;

}

.module-contacts .contactTableCell h5 {
    font-weight: 300;
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 0;
    color:#d01f2f !important;
}


.module-casestudies.greybg h4 {
    margin: 0 0 15px;
    padding-left:0;
    font-weight:400;
}
.module-casestudies.greybg h4:before {
    display:none;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.custom-us-header {
    background-color: #fff;
    color: #333;
    font-family: Arial, sans-serif;
    position: sticky;
    top: 0;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .custom-us-header img {
    width: 130px;
    height: auto;
  }

  .custom-us-header a.cta-link {
    color: #333;
    text-decoration: none;
    font-size: 16px;
    border: 1px solid #333;
    padding: 8px 16px;
    border-radius: 4px;
    transition: all 0.3s ease;
  }

  .custom-us-header a.cta-link:hover {
    background-color: #333;
    color: #fff;
  }