/* Slick */
.slick-arrow {
    position: absolute;
    width: 5rem;
    height: 5rem;
    z-index: 2;
}
.slick-arrow:before {
    display: none !important;
}
.slick-arrow.slick-prev {
    border-bottom: 1px solid #004587;
    border-left: 1px solid #004587;
    transform: rotate(45deg);
    left: 0;
}
.slick-arrow.slick-next {
    border-bottom: 1px solid #004587;
    border-right: 1px solid #004587;
    transform: rotate(-45deg);
    right: 0;
}
.slick-track {
    display: flex;
}
.slick-track .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
}

/* Icons */
.icon-wrapper {
    background-color: #fff;
    border-top: 1px solid #e8348b;
    border-bottom: 1px solid #e8348b;
    padding: 2rem 0;
}
.icon-wrapper .title {
    color: #e8348b;
    font-size: 1.25rem;
    text-align: center;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
}
.icon-wrapper p.title {
    font-size: 2rem;
}
.icon-wrapper .icon {
    display: inline-block;
    width: 20%;
    padding: 2rem;
    text-align: center;
    color: #e8348b;
    text-transform: uppercase;
    vertical-align: top;
}
.icon-wrapper .icon > img {
    width: 100%;
    height: auto;
    max-width: 4rem;
}

/* Banners */
.banner-wrapper .banner-block {
    padding: 2rem;
    position: relative;
}
.banner-wrapper .banner-block > h1.title, .banner-wrapper .banner-block > p.title {
    font-size: 2rem;
    text-transform: none;
    color: #004587;
}
.banner-wrapper .banner-block > h1.title > .highlight, .banner-wrapper .banner-block > p.title > .highlight {
    color: #e8348b;
    font-weight: bold;
    /* text-transform: uppercase; */
}
.banner-wrapper .introduction {
    color: #004587;
    margin-bottom: 1rem;
}

/* Banners - background type */
.banner-wrapper.background > .background-image {
    width: 100%;
    position: relative;
}
.banner-wrapper.background > .background-image > .image {
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
}
.banner-wrapper.background .banner-block {
    background-color: rgba(255, 255, 255, 0.8);
    margin: 2rem 0;
}

/* Banners - default/right type */
.banner-wrapper.default > .background-image, .banner-wrapper.right > .background-image {
    width: 100%;
    height: 100%;
    position: relative;
}
.banner-wrapper.default > .background-image > .image, .banner-wrapper.right > .background-image > .image {
    width: 100%;
    height: 100%;
    right: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
}
.banner-wrapper.default .banner-block, .banner-wrapper.right .banner-block {
    background-color: rgba(255, 255, 255, 0.8);
    color: #3abff0;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

/* Links */
.link {
    margin-bottom: 1rem;
}
.link > a {
    font-size: 0.75rem;
}
.link > a:not(.link-normal) {
    color: #fff;
    background-color: #5B2C86;
    border-radius: 1rem;
    width: auto;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
}
.bg-purple .link > a:not(.link-normal) {
    border: 1px solid #fff;
}
.link > a > i.fa.right {
    margin-left: 0.5rem;
}
.link > a > i.fa.left {
    margin-right: 0.5rem;
}

/* Internal quote */
.internal-quote-wrapper {
    padding: 2rem 0;
}
.internal-quote-wrapper p {
    color: #004587;
}
.internal-quote-wrapper .image-wrapper {
    border-radius: 50%;
    border: 1px solid #3abff0;
    padding: 0.5rem;
    display: inline-block;
}
.internal-quote-wrapper .image-wrapper > img {
    max-width: 100%;
    height: auto;
    border-radius: 50%;
    border: 1px solid #3abff0;
}
.internal-quote-wrapper p.title {
    color: #3abff0;
    font-size: 2rem;
    font-weight: bold;
}
.internal-quote-wrapper p.person {
    color: #e8348b;
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 300;
}

/* Text blocks */
.text-block-wrapper {
    padding: 2rem 0;
    text-align: center;
}
.text-block-wrapper .title {
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
}
.text-block-wrapper div.icon i.fa {
    color: #004587;
    font-size: 2rem;
}
.text-block-wrapper.bg-dark-blue div.icon i.fa {
    color: #fff;
}

/* Blocks */
.block-container-wrapper {
    padding: 2rem 0;
}
.block-container-wrapper p.block-title {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2rem;
    font-weight: bold;
    text-transform: uppercase;
}
.block-container-wrapper .block {
    text-align: center;
}
.block-container-wrapper .block:nth-child(odd) {
    border-right: 1px solid #fff;
}
.block-container-wrapper .block > hr {
    border-top: none;
}
.block-container-wrapper .block:nth-child(n+3) > hr {
    border-top: 1px solid #fff;
}
.block-container-wrapper .block > img {
    max-width: 5rem;
    height: auto;
    margin-bottom: 1rem;
}
.block-container-wrapper .block > p.title {
    font-weight: bold;
    font-size: 2rem;
}
.block-container-wrapper .block > p.content {
    margin-bottom: 2rem;
}
.block-container-wrapper .link > a {
    background-color: #5B2C86;
}
.block-container-wrapper.bg-pink, .block-container-wrapper.bg-purple, .block-container-wrapper.bg-blue, .block-container-wrapper.bg-black, .block-container-wrapper.bg-dark-blue {
    color: #fff;
}
.block-container-wrapper.bg-purple .link > a {
    background-color: #e8348b;
}

/* FaQs */
.faq-wrapper {
    padding: 2rem 0;
}
.faq-wrapper p.heading {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #e8348b;
}
.faq-wrapper .faq {
    margin-bottom: 1rem;
}
.faq-wrapper .faq > a:hover {
    background-color: rgba(232, 52, 139, 0.4);
}
.faq-wrapper .faq > .wrapper, .faq-wrapper .faq > a {
    color: #e8348b;
    text-align: center;
    padding: 1rem;
}
.faq-wrapper .faq > a {
    display: block;
    font-weight: bold;
    background-color: rgba(232, 52, 139, 0.2);
}
.faq-wrapper .faq > .wrapper {
    background-color: rgba(232, 52, 139, 0.1);
    color: #004587;
}

/* Team members */
.team-members-wrapper {
    padding: 2rem 0;
}
.team-members-wrapper p.heading {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #3abff0;
}
.team-members-wrapper .team-member img {
    max-width: 100%;
    height: auto;
}
.team-members-wrapper .team-member > .team-member-details {
    display: none;
}
.team-members-wrapper .team-member a {
    display: block;
    position: relative;
}
.team-members-wrapper .team-member a > .roll-over {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.team-members-wrapper .team-member a > .roll-over > .content {
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}
.team-members-wrapper .team-member a > .roll-over > .content > .name, .team-members-wrapper .team-member a > .roll-over > .content > .role {
    color: #fff;
}
.team-members-wrapper .team-member a > .roll-over > .content > .name {
    font-size: 1.5rem;
    font-weight: bold;
}
.team-members-wrapper .team-member a:hover > .roll-over {
    display: block;
    background-color: rgba(232, 52, 139, 0.4);
}
.featherlight.team-member .featherlight-content {
    color: #fff;
    font-size: 1.25rem;
}
.featherlight.team-member .featherlight-content .name {
    font-size: 1.75rem;
    font-weight: bold;
}
.featherlight.team-member .featherlight-content .role {
    font-weight: bold;
}

/* Parallax image */
.parallax-image-wrapper {
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    height: 20rem;
}
.parallax-image-wrapper > img {
    visibility: hidden;
}

/* CTA */
.cta-wrapper .strapline {
    display: block;
    margin: 0;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.cta-wrapper.bg-white .strapline {
    color: #3abff0;
}

/* Divider */
.divider-wrapper {
    height: 1px;
    margin: 0.5rem 0;
}

/* Contact strip */
.contact-strip {
    border-top: 1px solid #e8348b;
    padding: 2rem 0;
    font-size: 1.25rem;
    text-align: center;
}
.contact-strip p {
    font-size: 1rem;
    color: #004587;
}
.contact-strip .trusted, .contact-strip .title {
    font-size: 2rem;
    color: #004587;
    text-transform: uppercase;
}
.contact-strip .title {
    color: #e8348b;
}
.contact-strip .trusted > span {
    font-weight: bold;
    color: #e8348b;
}
.contact-strip form input, .contact-strip form textarea {
    text-align: center;
    width: 100%;
    padding: 0.25rem;
    margin-bottom: 1.5rem;
    max-height: 5rem;
}
.contact-strip form input::placeholder, .contact-strip form textarea::placeholder {
    text-align: center;
}
.contact-strip form button {
    color: #fff;
    background-color: #e8348b;
    border-radius: 1rem;
    border: 1px solid #e8348b;
    width: auto;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    font-size: 0.75rem;
}
.contact-strip .wpcf7-list-item-label > a {
    color: #004587;
    text-decoration: underline;
}
.contact-strip br {
    display: none;
}
.contact-strip .featured-clients > img {
    width: 100px;
    height: auto;
    display: inline-block;
}
.contact-strip .image {
    width: 8rem;
    height: 8rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    margin: 0.25rem;
}

/* Testimonials */
.testimonial-wrapper {
    padding: 2rem 0;
}
.testimonial-wrapper .testimonial {
    text-align: center;
    position: relative;
}
.testimonial-wrapper .testimonial.with-image > img {
    display: block;
    position: absolute;
    max-width: 20%;
    max-height: 100%;
    padding: 1rem;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.testimonial-wrapper .testimonial > .content {
    color: #004587;
}
.testimonial-wrapper .testimonial.with-image > .content {
    margin-left: 20%;
    padding-left: 2rem;
    border-left: 1px solid #3abff0;
}
.testimonial-wrapper .testimonial > .content > .strapline {
    font-size: 2rem;
    font-weight: bold;
    color: #3abff0;
    text-transform: uppercase;
}
.testimonial-wrapper .testimonial > .content > .person {
    color: #e8348b;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.25rem;
}
.testimonial-wrapper .testimonial > .content > .person > span {
    font-weight: normal;
}
.testimonial-wrapper .carousel {
    padding: 0 5rem;
    position: relative;
}

/* Case studies */
.case-studies-wrapper .slick-arrow.slick-prev {
    left: 3rem;
}
.case-studies-wrapper .slick-arrow.slick-next {
    right: 3rem;
}
.case-study-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 2px;
    color: #004587;
    border-top: 1px solid #e8348b;
}
.case-study-wrapper > .image {
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}
.case-study-wrapper .content {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.case-study-wrapper .excerpt {
    margin-bottom: 2rem;
}
.case-study-wrapper .title > span > a {
    color: #e8348b;
    font-weight: bold;
    font-size: 2rem;
    display: block;
}
.case-study-wrapper.bg-yellow, .case-study-wrapper.bg-grey, .case-study-wrapper.bg-black {
    color: #fff;
}
.case-study-wrapper.bg-yellow .title > span > a, .case-study-wrapper.bg-grey .title > span > a, .case-study-wrapper.bg-black .title > span > a {
    color: #fff;
}

/* Modal */
#modal-wrapper {
    display: none;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}
#modal-wrapper > .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 56.25%;
    background-color: #fff;
    z-index: 999999;
}
#modal-wrapper > .content > iframe {
    width: 100%;
    height: 100%;
}

/* Colours */
.bg-white {
    background-color: #fff;
}
.bg-pink {
    background-color: #e8348b;
}
.bg-purple {
    background-color: #5B2C86;
}
.bg-blue {
    background-color: #3abff0;
}
.bg-black {
    background-color: #000;
}
.bg-dark-blue {
    background-color: #004587;
}
.fg-white {
    color: #fff;
}
.fg-pink {
    color: #e8348b;
}
.fg-purple {
    color: #3abff0;
}
.fg-blue {
    color: #3abff0;
}
.fg-black {
    color: #000;
}
.fg-dark-blue {
    color: #004587;
}

/* WYSIWYG editor */
.wysiwyg-wrapper h1 {
    margin-top: 2rem;
}

/* Breadcrumbs */
.breadcrumb-wrapper {
    padding: 0.5rem;
}
.breadcrumb-wrapper .row {
    vertical-align: middle;
}
.breadcrumb-wrapper a, .breadcrumb-wrapper i {
    vertical-align: middle;
    font-size: 1rem;
    line-height: 1rem;
    color: #666;
}
.breadcrumb-wrapper a > i {
    height: 100%;
    width: auto;
}
.breadcrumb-wrapper i {
    margin: 0 0.5rem;
}
.breadcrumb-wrapper.bg-grey a, .breadcrumb-wrapper.bg-grey i, .breadcrumb-wrapper.bg-black a, .breadcrumb-wrapper.bg-black i {
    color: #fff;
}

/* Latest videos */
.latest-videos-wrapper {
    padding: 2rem;
}
.latest-videos-wrapper p.heading {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #3abff0;
    margin-bottom: 2rem;
}
.latest-videos-wrapper .video a {
    display: block;
}
.latest-videos-wrapper .video a > img {
    max-width: 100%;
}
.latest-videos-wrapper .video .title {
    font-size: 0.8rem;
    margin-top: 1rem;
    text-align: center;
    color: #004587;
}
.latest-videos-wrapper .link {
    margin-top: 1rem;
}

/* Strapline */
.strapline-wrapper {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 1.75rem;
    padding: 0.25rem inherit;
}

/* Media breakpoints */

/* Links */
body.mobile .link > a {
    font-size: 0.6rem;
}

/* Banners */
body.mobile .banner-wrapper.default > .background-image > .image {
    background-size: cover;
}

/* Modals */
body.mobile #modal-wrapper > .content {
    width: 100%;
}

/* Case studies */
body.mobile .case-study-wrapper {
    background-image: none !important;
}

/* Icons */
body.mobile .icon-wrapper .icon {
    width: 50%;
}

/* Testimonials */
body.mobile .testimonial-wrapper .testimonial.with-image > img {
    display: none;
}
body.mobile .testimonial-wrapper .testimonial.with-image > .content {
    padding-left: 0;
    margin-left: 0;
}

/* Blocks */
body.mobile .block-container-wrapper .block {
    border-right: none;
}
body.mobile .block-container-wrapper .block:not(:first-child) > hr {
    border-top: 1px solid #fff !important;
}

/* Testimonials */
body.mobile .testimonial-wrapper .carousel {
    padding: 0;
    position: relative;
}
body.mobile .testimonial-wrapper .carousel .slick-arrow {
    display: none !important;
}

/* Case studies */
body.mobile .case-studies-wrapper .image {
    display: none;
}

/* Icons */
body.xs .icon-wrapper .icon {
    width: 100%;
}

/* Internal quotes */
body.xs .internal-quote-wrapper > .container > .row > div:first-child {
    text-align: center;
    margin-bottom: 2rem;
}

/* Slick arrows */
body.mobile .slick-arrow {
    width: 2rem;
    height: 2rem;
    bottom: 2rem;
    left: auto;
    top: auto;
}
body.mobile .slick-arrow.slick-prev {
    left: auto;
    right: 4rem;
}
body.mobile .slick-arrow.slick-next {
    right: 1rem;
}

/* Demo form */
.demo-strip {
    padding: 2rem 0;
    background-color: #e8348b;
}
.demo-strip p.heading {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 2rem;
}
.demo-strip form {
    font-size: 0;
}
.demo-strip form input {
    text-align: center;
    width: calc(25% - 0.5rem);
    padding: 0.5rem;
    margin-right: 0.5rem;
    max-height: 5rem;
    font-size: 1rem;
}
.demo-strip form input::placeholder {
    text-align: center;
}
.demo-strip form button {
    color: #fff;
    width: calc(25% - 0.5rem);
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    font-size: 1rem;
    cursor: pointer;
    background-color: #004587;
    border: 1px solid #004587;
}
.demo-strip form button:hover {
    background-color: #e8348b;
    border-color: #fff;
    color: #fff;
}

/* CF7 */
div.wpcf7-validation-errors {
    font-size: 1rem;
    display: block !important;
    background-color: #990000;
    border-color: #990000;
    color: #fff;
}
div.wpcf7-mail-sent-ok {
    font-size: 1rem;
    display: block !important;
    background-color: #009900;
    color: #fff;
}
.wpcf7-list-item {
    font-size: 1rem;
    color: #004587;
    display: block !important;
    text-align: center;
}
.wpcf7-list-item input[type=checkbox] {
    width: auto;
}