body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

    audio:not([controls]) {
        display: none;
    }

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
    font-family: "Trebuchet MS";
    color: #222;
}

body {
    margin: 0;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

a {
    text-decoration: none;
}

    a:focus, a:hover, a:active {
        outline: none;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

blockquote {
    margin: 0;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

pre, code, kbd, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

    q:before, q:after {
        content: "";
        content: none;
    }

small {
    font-size: 85%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

nav ul, nav ol, ul, li {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

label {
    cursor: pointer;
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
    white-space: normal;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button, input {
    line-height: normal;
}

    button, input[type="button"], input[type="reset"], input[type="submit"] {
        cursor: pointer;
        -webkit-appearance: button;
        *overflow: visible;
    }

        button[disabled], input[disabled] {
            cursor: default;
        }

    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
        *width: 13px;
        *height: 13px;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

    input:invalid, textarea:invalid {
        background-color: #f0dddd;
    }

input, textarea, select {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: black;
    padding: 0.2em 0;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.ico-back-button, .ico-close, .ico-play-video-big, .ico-select-arrow, .ico-share, .ico-btn-arrow {

    background-size: 157px 1720px;
}

.clearfix, .wrap, .columns {
    *zoom: 1;
}

    .clearfix:before, .wrap:before, .columns:before, .clearfix:after, .wrap:after, .columns:after {
        content: "";
        display: table;
    }

    .clearfix:after, .wrap:after, .columns:after {
        clear: both;
    }

.hide {
    display: none;
}

.show {
    display: block;
}

.clear {
    clear: both;
}

.no-margin {
    margin: 0;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.centered {
    text-align: center;
}

* {
    box-sizing: border-box;
}

    *:before, *:after {
        box-sizing: border-box;
    }

.show-on-mobile {
    display: none;
}

@media only screen and (min-width: 120px) and (max-width: 767px) {
    .show-on-mobile {
        display: block;
    }

     
    .hero-image .hero-image-wrap img {
        max-width:none; 
    }

    .page-title .page-title-image-wrap img {  max-width: none; }


}

.hidden-on-mobile {
    display: inline-block;
}

@media only screen and (min-width: 120px) and (max-width: 767px) {
    .hidden-on-mobile {
        display: none;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Trebuchet MS","Trebuchet MS";
    font-weight: 700;
    color: #AA2276;
    line-height: 1.2;
    margin: 0 0 0.35em 0;
    clear: both;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: inherit;
    }

.purple-bg h1, .purple-bg h2, .purple-bg h3, .purple-bg h4, .purple-bg h5, .purple-bg h6 {
    color: #fff;
}

h1 {
    font-size: 48px;
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
    h1 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 120px) and (max-width: 767px) {
    h1 {
        font-size: 36px;
        margin-bottom: 0.5em;
    }
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
    h4 {
        font-size: 22px;
    }
}

h5 {
    font-size: 16px;
}

h6.offscreen {
    font-size: 0;
    position: absolute;
    left: -50000px;
}

p {
    font-size: 15px;
    font-weight: 300;
    color: #000000;
    line-height: 1.2;
    margin-bottom: 20px;
}

    p a {
        font-weight: 700;
        color: #AA2277;
    }

        p a:hover {
            text-decoration: underline;
        }

@media only screen and (min-width: 120px) and (max-width: 767px) {
    p {
        line-height: 1.3;
    }
}

strong {
    font-weight: 700;
}

a {
    color: #AA2277;
}

.text-wrap ul, .hero-text-wrap ul {
    margin-bottom: 18px;
}

    .text-wrap ul li, .hero-text-wrap ul li {
        position: relative;
        padding-left: 18px;
        color: #000000;
        line-height: 1.25;
        display: block;
    }

        .text-wrap ul li:before, .hero-text-wrap ul li:before {
            content: '\2022';
            color: #AA2277;
            display: inline-block;
            position: absolute;
            top: 0;
            left: 0;
        }

        .text-wrap ul li a:hover, .hero-text-wrap ul li a:hover {
            text-decoration: underline;
        }

    .text-wrap ul.offset li, .hero-text-wrap ul.offset li {
        padding-left: 36px;
    }

@media only screen and (min-width: 120px) and (max-width: 767px) {
    .text-wrap ul li, .hero-text-wrap ul li {
        font-size: 15px;
    }

    .text-wrap ul.offset li, .hero-text-wrap ul.offset li {
        padding-left: 18px;
    }
}

html, body {
    height: 100%;
}

body {
    background: #fff;
    font-family: "Trebuchet MS","Trebuchet MS";
    font-size: 15px;
    font-weight: 400;
    color: #000000;
}

    body.no-scroll {
        height: 100%;
        overflow: hidden;
    }

.container {
    width: 100%;
    min-height: 100%;
    position: relative;
    padding-top: 66px;
    padding-bottom: 56px;
    float: left;
}

@media only screen and (min-width: 120px) and (max-width: 960px) {
    .container {
        padding-top: 79px;
        padding-bottom: 85px;
    }
}

@media only screen and (max-width: 319px) {
    .container {
        width: 320px;
    }
}

.wrap {
    width: 100%;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

    .wrap.wrap-indented {
        max-width: 860px;
    }

    .wrap.wrap-indented-large {
        max-width: 1020px;
    }

    .wrap.wrap-indented-medium {
        max-width: 820px;
        padding-left: 25px;
    }

    .wrap.wrap-indented-small {
        max-width: 720px;
    }

@media only screen and (min-width: 768px) and (max-width: 960px) {
    .wrap {
        padding-left: 30px;
        padding-right: 30px;
    }

        .wrap.wrap-indented-medium {
            max-width: 820px;
            padding-left: 30px;
        }
}

@media only screen and (min-width: 120px) and (max-width: 767px) {
    .wrap {
        padding-left: 25px;
        padding-right: 25px;
    }

        .wrap.wrap-indented-medium {
            max-width: 820px;
            padding-left: 25px;
        }
}

.content.has-sidebar {
    padding-left: 230px;
}

.content.fixed-page-title {
    padding-top: 225px;
}

@media screen and (max-height: 750px) {
    .content.fixed-page-title {
        padding-top: 140px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .content.fixed-page-title {
        padding-top: 140px;
    }
}

@media only screen and (min-width: 120px) and (max-width: 960px) {
    .content.has-sidebar {
        padding-top: 45px;
        padding-left: 0;
    }
}

@media only screen and (min-width: 120px) and (max-width: 767px) {
    .content.fixed-page-title {
        padding-top: 129px;
    }
}

.main {
    width: 69%;
    float: left;
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
    .main {
        width: calc(100% - 260px);
    }
}

@media only screen and (min-width: 120px) and (max-width: 767px) {
    .main {
        width: 100%;
        padding: 0 30px;
        clear: both;
    }
}

section {
    width: 100%;
    overflow: hidden;
    clear: both;
}

.section-padding {
    padding: 45px 0;
}

.section-padding-medium {
    padding: 35px 0;
}

@media only screen and (min-width: 120px) and (max-width: 767px) {
    .section-padding-medium {
        padding: 45px 0;
    }
}

.section-padding-large {
    padding: 55px 0;
}

@media only screen and (min-width: 120px) and (max-width: 767px) {
    .section-padding-large {
        padding: 30px 0;
    }
}

.section-padding-extralarge {
    padding: 65px 0;
}

@media only screen and (min-width: 120px) and (max-width: 767px) {
    .section-padding-extralarge {
        padding: 35px 0;
    }
}

img {
    max-width: 100%; /* height:auto */
}

    img.full-width {
        width: 100%;
    }

.purple-bg {
    background: #AA2277;
}

.columns {
    margin: 0 -10px;
}

    .columns.zero-margin {
        margin: 0;
    }

.col {
    float: left;
}

.col-33 {
    width: 33.333333%;
    padding: 20px;
}

@media only screen and (min-width: 120px) and (max-width: 767px) {
    .col-33 {
        width: 100%;
        clear: both;
    }
}

.col-50 {
    width: 50%;
}

@media only screen and (min-width: 120px) and (max-width: 767px) {
    .col-50 {
        width: 100%;
        clear: both;
    }
}

.btn {
    background: #AA2277;
    height: 33px;
    line-height: 33px;
    padding: 0 14px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    position: relative;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: none;
    outline: none;
    display: inline-block;
    z-index: 0;
}

@media only screen and (min-width: 1025px) {
    .btn:hover {
        background: #ffffff;
        border-style: solid;
        border-width: 0.01em;
        border-color: #AA2277;
        color: #AA2277;
        text-decoration: none;
    }

    .btn.blue:hover {
        background: #80a9f5;
    }
}

.btn.arrow {
    padding-right: 30px;
}

    .btn.arrow:after {
        content: '';
        position: absolute;
        top: 12px;
        right: 12px;
        width: 9px;
        height: 10px;
        background: url("https://www.directlife.co.uk/home/assets/svg/ico-btn-arrow.svg") no-repeat;
        background-size: 100% 100%;
        display: block;
    }

.btn.wide {
    padding: 0 30px;
}

    .btn.wide.arrow {
        padding-right: 40px;
    }

        .btn.wide.arrow:after {
            right: 12px;
        }

.btn.small {
    padding: 0 22px;
}

    .btn.small.arrow {
        padding-right: 40px;
    }

        .btn.small.arrow:after {
            right: 10px;
        }

.btn.medium {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    padding: 0 22px;
}

    .btn.medium.arrow {
        padding-right: 48px;
    }

        .btn.medium.arrow:after {
            top: 13px;
            right: 26px;
            width: 10px;
            height: 11px;
        }

.btn.medium-large {
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    padding: 0 30px;
}

    .btn.medium-large.arrow {
        padding-right: 56px;
    }

        .btn.medium-large.arrow:after {
            top: 14px;
            right: 25px;
            width: 16px;
            height: 17px;
        }

.btn.large {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    padding: 0 20px;
}

    .btn.large.arrow {
        padding-right: 52px;
    }

        .btn.large.arrow:after {
            top: 18px;
            right: 24px;
            width: 14px;
            height: 15px;
        }

.btn.blue {
    background: #AA2276;
}

@media only screen and (min-width: 120px) and (max-width: 767px) {
    .btn.large {
        height: 42px;
        line-height: 42px;
        font-size: 14px;
    }

        .btn.large.arrow:after {
            top: 14px;
            right: 22px;
        }
}

.ico {
    display: inline-block;
}

.ico-back-button {
    width: 32px;
    height: 32px;
    background-position: -10px -162px;
}

.ico-close {
    width: 25px;
    height: 25.5px;
    background-position: -10px -314px;
}

.ico-play-video-big {
    width: 60px;
    height: 67.2px;
    background-position: -10px -1069px;
}

.ico-select-arrow {
    width: 12px;
    height: 8px;
    background-position: -10px -1256px;
}

.ico-share {
    width: 15px;
    height: 16px;
    background-position: -10px -1283px;
}

.ico-btn-arrow {
    width: 9.9px;
    height: 11px;
    background-position: -10px -213px;
}

input, textarea {
    font-family: "Trebuchet MS","Trebuchet MS";
    background: #fff;
    width: 100%;
    padding: 22px 47px;
    font-size: 19px;
    font-weight: 400;
    color: #000;
    line-height: 1.3em;
    border: 1px solid #ddd;
    outline: none;
    letter-spacing: 0.025em;
    transition: all 0.3s ease-in;
}

    input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
        color: #000;
    }

    input:-moz-placeholder, textarea:-moz-placeholder {
        color: #000;
    }

    input:-ms-input-placeholder, textarea:-ms-input-placeholder {
        color: #000;
    }

    input:hover, input:focus, input:active, textarea:hover, textarea:focus, textarea:active {
        border-color: #000;
    }

@media only screen and (min-width: 120px) and (max-width: 767px) {
    input, textarea {
        font-size: 16px;
    }
}

label {
    font-size: 19px;
    font-weight: 300;
    color: #2e2e2e;
    display: block;
}

@media only screen and (min-width: 120px) and (max-width: 767px) {
    label {
        font-size: 16px;
    }
}

.checkbox {
    position: relative;
}

    .checkbox input[type="checkbox"] {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        left: -9999px;
    }

        .checkbox input[type="checkbox"]:checked + label:before {
            background: #000;
        }

    .checkbox label {
        padding-left: 42px;
        line-height: 20px;
        position: relative;
    }

        .checkbox label:before, .checkbox label:after {
            content: '';
            position: absolute;
            transition: all 0.3s;
            display: block;
        }

        .checkbox label:before {
            top: 0;
            left: 0;
            width: 20px;
            height: 20px;
            border: 1px solid #000;
            background: #fff;
        }

        .checkbox label:after {
            top: 5px;
            left: 4px;
            width: 12px;
            height: 10px;
            background: url("https://www.directlife.co.uk/home/assets/svg/ico-checkbox.svg") no-repeat;
        }

@media only screen and (min-width: 1025px) {
    .checkbox label:hover:before {
        background: #666;
    }
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
    .checkbox label {
        padding-left: 30px;
    }
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.75);
    z-index: 900;
    display: none;
}

.popup-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: fixed;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
    z-index: 1000;
    display: none;
}

    .popup-modal .close-popup {
        position: absolute;
        top: 0;
        right: -30px;
        cursor: pointer;
        display: block;
    }

@media only screen and (min-width: 120px) and (max-width: 960px) {
    .popup-modal .close-popup {
        top: -30px;
        right: 0;
    }
}

.iframe-holder {
    width: 100%;
    position: relative;
    padding-bottom: 56.20608899297424%;
    line-height: 0;
}

    .iframe-holder iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

.image-blocks.full-screen {
    /*position: fixed;*/
    top: 66px;
    left: 0;
    right: 0;
    bottom: 56px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (max-height: 700px) and (orientation: landscape) {
    .image-blocks.four-blocks {
        position: relative;
        top: auto !important;
        left: auto;
        right: auto;
        bottom: auto !important;
    }

        .image-blocks.four-blocks .image-block-half-height {
            height: 400px;
        }
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
    .image-blocks.full-screen {
        top: 79px;
    }
}

@media only screen and (min-width: 120px) and (max-width: 767px) {
    .image-blocks.full-screen {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto !important;
    }

    .mobMargin{
        margin-top: 20px;
    }
}

.image-block {
    position: relative;
}

    .image-block.image-block-full-height {
        height: 350px;
    }

        .image-block.image-block-full-height .image-wrap {
            height: 100%;
        }

        .image-block.image-block-full-height .image-block-text {
            bottom: 82px;
            max-width: 90%;
        }

        .image-block.image-block-full-height:hover .image-block-text {
            bottom: 82px;
        }

    .image-block.image-block-half-height {
        height: 50%;
    }

        .image-block.image-block-half-height .image-wrap {
            height: 100%;
        }

        .image-block.image-block-half-height .image-block-text {
            bottom: 35px;
        }

            .image-block.image-block-half-height .image-block-text h4 {
                color: #fff;
                margin-bottom: 0.7em;
            }

        .image-block.image-block-half-height .image-block-overlay {
            background-size: 2px 250px;
        }

        .image-block.image-block-half-height:hover .image-block-text {
            bottom: 43%;
        }

@media only screen and (min-width: 120px) and (max-width: 767px) {
    
    .content .wrap {
    	padding-left: 5px;
    	padding-right: 5px;
    }

    .nonJob .image-block-text {
        padding: 40% !important;
    }

    .image-block-text {
        width: 90%;
    }
    
    .image-block.image-block-full-height, .image-block.image-block-half-height {
        height: 390px;
    }

        .image-block.image-block-full-height .image-block-text, .image-block.image-block-half-height .image-block-text {
            /*bottom: 24px;*/
        }

            .image-block.image-block-full-height .image-block-text h3, .image-block.image-block-half-height .image-block-text h3 {
                font-size: 36px;
            }

            .image-block.image-block-full-height .image-block-text h5, .image-block.image-block-half-height .image-block-text h5 {
                font-size: 24px;
            }

            .image-block.image-block-full-height .image-block-text p, .image-block.image-block-half-height .image-block-text p {
                font-size: 15px;
                margin: 0 20px 16px 20px;
                line-height: 1.2;
            }

        .image-block.image-block-full-height:hover .image-block-text, .image-block.image-block-half-height:hover .image-block-text {
            /*bottom: 50%;*/
        }

        .image-block.image-block-half-height .image-block-text {
            max-width: 360px;
        }

            .image-block.image-block-half-height .image-block-text h4 {
                font-size: 36px;
                line-height: 1;
                margin-bottom: 0.5em;
            }

            .image-block.image-block-half-height .image-block-text p {
                max-width: 220px;
                margin: 0 auto 16px auto;
                font-size: 15px;
            }
}

.image-wrap {
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
}

    .image-wrap.image-wrap-90 {
        padding-bottom: 91.5%;
    }

.image-block-text {
    width: 100%;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    max-width: 260px;
    padding: 0 20px;
    margin: 0 auto;
    text-align: center;
    transition: all 0.5s ease;
    /*-webkit-transform: translateY(0);
    transform: translateY(0);*/
    z-index: 50;
}

.nonJob .image-block-text {
    padding: 10% !important;
    max-width: 100% !important;
    bottom: 0px !important;
}

.image-block:hover .image-block-text {
    bottom: 51%;
    /*-webkit-transform: translateY(50%);
    transform: translateY(50%);*/
}

.image-block-text h3, .image-block-text h5 {
    color: #fff;
    text-shadow: 1px 1px 7px rgba(0,0,0,0.35);
    margin-bottom: 25px;
}

.image-block-text p {
    color: #fff;
    margin-bottom: 32px;
}

@media only screen and (min-width: 120px) and (max-width: 767px) {
    .image-block-text h3, .image-block-text h5 {
        margin-bottom: 15px;
    }

    .image-block-text p {
        margin-bottom: 20px;
    }
}

.image-block-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /*background: url("//www.directlife.co.uk/home/img/magenta-shadow.png") center bottom repeat-x;*/
    background-size: 2px 44%;
    transition: all 0.5s ease;
    display: block;
}

.image-block:hover .image-block-overlay {
    background-color: rgba(170,34,119,0.8);
}

.page-title {
    width: 100%;
    height: 225px;
    position: fixed;
    top: 66px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 90;
    overflow: hidden;
}

    .page-title .page-title-image-wrap img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        min-width: 100%;
        /* max-width: none; */
        min-height: 225px;
        z-index: -1;
    }

    .page-title .wrap {
        padding-top: 62px;
    }

    .page-title h1 {
        color: #fff;
        text-shadow: 1px 1px 7px rgba(0,0,0,0.35);
    }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .page-title .page-title-image-wrap img {
        max-height: 100%;
    }
}

@media screen and (max-height: 750px) {
    .page-title {
        height: 140px;
    }

        .page-title .wrap {
            padding-top: 40px;
        }
}

@media only screen and (min-width: 961px) and (max-width: 1024px) {
    .page-title {
        height: 140px;
    }

        .page-title .wrap {
            padding-top: 40px;
        }
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
    .page-title {
        top: 79px;
        height: 140px;
    }

        .page-title .wrap {
            padding-top: 40px;
        }

        

}

@media only screen and (min-width: 120px) and (max-width: 767px) {
    .page-title {
        top: 79px;
        height: 80px;
    }

        .page-title .wrap {
            padding-top: 25px;
        }

        .page-title h1 {
            font-size: 24px;
            padding: 0 5px;
        }

        .page-title .page-title-image-wrap img {
            max-height: 100%;
        }
}

.mobile-open-sidebar {
    width: 100%;
    position: fixed;
    top: 79px;
    left: 0;
    opacity: 1;
    transition: opacity 0.4s ease;
    z-index: 30;
    display: none;
}

    .mobile-open-sidebar.opened {
        opacity: 0;
    }

    .mobile-open-sidebar a {
        position: relative;
        font-size: 15px;
        font-weight: 400;
        color: #fff;
        padding: 12px 26px;
        background: #AA2277;
        display: block;
    }

        .mobile-open-sidebar a .ico {
            margin-right: 14px;
        }

@media only screen and (min-width: 120px) and (max-width: 960px) {
    .mobile-open-sidebar {
        display: block;
    }
}

.sidebar {
    position: fixed;
    top: 66px;
    left: 0;
    width: 230px;
    height: 100%;
    background: #ebebeb;
    z-index: 40;
    display: block;
}

    .sidebar .back-link {
        margin-bottom: 50px;
        border-bottom: 1px solid #d2d2db;
    }

        .sidebar .back-link a {
            background: #ebebeb url("https://www.directlife.co.uk/home/assets/svg/ico-left-arrow.svg") 22px 9px no-repeat;
            background-size: 10px 11px;
            font-size: 12px;
            color: #acabc1;
            padding: 7px 20px 7px 50px;
            transition: all 0.4s ease;
            display: block;
        }

            .sidebar .back-link a:hover {
                background: #AA2277 url("https://www.directlife.co.uk/home/assets/svg/ico-left-arrow-white.svg") 22px 9px no-repeat;
                background-size: 10px 11px;
                color: #fff;
            }

        .sidebar .back-link .close-menu {
            display: none;
        }

    .sidebar h4 {
        font-weight: 400;
        color: #AA2277;
        padding: 0 22px;
    }

@media only screen and (min-width: 120px) and (max-width: 960px) {
    .sidebar {
        width: 208px;
        top: 79px;
        left: -300px;
        transition: left 0.4s ease;
    }

        .sidebar.opened {
            left: 0;
        }

        .sidebar h4 {
            padding: 0 20px;
        }

        .sidebar .back-link {
            margin-bottom: 28px;
        }

            .sidebar .back-link .back-page {
                display: none;
            }

            .sidebar .back-link .close-menu {
                padding: 14px 20px 14px 45px;
                background-position: 19px 17px;
                display: block;
            }
}

.sidebar-links {
    padding-top: 10px;
}

    .sidebar-links li a {
        position: relative;
        font-size: 18px;
        font-weight: 400;
        color: #000000;
        padding: 11px 22px 12px 22px;
        border-bottom: 1px solid #d2d2db;
        background: none;
        transition: all 0.4s ease;
        display: block;
    }

        .sidebar-links li a:after {
            content: '';
            position: absolute;
            left: 100%;
            top: 50%;
            height: 0;
            width: 0;
            pointer-events: none;
            border: solid transparent;
            border-left-color: #AA2277;
            border-width: 9px;
            border-top-width: 12px;
            border-bottom-width: 12px;
            margin-top: -10px;
            transition: all 0.4s ease;
            opacity: 0;
            visibility: hidden;
        }

        .sidebar-links li a:hover {
            background: #AA2277;
            border-color: #AA2277;
            color: #fff;
        }

            .sidebar-links li a:hover:after {
                opacity: 1;
                visibility: visible;
            }

    .sidebar-links li:first-of-type a {
        border-top: 1px solid #d2d2db;
    }

    .sidebar-links li.active a {
        background: #AA2277;
        border-color: #AA2277;
        color: #fff;
    }

        .sidebar-links li.active a:after {
            opacity: 1;
            visibility: visible;
        }

@media only screen and (min-width: 120px) and (max-width: 960px) {
    .sidebar-links li a {
        font-size: 16px;
        padding: 10px 20px;
    }
}

.filters-sidebar {
    width: 220px;
    padding: 18px;
    margin-top: 5px;
    background: #AA2277;
    border-radius: 8px;
    float: right;
}

    .filters-sidebar h4 {
        color: #89a2d1;
    }

    .filters-sidebar .filters-links {
        padding-top: 4px;
    }

        .filters-sidebar .filters-links li {
            margin-bottom: 5px;
        }

            .filters-sidebar .filters-links li a {
                font-size: 18px;
                font-weight: 400;
                color: #fff;
            }

                .filters-sidebar .filters-links li a:hover {
                    text-decoration: underline;
                }

    .filters-sidebar .filters-select {
        padding-top: 22px;
        margin-bottom: 10px;
    }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .filters-sidebar {
        margin-right: 20px;
    }
}

@media only screen and (min-width: 120px) and (max-width: 767px) {
    .filters-sidebar {
        display: none;
    }
}

.mobile-filters {
    position: fixed;
    top: 159px;
    left: 0;
    width: 100%;
    background: #AA2277;
    z-index: 60;
    display: none;
}

    .mobile-filters .toggle-filters {
        font-size: 18px;
        font-weight: 400;
        color: #fff;
        padding: 12px 32px;
        position: relative;
        display: block;
    }

        .mobile-filters .toggle-filters:after {
            content: '';
            width: 15px;
            height: 9px;
            position: absolute;
            top: 20px;
            right: 34px;
            background: url("https://www.directlife.co.uk/home/assets/svg/ico-open-filters.svg") no-repeat;
            display: block;
        }

        .mobile-filters .toggle-filters.opened:after {
            background: url("https://www.directlife.co.uk/home/assets/svg/ico-close-filters.svg") no-repeat;
        }

    .mobile-filters .filters-wrap, .mobile-filters .filters-links {
        width: 100%;
        float: left;
        clear: both;
    }

    .mobile-filters .filters-wrap {
        padding-top: 24px;
        padding-bottom: 8px;
        display: none;
    }

    .mobile-filters .filters-links {
        padding-left: 34px;
    }

        .mobile-filters .filters-links li {
            width: 48%;
            margin-bottom: 20px;
            float: left;
        }

            .mobile-filters .filters-links li a {
                position: relative;
                font-size: 15px;
                color: #fff;
                padding-left: 34px;
                display: block;
            }

                .mobile-filters .filters-links li a:before {
                    content: '';
                    width: 18px;
                    height: 18px;
                    position: absolute;
                    top: 0;
                    left: 0;
                    background: #fff;
                    display: block;
                }

            .mobile-filters .filters-links li.selected a:before {
                background: #fff url("https://www.directlife.co.uk/home/assets/svg/ico-close-purple.svg") center center no-repeat;
                background-size: 14px 14px;
            }

    .mobile-filters .filters-select {
        width: 100%;
        padding: 0 32px 10px 32px;
        clear: both;
    }

@media only screen and (min-width: 120px) and (max-width: 767px) {
    .mobile-filters {
        display: block;
    }
}

.staff-list {
    padding-top: 28px;
    padding-left: 80px;
    margin-bottom: 30px;
}

@media only screen and (min-width: 120px) and (max-width: 960px) {
    .staff-list {
        padding-top: 0;
        padding-left: 30px;
    }
}

@media only screen and (min-width: 120px) and (max-width: 767px) {
    .staff-list {
        padding-top: 4px;
        padding-left: 0;
        margin-bottom: 0;
    }
}

.staff-item {
    width: 100%;
    padding-bottom: 42px;
    border-bottom: 1px solid #AA2277;
    margin-bottom: 50px;
    float: left;
    clear: both;
}

    .staff-item .thumbnail {
        position: relative;
        margin-right: 15px;
        float: left;
        z-index: 10;
    }

        .staff-item .thumbnail img {
            width: 102px;
            border-radius: 8px;
        }

    .staff-item .description {
        position: relative;
    }

        .staff-item .description h4 {
            margin-top: -5px;
            margin-bottom: 0.6em;
            clear: none;
        }

        .staff-item .description p {
            margin-bottom: 14px;
        }

        .staff-item .description .contact-info {
            line-height: 1.2;
            display: block;
        }

            .staff-item .description .contact-info a {
                font-weight: 700;
            }

        .staff-item .description .btn {
            position: absolute;
            bottom: 0;
            right: 0;
        }

@media only screen and (min-width: 768px) and (max-width: 960px) {
    .staff-item {
        padding-bottom: 25px;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 120px) and (max-width: 767px) {
    .staff-item {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

        .staff-item .thumbnail img {
            width: 94px;
        }

        .staff-item .description .contact-info {
            padding-left: 108px;
        }

        .staff-item .description .btn {
            padding: 0 32px 0 24px;
            right: auto;
            left: 0;
            font-size: 12px;
            font-weight: 400;
            height: 28px;
            line-height: 28px;
        }

            .staff-item .description .btn:after {
                top: 9px;
                right: 9px;
                -webkit-transform: scale(0.9);
                transform: scale(0.9);
            }
}

.news-list {
    padding-left: 80px;
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
    .news-list {
        padding-left: 30px;
    }
}

@media only screen and (min-width: 120px) and (max-width: 767px) {
    .news-list {
        padding-left: 0;
        margin-bottom: 0;
    }
}

.news-item {
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #AA2277;
    margin-bottom: 25px;
    float: left;
    clear: both;
}

    .news-item .thumbnail {
        position: relative;
        margin-right: 15px;
        margin-bottom: 20px;
        float: left;
        z-index: 10;
    }

        .news-item .thumbnail img {
            width: 102px;
            border-radius: 8px;
        }

    .news-item .article-meta {
        font-size: 12px;
        font-style: italic;
        margin-bottom: 12px;
        display: block;
    }

    .news-item .description {
        position: relative;
    }

        .news-item .description h4 {
            margin-top: -5px;
            margin-bottom: 0.6em;
            clear: none;
        }

        .news-item .description p {
            margin-bottom: 22px;
        }

        .news-item .description .contact-info {
            line-height: 1.2;
            display: block;
        }

            .news-item .description .contact-info a {
                font-weight: 700;
            }

    .news-item .read-more {
        padding-right: 36px;
        float: left;
        clear: both;
    }

    .news-item .view-more {
        padding-right: 55px;
        padding-left: 30px;
        float: left;
        clear: both;
    }

    .news-item .share-article-btn {
        margin-top: 14px;
        float: right;
    }

@media only screen and (min-width: 120px) and (max-width: 767px) {
    .news-item {
        padding-bottom: 30px;
        margin-bottom: 40px;
    }

        .news-item .thumbnail {
            margin-bottom: 5px;
        }

            .news-item .thumbnail img {
                width: 94px;
            }

        .news-item .btn {
            padding: 0 25px 0 16px;
            margin-top: 5px;
            font-size: 12px;
            font-weight: 400;
            min-width: 94px;
            text-align: center;
            height: 28px;
            line-height: 28px;
        }

            .news-item .btn:after {
                top: 9px;
                right: 9px;
                -webkit-transform: scale(0.9);
                transform: scale(0.9);
            }
}

.share-this {
    width: 100%;
    padding-top: 10px;
    text-align: right;
    float: left;
    clear: both;
    display: none;
}

    .share-this ul {
        display: inline-block;
    }

    .share-this li {
        margin-left: 10px;
        float: left;
    }

    .share-this a {
        cursor: pointer;
    }

    .share-this .share-icon {
        width: 16px;
        height: 16px;
        vertical-align: sub;
        display: inline-block;
    }

        .share-this .share-icon svg {
            width: 100%;
            height: 100%;
        }

            .share-this .share-icon svg path {
                fill: #fff;
            }

@media only screen and (min-width: 120px) and (max-width: 767px) {
    .share-this li {
        margin-bottom: 10px;
        float: right;
    }
}

.at-icon-wrapper {
    vertical-align: sub;
    margin-right: 2px;
}

.pagination {
    width: 100%;
    text-align: center;
    clear: both;
}

    .pagination ul {
        display: inline-block;
    }

    .pagination li {
        margin: 0 5px;
        float: left;
    }

        .pagination li a {
            width: 33px;
            height: 33px;
            font-size: 18px;
            font-weight: 400;
            color: #AA2277;
            text-align: center;
            line-height: 33px;
            border-radius: 8px;
            background: none;
            transition: all 0.4s ease;
            display: block;
        }

            .pagination li a:hover {
                background: #AA2276;
                color: #fff;
            }

        .pagination li.active a {
            background: #AA2276;
            color: #fff;
        }

@media only screen and (min-width: 120px) and (max-width: 767px) {
    .pagination {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

.accordion {
    padding-right: 16px;
}

    .accordion .accordion-item {
        width: 100%;
        margin-bottom: 6px;
        float: left;
        clear: both;
    }

    .accordion .accordion-title {
        width: 100%;
        position: relative;
        border: 1px solid #AA2277;
        padding: 10px 42px 10px 26px;
        cursor: pointer;
        float: left;
        clear: both;
    }

        .accordion .accordion-title:after {
            content: '';
            width: 15px;
            height: 15px;
            position: absolute;
            top: 12px;
            right: 22px;
            background: url(".https://www.directlife.co.uk/home/assets/svg/ico-plus.svg") no-repeat;
            display: block;
        }

        .accordion .accordion-title.opened:after {
            background: url("https://www.directlife.co.uk/home/assets/svg/ico-minus.svg") no-repeat;
        }

        .accordion .accordion-title .title {
            font-size: 14px;
            font-weight: 700;
            color: #AA2277;
        }

    .accordion .accordion-body {
        width: 100%;
        padding: 20px 26px 10px 26px;
        border: 1px solid #AA2277;
        border-top: none;
        display: none;
        float: left;
        clear: both;
    }

@media only screen and (min-width: 120px) and (max-width: 767px) {
    .accordion {
        padding-right: 5px;
    }

        .accordion .accordion-title {
            padding: 12px 42px 16px 15px;
        }

            .accordion .accordion-title .title {
                font-size: 16px;
            }

                .accordion .accordion-title .title:after {
                    width: 20px;
                    height: 20px;
                    top: 15px;
                    right: 20px;
                    background-size: 100% 100%;
                }

        .accordion .accordion-body {
            padding-left: 16px;
            padding-right: 16px;
        }
}

.selectric-wrapper {
    width: 100%;
    position: relative;
    float: left;
    cursor: pointer;
}

.selectric-responsive {
    width: 100%;
}

.selectric {
    width: 100%;
    border: none;
    border-radius: 2px;
    background: #fff;
    position: relative;
    float: left;
}

    .selectric:hover {
        background: #e1e9ff;
    }

    .selectric .label {
        font-family: "Trebuchet MS","Trebuchet MS";
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0;
        padding: 0 40px 0 10px;
        font-size: 18px;
        font-weight: 400;
        color: #AA2277;
        line-height: 32px;
        height: 32px;
        text-align: left;
        text-transform: none;
    }

    .selectric .arrow {
        position: absolute;
        right: 22px;
        top: 13px;
        margin: 0;
        text-align: center;
        float: left;
    }

        .selectric .arrow .ico {
            float: left;
        }

.selectric-open {
    z-index: 80;
}

    .selectric-open .selectric {
        border-bottom-color: #AA2277;
    }

    .selectric-open .selectric-items {
        display: block;
    }

.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}

    .selectric-hide-select select {
        position: absolute;
        left: -100%;
        display: none;
    }

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important;
}

.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}

.selectric-items {
    display: none;
    width: auto !important;
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    background: #fff;
    border: 1px solid #AA2277;
    border-bottom: none;
    z-index: -1;
}

    .selectric-items .selectric-scroll {
        height: 100%;
        overflow: auto;
    }

    .selectric-items ul {
        margin-bottom: 0 !important;
    }

    .selectric-items ul, .selectric-items li {
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: 16px;
        line-height: 20px;
        min-height: 30px;
    }

    .selectric-items li {
        display: block;
        padding: 5px 10px;
        border-bottom: 1px solid #AA2277;
        font-weight: 400;
        color: #AA2277;
        cursor: pointer;
    }

        .selectric-items li.selected {
            height: 0;
            padding: 0;
            text-indent: -9999px;
            font-size: 0;
            min-height: 0;
            border: none;
        }

        .selectric-items li.selected, .selectric-items li:hover {
            background: #e1e9ff;
        }

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    clear: both;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    outline: none;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    height: 100%;
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    outline: none;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    width: 16px;
    height: 30px;
    margin-top: -12px;
    cursor: pointer;
    text-indent: -9999px;
    transition: opacity 0.4s ease;
    z-index: 20;
    display: block;
}

    .slick-arrow.slick-prev {
        left: 0;
        background: url("https://www.directlife.co.uk/home/assets/svg/ico-slick-prev.svg") no-repeat;
        background-size: 100% 100%;
    }

    .slick-arrow.slick-next {
        right: 20px;
        background: url("https://www.directlife.co.uk/home/assets/svg/ico-slick-next.svg") no-repeat;
        background-size: 100% 100%;
    }

    .slick-arrow:hover {
        opacity: 0.7;
    }

    .slick-arrow.slick-disabled {
        display: none !important;
    }

    .slick-arrow.slick-hidden {
        display: none;
    }

@media only screen and (min-width: 961px) and (max-width: 1024px) {
    .slick-arrow.slick-prev {
        left: -20px;
    }

    .slick-arrow.slick-next {
        right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
    .slick-arrow.slick-prev {
        left: -10px;
    }

    .slick-arrow.slick-next {
        right: -10px;
    }
}

@media only screen and (min-width: 120px) and (max-width: 767px) {
    .slick-arrow.slick-prev {
        left: 0;
    }

    .slick-arrow.slick-next {
        right: 0;
    }
}

.header {
    width: 100%;
    height: 66px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 100;
    float: left;
    clear: both;
}

    .header .logo {
        margin: 21px 40px 19px 55px;
        float: left;
    }

    .header .header-links {
        padding: 17px 48px 0 0;
        float: right;
    }

        .header .header-links .btn {
            margin-left: 8px;
            float: left;
        }

    .header .phone-contact {
        position: absolute;
        top: 30px;
        right: 90px;
        display: none;
    }

        .header .phone-contact a {
            font-size: 15px;
            font-weight: 700;
            color: #000000;
        }

    .header .menu-toggle {
        position: absolute;
        top: 31px;
        right: 18px;
        width: 30px;
        height: 14px;
        display: none;
        float: left;
        cursor: pointer;
        z-index: 150;
    }

        .header .menu-toggle span {
            position: absolute;
            top: 7px;
            left: 0;
            width: 100%;
            height: 4px;
            background: #AA2277;
            display: block;
        }

            .header .menu-toggle span:before, .header .menu-toggle span:after {
                content: '';
                position: absolute;
                width: 100%;
                left: 0;
                height: 4px;
                display: block;
                background: #AA2277;
            }

            .header .menu-toggle span:before {
                top: -10px;
            }

            .header .menu-toggle span:after {
                bottom: -10px;
            }

        .header .menu-toggle.opened span {
            background: none;
        }

            .header .menu-toggle.opened span:before {
                top: 0;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

            .header .menu-toggle.opened span:after {
                bottom: 0;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }

@media only screen and (min-width: 1025px) {
    .header .navigation-wrap {
        display: block !important;
    }
}

@media only screen and (min-width: 961px) and (max-width: 1024px) {
    .header .logo {
        margin-left: 20px;
        margin-right: 20px;
    }

    .header .header-links {
        padding-right: 10px;
    }

    .header .navigation-wrap {
        display: block !important;
    }
}

@media only screen and (min-width: 120px) and (max-width: 960px) {
    .header {
        height: 79px;
    }

        .header .logo {
            margin: 26px 0 0 -15px;
        }

        .header .menu-toggle, .header .phone-contact {
            display: block;
        }

        .header .navigation-wrap {
            background: #fff;
            height: calc(100vh - 79px);
            position: fixed;
            top: 79px;
            left: 0;
            right: 0;
            border-bottom: 1px solid #AA2277;
            overflow-y: auto;
            display: none;
        }

            .header .navigation-wrap .header-links {
                width: 100%;
                padding: 6px;
                float: left;
                clear: both;
            }
}

@media only screen and (min-width: 120px) and (max-width: 767px) {
    .header .logo {
        margin-left: -10px;
    }
}

@media screen and (max-width: 360px) {
    .header .phone-contact {
        right: 60px;
    }
}

.main-nav {
    position: relative;
    float: left;
}

    .main-nav li {
        position: relative;
        float: left;
    }

        .main-nav li a {
            background: none;
            font-size: 16px;
            font-weight: 700;
            color: #AA2277;
            line-height: 22px;
            padding: 24px 19px 20px 19px;
            transition: all 0.3s;
            display: block;
        }

        .main-nav li.active a {
            background: #AA2277;
            color: #fff;
        }

    .main-nav .level-2 {
        position: absolute;
        top: 66px;
        left: 0;
        min-width: 142px;
        max-width: 300px;
        padding-top: 5px;
        background: #fff url("https://www.directlife.co.uk/home/assets/svg/ico-menu-arrow.svg") 10px -9px no-repeat;
        border-bottom: 2px solid #AA2277;
        display: none;
    }

        .main-nav .level-2 li {
            width: 100%;
            border-bottom: 1px solid #cab6d9;
            clear: both;
        }

            .main-nav .level-2 li:last-of-type {
                border: none;
            }

            .main-nav .level-2 li a {
                font-size: 15px;
                padding: 6px 12px;
            }

    .main-nav .expand-arrow {
        display: none;
    }

@media only screen and (min-width: 1025px) {
    .main-nav li:hover > a {
        background: #AA2277;
        color: #fff;
    }

    .main-nav li:hover ul {
        display: block;
    }
}

@media only screen and (min-width: 961px) and (max-width: 1024px) {
    .main-nav li a {
        padding-left: 14px;
        padding-right: 14px;
    }
}

@media only screen and (min-width: 120px) and (max-width: 960px) {
    .main-nav {
        width: 100%;
        border-top: 1px solid #AA2277;
    }

        .main-nav li {
            width: 100%;
            margin: 0;
            float: left;
            clear: both;
        }

            .main-nav li a {
                font-size: 15px;
                line-height: 21px;
                letter-spacing: 0.025em;
                padding: 12px 18px;
                border-bottom: 1px solid #AA2277;
                display: block;
            }

                .main-nav li a:after {
                    display: none !important;
                }

        .main-nav .level-2 {
            width: 100%;
            max-width: none;
            background: #fff;
            padding-top: 0;
            position: relative;
            top: auto;
            left: 0;
            border: none;
            float: left;
            clear: both;
            display: none;
        }

            .main-nav .level-2 li {
                border: none;
            }

                .main-nav .level-2 li a {
                    background: #AA2277;
                    color: #fff;
                    border-color: #fff;
                    padding: 10px 18px;
                }

        .main-nav .has-children:after {
            content: '';
            width: 14px;
            height: 13px;
            position: absolute;
            top: 17px;
            right: 27px;
            background: url("https://www.directlife.co.uk/home/assets/svg/ico-menu-expand.svg") no-repeat;
            z-index: -1;
            display: block;
        }

        .main-nav .has-children.opened:after {
            background: url("https://www.directlife.co.uk/home/assets/svg/ico-menu-collapse.svg") no-repeat;
        }

        .main-nav .expand-arrow {
            position: absolute;
            top: 0;
            right: 0;
            width: 70px;
            height: 46px;
            display: block;
            z-index: 10;
        }
}

.footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #AA2277;
    z-index: 50;
    clear: both;
}

    .footer .wrap {
        padding: 20px 88px 20px 58px;
    }

    .footer .footer-links {
        float: left;
    }

        .footer .footer-links a {
            font-size: 12px;
            color: #fff;
            margin-right: 20px;
            float: left;
        }

            .footer .footer-links a:hover {
                text-decoration: underline;
            }

    .footer .copyright {
        font-size: 12px;
        color: #fff;
        float: right;
    }

@media only screen and (min-width: 120px) and (max-width: 960px) {
    .footer {
        text-align: center;
    }

        .footer .wrap {
            padding-left: 15px;
            padding-right: 15px;
        }

        .footer .footer-links {
            width: 100%;
            margin-bottom: 10px;
            text-align: center;
            float: none;
        }

            .footer .footer-links a {
                float: none;
                margin: 0 6px;
                position: relative;
                display: inline-block;
            }

                .footer .footer-links a:after {
                    content: '';
                    position: absolute;
                    top: 1px;
                    right: -9px;
                    width: 1px;
                    height: 12px;
                    background: #fff;
                    display: block;
                }

                .footer .footer-links a:last-of-type:after {
                    display: none;
                }

        .footer .copyright {
            width: 100%;
        }
}

.homepage-links .wrap {
    padding: 100px 40px;
}

.homepage-links .text-wrap {
    font-size: 18px;
    font-weight: 700;
}

.hero-image {
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
}

    .hero-image .hero-image-wrap img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        min-width: 100%; 
        /* max-width:none; */
        min-height: 600px;
        z-index: -1;
    }

    .hero-image .hero-text-wrap {
        padding-top: 62px;
        max-width: 540px;
    }

    .hero-image .btn {
        position: absolute;
        top: 220px;
        right: 0;
    }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .hero-image {
        height: 500px;
    }

        .hero-image .hero-image-wrap img {
            max-height: 100%;
        }
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
    .hero-image .hero-text-wrap {
        max-width: none;
        margin-right: 220px;
    }

    .hero-image .btn {
        right: 30px;
    }
}

@media only screen and (min-width: 120px) and (max-width: 767px) {
    .hero-image {
        height: auto;
        text-align: center;
        padding-bottom: 238px;
    }

        .hero-image .hero-image-wrap img {
            max-height: 100%;
        }

        .hero-image .hero-text-wrap {
            padding-top: 30px;
            margin-bottom: 52px;
        }

            .hero-image .hero-text-wrap p {
                max-width: 250px;
                margin: 0 auto;
                letter-spacing: 0.03em;
            }

                .hero-image .hero-text-wrap p:last-of-type {
                    display: none;
                }

        .hero-image .btn {
            position: relative;
            top: auto;
            right: auto;
        }
}

.hero-image-about {
    padding-right: 50px;
    height: 614px;
}

    .hero-image-about .hero-text-wrap {
        padding-top: 86px;
        max-width: 380px;
    }

        .hero-image-about .hero-text-wrap h2 {
            margin-bottom: 26px;
        }

    .hero-image-about .btn {
        top: 185px;
    }

    .hero-image-about.introduction .hero-text-wrap {
        max-width: 378px;
    }

@media only screen and (min-width: 961px) and (max-width: 1024px) {
    .hero-image-about {
        padding-left: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .hero-image-about {
        padding-right: 20px;
        height: 414px;
    }

        .hero-image-about .wrap {
            max-width: 100%;
        }
}

@media only screen and (min-width: 120px) and (max-width: 767px) {
    .hero-image-about {
        height: auto;
        text-align: left;
        padding-right: 0;
        padding-bottom: 100px;
    }

        .hero-image-about .hero-text-wrap {
            padding-top: 30px;
            max-width: 100%;
        }

            .hero-image-about .hero-text-wrap h2 {
                margin-bottom: 12px;
            }

            .hero-image-about .hero-text-wrap p {
                max-width: 100%;
                margin: 0 0 20px 0;
            }

                .hero-image-about .hero-text-wrap p:last-of-type {
                    display: block;
                }

        .hero-image-about .wrap {
            max-width: 100%;
            padding-left: 25px;
            padding-right: 25px;
        }

        .hero-image-about .btn {
            display: none;
        }
}

.video-popup {
    width: 800px;
}

@media only screen and (min-width: 120px) and (max-width: 960px) {
    .video-popup {
        width: 95%;
        margin: 0 2.5%;
        top: 100px;
        left: 0;
        transform: none;
    }
}

@media only screen and (min-width: 120px) and (max-width: 767px) {
    .latest-developments {
        padding-top: 60px;
        padding-bottom: 0;
        text-align: center;
    }
}

.developments-wrap {
    max-width: 800px;
    margin: 0 auto 24px auto;
    padding-top: 10px;
}

.development-item {
    width: 50%;
    padding: 0 40px;
    text-align: center;
    float: left;
}

    .development-item .thumbnail {
        width: 100%;
        height: 60px;
        margin-bottom: 25px;
        position: relative;
    }

        .development-item .thumbnail img {
            position: relative;
            top: 50%;
            transform: translateY(-50%);
            max-height: 60px;
        }

    .development-item .text {
        margin-bottom: 15px;
        font-weight: 700;
    }

        .development-item .text p {
            font-weight: 700;
            margin-bottom: 0;
        }

@media only screen and (min-width: 120px) and (max-width: 767px) {
    .development-item {
        width: 100%;
        padding: 0;
        margin-bottom: 38px;
        clear: both;
    }

        .development-item .thumbnail {
            margin-bottom: 12px;
        }

        .development-item .text {
            height: auto !important;
        }
}

.toolkit {
    position: relative;
}

    .toolkit .text-wrap {
        max-width: 460px;
        padding-top: 12px;
        margin-bottom: 10px;
    }

    .toolkit .view-more {
        margin-top: 10px;
    }

    .toolkit .img-wrap {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: -1;
    }

@media only screen and (min-width: 120px) and (max-width: 767px) {
    .toolkit {
        text-align: center;
        padding-bottom: 100px;
    }

        .toolkit .text-wrap {
            padding-top: 48px;
        }

            .toolkit .text-wrap p {
                letter-spacing: 0.03em;
            }

        .toolkit .img-wrap {
            max-width: 200%;
        }

        .toolkit .btn {
            height: 37px;
            line-height: 37px;
            font-size: 16px;
        }

            .toolkit .btn:after {
                top: 14px;
            }
}

.what-we-do {
    padding-top: 32px;
}

    .what-we-do .text-wrap {
        padding-top: 30px;
        margin-right: 65px;
        margin-bottom: 32px;
    }

    .what-we-do .video-wrap {
        position: relative;
        padding-right: 15px;
        margin-top: -15px;
    }

    .what-we-do .video-play-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 15px;
        bottom: 0;
        overflow: hidden;
        display: block;
        z-index: 20;
    }

        .what-we-do .video-play-overlay a {
            display: block;
        }

        .what-we-do .video-play-overlay img {
            width: 100%;
        }

        .what-we-do .video-play-overlay .ico {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) scale(1);
            z-index: 30;
            transition: all 0.5s ease;
        }

        .what-we-do .video-play-overlay:hover .ico {
            transform: translate(-50%, -50%) scale(1.2);
        }

@media only screen and (min-width: 120px) and (max-width: 960px) {
    .what-we-do {
        padding-right: 0;
    }

        .what-we-do .video-play-overlay {
            right: 0;
        }
}

@media only screen and (min-width: 120px) and (max-width: 767px) {
    .what-we-do {
        padding-top: 45px;
        padding-bottom: 115px;
    }

        .what-we-do .text-wrap {
            margin-right: 20px;
            margin-bottom: 55px;
            letter-spacing: 0.03em;
        }

        .what-we-do .video-wrap {
            padding: 0 10px;
            margin-top: 0;
        }

        .what-we-do .video-play-overlay {
            right: 10px;
            left: 10px;
        }
}

.dev-steps {
    padding-top: 5px;
    margin: 0 -40px;
    padding-right: 20px;
}

    .dev-steps .dev-step {
        width: 25%;
        padding: 0 40px;
        text-align: center;
        float: left;
    }

        .dev-steps .dev-step .thumbnail {
            width: 100%;
            height: 92px;
            text-align: center;
            margin-bottom: 5px;
            position: relative;
        }

            .dev-steps .dev-step .thumbnail img {
                position: relative;
                top: 50%;
                transform: translateY(-50%);
                height: inherit;
                display: inline-block;
            }

        .dev-steps .dev-step .text {
            line-height: 1.25;
            color: #fff;
        }

            .dev-steps .dev-step .text p {
                line-height: 1.25;
                color: #fff;
                margin-bottom: 0;
            }

@media only screen and (min-width: 961px) and (max-width: 1024px) {
    .dev-steps {
        margin: 0 20px;
    }

        .dev-steps .dev-step {
            padding: 0 20px;
        }
}

@media only screen and (min-width: 120px) and (max-width: 960px) {
    .dev-steps {
        margin: 0;
        padding-right: 0;
    }

        .dev-steps .dev-step {
            padding: 0 20px;
        }
}

@media only screen and (min-width: 120px) and (max-width: 767px) {
    .dev-steps {
        padding-bottom: 100px;
    }

        .dev-steps .dev-step .thumbnail {
            height: 240px;
            margin-bottom: 25px;
        }

            .dev-steps .dev-step .thumbnail img {
                transform: translate(-50%, -50%) scale(1.7);
            }

        .dev-steps .dev-step h4 {
            font-size: 42px;
        }

        .dev-steps .dev-step .text p {
            font-size: 17px;
        }
}

.key-features .text-wrap {
    padding-top: 6px;
}

.key-features .download-pdf {
    border-top: 1px solid #AA2277;
    padding-top: 15px;
}

    .key-features .download-pdf p {
        margin-bottom: 0;
    }

    .key-features .download-pdf a {
        font-weight: 700;
        text-decoration: underline;
    }

@media only screen and (min-width: 120px) and (max-width: 767px) {
    .key-features .text-wrap {
        padding-top: 15px;
    }
}

.single-article {
    padding-left: 80px;
    margin-bottom: 20px;
    position: relative;
}

    .single-article .back-button {
        position: absolute;
        top: 5px;
        left: 24px;
    }

    .single-article .article-meta {
        margin-bottom: 2px;
        font-style: italic;
        color: #000000;
        display: block;
    }

    .single-article .article-title {
        margin-bottom: 1em;
    }

    .single-article .text-wrap {
        margin-bottom: 40px;
    }

        .single-article .text-wrap p {
            margin-bottom: 16px;
            letter-spacing: -0.003em;
            line-height: 1.25;
        }

        .single-article .text-wrap img {
            margin-top: 15px;
            margin-bottom: 30px;
        }

@media only screen and (min-width: 120px) and (max-width: 767px) {
    .single-article {
        padding-left: 0;
        margin-bottom: 0;
    }

        .single-article .back-button {
            display: none;
        }

        .single-article .article-meta {
            display: none;
        }

        .single-article .article-title {
            font-size: 24px;
            margin-bottom: 0.3em;
        }

        .single-article .text-wrap {
            margin-bottom: 20px;
        }

            .single-article .text-wrap p {
                line-height: 1.3;
            }

            .single-article .text-wrap img {
                margin-top: 5px;
                margin-bottom: 20px;
            }
}

.share-article {
    text-align: right;
}

.share-article-btn {
    font-size: 14px;
    font-weight: 700;
    color: #AA2276;
    line-height: 22px;
}

    .share-article-btn .ico {
        vertical-align: middle;
        margin-left: 5px;
    }

@media only screen and (min-width: 120px) and (max-width: 767px) {
    .share-article-btn {
        font-size: 0;
        margin-top: 10px;
        margin-right: 10px;
        transform: scale(1.7);
        display: inline-block;
    }
}

.key-terms-page {
    padding-top: 30px;
    padding-bottom: 105px;
}

    .key-terms-page h4 {
        margin-bottom: 0.6em;
    }

    .key-terms-page .text-wrap {
        margin-bottom: 38px;
    }

    .key-terms-page .download-pdf {
        padding-top: 28px;
    }

@media only screen and (min-width: 120px) and (max-width: 767px) {
    .key-terms-page {
        padding: 0 0 30px 10px;
        margin-top: -25px;
    }

        .key-terms-page h4 {
            max-width: 260px;
        }

        .key-terms-page .text-wrap {
            padding-top: 20px;
            padding-left: 6px;
        }
}

.faq-list {
    padding: 32px 0;
}

    .faq-list h2 {
        margin-bottom: 0.65em;
    }

@media only screen and (min-width: 120px) and (max-width: 767px) {
    .faq-list {
        padding-top: 45px;
    }
}

@media only screen and (min-width: 120px) and (max-width: 767px) {
    .contacts {
        padding-bottom: 10px;
    }
}

.contact-links {
    padding-top: 18px;
    padding-right: 20px;
    margin-bottom: 5px;
}

    .contact-links .thumbnail {
        height: 140px;
        margin-bottom: 20px;
        text-align: center;
        display: block;
    }

    .contact-links .text {
        font-size: 14px;
        font-weight: 400;
        color: #000000;
        text-align: center;
        display: block;
    }

        .contact-links .text:hover {
            text-decoration: underline;
        }

    .contact-links .underwriting .thumbnail {
        padding-top: 7px;
    }

    .contact-links .underwriting .text {
        text-indent: -40px;
    }

    .contact-links .software .thumbnail {
        padding-left: 10px;
    }

@media only screen and (min-width: 120px) and (max-width: 767px) {
    .contact-links {
        padding-top: 8px;
        padding-right: 0;
        margin: 0;
    }

        .contact-links .col {
            padding-left: 50px;
            margin-bottom: 30px;
            text-align: left;
        }

        .contact-links .thumbnail {
            height: auto;
            width: 110px;
            margin-bottom: 0;
            float: left;
        }

        .contact-links .underwriting .text {
            text-indent: 0;
            margin-top: 60px;
            margin-left: 20px;
        }

        .contact-links .software .thumbnail {
            padding-left: 0;
        }

        .contact-links .software .text {
            max-width: 80px;
            margin-top: 45px;
            margin-left: 25px;
        }

        .contact-links .admin .thumbnail {
            width: 95px;
        }

        .contact-links .admin .text {
            margin-top: 36px;
            margin-left: 62px;
        }

        .contact-links .text {
            float: left;
        }
}

@media screen and (max-width: 360px) {
    .contact-links .col {
        padding-left: 20px;
    }
}

.partners {
    padding-top: 28px;
}

    .partners h2 {
        margin-bottom: 0.7em;
    }

    .partners .text-wrap {
        max-width: 785px;
    }

    .partners .partners-block {
        padding-top: 60px;
    }

        .partners .partners-block .wrap {
            padding-bottom: 70px;
            border-bottom: 1px solid #AA2277;
        }

        .partners .partners-block.small-padding .wrap {
            padding-bottom: 15px;
        }

        .partners .partners-block.no-border .wrap {
            border: none;
        }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .partners .partners-block .wrap {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (min-width: 120px) and (max-width: 767px) {
    .partners .grey-gradient {
        background: -webkit-linear-gradient(top, #fff 0%, #f3f3f3 100%);
        background: linear-gradient(to bottom, #fff 0%, #f3f3f3 100%);
    }

        .partners .grey-gradient .wrap {
            border: none;
        }

    .partners .partners-block {
        padding-top: 20px;
        text-align: center;
    }

        .partners .partners-block .wrap {
            width: calc(100% - 30px);
            padding-left: 10px;
            padding-right: 10px;
            margin: 0 15px;
        }
}

.partner-images {
    margin: 0 -50px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .partner-images {
        margin: 0 -30px;
    }
}

@media only screen and (min-width: 120px) and (max-width: 767px) {
    .partner-images {
        margin: 0px -25px;
    }
}

.partner-image {
    width: 33.333333%;
    margin-bottom: 60px;
    position: relative;
    float: left;
}

    .partner-image:after {
        content: '';
        position: absolute;
        top: 145px;
        left: 58px;
        width: 31px;
        height: 16px;
        background: url("https://www.directlife.co.uk/home/assets/svg/ico-partner-arrow.svg") no-repeat;
        opacity: 0;
        transition: opacity 0.5s ease;
        display: block;
        z-index: 20;
    }

    .partner-image.opened:after {
        opacity: 1;
    }

    .partner-image .image-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 120px;
        background: rgba(170,34,119,0.8);
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s ease;
        cursor: pointer;
        z-index: 10;
    }

        .partner-image .image-overlay .text {
            width: 100%;
            font-size: 28px;
            font-weight: 700;
            color: #fff;
            text-align: center;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -54%);
            padding-bottom: 30px;
            background: url("https://www.directlife.co.uk/home/assets/svg/ico-btn-arrow.svg") center bottom no-repeat;
            background-size: 22px 24px;
            display: block;
        }

    .partner-image .image {
        width: 100%;
        height: 120px;
        position: relative;
        text-align: center;
        cursor: pointer;
        float: left;
    }

        .partner-image .image img {
            max-width: 90%;
            max-height: 94%;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
        }

    .partner-image .text-wrap {
        padding: 32px 55px 45px 55px;
        max-width: none;
    }

        .partner-image .text-wrap h3 {
            font-weight: 400;
            color: #AA2277;
            margin-bottom: 1.4em;
        }

        .partner-image .text-wrap .columns {
            margin: 0 -15px;
        }

            .partner-image .text-wrap .columns .col {
                padding: 0 20px;
            }

        .partner-image .text-wrap li {
            margin-bottom: 16px;
        }

    .partner-image:hover .image-overlay {
        opacity: 1;
        visibility: visible;
    }

    .partner-image .partner-text {
        width: 300%;
        position: relative;
        background: #ededed;
        margin-top: 145px;
        display: none;
    }

        .partner-image .partner-text:before, .partner-image .partner-text:after {
            content: '';
            width: 100em;
            height: 100%;
            position: absolute;
            top: 0;
            background: #ededed;
            transition: width 0.5s ease;
            display: block;
        }

        .partner-image .partner-text:before {
            right: 100%;
        }

        .partner-image .partner-text:after {
            left: 100%;
        }

    .partner-image.left {
        clear: both;
    }

    .partner-image.middle .partner-text {
        margin-left: -100%;
    }

    .partner-image.right .partner-text {
        margin-left: -200%;
    }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .partner-image:after {
        left: 25px;
    }

    .partner-image .image-overlay .text {
        font-size: 24px;
    }

    .partner-image .text-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (min-width: 120px) and (max-width: 767px) {
    .partner-image {
        margin-bottom: 20px;
    }

        .partner-image .image-overlay {
            display: none;
        }

        .partner-image .image {
            height: 60px;
        }

            .partner-image .image img {
                max-width: 70%;
            }

        .partner-image:before {
            content: '';
            position: absolute;
            left: 50%;
            top: 48px;
            height: 0;
            width: 0;
            pointer-events: none;
            border: solid transparent;
            border-bottom-color: #ededed;
            border-width: 11px;
            margin-left: -11px;
            display: none;
        }

        .partner-image.opened:before {
            display: block;
        }

        .partner-image:after {
            display: none;
        }

        .partner-image .partner-text {
            margin-top: 70px;
        }

            .partner-image .partner-text .text-wrap {
                text-align: left;
                padding: 25px 20px;
            }

                .partner-image .partner-text .text-wrap h3 {
                    font-size: 24px;
                    margin-bottom: 0.7em;
                }

                .partner-image .partner-text .text-wrap p {
                    font-size: 15px;
                    line-height: 1.25;
                }

                .partner-image .partner-text .text-wrap .columns {
                    margin: 0 -20px;
                }
}

.nonJob .image-block-text{
    bottom: 30px !important;
}

.nonJob:hover .image-block-text {
    -webkit-transform: none: !important;
    transform: none: !important;
}

.image-block-grey:hover .image-block-overlay {
    background-color: rgba(91, 91, 91, 0.8);
}

h2.careers{
    text-align: center;
    margin: 25px 0;
}

.image-block.non-advert .image-block-text
{
    bottom: auto !important;
    max-width: 70%;
}

.image-block.non-advert .image-block-text h5 {
    margin-top: 35px;
    height: 25px;
}

.image-block.non-advert .image-block-text .non-advert-contnet {
    height: 75px;
    font-size: 13px !important;
}

.selectric, .selectric:hover {
    background: #aa2277;
    border: medium none;
    border-radius: 8px;

} 

.selectric .label, .selectric .label:hover  {
    color: #fff;
    text-align: center;
    padding: 0px;
    font-size: 14px;
    font-weight: bold;

}

#goToJob{
    padding: 0px;
}

#whatsItLike{
    display: none;
    padding: 20px;
}

#whatsItLike div{
    padding: 32px 32px 45px;
    background: #ededed none repeat scroll 0 0px;
}

.speech-bubble { 
    position: relative; 
    background: #a9128b; 
    border-radius: .4em; 
    padding: 30px;
    min-height: 446px;
    font-size: 17px;
} 

.speech-bubble:after { 
    content: ''; 
    position: absolute; 
    bottom: 0; 
    left: 50%; 
    width: 0; 
    height: 0; 
    border: 15px solid transparent; border-top-color: #a9128b; 
    border-bottom: 0; 
    margin-left: -15px; 
    margin-bottom: -15px; 
    

}

.speech-bubble p{
    color: #fff;
    font-style: italic;
    text-align: center;
    font-size: 0.9em;
}

.testimonialCopy{
    width: 33%;
    float: left;

}

@media only screen and (max-width: 767px) and (min-width: 120px){
    .testimonialCopy {
        width: 100%;
        clear: both;
    }

    .testimonialCopy p {
        margin-bottom: 35px;
    }

    .image-block.non-advert .image-block-text h5 {
        margin-top: 35px;
        height: auto;
    }

    .image-block.non-advert .image-block-text .non-advert-contnet {
        height: auto;
        font-size: 13px !important;
    }

    .image-block.non-advert .image-block-text {
        max-width: 90%;
    }



}