/* 
  This file is meant for custom styles to override main theme styles.
  In an ideal world you should amend your styles in the relevant css file, and not use this overrides file.
  Only use this one as a last resort :)
*/

.body-wrapper {
    overflow: hidden;
}

.recruitment--section-banner, .service--section-banner {
  overflow: hidden;  
}

.breadcrumb {
    margin-bottom: 2em;
}

.hs-breadcrumb-menu-item {
    padding-left: 0;
    padding-right: 10px;
}

.hs-breadcrumb-menu-item a {
    display: inline;
    font-weight: bold;
    color: #e83757;
}

.menu-bar .hs-breadcrumb-menu-wrapper>ul>li>a {
    padding: 15px 0;
}

.hs-breadcrumb-menu>li {
    background-image: url("https://info.cdsds.uk/hubfs/Website%20files%202020/angle-right.svg");
    background-position: 95% center;
    background-repeat: no-repeat;
    margin-right: 0;
    padding-right: 2em;
    background-size: 16px 16px;
}

.hs-breadcrumb-menu>li:last-child {
    background-image: none;
    padding-left: 0.5em;
}

.breadcrumb .hs-menu-wrapper>ul>li>a,.breadcrumb .hs-breadcrumb-menu-wrapper>ul>li>a {
    font-size: 1em;
    font-weight: bold;
    color: #e83757;
    padding: 0;
}

.hero-format .breadcrumb .hs-menu-wrapper>ul>li>a,.hero-format .breadcrumb .hs-breadcrumb-menu-wrapper>ul>li>a {
    font-size: 1em;
    line-height: 1.75em;
}

.breadcrumb .hs-menu-wrapper>ul>li>a:hover,.breadcrumb .hs-breadcrumb-menu-wrapper>ul>li>a:hover {
    color: #e83757;
}

.breadcrumb .hs-menu-wrapper>ul>li>a:hover:before,.breadcrumb .hs-breadcrumb-menu-wrapper>ul>li>a:hover:before {
    display: none;
}

.breadcrumb .hs-menu-wrapper>ul>li:last-child>a,.breadcrumb .hs-breadcrumb-menu-wrapper>ul>li:last-child>a {
    font-weight: normal;
    cursor: default;
    color: #000;
}

.circle-bg .breadcrumb .hs-menu-wrapper>ul>li:last-child>a,.dotted-bg .breadcrumb .hs-menu-wrapper>ul>li:last-child>a,.circle-bg .breadcrumb .hs-breadcrumb-menu-wrapper>ul>li.last-crumb,.dotted-bg .breadcrumb .hs-breadcrumb-menu-wrapper>ul>li.last-crumb {
    color: #fff;
    opacity: 1;
}

.breadcrumb .hs-menu-wrapper>ul>li:last-child,.breadcrumb .hs-breadcrumb-menu-wrapper>ul>li:last-child {
    background-image: none;
    padding-right: 0;
}

.circle-bg .breadcrumb .hs-menu-wrapper>ul>li:last-child>a:hover,.circle-bg .breadcrumb .hs-breadcrumb-menu-wrapper>ul>li:last-child>a:hover {
    color: #fff;
}

.breadcrumb .hs-menu-wrapper>ul>li:last-child>a:hover:before,.breadcrumb .hs-breadcrumb-menu-wrapper>ul>li:last-child>a:hover:before,.hs-breadcrumb-menu-divider {
    display: none;
}


.circle-bg,.circle-bg-teal {
    position: relative;
}

.tiled-bg:before,.dotted-bg:before,.circle-bg:before,.circle-bg-teal:before {
    content: '';
    background-image: url("https://info.cds.co.uk/hubfs/CDS_Website_Files_Jan_2020/arrows-pattern-black.png");
    background-repeat: repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-attachment: fixed
}

.secondary-bg:before {
    content: '';
    background-color: #000000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.pillar-page .tiled-bg:before {
    position: fixed;
}

.pillar-page .tiled-bg.slide-menu:before {
    position: absolute;
}

.dotted-bg:before,.stat-box.dotted-bg {
    background-image: url("https://info.cds.co.uk/hubfs/CDS_Website_Files_Jan_2020/dots-pattern-white.png");
    z-index: -1;
    background-attachment: initial;
}

.pillar-page .dotted-bg::before {
    z-index: 1;
}

.dotted-bg.black:before,.stat-box.dotted-bg.black {
    background-image: url("https://info.cds.co.uk/hubfs/CDS_Website_Files_Jan_2020/dots-pattern-black.png");
}

.circle-bg:before {
    background-image: url("https://info.cds.co.uk/hubfs/CDS_Website_Files_Jan_2020/circles-pattern-white.png");
    z-index: -1;
    background-attachment: initial;
}

.circle-bg-teal:before {
    background-image: url("https://info.cds.co.uk/hubfs/CDS_Website_Files_Jan_2020/circles-pattern-transparent.png");
    background-color: #e83757;
}

.circle-bg-teal .form-container-light form label span.hs-form-required {
    color: #000000; !important;
}

.hs-blog-listing .category-circle-bg:before {
    background-image: url("https://info.cds.co.uk/hubfs/CDS_Website_Files_Jan_2020/circles-pattern-white.png");
    z-index: -1;
    background-attachment: initial;
}

.circle-bg.black:before {
    background-image: url("https://info.cds.co.uk/hubfs/CDS_Website_Files_Jan_2020/circles-pattern-black.png");
}

.tiled-bg .row-fluid-wrapper,.dotted-bg .row-fluid-wrapper {
    z-index: 10;
    position: relative;
}


.sharethis {
    color: #fff;
    font-size: 1.11em;
    line-height: 1.3em;
    font-weight: bold;
    margin-top: 10px;
    float: left;
    margin-right: 10px;
}

.addthis_sharing_toolbox {
    display: inline-block;
}

.addthis-widget-type-1 .at-share-btn {
    margin-right: 5px !important;
}

.blog-post {
    padding-top: 0;
}

.blog-post__header{
    padding: 150px 0 0;
    color: white;
    position: relative;
}
.blog-post__header:before{
    width: 100vw;
    transform: translateX(-50%);
    left: 50%;
    background-color: #000;
}

.blog-post__title{
    color: white;
    margin: 0 0 90px 0;
    font-size: 2.3rem;
}
.blog-post__meta{
    display: flex;
    transform: translateX(-180px);
    margin: 0;
}
.blog-post__meta-author {
    width: 50%;
    background-color: white;
    padding: 20px 40px 20px 180px;
    color: #1b1b1b;
}
.blog-post__meta-author p{
    margin: 0;
    line-height: 1.4;
}
.blog-post__meta-sharing{
    width: 50%;
    padding: 20px 40px;
    background-color: #e83757;
    color: white;
}

.blog-post__content {
    padding-right: 50px;
}

.blog-post__content img {
    display: block;
    padding-bottom:2em;
}

.blog-post__body{
    padding: 100px 0;
    overflow: hidden;
}
.blog-post__read-time{
    font-style: italic;
    margin-top: 0;
}
.blog-post__author h2{
    font-size: 1.4em;
    margin-bottom: 20px;
}
.blog-post__author p.name{
    font-size: 1.12em;
    line-height: 1.3em;
    font-weight: bold;
    margin: 0;
}
.blog-post__author p.name a{
    color: inherit;
    text-decoration: none;
}
.blog-post__author .img-circle{
    border-radius: 100%;
}

.blog-post__author .blog-author-post{
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}

.blog-post__author .img-circle img{
    border-radius: 100%;
    display: block;
    width: 100%;
    height: auto;
}

.blog-post__author .author-bio{
    padding-bottom: 10px;
}

.blog-post__author .author-bio .bio {
    display: none;
  }
  
  .row-fluid .span3.blog-post__sidebar{
      margin-left: 0;
      width: 24.9999%;
  }
  
  .blog-post__author .cta_button.arrow{
      font-size: 14px;
      margin: 0;
  }
  
  .blog-post__row{
      display: flex;
  }

.blog-related-posts h2{
    text-align: left;
    padding-left: 90px;
}
.blog-related-posts .emphasis{
    color: #e83757;
    padding-left: 90px;
}

.blog-related-posts__list{
    display: flex;
    flex-wrap: wrap;
    padding-top: 60px;
}
.blog-related-posts__post{
    width: 33.3333%;
    flex: 1;
    position: relative;
    padding: 0;
    overflow: hidden;
}
.blog-related-posts__post-image-wrapper{
    display: block;
    border: 0;
}
.blog-related-posts__image{
    padding-top: 90%;
    background-color: #e83757;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: all 0.3s ease-in-out;
}

.blog-related-posts__post:hover .blog-related-posts__image {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    transform: scale(105%);
}

.blog-related-posts__image img{
    display:none;
}
.blog-related-posts__content{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    background-color: rgba(232, 55, 87, 0.8);
    background-blend-mode: multiply;
    color: white;
    z-index: 2;
}
.blog-related-posts__content p{
    margin: 0;
}
.blog-related-posts__content a{
    color: inherit;
    text-decoration: none;
    font-family: 'GothamRounded-Medium',serif;
}
.blog-related-posts__title{
    color: white;
    font-size: 1.3em;
    text-decoration: none;
    margin: 0 0 10px;
    font-family: 'GothamRounded-Medium',serif;
}
.blog-related-posts__url{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.cyberuk-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero-col-grey-box .hs_cos_wrapper_type_rich_text {
    background-color: hsla(0,0%,50%,.5);
    display: block;
    padding: 30px;
  }

  .row-services .portfolios-grid__item {
    height:300px
  }
  .row-services .portfolios-grid__title {
    font-size:14px
  }
  .row-services .portfolios-grid__description {
    font-size:12px
  }
  .row-services .portfolios-grid__banner {
    min-height:80px;
    padding:10px
  }
  .row-services .portfolios-grid__background {
    bottom:80px
  }

  .team-member-colorful .team-member-slide:nth-child(2n+1) .team-member-meta {
  background-color: #000;
}

.team-member-colorful .team-member-name-and-popup-link {
  display: none;
}

.team-member-colorful .team-member-slide-inner {
  height: auto !important;
  padding-bottom: 0 !important;
}

.row-digital-support .widget-span {
  margin:0!important;
  padding:0!important
}
.row-digital-support>.row-fluid {
  display:flex;
  flex-wrap:wrap
}
.row-digital-support .span3 {
  width:24%!important
}

.button-wrapper .button.arrow.white::after, .button-wrapper.cta_button.arrow.white::after {
  background-image: url(https://5493154.fs1.hubspotusercontent-na1.net/hubfs/5493154/arrow-white.svg);
}

.section--no-gap .row-fluid [class*=span] {
  margin-left:0
}
.body-wrapper.hs-content-id-43975105868{
    overflow: inherit;
}
.form-digital-forensics form input[type=text],
.form-digital-forensics form input[type=email],
.form-digital-forensics form input[type=password],
.form-digital-forensics form input[type=tel],
.form-digital-forensics form input[type=number],
.form-digital-forensics form input[type=file],
.form-digital-forensics form select,
.form-digital-forensics form textarea{
    border: 0 none !important;
    background-color: #f8f8f8 !important;
    width: 100% !important;
}
.form-digital-forensics form .hs-i_m_interested_in .input::after{
    background: none;
    width: 16px;
    height: 16px;
    border-top: 2px solid #ed2f4e;
    border-right: 2px solid #ed2f4e;
    transform: translateY(-50%) rotate(135deg);
    z-index: 3;
}
.hs-content-id-156629344692{
    overflow: inherit !important;
}
.form-digital-forensics .row-number-12{
    position: sticky;
    top: 30px;
}
.form-digital-forensics .row-number-13{
    position: sticky;
    top: 70px;
}
.form-digital-forensics .form-title{
    font-size: 3em;
    background-color: transparent;
    margin-bottom: 30px;
}
.form-digital-forensics .legal-consent-container p{
    font-size: 14px;
}
#hs_cos_wrapper_widget_1707986345586{
    overflow: auto;
    max-height: 80vh;
}

.left-background,
.right-background{
    position: relative;
}
.left-background img{
    max-width: none !important;
    width: 50vw !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    right: 0;
    object-fit: cover;
}
.right-background img{
    max-width: none !important;
    width: 50vw !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}


@media(max-width: 992px){

.left-background img{
        width: 100vw !important;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .right-background img{
        width: 100vw !important;
        right: 50%;
        left: auto;
        transform: translateX(50%);
    }

    .row-digital-support .span3 {
     width:50%!important
    }

    body #hs_cos_wrapper_widget_1707986759126,
    body #hs_cos_wrapper_widget_1707986516798{
        display: none !important;
    }
    body .cell_1707986785283-vertical-alignment,
    body .cell_1707989511391-vertical-alignment,
    body .cell_17080041420093-vertical-alignment{
        display: none !important;
    }
    body .cell_17079867852852-vertical-alignment,
    body .cell_1707989511396-vertical-alignment,
    body .cell_17080041420094-vertical-alignment{
        padding-left: 80px !important;
        padding-right: 80px !important;
    }
    .stack-tablet-portrait > .row-fluid .cell_17079867852852-vertical-alignment .dnd-column.span1{
        width: 10% !important;
    }
    .stack-tablet-portrait > .row-fluid .cell_1707985737556-row-5-vertical-alignment .dnd-column.span2 {
        width: 16% !important;
    }
}

  @media (max-width: 767px) {


    .cyberuk-images img {
      width: 160px !important;
    }

    .row-services .portfolios-grid__item:nth-child(3n) {
    margin-left:0
  }
  .team-member-colorful .team-member-slide {
    margin:0 0 20px!important;
    width:100%!important
  }
  .armed-forces-single-testimonial .hs_cos_wrapper_type_rich_text,
  .testimonials-armed-forces .testimonial.with-image .testimonial-text {
    font-size:1em
  }
  .row-digital-backbone .span6,
  .row-digital-skills .span6,
  .row-digital-strategy .span6,
  .row-digital-support .span3 {
    width:100%!important
  }
  .digital-hero-title h1 {
    font-size:2em!important
  }
  .cell_16830258936002-vertical-alignment h2 br {
    display:none
  }
  .section--future-success .span4 {
    padding:30px!important;
    width:100%
  }

      #hs_cos_wrapper_widget_1707986345586{
          overflow: auto;
          max-height: none;
      }

      body .cell_17079867852852-vertical-alignment,
      body .cell_1707989511396-vertical-alignment,
      body .cell_17080041420094-vertical-alignment{
          padding-left: 20px !important;
          padding-right: 20px !important;
      }

      body .cell_17079867852852-row-2-vertical-alignment .row-fluid,
      body .cell_17079867852852-row-3-vertical-alignment .row-fluid,
      body .cell_17079867852852-row-4-vertical-alignment .row-fluid{
          display: flex;
      }

      body .cell_17079867852852-row-2-vertical-alignment .row-fluid h5,
      body .cell_17079867852852-row-3-vertical-alignment .row-fluid h5,
      body .cell_17079867852852-row-4-vertical-alignment .row-fluid h5{
          font-size: 14px;
      }

      body .cell_17079867852852-row-2-vertical-alignment .row-fluid img,
      body .cell_17079867852852-row-3-vertical-alignment .row-fluid img,
      body .cell_17079867852852-row-4-vertical-alignment .row-fluid img {
          display: block;
      }
      .form-digital-forensics .form-title{
          font-size: 2em;
      }
}

.button--no-gap .button-wrapper{
    padding: 0;
}

.dnd-section--sticky-form form input[type=text], 
.dnd-section--sticky-form form input[type=email], 
.dnd-section--sticky-form form input[type=password], 
.dnd-section--sticky-form form input[type=tel], 
.dnd-section--sticky-form form input[type=number], 
.dnd-section--sticky-form form input[type=file], 
.dnd-section--sticky-form form select, 
.dnd-section--sticky-form form textarea{
  border-width: 0;
  background-color: #f8f8f8;
}

.dnd-section--sticky-form form input.error, 
.dnd-section--sticky-form form textarea.error, 
.dnd-section--sticky-form form select.error{
  border-left: 5px solid;
}
.dnd-section--sticky-form form select:not(.error){
  background-image: url(https://5493154.fs1.hubspotusercontent-na1.net/hubfs/5493154/arrow_forward_ios.svg);
  background-position: 97% 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;

}



@media(min-width: 1600px) {
  .recruitment--section-banner img {
    height: 950px;
    width: auto;
  }

  .service--section-banner img {
    height: 750px;
    width: auto;
  }
}

@media (min-width: 1400px) {
  .row-services .portfolios-grid__item:nth-child(3n) {
    clear: both;
    margin-left: 33.3%;
  }
}

@media(min-width: 768px) {
    .section--equal-height > .row-fluid {
        display: flex;
    }

    .section--equal-height > .row-fluid .span6 {
        margin-bottom: 0;
    }
}