html,
body,
div,
span,
object,
iframe,
p,
blockquote,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: transparent;
    vertical-align: baseline;
    font-size: 100%;
}

.static {
    position: static !important;
}

p:empty,
h1:empty,
h2:empty {
    display: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html,
body {
    width: 100%;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
}

body {
    background: transparent;
    min-height: 100%;
    min-width: 100%;
    font-size: 17px;
}

*[role="content"] {
    position: relative;
    min-height: calc(100vh - 486px);
}

input:not([type="checkbox"]), textarea, keygen, select, button {
    font: 12.6667px 'Montserrat', sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
}

blockquote,
q {
    quotes: none;
}

.grecaptcha-badge {
    display: none;
}

#testimonial blockquote strong {
    color: #fff;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    background: transparent;
    vertical-align: baseline;
    font-size: 100%;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.ease {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-weight: bold;
    font-style: italic;
}

address {
    font-style: normal;
}

ul {
    margin-left: 0;
}

li {
    list-style-position: inside;
}

img {
    max-width: 100%;
    height: auto;
}

blockquote, cite {
    padding: 10px;
    position: relative;
    font-size: 16px;
    font-style: normal;
    display: inline-block;
}

.equal {
    display: table;
    table-layout: fixed;
}

    .equal .vcenter {
        display: table-cell;
        vertical-align: middle;
    }

.full {
    margin: 0;
    padding: 0 !important;
    overflow: hidden;
}

    .full * {
        max-width: 100%;
        width: 100%;
        height: auto;
        margin: 0 !important;
        padding: 0 !important;
        line-height: 0;
    }

    .full .wide {
        width: 100%;
        height: auto;
    }

.signpostsmall {text-align: left; margin-top: 20px;}



.signpostsmall,
.signpostsmall p,
.signpostsmall a,
.signpostsmall p span,
.small,
.small p,
.small a,
.small p span {
    font-size: 10px;
    line-height: 20px;
}

    .small p a, .signpostsmall p a {
        color: #B71F28;
    }

    .small a:hover, .signpostsmall a:hover {
        color: #B71F28;
        text-decoration: underline;
    }

code,
pre {
    overflow: auto;
    padding: 6px 10px;
    border-radius: 3px;
    background-color: rgba(248, 248, 248, 0.3);
    font-size: .9rem;
    line-height: 2.3;
}

main {
    padding-top: 115px;
}

    main a {
        color: #B71F28;
    }

::selection {
	background: #B71F28;
    color: #ffffff;
    text-shadow: none;
}

@media (max-width:1300px) {
    main {
        padding-top: 100px;
    }
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

hr {
    display: block;
    margin: 1em 0;
    padding: 0;
    height: 1px;
    border: 0;
    border-top: 1px solid #e1e1e1;
    width: 100%;
}

input,
select {
    vertical-align: middle;
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.text-dark, .text-dark p {
    color: black !important;
}
.text-light, .text-light p {
    color:#ffffff !important;
}

.section {
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat;
    clear: both;
}

.grey.section {
    background-color: #f1f1f1;
}

.light-blue.section {
    background-color: #ddf2f8;
}
.light-green.section {
    background-color: #d1f8ea;
}
.light-blue-no-shadow.section {
    background-color: #ddf2f8;
}
.light-green-no-shadow.section {
    background-color: #d1f8ea;
}
.blue.section {
    background-color: #041130;
}
.navy.section {
    background-color: #102264;
}
.green.section {
    background-color: #1fde9c;
}
.drkgreen.section {
    background-color: #24b180;
}

.white.section, .white {
    background-color: #ffffff;
}

.grey-white.section, .grey-white {
    background-color: #edeef1;
}


.trustpilot.section {
    background-color: #e4f1f8;
}

.trustpilotWhite.section {
    background-color: #ffffff;
}


.grey.section, .light-blue.section, .light-green.section, .white.section, #partners, .red-section, .red-white.section, .grey-white.section, .grey-red.section, .red-grey.section, .red-grey-2.section,  .white.section.botshadow, .signpostmain-image, .trustpilot.section, .trustpilotWhite.section, .blue-white {
	-webkit-box-shadow: -6px 0px 6px -6px #bbb, 0px 6px 6px -6px #bbb , 6px 6px 6px -6px #bbb;
    -moz-box-shadow: -6px 0px 6px -6px #bbb, 0px 6px 6px -6px #bbb , 6px 6px 6px -6px #bbb;
    box-shadow: -6px 0px 6px -6px #bbb, 0px 6px 6px -6px #bbb , 6px 6px 6px -6px #bbb;
}


#partners {border-bottom: #bbb solid 1px}


.overlaydark {
    background-image:linear-gradient(to right, rgba(0,0,0,0.3), rgba(0,0,0,0.6) 35%, rgba(0,0,0,0), rgba(0,0,0,0 )80%);
    background-size: cover;
    background-repeat: no-repeat;
}

.overlaylight {
    background-image:linear-gradient(to right, rgba(255,255,255,0.8), rgba(255,255,255,0.8) 30%, rgba(255,255,255,0), rgba(255,255,255,0) 80%);
    background-size: cover;
    background-repeat: no-repeat;
}



.grey-red.section {
    background-image: linear-gradient(to bottom, #f1f1f1, #f1f1f1 100%, #B71F28 15%, #B71F28);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f1f1f1;
}

.red-grey.section {
    background-image: linear-gradient(to bottom, #B71F28, #B71F28 85%, #f1f1f1 15%, #f1f1f1);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f1f1f1;
}

.red-grey-2.section {
    background-image: linear-gradient(to top, #f1f1f1, #f1f1f1 85%, #B71F28 15%, #B71F28);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #B71F28;
}

.red.section {
    background: #B71F28;
}

.red-white.section, .red-white {
    background-image: linear-gradient(to right, #D26B73, #B71F28);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #B71F28;
}


.blue-white.section, .blue-white {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #78e1fd;
}

.black.section {
    background-color: #333333;
    color: white;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

.dark {
    background: #1c1c1e;
}

    .dark *,
    .dark-text {
        color: #fff;
    }

    .dark a,
    .dark a:visited {
        color: #f45376;
    }

        .dark a:hover,
        .dark a:visited:hover {
            text-decoration: underline;
        }

        .dark a.button {
            border: 1px solid #fff;
            background: rgba(255, 255, 255, 0);
            color: #fff;
        }

            .dark a.button:hover {
                background: #fff;
                color: #000;
            }

            .dark a.button.fill {
                background: #fff;
                color: #000;
            }

                .dark a.button.fill:hover {
                    background: rgba(255, 255, 255, 0.5);
                    color: #fff;
                }

    .dark code,
    .dark pre {
        background-color: rgba(248, 248, 248, 0.1);
    }

    .dark + .triangle:before {
        border-color: transparent transparent transparent #1c1c1e;
    }

.light {
    background: #fff;
}

    .light * {
        color: #000;
    }

    .light a.button {
        border: 1px solid #000;
        background: transparent;
        color: #000;
    }

        .light a.button:hover {
            background: #000;
            color: #fff;
        }

        .light a.button.fill {
            background: #000;
            color: #fff;
        }

            .light a.button.fill:hover {
                background: rgba(0, 0, 0, 0.2);
                color: #000;
            }

    .light code,
    .light pre {
        background-color: #f8f8f8;
    }

    .light + .triangle:before {
        border-color: transparent transparent transparent #fff;
    }

.white-text,
.white-text p,
.white-text li,
.white-text h1,
.white-text h2 {
    color: #fff;
}

.red a:not(.button-three),
.red a:visited:not(.button-three) {
    color: #fff;
}



/* --------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
LAYOUT
-----------------------------------------------------------------------------------
-------------------------------------------------------------------------------- */
.pad-all-small {
    padding: 30px;
}

.pad-slim {
    padding-top: 5px;
    padding-bottom: 5px;
}

.pad-xsmall {
    padding-top: 15px;
    padding-bottom: 15px;
}

.pad-small {
    padding-top: 30px;
    padding-bottom: 30px;
}

.margin-small {
    margin-top: 30px;
    margin-bottom: 30px;
}

.margin-medium {
    margin-top: 60px;
    margin-bottom: 60px;
}

.pad-medium {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pad-large {
    padding-top: 180px;
    padding-bottom: 180px;
}

.pad-bottom {
    padding-bottom: 15px;
}

.pad-bottom-medium {
    padding-bottom: 30px;
}

.pad-bottom-large {
    padding-bottom: 60px;
}

.pad-top {
    padding-top: 15px !important;
}

.pad-top-small {
    padding-top: 30px !important;
}

.pad-top-medium {
    padding-top: 60px !important;
}

.pad-top-xmedium {
    padding-top: 75px !important;
}

.pad-noHeader {
    padding-top: 120px !important;
    padding-bottom: 60px;
}

.pad-top-large {
    padding-top: 115px !important;
}

.gutter {
    padding-left: 15px;
    padding-right: 15px;
}

.x-gutter {
    padding-left: 30px;
    padding-right: 30px;
}

.no-margin {
    margin: 0 !important;
}

.one-half {
    width: 50%;
}

.centered {
    margin: 0 auto;
}

.centered-wrap {
    min-width: 500px;
    max-width: 700px;
    margin: 0 auto;
}

@media (max-width:800px) {
    .centered-wrap {
        min-width: 100%;
        max-width: 100%;
        padding: 0 15px;
    }
}

.center,
.center img {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.vcenter {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.vcenterAwards {
    display: flex;
    flex-direction: row;
}


/* --------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
TYPOGRAPHY
-----------------------------------------------------------------------------------
-------------------------------------------------------------------------------- */
.red-text {
    color: #B71F28 !important;
}

.social-icons {
    background-color: #B71F28;
	background-image: linear-gradient(to right, #D26B73, #B71F28);
    padding: 10px;
    border-radius: 38px;
    padding: 10px 10px 4px;
    top: -35px;
}

    .social-icons:hover {
        background-color: #616161;
		background-image: linear-gradient(to right, #8a8a8a, #616161);
    }

    .social-icons img {
        height: 20px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

strong {
    font-weight: 700;
}

p {
    margin-bottom: 20px;
}

address p {
    margin-bottom: 0;
}

p,
blockquote,
li,
a {
    font-size: 14px;
    line-height: 24px;
}

p,
blockquote,
li {
    color: #4d4d4d;
    font-weight: 400;
}

a,
a:visited {
    text-decoration: none;
    width: auto;
    white-space: nowrap;
}

blockquote {
    color: #2c2c2c;
    font-size: 16px;
}

.hr-red {
    height: 7px;
    max-width: 100px;
    background: #B71F28;
    color: #B71F28;
    margin: 0 0 30px 0;
}

.hide {
    display: none;
}


/* --------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
BUTTONS
-----------------------------------------------------------------------------------
-------------------------------------------------------------------------------- */
.button {
    padding: 15px 45px 15px 25px;
    border-radius: 48px;
    border: none;
    background-color: #102264;
    color: #ffffff !important;
    cursor: pointer;
    text-transform: none;
    display: inline-block;
	font-size: 16px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05), 0 4px 4px 0 rgba(0, 0, 0, 0.05);
}

    .button:hover {
        background-color: #101833;
		
    }

@media (max-width:500px) {
    .button {
        width: 100%;
        text-align: center;
    }
}


.button .material-icons {
        float: left;
        margin: 2px 8px 0 0;
        font-size: 20px;
    }
/*     .button:before,
    .button:after {
        content: '';
        position: absolute;
        width: 10px;
        height: 3px;
        background: #dddddd;
        right: 30px;
        border-radius: 5px;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .button:before {
        bottom: 50px;
        -ms-transform: rotate(-40deg); /* IE 9 */
      /*   -webkit-transform: rotate(-40deg); /* Chrome, Safari, Opera */
      /*   transform: rotate(-40deg);
    }

 /*    .button:after {
        top: 33px;
        -ms-transform: rotate(40deg); /* IE 9 */
      /*   -webkit-transform: rotate(40deg); /* Chrome, Safari, Opera */
      /*   transform: rotate(40deg);
    }

*/


.button-two {
    position: relative;
    color: #B71F28 !important;
    width: auto;
    padding-right: 18px;
    display: inline-block;
    cursor: pointer;
	font-size: 16px;
}

    .button-two:before,
    .button-two:after {
        content: '';
        position: absolute;
        width: 6px;
        height: 6px;
        right: 0;
        top: 10px;
        border-bottom: solid 2px #B71F28;
        border-right: solid 2px #B71F28;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        transition: all .2s ease-in-out;
    }

    .button-two:before {
        right: 7px;
    }

    .button-two:hover:before {
        right: 2px;
    }

    .button-two:after {
        right: 0;
    }

    .button-two:hover:after {
        right: -5px;
    }

    .button-two.top-line {
        padding-top: 15px;
        margin-top: 15px;
        border-top: solid 1px #e1e1e1;
    }

        .button-two.top-line:before,
        .button-two.top-line:after {
            top: 25px;
        }

.button-three {
    position: relative;
    display: inline-block;
    border-radius: 48px;
    padding: 10px 25px 10px 25px;
    background-color: #102264;
	color: #ffffff !important;
	margin-bottom: 10px;
	font-size: 16px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05), 0 4px 4px 0 rgba(0, 0, 0, 0.05);
	text-align: center;
}

    .button-three:hover {
        background-color: #101833;
    }
          
.outline.button-three {
    background: #ffffff!important;;
	color: #102264!important;
	border:#9f9f9f solid 1px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05), 0 4px 4px 0 rgba(0, 0, 0, 0.05);
	border-radius: 48px;
	text-align: center;

}

.outline.button-three:hover {
	color: #101833!important;
	border:#010203 solid 1px;
    }



.button-green {
    position: relative;
    display: inline-block;
    border-radius: 48px;
    padding: 10px 25px 10px 25px;
    background-color: #1fde9c;
	color: #ffffff !important;
	margin-bottom: 10px;
	font-size: 16px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05), 0 4px 4px 0 rgba(0, 0, 0, 0.05);
	text-align: center;
}

    .button-green:hover {
        background-color: #24b180;
    }
          
.outline.green-three {
    background: #ffffff!important;;
	color: #24b180!important;
	border:#1fde9c solid 1px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05), 0 4px 4px 0 rgba(0, 0, 0, 0.05);
	border-radius: 48px;
	text-align: center;

}

.outline.green-three:hover {
	color: #24b180!important;
	border:#24b180 solid 1px;
    }







.button-four {
    position: relative;
    color: #fff !important;
    width: auto;
    padding: 18px 58px 18px 18px;
    display: inline-block;
    cursor: pointer;
    border: solid 1px #fff;
	border-radius: 24px;
	font-size: 16px;

}

@media (max-width:500px) {
    .button-four {
        width: 100%;
        margin-bottom: 15px;
    }
}

.button-four:hover {
    color: red !important;
    background: #fff;
}

    .button-four:hover:before {
        border-bottom: solid 2px red;
        border-right: solid 2px red;
        right: 17px;
    }

.button-four:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    top: 27px;
    right: 22px;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
    transition: all .2s ease-in-out;
}

.button-four.top-line {
    padding-top: 15px;
    margin-top: 15px;
    border-top: solid 1px #e1e1e1;
}

    .button-four.top-line:before,
    .button-four.top-line:after {
        top: 25px;
    }

.button-five {
    background-color: #616161;
	background-image: linear-gradient(to right, #8A8A8A, #616161);
	padding: 12px 25px;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    text-transform: none;
    font-size: 16px;
	border-radius: 24px;
	margin: 0px 10px 10px 0px;
	text-decoration: underline;

}

    .button-five i,
    .button-five span {
        float: left;
    }

    .button-five i {
        margin-top: 1px;
        margin-right: 10px;
    }

    .button-five:hover {
        background: #8A8A8A;
        color: #fff;
		background-image: linear-gradient(to right, #616161, #8A8A8A);
    }

@media (max-width:500px) {
    .button-five {
        width: 100%;
        text-align: center;
    }
}


.button-six {
    position: relative;
    display: inline-block;
	border-radius: 48px;
    padding: 10px 25px 10px 25px;
    background-color: #102264;
	color: #ffffff !important;
	margin-bottom: 10px;
	font-size: 16px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05), 0 4px 4px 0 rgba(0, 0, 0, 0.05);

}



    .button-six:hover {
        background-color: #101833;
    }


 @media (max-width:1330px) and (min-width:1200px) {
    a.button-six.existingCustomers.width100p {
    padding: 8px 18px 8px 18px;
	font-size: 14px;
    }
}
 @media (max-width:1400px) and (min-width:1200px) {
    h2.productTitleHome.existingCustomers {padding-right: 20px}
}

    .red-text.button-six:hover {
        background: #B71F28;
		color: #ffffff!important;
    }

        .button-six:hover:before,
        .button-six:hover:after {
            right: 20px;
        }

    .button-six .material-icons {
        float: left;
        margin: 2px 8px 0 0;
        font-size: 20px;
    }

.red-text.button-six {
    color: #B71F28;
	border: solid 1px #B71F28;

}



.button-six-tools {
    position: relative;
    display: inline-block;
	border-radius: 24px;
    padding: 15px 55px 15px 30px;
    background-color: #616161;
background-image: linear-gradient(to right, #8A8A8A, #616161);
    color: #ffffff !important;
	margin-bottom: 10px;
	margin-right: 10px;
	font-size: 16px;
	
}

    .button-six-tools:hover {
        background: #8A8A8A;
        color: #fff;
		background-image: linear-gradient(to right, #616161, #8A8A8A);
    }
    .red-text.button-six-tools:hover {
        background: #B71F28;
		color: #ffffff!important;
    }



 .button-six-tools i,
    .button-six-tools span {
        float: left;
    }

    .button-six-tools i {
        margin-top: 1px;
        margin-right: 10px;
    }


@media (max-width:500px) {
    .button-six-tools {
        width: 100%;
        text-align: center;
    }
}



.button-signpost {
    position: relative;
    display: inline-block;
	border-radius: 34px;
	border: #B71F28 solid 2px;
    padding: 25px 55px 25px 30px;
    background-color: #ffffff;
    color: #B71F28 !important;
	margin-top: 20px;
	font-size: 26px;

}

    .button-signpost:before,
    .button-signpost:after {
        content: '';
        position: absolute;
        width: 20px;
        height: 3px;
        background: #FFFFFF;
        right: 20px;
        border-radius: 5px;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .button-signpost:before {
        bottom: 30px;
        -ms-transform: rotate(-40deg); /* IE 9 */
        -webkit-transform: rotate(-40deg); /* Chrome, Safari, Opera */
        transform: rotate(-40deg);
    }

    .button-signpost:after {
        top: 30px;
        -ms-transform: rotate(40deg); /* IE 9 */
        -webkit-transform: rotate(40deg); /* Chrome, Safari, Opera */
        transform: rotate(40deg);
    }

    .button-signpost:hover {
        background-color: #616161;
		color: #FFFFFF !important;
		border: #ffffff solid 2px;
    }


 @media (max-width:500px) {
    .button-signpost {
        width: 100%;
		font-size: 20px;
    }
}

    .red-text.button-signpost:hover {
        background: #B71F28;
		color: #ffffff!important;
    }

        .button-signpost:hover:before,
        .button-signpost:hover:after {
            right: 20px;
			background: #ffffff;
        }

    .button-signpost .material-icons {
        float: left;
        margin: 2px 8px 0 0;
        font-size: 20px;
    }

.red-text.button-signpost {
    color: #B71F28;
	border: solid 1px #B71F28;

}



.button-signpost-tools {
    position: relative;
    display: inline-block;
	border-radius: 24px;
    padding: 15px 55px 15px 30px;
    background-color: #616161;
background-image: linear-gradient(to right, #8A8A8A, #616161);
    color: #ffffff !important;
	margin-bottom: 10px;
	margin-right: 10px;
	font-size: 16px;
	
}

    .button-signpost-tools:hover {
        background: #8A8A8A;
        color: #fff;
		background-image: linear-gradient(to right, #616161, #8A8A8A);
    }
    .red-text.button-signpost-tools:hover {
        background: #B71F28;
		color: #ffffff!important;
    }



 .button-signpost-tools i,
    .button-signpost-tools span {
        float: left;
    }

    .button-signpost-tools i {
        margin-top: 1px;
        margin-right: 10px;
    }


@media (max-width:500px) {
    .button-signpost-tools {
        width: 100%;
        text-align: center;
    }
}




.button-product-cta {
    position: relative;
    display: inline-block;
	border-radius: 34px;
	border: #B71F28 solid 2px;
    padding: 25px 55px 25px 30px;
    background-color: #ffffff;
    color: #B71F28 !important;
	margin-top: 20px;
	font-size: 26px;
	white-space: inherit!important;
	max-width: 600px;

}

    .button-product-cta:before,
    .button-product-cta:after {
        content: '';
        position: absolute;
        width: 20px;
        height: 3px;
        background: #B71F28;
        right: 20px;
        border-radius: 5px;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .button-product-cta:before {
        bottom: 42%;
        -ms-transform: rotate(-40deg); /* IE 9 */
        -webkit-transform: rotate(-40deg); /* Chrome, Safari, Opera */
        transform: rotate(-40deg);
    }

    .button-product-cta:after {
        top: 42%;
        -ms-transform: rotate(40deg); /* IE 9 */
        -webkit-transform: rotate(40deg); /* Chrome, Safari, Opera */
        transform: rotate(40deg);
    }

    .button-product-cta:hover {
        background-color: #616161;
		color: #FFFFFF !important;
		border: #ffffff solid 2px;
    }


 @media (max-width:500px) {
    .button-product-cta {
		font-size: 20px;
		font-size: 22px;
		line-height: 26px;

    }
	 .button-product-cta:after {
        top: 44%;
	 }
	 .button-product-cta:before {
        bottom: 44%;
	 }
}

    .red-text.button-product-cta:hover {
        background: #B71F28;
		color: #ffffff!important;
    }

        .button-product-cta:hover:before,
        .button-product-cta:hover:after {
            right: 20px;
			background: #ffffff;

        }

    .button-product-cta .material-icons {
        float: left;
        margin: 2px 8px 0 0;
        font-size: 20px;
    }

.red-text.button-product-cta {
    color: #B71F28;
	border: solid 1px #B71F28;

}



.button-product-cta-tools {
    position: relative;
    display: inline-block;
	border-radius: 24px;
    padding: 15px 55px 15px 30px;
    background-color: #616161;
background-image: linear-gradient(to right, #8A8A8A, #616161);
    color: #ffffff !important;
	margin-bottom: 10px;
	margin-right: 10px;
	font-size: 16px;
	
}

    .button-product-cta-tools:hover {
        background: #8A8A8A;
        color: #fff;
		background-image: linear-gradient(to right, #616161, #8A8A8A);
    }
    .red-text.button-product-cta-tools:hover {
        background: #B71F28;
		color: #ffffff!important;
    }



 .button-product-cta-tools i,
    .button-product-cta-tools span {
        float: left;
    }

    .button-product-cta-tools i {
        margin-top: 1px;
        margin-right: 10px;
    }


@media (max-width:500px) {
    .button-product-cta-tools {
        width: 100%;
        text-align: center;
    }
}





.icon.button {
    padding-left: 52px;
    position: relative;
}

    .icon.button .material-icons {
        position: absolute;
        top: 15px;
        left: 25px;
    }

.text--center {
    text-align: center;
}

    .text--center .seperator {
        margin-right: auto;
        margin-left: auto;
    }

.medium-icon {
    width: 70px;
    height: auto;
    opacity: 0.5;
}

.btn-dropdown-accordion {
    background-color: #1fde9c;
    border: none;
    color: white;
    font-size: 18px;
    display: block;
    text-align: left;
    padding: 10px 5px 10px 10px;
    margin: 10px 0;
    cursor: pointer;
    position: relative;
	border-radius: 6px;
}

    .btn-dropdown-accordion::after {
        content: "\002B";
        color: white;
        font-weight: bold;
        font-size: 26px;
        position: absolute;
        top: 50%;
        right: 5px;
        transform: translate(-5px, -50%);
    }

    .btn-dropdown-accordion.open::after {
        content: "\2212";
    }



/* --------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
LISTS
-----------------------------------------------------------------------------------
-------------------------------------------------------------------------------- */
.tick-list li {
    position: relative;
    list-style: none;
    padding: 8px 15px 8px 40px;
}

    .tick-list li:before {
        content: '';
        position: absolute;
        top: 10px;
        left: 10px;
        width: 9px;
        height: 21px;
        border: none;
        border-bottom: solid 2px #24b180;
        border-right: solid 2px #24b180;
        -ms-transform: rotate(45deg); /* IE 9 */
        -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
        transform: rotate(45deg);
    }

.bullet-list li,
.job-role li {
    position: relative;
    list-style: none;
    padding: 8px 0 8px 20px;
}

    .bullet-list li:before,
    .job-role li:before {
        content: '';
        position: absolute;
        top: 17px;
        left: 2px;
        width: 7px;
        height: 7px;
        background: #B71F28;
        border-radius: 1px;
    }

.no-list {
    list-style: none;
    padding: 0;
    margin: 0;
}


/* --------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
HEADINGS
-----------------------------------------------------------------------------------
-------------------------------------------------------------------------------- */
h1,
h2,
h3,
h4 {
    font-weight: 400;
    width: 100%;
}

.h2-title-icon {display: inline-block;}
img.h2-title-icon {max-height: 75px; margin-right: 20px;}

h1 {
    font-size: 30px;
    margin-top: 0;
    font-weight: 300;
    text-transform: none;
}

h2 {
    font-size: 25px;
    font-weight: 300;
    text-transform: none;
    margin: 30px 0;
}

.list h2 {
    text-align: center;
}

#our-services h2,
#partners-introducers h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
    line-height: 26px;
}

h4 {
    font-size: 1.1rem;
    margin-bottom: 3px;
}

h5 {
    font-size: 2rem;
    font-weight: 100;
    margin: 0;
}

    h5 + * {
        margin-bottom: 20px;
    }

    h5 a {
        font-size: inherit;
        font-family: inherit !important;
    }

	/* UPDATED 31/07/23 - PW */	
.light img.brand {	
    width: 180px;	
    height: auto;	
    margin: 10px 0 30px 0;	
}	
    .light img.brand.shrink {	
        width: 160px;	
        margin: 10px 0 10px 0;	
    }

.dark,
.light {
    display: block;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: #000;
}

    .dark .row,
    .light .row {
        margin: 0;
    }

    .dark h1,
    .light h1 {
        margin-bottom: 10px;
    }

    .dark h2,
    .light h2,
    .dark h3,
    .light h3 {
        margin: 0 0 5px;
    }

    .dark p,
    .light p {
        letter-spacing: 0.2px;
        margin: 0 auto;
    }

        .dark p + *,
        .light p + * {
            margin-top: 20px;
        }

    .dark a,
    .light a {
        position: relative;
        display: inline-block;
    }

    .dark img,
    .light img {
        padding: 20px 0;
        max-width: 100%;
        width: auto;
        height: auto;
        margin: 30px 0;
    }



/* --------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
NAVIGATION
-----------------------------------------------------------------------------------
-------------------------------------------------------------------------------- */
#toggle {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -2px; /* Border Top Offset */
}

.toggle {
    position: relative;
    z-index: 999;
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

    .toggle .cross {
        transition-duration: 0s;
        transition-delay: .1s;
    }

        .toggle .cross span:before {
            transition-property: margin, -webkit-transform;
            transition-property: margin, transform;
            transition-duration: .1s;
            transition-delay: .1s, 0;
        }

        .toggle .cross span:after {
            transition-property: margin, -webkit-transform;
            transition-property: margin, transform;
            transition-duration: .1s;
            transition-delay: .1s, 0;
        }

        .toggle .cross.open span {
            background-color: transparent;
            transition-delay: .1s;
        }

            .toggle .cross.open span:before {
                margin-top: 0;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                transition-delay: 0, .1s;
                background-color: #c6c5cd;
            }

            .toggle .cross.open span:after {
                margin-top: 0;
                -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
                transition-delay: 0, .1s;
                background-color: #c6c5cd;
            }

    .toggle span {
        margin: 0 auto;
        position: relative;
        z-index: 999;
        top: 0;
        width: 25px;
        height: 2px;
        background-color: #333333;
        display: block;
    }

        .toggle span:before,
        .toggle span:after {
            position: absolute;
            content: '';
            width: 25px;
            height: 2px;
            background-color: #333333;
            display: block;
        }

        .toggle span:before {
            margin-top: -7px;
        }

        .toggle span:after {
            margin-top: 7px;
        }

nav {
    z-index: 999;
    background: rgba(0, 0, 0, 0.95);
    text-align: right;
    left: 0px;
    right: 0px;
    display: block;
}

    nav ul {
        list-style: none;
        display: block;
    }

        nav ul li {
            display: inline;
        }

    nav > ul {
        position: relative;
        display: inline-table;
        width: 100%;
    }

        nav > ul li {
            position: relative;
        }

            nav > ul li a,
            nav > ul li span {
                cursor: pointer;
                display: inline-block;
                margin: 15px 0 15px 25px;
                font-size: 23px;
                font-weight: 500;
                color: rgba(255, 255, 255, 0.75);
            }

                nav > ul li a:hover,
                nav > ul li span:hover {
                    color: #fff;
                }

            nav > ul li span {
                cursor: default;
            }

            nav > ul li:after {
                content: "";
                clear: both;
                display: block;
            }

    nav ul li.selected > a,
    nav ul li.selected span {
        position: relative;
    }

        nav ul li.selected > a:after,
        nav ul li.selected span:after {
            content: '';
            position: absolute;
            width: 8px;
            margin-left: -4px;
            height: 8px;
            background: #fff;
            left: 50%;
            bottom: -9px;
            -ms-transform: rotate(45deg); /* IE 9 */
            -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
            transform: rotate(45deg);
        }

    nav li > ul {
        position: absolute;
    }

        nav li > ul li {
            float: none;
            display: block;
            position: relative;
        }

            nav li > ul li a {
                font-size: 17px;
                padding: 15px 15px;
                font-weight: 500;
                color: rgba(255, 255, 255, 0.8);
            }

                nav li > ul li a:hover {
                    color: #bbbbbb;
                }

        nav li > ul > li > ul {
            left: 100%;
            top: 0;
            display: none;
        }

.sub-nav {
    background:#B71F28;
              padding-bottom:10px;
              padding-top:10px;
              padding-left:10px;
              padding-right:10px;
              border-radius: 0px 0px 8px 8px;
              display: flex;
			  background-color: #B71F28;
			  -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.13);
              -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.13);
              box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.13);
			margin-top: 58px;
	margin-left: 15%;
	margin-right: 15%;
}

    .sub-nav.shrink {
    }

    .sub-nav a {
        margin: 2px 15px 5px 15px;
              color:#fff;
    }

ul.sub-nav-ul{
	margin: auto;
}

@media only screen and (max-width:1600px) {
		.sub-nav {
			margin-left: 9%;
			margin-right: 9%; }
}

@media only screen and (max-width:1400px) {
		.sub-nav { 
			margin-top: 64px}
}
@media only screen and (max-width:1300px) {
		.sub-nav { 
			margin-left: 3%;
			margin-right: 3%; }
}
		

@media only screen and (max-width:1000px) {
		.sub-nav { 
			margin-left: 0px;
			margin-right: 0px;
}
		
		ul.sub-nav-ul{
			margin: inherit;}
}


.red-nav-top{
	  	  border-top:solid 4px #B71F28;
		  margin-top: 7px;
	  }
	  .red-nav{
		  margin: auto;
	  }

.drop-down-toggle {
    margin: 0 0 5px 25px;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
}

    .drop-down-toggle:hover {
        color: #bbbbbb;
    }

    .drop-down-toggle .material-icons {
        float: right;
        font-size: 19px;
        line-height: 26px;
    }

        .drop-down-toggle .material-icons.rotate {
            -ms-transform: rotate(-180deg); /* IE 9 */
            -webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
            transform: rotate(-180deg);
            line-height: 24px;
        }

.drop-down-menu {
    position: absolute;
    top: 111px; /* Header height - Header top border */
    right: 0;
	background-image: linear-gradient(#bb1e35, #D26B73); 
    z-index: 99999;
    width: 100%;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    display: block;
    padding: 0;
}

.signpost-menu {
    background-image: linear-gradient(#8a8a8a, #616161)!important; 

}

    .drop-down-menu.shrink {
        top: 86px; /* Header shrink height - Header top border */
    }

    .drop-down-menu.open {
        max-height: 600px;
    }

    .drop-down-menu ul {
        display: flex;
        flex-direction: row;
        padding: 0;
    }

    .drop-down-menu li {
        flex-grow: 1;
        text-align: left;
        border-left: solid 1px #a6171d;
    }

.signpost-menu li {
        flex-grow: 1;
        text-align: left;
        border-left: solid 1px #ffffff!important;
    }

        .drop-down-menu li:last-child {
            border-right: solid 1px #a6171d;
        }

        .drop-down-menu li:hover {
            background: #a6171d;
        }

    .drop-down-menu span {
        float: left;
        color: #ffffff;
    }

    .drop-down-menu strong {
        display: block;
        margin-bottom: -10px;
        color: #ffffff;
    }

    .drop-down-menu .pad-all-small {
        display: inline-block;
        width: 100%;
    }

    .drop-down-menu a,
    .sub-nav .drop-down-menu a:hover {
        color: #ffffff;
        padding: 20px 15px 15px 15px;
        width: 100%;
        margin: 0;
        height: 100%;
    }

@media (max-width:1000px) {
    nav {
        padding-bottom: 200px;
    }

    .drop-down-menu {
        position: relative;
        top: 0;
        background: #8e191d;
        display: inline-block;
        margin: 15px 0 0 -25px;
        width: calc(100% + 25px);
    }

    .drop-down-toggle {
        padding: 5px 0;
    }

        .drop-down-menu .container,
        .drop-down-toggle span,
        .drop-down-toggle .material-icons {
            float: left;
            color: #fff !important;
        }

    .drop-down-menu .container {
        width: 100%;
    }

    .drop-down-menu li {
        width: 100%;
        border: none;
        border-bottom: solid 1px #701417;
    }

        .drop-down-menu li a {
            margin: 0;
            padding: 15px 25px;
        }

            .drop-down-menu li a:hover {
                color: #bbb;
            }

    .drop-down-menu a,
    .sub-nav .drop-down-menu a:hover {
        padding: 15px 25px;
    }

    .drop-down-menu.shrink {
        top: 0;
    }

    .drop-down-menu strong {
        display: inline;
        margin-bottom: 0;
    }
}


/* --------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
VACANCIES
-----------------------------------------------------------------------------------
-------------------------------------------------------------------------------- */
.blogarchive div[class^="col-"] {
    margin-bottom: 20px !important;
    padding: 0 15px;
}

.blogarchive .equal {
    width: 100%;
    background-color: #ffffff;
    padding: 30px;
    position: relative;
    -webkit-box-shadow: 0 6px 6px -6px #bbb;
    -moz-box-shadow: 0 6px 6px -6px #bbb;
    box-shadow: 0 6px 6px -6px #bbb;
	border-radius: 6px;
}

.blogarchive a {
    white-space: normal;
    display: block;
}

    .blogarchive a:hover p {
        color: #2a2a2a;
    }

.blogarchive .date {
    font-size: 12px;
    color: #7f7d7d;
    margin-top: 15px;
    padding: 5px 0;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
}

.blogarchive h2 {
    border-bottom: solid 1px #B71F28;
    padding-bottom: 12px;
    margin-bottom: 12px;
    font-size: 1.3em;
    color: #B71F28;
}

.blogarchive p {
    color: #7f7d7d;
}

.blogarchive a:hover .button-two:before {
    right: 2px;
}

.blogarchive a:hover .button-two:after {
    right: -5px;
}

.lead-submission {
    padding-left: 20%;
}

    .lead-submission textarea {
        min-height: 100px;
        max-width: 100%;
    }

@media (max-width: 992px) {
    .blogarchive div[class^="col-"] {
        margin-bottom: 40px !important;
    }

    .lead-submission {
        padding: 60px 0 0;
    }
}


/* --------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
HEADER
-----------------------------------------------------------------------------------
-------------------------------------------------------------------------------- */
header {
    position: relative;
}

    header .container {
        padding: 0;
    }

    header .row {
        margin: 0;
    }

.site-header.push {
    top: 95px;
}

.site-header a {
    text-transform: none;
    font-size: 16px;
}


.site-header {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 115px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.13);
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.13);
}

@media (max-width:1000px) {
    .site-header {
        height: 90px;
    }
}

@media (max-width:1300px) {

    .site-header a {
        font-size: 14px;
    }
}

.site-header.shrink {
    height: 90px;
}


.header-menu {
    padding-right: 25px;
    padding-top: 25px;
    
}

@media (max-width:1000px) {
	.header-menu {
    background-image: none; }
}




.headerTitleBox {
	
}










@media only screen and (max-width:600px) {
h1.awardstitle {
	font-size: 24px;
	line-height: 26px;
	}
	p.callmeText {font-size:14px!important; }
	
	div.headerTitleBoxShort h1 {
	font-size: 24px;
	line-height: 26px;
		margin-bottom: 10px;
	}
	
	h1.awardstitle {
	font-size: 26px!important;
	line-height: 28px!important;
	}
	h2.awardstitlesub {
	}
}

.awardsIconMobile, .awardsIconMobileWin {display: none;}

@media only screen and (max-width:600px) {
	.awardsIconMobile {display:block; max-height: 250px; margin-top: -200px;}
	.awardsIconMobileWin {display:block; max-height: 250px;}
}


.headerTitleBoxPartners, .headerTitleBoxPartnersSignposts {
	background-color: #B71F28;
background-image: linear-gradient(to right, #D26B73, #B71F28);
	padding: 0px 45px 0px 140px;
	border-radius: 8px;
	height: 90px;
	-webkit-mask-image: radial-gradient(circle 90px at 50px 45px, transparent 0, transparent 65px, black 21px);
	margin-left: -100px;
	color: #ffffff;
	width: 70%;
	max-width: 500px;
		vertical-align: middle;
	display: flex;
	align-items: center;

}


.awardsheader {height: 200px ;	margin-top: 80px; }
.awards-page-image-icon-holder {left: -50px; display: inline-block; margin-top: -20px; margin-left: -10px;}
img.awards-page-image-icon {max-height: 110px;}

.headerTitleBoxAwards {
	background-color: #B71F28;
background-image: linear-gradient(to right, #D26B73, #B71F28);
	padding: 5px 25px 25px 180px;
	border-radius: 8px;
	height: 90px;
	-webkit-mask-image: radial-gradient(circle 90px at 85px 35px, transparent 0, transparent 70px, black 21px);
	margin-left: -140px;
}


@media only screen and (max-width:600px) {
.headerTitleBoxAwards {
	
	padding: 0px 15px 25px 15px;
	border-radius: 8px;
	height: 90px;
	-webkit-mask-image: none;
	margin-left: 0px;
	width: 100%;
	margin-top: 20px;
}
	
	.awards-page-image-icon-holder {display: none;}
}


.headerTitleBoxPartners h1, .headerTitleBoxPartnersSignposts h1 {
	font-size: 18px;
line-height: 20px;
	padding-bottom: 0px!important;
	margin-bottom: 0px!important;
	vertical-align: middle;
}

.headerTitleBoxAwards h2 {
	font-size: 22px;
line-height: 22px;
	padding-bottom: 0px!important;
	margin-bottom: 0px!important;
	vertical-align: middle;
	font-weight: 600;
	color: #fff;
}


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

.headerTitleBoxPartners, .headerTitleBoxPartnersSignposts {
	width: 100%;
}


.headerTitleBoxPartners h1 {
	font-size: 14px;
line-height: 16px;
	font-weight: 600;
}
	
	.headerTitleBoxPartnersSignposts h1 {
	font-size: 20px;
line-height: 22px;
	font-weight: 600;
}
	
	
		.headerTitleBox.awardsDetails h1, .headerTitleBox.vcenter.awardsDetails h1 {
	font-size: 24px;
line-height: 26px;
}
	
			.headerTitleBox.awardsDetails h2, .headerTitleBox.vcenter.awardsDetails h2  {
	font-size: 24px;
line-height: 26px;
}
	
	div.productSubHead.white-text h2 {line-height: 27px}
	@media (max-width: 600px) {
		div.productSubHead.white-text h2 {font-size: 20px}
	}
	

.headerTitleBoxAwards h2 {
	font-size: 22px;
line-height: 22px;
	padding-bottom: 0px!important;
	margin-bottom: 0px!important;
	vertical-align: middle;
	font-weight: 600;
	color: #fff;
}
	
}



.signpostIanImg {max-width: 350px; text-align: center; margin-bottom: 20px}
.rewardsIconBox {display: grid;}
.rewards-icons {max-width: 140px; margin-right: 15px}
.signpostButton, .productCtaButton {margin-top: 20px}

@media (max-width:900px) {
.rewards-icons {max-width: 115px; margin-right: 10px; margin-top: 20px;}	
}

.signpostList {margin-bottom: 5px; text-align: left;}
.signpostList li {font-size: 18px}
.signpostListHeader {margin-bottom: 5px; margin-top: 10px; text-align: left;}

.mobile { display: none;}




.product-image-icon-holder {margin-bottom: 20px; display: flex;}
img.product-image-icon {max-height: 100px; margin-top: 5px}



p.para20padding {padding: 0px 20px;}



.homePageProduct{padding: 0px!important;}

h2.titleLife, h2.titleIncome, h2.titleHealth, h2.title50s, h2.titleUnemployment, h2.titleMortgage {
	margin-top: -22px!important;
	padding: 40px 0px 50px 140px;
	background-repeat: no-repeat;
	max-height: 92px;
	color: #fff;
	text-transform: none;
	font-weight: 500;
}

@media only screen and (max-width:1400px) {
h2.titleLife, h2.titleIncome, h2.titleHealth, h2.title50s, h2.titleUnemployment, h2.titleMortgage {
	font-size: 19px!important;
	
}
}


@media only screen and (max-width:1200px) {
h2.titleLife, h2.titleIncome, h2.titleHealth, h2.title50s, h2.titleUnemployment, h2.titleMortgage {
	margin-top: -4%!important;
	padding: 6% 0px 10px 28%;
	background-size: 100%;
	font-size: 18px!important;
	
}
}


@media only screen and (max-width:800px) {
h2.titleLife, h2.titleIncome, h2.titleHealth, h2.title50s, h2.titleUnemployment, h2.titleMortgage {
	margin-top: -4%!important;
	padding: 6% 0px 10px 28%;
	background-size: 100%;
	font-size: 16px!important;
	
}
}

@media only screen and (max-width:600px) {
h2.titleLife, h2.titleIncome, h2.titleHealth, h2.title50s, h2.titleUnemployment, h2.titleMortgage {
	margin-top: -17px!important;
	padding: 26px 0px 20px 110px;
	background-size: 400px;
	font-size: 20px!important;
	
}
}


h2.titleLife {
	background-image:url('https://cdn.mooso.co.uk/amedia/media/1361/life-insurance-title.png');
}
h2.titleIncome {
	background-image:url('https://cdn.mooso.co.uk/amedia/media/1361/income-insurance-title.png');
}
h2.titleHealth {
	background-image:url('https://cdn.mooso.co.uk/amedia/media/1361/health-insurance-title.png');
}
h2.title50s {
	background-image:url('https://cdn.mooso.co.uk/amedia/media/1361/over-50s-cover-title.png');
}
h2.titleUnemployment {
	background-image:url('https://cdn.mooso.co.uk/amedia/media/1361/unemployment-cover-title.png');
}
h2.titleMortgage {
	background-image:url('https://cdn.mooso.co.uk/amedia/media/1361/mortgage-protection-title.png');
}







    .header-menu a {
        margin: 2px 0 5px 25px;
        color: #010203;
        font-size: 14px !important;
		text-transform: none;
    }

        .header-menu a:hover {
            color: #b71f28;
        }

.sub-nav a:hover {
    color: #bbbbbb;
}


/* --------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
LOGO SLIDERS
-----------------------------------------------------------------------------------
-------------------------------------------------------------------------------- */

.insurer-slider,
.partner-slider {
    overflow: hidden;
    max-width: 1400px;
    margin: 0 auto;
}

/*
    -----------------------------
    INSURER LOGO SLIDER
    -----------------------------
*/


#insurer-logos {
}

.insurer-logo-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    left: 0;
    width: 200%;
    animation-name: insurer-logo-slide;
    animation-duration: 12s;
    animation-delay: 2s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

    .insurer-logo-wrapper img {
        height: 90%;
        width: 100%;
        -o-object-fit: scale-down;
        object-fit: scale-down;
    }

    .insurer-logo-wrapper > div {
        display: flex;
        align-items: center;
        justify-content: center;
    }

@keyframes insurer-logo-slide {
    0% {
        left: 0;
    }

    40% {
        left: 0;
    }

    50% {
        left: -100%;
    }

    90% {
        left: -100%;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes insurer-logo-slide {
    0% {
        left: 0;
    }

    40% {
        left: 0;
    }

    50% {
        left: -100%;
    }

    90% {
        left: -100%;
    }

    100% {
        left: 0;
    }
}

@media (max-width: 1200px) {
    .insurer-logo-wrapper {
        width: 400%;
    }

    @keyframes insurer-logo-slide {
        0% {
            left: 0;
        }

        10% {
            left: 0;
        }


        20% {
            left: -100%;
        }

        30% {
            left: -100%;
        }


        40% {
            left: -200%;
        }

        50% {
            left: -200%;
        }


        60% {
            left: -300%;
        }

        70% {
            left: -300%;
        }

        80% {
            left: 0;
        }
    }

    @-webkit-keyframes insurer-logo-slide {
        0% {
            left: 0;
        }

        10% {
            left: 0;
        }


        20% {
            left: -100%;
        }

        30% {
            left: -100%;
        }


        40% {
            left: -200%;
        }

        50% {
            left: -200%;
        }


        60% {
            left: -300%;
        }

        70% {
            left: -300%;
        }

        80% {
            left: 0;
        }
    }
}


@media (max-width: 600px) {

    .insurer-logo-wrapper {
        width: 1000%;
    }

    @keyframes insurer-logo-slide {
        0% {
            left: 0;
        }

        10% {
            left: -50%;
        }

        20% {
            left: -100%;
        }

        30% {
            left: -150%;
        }

        40% {
            left: -200%;
        }

        50% {
            left: -250%;
        }

        60% {
            left: -300%;
        }

        70% {
            left: -350%;
        }

        80% {
            left: -400%;
        }

        100% {
            left: 0;
        }
    }

    @-webkit-keyframes insurer-logo-slide {
        0% {
            left: 0;
        }

        10% {
            left: -50%;
        }

        20% {
            left: -100%;
        }

        30% {
            left: -150%;
        }

        40% {
            left: -200%;
        }

        50% {
            left: -250%;
        }

        60% {
            left: -300%;
        }

        70% {
            left: -350%;
        }

        80% {
            left: -400%;
        }

        100% {
            left: 0;
        }
    }
}

/*
    -----------------------------
    PARTNER LOGO SLIDER
    -----------------------------
*/

.partner-logo-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    left: 0;
    width: 200%;
    animation-name: partner-logo-slide;
    animation-duration: 12s;
    animation-delay: 2s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}


@keyframes partner-logo-slide {
    0% {
        left: 0;
    }

    40% {
        left: 0;
    }

    50% {
        left: -100%;
    }

    90% {
        left: -100%;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes partner-logo-slide {
    0% {
        left: 0;
    }

    40% {
        left: 0;
    }

    50% {
        left: -100%;
    }

    90% {
        left: -100%;
    }

    100% {
        left: 0;
    }
}

@media (max-width: 1200px) {
    .partner-logo-wrapper {
        width: 400%;
    }

    @keyframes partner-logo-slide {
        0% {
            left: 0;
        }

        12% {
            left: 0;
        }


        24% {
            left: -100%;
        }

        36% {
            left: -100%;
        }


        48% {
            left: -200%;
        }

        60% {
            left: -200%;
        }


        72% {
            left: -300%;
        }

        84% {
            left: -300%;
        }

        100% {
            left: 0;
        }
    }

    @-webkit-keyframes partner-logo-slide {
        0% {
            left: 0;
        }


        15% {
            left: -100%;
        }

        25% {
            left: -100%;
        }


        35% {
            left: -200%;
        }

        45% {
            left: -200%;
        }


        55% {
            left: -300%;
        }

        65% {
            left: -300%;
        }


        75% {
            left: -400%;
        }

        85% {
            left: -400%;
        }


        100% {
            left: 0;
        }
    }
}



@media (max-width: 600px) {

    .partner-logo-wrapper {
        width: 600%;
    }

    @keyframes partner-logo-slide {
        0% {
            left: 0;
        }

        10% {
            left: -50%;
        }

        20% {
            left: -100%;
        }

        30% {
            left: -150%;
        }

        40% {
            left: -200%;
        }

        50% {
            left: -250%;
        }

        60% {
            left: -300%;
        }

        70% {
            left: -350%;
        }

        80% {
            left: -400%;
        }

        100% {
            left: 0;
        }
    }

    @-webkit-keyframes partner-logo-slide {
        0% {
            left: 0;
        }

        10% {
            left: -50%;
        }

        20% {
            left: -100%;
        }

        30% {
            left: -150%;
        }

        40% {
            left: -200%;
        }

        50% {
            left: -250%;
        }

        60% {
            left: -300%;
        }

        70% {
            left: -350%;
        }

        80% {
            left: -400%;
        }

        100% {
            left: 0;
        }
    }
}


/* --------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
FOOTER
-----------------------------------------------------------------------------------
-------------------------------------------------------------------------------- */
.site-footer {
    border-top: solid 1px #e1e1e1;
}

    .site-footer ul {
        padding: 0 0 30px;
    }

    .site-footer li {
        margin-right: 15px;
        list-style: none;
    }

        .site-footer li a:hover {
            color: #B71F28;
        }

@media (max-width:992px) {
    .site-footer li {
        display: block;
    }
}

.site-footer small p,
.site-footer small p a {
    font-size: 10px;
    font-weight: 300;
    line-height: 17px;
}


/* --------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
NAVIGATION
-----------------------------------------------------------------------------------
-------------------------------------------------------------------------------- */

.mobile-bar {
    background: #ffffff;
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: solid 1px #e1e1e1;
    display: none;
}

@media (max-width: 900px) {
    .mobile-bar {
        display: block;
    }
}

.tel-link {
    padding: 15px;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: #B71F28;
    flex-grow: 1;
}

    .tel-link .material-icons {
        float: left;
        padding-right: 5px;
    }

.top-btn {
    padding: 16px 20px 0 20px;
    border-left: solid 1px #e1e1e1;
    border-right: solid 1px #e1e1e1;
    display: inline-block;
    text-align: center;
}

    .top-btn .material-icons {
        color: #333333;
    }

/* --------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
HOME PAGE
-----------------------------------------------------------------------------------
-------------------------------------------------------------------------------- */
#our-services .tile,
#introducers .tile, #rewards-info .tileDrkBlue {
    flex-direction: column;
}

.jumpMenuBox {
    position: relative;
    z-index: 5;
    background: #ffffff;
    height: 100%;
    display: flex;
    -webkit-box-shadow: -0 0 6px #bbb;;
    -moz-box-shadow: -0 0 6px #bbb;;
    box-shadow: -0 0 6px #bbb;;
    color: #333 !important;
}
select#jumpmenu {
    width: 100%;
	min-height: 50px;
	margin-bottom: 20px;
	font-size: 16px;
	-webkit-box-shadow: -0 0 6px #bbb;;
    -moz-box-shadow: -0 0 6px #bbb;;
    box-shadow: -0 0 6px #bbb;;
	border: none;
	text-indent: 1em;
}

select#jumpmenu a {
    padding-left: 20px;
}
.tile {
    position: relative;
    z-index: 5;
    background: #ffffff;
    height: 100%;
    display: flex;
    -webkit-box-shadow: -6px 0px 6px -6px #bbb, 0px 6px 6px -6px #bbb , 6px 6px 6px -6px #bbb;
    -moz-box-shadow: -6px 0px 6px -6px #bbb, 0px 6px 6px -6px #bbb , 6px 6px 6px -6px #bbb;
    box-shadow: -6px 0px 6px -6px #bbb, 0px 6px 6px -6px #bbb , 6px 6px 6px -6px #bbb;
    color: #333 !important;
}
.tileBlue {
    position: relative;
    z-index: 5;
    background: #78e1fd;
    height: 100%;
    display: flex;
    color: #333 !important;
}
.tileLightGreen {
    position: relative;
    z-index: 5;
    background: #C0F8EB;
    height: 100%;
    display: flex;
    color: #333 !important;
}

.tileNavy {
    position: relative;
    z-index: 5;
    background: #102264;
    height: 100%;
    display: flex;
    color: #fff !important;
}
.tileDrkBlue {
    position: relative;
    z-index: 5;
    background: #041130;
    height: 100%;
    display: flex;
    color: #fff !important;
}
.tileWhite {
    position: relative;
    z-index: 5;
    background: #ffffff;
    height: 100%;
    display: flex;
    color: #333 !important;
}
.tileGrey {
    position: relative;
    z-index: 5;
    background: #edeef1;
    height: 100%;
    display: flex;
    color: #333 !important;
}

div.row.tile.rounded, div.tile.rounded {border-radius: 6px;}

    .tile h2, .tileDrkBlue h2 {
        margin: 15px 0;
    }

.rBl {border-bottom-left-radius: 6px;}
.rBr {border-bottom-right-radius: 6px;}
.rTl {border-top-left-radius: 6px;}
.rTr {border-top-right-radius: 6px;}

.roundedCorn {border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px;}


.content-container {
    padding: 15px 30px;
}

.content-wrap {
    padding: 0 30px 30px;
}

.button-container {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.button-wrap {
    width: 100%;
    margin-top: auto;
	padding: 0px 20px 10px 20px;
}

.image-container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    min-height: 230px;
}

@media (max-width:500px) {
    #our-services .pad-top-xmedium {
        padding-top: 30px !important;
    }
}

/* --------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
PARTNERS / INTRODUCERS
-----------------------------------------------------------------------------------
-------------------------------------------------------------------------------- */
#clients-partners .row {
    margin-right: -80px;
    margin-left: -110px;
}

.red.section h3,
.red.section p {
    color: white;
}

#brochure p {
    padding-top: 20px;
}

.download-brochure {
    position: fixed;
    z-index: 100;
    bottom: -100%;
    left: 0;
    width: 100%;
    background: #B71F28;
    z-index: 10;
    border-top: solid 2px #B71F28;
}

    .download-brochure.slideUp,
    .brochure.button.slideUp {
        bottom: 0;
    }

        .download-brochure.remove-panel,
        .download-brochure.slideUp.remove-panel {
            bottom: -100%;
        }

.brochure-wrap > * {
    display: inline-block;
    color: #ffffff !important;
}

.brochure-wrap .button {
    background: none;
    color: #ffffff !important;
    text-decoration: underline;
}

    .brochure-wrap .button:hover {
        color: #000000;
    }

.close-panel {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ffffff;
    cursor: pointer;
}

    .close-panel:hover {
        color: #000000;
    }

.brochure.button {
    position: fixed;
    right: 15px;
    bottom: -100%;
    color: #ffffff;
    z-index: 99;
    padding: 8px 15px 8px 35px;
}

.brochure.icon.button .material-icons {
    position: absolute;
    top: 12px;
    left: 10px;
    font-size: 18px;
}

.brochure.button span {
    display: none;
}

.drop-down-menu .white-logo {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}

.white-logo {
    background: url('/media/1156/menu-logo.png') center no-repeat;
    background-size: contain;
}

.small.white-logo {
    width: 30px;
    height: 30px;
}

.introducer-product-logo {
    height: 50px;
}

.introducer-benefits ul {
    padding: 15px;
    background: rgba(0,0,0,0.4);
    margin-top: 30px;
}

.introducer-benefits li {
    color: #fff;
    list-style-type: square;
}

.introducer-badge {
    display: block;
    margin: 0 auto;
    max-width: 230px;
}


.shadow {
    background-color: rgba(0,0,0,0.5);
	padding: 10px;
	border-radius:  6px;		
}


/* --------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
ASSURED REWARDS / Peter Wall 28/03/2021
-----------------------------------------------------------------------------------
-------------------------------------------------------------------------------- */

.rewards-product-logo {
    height: 150px;
}


.rewards-one-logo {
    height: 100px;
	float: right;
    padding:20px 0px 0px 10px;
}
@media (max-width: 999px) {
	.rewards-one-logo{
		height: auto;
	}
}
@media (max-width: 576px) {
	.rewards-one-logo{
	max-width: 250px;
	float: left;
	}
}
.rewards-one-colImages {
    height: 60px;
	padding-right: 10px;
}
.rewards-one-span {
	color:#002d62;
	font-size: 28px;
} 

.rewards-one-box {
    padding-left: 40px;
	padding-right: 40px;
}
.rewards-one-box-padTop{
	padding-top: 20px
}


h3.rewards-one-subHead p {
	font-size:20px;
	line-height: 32px;
	max-width: 680px;
}
.rewardsOneColTitle {
	vertical-align: top;
 	font-size: 20px;
	color:#002d62;
	line-height: 56px;
 }

.rewards-one-small {
	color:#4d4d4d;
	font-size: 14px;
	line-height: 22px;

}

ul.rewards-one-table li {
	display: inline-block;
	max-width: 32%;
	vertical-align: top;
	

}

@media (max-width: 999px) {
	ul.rewards-one-table li{
		display: block;
		max-width: 100%;
	}
}





.rewards-two-logo {
    height: 80px;
	float: right;
    padding:20px 0px 0px 10px;
}
@media (max-width: 999px) {
	.rewards-two-logo{
		height: auto;
	}
}
@media (max-width: 576px) {
	.rewards-two-logo{
	max-width: 250px;
	float: left;
	}
}
.rewards-two-tableImages {
    height: 50px;
	padding-right: 5px;
	float: left;
}

@media (max-width: 1300px) {
    .rewards-two-tableImages
	{
    height: 40px;
	padding-right: 0px;

    }
}

.rewards-two-span {
	color:#32aec3;
} 

.rewards-two-box {
    padding-left: 40px;
	padding-right: 40px;
}
.rewards-two-box-padTop{
	padding-top: 20px
}

h3.rewards-two-subHead p {
	font-size:20px;
	line-height: 32px;
}
ul.rewards-two-subHeadList {
	padding-bottom: 15px;
}
ul.rewards-two-subHeadList li {
	font-size:20px;
	line-height: 32px;
	margin-left: 50px;
	list-style-position: outside;

}
ul.rewards-two-table li {
	display: inline-block;
	vertical-align: middle;
	max-width: 155px;
	margin-left: 60px;
	margin-bottom: 15px;
}
ul.rewards-two-table {
	margin-top: 10px;
	margin-left: 50px;
}
@media (max-width: 1300px) {
    ul.rewards-two-table li
	{
	max-width: 142px;
    }
}
@media (max-width: 1000px) {
    ul.rewards-two-table li
	{
	padding-bottom: 20px;
    }
}
@media (max-width: 768px) {
    ul.rewards-two-table li
	{	display: table-header-group; }
	.rewards-two-tableImages
	{padding-right: 20px }
	.rewardsTwoTableText
	{ vertical-align: -webkit-baseline-middle; }
}
.rewardsTwoTableText {
	vertical-align: middle;
 	font-size: 14px;
	color:#4d4d4d;
	line-height: 22px;
 }
@media (max-width: 1300px) {
    .rewardsTwoTableText
	{
     	font-size: 13px;
		line-height: 10px;
    }
}

.rewards-two-small {
	color:#4d4d4d;
	font-size: 14px;
	line-height: 22px;
}
@media (max-width: 1000px) {
    .rewards-two-small
	{
	margin-top: 0px;
    }
}
@media (max-width: 768px) {
    .rewards-two-small
	{
	margin-top: 20px;
    }
}


#free-prize-draw p { color:#4d4d4d!important; }

.rewards-three-logo {
    height: 200px;
	float: right;
    padding:20px 0px 0px 10px;
}
@media (max-width: 999px) {
	.rewards-three-logo{
		height: auto;
	}
}
@media (max-width: 576px) {
	.rewards-three-logo{
	max-width: 150px;
	float: left;
	}
}

.rewards-three-span {
	color:#d00e29;
	font-size: 28px;
} 

.rewards-three-box {
    padding-left: 40px;
	padding-right: 40px;
	background-color: #ffffff;
}
.rewards-three-box-padTop{
	padding-top: 20px
}


h3.rewards-three-subHead p {
	color:#4d4d4d;
	font-size:20px;
	line-height: 32px;
	
	max-width: 550px;
}

h3.rewards-three-body p {
	color:#4d4d4d;
	font-size:20px;
	
}
h3.rewards-three-body {
	margin-bottom: 0px;
	padding-bottom: 0px;
	
}

h3.rewards-three-small {
	margin-top: 0px;
	padding-top: 0px;
	
}

.rewards-three-small, .rewards-three-span-small {
	color:#ffffff!important;
	font-size: 14px;
	line-height: 22px;

}





.prizedraw-winner-box {
    padding-left: 40px;
	padding-right: 40px;
	color: #fff;
}

h3.prizedraw-winner-subHead p {
	color:#fff;
	font-size:20px;
	line-height: 32px;
	text-align: center;
}

.prizedraw-winner-span {
	color:#fff;
	font-size: 28px;
} 

.prizedraw-winner-span-small {
	color:#fff!important;
	font-size: 14px;
	line-height: 22px;

}

h3.prizedraw-winner-body p {
	color:#fff;
	font-size:20px;
	
}
h3.prizedraw-winner-body {
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: center;
	
}





.prizedraw-second-winner-box {
    padding-left: 40px;
	padding-right: 40px;
}

h3.prizedraw-second-winner-subHead p {
	font-size:20px;
	line-height: 32px;
	text-align: center;
}

.prizedraw-second-winner-span {
	font-size: 28px;
} 

.prizedraw-second-winner-span-small {
	font-size: 14px;
	line-height: 22px;

}

h3.prizedraw-second-winner-body p {
	font-size:20px;
	
}
h3.prizedraw-second-winner-body {
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: center;
	
}


div.col-7.wellbeingh2 {padding-left: 0px!important}

@media (max-width: 999px) {
div.col-6.wellbeingh2 {
	flex: 0 0 100%;
	max-width: 100%;
}
}

.wellbeingh2 h3 a {font-size: 18px;}



.page-wellbeing-box-two {
    padding-left: 40px;
	padding-right: 40px;
	background-color: #ffffff;
}
.page-wellbeing-box-two-padTop{
	padding-top: 20px
}

.page-wellbeing-box-one {
	background-color: #ffffff;
}
.page-wellbeing-box-one-padTop{
	padding-top: 20px
}

.page-wellbeing-logo {
    height: 80px;
	float: right;
    padding:20px 0px 0px 10px;
}
@media (max-width: 999px) {
	.page-wellbeing-logo{
		height: auto;
	}
}
@media (max-width: 576px) {
	.page-wellbeing-logo{
	max-width: 250px;
	float: left;
	}
}

h3.page-wellbeing-subHead p {
	font-size:20px;
	line-height: 32px;
}
ul.page-wellbeing-subHeadList {
	padding-bottom: 15px;
}
ul.page-wellbeing-subHeadList li {
	font-size:20px;
	line-height: 32px;
	margin-left: 50px;
	list-style-position: outside;

}

.wellbeingTextBlue {color:#32aec3; }


ul.page-wellbeing-blocks li {
	display: inline-block;
	width: 22%;
	vertical-align: top;
margin: 0px 10px;
	

}

.rightPad {padding-right: 20px;
}

.page-wellbeing-blocks-li-p, .page-wellbeing-blocks-li-p a { font-size: 16px;
}
.page-wellbeing-blocks-li-p {padding: 10px;}

@media (max-width: 999px) {
	ul.page-wellbeing-blocks li{
		display: block;
		width: 100%;
	}
}


.page-wellbeing-colImages {
    height: 90px;
	padding-right: 10px;
}
@media only screen and (max-width:600px) {
	.page-wellbeing-colImages {
    height: 50px;
	padding-right: 5px;

}
}


.page-wellbeing-qr {
    height: 130px;
}


.page-wellbeingColTitle {
	vertical-align: top;
 	font-size: 20px;
	color:#39adc6;
	line-height: 90px;
 }
@media only screen and (max-width:600px) {
	.page-wellbeingColTitle {
	line-height: 55px;
 }
}



.rightDivider {border-right: 1px solid #cccccc;}
@media (max-width: 999px) {
	.rightDivider {border-right: none; border-bottom: 1px solid #cccccc;}
}


@media (max-width: 999px) {
	ul.page-wellbeing-blocks li{
		display: block;
		width: 100%;
	}
}

ul.page-wellbeing-services-blocks {display: flex;}
@media (max-width: 999px) {
ul.page-wellbeing-services-blocks {display: block;}
}

ul.page-wellbeing-services-blocks li {
	display: inline-block;
	width: 33%;
	vertical-align: top;
margin: 0px 10px;	
}
@media (max-width: 999px) {
ul.page-wellbeing-services-blocks li {
	width: 100%;
margin: 0px 0px;
	margin-bottom: 20px;
}
}


ul.page-wellbeing-services-blocks-detail li {
	font-size: 16px;
	list-style: circle;
	line-height: 34px;
	display: block;
	width: 100%;
	
}

@media (max-width: 999px) {
ul.page-wellbeing-services-blocks-detail li {
	padding: 0px 10px;
	line-height: 16px;
	width: 48%;
	display: inline-block;

}
}

.page-wellbeing-services {background-color: #f1f1f1; margin-bottom: 20px;}
.wellbeingPurple {background-color: #573393; }
.wellbeingBlue {background-color: #0164a5; }
.wellbeingGreen {background-color: #01b0aa; }

.wellbeingPurple, .wellbeingBlue, .wellbeingGreen{
display: block;
padding: 0px 20px;
color: #ffffff;
	margin-bottom: 20px;
}


.page-wellbeing-small, .page-wellbeing-span-small {
	color:#4d4d4d!important;
	font-size: 14px;
	line-height: 22px;

}

p.page-wellbeing-small {
	margin-top: 0px;
	padding-top: 0px;
	
}

.padBottom {padding-bottom: 20px}
.padBottom10 {padding-bottom: 10px}
.padBottom40 {padding-bottom: 40px}
.padTop {padding-top: 20px}





.will-stamp-logo {
    height: 200px;
}

@media only screen and (max-width:600px) {
	.will-stamp-logo{
		height: 170px;
		float: left;
	}
}

.biz-page-icons-holder {
	margin-top: 40px;
	
}

.biz-page-icon {
    height: 100px;
	margin-right: 25px;
}

@media only screen and (max-width:600px) {
	.biz-page-icon{
		height: 100px;
		float: left;
	}
}
	


.win-win-logo {
    height: 180px;
	margin-top: 20px;
}

.questions-container {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    position: relative;
}



	/* Peter Wall 14-04-21 - small mobile footer */
	
		@media (max-width:576px) {
			#footerLegal, #footerCol1, #footerCol2, #footerCol3 {
				margin-left: 15px;
    			margin-right: 15px;
			}
			#footerLegal {
    			margin-bottom: 20px;
			}
	}

	
	
	/* Peter Wall - END small mobile footer */



	/* Peter Wall 14-04-21 - awards footer */


#awards-section {
	border-bottom: 1px #ccc solid;
	margin-bottom: 60px;
	padding-top: 40px;
}

.awardsTitle {text-align: center;}


.awards-box  {
    padding-left: 40px;
	padding-right: 40px;
}

.awards-images {
    height: 50px;
	padding-right: 5px;
	float: left;
}

@media (max-width: 1300px) {
    .awards-images
	{
    height: 40px;
	padding-right: 0px;

    }
}



img.bqa-award-banner {
	width: 650px;
	max-width: 650px;
	margin-top: 0;
}

@media (max-width: 1300px) {
    img.bqa-award-banner
	{

    }
}


@media (max-width: 1000px) {
    img.bqa-award-banner
	{
	width: 100%;

    }
}





ul.awards-list{text-align: center;}

ul.awards-list li {
	display: inline-block;
	vertical-align: middle;
	max-width: 155px;
}
@media (max-width: 1500px) {
    ul.awards-list li
	{
	max-width: 130px;
    }
}
@media (max-width: 1300px) {
    ul.awards-list li
	{
	max-width: 120px;
    }
}
@media (max-width: 1200px) {
    ul.awards-list li
	{
	max-width: 110px;
    }
}
@media (max-width: 1000px) {
    ul.awards-list li
	{
	max-width: 155px;
    padding-bottom: 20px;
    }
}
@media (max-width: 768px) {
    ul.awards-list li
	{	display: inline-block;
	max-width: 40%;
		padding-bottom: 0px;
		padding-top: 0px;
	}
	img.awards-images {
		margin: 5px 0;
		padding: 10px 0;
	}
	ul.awards-list {
		margin-top: 10px;
	}
	.awards-images
	{padding-right: 20px }
	.rewardsTwoTableText
	{ vertical-align: -webkit-baseline-middle; }
}
	/* END awards footer */


	/* Peter Wall 14-04-21 - trustpilot footer section */

.trustpilot-box  {
    padding-left: 40px;
	padding-right: 40px;
	background-color: #e4f1f8;
	margin-top: 40px;
	margin-bottom: 40px;
}

.trustpilot-box-white  {
    padding-left: 40px;
	padding-right: 40px;
	background-color: #ffffff;
	margin-top: 40px;
	margin-bottom: 40px;
}

#trustpilot-section {
	border-bottom: 1px #ccc solid;
	padding-bottom: 20px;
	padding-top: 20px;
}

@media (max-width: 768px) {
	.trustpilot-box, .trustpilot-box-white  {
	margin-bottom: 20px;
	}
	#trustpilot-section {
		margin-top: 5px;
		padding-bottom: 5px;
	}
	
}

@media (max-width: 320px) {
	.trustpilot-box, .trustpilot-box-white  {
    padding-left: 0px;
	padding-right: 0px;
}

	
}

	/* END trustpilot footer section */




/* --------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
SERVICES SECTION 
-----------------------------------------------------------------------------------
-------------------------------------------------------------------------------- */

@media (max-width: 1200px) {
    #about-overview .col-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 70%;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
}

@media (max-width: 800px) {
    #about-overview .col-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}


/* --------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
CONTACT PAGE 
-----------------------------------------------------------------------------------
-------------------------------------------------------------------------------- */
.tel-number a {
    font-size: 25px;
    margin-top: 6px;
    clear: both;
    display: block;
}
.contact-tel-number a {
    font-size: 25px;
    margin-top: 6px;
    display: block;
}

#map {
    width: 100%;
    height: 350px;
}

.pad-right {
    padding-right: 90px;
}

.staff-profiles p {
    margin-bottom: 0;
}

.profile-image {
    max-width: 150px;
}


@media (max-width: 768px) {
    .tel-number {
        margin-top: 60px;
    }

	.contact-tel-number {
        margin-top: 60px;
    }

    .pad-right {
        padding-right: 15px;
    }

    .col-4, .col-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}


.accordion-content {
    display: none;
}

.open.accordion-content {
    display: block;
}

.social-links-group a {
    display: inline-block;
    margin: 10px 5px 0 0;
}

.social-links-group {
    margin: 0 0 30px 0;
}

/* --------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
PRODUCT PAGE
-----------------------------------------------------------------------------------
-------------------------------------------------------------------------------- */


.get-a-quote {
    margin-top: 30px;
}

#testimonials blockquote {
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
}

.featured-image {
    margin-top: 6px;
    margin-bottom: 30px;
}

.service-score {
    font-size: 60px;
    font-weight: 300;
    color: #B71F28;
    margin: 0 auto;
}

@media (max-width:576px) {
    .service-score {
        margin-left: 10px;
    }
}

.call-us {
    text-align: left;
    display: inline;
    float: left;
    margin-bottom: 15px;
}

    .call-us a[href^=tel] {
        position: relative;
        color: #B71F28;
        font-size: 25px;
    }

        .call-us a[href^=tel]:before {
            content: 'CALL US ON';
            position: relative;
            display: block;
            font-size: 18px;
            color: #333333;
        }

        .call-us a[href^=tel]:after {
            content: 'OR GET AN INSTANT ONLINE QUOTE';
            position: relative;
            display: block;
            font-size: 14px;
            color: #333333;
            font-weight: 700;
        }

.quote.button {
    margin-top: 8px;
    float: right;
	font-size: 16px;
}

.grid-wrap {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 5px;
    margin: 0 auto;
    width: 1000px;
}

#benefits .content-wrap {
    position: relative;
    background: #ffffff;
	border-radius: 10px;
	border: #e6e6e6 solid 1px;
	margin: 5px;
    width: calc(25% - 10px);
    padding-bottom: 25%;
    list-style: none;
	-webkit-box-shadow: -6px 0px 6px -6px #bbb, 0px 6px 6px -6px #bbb , 6px 6px 6px -6px #bbb;
    -moz-box-shadow: -6px 0px 6px -6px #bbb, 0px 6px 6px -6px #bbb , 6px 6px 6px -6px #bbb;
    box-shadow: -6px 0px 6px -6px #bbb, 0px 6px 6px -6px #bbb , 6px 6px 6px -6px #bbb;
}

#benefits .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

#benefits .tick {
    font-size: 35px;
    color: #ca2727;
    width: 70px;
    height: 70px;
    padding: 5px;
    margin-bottom: 15px;
}

#benefits p {
    color: #010203;
}

@media (max-width:1000px) {
    #benefits .content-wrap {
        width: calc(33.3% - 10px);
        padding-bottom: 33.3%;
    }
}

@media (max-width:800px) {
    #benefits .content-wrap {
        width: calc(50% - 10px);
        padding-bottom: 50%;
    }

    .call-us {
        text-align: center;
        width: 100%;
    }

    .quote.button {
        clear: both;
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
}

@media (max-width:600px) {
    #benefits .content {
        padding: 15px;
    }

    #benefits .tick {
        font-size: 20px;
        width: 40px;
        height: 40px;
        padding: 2px;
        padding-top: 7px;
        margin-bottom: 5px;
    }
}

@media (max-width:350px) {
    #benefits .tick {
        display: none;
    }
}

.helpful-info {
    display: flex;
    flex-wrap: wrap;
}

    .helpful-info .section {
        width: calc(50% - 20px);
        border-radius: 6px;
        margin: 10px;
    }

.product-faqs h2 {
    margin: 50px 0 0;
}

@media (max-width:750px) {
    .helpful-info .section {
        width: 100%;
    }
}

.helpful-info h2 {
    margin: 50px 0;
}

.helpful-info ol,
.helpful-info ul {
    text-align: left;
}

    .helpful-info ul li,
    .helpful-info ol li {
        padding-bottom: 10px;
    }

.helpful-info .red ul li {
    color: white;
}

/* --------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
FORMS 
-----------------------------------------------------------------------------------
-------------------------------------------------------------------------------- */

.form-element {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 48px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-family: inherit;
}

    .form-element.disabled {
        pointer-events: none;
        background-color: rgba(0,0,0,0.05);
    }

label {
    display: block;
    margin-bottom: 6px;
}

.field-policy-keeper-form {
    margin-top: 20px;
}

textarea {
    min-height: 200px;
}

.field-validation-error {
    position: relative;
    width: 100%;
    border-radius: 4px;
    background: #ca2727;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    margin-top: 15px;
    line-height: 40px;
}

    .field-validation-error:before {
        content: '';
        position: absolute;
        top: -6px;
        width: 12px;
        height: 12px;
        -ms-transform: rotate(45deg); /* IE 9 */
        -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
        transform: rotate(45deg);
        left: 50%;
        margin-left: -6px;
        background: #ca2727;
    }

.success-message {
    width: 100%;
    margin: 15px auto;
    text-align: center;
    background: #eeeeee;
    border-radius: 4px;
    padding: 60px;
    float: none;
}

    .success-message h2 {
        margin-bottom: 15px;
    }

    .success-message .button {
        margin-top: 15px;
    }


/* --------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
CAREERS
-----------------------------------------------------------------------------------
-------------------------------------------------------------------------------- */

.main-image {
    background-size: cover;
	background-color: #101833;
}

.split-main-image, .split-main-image-general {
    background-size: cover;
	background-color: #101833;
}
.signpostmain-image {
    background-size: cover;
}




/*
#events {
    background-image: linear-gradient(to bottom, #B71F28, #B71F28 85%, #f1f1f1 15%, #f1f1f1);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #B71F28;
}
*/

    #events .tile {
        flex-direction: column;
    }

.interviews ul {
    background-color: #f1f1f1;
}

.mission-statement p {
    font-family: 'Satisfy', cursive;
    font-size: 30px !important;
    margin: 0 auto;
    padding: 0 30px;
    line-height: 30px;
    color: #fff;
}

.mission-statement span {
    font-family: 'Montserrat', sans-serif;
}

.interviewee-image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 100%;
}

/* OFFICE GALLERY */
.image-gallery-wrap {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 5px;
}

.image-wrap {
    position: relative;
    margin: 1px;
    width: calc(25% - 2px);
    padding-bottom: 25%;
    list-style: none;
}

.image-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

@media (max-width:800px) {
    .image-wrap {
        width: calc(50% - 2px);
        padding-bottom: 50%;
    }
}

.image-main {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.9)
}

    .image-main img {
        width: 800px;
        height: auto;
    }

    .image-main.open {
        display: flex;
    }

.image-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

    .image-close span {
        visibility: hidden;
    }

        .image-close span:before,
        .image-close span:after {
            content: '';
            width: 2px;
            height: 40px;
            top: 0;
            background: white;
            position: absolute;
            visibility: visible;
        }

        .image-close span:before {
            -ms-transform: rotate(45deg); /* IE 9 */
            -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
            transform: rotate(45deg);
            left: 19px;
        }

        .image-close span:after {
            -ms-transform: rotate(-45deg); /* IE 9 */
            -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
            transform: rotate(-45deg);
            right: 19px;
        }

.job-role ul {
    margin-bottom: 30px;
}



/* --------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
NINJA SLIDER
-----------------------------------------------------------------------------------
-------------------------------------------------------------------------------- */
.testimonials.slider .loading {
    display: none !important;
}

.slider {
    position: relative;
    z-index: 1;
    width: 100%;
    background: none;
    overflow: hidden;
    box-sizing: border-box;
    min-height: 650px;
    display: inline-block;
}

    .slider .inner {
        margin: 0 auto; /*center-aligned */
        font-size: 0;
        position: relative;
        box-sizing: border-box;
        height: 650px;
    }

    .slider ul {
        position: relative;
        list-style: none;
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        height: 650px;
    }

    /* --------- slider image ------- */
    .slider .ns-img {
        background-position: left center;
        background-size: cover; /*Note: If transitionType is zoom, it will be overridden to cover.*/
        background-repeat: no-repeat;
        /*decorate border*/
        box-shadow: inset 0 0 2px rgba(255,255,255,.3);
        display: block;
        position: absolute;
        width: 100%;
        min-height: 650px;
    }

    .slider li {
        width: 100%;
        height: 100%;
        bottom: 0;
        left: 0;
        position: absolute;
        font-size: 12px;
        list-style: none;
        margin: 0;
        padding: 0;
        opacity: 0;
        overflow: hidden;
        box-sizing: border-box;
    }

        .slider li.ns-show {
            opacity: 1;
        }

.slider-container, .existing-customers {
    float: left;
    height: 650px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover !important;
}
.slider-container-general {
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover !important;
}



    .slider-container h1, .slider-container-general h1, .existing-customers h1 {
        font-size: 45px;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 0;
        max-width: 800px;
        color: #010203;
        text-transform: none;
    }

    .slider-container h2, .slider-container-general h2, .existing-customers h2 {
        font-size: 23px;
        font-weight: 300;
        line-height: 1.4em;
        color: #010203;
        text-transform: none;
        margin-top: 0;
        margin-bottom: 0;
        max-width: 600px;
    }

.homeHeaderText, .headerText, .productRewardsText {color: #ffffff!important;}





.slider-image {
    height: 50px;
    width: 300px;
    margin-bottom: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}

.interviews .slider-container h2 {
    color: #333;
    font-size: 25px;
    text-transform: uppercase;
    margin-top: 0;
}

.slider-container p, .slider-container-general p, .existing-customers p {
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    margin-top: 20px;
}

.interviews .slider-container p {
    color: #333;
    font-size: 16px;
}

    .interviews .slider-container p:nth-child(odd) {
        margin: 0;
    }

    .interviews .slider-container p:nth-child(even) {
        margin-bottom: 0;
    }

.slider.interviews li.loading::after {
    display: none !important;
}

.slider-container .button, .slider-container-general .button, .existing-customers .button {
    margin: 30px 10px 0 0;
    padding: 20px 30px;
    font-size: 16px;
}

.slider-container .button-five, .slider-container-general .button-five.existing-customers .button-five {
    margin-top: 15px;
}

.slider-content {
    height: 600px;
}

.slider-content-products {
    padding-top: 7%;
}
@media (max-width:1300px) {
	.slider-content-products {
    padding-top: 11%;
}

}

.slider-content-partners {
    padding-top: 15%;
}

@media (max-width:900px) {
	.slider-content-partners {
    padding-top: 20%;
}
}

.productButtonsHolder {
    margin-top: 20px;
	line-height: 0px;
	width: 100%;
}

.productSubHead {
    margin-top: 0px;
	max-width: 60%;
}


@media (max-width:1600px) {
	.productSubHead {max-width: 60%;
	}
}

@media (max-width:1450px) {
	.productSubHead {max-width: 60%;
	}
}


@media (max-width:1180px) {
	.productSubHead {max-width: 50%;
	}
}

	
	@media (max-width: 1000px) {
	.productSubHead {max-width: 100%;
	}
}




div.productSubHead.black-text h2 {color: #010203; font-weight: 400;}
div.productSubHead h2 {font-weight: 400;}

h1.bizProTitle {max-width: 550px;}

@media (max-width:600px) {
	div.productSubHead.black-text h2 {font-size: 16px; margin-top: 10px;}
	h1.bizProTitle {font-size: 24px!important;
line-height: 24px!important;}
}


/*---------- Captions -------------------*/
.slider .caption {
    padding: 20px 40px;
    margin: auto;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0px;
    width: auto;
    text-align: right;
    font-family: sans-serif;
    font-size: 11px;
    color: rgba(255,255,255,0.2);
    background: none;
    position: absolute;
    box-sizing: border-box;
}

.slider li .cap1 {
    color: rgba(255,255,255,0.5);
    font: bold 32px arial;
    text-align: center;
    opacity: 0;
    bottom: 40%;
    -webkit-transition: bottom 1.3s, opacity 1s;
    transition: bottom 1.3s, opacity 1s;
}

/*The cap1 of the current slide */
.slider li[class*='-'] .cap1 {
    opacity: 1;
    bottom: 20%;
}

.slider li .cap2 {
    color: rgba(255, 162, 0, 0.5);
    font-size: 23px;
    bottom: 15%;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

/*The cap2 of the current slide */
.slider li[class*='-s'] .cap2 {
    bottom: 10%;
}


/* ---------Arrow buttons ------- */
/* The arrow button id should be: slider id + ("-prev", "-next", and "-pause-play") */
#ninja-slider-pause-play {
    display: none;
}

#ninja-slider-prev, #ninja-slider-next {
    position: absolute;
    display: inline-block;
    width: 42px;
    height: 56px;
    line-height: 56px;
    top: 50%;
    margin-top: -25px; /*pager's height should also be counted*/
    background-color: rgba(0,0,0,0.4);
    background-color: #ccc\9; /*IE8 hack*/
    backface-visibility: hidden;
    color: white;
    overflow: hidden;
    white-space: nowrap;
    -webkit-user-select: none;
    user-select: none;
    border-radius: 2px;
    z-index: 2;
    opacity: 0.3;
    font-family: sans-serif;
    font-size: 13px;
    cursor: pointer;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

    #ninja-slider-prev:hover, #ninja-slider-next:hover {
        background-color: rgb(0,0,0);
        background-color: #ccc\9; /*IE8 hack*/
    }

.slider-inner:hover #ninja-slider-prev, .slider-inner:hover #ninja-slider-next {
    opacity: 1;
}

#ninja-slider-prev {
    left: 0; /*set it with a positive value if .slider-inner does not have max-width setting.*/
}

#ninja-slider-next {
    right: 0;
}

    /* arrows */
    #ninja-slider-prev::before, #ninja-slider-next::before {
        position: absolute;
        top: 17px;
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        border-left: 2px solid white;
        border-top: 2px solid white;
        backface-visibility: hidden;
    }

#ninja-slider-prev::before {
    -ms-transform: rotate(-45deg); /*IE 9*/
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 4px;
}

#ninja-slider-next::before {
    -ms-transform: rotate(135deg); /*IE 9*/
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 4px;
}

/*pagination num within the arrow buttons*/
#ninja-slider-prev div,
#ninja-slider-next div,
#ninja-slider-pager {
    display: none;
}

#ninja-slider-pager, #ninja-slider-prev, #ninja-slider-next, #ninja-slider-pause-play {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

.red-header,
.red-header .slider-container,
.red-header .slider-content {
    height: 300px;
    background: #B71F28;
}

    .red-header h1 {
        font-size: 30px;
        color: #ffffff;
    }

.employee-processing h2 {
    color: #d02322;
    font-weight: 600;
    font-size: 16px;
    border-bottom: 1px solid #eee;
    padding: 0 45px 12px 0;
    cursor: pointer;
    user-select: none;
}

    .employee-processing h2:after {
        content: " ";
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #eee;
        position: absolute;
        right: 20px;
    }

.small-container {
    width: 100%;
    max-width: 800px;
    margin: auto;
    position: relative;
}

.employee-processing .content {
    display: none;
}


/*Slider height settings*/
@media only screen and (max-width:1600px) {

    .slider,
    .slider .inner,
    .slider ul,
    .slider .ns-img,
    .slider-content,
    .slider-container,
    .main-image {
        min-height: 500px;
    }
	.slider-container-general {height: 500px;}
	.existing-customers {height: 500px;}
}

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

    .signpostmain-image {
        min-height: 550px;
    }
	.split-main-image-general {
    }
}

@media only screen and (max-width:1450px) {
    .slider.interviews,
    .hide-link {
        display: none !important;
    }
}


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

    .slider,
    .slider .inner,
    .slider ul,
    .slider .ns-img,
    .slider-content,
    .slider-container {
        height: 500px;
    }
	.slider-container-general {height: 400px;}
	

    .red-header,
    .red-header .slider-container,
    .red-header .container,
    .red-header .slider-content {
        height: 300px;
    }
}


/*Responsive settings*/
@media only screen and (max-width:1000px) {

    .main-image {
        max-height: auto !important;
        height: auto;
    }
	.split-main-image {
        max-height: auto !important;
        height: auto;
		display: none;
    }
	
	.split-main-image-general {
        max-height: auto !important;
		background-image: none!important;
    }
	
	.signpostmain-image {
        max-height: auto !important;
        height: auto;
    }
	

    .slider,
    .slider .inner,
    .slider .inner ul,
    .slider .ns-img,
    .slider-content,
    .slider-container,
    .main-image {
        height: 400px !important;
    }
	.existing-customers {height: 650px!important}
	.existing-customers {background-color: #D9F2F7}
	
	.signpostmain-image {
        height: 700px !important;
    }
	

    .slider-container, .slider-container-general, .existing-customers {
        width: 100%;
        background-position: left;
    }

        .slider-container h1, .slider-container-general h1, .existing-customers h1 {
            font-size: 30px;
        }

        .slider-container h2, .slider-container-general h2, .existing-customers h2 {
            font-size: 18px;
        }

        .slider-container p, .slider-container-general p, .existing-customers p {
            font-size: 23px;
        }

    .red-header,
    .red-header .slider-container,
    .red-header .container,
    .red-header .slider-content {
        height: 300px;
    }
}

@media only screen and (max-width:1000px) {
    .slider.interviews, .slider.interviews .inner, .slider.interviews .inner ul, .slider.interviews .ns-img, .interviews .slider-content, .interviews .slider-container, .interviews .main-image, .interviews .signpostmain-image, .hide-link {
        display: none;
    }
	.noBackgImg {background-image: none!important;}
}

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

    .main-image {
        height: 600px;
		/* ADDED 3/11/21 - PW */
		background-position: center;
    }
	
	.existing-customers {height: 600px!important}
	
	.signpostmain-image {
        height: 850px;
		max-height: 400px!important;
    	min-height: 400px!important;
    }

    #ninja-slider-prev, #ninja-slider-next, #ninja-slider-pager {
        display: none;
    }

    .slider li .cap1 {
        font-size: 20px;
    }

    .slider-container h1, .slider-container-general h1, .existing-customers h1 {
        font-size: 34px;
		line-height: 36px;
    }

    .slider-container h2, .slider-container-general h2, .existing-customers h2 {
        font-size: 18px;
    }

    .slider-content {
        margin-top: -100px;
        padding: 5px;
    }

    .red-header,
    .red-header .slider-container,
    .red-header .container,
    .red-header .slider-content {
        height: 300px;
    }
}

@media only screen and (max-width:450px) {
	.existing-customers {height: 550px!important}
}
/*
@media only screen and (min-width:2000px) {
    .slider,
    .slider .inner,
    .slider ul,
    .slider .ns-img,
    .slider-content,
    .slider-container,
    .main-image {
        height: 900px;
    }
.signpostmain-image {
        height: 900px;
    }
}

*/
/* --------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
CALCULATORS
-----------------------------------------------------------------------------------
-------------------------------------------------------------------------------- */

.risk-calc {
    width: 100%;
    overflow: hidden;
}

.risk-calc {
    height: 1000px;
}

@media (max-width:1400px) {
    .risk-calc {
        height: 1400px;
    }
}

@media (max-width:1250px) {
    .risk-calc {
        height: 1900px;
    }
}

@media (max-width:900px) {
    .risk-calc {
        height: 1400px;
    }
}

@media (max-width:650px) {
    .risk-calc {
        height: 1500px;
    }
}

@media (max-width:500px) {
    .risk-calc {
        height: 1800px;
    }
}


/* --------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
COOKIE NOTICE
-----------------------------------------------------------------------------------
-------------------------------------------------------------------------------- */
#cookieNotice a {
    border-radius: 1px;
    padding: 7px 15px !important;
    text-transform: uppercase;
}

    #cookieNotice a:hover {
        background: #000000 !important;
    }

@media (min-width: 1000px) {

    .dark img,
    .light img {
        padding: 0;
    }


    .blogarchive a {
        min-height: 170px;
        overflow: hidden;
    }

    .breadcrumb {
        padding: 4px 8px;
        position: absolute;
        left: 40px;
        top: 40px;
    }

        .breadcrumb a {
            font-size: 1.2rem;
        }

    .triangle + .dark:before {
        border-color: transparent transparent transparent #1c1c1e;
    }

    .triangle + .light:before {
        border-color: transparent transparent transparent #fff;
    }

    #toggle {
        display: none;
    }

    nav {
        margin: 0 auto;
        background: none;
        width: 100%;
        color: #fff;
    }

        nav > ul {
            padding-right: 0;
            width: auto;
        }

            nav > ul li {
                float: left;
            }

                nav > ul li a,
                nav > ul li span {
                    font-size: 15px;
                }

                nav > ul li:last-child a {
                    padding-right: 0;
                }

        nav li > ul {
            left: 0;
            top: 75%;
            display: none;
            white-space: nowrap;
            height: auto;
            margin-bottom: 0;
            margin-left: 10px;
            text-align: left;
            background: rgba(0, 0, 0, 0.8);
            padding: 5px 8px 5px 0;
        }

            nav li > ul li a {
                padding: 8px 15px;
                font-size: 15px;
                color: rgba(255, 255, 255, 0.8);
            }

        nav .has-child:hover > .sublevel {
            display: block;
        }

    .triangle {
        position: relative;
    }

        .triangle img {
            position: relative;
            z-index: 100;
        }

        .triangle:before {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 0 150px 100vw;
            border-color: inherit;
            position: absolute;
            z-index: 120;
        }

        .triangle + .light,
        .triangle + .dark {
            position: relative;
        }

            .triangle + .light:before,
            .triangle + .dark:before {
                content: "";
                display: block;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 150px 0 0 100vw;
                border-color: none;
                position: absolute;
                z-index: 120;
                top: -150px;
            }

    .video-wrapper {
        margin: 60px auto;
    }
}



@media (max-width: 1366px) {
	/* ADDED 3/11/21 - PW */
    .light img.brand {
        width: 160px;
        margin: 10px 0 30px 0;
        height: auto;
        transition: all 500ms ease;
        padding: 0;
    }
	.red-nav-top {margin-top: 12px;}
}

@media (max-width: 1200px) {
	.site-header {height:102px;}
}

@media (max-width: 1000px) {
	.red-nav-top {display: none;}
}

@media (max-width: 1000px) {
    body {
        width: 100vw;
        overflow-x: hidden;
    }

    .push-6 {
        left: 0;
    }

    nav {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 1;
        transition: -webkit-transform 300ms ease-in-out, opacity 300ms ease-in-out;
        transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
        text-align: left;
        position: absolute;
        top: 90px;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #B71F28;
        color: #fff !important;
        position: fixed;
        border-top: solid 1px #f1f1f1;
        padding-top: 80px;
        overflow-y: auto;
    }

        nav.open {
            opacity: 1;
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
        }

        nav > ul {
            margin: 0;
        }

        nav ul li {
            display: block;
        }

        nav > ul li:first-child a {
            padding: 10px 25px;
        }

        nav > ul li a,
        nav > ul li span {
            margin: 0;
            padding: 15px 0;
            color: rgba(255, 255, 255, 0.6);
        }

        nav > ul li.selected > a,
        nav > ul li.selected span {
            color: #fff;
            font-weight: 700;
        }

        nav > ul li.selected ul {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            height: 120%;
        }

            nav > ul li.selected ul li a {
                color: #fff;
                font-weight: 500;
            }

        nav li > ul {
            -webkit-transform: scale(0);
            -ms-transform: scale(0);
            transform: scale(0);
            position: relative;
            text-align: center;
            transition: all 300ms ease-in-out;
            height: 0;
            margin: 0;
        }

    .sub-nav,
    .sub-nav.shrink {
        margin-top: 17px;
    }

        .sub-nav a {
            margin: 5px 0 5px 15px;
        }

    .site-header.light a {
        color: #fff;
        font-size: 13px !important;
    }

    nav ul li.selected > a:after,
    nav ul li.selected span:after {
        display: none;
    }
/* UPDATED 29/09/23 - PW */
    .light img.brand {
        width: 150px;
        margin: 8px 0 13px 0;
        height: auto;
        transition: all 500ms ease;
        padding: 0;
    }

        .light img.brand.shrink {
            width: 130px;
            margin: 0px 0 13px 0;
        }

    main {
        padding-top: 90px;
    }
}

@media (max-width: 768px) {
    .breadcrumb {
        text-align: center;
        padding: 20px 0;
        background: black;
    }

    .brochure-wrap p {
        display: none;
    }

    #clients-partners .col-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 600px) {
    #clients-partners .col-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 500px) {
    .download-brochure {
        display: none;
    }

    .brochure.button {
        bottom: 0;
        width: 100%;
        right: 0;
    }

        .brochure.button span {
            display: initial;
        }
}

@media (max-width: 400px) {
    .brochure.button span {
        display: none;
    }
}


/* Privacy Policy */
.privacy-pol {
}

    .privacy-pol h2 {
        font-size: 22px;
    }

    .privacy-pol ol p {
        font-size: 14px;
    }

    .privacy-pol ol h3,
    .privacy-pol ol h4 {
        font-weight: bold;
        font-size: 16px;
        color: #d02322;
        font-weight: 600;
        border-bottom: 1px solid #eee;
        padding: 0 45px 12px 0;
        cursor: pointer;
        user-select: none;
    }

    .privacy-pol ol h4,
    .privacy-pol ol h3,
    .privacy-pol ol p {
        display: inline;
        width: 100%;
        float: right;
        margin: 0 0 10px 0;
        padding-left: 35px;
        position: relative;
    }

    .privacy-pol ol li {
        margin: 4px 0;
        clear: both;
    }

    .privacy-pol > ol > li {
        font-weight: bold;
    }

        .privacy-pol > ol > li > ol {
            display: none;
        }

        .privacy-pol > ol > li > .faq-content {
            display: none;
        }

		.trusts-info > ol > li > .faq-content {
            display: none;
        }

        .privacy-pol > ol > li::before {
            counter-increment: section;
            content: counters(section, ".") ". ";
            color: #d02322;
            position: absolute;
        }


    .privacy-pol ol > ol > li {
        margin-bottom: 16px;
    }

    .privacy-pol ol {
        counter-reset: section;
        list-style-type: none;
        clear: both;
        padding: 10px 35px;
    }

    .privacy-pol li::before {
        counter-increment: section;
        content: counters(section, ".") " ";
        font-weight: bold;
        margin-right: 10px;
    }

    .privacy-pol ol ol ol li {
        /*margin-left: 70px;
	margin-bottom: 5px;*/
        margin-left: 65px;
        margin-bottom: 10px;
        text-indent: -40px;
    }

        .privacy-pol ol ol ol li::before {
            content: "";
        }

    .privacy-pol .strong {
        font-weight: bold;
        text-decoration: underline;
    }

    .privacy-pol .underlined {
        text-decoration: underline;
    }

    .privacy-pol span.lettering {
        display: inline-block;
        width: 40px;
        position: relative;
        right: -45px;
    }

        .privacy-pol span.lettering::before {
            content: "(";
        }

        .privacy-pol span.lettering::after {
            content: ")";
        }

    .privacy-pol hr {
        margin-left: 70px;
        width: calc(100% - 70px);
    }



/* Trusts  */
.trusts-info {
}

    .trusts-info h2 {
        font-size: 22px;
    }

    .trusts-info ol p {
        font-size: 14px;
    }

    .trusts-info ol h3,
    .trusts-info ol h4 {
        font-weight: bold;
        font-size: 16px;
        color: #d02322;
        font-weight: 600;
        border-bottom: 1px solid #eee;
        padding: 0 45px 12px 0;
        cursor: pointer;
        user-select: none;
    }

    .trusts-info ol h4,
    .trusts-info ol h3,
    .trusts-info ol p {
        display: inline;
        width: 100%;
        float: right;
        margin: 0 0 10px 0;
        padding-left: 35px;
        position: relative;
    }

    .trusts-info ol li {
        margin: 4px 0;
        clear: both;
    }

    .trusts-info > ol > li {
        font-weight: bold;
    }

        .trusts-info > ol > li > ol {
            display: none;
        }

        .trusts-info > ol > li > .faq-content {
            display: none;
        }

		.trusts-info > ol > li > .faq-content {
            display: none;
        }

        .trusts-info > ol > li::before {
            counter-increment: section;
            content: counters(section, ".") ". ";
            color: #d02322;
            position: absolute;
        }


    .trusts-info ol > ol > li {
        margin-bottom: 16px;
    }

    .trusts-info ol {
        counter-reset: section;
        list-style-type: none;
        clear: both;
        padding: 10px 10px;
    }

    .trusts-info li::before {
        counter-increment: section;
        content: counters(section, ".") " ";
        font-weight: bold;
        margin-right: 10px;
    }

    .trusts-info ol ol ol li {
        /*margin-left: 70px;
	margin-bottom: 5px;*/
        margin-left: 65px;
        margin-bottom: 10px;
        text-indent: -40px;
    }

        .trusts-info ol ol ol li::before {
            content: "";
        }

    .trusts-info .strong {
        font-weight: bold;
        text-decoration: underline;
    }

    .trusts-info .underlined {
        text-decoration: underline;
    }

    .trusts-info span.lettering {
        display: inline-block;
        width: 40px;
        position: relative;
        right: -45px;
    }

        .trusts-info span.lettering::before {
            content: "(";
        }

        .trusts-info span.lettering::after {
            content: ")";
        }

    .trusts-info hr {
        margin-left: 70px;
        width: calc(100% - 70px);
    }




.main-image {
    height: 650px;
}
.signpostmain-image {
    height: 550px;
}

.panel-table td {
    padding: 5px 15px;
}

.panel-table thead {
    font-weight: bold;
}

.panel-table {
    margin-left: -15px;
}

    .panel-table a:hover {
        text-decoration: underline !important;
    }


h2.table-header {
    margin: 40px 0 10px;
    font-size: 20px !important;
}

.privacy-pol > ol > li > ol {
    margin-bottom: 50px;
}


.trusts-info > ol > li > ol {
    margin-bottom: 50px;
}

.covid-header {
    text-align: center;
}

    .covid-header h1 {
        font-size: 42px;
    }

    .covid-header a {
        text-wrap: none;
    }

.covid-testimonial {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 50px 0;
}

    .covid-testimonial div {
        max-width: 1000px;
    }

    .covid-testimonial img {
        margin-left: 25px;
        max-width: 250px;
    }

#faq td {
    padding: 10px 15px;
    border: 1px solid grey;
    font-size: 20px;
}

.covid-warning {
    position: absolute;
    top: 115px;
    width: 100%;
    background-color: black;
    color: white;
    display: block;
    z-index: 2;
    padding: 5px;
}

    .covid-warning p {
        color: white;
        font-size: 18px;
        margin: 0;
        text-align: center;
    }

    .covid-warning a {
        white-space: unset;
    }

    .covid-warning .button {
        padding: 5px 10px;
    }

.amazon-form-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .amazon-form-header img {
        max-width: 350px;
    }

@media (max-width: 1000px) {
    .amazon-form-header {
        align-items: start;
        flex-direction: column;
    }

    .covid-warning {
        top: 90px;
    }
}

@media (max-width: 768px) {
    .covid-testimonial {
        flex-direction: column-reverse;
    }
}


/* Rewards Health Assured video */

div#videoDiv {float: right;}
video#health_Assured_video {margin: 20px 0px 20px 20px;}

@media (max-width: 1300px) {
    video#health_Assured_video {width: 320px}
    }

@media (max-width: 1000px) {
	div#videoDiv {float: none;}
    video#health_Assured_video {width: 100%; margin: 40px 0px 20px 0px;}
    }


/* Spilt-image */
.split-main-image {
    background-size: cover;
	background-color: #041130;
	height: 650px;
}
.split-main-image-general {
    background-size: cover;
	background-color: #041130;
	height: 650px;
}

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

    .split-main-image {
        max-height: auto !important;
        height: auto;
    }
	.split-main-image-general {
        max-height: auto !important;
		height: 450px
    }
}
@media only screen and (max-width:600px) {
.split-main-image {
        height: Auto;
		background-position: center;
    }
	.split-main-image-general {
		background-position: center;
    }
	
}




.homepagesc {padding: 20px}


.slider-content-blue-section {
    height: 650px;
	background-color: #041130;
	float: right;
	padding: 20px 20px 20px 60px;
	
}

.slider-content-lightGreen-section {
	background-color: #C0F8EB;
	float: right;
	padding: 20px 20px 20px 60px;
	height: 650px;
}

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

    .slider-content-blue-section, .slider-content-lightGreen-section
    {
        min-height: 450px;
    }
	
}

@media only screen and (max-width:1000px) {
	
	.slider-content-lightGreen-section {
        float: none;
		height: inherit;
    }
}


@media only screen and (max-width:600px) {
	
	.slider-content-blue-section {
        margin-top: -100px;
        padding: 5px;
		
    }
	.slider-content-lightGreen-section {
        margin-top: 0px;
        padding: 5px;
		
    }
}


.home-rewards{
	margin: 20px 20px 20px 0px;	
}

.home-rewards img {
	max-width: 100px;
	display: inline-block;
	margin: 20px 20px 0px 0px;	
}
.home-rewards h2 {
	
}

.home-rewards-icons img {
	max-width: 120px;
}



.product-rewards{
	margin: 20px 20px 20px 10%;
}

@media only screen and (max-width:14000px) {
	.product-rewards{
	margin: 20px 20px 20px 0px;
}
}


.product-rewards img {
	max-width: 100px;
	display: inline-block;
	margin: 0px 30px 30px 0px;
	float: left;
}
.product-rewards h1 {
	padding-bottom: 5px;
	margin-bottom: 5px
}

.product-rewards h2 {
	padding-bottom: 5px;
	margin-bottom: 15px;
	margin-top: 0px;
}

@media only screen and (max-width:1000px) {
	
	.product-rewards img {
	max-width: 80px;
	margin: 0px 25px 30px 0px;
}
	.product-rewards h1 {
	font-size: 28px;
}

.product-rewards h2 {
	font-size: 16px;
}
h2.toolsHeader {margin: 5px 0
	}
	.button-six {text-align: center;}
	
}

.product-rewards-icons img {
	width: 120px;	
}


.valign-centre {
	display: flex;
	align-items: center;
	text-align: -webkit-center;
}



.productIconHome img {
	max-width: 150px;
	margin: 20px 20px 0 0;
}

.productIconHome {
	max-width: 120px;
	margin: 20px 20px 0 0;
}

.socialIcon {
	max-width: 120px;
	margin: 20px 20px 0 0;
	height: 110px;
}
.socialBlock a {display: inline-block;}

.productIconHome{margin: 15px;}
h2.productTitleHome {margin: 0px 15px 15px 15px;}



.columnWrap2 {column-count: 2; display: block;}
h2.colspan {column-span: all; display: flex;}

@media only screen and (max-width:1000px)
	{
		.columnWrap2 {column-count: 1; display:inline-block;}
		h2.colspan {column-span: none;}


}



.homeFooterTrustpilotBorder {border-left: #999 solid 1px;
}
@media only screen and (max-width:768px){
	.homeFooterTrustpilotBorder {border-left: none;}
}

p.homeSectionSubTitle {column-span: all; display: flex; color: #901517; font-weight: bold; margin-bottom: 20px!important;}

.columnWrap2 p {}


img.product-call-icon {
	height: 80px;
	margin: -10px 10px 20px 0px;
}
img.call-icon-mobile-footer {
	height: 20px;
	margin: 0px 10px -5px 0px;
	padding-top: 0px;
}

img.contact-call-icon {
	height: 30px;
	margin: 10px 10px 0px 0px;
	float: left;
}

img.business-call-icon {
	height: 80px;
	margin: -20px 10px 20px 0px;
}
p.product-call-icon-para {
	float:left;
	display: flex;
}

p.product-call-icon-para-nomargin {
	float:left;
	display: flex;
	margin-bottom: 0px;
}

p.callmeText {color: #010203;
margin: 5px 5px 5px 0px;}

p.callmeTel a {color: #102264;
margin: 5px 5px 5px 0px;
font-size: 36px}

p.callmeTel {margin: 5px 5px 5px 0px;}

.titleWidth {width: 50%}

@media only screen and (max-width:1000px)
	{
		.titleWidth {width: 100%}
}





/* desktop display none css */

.mobile-main-image, .mobile-rewards-section, .mobile-get-quotes-section, .trustPilotMobileHeader, .mobile-header, #rewards-page-info {display: none;}


/* mobile display none css */

@media only screen and (max-width:1000px)
	{
		.desktop, #trustpilot-section, .insurer-logos-mobile-controller {display: none;}
}

/* mobile display block css */

@media only screen and (max-width:1000px)
	{
		.mobile, .mobile-header, #rewards-page-info {display: block;}
}



/* Mobile header image section */

@media only screen and (max-width:1000px)
	{
	.trustPilotMobileHeader
		{
			display: inline-block;
			width: 100px;
			margin-left: 20px;
			margin-top: 10px;
		}
		
	.mobile-rewards-section {padding: 20px;
	margin: auto 0; text-align: center;
	}
		
		
		
	.mobile-rewards-section {padding: 20px;
	margin: auto 0; text-align: center;
	}
				

    .mobile-main-image {
		display: block;
		background-size: cover;
		background-color: #101833;
		min-height: 170px;
		position: relative;
		background-position-y: 30%;		
	}
		
	.mobile-main-image h1 {
		color: #ffffff;
		position: absolute;
		bottom: 0;
		font-size: 18px;
		line-height: 20px;
		font-weight: 600;
		padding: 0px 15px 0px 15px;
	}
}
@media only screen and (max-width:320px)
	{
	
	.trustPilotMobileHeader
		{
			width: 80px;
			margin-left: 10px;
		}
}


.overLayDarkVertical {background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8) 100%); height: 170px; }

/* Mobile Rewards section */

.mobile-rewards-icons img {
	max-width: 100px;
	padding: 5px 2px 20px 2px;
}
@media only screen and (max-width:320px)
	{
	.mobile-rewards-icons img {
	max-width: 90px;
		}
}

@media only screen and (max-width:1000px)
{
    .mobile-rewards-section {display: block;
	}
	.product-rewards-icons img {
		width: 100px;
		margin: 0px 3px 10px 3px;
	}
	.product-rewards-icons {
		margin: auto 0;
	}
}



/* Mobile Get quotes section */

@media only screen and (max-width:1000px) {
    .mobile-get-quotes-section {display: block;}
}

a.urlLineBreak {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  white-space: pre-wrap!important;
}

@media only screen and (max-width:1000px) {
.width100p {width: 100%;}	
}


@media only screen and (max-width:375px)
	{
	.button-three {
	width: 100%;
		}
}

.main-nav {margin-top: -107px}
ul.header-menu.shrink {margin-top: 30px;}
div.ease.sub-nav.shrink {margin-top: 30px}

@media only screen and (max-width:1400px)
	{
		.main-nav {margin-top: -114px}
		div.ease.sub-nav.shrink {margin-top: 38px}

}

@media only screen and (max-width:1366px)
	{
		.main-nav {margin-top: -107px}
		div.ease.sub-nav.shrink {margin-top: 32px}

}


@media only screen and (max-width:1200px)
	{
		.main-nav {margin-top: -110px}
		div.ease.sub-nav.shrink {margin-top: 46px}

}

@media only screen and (max-width:1000px)
	{
		.main-nav {margin-top: 0px}

}




.red-border-top {border-top: solid 4px #B71F28;}
.red-border-bottom {border-bottom: solid 4px #B71F28;}

@media only screen and (max-width:1000px) {
	.red-border-bottom {border-bottom: none;}
}

@media only screen and (max-width:1000px) {
	.bizHeightAdj {max-height: 350px!important; height: 350px!important; min-height: inherit;}
	.mobile-header-padd{margin-top: 8px; padding: 50px 20px 20px 20px;}
	h2.headerText, h1.headerText {margin-bottom: 5px; margin-top: 5px;}
}

@media only screen and (max-width:1000px) {
.mobileNoMargin {margin-left: 0px!important; margin-right: 0px!important; padding-left: 0px!important; padding-right: 0px!important;}
	
	.pad-xsmall-w-mobile {
    padding-left: 15px;
    padding-right: 15px;
}

.pad-small-w-mobile {
    padding-left: 30px;
    padding-right: 30px;
}
	
	.button-six, .button-green {width: 100%!important;}
}

.wills {width: 43%;}
.willsIcons {display: flex;}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

