﻿

.lg-map-wrapper {
    position: relative;
    margin: 0 auto;
}

    .lg-map-wrapper #lg-map {
        float: left;
        clear: both;
    }

    .lg-map-wrapper .lg-map-text {
        float: left;
        width: 500px;
        height: 380px;
        overflow: auto;
        margin-bottom: 40px;
        padding: 10px 20px;
    }

        .lg-map-wrapper .lg-map-text img {
            float: left;
            padding-right: 5px;
            padding-top: 2px;
        }

        .lg-map-wrapper .lg-map-text ul {
            margin-left: 30px;
        }

.tooltip {
    position: fixed;
    display: none;
    padding: 10px 15px;
    background: #f2f2f2;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #262626;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 4px 4px 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.mouse-position {
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    color: #fff;
    font-size: 14px;
    padding: 10px;
}

html {
    line-height: 1;
}


article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333333;
    background-color: #fff;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #23527c;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

    h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
        font-weight: normal;
        line-height: 1;
        color: #777777;
    }

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

    h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
        font-size: 65%;
    }

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
        font-size: 75%;
    }

h1, .h1 {
    font-size: 36px;
}

h2, .h2 {
    font-size: 30px;
}

h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 14px;
}

h6, .h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width:768px) {
    .lead {
        font-size: 21px;
    }
}

small, .small {
    font-size: 85%;
}

mark, .mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777777;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:hover {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    color: #fff;
}

.bg-primary {
    background-color: #337ab7;
}

a.bg-primary:hover {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

    ul ul, ul ol, ol ul, ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt, dd {
    line-height: 1.42857;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table;
}

.dl-horizontal dd:after {
    clear: both;
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}

    blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
        margin-bottom: 0;
    }

    blockquote footer, blockquote small, blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 1.42857;
        color: #777777;
    }

        blockquote footer:before, blockquote small:before, blockquote .small:before {
            content: '\2014 \00A0';
        }

    .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eeeeee;
        border-left: 0;
        text-align: right;
    }

        .blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before {
            content: '';
        }

        .blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after {
            content: '\00A0 \2014';
        }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857;
}

code, kbd, pre, samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25);
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: bold;
        box-shadow: none;
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container:before, .container:after {
        content: " ";
        display: table;
    }

    .container:after {
        clear: both;
    }

@media (min-width:768px) {
    .container {
        width: 750px;
    }
}

@media (min-width:992px) {
    .container {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1120px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container-fluid:before, .container-fluid:after {
        content: " ";
        display: table;
    }

    .container-fluid:after {
        clear: both;
    }

.row {
    margin-left: -15px;
    margin-right: -15px;
}

    .row:before, .row:after {
        content: " ";
        display: table;
    }

    .row:after {
        clear: both;
    }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-1 {
        width: 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-pull-2 {
        right: 16.66667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333%;
    }

    .col-sm-pull-5 {
        right: 41.66667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.33333%;
    }

    .col-sm-pull-8 {
        right: 66.66667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-pull-11 {
        right: 91.66667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.33333%;
    }

    .col-sm-push-2 {
        left: 16.66667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333%;
    }

    .col-sm-push-5 {
        left: 41.66667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.33333%;
    }

    .col-sm-push-8 {
        left: 66.66667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333%;
    }

    .col-sm-push-11 {
        left: 91.66667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width:992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-pull-2 {
        right: 16.66667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333%;
    }

    .col-md-pull-5 {
        right: 41.66667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333%;
    }

    .col-md-pull-8 {
        right: 66.66667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333%;
    }

    .col-md-pull-11 {
        right: 91.66667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-push-2 {
        left: 16.66667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333%;
    }

    .col-md-push-5 {
        left: 41.66667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.33333%;
    }

    .col-md-push-8 {
        left: 66.66667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333%;
    }

    .col-md-push-11 {
        left: 91.66667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width:1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-1 {
        width: 8.33333%;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-pull-2 {
        right: 16.66667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333%;
    }

    .col-lg-pull-5 {
        right: 41.66667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.33333%;
    }

    .col-lg-pull-8 {
        right: 66.66667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333%;
    }

    .col-lg-pull-11 {
        right: 91.66667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.33333%;
    }

    .col-lg-push-2 {
        left: 16.66667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333%;
    }

    .col-lg-push-5 {
        left: 41.66667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.33333%;
    }

    .col-lg-push-8 {
        left: 66.66667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333%;
    }

    .col-lg-push-11 {
        left: 91.66667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd;
    }

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"], table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info, .table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple], select[size] {
    height: auto;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #eeeeee;
        opacity: 1;
    }

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
        line-height: 34px;
    }

        input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm {
            line-height: 30px;
        }

        input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg {
            line-height: 46px;
        }
}

.form-group {
    margin-bottom: 15px;
}

.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .radio label, .checkbox label {
        min-height: 20px;
        padding-left: 30px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

    .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px \9;
    }

    .radio + .radio, .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline, .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

    .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

    .form-control-static.input-lg, .form-control-static.input-sm {
        padding-left: 0;
        padding-right: 0;
    }

.input-sm, .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm, .form-group-sm .form-control {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm, .form-group-sm .form-control, select[multiple].input-sm, .form-group-sm .form-control {
    height: auto;
}

.input-lg, .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-lg, .form-group-lg .form-control {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg, .form-group-lg .form-control, select[multiple].input-lg, .form-group-lg .form-control {
    height: auto;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 42.5px;
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;
    }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .radio label, .form-inline .checkbox label {
            padding-left: 0;
        }

        .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

    .form-horizontal .form-group:before, .form-horizontal .form-group:after {
        content: " ";
        display: table;
    }

    .form-horizontal .form-group:after {
        clear: both;
    }

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px;
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover, .btn:focus, .btn.focus {
        color: #333;
        text-decoration: none;
    }

    .btn:active, .btn.active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        pointer-events: none;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
        background-image: none;
    }

    .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

    .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
        background-image: none;
    }

    .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
        background-color: #337ab7;
        border-color: #2e6da4;
    }

    .btn-primary .badge {
        color: #337ab7;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

    .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
        background-image: none;
    }

    .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
        background-image: none;
    }

    .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
        background-image: none;
    }

    .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
        background-image: none;
    }

    .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0;
}

    .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover, .btn-link:focus {
                color: #23527c;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
                color: #777777;
                text-decoration: none;
            }

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
    visibility: hidden;
}

    .collapse.in {
        display: block;
        visibility: visible;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height,visibility;
    transition-property: height,visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav:before, .nav:after {
        content: " ";
        display: table;
    }

    .nav:after {
        clear: both;
    }

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:hover, .nav > li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

        .nav > li.disabled > a {
            color: #777777;
        }

            .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
                color: #777777;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed;
            }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #eeeeee;
        border-color: #337ab7;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eeeeee #eeeeee #ddd;
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #555555;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            cursor: default;
        }

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 4px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #337ab7;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified, .nav-tabs.nav-justified {
    width: 100%;
}

    .nav-justified > li, .nav-tabs.nav-justified > li {
        float: none;
    }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width:768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
        border: 1px solid #ddd;
    }

@media (min-width:768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
    visibility: hidden;
}

.tab-content > .active {
    display: block;
    visibility: visible;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            content: "/ ";
            padding: 0 5px;
            color: #ccc;
        }

    .breadcrumb > .active {
        color: #777777;
    }

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p, .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close, .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0;
    }

    .embed-responsive.embed-responsive-16by9 {
        padding-bottom: 56.25%;
    }

    .embed-responsive.embed-responsive-4by3 {
        padding-bottom: 75%;
    }

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        -o-transform: translate(0,-25%);
        transform: translate(0,-25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -moz-transition: -moz-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857px;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer:before, .modal-footer:after {
        content: " ";
        display: table;
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
        box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .tooltip.in {
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0;
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px;
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0;
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important;
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md, td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print, td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

.slick-loading .slick-list {
    background: #fff url("/images/ajax-loader.gif") center center no-repeat;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    zoom: 1;
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

@font-face {
    font-family: "slick";
    src: url("../fonts/slick.eot?1520329888");
    src: url("../fonts/slick.eot?&1520329888#iefix") format("embedded-opentype"), url("../fonts/slick.woff?1520329888") format("woff"), url("../fonts/slick.ttf?1520329888") format("truetype"), url("../fonts/slick.svg?1520329888#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}

.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none;
}

    .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
        outline: none;
        background: transparent;
        color: transparent;
    }

        .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
            opacity: 1;
        }

    .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
        opacity: 0.25;
    }

    .slick-prev:before, .slick-next:before {
        font-family: "slick";
        font-size: 20px;
        line-height: 1;
        color: white;
        opacity: 0.75;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            border: 0;
            background: transparent;
            display: block;
            height: 20px;
            width: 20px;
            outline: none;
            line-height: 0;
            font-size: 0;
            color: transparent;
            padding: 5px;
            cursor: pointer;
        }

            .slick-dots li button:hover, .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before, .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                position: absolute;
                top: 0;
                left: 0;
                content: "•";
                width: 20px;
                height: 20px;
                font-family: "slick";
                font-size: 6px;
                line-height: 20px;
                text-align: center;
                color: black;
                opacity: 0.25;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            color: black;
            opacity: 0.75;
        }

.e-cta {
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    text-transform: uppercase;
    color: #D6001C;
    font-weight: 700;
    font-family: "Foco",arial,sans-serif;
}

    .e-cta:after {
        content: "\f105";
        font-family: FontAwesome;
        font-size: 12px;
        display: inline-block;
        margin-left: 6px;
        position: relative;
        top: -1.5px;
    }

.m-pagebanner h2 {
    font-family: "AppetitePro-HeavyItalic",arial,sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
}

.e-mobnavtrigger {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
    -webkit-transform-origin: center;
    transform-origin: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    width: 25px;
    height: 20px;
}

    .e-mobnavtrigger span {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        moz-transform-origin: center;
        -o-transform-origin: center;
        -ms-transform-origin: center;
        -webkit-transform-origin: center;
        transform-origin: center;
        width: 100%;
        height: 3px;
        left: 0;
        background: #58595B;
        position: absolute;
    }

        .e-mobnavtrigger span:nth-child(1) {
            top: 0;
        }

        .e-mobnavtrigger span:nth-child(2), .e-mobnavtrigger span:nth-child(3) {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .e-mobnavtrigger span:nth-child(4) {
            bottom: 0;
        }

    .e-mobnavtrigger.open span:nth-child(1) {
        opacity: 0;
    }

    .e-mobnavtrigger.open span:nth-child(2) {
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .e-mobnavtrigger.open span:nth-child(3) {
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .e-mobnavtrigger.open span:nth-child(4) {
        opacity: 0;
    }

    .e-mobnavtrigger:hover {
        cursor: pointer;
    }

.body-overlay {
    position: fixed;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9997;
    display: none;
}

.body-overlay-desktop {
    position: fixed;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9997;
    display: none;
}

.n-mobilenav {
    opacity: 1;
    filter: alpha(opacity=100);
    position: absolute;
    width: 300%;
    display: none;
    z-index: 9999;
}

    .n-mobilenav ul[class*="level"] {
        list-style: none;
        margin: 0;
        float: left;
        width: 33.333333%;
    }

        .n-mobilenav ul[class*="level"]:after {
            visibility: hidden;
            display: block;
            content: "";
            clear: both;
            height: 0;
        }

        .n-mobilenav ul[class*="level"] li {
            float: left;
            width: 100%;
            padding: 0;
            margin-bottom: -1px;
            border-bottom: 2px solid #2b2b2b;
        }

            .n-mobilenav ul[class*="level"] li:before {
                display: none;
            }

            .n-mobilenav ul[class*="level"] li a {
                font-size: 16px;
                font-size: 1.6rem;
                line-height: 22px;
                float: left;
                width: 100%;
                padding: 15px;
                background: #050505;
                color: #fff;
                font-weight: 600;
                text-decoration: none;
                border-bottom: 1px solid #121212;
                -webkit-tap-highlight-color: rgba(0,0,0,0.15);
            }

            .n-mobilenav ul[class*="level"] li.hasSub > a {
                position: relative;
                padding-right: 30px;
            }

                .n-mobilenav ul[class*="level"] li.hasSub > a:after {
                    -webkit-transition: all 0.2s ease-in-out;
                    -moz-transition: all 0.2s ease-in-out;
                    -ms-transition: all 0.2s ease-in-out;
                    -o-transition: all 0.2s ease-in-out;
                    transition: all 0.2s ease-in-out;
                    moz-transform-origin: center;
                    -o-transform-origin: center;
                    -ms-transform-origin: center;
                    -webkit-transform-origin: center;
                    transform-origin: center;
                    display: inline-block;
                    font: normal normal normal 14px/1 FontAwesome;
                    font-size: inherit;
                    text-rendering: auto;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    font-size: 28px;
                    font-size: 2.8rem;
                    line-height: 22px;
                    content: "\f107";
                    position: absolute;
                    right: 20px;
                    top: 50%;
                    margin-top: -15px;
                    color: #EF3125;
                }

                .n-mobilenav ul[class*="level"] li.hasSub > a.open:after {
                    -moz-transform: rotate(180deg);
                    -o-transform: rotate(180deg);
                    -ms-transform: rotate(180deg);
                    -webkit-transform: rotate(180deg);
                    transform: rotate(180deg);
                }

            .n-mobilenav ul[class*="level"] li ul {
                display: none;
                width: 100%;
            }

                .n-mobilenav ul[class*="level"] li ul li:before {
                    display: none;
                }

                .n-mobilenav ul[class*="level"] li ul li a {
                    background: black;
                    padding-left: 30px;
                }

                .n-mobilenav ul[class*="level"] li ul li.hasSub a {
                    position: relative;
                    padding-right: 30px;
                }

                    .n-mobilenav ul[class*="level"] li ul li.hasSub a:after {
                        position: absolute;
                        top: 50%;
                        -webkit-transform: translateY(-50%);
                        -moz-transform: translateY(-50%);
                        -ms-transform: translateY(-50%);
                        -o-transform: translateY(-50%);
                        transform: translateY(-50%);
                        display: inline-block;
                        font: normal normal normal 14px/1 FontAwesome;
                        font-size: inherit;
                        text-rendering: auto;
                        -webkit-font-smoothing: antialiased;
                        -moz-osx-font-smoothing: grayscale;
                        font-size: 28px;
                        font-size: 2.8rem;
                        line-height: 33px;
                        content: "\f105";
                        right: 20px;
                        margin-top: 0;
                        color: #EF3125;
                    }

            .n-mobilenav ul[class*="level"] li.secondary a {
                font-size: 12px;
                font-size: 1.2rem;
                line-height: 18px;
                display: block;
                padding: 10px 15px;
                font-weight: 600;
                color: #fff;
                background: black;
                border-bottom: 1px solid black;
            }

                .n-mobilenav ul[class*="level"] li.secondary a:active, .n-mobilenav ul[class*="level"] li.secondary a:focus {
                    background: #050505;
                }

            .n-mobilenav ul[class*="level"] li.back {
                font-size: 16px;
                font-size: 1.6rem;
                line-height: 18px;
                display: block;
                padding: 10px 15px;
                font-weight: 600;
                color: #fff;
                background: black;
                border-bottom: 1px solid #050505;
            }

                .n-mobilenav ul[class*="level"] li.back:before {
                    -webkit-transition: all 0.2s ease-in-out;
                    -moz-transition: all 0.2s ease-in-out;
                    -ms-transition: all 0.2s ease-in-out;
                    -o-transition: all 0.2s ease-in-out;
                    transition: all 0.2s ease-in-out;
                    moz-transform-origin: center;
                    -o-transform-origin: center;
                    -ms-transform-origin: center;
                    -webkit-transform-origin: center;
                    transform-origin: center;
                    display: inline-block;
                    font: normal normal normal 14px/1 FontAwesome;
                    font-size: inherit;
                    text-rendering: auto;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    font-size: 22px;
                    font-size: 2.2rem;
                    line-height: 18px;
                    content: "\f104";
                    display: inline-block;
                    margin-right: 10px;
                    vertical-align: top;
                    position: relative;
                    color: #fff;
                }

    .n-mobilenav ul.level3 li:before {
        display: none;
    }

    .n-mobilenav ul.level3 li.hasSub a {
        position: relative;
        padding-right: 30px;
    }

        .n-mobilenav ul.level3 li.hasSub a:after {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 28px;
            font-size: 2.8rem;
            line-height: 33px;
            content: "\f105";
            right: 20px;
            margin-top: 0;
            color: #EF3125;
        }

.testmenu {
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px;
    background: #111111;
    position: relative;
    z-index: 90;
}

    .testmenu select {
        width: 270px;
        font-size: 16px;
        padding: 10px 5px;
        background: #fff;
    }

    .testmenu ~ .n-meganav {
        top: 160px;
    }

    .testmenu ~ .n-mobilenav {
        top: 158px;
    }

@media (min-width:1430px) {
    .testmenu ~ .n-meganav {
        top: 195px;
    }
}

html, html a {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
}

body, html {
    position: relative;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
}

html {
    overflow-x: hidden;
}

body {
    font-family: "Foco",arial,sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #2d2d2d;
    font-variant-ligatures: no-common-ligatures;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

    body:after {
        opacity: 0;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        background: transparent;
        content: " ";
        width: 100%;
        height: 120%;
        background: rgba(250,250,250,0.8);
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
    }

    body.open {
        position: relative;
    }

        body.open:after {
            z-index: 50;
            opacity: 1;
        }

h1 {
    font-family: "AppetitePro-HeavyItalic",arial,sans-serif;
    color: #000;
    font-weight: 400;
    -webkit-backface-appearence: hidden;
    margin-top: 0;
    letter-spacing: 1px;
}

    h1 a {
        color: #000;
        border-bottom: none;
    }

        h1 a:hover, h1 a:active, h1 a:focus {
            color: #EF3125;
            border-bottom: none;
            text-decoration: none;
        }

        h1 a:visited {
            border-bottom: none;
            text-decoration: none;
        }

h2, h3, h4, h5, h6 {
    font-family: "Foco",arial,sans-serif;
    color: #000;
    font-weight: 500;
    -webkit-backface-appearence: hidden;
    margin-top: 0;
}

    h2 a, h3 a, h4 a, h5 a, h6 a {
        color: #000;
        border-bottom: none;
    }

        h2 a:hover, h2 a:active, h2 a:focus, h3 a:hover, h3 a:active, h3 a:focus, h4 a:hover, h4 a:active, h4 a:focus, h5 a:hover, h5 a:active, h5 a:focus, h6 a:hover, h6 a:active, h6 a:focus {
            color: #EF3125;
            border-bottom: none;
            text-decoration: none;
        }

h1 {
    font-size: 34px;
    line-height: 36px;
}

h2 {
    font-size: 28px;
    line-height: 30px;
}

h3 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
}

h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}

h5 {
    font-size: 16px;
    line-height: 22px;
}

h6 {
    font-size: 12px;
    line-height: 18px;
}

p, ul li, ol li {
    color: #7F7C71;
    font-size: 16px;
    line-height: 24px;
}

ul {
    list-style: none;
    margin: 20px 0;
}


        ul li:before {
            content: "-";
        }

ol {
    list-style-type: decimal;
    padding-left: 45px;
    margin: 30px 0;
    list-style-position: inside;
}

    ol li {
        position: relative;
        padding-left: 0px;
        margin-bottom: 5px;
    }

    ol:last-child, ol.last-child {
        margin-bottom: -5px;
    }

p.preamble {
    font-size: 20px;
    line-height: 26px;
    color: #7F7C71;
    margin: 0 0 20px;
    font-family: "Foco",arial,sans-serif;
}

p span.preamble {
    font-size: 20px;
    line-height: 26px;
    color: #7F7C71;
    margin: 0 0 20px;
    font-family: "Foco",arial,sans-serif;
}

p.cta-link {
    color: #EF3125;
}

em {
    font-style: italic;
}

a {
    color: #EF3125;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    outline: none;
}

    a:hover {
        color: #EF3125;
        text-decoration: underline;
        cursor: pointer !important;
    }

        a:hover h1, a:hover h2, a:hover h3, a:hover h4 {
            color: #EF3125;
        }

            a:hover h1 span, a:hover h2 span, a:hover h3 span, a:hover h4 span {
                border-bottom: 1px solid #EF3125;
                color: #EF3125;
            }

    a h1, a h2, a h3, a h4 {
        color: #000;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -ms-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        transition: all 0.1s linear;
    }

        a h1 span, a h2 span, a h3 span, a h4 span {
            border-bottom: 1px solid transparent;
            -webkit-transition: all 0.1s linear;
            -moz-transition: all 0.1s linear;
            -ms-transition: all 0.1s linear;
            -o-transition: all 0.1s linear;
            transition: all 0.1s linear;
            color: #000;
        }

    a:active, a:focus {
        outline: none;
        color: #EF3125;
        text-decoration: none;
        border-bottom: 1px solid #EF3125;
    }

img {
    height: auto;
    max-width: 100%;
}

blockquote {
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
    font-family: "AppetitePro-HeavyItalic",arial,sans-serif;
    font-weight: 400;
    border-left: none;
    padding: 20px 0 0;
    margin-bottom: 60px;
    color: #000;
    letter-spacing: 1px;
}

    blockquote:before, blockquote:after {
        content: "“";
        display: block;
        color: #000;
        font-size: 100px;
        font-weight: 500;
        line-height: 80px;
        max-height: 40px;
    }

    blockquote:before {
        margin-right: 10px;
    }

    blockquote:after {
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        margin-left: 0px;
        position: relative;
        display: inline-block;
        vertical-align: bottom;
        line-height: 32px;
        top: 20px;
        left: -40px;
    }

.margin-bottom {
    margin-bottom: 30px;
}

.margin-top {
    margin-top: 30px;
}

@media (min-width:768px) {
    h1 {
        font-size: 42px;
        font-size: 4.2rem;
        line-height: 50px;
    }

    h2 {
        font-size: 34px;
        line-height: 42px;
    }

    h3 {
        font-size: 26px;
        line-height: 32px;
    }

    h4 {
        font-size: 20px;
        line-height: 26px;
    }

    h5 {
        font-size: 16px;
        line-height: 22px;
    }

    h6 {
        font-size: 12px;
        line-height: 18px;
    }

    p.preamble {
        font-size: 24px;
        line-height: 28px;
    }

    p span.preamble {
        font-size: 24px;
        line-height: 28px;
    }

    blockquote {
        font-size: 25px;
        line-height: 32px;
        border-left: none;
    }

        blockquote:before {
            margin-bottom: 5px;
            display: block;
        }
}

@media (min-width:992px) {
    body {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 26px;
    }

    h1 {
        font-size: 50px;
        font-size: 5rem;
        line-height: 58px;
    }

    h2 {
        font-size: 34px;
        font-size: 3.4rem;
        line-height: 42px;
    }

    p.preamble {
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 32px;
    }

    p span.preamble {
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 32px;
    }

    p, ul li, ol li {
        font-size: 20px;
        font-size: 2rem;
        line-height: 24px;
    }
}

a.btn, button.btn, input[type="submit"].btn {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
    padding: 10px 20px;
    color: #fff !important;
    background: #EF3125;
    font-weight: 500;
    position: relative;
    z-index: 5;
    border: 2px solid transparent;
    overflow: hidden;
    width: auto;
    white-space: normal;
    vertical-align: baseline;
    outline: none !important;
}

    a.btn:active, a.btn:focus, button.btn:active, button.btn:focus, input[type="submit"].btn:active, input[type="submit"].btn:focus {
        outline: none;
        border-width: 2px;
        color: #fff;
    }

    a.btn:hover, a.btn.active, button.btn:hover, button.btn.active, input[type="submit"].btn:hover, input[type="submit"].btn.active {
        text-decoration: underline;
        color: #fff;
    }

    a.btn.center, button.btn.center, input[type="submit"].btn.center {
        display: table;
        margin: 0 auto;
    }

    a.btn.btn-white, button.btn.btn-white, input[type="submit"].btn.btn-white {
        border-color: #fff;
        background: transparent;
    }

        a.btn.btn-white.red-bk, button.btn.btn-white.red-bk, input[type="submit"].btn.btn-white.red-bk {
            border-color: #fff;
        }

    a.btn.btn-black, button.btn.btn-black, input[type="submit"].btn.btn-black {
        border-color: #000;
        color: #000;
        background: transparent;
    }

        a.btn.btn-black.red-bk, button.btn.btn-black.red-bk, input[type="submit"].btn.btn-black.red-bk {
            border-color: #000;
        }

    a.btn.btn-red, button.btn.btn-red, input[type="submit"].btn.btn-red {
        border-color: #EF3125;
        color: #EF3125;
        background: transparent;
    }

    a.btn.btn-yellow, button.btn.btn-yellow, input[type="submit"].btn.btn-yellow {
        border-color: #FDB913;
        color: #000;
        background: #FDB913;
    }

@media (min-width:992px) {
    a.btn, button.btn, input[type="submit"].btn {
        transition: color 0.15s 0.15s ease,border-color 0.15s 0.15s ease;
    }

        a.btn:active, a.btn:focus, button.btn:active, button.btn:focus, input[type="submit"].btn:active, input[type="submit"].btn:focus {
            outline: none;
            border-width: 2px;
        }

        a.btn.center, button.btn.center, input[type="submit"].btn.center {
            display: table;
            margin: 0 auto;
        }

        a.btn.btn-white, button.btn.btn-white, input[type="submit"].btn.btn-white {
            border-color: #fff;
            background: transparent;
        }

            a.btn.btn-white.red-bk, button.btn.btn-white.red-bk, input[type="submit"].btn.btn-white.red-bk {
                border-color: #fff;
            }

        a.btn.btn-black, button.btn.btn-black, input[type="submit"].btn.btn-black {
            border-color: #000;
            color: #000;
            background: transparent;
        }

            a.btn.btn-black.red-bk, button.btn.btn-black.red-bk, input[type="submit"].btn.btn-black.red-bk {
                border-color: #000;
            }

        a.btn.btn-red, button.btn.btn-red, input[type="submit"].btn.btn-red {
            border-color: #EF3125;
            color: #EF3125;
            background: transparent;
        }
}

.e-resultsTop .results {
    font-weight: 700;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.e-resultsTop .pull-right {
    float: left !important;
}

    .e-resultsTop .pull-right select {
        width: auto;
        float: none;
        display: inline-block;
        margin: 5px 0 20px;
        font-size: 18px;
        color: #7F7C71;
        background: #fff;
        padding: 15px;
        border: 2px solid #7F7C71;
        /*-webkit-appearance: none;*/
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        -moz-appearance: none;
        outline: none;
    }

        .e-resultsTop .pull-right select:focus, .e-resultsTop .pull-right select:active {
            border: 2px solid #EF3125;
            outline: none;
        }

        .e-resultsTop .pull-right select:hover {
            cursor: pointer;
        }

@-moz-document url-prefix() {
    .e-resultsTop .pull-right select {
        -moz-appearance: none;
        background-image: url("/images/icons/accordion-open.png");
        padding-right: 100px;
        background-position: right center;
        background-repeat: no-repeat;
        background-size: 40px 40px;
    }
}

.e-resultsTop#noSearchResultsContainer {
    margin-top: 30px;
}

    .e-resultsTop#noSearchResultsContainer .container {
        padding: 0;
    }

@media (min-width:768px) {
    .e-resultsTop .results {
        padding: 16px 0;
        width: auto;
    }

    .e-resultsTop .sort {
        text-align: left;
        float: right !important;
    }
}

label {
    font-weight: 500;
}

    label p {
        font-weight: 500;
    }

input {
    padding: 10px;
    border: 1px solid #949597;
    width: 100%;
    display: block;
    -webkit-appearance: none;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -webkit-transition: border 0.1s linear;
    -moz-transition: border 0.1s linear;
    -ms-transition: border 0.1s linear;
    -o-transition: border 0.1s linear;
    transition: border 0.1s linear;
    color: #323232;
    position: relative;
    z-index: 5;
}

    input:focus, input:active {
        border: 1px solid #000;
        outline: none;
    }

    input.input-validation-error, input.error {
        border: 1px solid #EF3125 !important;
        background: #fffbfb !important;
    }

        input.input-validation-error:focus, input.error:focus {
            background: #fff;
        }

            input.input-validation-error:focus + .field-validation-error, input.input-validation-error:focus + .error, input.error:focus + .field-validation-error, input.error:focus + .error {
                bottom: 30px;
                opacity: 0;
            }

    input[type="submit"].donate-button {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        input[type="submit"].donate-button:hover {
            background: #fff;
        }

    input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"], input[type="password"] {
        line-height: 22px;
        min-height: 46px;
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

textarea {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #949597;
    width: 100%;
    display: block;
    -webkit-appearance: none;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -webkit-transition: border 0.1s linear;
    -moz-transition: border 0.1s linear;
    -ms-transition: border 0.1s linear;
    -o-transition: border 0.1s linear;
    transition: border 0.1s linear;
    color: #323232;
    max-width: 100%;
    min-height: 70px;
    position: relative;
    z-index: 5;
}

    textarea:focus, textarea:active {
        border: 1px solid #000;
        outline: none;
    }

    textarea.textarea-validation-error, textarea.error {
        border: 1px solid #EF3125;
        background: #fffbfb;
    }

        textarea.textarea-validation-error:focus, textarea.error:focus {
            background: #fff;
        }

            textarea.textarea-validation-error:focus + .field-validation-error, textarea.textarea-validation-error:focus + .error, textarea.error:focus + .field-validation-error, textarea.error:focus + .error {
                bottom: 30px;
                opacity: 0;
            }

input[type="checkbox"] {
    -webkit-appearance: checkbox !important;
    margin: 6px 0 0;
}

input[type="radio"] {
    -webkit-appearance: radio !important;
}

input[type="checkbox"], input[type="radio"] {
    width: auto;
    height: auto;
    margin-left: 0 !important;
    width: 20px;
    height: 20px;
    position: relative;
}

.radio label {
    position: relative;
    padding-left: 25px;
}

.contour {
    margin-bottom: 60px;
    float: left;
    width: 100%;
}

    .contour .contourField {
        margin: 30px 0 0;
        float: left;
        width: 100%;
    }

        .contour .contourField input, .contour .contourField input[type="text"], .contour .contourField input[type="email"], .contour .contourField input[type="tel"], .contour .contourField input[type="date"], .contour .contourField textarea, .contour .contourField select {
            margin-bottom: 0;
        }

        .contour .contourField:first-child {
            margin-top: 0;
        }

    .contour form label.error, .contour form .field-validation-error {
        margin-top: 0;
    }

    .contour textarea {
        min-height: 200px;
    }

option:disabled, option[disabled] {
    color: #ccc;
}

select[disabled] {
    opacity: 0.5 !important;
}

    select[disabled]:active, select[disabled]:focus {
        border: 2px solid #949597;
    }

form input[type="text"], form input[type="tel"], form input[type="email"], form input[type="date"], form input[type="number"], form input[type="password"] {
    margin-bottom: 20px;
    margin-top: 5px;
}

form select {
    margin: 5px 0 20px;
    background: #fff;
    padding: 10px;
    float: left;
    width: 100%;
    display: block;
    border: 1px solid #949597;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    outline: none;
}

    form select:focus, form select:active {
        border: 1px solid #000;
        outline: none;
    }

    form select:hover {
        cursor: pointer;
    }

    form select.input-validation-error, form select.error {
        border: 1px solid #EF3125;
        background-color: #fffbfb;
    }

        form select.input-validation-error:focus, form select.error:focus {
            background: #fff;
        }

            form select.input-validation-error:focus + .field-validation-error, form select.input-validation-error:focus + .error, form select.error:focus + .field-validation-error, form select.error:focus + .error {
                bottom: 30px;
                opacity: 0;
            }

@-moz-document url-prefix() {
    form select {
        -moz-appearance: none;
        background-image: url("../images/select.jpg");
        padding-right: 60px;
        background-position: right center;
        background-repeat: no-repeat;
        background-size: 40px 50px;
    }
}

form button {
    width: 100%;
}

form .summary {
    width: 100%;
    padding: 20px 0 10px;
}

    form .summary h2 {
        margin: 0;
        padding: 20px 0 0;
        border-top: 2px solid #949597;
    }

    form .summary p {
        font-weight: 700;
        font-size: 20px;
        margin: 20px 0 30px;
    }

        form .summary p span {
            color: #EF3125;
        }

form .large {
    padding: 20px;
    font-size: 25px;
}

form label.error, form .field-validation-error {
    position: relative;
    font-size: 12px;
    margin-top: -20px;
    margin-bottom: 10px;
    color: #EF3125;
    z-index: 1;
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

form .alert {
    width: 100%;
    float: left;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
}

.contourMessageOnSubmit {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 15px;
    margin-bottom: 20px;
}

#startdate:hover, #enddate:hover {
    cursor: pointer;
}

.ui-datepicker {
    width: 250px;
    border: 1px solid #dcdcdc;
    background: #fff;
    display: none;
    margin-top: 10px;
    z-index: 50 !important;
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.05);
    box-shadow: 0 3px 5px rgba(0,0,0,0.05);
}

    .ui-datepicker .ui-datepicker-header {
        width: 92%;
        margin: 5px auto 0;
        padding: 5px 0;
        border-bottom: 1px solid #dcdcdc;
    }

        .ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
            border-bottom: none;
        }

            .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
                border-bottom: none;
                opacity: 0.5;
            }

        .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
            float: left;
            background-image: url("/images/icons-sefdde64f66.png");
            background-position: -3203px 0;
            background-repeat: no-repeat;
            overflow: hidden;
            display: block;
            height: 9px;
            width: 6px;
            margin-top: 6px;
            padding: 4px;
            text-indent: -8000px;
        }

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -2816px 0;
        height: 9px;
        width: 6px;
    }
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    float: right;
    background-image: url("/images/icons-sefdde64f66.png");
    background-position: -3235px 0;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    height: 9px;
    width: 6px;
    margin-top: 6px;
    padding: 4px;
    text-indent: 8000px;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -2838px 0;
        height: 9px;
        width: 6px;
    }
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    text-align: center;
}

.ui-datepicker .ui-datepicker-calendar {
    width: 92%;
    margin: 0 auto 10px;
}

    .ui-datepicker .ui-datepicker-calendar thead tr th {
        background: #949597;
        height: 26px;
        text-align: center;
        border-left: 1px solid #dcdcdc;
        border-right: 1px solid #dcdcdc;
        font-size: 14px;
    }

    .ui-datepicker .ui-datepicker-calendar tbody tr {
        border-top: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
    }

        .ui-datepicker .ui-datepicker-calendar tbody tr td {
            text-align: center;
            border-left: 1px solid #dcdcdc;
        }

            .ui-datepicker .ui-datepicker-calendar tbody tr td a {
                color: #303030;
                padding: 2px;
                width: 100%;
                float: left;
                height: 26px;
                border-bottom: nonw;
            }

                .ui-datepicker .ui-datepicker-calendar tbody tr td a:hover {
                    border-bottom: none;
                    color: #fff;
                    background: #EF3125;
                }

    .ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-end {
        border-right: 1px solid #dcdcdc;
    }

    .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
        color: #EF3125;
    }

    .ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
        color: #ccc;
    }

::-webkit-input-placeholder {
    color: #9A9A9A;
}

:-moz-placeholder {
    color: #9A9A9A;
}

::-moz-placeholder {
    color: #9A9A9A;
}

:-ms-input-placeholder {
    color: #9A9A9A;
}

@media (min-width:768px) {
    form input[type="text"], form input[type="email"], form input[type="tel"], form input[type="password"], form textarea {
        margin-bottom: 30px;
    }

    form select {
        margin: 5px 0 30px;
    }

    form button {
        width: auto;
    }

    form label.error, form .field-validation-error {
        margin-top: -30px;
    }

    form .summary {
        padding: 40px 0 10px;
    }

        form .summary h2 {
            padding: 40px 0 0;
        }
}

@media (min-width:992px) {
    form .large {
        padding: 25px;
        font-size: 40px;
    }
}

section.border-bottom {
    position: relative;
}

    section.border-bottom .container:after {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        content: " ";
        display: block;
        width: 100%;
        max-width: 1350px;
        bottom: 0;
        height: 1px;
        background: #f4f4f4;
    }

    section.border-bottom:last-child, section.border-bottom.last-child {
        border-bottom: none;
    }

section.grey {
    background: #EFEFDB;
}

section.yellow {
    background: #FDB913;
}

section.feature {
    padding-top: 30px;
    padding-bottom: 30px;
}

    section.feature:last-of-type {
        padding-bottom: 60px;
    }

.l-contentblocks section {
    padding: 20px 0;
}

    .l-contentblocks section.feature {
        padding: 30px 0;
    }

.l-contentblocks.donation-thankyou .e-donationsummary {
    padding: 30px;
    margin: 30px 0 0;
    display: block;
    background-color: #EF3125;
    width: 100%;
}

    .l-contentblocks.donation-thankyou .e-donationsummary h3, .l-contentblocks.donation-thankyou .e-donationsummary h4, .l-contentblocks.donation-thankyou .e-donationsummary h5, .l-contentblocks.donation-thankyou .e-donationsummary p {
        color: #fff;
    }

    .l-contentblocks.donation-thankyou .e-donationsummary h3 {
        margin-top: 0;
    }

    .l-contentblocks.donation-thankyou .e-donationsummary p {
        margin-bottom: 10px;
    }

        .l-contentblocks.donation-thankyou .e-donationsummary p span {
            font-weight: 700;
        }

.l-contentblocks.no-margin {
    margin: 0;
}

@media (min-width:768px) {
    .l-contentblocks.case-studies {
        margin-top: 40px;
    }

        .l-contentblocks.case-studies section {
            padding-bottom: 0;
        }
}

.l-pagebody.homepage .m-pagetop {
    margin: 10px 0;
    border-top: none;
}

    .l-pagebody.homepage .m-pagetop .breadcrumb {
        display: none;
    }

    .l-pagebody.homepage .m-pagetop .m-pageshare {
        display: none;
    }

.l-pagebody.homepage .m-pagecarousel {
    border-bottom: none;
}

.l-pagebody.index .m-sectionimages.basic.no-border {
    border-bottom: none;
}

.l-pagebody.donate {
    padding-bottom: 30px;
}

    .l-pagebody.donate .m-pagetop {
        margin-top: 0;
    }

.l-pagebody.donation-landing .l-pageholder {
    padding: 0 20px 20px;
}

.l-pagebody.newslanding .m-mobnews, .l-pagebody.event .m-mobnews {
    margin: 10px 0;
}

.l-pagebody.news .m-pagetop .m-pageshare {
    display: none;
}

.l-pagebody.search {
    min-height: 450px;
}

.l-pagebody.area .m-pagination {
    margin: 30px 0;
    padding-bottom: 5px;
}

.l-pageholder {
    width: 100%;
    max-width: 1230px;
    background: #fff;
    margin: 0 auto;
    overflow-x: hidden;
}

.l-navcontainer {
    width: 100%;
    position: relative;
}

.l-subpage {
    padding: 0;
}

.l-subpagecontinued {
    padding: 0;
}

.l-pagetext .container {
    max-width: 100%;
    padding: 0;
}

.l-pagetext.l-contentblocks {
    padding-top: 20px;
    margin-bottom: 0;
}

    .l-pagetext.l-contentblocks section {
        padding: 20px 0;
    }

.container {
    padding-left: 20px;
    padding-right: 20px;
}

div[class^="col-"] {
    padding-left: 20px;
    padding-right: 20px;
}

.row {
    margin-right: -20px;
    margin-left: -20px;
}

.sitemap {
    padding: 20px 15px;
}

    .sitemap .row {
        margin-bottom: 30px;
    }

    .sitemap ul {
        padding-left: 20px;
        margin: 0;
    }

    .sitemap strong a {
        color: #000;
        border-bottom: none;
    }

        .sitemap strong a:hover {
            border-bottom: none;
            color: #EF3125;
        }

.v-center {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-right: -4px;
}

#searchLoading {
    margin: 0 auto 30px;
    width: 50px;
}

#noSearchResultsContainer p, .validation-summary-errors {
    border: 2px solid #EF3125;
    color: #EF3125;
    background: #fffbfb;
    padding: 15px;
    margin-bottom: 20px;
}

    #noSearchResultsContainer p ul, .validation-summary-errors ul {
        margin-bottom: 0;
    }

#facebox .content {
    padding: 20px;
    width: 400px;
    max-width: 100%;
}

    #facebox .content h1 {
        font-size: 34px;
        line-height: 40px;
    }

    #facebox .content .button {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -ms-border-radius: 0;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -ms-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        transition: all 0.1s linear;
        color: #fff;
        background: #EF3125;
        border: 1px solid #EF3125;
        padding: 10px 15px;
        border: none;
        font-size: 22px;
        font-weight: 700;
    }

        #facebox .content .button:hover {
            background: #f25e55;
            color: #fff;
        }

        #facebox .content .button:active, #facebox .content .button:focus {
            background: #92181b;
            color: #fff;
            outline: none;
            border: none;
        }

    #facebox .content .continue {
        float: right;
    }

    #facebox .content .stop {
        float: left;
    }

.rem-logo {
    display: none !important;
}

.responsive-video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    overflow: hidden;
}

    .responsive-video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

header.no-menu-header .e-logo {
    position: relative;
    padding-bottom: 0;
    margin-bottom: -40px;
}

#search-results-container {
    margin-top: 50px;
}

@media screen and (min-width:992px) {
    #search-results-container {
        margin-top: 30px;
    }
}

.row-equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.coreprint-title {
    margin-top: 50px;
}

@media (min-width:768px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .row {
        margin-right: -15px;
        margin-left: -15px;
    }

    div[class^="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }

    .no-header {
        margin-top: 40px;
    }

    .l-subpagecontinued {
        padding: 0 15px;
    }

    .l-pagetext section .container {
        padding: 0;
    }

    .l-pagetext section.m-steps .e-stepitem {
        min-height: 165px;
    }

    .l-pagebody.donate {
        padding-bottom: 50px;
    }

    .l-pagebody.no-header .m-pagetop {
        margin-bottom: 40px;
    }
}

@media (min-width:992px) {
    .l-pagebody.homepage .m-pagetop .m-pageshare {
        display: block;
    }

    .l-pagebody.donate .m-pagetop {
        margin-bottom: 0;
    }

    .l-pagetext {
        padding: 0 15px;
        min-height: 40vh;
    }

    .l-subpage {
        padding: 0 15px;
        min-height: 40vh;
    }

    .sitemap {
        padding: 30px 15px;
    }
}

@media (min-width:1430px) {
    .container {
        width: 1400px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .row {
        margin-right: -25px;
        margin-left: -25px;
    }

    div[class^="col-"] {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width:992px) {
    .l-subpage {
        width: 100%;
    }

    .l-subpagecontinued {
        width: 100%;
    }

    .l-pagetext {
        max-width: 750px;
        float: none;
        margin: 0 auto;
    }

    .no-menu-header .e-logo {
        float: none;
        text-align: center;
    }

        .no-menu-header .e-logo a {
            display: inline-block;
        }
}

@media (max-width:767px) {
    .l-pagetext {
        float: left;
        max-width: 100%;
    }
}

footer {
    background: #000;
    padding: 20px 0;
}

    footer ul {
        padding: 0;
        margin: -5px;
        list-style: none;
    }

        footer ul li {
            text-indent: 0;
        }

            footer ul li:before {
                content: none;
            }

            footer h1, footer h2, footer h3, footer h4, footer a, footer ul li a {
                color: #fff;
            }

    footer h1, footer h2, footer h3, footer h4 {
        margin-top: 0;
    }

    footer p, footer address {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px;
        color: #fff;
        margin-bottom: 0;
    }

    footer .f-top .e-social li {
        display: inline-block;
        margin-right: 10px;
    }

        footer .f-top .e-social li:last-child {
            margin-right: 0;
        }

        footer .f-top .e-social li a {
            font-size: 24px;
            font-size: 2.4rem;
            line-height: 34px;
        }

            footer .f-top .e-social li a:hover, footer .f-top .e-social li a:active, footer .f-top .e-social li a:focus, footer .f-top .e-social li a:visited {
                border-bottom: none;
            }

    footer .f-top .middle ul {
        margin: 0;
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
    }

        footer .f-top .middle ul:after {
            visibility: hidden;
            display: block;
            content: "";
            clear: both;
            height: 0;
        }

        footer .f-top .middle ul li {
            float: left;
            width: 50%;
            margin: 10px 0;
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 24px;
        }

            footer .f-top .middle ul li a:after {
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
                font-size: inherit;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: "\f105";
                margin-left: 10px;
                margin-right: -20px;
                font-size: 20px;
                font-size: 2rem;
                line-height: 24px;
                color: #EF3125;
                vertical-align: top;
            }

            footer .f-top .middle ul li a:hover, footer .f-top .middle ul li a:focus {
                color: #fff;
                border: none;
            }

    footer .f-top .left {
        margin-top: 20px;
        margin-bottom: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

        footer .f-top .left .left-text-container {
            border: 4px solid #fff;
            border-radius: 20px;
            padding: 15px;
            position: relative;
        }

            footer .f-top .left .left-text-container:after {
                content: "";
                background-image: url("../images/corner-1.png");
                position: absolute;
                right: -22px;
                width: 102px;
                height: 102px;
                top: -30px;
                z-index: 1;
                background-size: 100% 100%;
            }

            footer .f-top .left .left-text-container * {
                position: relative;
                z-index: 2;
            }

            footer .f-top .left .left-text-container h3 {
                padding-right: 60px;
                font-size: 20px;
                font-size: 2rem;
                line-height: 32px;
            }

    footer .f-top .right {
        float: left !important;
        right: auto !important;
        margin-top: 30px;
    }

        footer .f-top .right .donate-footer-title {
            display: inline;
        }

        footer .f-top .right .e-donate {
            display: inline-block;
            position: relative;
            float: right;
        }

        footer .f-top .right .fr-logo {
            max-width: 190px;
            width: 100%;
            display: block;
        }

        footer .f-top .right h3 {
            font-size: 18px;
            font-size: 1.8rem;
            line-height: 47px;
        }

        footer .f-top .right h4 {
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 24px;
            font-weight: 500;
        }

    footer .f-bottom {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 18px;
        color: #fff;
        margin-top: 30px;
    }

        footer .f-bottom ul {
            margin-top: 10px;
            margin-bottom: 10px;
        }

            footer .f-bottom ul li {
                font-size: 12px;
                font-size: 1.2rem;
                line-height: 16px;
                display: inline-block;
                padding-right: 8px;
                margin-right: 3px;
                margin-bottom: 10px;
            }

                footer .f-bottom ul li:last-child {
                    border-right: none;
                    margin-right: 0;
                    padding-right: 0;
                }

                footer .f-bottom ul li a {
                    font-size: 12px;
                    font-size: 1.2rem;
                    line-height: 18px;
                }

    footer.f-fosteringcampaign {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 20px;
        color: #fff;
        padding: 30px 0;
    }

@media (min-width:768px) {
    footer .f-top .right .fr-logo {
        display: inline-block;
    }
}

@media (min-width:992px) {
    footer {
        padding: 0;
    }

        footer .f-top .footer-border {
            border-bottom: 1px solid #fff;
        }

        footer .f-top .left {
            margin: 0;
            padding-right: 30px;
        }

        footer .f-top .left, footer .f-top .middle, footer .f-top .right {
            padding-top: 30px;
            padding-bottom: 30px;
        }

            footer .f-top .middle:before {
                content: "";
                height: 80%;
                position: absolute;
                top: 10%;
                left: 0;
                border-left: 1px solid #fff;
            }

            footer .f-top .middle:after {
                content: "";
                height: 80%;
                position: absolute;
                top: 10%;
                right: 0;
                border-left: 1px solid #fff;
            }

            footer .f-top .middle ul {
                border: none;
            }

                footer .f-top .middle ul li {
                    margin: 5px 0;
                    padding: 0 10px 0 10px;
                    font-size: 16px;
                    font-size: 1.6rem;
                    line-height: 24px;
                }

                    footer .f-top .middle ul li a:after {
                        font-size: 24px;
                        font-size: 2.4rem;
                        line-height: 24px;
                    }

        footer .f-top .right {
            margin-top: 0;
        }

            footer .f-top .right .donate-footer-title {
                display: block;
            }

            footer .f-top .right .fr-logo {
                display: inline-block;
            }

            footer .f-top .right .e-social {
                margin-top: 20px;
            }

                footer .f-top .right .e-social a {
                    border: none !important;
                }

            footer .f-top .right .e-donate {
                float: none;
            }

            footer .f-top .right h3 {
                font-size: 18px;
                font-size: 1.8rem;
                line-height: 26px;
            }

        footer .f-bottom {
            margin-top: 0;
            padding-top: 20px;
        }
}

@media (min-width:1430px) {
    footer .f-top .left {
        padding-right: 50px;
    }

    footer .f-top .middle ul li {
        margin-bottom: 20px;
    }

        footer .f-top .middle ul li:last-child {
            margin-bottom: 0;
        }

    footer .f-top .right {
        padding-left: 50px;
    }

    footer .f-bottom {
        padding: 30px 0;
    }

        footer .f-bottom .e-left {
            float: left;
            width: 60%;
        }

        footer .f-bottom .e-right {
            float: right;
            width: 40%;
            text-align: right;
        }

        footer .f-bottom ul {
            margin: 0;
        }
}

footer .cookie-banner-wrapper {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #000;
    display: none;
    z-index: 10000;
}

    footer .cookie-banner-wrapper .cookie-banner-inner {
        padding-top: 15px;
        padding-bottom: 15px;
        color: white;
        font-size: 16px;
        position: relative;
    }

        footer .cookie-banner-wrapper .cookie-banner-inner .cookie-message {
            width: 60%;
            display: inline-block;
        }

@media (max-width:1021px) {
    footer .cookie-banner-wrapper .cookie-banner-inner .cookie-message {
        width: 75%;
    }
}

@media (max-width:760px) {
    footer .cookie-banner-wrapper .cookie-banner-inner .cookie-message {
        width: 100%;
        display: block;
    }
}

footer .cookie-banner-wrapper .cookie-banner-inner .cookie-message > a {
    font-weight: 500;
    border-bottom: 1px solid #fff;
}

    footer .cookie-banner-wrapper .cookie-banner-inner .cookie-message > a:hover {
        border-color: #D6001C;
    }

footer .cookie-banner-wrapper .cookie-banner-inner #hideCookieBtn {
    position: absolute;
    right: 25px;
    top: 25px;
    cursor: pointer;
}

@media (max-width:760px) {
    footer .cookie-banner-wrapper .cookie-banner-inner #hideCookieBtn {
        float: right;
        position: initial;
        margin-left: 20px;
    }
}

footer .cookie-banner-wrapper .cookie-banner-inner #hideCookieBtn .fa {
    font-size: 34px;
}

header {
    position: relative;
    background: #fff;
}

    header ul {
        padding: 0;
        margin: -5px;
        list-style: none;
    }

        header ul li {
            text-indent: 0;
        }

            header ul li:before {
                content: none;
            }

    header .h-search {
        background: #f2f1f1;
        display: none;
        opacity: 1 !important;
    }

        header .h-search .container {
            position: relative;
        }

        header .h-search form {
            padding: 20px 40px 20px 0;
        }

            header .h-search form input {
                font-size: 14px;
                font-size: 1.4rem;
                line-height: 20px;
                width: 100%;
                outline: none;
                margin: 0;
                border-radius: 10px;
                -moz-border-radius: 10px;
                -webkit-border-radius: 10px;
                -ms-border-radius: 10px;
            }

                header .h-search form input:not(:focus) {
                    border: none;
                }

        header .h-search .e-close {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            font-size: 30px;
            font-size: 3rem;
            line-height: 40px;
            color: #EF3125;
            position: absolute;
            right: 15px;
        }

            header .h-search .e-close:before {
                border-radius: 25px;
                -moz-border-radius: 25px;
                -webkit-border-radius: 25px;
                -ms-border-radius: 25px;
                moz-transform-origin: center;
                -o-transform-origin: center;
                -ms-transform-origin: center;
                -webkit-transform-origin: center;
                transform-origin: center;
                -webkit-transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -ms-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
                -moz-transform: scale(0);
                -o-transform: scale(0);
                -ms-transform: scale(0);
                -webkit-transform: scale(0);
                transform: scale(0);
                position: absolute;
                left: 50%;
                top: 50%;
                margin-top: -24px;
                margin-left: -23px;
                content: " ";
                display: block;
                width: 46px;
                height: 46px;
                border: 2px solid #EF3125;
                background: #EF3125;
                z-index: 9;
            }

            header .h-search .e-close:hover {
                cursor: pointer;
                color: #fff;
            }

                header .h-search .e-close:hover:before {
                    -moz-transform: scale(1);
                    -o-transform: scale(1);
                    -ms-transform: scale(1);
                    -webkit-transform: scale(1);
                    transform: scale(1);
                }

                header .h-search .e-close:hover .fa {
                    z-index: 10;
                    position: relative;
                }

    header .e-logo {
        float: left;
        padding: 10px 0;
        position: absolute;
        z-index: 2;
    }

        header .e-logo.search-open {
            z-index: 99998;
        }

        header .e-logo a {
            -webkit-transition: none;
            -moz-transition: none;
            -ms-transition: none;
            -o-transition: none;
            transition: none;
            background-repeat: no-repeat;
            background-size: 100% auto;
            border: none;
            display: block;
            width: 120px;
        }

@media screen and (max-width:345px) {
    header .e-logo a {
        width: 90px;
    }
}

header .e-fostering {
    float: right;
    margin-top: 10px;
    margin-bottom: 20px;
}

    header .e-fostering .e-number {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 26px;
        font-weight: 700;
    }

    header .e-fostering span {
        color: #EF3125;
    }

    header .e-fostering .btn {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 20px;
        padding: 10px;
    }

header.h-fosteringcampaign:after {
    margin-top: 15px;
    margin-bottom: -40px;
}

header .mobilebuttons {
    margin-top: 25px;
    margin-bottom: 20px;
    width: 220px;
    position: relative;
    z-index: 9999;
    text-align: right;
}

    header .mobilebuttons:after {
        visibility: hidden;
        display: block;
        content: "";
        clear: both;
        height: 0;
    }

    header .mobilebuttons .e-donate {
        display: inline-block;
    }

        header .mobilebuttons .e-donate a {
            font-size: 20px;
            font-size: 2rem;
            line-height: 24px;
            padding: 10px 15px;
            font-weight: 500;
            background: #EF3125;
            color: #fff;
            border-width: 0;
            border-radius: 10px;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            -ms-border-radius: 10px;
        }

    header .mobilebuttons form {
        display: inline-block;
    }

        header .mobilebuttons form .e-searchbutton {
            display: inline-block;
        }

            header .mobilebuttons form .e-searchbutton i {
                color: #EF3125;
                font-size: 20px;
                padding: 10px 5px 10px 20px;
            }

    header .mobilebuttons .e-menubutton {
        position: relative;
        display: inline-block;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
    }

        header .mobilebuttons .e-menubutton.open {
            background: #000;
            border-radius: 100%;
        }

            header .mobilebuttons .e-menubutton.open i.fa-times {
                display: inline-block;
                color: #fff;
            }

            header .mobilebuttons .e-menubutton.open i.fa-bars {
                display: none;
            }

        header .mobilebuttons .e-menubutton i {
            font-size: 26px;
        }

            header .mobilebuttons .e-menubutton i.fa-times {
                display: none;
            }

@media (min-width:768px) {
    header:after {
        display: none;
    }

    header .e-logo {
        padding: 10px 0;
    }

        header .e-logo a {
            width: 150px;
        }

    header .mobilebuttons {
        margin-top: 35px;
        margin-bottom: 40px;
    }

    header .e-fostering {
        text-align: right;
        margin-top: 12px;
    }

        header .e-fostering .e-number {
            font-size: 24px;
            font-size: 2.4rem;
            line-height: 32px;
            font-weight: 700;
        }

        header .e-fostering .btn {
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 24px;
            padding: 15px 40px;
        }
}

@media (min-width:992px) {
    header {
        margin-bottom: 0;
    }

        header .h-search form {
            padding: 20px 60px 20px 0;
        }

            header .h-search form input {
                font-size: 18px;
                font-size: 1.8rem;
                line-height: 25px;
                padding: 15px 30px;
            }

        header .e-logo {
            padding: 10px 0;
            position: absolute;
            margin-left: -30px;
        }

        header .e-fostering {
            text-align: right;
            margin-top: 20px;
        }

            header .e-fostering .e-number {
                display: inline-block;
                vertical-align: middle;
                margin-right: 25px;
            }

            header .e-fostering .e-pack {
                display: inline-block;
                vertical-align: middle;
            }
}

@media (min-width:1200px) {
    header .e-fostering .e-number {
        font-size: 30px;
        font-size: 3rem;
        line-height: 38px;
        margin-right: 35px;
    }
}

@media (min-width:1430px) {
    header .e-logo {
        padding: 20px 0;
    }

        header .e-logo a {
            width: 140px;
        }

    header .e-fostering {
        margin-top: 40px;
    }
}

.n-mobilenav-container {
    position: relative;
    width: 95%;
    margin: 0 auto;
}

nav ul {
    padding: 0;
    margin: -5px;
    list-style: none;
}

    nav ul li {
        text-indent: 0;
    }

        nav ul li:before {
            content: none;
        }

nav.n-mobilenav {
    top: 30px;
}

    nav.n-mobilenav ul.level1 > li {
        border-bottom: none;
    }

        nav.n-mobilenav ul.level1 > li a {
            font-size: 20px;
            font-size: 2rem;
            line-height: 22px;
            font-weight: 300;
        }

        nav.n-mobilenav ul.level1 > li ul.level2 {
            position: relative;
        }

            nav.n-mobilenav ul.level1 > li ul.level2:before {
                content: "";
                position: absolute;
                width: 95%;
                top: 0;
                left: 2.5%;
                border-top: 1px solid #fff;
                z-index: 1;
            }

            nav.n-mobilenav ul.level1 > li ul.level2 > li:last-of-type:after {
                content: "";
                position: absolute;
                width: 95%;
                bottom: 0;
                left: 2.5%;
                border-top: 1px solid #fff;
                z-index: 1;
            }

            nav.n-mobilenav ul.level1 > li ul.level2 > li {
                border-bottom: none;
            }

                nav.n-mobilenav ul.level1 > li ul.level2 > li a {
                    font-size: 18px;
                    font-size: 1.8rem;
                    line-height: 22px;
                    font-weight: 300;
                }

        nav.n-mobilenav ul.level1 > li:last-of-type > a:not(.open) {
            border-bottom-left-radius: 20px;
            border-bottom-right-radius: 20px;
        }

        nav.n-mobilenav ul.level1 > li:last-of-type ul.level2 li:last-of-type {
            border-bottom: none;
        }

            nav.n-mobilenav ul.level1 > li:last-of-type ul.level2 li:last-of-type a {
                border-bottom-left-radius: 20px;
                border-bottom-right-radius: 20px;
            }

        nav.n-mobilenav ul.level1 > li:first-of-type > a {
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
            padding-top: 50px;
        }

            nav.n-mobilenav ul.level1 > li:first-of-type > a:after {
                line-height: 66px;
            }

    nav.n-mobilenav ul.level3, nav.n-mobilenav ul.level4, nav.n-mobilenav ul.level5 {
        border-radius: 20px;
        overflow: hidden;
    }

        nav.n-mobilenav ul.level3 > li, nav.n-mobilenav ul.level4 > li, nav.n-mobilenav ul.level5 > li {
            border-bottom: none;
        }

            nav.n-mobilenav ul.level3 > li a, nav.n-mobilenav ul.level4 > li a, nav.n-mobilenav ul.level5 > li a {
                font-size: 18px;
                font-size: 1.8rem;
                line-height: 22px;
                font-weight: 300;
            }

nav.n-mainnav {
    display: none;
}

nav.l-leftnav {
    padding: 0;
    width: 300%;
    float: none;
}

    nav.l-leftnav .submenu {
        float: left;
        width: 33.33333%;
    }

    nav.l-leftnav ul {
        list-style: none;
        float: left;
        width: 33.33333%;
        padding: 0;
    }

        nav.l-leftnav ul li a {
            color: #2d2d2d;
            padding: 15px 10px;
            border-bottom: 1px solid #D4D4D4;
            float: left;
            width: 100%;
            text-decoration: none;
        }

            nav.l-leftnav ul li a.active {
                font-weight: 700;
            }

            nav.l-leftnav ul li a:hover {
                background: #EF3125;
                color: #fff;
            }

                nav.l-leftnav ul li a:hover span {
                    color: #fff;
                }

            nav.l-leftnav ul li a span {
                color: #949597;
            }

        nav.l-leftnav ul li.back {
            text-align: center;
            background: #aaa;
            width: 100%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 15px;
            color: #fff;
            font-weight: 400;
            position: relative;
        }

            nav.l-leftnav ul li.back:before {
                content: " ";
                position: absolute;
                top: 50%;
                left: 10px;
                margin-top: -5px;
                background-image: url("/images/icons-sefdde64f66.png");
                background-position: -1924px 0;
                background-repeat: no-repeat;
                overflow: hidden;
                display: block;
                height: 9px;
                width: 6px;
            }

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    nav.l-leftnav ul li.back:before {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -1709px 0;
        height: 9px;
        width: 6px;
    }
}

nav.l-leftnav ul li.back:hover {
    cursor: pointer;
}

nav.l-leftnav ul li.back a:before {
    background-image: url("/images/icons-sefdde64f66.png");
    background-position: -3203px 0;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    height: 9px;
    width: 6px;
    display: inline-block;
    content: " ";
    margin-bottom: 1px;
    margin-right: 5px;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    nav.l-leftnav ul li.back a:before {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -2816px 0;
        height: 9px;
        width: 6px;
    }
}

nav.l-leftnav ul li.back a:hover:before {
    background-position: -3219px 0;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    nav.l-leftnav ul li.back a:hover:before {
        background-position: -2827px 0;
    }
}

nav.l-leftnav ul li ul li:last-child a {
    border-bottom: 1px solid #D4D4D4;
}

nav.l-leftnav ul li.m-accordionitem {
    float: left;
    width: 100%;
}

    nav.l-leftnav ul li.m-accordionitem .e-title {
        border-bottom: 2px solid #f2f1f1;
    }

        nav.l-leftnav ul li.m-accordionitem .e-title:hover {
            cursor: pointer;
        }

    nav.l-leftnav ul li.m-accordionitem ul li:first-child a {
        border-top: none;
    }

    nav.l-leftnav ul li.m-accordionitem.first .e-title {
        border-top: 2px solid #f2f1f1;
    }

nav.l-leftnav .level2, nav.l-leftnav .level3 {
    width: 100%;
}

    nav.l-leftnav .level2 .hasSub a, nav.l-leftnav .level3 .hasSub a {
        position: relative;
    }

        nav.l-leftnav .level2 .hasSub a:after, nav.l-leftnav .level3 .hasSub a:after {
            content: " ";
            background-image: url("/images/icons-sefdde64f66.png");
            background-position: -3235px 0;
            background-repeat: no-repeat;
            overflow: hidden;
            display: block;
            height: 9px;
            width: 6px;
            position: absolute;
            right: 15px;
            top: 50%;
            margin-top: -5px;
        }

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    nav.l-leftnav .level2 .hasSub a:after, nav.l-leftnav .level3 .hasSub a:after {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -2838px 0;
        height: 9px;
        width: 6px;
    }
}

nav.l-leftnav .level2 .hasSub a:hover:after, nav.l-leftnav .level3 .hasSub a:hover:after {
    background-position: -3251px 0;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    nav.l-leftnav .level2 .hasSub a:hover:after, nav.l-leftnav .level3 .hasSub a:hover:after {
        background-position: -2849px 0;
    }
}

nav.l-leftnav .level3, nav.l-leftnav .level4 {
    width: 33.33333%;
}

nav.l-leftnav .m-subnav {
    border-bottom: 1px solid #d4d4d4;
    font-size: 16px;
    color: #EF3125;
    font-size: 16px;
    width: 33.33333%;
    font-weight: 400;
    position: relative;
    padding: 10px 0;
    background: #FaFaFa;
    height: 40px;
}

    nav.l-leftnav .m-subnav .container {
        position: relative;
    }

    nav.l-leftnav .m-subnav .back:before {
        background-image: url("/images/icons-sefdde64f66.png");
        background-position: -3203px 0;
        background-repeat: no-repeat;
        overflow: hidden;
        display: block;
        height: 9px;
        width: 6px;
        display: inline-block;
        content: " ";
        margin-right: 5px;
        margin-bottom: 1px;
    }

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    nav.l-leftnav .m-subnav .back:before {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -2816px 0;
        height: 9px;
        width: 6px;
    }
}

nav.l-leftnav .m-subnav .back:hover {
    border: none;
}

nav.l-leftnav .m-subnav .submenuBtn {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -20px;
    z-index: 50;
    display: block;
    width: 30px;
    height: 40px;
    overflow: hidden;
}

    nav.l-leftnav .m-subnav .submenuBtn:hover {
        cursor: pointer;
    }

    nav.l-leftnav .m-subnav .submenuBtn span {
        background: #2d2d2d;
        width: 6px;
        height: 6px;
        margin: 18px 2px;
        float: left;
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        position: absolute;
    }

        nav.l-leftnav .m-subnav .submenuBtn span:first-child {
            left: 0;
        }

        nav.l-leftnav .m-subnav .submenuBtn span:nth-child(2) {
            left: 50%;
            margin-left: -3px;
        }

        nav.l-leftnav .m-subnav .submenuBtn span:last-child, nav.l-leftnav .m-subnav .submenuBtn span.last-child {
            right: 0;
        }

    nav.l-leftnav .m-subnav .submenuBtn.open span:first-child {
        width: 20px;
        height: 2px;
        top: 0;
        left: 6px;
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
    }

    nav.l-leftnav .m-subnav .submenuBtn.open span:nth-child(2) {
        opacity: 0;
    }

    nav.l-leftnav .m-subnav .submenuBtn.open span:last-child, nav.l-leftnav .m-subnav .submenuBtn.open span.last-child {
        width: 20px;
        height: 2px;
        top: 0;
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
    }

nav.l-newsnav {
    padding: 0;
}

    nav.l-newsnav h3 {
        font-weight: 700;
        padding: 10px;
        font-size: 18px;
        line-height: 22px;
        margin: 0;
        border-bottom: 1px solid #DCDCDC;
    }

    nav.l-newsnav ul {
        list-style: none;
        float: left;
        padding: 0;
        width: 100%;
        margin: 0;
    }

        nav.l-newsnav ul li a {
            color: #2d2d2d;
            padding: 15px 10px;
            border-bottom: 1px solid #D4D4D4;
            float: left;
            width: 100%;
            text-decoration: none;
        }

            nav.l-newsnav ul li a.active {
                font-weight: 700;
            }

            nav.l-newsnav ul li a:hover {
                background: #EF3125;
                color: #fff;
            }

                nav.l-newsnav ul li a:hover span {
                    color: #fff;
                }

            nav.l-newsnav ul li a span {
                color: #949597;
                -webkit-transition: all 0.1s linear;
                -moz-transition: all 0.1s linear;
                -ms-transition: all 0.1s linear;
                -o-transition: all 0.1s linear;
                transition: all 0.1s linear;
            }

        nav.l-newsnav ul li.back {
            text-align: center;
            background: #aaa;
            width: 100%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 15px;
            color: #fff;
            font-weight: 400;
            position: relative;
        }

            nav.l-newsnav ul li.back:before {
                content: " ";
                position: absolute;
                top: 50%;
                left: 10px;
                margin-top: -5px;
                background-image: url("/images/icons-sefdde64f66.png");
                background-position: -1924px 0;
                background-repeat: no-repeat;
                overflow: hidden;
                display: block;
                height: 9px;
                width: 6px;
            }

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    nav.l-newsnav ul li.back:before {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -1709px 0;
        height: 9px;
        width: 6px;
    }
}

nav.l-newsnav ul li.back:hover {
    cursor: pointer;
}

nav.l-newsnav ul li.back a:before {
    background-image: url("/images/icons-sefdde64f66.png");
    background-position: -3203px 0;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    height: 9px;
    width: 6px;
    display: inline-block;
    content: " ";
    margin-bottom: 1px;
    margin-right: 5px;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    nav.l-newsnav ul li.back a:before {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -2816px 0;
        height: 9px;
        width: 6px;
    }
}

nav.l-newsnav ul li.back a:hover:before {
    background-position: -3219px 0;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    nav.l-newsnav ul li.back a:hover:before {
        background-position: -2827px 0;
    }
}

nav.l-newsnav ul li ul li:last-child a {
    border-bottom: 1px solid #D4D4D4;
}

nav.l-newsnav ul li.m-accordionitem {
    float: left;
    width: 100%;
}

    nav.l-newsnav ul li.m-accordionitem .e-title {
        border-bottom: 1px solid #DCDCDC;
        padding: 10px;
    }

        nav.l-newsnav ul li.m-accordionitem .e-title:hover {
            cursor: pointer;
            color: #EF3125;
        }

nav.n-meganav {
    position: absolute;
    width: 100%;
    background: #2A2A2A;
    z-index: 99999;
    display: none;
    color: #fff;
    top: 105px;
    height: 420px;
    width: 85%;
    left: 7.5%;
    padding-left: 80px;
    padding-right: 80px;
    border-radius: 20px;
}

    nav.n-meganav .row > div {
        padding-top: 40px;
        padding-bottom: 60px;
    }

        nav.n-meganav .row > div.e-overview {
            padding-right: 50px;
            padding-top: 80px;
        }

            nav.n-meganav .row > div.e-overview + div {
                padding-left: 50px;
            }

    nav.n-meganav h3 {
        margin-bottom: 25px;
    }

    nav.n-meganav h2, nav.n-meganav h3, nav.n-meganav p {
        color: #fff;
    }

    nav.n-meganav p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 22px;
    }

    nav.n-meganav ul li {
        margin-bottom: 10px;
        padding-right: 20px;
        transition: all ease-in-out 0.3s;
    }

    nav.n-meganav a {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px;
        color: #fff;
        font-weight: 300;
        display: inline-block;
        margin-bottom: 10px;
    }

        nav.n-meganav a:after {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\f105";
            margin-left: 10px;
            position: absolute;
            font-size: 26px;
            font-size: 2.6rem;
            line-height: 24px;
            color: #EF3125;
        }

        nav.n-meganav a:hover, nav.n-meganav a:active, nav.n-meganav a:focus {
            color: #fff;
            text-decoration: underline;
        }

        nav.n-meganav a.btn {
            font-size: 18px;
            font-size: 1.8rem;
            line-height: 34px;
            margin-top: 20px;
            font-weight: 500;
        }

    nav.n-meganav .item-hovered li:not(:hover) {
        opacity: 0.5;
    }

@media (min-width:768px) {
    nav.l-leftnav .m-subnav .submenuBtn {
        right: 15px;
    }

    nav.l-leftnav .m-subnav .back {
        left: 15px;
    }
}

@media (min-width:992px) {
    nav.n-mainnav {
        float: right;
        margin-top: 35px;
        margin-bottom: 40px;
        display: block !important;
    }

        nav.n-mainnav li {
            display: inline-block;
            margin-left: 20px;
            color: #EF3125;
            vertical-align: middle;
            position: relative;
            z-index: 10;
        }

            nav.n-mainnav li:first-child {
                margin-left: 0;
            }

            nav.n-mainnav li.e-moremenu {
                display: relative;
                padding-right: 20px;
            }

                nav.n-mainnav li.e-moremenu:before {
                    position: absolute;
                    left: 50%;
                    -webkit-transform: translateX(-50%);
                    -moz-transform: translateX(-50%);
                    -ms-transform: translateX(-50%);
                    -o-transform: translateX(-50%);
                    transform: translateX(-50%);
                    -webkit-transition: opacity 0.3s ease;
                    -moz-transition: opacity 0.3s ease;
                    -ms-transition: opacity 0.3s ease;
                    -o-transition: opacity 0.3s ease;
                    transition: opacity 0.3s ease;
                    content: " ";
                    display: block;
                    background: #2a2a2a;
                    top: -15px;
                    width: calc(100% + 25px);
                    height: calc(100% + 55px);
                    left: 54%;
                    z-index: 0;
                    opacity: 0;
                    border-top-left-radius: 20px;
                    border-top-right-radius: 20px;
                }

                nav.n-mainnav li.e-moremenu a {
                    position: relative;
                    z-index: 5;
                }

                    nav.n-mainnav li.e-moremenu a:after {
                        display: inline-block;
                        font: normal normal normal 14px/1 FontAwesome;
                        font-size: inherit;
                        text-rendering: auto;
                        -webkit-font-smoothing: antialiased;
                        -moz-osx-font-smoothing: grayscale;
                        position: absolute;
                        top: 50%;
                        -webkit-transform: translateY(-50%);
                        -moz-transform: translateY(-50%);
                        -ms-transform: translateY(-50%);
                        -o-transform: translateY(-50%);
                        transform: translateY(-50%);
                        font-size: 26px;
                        font-size: 2.6rem;
                        line-height: 26px;
                        -webkit-transition: opacity 0.3s ease;
                        -moz-transition: opacity 0.3s ease;
                        -ms-transition: opacity 0.3s ease;
                        -o-transition: opacity 0.3s ease;
                        transition: opacity 0.3s ease;
                        content: "\f107";
                        color: #EF3125;
                        position: absolute;
                        right: -26px;
                        margin-top: -2px;
                    }

                nav.n-mainnav li.e-moremenu.open {
                    z-index: 20;
                }

                    nav.n-mainnav li.e-moremenu.open:before {
                        opacity: 1;
                    }

                    nav.n-mainnav li.e-moremenu.open a {
                        color: #fff;
                        border-bottom: transparent !important;
                        text-decoration: underline;
                    }

                nav.n-mainnav li.e-moremenu.active a {
                    border-color: #EF3125;
                }

            nav.n-mainnav li a {
                font-size: 14px;
                font-size: 1.4rem;
                line-height: 28px;
                color: #2d2d2d;
                font-weight: 300;
                border-width: 4px;
                padding-bottom: 5px;
            }

                nav.n-mainnav li a.btn {
                    border-width: 2px;
                }

            nav.n-mainnav li.e-donate a {
                padding: 10px 20px;
                font-weight: 500;
                background: #EF3125;
                color: #fff;
            }

            nav.n-mainnav li.e-search {
                font-size: 20px;
                font-size: 2rem;
                line-height: 45px;
                position: relative;
                height: 45px;
                width: 45px;
                text-align: center;
                border-radius: 100%;
                margin-left: 20px;
            }

                nav.n-mainnav li.e-search .fa {
                    position: relative;
                    z-index: 5;
                }

                nav.n-mainnav li.e-search:hover {
                    color: #fff;
                    cursor: pointer;
                    background: #EF3125;
                }

        nav.n-mainnav.open li.e-moremenu:not(.open) {
            opacity: 0.5;
        }

    nav.l-leftnav {
        width: 25%;
        float: left;
        padding: 0 15px;
        margin-top: 40px;
    }

        nav.l-leftnav ul {
            display: block;
            width: 100%;
        }

            nav.l-leftnav ul li:hover {
                background: none;
            }

            nav.l-leftnav ul li a {
                font-size: 15px;
                font-size: 1.5rem;
                line-height: 22px;
                padding: 12px 0;
                border-bottom: none;
                border-top: 4px solid #f4f4f4;
                background: none;
            }

                nav.l-leftnav ul li a:hover {
                    background: none;
                    color: #EF3125;
                }

                nav.l-leftnav ul li a.active {
                    color: #EF3125;
                }

            nav.l-leftnav ul li.back {
                text-align: left;
                background: transparent;
                padding: 0;
                font-weight: 400;
                text-transform: none;
            }

                nav.l-leftnav ul li.back a {
                    font-weight: 500;
                    padding-top: 0;
                }

                    nav.l-leftnav ul li.back a:before {
                        background-image: url("/images/icons-sefdde64f66.png");
                        background-position: -3203px 0;
                        background-repeat: no-repeat;
                        overflow: hidden;
                        display: block;
                        height: 9px;
                        width: 6px;
                        display: inline-block;
                    }
}

@media (min-width:992px) and (-webkit-min-device-pixel-ratio:2),(min-width:992px) and (min-resolution:192dpi) {
    nav.l-leftnav ul li.back a:before {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -2816px 0;
        height: 9px;
        width: 6px;
    }
}

@media (min-width:992px) {
    nav.l-leftnav ul li.back a:hover:before {
        background-image: url("/images/icons-sefdde64f66.png");
        background-position: -3203px 0;
        background-repeat: no-repeat;
        overflow: hidden;
        display: block;
        height: 9px;
        width: 6px;
        display: inline-block;
    }
}

@media (min-width:992px) and (-webkit-min-device-pixel-ratio:2),(min-width:992px) and (min-resolution:192dpi) {
    nav.l-leftnav ul li.back a:hover:before {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -2816px 0;
        height: 9px;
        width: 6px;
    }
}

@media (min-width:992px) {
    nav.l-leftnav ul li.back:before {
        display: none;
    }

    nav.l-leftnav ul li:first-child a {
        border-top: none;
    }

    nav.l-leftnav ul li:last-child a, nav.l-leftnav ul li.last-child a {
        border-bottom: 4px solid #f4f4f4;
    }

    nav.l-leftnav ul li:last-child ul li a, nav.l-leftnav ul li.last-child ul li a {
        border-bottom: none;
    }

    nav.l-leftnav ul li:last-child ul li:first-child a, nav.l-leftnav ul li:last-child ul li .first-child a, nav.l-leftnav ul li.last-child ul li:first-child a, nav.l-leftnav ul li.last-child ul li .first-child a {
        border-top: none;
    }

    nav.l-leftnav ul li:last-child ul li:last-child a, nav.l-leftnav ul li:last-child ul li.last-child a, nav.l-leftnav ul li.last-child ul li:last-child a, nav.l-leftnav ul li.last-child ul li.last-child a {
        border-bottom: 4px solid #f4f4f4;
    }

    nav.l-leftnav ul li ul li:last-child a {
        border-bottom: 4px solid #f4f4f4;
    }

    nav.l-leftnav ul li .e-title {
        padding: 10px 0;
    }

    nav.l-leftnav ul li ul li a {
        padding: 10px 20px 10px 38px;
        position: relative;
    }

        nav.l-leftnav ul li ul li a:before {
            content: "-";
            font-size: 20px;
            display: inline-block;
            color: #EF3125;
            position: absolute;
            top: 8px;
            left: 20px;
        }

    nav.l-leftnav ul li ul li:last-child a, nav.l-leftnav ul li ul li.last-child a {
        border-bottom: none;
    }

    nav.l-newsnav {
        padding: 0 15px;
    }

        nav.l-newsnav h3 {
            font-weight: 700;
            font-size: 28px;
            line-height: 36px;
            padding: 0;
            margin: 0px 0 10px;
            border-bottom: none;
        }

        nav.l-newsnav ul {
            list-style: none;
            float: left;
            padding: 0;
            width: 100%;
            margin: 0 0 30px;
        }

            nav.l-newsnav ul li a {
                color: #2d2d2d;
                padding: 15px 10px;
                border-bottom: 2px solid #f2f1f1;
                float: left;
                width: 100%;
                text-decoration: none;
            }

                nav.l-newsnav ul li a.active {
                    font-weight: 700;
                }

                nav.l-newsnav ul li a:hover {
                    background: #EF3125;
                    color: #fff;
                }

                    nav.l-newsnav ul li a:hover span {
                        color: #fff;
                    }

                nav.l-newsnav ul li a span {
                    color: #949597;
                }

            nav.l-newsnav ul li.back {
                text-align: center;
                background: #aaa;
                width: 100%;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                padding: 15px;
                color: #fff;
                font-weight: 400;
                position: relative;
            }

                nav.l-newsnav ul li.back:before {
                    content: " ";
                    position: absolute;
                    top: 50%;
                    left: 10px;
                    margin-top: -5px;
                    background-image: url("/images/icons-sefdde64f66.png");
                    background-position: -1924px 0;
                    background-repeat: no-repeat;
                    overflow: hidden;
                    display: block;
                    height: 9px;
                    width: 6px;
                }
}

@media (min-width:992px) and (-webkit-min-device-pixel-ratio:2),(min-width:992px) and (min-resolution:192dpi) {
    nav.l-newsnav ul li.back:before {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -1709px 0;
        height: 9px;
        width: 6px;
    }
}

@media (min-width:992px) {
    nav.l-newsnav ul li.back:hover {
        cursor: pointer;
    }

    nav.l-newsnav ul li.back a:before {
        background-image: url("/images/icons-sefdde64f66.png");
        background-position: -3203px 0;
        background-repeat: no-repeat;
        overflow: hidden;
        display: block;
        height: 9px;
        width: 6px;
        display: inline-block;
        content: " ";
        margin-bottom: 1px;
        margin-right: 5px;
    }
}

@media (min-width:992px) and (-webkit-min-device-pixel-ratio:2),(min-width:992px) and (min-resolution:192dpi) {
    nav.l-newsnav ul li.back a:before {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -2816px 0;
        height: 9px;
        width: 6px;
    }
}

@media (min-width:992px) {
    nav.l-newsnav ul li.back a:hover:before {
        background-position: -3219px 0;
    }
}

@media (min-width:992px) and (-webkit-min-device-pixel-ratio:2),(min-width:992px) and (min-resolution:192dpi) {
    nav.l-newsnav ul li.back a:hover:before {
        background-position: -2827px 0;
    }
}

@media (min-width:992px) {
    nav.l-newsnav ul li.first a {
        border-top: 2px solid #f2f1f1;
    }

    nav.l-newsnav ul li ul li:last-child a {
        border-bottom: 1px solid #D4D4D4;
    }

    nav.l-newsnav ul li.m-accordionitem {
        float: left;
        width: 100%;
    }

        nav.l-newsnav ul li.m-accordionitem .e-title {
            border-bottom: 2px solid #f2f1f1;
            padding: 10px;
        }

            nav.l-newsnav ul li.m-accordionitem .e-title:hover {
                cursor: pointer;
            }

        nav.l-newsnav ul li.m-accordionitem ul {
            margin: 0;
            border-bottom: 2px solid #f2f1f1;
        }

            nav.l-newsnav ul li.m-accordionitem ul li a {
                border-top: none;
                padding: 10px 20px;
            }

            nav.l-newsnav ul li.m-accordionitem ul li:first-child a {
                border-top: none;
            }

            nav.l-newsnav ul li.m-accordionitem ul li:last-child a, nav.l-newsnav ul li.m-accordionitem ul li.last-child a {
                border-bottom: none;
            }

        nav.l-newsnav ul li.m-accordionitem.first .e-title {
            border-top: 2px solid #f2f1f1;
        }
}

@media (min-width:1200px) {
    nav.n-mainnav {
        margin-top: 40px;
        margin-bottom: 35px;
    }

        nav.n-mainnav li {
            margin-left: 30px;
        }

            nav.n-mainnav li.e-moremenu:before {
                width: calc(100% + 39px);
                left: calc(50% + 2px);
            }

            nav.n-mainnav li a {
                font-size: 18px;
                font-size: 1.8rem;
                line-height: 28px;
            }

    nav.n-meganav {
        height: 420px;
    }

        nav.n-meganav a {
            font-size: 18px;
            font-size: 1.8rem;
            line-height: 24px;
        }

        nav.n-meganav h3 {
            font-size: 34px;
            font-size: 3.4rem;
            line-height: 42px;
        }

        nav.n-meganav p {
            font-size: 18px;
            font-size: 1.8rem;
            line-height: 22px;
        }
}

@media (min-width:1430px) {
    nav.n-mainnav li {
        margin-left: 50px;
    }

        nav.n-mainnav li a {
            font-size: 22px;
            font-size: 2.2rem;
            line-height: 28px;
        }

        nav.n-mainnav li.e-donate a {
            font-size: 20px;
            font-size: 2rem;
            line-height: 26px;
        }

    nav.l-newsnav {
        padding: 0 25px;
    }
}

@media (max-width:767px) {
    nav.l-leftnav {
        float: none;
    }
}

.m {
}

.m-arealistresult.location {
    margin-top: 0;
}

.m-arealistresult.centre {
    border-top: 2px solid #f2f1f1;
    padding: 30px 0 0;
}

    .m-arealistresult.centre .item h4 {
        margin-bottom: 20px;
    }

.m-arealistresult + .m-pagination {
    margin-bottom: 30px;
}

.m-arealistresult .clear-tablet {
    clear: left;
}

.m-arealistresult .item {
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    overflow: hidden;
    margin-bottom: 30px;
    float: left;
    width: 100%;
    position: relative;
}

    .m-arealistresult .item .image {
        position: relative;
    }

        .m-arealistresult .item .image .result-type {
            position: absolute;
            bottom: 0;
            width: 100%;
        }

    .m-arealistresult .item img {
        width: 100%;
    }

    .m-arealistresult .item .result-type {
        padding: 10px 30px;
        font-weight: 500;
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 26px;
        color: #000;
    }

        .m-arealistresult .item .result-type:before {
            font-family: fontawesome;
            margin-right: 10px;
        }

        .m-arealistresult .item .result-type.event {
            background: #93d6df;
        }

            .m-arealistresult .item .result-type.event:before {
                content: '\f073';
            }

        .m-arealistresult .item .result-type.service {
            background: #A8D59C;
        }

            .m-arealistresult .item .result-type.service:before {
                content: '\f05a';
            }

    .m-arealistresult .item .text-wrapper {
        height: 400px;
        background: #EFEFDB;
    }

    .m-arealistresult .item a.top {
        width: 100%;
        border-bottom: none;
    }

        .m-arealistresult .item a.top:hover {
            border-bottom: none;
        }

    .m-arealistresult .item h4 {
        margin-bottom: 0;
    }

    .m-arealistresult .item .padding {
        padding: 0 15px;
    }

        .m-arealistresult .item .padding.text {
            padding: 0 15px 15px;
        }

    .m-arealistresult .item .title {
        margin-top: 0;
        padding-top: 15px;
    }

        .m-arealistresult .item .title.red {
            border-top: 10px solid #EF3125;
        }

        .m-arealistresult .item .title.darkred {
            border-top: 10px solid #af141f;
        }

        .m-arealistresult .item .title.pink {
            border-top: 10px solid #CEA4BB;
        }

        .m-arealistresult .item .title.blue {
            border-top: 10px solid #255870;
        }

        .m-arealistresult .item .title.green {
            border-top: 10px solid #437353;
        }

        .m-arealistresult .item .title.grey {
            border-top: 10px solid #7F7C71;
        }

        .m-arealistresult .item .title.midgrey {
            border-top: 10px solid #7F7C71;
        }

        .m-arealistresult .item .title.midgrey2 {
            border-top: 10px solid #949597;
        }

        .m-arealistresult .item .title.darkgrey {
            border-top: 10px solid #323232;
        }

        .m-arealistresult .item .title.black {
            border-top: 10px solid #000;
        }

        .m-arealistresult .item .title.cyan {
            border-top: 10px solid #8AAAD9;
        }

        .m-arealistresult .item .title.yellow {
            border-top: 10px solid #FDB913;
        }

        .m-arealistresult .item .title.red1 {
            border-top: 10px solid #92181b;
        }

        .m-arealistresult .item .title.red2 {
            border-top: 10px solid #881416;
        }

        .m-arealistresult .item .title.red3 {
            border-top: 10px solid #701510;
        }

        .m-arealistresult .item .title.orange {
            border-top: 10px solid #f06c2e;
        }

        .m-arealistresult .item .title.lightred {
            border-top: 10px solid #d21c54;
        }

    .m-arealistresult .item .type {
        color: #000;
    }

    .m-arealistresult .item .info {
        margin: 20px 0;
        padding-bottom: 10px;
    }

        .m-arealistresult .item .info .e-nationalevent {
            padding: 5px 0;
            margin-bottom: 15px;
            font-weight: 500;
            box-sizing: content-box;
            border-top: 3px solid #FDB913;
            border-bottom: 3px solid #FDB913;
            font-size: 20px;
        }

        .m-arealistresult .item .info p {
            margin: 5px 0;
            font-size: 16px;
            color: #000;
        }

            .m-arealistresult .item .info p.location:before {
                content: " ";
                margin-right: 10px;
                margin-bottom: -3px;
                margin-left: 4px;
                background-image: url("/images/iya-search.png");
                height: 24px;
                width: 20px;
                background-size: contain;
                background-repeat: no-repeat;
                display: inline-block;
            }

            .m-arealistresult .item .info p.date {
                position: relative;
                padding-left: 25px;
            }

                .m-arealistresult .item .info p.date:before {
                    content: " ";
                    margin-right: 5px;
                    margin-bottom: -3px;
                    background-image: url("/images/icons-sefdde64f66.png");
                    background-position: -1658px 0;
                    background-repeat: no-repeat;
                    overflow: hidden;
                    display: block;
                    height: 18px;
                    width: 18px;
                    display: inline-block;
                    position: absolute;
                    left: 0;
                    top: 2px;
                }

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-arealistresult .item .info p.date:before {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -1488px 0;
        height: 18px;
        width: 18px;
    }
}

.m-arealistresult .item .description {
    text-overflow: clip;
    overflow: hidden;
    font-size: 16px;
    color: #000;
}

.m-arealistresult .item .find-out-more {
    position: absolute;
    bottom: 0;
}

.m-arealistresult .e-viewmore {
    margin: 0 0 20px;
}

@media (min-width:992px) {
    .m-arealistresult .clear-tablet {
        clear: none;
    }
}

@media (max-width:480px) {
    .m-arealistresult {
        margin-top: 30px;
    }
}

.m-areamapresult {
    margin: 0;
    padding: 0 !important;
    position: relative;
    margin-bottom: 40px;
}

    .m-areamapresult .hide-map {
        background: #EF3125;
        height: 100px;
        text-align: center;
        position: relative;
        color: #fff;
    }

        .m-areamapresult .hide-map .label {
            position: relative;
            top: 70px;
        }

            .m-areamapresult .hide-map .label:before {
                font-family: fontawesome;
                content: '\f278';
                position: absolute;
                top: -45px;
                left: 48%;
                transform: translateX(-50%);
                font-size: 50px;
            }

        .m-areamapresult .hide-map:after {
            moz-transform-origin: center top;
            -o-transform-origin: center top;
            -ms-transform-origin: center top;
            -webkit-transform-origin: center top;
            transform-origin: center top;
            top: 100%;
            left: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(244,244,244,0);
            border-top-color: #EF3125;
            border-width: 80px;
            margin-left: -80px;
            visibility: visible;
            transform: scale(1,0.5);
            z-index: 30;
        }

    .m-areamapresult .map-holder {
        position: relative;
        width: 100%;
        height: 500px;
        overflow: hidden;
        background: #000;
        z-index: 10;
    }

        .m-areamapresult .map-holder img {
            max-width: none !important;
            min-width: 0 !important;
        }

    .m-areamapresult #map-canvas {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 10;
    }

        .m-areamapresult #map-canvas img {
            max-width: none;
        }

    .m-areamapresult .overlay {
        position: absolute;
        top: 65px;
        left: 20px;
        background-color: white;
        height: 460px;
        width: 350px;
        z-index: 20;
        overflow-y: auto;
        display: block;
    }

        .m-areamapresult .overlay .title {
            padding: 35px;
            border-bottom: 1px solid #dcdcdc;
        }

        .m-areamapresult .overlay .count {
            position: absolute;
            text-align: right;
            left: 35px;
            top: 20px;
            -webkit-transition: color 0.2s linear;
            -moz-transition: color 0.2s linear;
            -ms-transition: color 0.2s linear;
            -o-transition: color 0.2s linear;
            transition: color 0.2s linear;
        }

        .m-areamapresult .overlay .item {
            position: relative;
            border-bottom: 1px solid #dcdcdc;
            padding: 20px 55px;
        }

            .m-areamapresult .overlay .item .item-title:hover {
                cursor: pointer;
            }

            .m-areamapresult .overlay .item .item-title a:active, .m-areamapresult .overlay .item .item-title a:focus {
                border-bottom: none;
            }

            .m-areamapresult .overlay .item:nth-child(2n+2) {
                background: #f2f0f1;
            }

            .m-areamapresult .overlay .item .more-info {
                display: none;
            }

            .m-areamapresult .overlay .item.active .more-info {
                display: block;
            }

        .m-areamapresult .overlay h5 {
            margin: 0;
            font-size: 16px;
        }

        .m-areamapresult .overlay p {
            font-size: 14px;
        }

        .m-areamapresult .overlay .type {
            color: #000;
        }

        .m-areamapresult .overlay .e-nationalevent {
            background: #e5e5e5;
            border: 1px solid #dcdcdc;
            padding: 10px;
            margin-bottom: 15px;
            font-weight: 500;
        }

        .m-areamapresult .overlay .info {
            margin: 10px 0;
            padding-bottom: 10px;
            border-bottom: 1px solid #b7b6b7;
        }

            .m-areamapresult .overlay .info p {
                margin: 5px 0;
                font-size: 14px;
            }

                .m-areamapresult .overlay .info p.location:before {
                    content: " ";
                    margin-right: 10px;
                    margin-bottom: -3px;
                    margin-left: 4px;
                    background-image: url("/images/icons-sefdde64f66.png");
                    background-position: -1836px 0;
                    background-repeat: no-repeat;
                    overflow: hidden;
                    display: block;
                    height: 16px;
                    width: 10px;
                    display: inline-block;
                }

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-areamapresult .overlay .info p.location:before {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -1641px 0;
        height: 16px;
        width: 10px;
    }
}

.m-areamapresult .overlay .info p.date:before {
    content: " ";
    margin-right: 5px;
    margin-bottom: -3px;
    background-image: url("/images/icons-sefdde64f66.png");
    background-position: -1658px 0;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    height: 18px;
    width: 18px;
    display: inline-block;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-areamapresult .overlay .info p.date:before {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -1488px 0;
        height: 18px;
        width: 18px;
    }
}

@media (min-width:1200px) {
    .m-areamapresult .map-holder {
        height: 700px;
    }
}

.m-areamapresultinfo {
    display: none;
    padding: 0 0 30px;
}

    .m-areamapresultinfo .close {
        float: right;
        color: #EF3125;
        border-bottom: 1px solid transparent;
        -webkit-transition: border-bottom 0.2s linear;
        -moz-transition: border-bottom 0.2s linear;
        -ms-transition: border-bottom 0.2s linear;
        -o-transition: border-bottom 0.2s linear;
        transition: border-bottom 0.2s linear;
        margin-bottom: 15px;
    }

        .m-areamapresultinfo .close:hover {
            cursor: pointer;
            border-bottom: 1px solid #EF3125;
        }

        .m-areamapresultinfo .close:after {
            content: " ";
            background-image: url("/images/icons-sefdde64f66.png");
            background-position: -2138px 0;
            background-repeat: no-repeat;
            overflow: hidden;
            display: block;
            height: 6px;
            width: 11px;
            display: inline-block;
            margin-left: 5px;
            margin-bottom: 2px;
        }

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-areamapresultinfo .close:after {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -1888px 0;
        height: 5.5px;
        width: 11px;
    }
}

.m-areamapresultinfo .preamble {
    margin: 0 0 20px;
    font-size: 26px;
    line-height: 36px;
}

.m-areamapresultinfo .box-top {
    background: #f2f0f1;
    display: block;
    width: 100%;
    float: left;
    margin: 0 0 20px;
}

    .m-areamapresultinfo .box-top.red {
        border-bottom: 10px solid #EF3125;
    }

    .m-areamapresultinfo .box-top.darkred {
        border-bottom: 10px solid #af141f;
    }

    .m-areamapresultinfo .box-top.pink {
        border-bottom: 10px solid #CEA4BB;
    }

    .m-areamapresultinfo .box-top.blue {
        border-bottom: 10px solid #255870;
    }

    .m-areamapresultinfo .box-top.green {
        border-bottom: 10px solid #437353;
    }

    .m-areamapresultinfo .box-top.grey {
        border-bottom: 10px solid #7F7C71;
    }

    .m-areamapresultinfo .box-top.midgrey {
        border-bottom: 10px solid #7F7C71;
    }

    .m-areamapresultinfo .box-top.midgrey2 {
        border-bottom: 10px solid #949597;
    }

    .m-areamapresultinfo .box-top.darkgrey {
        border-bottom: 10px solid #323232;
    }

    .m-areamapresultinfo .box-top.black {
        border-bottom: 10px solid #000;
    }

    .m-areamapresultinfo .box-top.cyan {
        border-bottom: 10px solid #8AAAD9;
    }

    .m-areamapresultinfo .box-top.yellow {
        border-bottom: 10px solid #FDB913;
    }

    .m-areamapresultinfo .box-top.red1 {
        border-bottom: 10px solid #92181b;
    }

    .m-areamapresultinfo .box-top.red2 {
        border-bottom: 10px solid #881416;
    }

    .m-areamapresultinfo .box-top.red3 {
        border-bottom: 10px solid #701510;
    }

    .m-areamapresultinfo .box-top.orange {
        border-bottom: 10px solid #f06c2e;
    }

    .m-areamapresultinfo .box-top.lightred {
        border-bottom: 10px solid #d21c54;
    }

    .m-areamapresultinfo .box-top .text {
        float: left;
        width: 100%;
        padding: 15px;
    }

        .m-areamapresultinfo .box-top .text h3 {
            margin: 0;
        }

        .m-areamapresultinfo .box-top .text h4 {
            margin: 10px 0 0;
        }

    .m-areamapresultinfo .box-top .image {
        float: right;
        width: 100%;
    }

        .m-areamapresultinfo .box-top .image img {
            float: left;
        }

.m-areapopular {
    padding: 20px 0;
    border-top: 2px solid #f2f1f1;
}

    .m-areapopular ul li {
        margin-top: 5px;
        margin-bottom: 0;
    }

.m-arearecent {
    padding-top: 20px;
    border-top: 2px solid #f2f1f1;
}

    .m-arearecent .item {
        background: #f2f1f1;
        float: left;
        width: 100%;
        border-bottom: none;
        margin: 15px 0;
    }

        .m-arearecent .item .map {
            border-bottom: 10px solid #EF3125;
        }

            .m-arearecent .item .map img {
                width: 100%;
            }

        .m-arearecent .item .text {
            padding: 20px 15px;
        }

            .m-arearecent .item .text h4 {
                margin-top: 0;
            }

            .m-arearecent .item .text h5 {
                margin: 20px 0 0;
            }

            .m-arearecent .item .text p {
                margin: 0;
            }

        .m-arearecent .item:hover {
            border-bottom: none;
        }

    .m-arearecent .clear {
        margin: 30px 0 10px;
    }

.m-areasearchblock {
    border-top: 2px solid #f2f1f1;
    padding: 20px 0 30px;
}

    .m-areasearchblock.half {
        border-top: 0;
        padding: 0;
    }

    .m-areasearchblock form {
        margin: 30px 0;
    }

        .m-areasearchblock form .location-input {
            position: relative;
            width: 100%;
        }

            .m-areasearchblock form .location-input input {
                padding-right: 50px;
            }

            .m-areasearchblock form .location-input .location-auto {
                position: absolute;
                right: 5px;
                bottom: 2px;
                text-indent: -8000px;
                background-image: url("/images/icons-sefdde64f66.png");
                background-position: -1686px 0;
                background-repeat: no-repeat;
                overflow: hidden;
                display: block;
                height: 40px;
                width: 40px;
                z-index: 20;
            }

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-areasearchblock form .location-input .location-auto {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -1511px 0;
        height: 40px;
        width: 40px;
    }
}

.m-areasearchblock form .location-input .location-auto:hover {
    cursor: pointer;
    background-position: -1736px 0;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-areasearchblock form .location-input .location-auto:hover {
        background-position: -1556px 0;
    }
}

.m-areasearchblock form .location-input .tooltip.in {
    opacity: 1;
    top: 30px !important;
}

.m-areasearchblock form .location-input .tooltip-inner {
    background: #3c3c3c;
    font-size: 14px;
    padding: 5px 10px;
    width: 100px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
}

.m-areasearchblock form .location-input .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #3c3c3c;
}

.m-areasearchblock form .btn {
    font-weight: 400;
    padding: 10px 60px;
    font-size: 20px;
}

.m-areasearchblock form #FromDate, .m-areasearchblock form #ToDate {
    background-image: url("/images/datepicker.png?1569501467");
    background-repeat: no-repeat;
    background-position: 10px 10px;
    padding-left: 35px;
}

@media (-webkit-min-device-pixel-ratio:2),(-o-min-device-pixel-ratio:3 / 2),(min--moz-device-pixel-ratio:2),(min-device-pixel-ratio:2),(min-resolution:144dppx) {
    .m-areasearchblock form #FromDate, .m-areasearchblock form #ToDate {
        background-image: url("/images/datepicker2x.png?1569501467");
        background-size: 18px 18px;
    }
}

.m-areasearchblock form #FromDate:hover, .m-areasearchblock form #ToDate:hover {
    cursor: pointer;
}

.m-areasearchblock .m-filter {
    float: none;
}

    .m-areasearchblock .m-filter .active {
        border-bottom: none;
    }

.m-areasearchblock .m-areaeventoptions, .m-areasearchblock .m-areaserviceoptions {
    display: none;
}

@media (min-width:768px) {
    .m-areasearchblock form .location-input .location-auto {
        display: none;
    }
}

.m-areasearchtop {
    background: #FDB913;
    position: relative;
}

    .m-areasearchtop h2 {
        color: #000;
    }

    .m-areasearchtop p {
        color: #000;
    }

    .m-areasearchtop.half {
        border-top: 0;
        padding: 0;
    }

    .m-areasearchtop form {
        margin: 30px 0;
    }

        .m-areasearchtop form .formtext {
            margin-bottom: 30px;
        }

        .m-areasearchtop form label {
            color: #000;
        }

        .m-areasearchtop form input, .m-areasearchtop form select {
            border-color: transparent;
        }

        .m-areasearchtop form .location-input {
            position: relative;
            width: 100%;
        }

            .m-areasearchtop form .location-input input {
                padding-right: 50px;
            }

            .m-areasearchtop form .location-input .location-auto {
                position: absolute;
                right: 5px;
                bottom: 2px;
                text-indent: -8000px;
                background-image: url("/images/icons-sefdde64f66.png");
                background-position: -1686px 0;
                background-repeat: no-repeat;
                overflow: hidden;
                display: block;
                height: 40px;
                width: 40px;
                z-index: 20;
            }

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-areasearchtop form .location-input .location-auto {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -1511px 0;
        height: 40px;
        width: 40px;
    }
}

.m-areasearchtop form .location-input .location-auto:hover {
    cursor: pointer;
    background-position: -1736px 0;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-areasearchtop form .location-input .location-auto:hover {
        background-position: -1556px 0;
    }
}

.m-areasearchtop form .location-input .tooltip.in {
    opacity: 1;
    top: 30px !important;
}

.m-areasearchtop form .location-input .tooltip-inner {
    background: #3c3c3c;
    font-size: 14px;
    padding: 5px 10px;
    width: 100px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
}

.m-areasearchtop form .location-input .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #3c3c3c;
}

.m-areasearchtop form .area-of-interest-radio-label {
    padding: 0 10px 10px;
}

    .m-areasearchtop form .area-of-interest-radio-label:hover {
        cursor: pointer;
    }

        .m-areasearchtop form .area-of-interest-radio-label:hover .area-of-interest-radio ~ span {
            opacity: 1;
        }

            .m-areasearchtop form .area-of-interest-radio-label:hover .area-of-interest-radio ~ span:before {
                opacity: 1;
            }

    .m-areasearchtop form .area-of-interest-radio-label .area-of-interest-radio {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

        .m-areasearchtop form .area-of-interest-radio-label .area-of-interest-radio ~ span {
            opacity: 0.4;
        }

            .m-areasearchtop form .area-of-interest-radio-label .area-of-interest-radio ~ span:before {
                font-family: FontAwesome;
                display: block;
                font-size: 30px;
                width: 30px;
                opacity: 0.4;
                margin: 10px auto;
            }

        .m-areasearchtop form .area-of-interest-radio-label .area-of-interest-radio.radio-value-0 ~ span:before {
            content: "\f073";
        }

        .m-areasearchtop form .area-of-interest-radio-label .area-of-interest-radio.radio-value-1 ~ span:before {
            content: "\f05a";
        }

        .m-areasearchtop form .area-of-interest-radio-label .area-of-interest-radio.radio-value-2 ~ span:before {
            content: "\f03a";
        }

        .m-areasearchtop form .area-of-interest-radio-label .area-of-interest-radio:checked ~ span {
            opacity: 1;
        }

            .m-areasearchtop form .area-of-interest-radio-label .area-of-interest-radio:checked ~ span:before {
                opacity: 1;
            }

.m-areasearchtop form #FromDate, .m-areasearchtop form #ToDate {
    background-image: url("/images/datepicker.png");
    background-repeat: no-repeat;
    background-position: 10px 13px;
    padding-left: 35px;
}

    .m-areasearchtop form #FromDate:hover, .m-areasearchtop form #ToDate:hover {
        cursor: pointer;
    }

.m-areasearchtop form .btn-white:before, .m-areasearchtop form .btn-white:after {
    background: #fff;
}

.m-areasearchtop form .btn-white:hover {
    color: #EF3125;
    border-color: #fff;
}

.m-areasearchtop .m-filter {
    float: none;
}

    .m-areasearchtop .m-filter .active {
        border-bottom: none;
    }

.m-areasearchtop .m-areaeventoptions, .m-areasearchtop .m-areaserviceoptions {
    display: none;
}

.m-areasearchtop .iya-search-icon {
    margin-top: 10px;
}

@media (min-width:768px) {
    .m-areasearchtop form .location-input .location-auto {
        display: none !important;
    }
}

.m-featured img {
    width: 100%;
}

.m-25stat75text.reverse .pull-left {
    float: right !important;
}

.m-25stat75text.reverse .pull-right {
    float: left !important;
}

.m-25stat75text .e-statistic {
    position: relative;
    width: 100%;
    padding-top: 100%;
    margin-bottom: 15px;
    display: block;
    background: #EF3125;
    overflow: hidden;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
}

    .m-25stat75text .e-statistic.yellow .e-statcontainer:after, .m-25stat75text .e-statistic.yellow .e-statcontainer:before {
        background: #000;
    }

@supports (mix-blend-mode:multiply) {
    .m-25stat75text .e-statistic {
        mix-blend-mode: multiply;
        opacity: 1;
    }
}

.m-25stat75text .e-statistic.red {
    background-color: #EF3125;
    color: #fff;
}

    .m-25stat75text .e-statistic.red h1, .m-25stat75text .e-statistic.red h2, .m-25stat75text .e-statistic.red h3, .m-25stat75text .e-statistic.red h4, .m-25stat75text .e-statistic.red p, .m-25stat75text .e-statistic.red a, .m-25stat75text .e-statistic.red span, .m-25stat75text .e-statistic.red ul li, .m-25stat75text .e-statistic.red ol li {
        color: #fff;
    }

    .m-25stat75text .e-statistic.red .btn {
        background: transparent;
        border-color: #fff;
        color: #fff;
    }

        .m-25stat75text .e-statistic.red .btn:before, .m-25stat75text .e-statistic.red .btn:after {
            background: #fff;
        }

        .m-25stat75text .e-statistic.red .btn:hover {
            color: #EF3125;
            border-color: #fff;
        }

.m-25stat75text .e-statistic.darkred {
    background-color: #af141f;
    color: #fff;
}

    .m-25stat75text .e-statistic.darkred h1, .m-25stat75text .e-statistic.darkred h2, .m-25stat75text .e-statistic.darkred h3, .m-25stat75text .e-statistic.darkred h4, .m-25stat75text .e-statistic.darkred p, .m-25stat75text .e-statistic.darkred a, .m-25stat75text .e-statistic.darkred span, .m-25stat75text .e-statistic.darkred ul li, .m-25stat75text .e-statistic.darkred ol li {
        color: #fff;
    }

    .m-25stat75text .e-statistic.darkred .btn {
        background: transparent;
        border-color: #fff;
        color: #fff;
    }

        .m-25stat75text .e-statistic.darkred .btn:before, .m-25stat75text .e-statistic.darkred .btn:after {
            background: #fff;
        }

        .m-25stat75text .e-statistic.darkred .btn:hover {
            color: #af141f;
            border-color: #fff;
        }

.m-25stat75text .e-statistic.pink {
    background-color: #CEA4BB;
    color: #fff;
}

    .m-25stat75text .e-statistic.pink h1, .m-25stat75text .e-statistic.pink h2, .m-25stat75text .e-statistic.pink h3, .m-25stat75text .e-statistic.pink h4, .m-25stat75text .e-statistic.pink p, .m-25stat75text .e-statistic.pink a, .m-25stat75text .e-statistic.pink span, .m-25stat75text .e-statistic.pink ul li, .m-25stat75text .e-statistic.pink ol li {
        color: #fff;
    }

    .m-25stat75text .e-statistic.pink .btn {
        background: transparent;
        border-color: #fff;
        color: #fff;
    }

        .m-25stat75text .e-statistic.pink .btn:before, .m-25stat75text .e-statistic.pink .btn:after {
            background: #fff;
        }

        .m-25stat75text .e-statistic.pink .btn:hover {
            color: #CEA4BB;
            border-color: #fff;
        }

.m-25stat75text .e-statistic.blue {
    background-color: #255870;
    color: #fff;
}

    .m-25stat75text .e-statistic.blue h1, .m-25stat75text .e-statistic.blue h2, .m-25stat75text .e-statistic.blue h3, .m-25stat75text .e-statistic.blue h4, .m-25stat75text .e-statistic.blue p, .m-25stat75text .e-statistic.blue a, .m-25stat75text .e-statistic.blue span, .m-25stat75text .e-statistic.blue ul li, .m-25stat75text .e-statistic.blue ol li {
        color: #fff;
    }

    .m-25stat75text .e-statistic.blue .btn {
        background: transparent;
        border-color: #fff;
        color: #fff;
    }

        .m-25stat75text .e-statistic.blue .btn:before, .m-25stat75text .e-statistic.blue .btn:after {
            background: #fff;
        }

        .m-25stat75text .e-statistic.blue .btn:hover {
            color: #255870;
            border-color: #fff;
        }

.m-25stat75text .e-statistic.green {
    background-color: #437353;
    color: #fff;
}

    .m-25stat75text .e-statistic.green h1, .m-25stat75text .e-statistic.green h2, .m-25stat75text .e-statistic.green h3, .m-25stat75text .e-statistic.green h4, .m-25stat75text .e-statistic.green p, .m-25stat75text .e-statistic.green a, .m-25stat75text .e-statistic.green span, .m-25stat75text .e-statistic.green ul li, .m-25stat75text .e-statistic.green ol li {
        color: #fff;
    }

    .m-25stat75text .e-statistic.green .btn {
        background: transparent;
        border-color: #fff;
        color: #fff;
    }

        .m-25stat75text .e-statistic.green .btn:before, .m-25stat75text .e-statistic.green .btn:after {
            background: #fff;
        }

        .m-25stat75text .e-statistic.green .btn:hover {
            color: #437353;
            border-color: #fff;
        }

.m-25stat75text .e-statistic.grey {
    background-color: #7F7C71;
    color: #fff;
}

    .m-25stat75text .e-statistic.grey h1, .m-25stat75text .e-statistic.grey h2, .m-25stat75text .e-statistic.grey h3, .m-25stat75text .e-statistic.grey h4, .m-25stat75text .e-statistic.grey p, .m-25stat75text .e-statistic.grey a, .m-25stat75text .e-statistic.grey span, .m-25stat75text .e-statistic.grey ul li, .m-25stat75text .e-statistic.grey ol li {
        color: #fff;
    }

    .m-25stat75text .e-statistic.grey .btn {
        background: transparent;
        border-color: #fff;
        color: #fff;
    }

        .m-25stat75text .e-statistic.grey .btn:before, .m-25stat75text .e-statistic.grey .btn:after {
            background: #fff;
        }

        .m-25stat75text .e-statistic.grey .btn:hover {
            color: #7F7C71;
            border-color: #fff;
        }

.m-25stat75text .e-statistic.midgrey {
    background-color: #7F7C71;
    color: #fff;
}

    .m-25stat75text .e-statistic.midgrey h1, .m-25stat75text .e-statistic.midgrey h2, .m-25stat75text .e-statistic.midgrey h3, .m-25stat75text .e-statistic.midgrey h4, .m-25stat75text .e-statistic.midgrey p, .m-25stat75text .e-statistic.midgrey a, .m-25stat75text .e-statistic.midgrey span, .m-25stat75text .e-statistic.midgrey ul li, .m-25stat75text .e-statistic.midgrey ol li {
        color: #fff;
    }

    .m-25stat75text .e-statistic.midgrey .btn {
        background: transparent;
        border-color: #fff;
        color: #fff;
    }

        .m-25stat75text .e-statistic.midgrey .btn:before, .m-25stat75text .e-statistic.midgrey .btn:after {
            background: #fff;
        }

        .m-25stat75text .e-statistic.midgrey .btn:hover {
            color: #7F7C71;
            border-color: #fff;
        }

.m-25stat75text .e-statistic.midgrey2 {
    background-color: #949597;
    color: #fff;
}

    .m-25stat75text .e-statistic.midgrey2 h1, .m-25stat75text .e-statistic.midgrey2 h2, .m-25stat75text .e-statistic.midgrey2 h3, .m-25stat75text .e-statistic.midgrey2 h4, .m-25stat75text .e-statistic.midgrey2 p, .m-25stat75text .e-statistic.midgrey2 a, .m-25stat75text .e-statistic.midgrey2 span, .m-25stat75text .e-statistic.midgrey2 ul li, .m-25stat75text .e-statistic.midgrey2 ol li {
        color: #fff;
    }

    .m-25stat75text .e-statistic.midgrey2 .btn {
        background: transparent;
        border-color: #fff;
        color: #fff;
    }

        .m-25stat75text .e-statistic.midgrey2 .btn:before, .m-25stat75text .e-statistic.midgrey2 .btn:after {
            background: #fff;
        }

        .m-25stat75text .e-statistic.midgrey2 .btn:hover {
            color: #949597;
            border-color: #fff;
        }

.m-25stat75text .e-statistic.darkgrey {
    background-color: #323232;
    color: #fff;
}

    .m-25stat75text .e-statistic.darkgrey h1, .m-25stat75text .e-statistic.darkgrey h2, .m-25stat75text .e-statistic.darkgrey h3, .m-25stat75text .e-statistic.darkgrey h4, .m-25stat75text .e-statistic.darkgrey p, .m-25stat75text .e-statistic.darkgrey a, .m-25stat75text .e-statistic.darkgrey span, .m-25stat75text .e-statistic.darkgrey ul li, .m-25stat75text .e-statistic.darkgrey ol li {
        color: #fff;
    }

    .m-25stat75text .e-statistic.darkgrey .btn {
        background: transparent;
        border-color: #fff;
        color: #fff;
    }

        .m-25stat75text .e-statistic.darkgrey .btn:before, .m-25stat75text .e-statistic.darkgrey .btn:after {
            background: #fff;
        }

        .m-25stat75text .e-statistic.darkgrey .btn:hover {
            color: #323232;
            border-color: #fff;
        }

.m-25stat75text .e-statistic.black {
    background-color: #000;
    color: #fff;
}

    .m-25stat75text .e-statistic.black h1, .m-25stat75text .e-statistic.black h2, .m-25stat75text .e-statistic.black h3, .m-25stat75text .e-statistic.black h4, .m-25stat75text .e-statistic.black p, .m-25stat75text .e-statistic.black a, .m-25stat75text .e-statistic.black span, .m-25stat75text .e-statistic.black ul li, .m-25stat75text .e-statistic.black ol li {
        color: #fff;
    }

    .m-25stat75text .e-statistic.black .btn {
        background: transparent;
        border-color: #fff;
        color: #fff;
    }

        .m-25stat75text .e-statistic.black .btn:before, .m-25stat75text .e-statistic.black .btn:after {
            background: #fff;
        }

        .m-25stat75text .e-statistic.black .btn:hover {
            color: #000;
            border-color: #fff;
        }

.m-25stat75text .e-statistic.cyan {
    background-color: #8AAAD9;
    color: #fff;
}

    .m-25stat75text .e-statistic.cyan h1, .m-25stat75text .e-statistic.cyan h2, .m-25stat75text .e-statistic.cyan h3, .m-25stat75text .e-statistic.cyan h4, .m-25stat75text .e-statistic.cyan p, .m-25stat75text .e-statistic.cyan a, .m-25stat75text .e-statistic.cyan span, .m-25stat75text .e-statistic.cyan ul li, .m-25stat75text .e-statistic.cyan ol li {
        color: #fff;
    }

    .m-25stat75text .e-statistic.cyan .btn {
        background: transparent;
        border-color: #fff;
        color: #fff;
    }

        .m-25stat75text .e-statistic.cyan .btn:before, .m-25stat75text .e-statistic.cyan .btn:after {
            background: #fff;
        }

        .m-25stat75text .e-statistic.cyan .btn:hover {
            color: #8AAAD9;
            border-color: #fff;
        }

.m-25stat75text .e-statistic.yellow {
    background-color: #FDB913;
    color: #fff;
}

    .m-25stat75text .e-statistic.yellow h1, .m-25stat75text .e-statistic.yellow h2, .m-25stat75text .e-statistic.yellow h3, .m-25stat75text .e-statistic.yellow h4, .m-25stat75text .e-statistic.yellow p, .m-25stat75text .e-statistic.yellow a, .m-25stat75text .e-statistic.yellow span, .m-25stat75text .e-statistic.yellow ul li, .m-25stat75text .e-statistic.yellow ol li {
        color: #fff;
    }

    .m-25stat75text .e-statistic.yellow .btn {
        background: transparent;
        border-color: #fff;
        color: #fff;
    }

        .m-25stat75text .e-statistic.yellow .btn:before, .m-25stat75text .e-statistic.yellow .btn:after {
            background: #fff;
        }

        .m-25stat75text .e-statistic.yellow .btn:hover {
            color: #FDB913;
            border-color: #fff;
        }

.m-25stat75text .e-statistic.red1 {
    background-color: #92181b;
    color: #fff;
}

    .m-25stat75text .e-statistic.red1 h1, .m-25stat75text .e-statistic.red1 h2, .m-25stat75text .e-statistic.red1 h3, .m-25stat75text .e-statistic.red1 h4, .m-25stat75text .e-statistic.red1 p, .m-25stat75text .e-statistic.red1 a, .m-25stat75text .e-statistic.red1 span, .m-25stat75text .e-statistic.red1 ul li, .m-25stat75text .e-statistic.red1 ol li {
        color: #fff;
    }

    .m-25stat75text .e-statistic.red1 .btn {
        background: transparent;
        border-color: #fff;
        color: #fff;
    }

        .m-25stat75text .e-statistic.red1 .btn:before, .m-25stat75text .e-statistic.red1 .btn:after {
            background: #fff;
        }

        .m-25stat75text .e-statistic.red1 .btn:hover {
            color: #92181b;
            border-color: #fff;
        }

.m-25stat75text .e-statistic.red2 {
    background-color: #881416;
    color: #fff;
}

    .m-25stat75text .e-statistic.red2 h1, .m-25stat75text .e-statistic.red2 h2, .m-25stat75text .e-statistic.red2 h3, .m-25stat75text .e-statistic.red2 h4, .m-25stat75text .e-statistic.red2 p, .m-25stat75text .e-statistic.red2 a, .m-25stat75text .e-statistic.red2 span, .m-25stat75text .e-statistic.red2 ul li, .m-25stat75text .e-statistic.red2 ol li {
        color: #fff;
    }

    .m-25stat75text .e-statistic.red2 .btn {
        background: transparent;
        border-color: #fff;
        color: #fff;
    }

        .m-25stat75text .e-statistic.red2 .btn:before, .m-25stat75text .e-statistic.red2 .btn:after {
            background: #fff;
        }

        .m-25stat75text .e-statistic.red2 .btn:hover {
            color: #881416;
            border-color: #fff;
        }

.m-25stat75text .e-statistic.red3 {
    background-color: #701510;
    color: #fff;
}

    .m-25stat75text .e-statistic.red3 h1, .m-25stat75text .e-statistic.red3 h2, .m-25stat75text .e-statistic.red3 h3, .m-25stat75text .e-statistic.red3 h4, .m-25stat75text .e-statistic.red3 p, .m-25stat75text .e-statistic.red3 a, .m-25stat75text .e-statistic.red3 span, .m-25stat75text .e-statistic.red3 ul li, .m-25stat75text .e-statistic.red3 ol li {
        color: #fff;
    }

    .m-25stat75text .e-statistic.red3 .btn {
        background: transparent;
        border-color: #fff;
        color: #fff;
    }

        .m-25stat75text .e-statistic.red3 .btn:before, .m-25stat75text .e-statistic.red3 .btn:after {
            background: #fff;
        }

        .m-25stat75text .e-statistic.red3 .btn:hover {
            color: #701510;
            border-color: #fff;
        }

.m-25stat75text .e-statistic.orange {
    background-color: #f06c2e;
    color: #fff;
}

    .m-25stat75text .e-statistic.orange h1, .m-25stat75text .e-statistic.orange h2, .m-25stat75text .e-statistic.orange h3, .m-25stat75text .e-statistic.orange h4, .m-25stat75text .e-statistic.orange p, .m-25stat75text .e-statistic.orange a, .m-25stat75text .e-statistic.orange span, .m-25stat75text .e-statistic.orange ul li, .m-25stat75text .e-statistic.orange ol li {
        color: #fff;
    }

    .m-25stat75text .e-statistic.orange .btn {
        background: transparent;
        border-color: #fff;
        color: #fff;
    }

        .m-25stat75text .e-statistic.orange .btn:before, .m-25stat75text .e-statistic.orange .btn:after {
            background: #fff;
        }

        .m-25stat75text .e-statistic.orange .btn:hover {
            color: #f06c2e;
            border-color: #fff;
        }

.m-25stat75text .e-statistic.lightred {
    background-color: #d21c54;
    color: #fff;
}

    .m-25stat75text .e-statistic.lightred h1, .m-25stat75text .e-statistic.lightred h2, .m-25stat75text .e-statistic.lightred h3, .m-25stat75text .e-statistic.lightred h4, .m-25stat75text .e-statistic.lightred p, .m-25stat75text .e-statistic.lightred a, .m-25stat75text .e-statistic.lightred span, .m-25stat75text .e-statistic.lightred ul li, .m-25stat75text .e-statistic.lightred ol li {
        color: #fff;
    }

    .m-25stat75text .e-statistic.lightred .btn {
        background: transparent;
        border-color: #fff;
        color: #fff;
    }

        .m-25stat75text .e-statistic.lightred .btn:before, .m-25stat75text .e-statistic.lightred .btn:after {
            background: #fff;
        }

        .m-25stat75text .e-statistic.lightred .btn:hover {
            color: #d21c54;
            border-color: #fff;
        }

.m-25stat75text .e-statistic.yellow {
    color: #000;
}

    .m-25stat75text .e-statistic.yellow h1, .m-25stat75text .e-statistic.yellow h2, .m-25stat75text .e-statistic.yellow h3, .m-25stat75text .e-statistic.yellow h4, .m-25stat75text .e-statistic.yellow p, .m-25stat75text .e-statistic.yellow a, .m-25stat75text .e-statistic.yellow span, .m-25stat75text .e-statistic.yellow ul li, .m-25stat75text .e-statistic.yellow ol li {
        color: #000;
    }

    .m-25stat75text .e-statistic.yellow .btn {
        background: transparent;
        border-color: #000;
        color: #000;
    }

        .m-25stat75text .e-statistic.yellow .btn:before, .m-25stat75text .e-statistic.yellow .btn:after {
            background: #000;
        }

        .m-25stat75text .e-statistic.yellow .btn:hover {
            border-color: #000;
        }

.m-25stat75text .e-statistic .e-statcontainer {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 40px;
    max-width: 230px;
}

    .m-25stat75text .e-statistic .e-statcontainer .e-stat {
        font-size: 100px;
        font-size: 10rem;
        line-height: 100px;
        font-weight: 700;
        color: #EF3125;
    }

    .m-25stat75text .e-statistic .e-statcontainer .e-caption p {
        font-size: 25px;
        font-size: 2.5rem;
        line-height: 28px;
        font-weight: 500;
    }

@media (max-width:768px) {
    .m-25stat75text .stat-col {
        max-width: 400px;
        float: none !important;
    }
}

.m-25text75list ul {
    padding: 0;
    margin: -5px;
    list-style: none;
}

    .m-25text75list ul li {
        text-indent: 0;
    }

        .m-25text75list ul li:before {
            content: none;
        }

.m-3colmoretoexplore .item, .m-featured .item {
    margin-bottom: 20px;
}

    .m-3colmoretoexplore .item:last-child, .m-3colmoretoexplore .item.last-child, .m-featured .item:last-child, .m-featured .item.last-child {
        margin-bottom: 0;
    }

    .m-3colmoretoexplore .item a .cta-link, .m-featured .item a .cta-link {
        border-bottom: 1px solid transparent;
        -webkit-transition: border-bottom 0.1s linear;
        -moz-transition: border-bottom 0.1s linear;
        -ms-transition: border-bottom 0.1s linear;
        -o-transition: border-bottom 0.1s linear;
        transition: border-bottom 0.1s linear;
        display: inline-block;
    }

    .m-3colmoretoexplore .item a:hover, .m-featured .item a:hover {
        border-bottom: none;
    }

        .m-3colmoretoexplore .item a:hover .cta-link, .m-featured .item a:hover .cta-link {
            border-bottom: 1px solid #EF3125;
        }

.m-3colmoretoexplore img, .m-featured img {
    width: 100%;
    margin-bottom: 20px;
}

.m-3colmoretoexplore a, .m-featured a {
    text-decoration: none;
}

    .m-3colmoretoexplore a h2, .m-featured a h2 {
        margin-bottom: 5px;
    }

    .m-3colmoretoexplore a h3, .m-featured a h3 {
        color: #000;
        padding: 15px 0 0;
        margin: 0 0 5px;
    }

        .m-3colmoretoexplore a h3 span, .m-featured a h3 span {
            border-bottom: none;
        }

    .m-3colmoretoexplore a:hover h4, .m-featured a:hover h4 {
        color: #EF3125;
    }

        .m-3colmoretoexplore a:hover h4 span, .m-featured a:hover h4 span {
            border-bottom: none;
        }

.m-3colmoretoexplore.two-col-sub img, .m-featured.two-col-sub img {
    border-bottom: none;
}

.m-3colmoretoexplore .text, .m-featured .text {
    background: #f2f1f1;
    padding: 10px 15px;
}

    .m-3colmoretoexplore .text h3, .m-featured .text h3 {
        margin-top: 0;
    }

@media (min-width:768px) {
    .m-3colmoretoexplore .item, .m-featured .item {
        margin-bottom: 0;
    }
}

.m-5050ctas h2 {
    margin-bottom: 30px;
}

.m-5050ctas .e-image img {
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
}

.m-5050ctas .btn {
    margin-top: 30px;
}

@media (max-width:992px) {
    .m-5050ctas .cta-box {
        border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        -ms-border-radius: 30px;
        margin-bottom: 30px;
        padding: 20px;
    }

        .m-5050ctas .cta-box.lightblue {
            background: #93d6df;
        }

        .m-5050ctas .cta-box.palered {
            background: #F9C0C4;
        }

        .m-5050ctas .cta-box.sand {
            background: #F0D6B4;
        }

        .m-5050ctas .cta-box.palegreen {
            background: #A8D59C;
        }

        .m-5050ctas .cta-box p {
            color: #000;
        }
}

@media (min-width:992px) {
    .m-5050ctas.lightblue {
        background: #93d6df;
    }

    .m-5050ctas.palered {
        background: #F9C0C4;
    }

    .m-5050ctas.sand {
        background: #F0D6B4;
    }

    .m-5050ctas.palegreen {
        background: #A8D59C;
    }

    .m-5050ctas p {
        color: #000;
    }
}

.m-5050image {
    text-align: center;
}

    .m-5050image img {
        border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        -ms-border-radius: 30px;
        margin: 0 auto 15px auto;
    }

@media (min-width:768px) {
    .m-5050image img {
        margin-bottom: 0;
    }
}

.m-5050text .row > div + div h3 {
    margin-top: 30px;
}

@media (min-width:768px) {
    .m-5050text .row > div + div h3 {
        margin-top: 0px;
    }
}

.m-50image50text, .m-textimage {
    overflow: hidden;
    position: relative;
}

    .m-50image50text h1, .m-50image50text h2, .m-textimage h1, .m-textimage h2 {
        margin-top: 15px;
    }

    .m-50image50text p, .m-textimage p {
        margin: 15px 0 0;
    }

    .m-50image50text ul, .m-textimage ul {
        list-style: none;
        padding-left: 20px;
        margin: 30px 0;
    }

        .m-50image50text ul li, .m-textimage ul li {
            position: relative;
            padding-left: 20px;
            margin-bottom: 5px;
        }

            .m-50image50text ul li:before, .m-textimage ul li:before {
                position: absolute;
                left: 0;
                top: 0;
                display: inline-block;
                content: "\2022";
                color: #EF3125;
                font-size: 20px;
            }

        .m-50image50text ul:last-child, .m-50image50text ul.last-child, .m-textimage ul:last-child, .m-textimage ul.last-child {
            margin-bottom: -5px;
        }

    .m-50image50text .btn, .m-textimage .btn {
        margin: 20px 0;
    }

    .m-50image50text .text-container, .m-textimage .text-container {
        float: right;
    }

    .m-50image50text.right .text-container, .m-textimage.right .text-container {
        float: left;
    }

    .m-50image50text .image-border img, .m-textimage .image-border img {
        border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        -ms-border-radius: 30px;
        margin-bottom: 20px;
    }

@media (min-width:400px) {
    .m-50image50text h1, .m-50image50text h2, .m-50image50text h3, .m-textimage h1, .m-textimage h2, .m-textimage h3 {
        margin-top: 0;
    }

    .m-50image50text p, .m-textimage p {
        margin: 0 0 10px;
    }
}

@media (min-width:768px) {
    .m-50image50text, .m-textimage {
        position: relative;
    }

        .m-50image50text.right .e-image, .m-textimage.right .e-image {
            left: 50%;
        }

            .m-50image50text.right .e-image + .container .e-text, .m-textimage.right .e-image + .container .e-text {
                padding-left: 0;
                padding-right: 60px;
            }

        .m-50image50text .e-text, .m-textimage .e-text {
            padding: 0px 0 100px 10px;
        }

        .m-50image50text .e-image, .m-textimage .e-image {
            max-width: none;
            margin: 0;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            overflow: hidden;
            height: 100%;
            width: 50%;
            right: 50%;
        }

            .m-50image50text .e-image img, .m-textimage .e-image img {
                position: absolute;
                top: 50%;
                left: 50%;
                width: auto;
                height: auto;
                max-height: none;
                max-width: none;
                min-height: 100%;
                min-width: 100%;
                transform: translate(-50%,-50%);
                -ms-transform: translate(-50%,-50%);
                -webkit-transform: translate(-50%,-50%);
            }
}

@media (min-width:992px) {
    .m-50image50text.right .e-image + .container .e-text, .m-textimage.right .e-image + .container .e-text {
        padding-left: 0;
        padding-right: 80px;
    }

    .m-50image50text .e-text, .m-textimage .e-text {
        padding: 0px 0 100px 80px;
    }
}

.m-50text50stat {
    position: relative;
    background: #FDB913;
}

    .m-50text50stat + .m-5050image {
        background: #FDB913;
    }

    .m-50text50stat p {
        color: #000;
    }

    .m-50text50stat.reverse .pull-left {
        float: right !important;
    }

    .m-50text50stat.reverse .pull-right {
        float: left !important;
    }

    .m-50text50stat .e-statcontainer {
        padding-top: 25px;
    }

    .m-50text50stat .e-stat {
        font-size: 100px;
        font-size: 10rem;
        line-height: 100px;
        font-weight: 700;
        color: #EF3125;
    }

    .m-50text50stat .e-statistic {
        text-align: center;
    }

    .m-50text50stat .e-caption p {
        font-size: 20px;
        font-size: 2rem;
        line-height: 28px;
        font-weight: 500;
    }

    .m-50text50stat.divider .e-text {
        border-bottom: 1px solid #000;
    }

    .m-50text50stat.divider .pull-right {
        border-left: 1px solid #000;
    }

    .m-50text50stat.reverse.divider .pull-right {
        border-right: 1px solid #000;
        border-left: none;
    }

    .m-50text50stat.red {
        background: #EF3125;
    }

        .m-50text50stat.red blockquote, .m-50text50stat.red h1, .m-50text50stat.red h2, .m-50text50stat.red h3, .m-50text50stat.red h4, .m-50text50stat.red h5, .m-50text50stat.red p, .m-50text50stat.red a, .m-50text50stat.red li {
            color: #fff;
        }

            .m-50text50stat.red li:before {
                border-color: #fff;
            }

        .m-50text50stat.red a {
            color: #fff;
            font-weight: 600;
        }

            .m-50text50stat.red a:hover, .m-50text50stat.red a:focus {
                border-color: #fff;
            }

        .m-50text50stat.red.divider .e-text {
            border-color: #fff;
        }

        .m-50text50stat.red blockquote:before {
            color: #fff;
        }

        .m-50text50stat.red .e-stat, .m-50text50stat.red .e-caption p {
            color: #fff;
        }

    .m-50text50stat.yellow blockquote, .m-50text50stat.yellow h1, .m-50text50stat.yellow h2, .m-50text50stat.yellow h3, .m-50text50stat.yellow h4, .m-50text50stat.yellow h5, .m-50text50stat.yellow p, .m-50text50stat.yellow a, .m-50text50stat.yellow li {
        color: #000;
    }

        .m-50text50stat.yellow li:before {
            border-color: #000;
        }

    .m-50text50stat.yellow .pull-right {
        border-color: #000;
    }

    .m-50text50stat.yellow a {
        color: #000;
        font-weight: 400;
    }

        .m-50text50stat.yellow a:hover, .m-50text50stat.yellow a:focus {
            border-color: #000;
        }

    .m-50text50stat.yellow blockquote:before {
        color: #000;
    }

    .m-50text50stat.yellow .e-stat, .m-50text50stat.yellow .e-caption p {
        color: #000;
    }

    .m-50text50stat.darkred {
        background: #af141f;
    }

        .m-50text50stat.darkred blockquote, .m-50text50stat.darkred h1, .m-50text50stat.darkred h2, .m-50text50stat.darkred h3, .m-50text50stat.darkred h4, .m-50text50stat.darkred h5, .m-50text50stat.darkred p, .m-50text50stat.darkred a, .m-50text50stat.darkred li {
            color: #fff;
        }

            .m-50text50stat.darkred li:before {
                border-color: #fff;
            }

        .m-50text50stat.darkred a {
            color: #fff;
            font-weight: 600;
        }

            .m-50text50stat.darkred a:hover, .m-50text50stat.darkred a:focus {
                border-color: #fff;
            }

        .m-50text50stat.darkred.divider .e-text {
            border-color: #fff;
        }

        .m-50text50stat.darkred blockquote:before {
            color: #fff;
        }

        .m-50text50stat.darkred .e-stat, .m-50text50stat.darkred .e-caption p {
            color: #fff;
        }

    .m-50text50stat.yellow blockquote, .m-50text50stat.yellow h1, .m-50text50stat.yellow h2, .m-50text50stat.yellow h3, .m-50text50stat.yellow h4, .m-50text50stat.yellow h5, .m-50text50stat.yellow p, .m-50text50stat.yellow a, .m-50text50stat.yellow li {
        color: #000;
    }

        .m-50text50stat.yellow li:before {
            border-color: #000;
        }

    .m-50text50stat.yellow .pull-right {
        border-color: #000;
    }

    .m-50text50stat.yellow a {
        color: #000;
        font-weight: 400;
    }

        .m-50text50stat.yellow a:hover, .m-50text50stat.yellow a:focus {
            border-color: #000;
        }

    .m-50text50stat.yellow blockquote:before {
        color: #000;
    }

    .m-50text50stat.yellow .e-stat, .m-50text50stat.yellow .e-caption p {
        color: #000;
    }

    .m-50text50stat.pink {
        background: #CEA4BB;
    }

        .m-50text50stat.pink blockquote, .m-50text50stat.pink h1, .m-50text50stat.pink h2, .m-50text50stat.pink h3, .m-50text50stat.pink h4, .m-50text50stat.pink h5, .m-50text50stat.pink p, .m-50text50stat.pink a, .m-50text50stat.pink li {
            color: #fff;
        }

            .m-50text50stat.pink li:before {
                border-color: #fff;
            }

        .m-50text50stat.pink a {
            color: #fff;
            font-weight: 600;
        }

            .m-50text50stat.pink a:hover, .m-50text50stat.pink a:focus {
                border-color: #fff;
            }

        .m-50text50stat.pink.divider .e-text {
            border-color: #fff;
        }

        .m-50text50stat.pink blockquote:before {
            color: #fff;
        }

        .m-50text50stat.pink .e-stat, .m-50text50stat.pink .e-caption p {
            color: #fff;
        }

    .m-50text50stat.yellow blockquote, .m-50text50stat.yellow h1, .m-50text50stat.yellow h2, .m-50text50stat.yellow h3, .m-50text50stat.yellow h4, .m-50text50stat.yellow h5, .m-50text50stat.yellow p, .m-50text50stat.yellow a, .m-50text50stat.yellow li {
        color: #000;
    }

        .m-50text50stat.yellow li:before {
            border-color: #000;
        }

    .m-50text50stat.yellow .pull-right {
        border-color: #000;
    }

    .m-50text50stat.yellow a {
        color: #000;
        font-weight: 400;
    }

        .m-50text50stat.yellow a:hover, .m-50text50stat.yellow a:focus {
            border-color: #000;
        }

    .m-50text50stat.yellow blockquote:before {
        color: #000;
    }

    .m-50text50stat.yellow .e-stat, .m-50text50stat.yellow .e-caption p {
        color: #000;
    }

    .m-50text50stat.blue {
        background: #255870;
    }

        .m-50text50stat.blue blockquote, .m-50text50stat.blue h1, .m-50text50stat.blue h2, .m-50text50stat.blue h3, .m-50text50stat.blue h4, .m-50text50stat.blue h5, .m-50text50stat.blue p, .m-50text50stat.blue a, .m-50text50stat.blue li {
            color: #fff;
        }

            .m-50text50stat.blue li:before {
                border-color: #fff;
            }

        .m-50text50stat.blue a {
            color: #fff;
            font-weight: 600;
        }

            .m-50text50stat.blue a:hover, .m-50text50stat.blue a:focus {
                border-color: #fff;
            }

        .m-50text50stat.blue.divider .e-text {
            border-color: #fff;
        }

        .m-50text50stat.blue blockquote:before {
            color: #fff;
        }

        .m-50text50stat.blue .e-stat, .m-50text50stat.blue .e-caption p {
            color: #fff;
        }

    .m-50text50stat.yellow blockquote, .m-50text50stat.yellow h1, .m-50text50stat.yellow h2, .m-50text50stat.yellow h3, .m-50text50stat.yellow h4, .m-50text50stat.yellow h5, .m-50text50stat.yellow p, .m-50text50stat.yellow a, .m-50text50stat.yellow li {
        color: #000;
    }

        .m-50text50stat.yellow li:before {
            border-color: #000;
        }

    .m-50text50stat.yellow .pull-right {
        border-color: #000;
    }

    .m-50text50stat.yellow a {
        color: #000;
        font-weight: 400;
    }

        .m-50text50stat.yellow a:hover, .m-50text50stat.yellow a:focus {
            border-color: #000;
        }

    .m-50text50stat.yellow blockquote:before {
        color: #000;
    }

    .m-50text50stat.yellow .e-stat, .m-50text50stat.yellow .e-caption p {
        color: #000;
    }

    .m-50text50stat.green {
        background: #437353;
    }

        .m-50text50stat.green blockquote, .m-50text50stat.green h1, .m-50text50stat.green h2, .m-50text50stat.green h3, .m-50text50stat.green h4, .m-50text50stat.green h5, .m-50text50stat.green p, .m-50text50stat.green a, .m-50text50stat.green li {
            color: #fff;
        }

            .m-50text50stat.green li:before {
                border-color: #fff;
            }

        .m-50text50stat.green a {
            color: #fff;
            font-weight: 600;
        }

            .m-50text50stat.green a:hover, .m-50text50stat.green a:focus {
                border-color: #fff;
            }

        .m-50text50stat.green.divider .e-text {
            border-color: #fff;
        }

        .m-50text50stat.green blockquote:before {
            color: #fff;
        }

        .m-50text50stat.green .e-stat, .m-50text50stat.green .e-caption p {
            color: #fff;
        }

    .m-50text50stat.yellow blockquote, .m-50text50stat.yellow h1, .m-50text50stat.yellow h2, .m-50text50stat.yellow h3, .m-50text50stat.yellow h4, .m-50text50stat.yellow h5, .m-50text50stat.yellow p, .m-50text50stat.yellow a, .m-50text50stat.yellow li {
        color: #000;
    }

        .m-50text50stat.yellow li:before {
            border-color: #000;
        }

    .m-50text50stat.yellow .pull-right {
        border-color: #000;
    }

    .m-50text50stat.yellow a {
        color: #000;
        font-weight: 400;
    }

        .m-50text50stat.yellow a:hover, .m-50text50stat.yellow a:focus {
            border-color: #000;
        }

    .m-50text50stat.yellow blockquote:before {
        color: #000;
    }

    .m-50text50stat.yellow .e-stat, .m-50text50stat.yellow .e-caption p {
        color: #000;
    }

    .m-50text50stat.grey {
        background: #7F7C71;
    }

        .m-50text50stat.grey blockquote, .m-50text50stat.grey h1, .m-50text50stat.grey h2, .m-50text50stat.grey h3, .m-50text50stat.grey h4, .m-50text50stat.grey h5, .m-50text50stat.grey p, .m-50text50stat.grey a, .m-50text50stat.grey li {
            color: #fff;
        }

            .m-50text50stat.grey li:before {
                border-color: #fff;
            }

        .m-50text50stat.grey a {
            color: #fff;
            font-weight: 600;
        }

            .m-50text50stat.grey a:hover, .m-50text50stat.grey a:focus {
                border-color: #fff;
            }

        .m-50text50stat.grey.divider .e-text {
            border-color: #fff;
        }

        .m-50text50stat.grey blockquote:before {
            color: #fff;
        }

        .m-50text50stat.grey .e-stat, .m-50text50stat.grey .e-caption p {
            color: #fff;
        }

    .m-50text50stat.yellow blockquote, .m-50text50stat.yellow h1, .m-50text50stat.yellow h2, .m-50text50stat.yellow h3, .m-50text50stat.yellow h4, .m-50text50stat.yellow h5, .m-50text50stat.yellow p, .m-50text50stat.yellow a, .m-50text50stat.yellow li {
        color: #000;
    }

        .m-50text50stat.yellow li:before {
            border-color: #000;
        }

    .m-50text50stat.yellow .pull-right {
        border-color: #000;
    }

    .m-50text50stat.yellow a {
        color: #000;
        font-weight: 400;
    }

        .m-50text50stat.yellow a:hover, .m-50text50stat.yellow a:focus {
            border-color: #000;
        }

    .m-50text50stat.yellow blockquote:before {
        color: #000;
    }

    .m-50text50stat.yellow .e-stat, .m-50text50stat.yellow .e-caption p {
        color: #000;
    }

    .m-50text50stat.midgrey {
        background: #7F7C71;
    }

        .m-50text50stat.midgrey blockquote, .m-50text50stat.midgrey h1, .m-50text50stat.midgrey h2, .m-50text50stat.midgrey h3, .m-50text50stat.midgrey h4, .m-50text50stat.midgrey h5, .m-50text50stat.midgrey p, .m-50text50stat.midgrey a, .m-50text50stat.midgrey li {
            color: #fff;
        }

            .m-50text50stat.midgrey li:before {
                border-color: #fff;
            }

        .m-50text50stat.midgrey a {
            color: #fff;
            font-weight: 600;
        }

            .m-50text50stat.midgrey a:hover, .m-50text50stat.midgrey a:focus {
                border-color: #fff;
            }

        .m-50text50stat.midgrey.divider .e-text {
            border-color: #fff;
        }

        .m-50text50stat.midgrey blockquote:before {
            color: #fff;
        }

        .m-50text50stat.midgrey .e-stat, .m-50text50stat.midgrey .e-caption p {
            color: #fff;
        }

    .m-50text50stat.yellow blockquote, .m-50text50stat.yellow h1, .m-50text50stat.yellow h2, .m-50text50stat.yellow h3, .m-50text50stat.yellow h4, .m-50text50stat.yellow h5, .m-50text50stat.yellow p, .m-50text50stat.yellow a, .m-50text50stat.yellow li {
        color: #000;
    }

        .m-50text50stat.yellow li:before {
            border-color: #000;
        }

    .m-50text50stat.yellow .pull-right {
        border-color: #000;
    }

    .m-50text50stat.yellow a {
        color: #000;
        font-weight: 400;
    }

        .m-50text50stat.yellow a:hover, .m-50text50stat.yellow a:focus {
            border-color: #000;
        }

    .m-50text50stat.yellow blockquote:before {
        color: #000;
    }

    .m-50text50stat.yellow .e-stat, .m-50text50stat.yellow .e-caption p {
        color: #000;
    }

    .m-50text50stat.midgrey2 {
        background: #949597;
    }

        .m-50text50stat.midgrey2 blockquote, .m-50text50stat.midgrey2 h1, .m-50text50stat.midgrey2 h2, .m-50text50stat.midgrey2 h3, .m-50text50stat.midgrey2 h4, .m-50text50stat.midgrey2 h5, .m-50text50stat.midgrey2 p, .m-50text50stat.midgrey2 a, .m-50text50stat.midgrey2 li {
            color: #fff;
        }

            .m-50text50stat.midgrey2 li:before {
                border-color: #fff;
            }

        .m-50text50stat.midgrey2 a {
            color: #fff;
            font-weight: 600;
        }

            .m-50text50stat.midgrey2 a:hover, .m-50text50stat.midgrey2 a:focus {
                border-color: #fff;
            }

        .m-50text50stat.midgrey2.divider .e-text {
            border-color: #fff;
        }

        .m-50text50stat.midgrey2 blockquote:before {
            color: #fff;
        }

        .m-50text50stat.midgrey2 .e-stat, .m-50text50stat.midgrey2 .e-caption p {
            color: #fff;
        }

    .m-50text50stat.yellow blockquote, .m-50text50stat.yellow h1, .m-50text50stat.yellow h2, .m-50text50stat.yellow h3, .m-50text50stat.yellow h4, .m-50text50stat.yellow h5, .m-50text50stat.yellow p, .m-50text50stat.yellow a, .m-50text50stat.yellow li {
        color: #000;
    }

        .m-50text50stat.yellow li:before {
            border-color: #000;
        }

    .m-50text50stat.yellow .pull-right {
        border-color: #000;
    }

    .m-50text50stat.yellow a {
        color: #000;
        font-weight: 400;
    }

        .m-50text50stat.yellow a:hover, .m-50text50stat.yellow a:focus {
            border-color: #000;
        }

    .m-50text50stat.yellow blockquote:before {
        color: #000;
    }

    .m-50text50stat.yellow .e-stat, .m-50text50stat.yellow .e-caption p {
        color: #000;
    }

    .m-50text50stat.darkgrey {
        background: #323232;
    }

        .m-50text50stat.darkgrey blockquote, .m-50text50stat.darkgrey h1, .m-50text50stat.darkgrey h2, .m-50text50stat.darkgrey h3, .m-50text50stat.darkgrey h4, .m-50text50stat.darkgrey h5, .m-50text50stat.darkgrey p, .m-50text50stat.darkgrey a, .m-50text50stat.darkgrey li {
            color: #fff;
        }

            .m-50text50stat.darkgrey li:before {
                border-color: #fff;
            }

        .m-50text50stat.darkgrey a {
            color: #fff;
            font-weight: 600;
        }

            .m-50text50stat.darkgrey a:hover, .m-50text50stat.darkgrey a:focus {
                border-color: #fff;
            }

        .m-50text50stat.darkgrey.divider .e-text {
            border-color: #fff;
        }

        .m-50text50stat.darkgrey blockquote:before {
            color: #fff;
        }

        .m-50text50stat.darkgrey .e-stat, .m-50text50stat.darkgrey .e-caption p {
            color: #fff;
        }

    .m-50text50stat.yellow blockquote, .m-50text50stat.yellow h1, .m-50text50stat.yellow h2, .m-50text50stat.yellow h3, .m-50text50stat.yellow h4, .m-50text50stat.yellow h5, .m-50text50stat.yellow p, .m-50text50stat.yellow a, .m-50text50stat.yellow li {
        color: #000;
    }

        .m-50text50stat.yellow li:before {
            border-color: #000;
        }

    .m-50text50stat.yellow .pull-right {
        border-color: #000;
    }

    .m-50text50stat.yellow a {
        color: #000;
        font-weight: 400;
    }

        .m-50text50stat.yellow a:hover, .m-50text50stat.yellow a:focus {
            border-color: #000;
        }

    .m-50text50stat.yellow blockquote:before {
        color: #000;
    }

    .m-50text50stat.yellow .e-stat, .m-50text50stat.yellow .e-caption p {
        color: #000;
    }

    .m-50text50stat.black {
        background: #000;
    }

        .m-50text50stat.black blockquote, .m-50text50stat.black h1, .m-50text50stat.black h2, .m-50text50stat.black h3, .m-50text50stat.black h4, .m-50text50stat.black h5, .m-50text50stat.black p, .m-50text50stat.black a, .m-50text50stat.black li {
            color: #fff;
        }

            .m-50text50stat.black li:before {
                border-color: #fff;
            }

        .m-50text50stat.black a {
            color: #fff;
            font-weight: 600;
        }

            .m-50text50stat.black a:hover, .m-50text50stat.black a:focus {
                border-color: #fff;
            }

        .m-50text50stat.black.divider .e-text {
            border-color: #fff;
        }

        .m-50text50stat.black blockquote:before {
            color: #fff;
        }

        .m-50text50stat.black .e-stat, .m-50text50stat.black .e-caption p {
            color: #fff;
        }

    .m-50text50stat.yellow blockquote, .m-50text50stat.yellow h1, .m-50text50stat.yellow h2, .m-50text50stat.yellow h3, .m-50text50stat.yellow h4, .m-50text50stat.yellow h5, .m-50text50stat.yellow p, .m-50text50stat.yellow a, .m-50text50stat.yellow li {
        color: #000;
    }

        .m-50text50stat.yellow li:before {
            border-color: #000;
        }

    .m-50text50stat.yellow .pull-right {
        border-color: #000;
    }

    .m-50text50stat.yellow a {
        color: #000;
        font-weight: 400;
    }

        .m-50text50stat.yellow a:hover, .m-50text50stat.yellow a:focus {
            border-color: #000;
        }

    .m-50text50stat.yellow blockquote:before {
        color: #000;
    }

    .m-50text50stat.yellow .e-stat, .m-50text50stat.yellow .e-caption p {
        color: #000;
    }

    .m-50text50stat.cyan {
        background: #8AAAD9;
    }

        .m-50text50stat.cyan blockquote, .m-50text50stat.cyan h1, .m-50text50stat.cyan h2, .m-50text50stat.cyan h3, .m-50text50stat.cyan h4, .m-50text50stat.cyan h5, .m-50text50stat.cyan p, .m-50text50stat.cyan a, .m-50text50stat.cyan li {
            color: #fff;
        }

            .m-50text50stat.cyan li:before {
                border-color: #fff;
            }

        .m-50text50stat.cyan a {
            color: #fff;
            font-weight: 600;
        }

            .m-50text50stat.cyan a:hover, .m-50text50stat.cyan a:focus {
                border-color: #fff;
            }

        .m-50text50stat.cyan.divider .e-text {
            border-color: #fff;
        }

        .m-50text50stat.cyan blockquote:before {
            color: #fff;
        }

        .m-50text50stat.cyan .e-stat, .m-50text50stat.cyan .e-caption p {
            color: #fff;
        }

    .m-50text50stat.yellow blockquote, .m-50text50stat.yellow h1, .m-50text50stat.yellow h2, .m-50text50stat.yellow h3, .m-50text50stat.yellow h4, .m-50text50stat.yellow h5, .m-50text50stat.yellow p, .m-50text50stat.yellow a, .m-50text50stat.yellow li {
        color: #000;
    }

        .m-50text50stat.yellow li:before {
            border-color: #000;
        }

    .m-50text50stat.yellow .pull-right {
        border-color: #000;
    }

    .m-50text50stat.yellow a {
        color: #000;
        font-weight: 400;
    }

        .m-50text50stat.yellow a:hover, .m-50text50stat.yellow a:focus {
            border-color: #000;
        }

    .m-50text50stat.yellow blockquote:before {
        color: #000;
    }

    .m-50text50stat.yellow .e-stat, .m-50text50stat.yellow .e-caption p {
        color: #000;
    }

    .m-50text50stat.yellow {
        background: #FDB913;
    }

        .m-50text50stat.yellow blockquote, .m-50text50stat.yellow h1, .m-50text50stat.yellow h2, .m-50text50stat.yellow h3, .m-50text50stat.yellow h4, .m-50text50stat.yellow h5, .m-50text50stat.yellow p, .m-50text50stat.yellow a, .m-50text50stat.yellow li {
            color: #fff;
        }

            .m-50text50stat.yellow li:before {
                border-color: #fff;
            }

        .m-50text50stat.yellow a {
            color: #fff;
            font-weight: 600;
        }

            .m-50text50stat.yellow a:hover, .m-50text50stat.yellow a:focus {
                border-color: #fff;
            }

        .m-50text50stat.yellow.divider .e-text {
            border-color: #fff;
        }

        .m-50text50stat.yellow blockquote:before {
            color: #fff;
        }

        .m-50text50stat.yellow .e-stat, .m-50text50stat.yellow .e-caption p {
            color: #fff;
        }

        .m-50text50stat.yellow blockquote, .m-50text50stat.yellow h1, .m-50text50stat.yellow h2, .m-50text50stat.yellow h3, .m-50text50stat.yellow h4, .m-50text50stat.yellow h5, .m-50text50stat.yellow p, .m-50text50stat.yellow a, .m-50text50stat.yellow li {
            color: #000;
        }

            .m-50text50stat.yellow li:before {
                border-color: #000;
            }

        .m-50text50stat.yellow .pull-right {
            border-color: #000;
        }

        .m-50text50stat.yellow a {
            color: #000;
            font-weight: 400;
        }

            .m-50text50stat.yellow a:hover, .m-50text50stat.yellow a:focus {
                border-color: #000;
            }

        .m-50text50stat.yellow blockquote:before {
            color: #000;
        }

        .m-50text50stat.yellow .e-stat, .m-50text50stat.yellow .e-caption p {
            color: #000;
        }

    .m-50text50stat.red1 {
        background: #92181b;
    }

        .m-50text50stat.red1 blockquote, .m-50text50stat.red1 h1, .m-50text50stat.red1 h2, .m-50text50stat.red1 h3, .m-50text50stat.red1 h4, .m-50text50stat.red1 h5, .m-50text50stat.red1 p, .m-50text50stat.red1 a, .m-50text50stat.red1 li {
            color: #fff;
        }

            .m-50text50stat.red1 li:before {
                border-color: #fff;
            }

        .m-50text50stat.red1 a {
            color: #fff;
            font-weight: 600;
        }

            .m-50text50stat.red1 a:hover, .m-50text50stat.red1 a:focus {
                border-color: #fff;
            }

        .m-50text50stat.red1.divider .e-text {
            border-color: #fff;
        }

        .m-50text50stat.red1 blockquote:before {
            color: #fff;
        }

        .m-50text50stat.red1 .e-stat, .m-50text50stat.red1 .e-caption p {
            color: #fff;
        }

    .m-50text50stat.yellow blockquote, .m-50text50stat.yellow h1, .m-50text50stat.yellow h2, .m-50text50stat.yellow h3, .m-50text50stat.yellow h4, .m-50text50stat.yellow h5, .m-50text50stat.yellow p, .m-50text50stat.yellow a, .m-50text50stat.yellow li {
        color: #000;
    }

        .m-50text50stat.yellow li:before {
            border-color: #000;
        }

    .m-50text50stat.yellow .pull-right {
        border-color: #000;
    }

    .m-50text50stat.yellow a {
        color: #000;
        font-weight: 400;
    }

        .m-50text50stat.yellow a:hover, .m-50text50stat.yellow a:focus {
            border-color: #000;
        }

    .m-50text50stat.yellow blockquote:before {
        color: #000;
    }

    .m-50text50stat.yellow .e-stat, .m-50text50stat.yellow .e-caption p {
        color: #000;
    }

    .m-50text50stat.red2 {
        background: #881416;
    }

        .m-50text50stat.red2 blockquote, .m-50text50stat.red2 h1, .m-50text50stat.red2 h2, .m-50text50stat.red2 h3, .m-50text50stat.red2 h4, .m-50text50stat.red2 h5, .m-50text50stat.red2 p, .m-50text50stat.red2 a, .m-50text50stat.red2 li {
            color: #fff;
        }

            .m-50text50stat.red2 li:before {
                border-color: #fff;
            }

        .m-50text50stat.red2 a {
            color: #fff;
            font-weight: 600;
        }

            .m-50text50stat.red2 a:hover, .m-50text50stat.red2 a:focus {
                border-color: #fff;
            }

        .m-50text50stat.red2.divider .e-text {
            border-color: #fff;
        }

        .m-50text50stat.red2 blockquote:before {
            color: #fff;
        }

        .m-50text50stat.red2 .e-stat, .m-50text50stat.red2 .e-caption p {
            color: #fff;
        }

    .m-50text50stat.yellow blockquote, .m-50text50stat.yellow h1, .m-50text50stat.yellow h2, .m-50text50stat.yellow h3, .m-50text50stat.yellow h4, .m-50text50stat.yellow h5, .m-50text50stat.yellow p, .m-50text50stat.yellow a, .m-50text50stat.yellow li {
        color: #000;
    }

        .m-50text50stat.yellow li:before {
            border-color: #000;
        }

    .m-50text50stat.yellow .pull-right {
        border-color: #000;
    }

    .m-50text50stat.yellow a {
        color: #000;
        font-weight: 400;
    }

        .m-50text50stat.yellow a:hover, .m-50text50stat.yellow a:focus {
            border-color: #000;
        }

    .m-50text50stat.yellow blockquote:before {
        color: #000;
    }

    .m-50text50stat.yellow .e-stat, .m-50text50stat.yellow .e-caption p {
        color: #000;
    }

    .m-50text50stat.red3 {
        background: #701510;
    }

        .m-50text50stat.red3 blockquote, .m-50text50stat.red3 h1, .m-50text50stat.red3 h2, .m-50text50stat.red3 h3, .m-50text50stat.red3 h4, .m-50text50stat.red3 h5, .m-50text50stat.red3 p, .m-50text50stat.red3 a, .m-50text50stat.red3 li {
            color: #fff;
        }

            .m-50text50stat.red3 li:before {
                border-color: #fff;
            }

        .m-50text50stat.red3 a {
            color: #fff;
            font-weight: 600;
        }

            .m-50text50stat.red3 a:hover, .m-50text50stat.red3 a:focus {
                border-color: #fff;
            }

        .m-50text50stat.red3.divider .e-text {
            border-color: #fff;
        }

        .m-50text50stat.red3 blockquote:before {
            color: #fff;
        }

        .m-50text50stat.red3 .e-stat, .m-50text50stat.red3 .e-caption p {
            color: #fff;
        }

    .m-50text50stat.yellow blockquote, .m-50text50stat.yellow h1, .m-50text50stat.yellow h2, .m-50text50stat.yellow h3, .m-50text50stat.yellow h4, .m-50text50stat.yellow h5, .m-50text50stat.yellow p, .m-50text50stat.yellow a, .m-50text50stat.yellow li {
        color: #000;
    }

        .m-50text50stat.yellow li:before {
            border-color: #000;
        }

    .m-50text50stat.yellow .pull-right {
        border-color: #000;
    }

    .m-50text50stat.yellow a {
        color: #000;
        font-weight: 400;
    }

        .m-50text50stat.yellow a:hover, .m-50text50stat.yellow a:focus {
            border-color: #000;
        }

    .m-50text50stat.yellow blockquote:before {
        color: #000;
    }

    .m-50text50stat.yellow .e-stat, .m-50text50stat.yellow .e-caption p {
        color: #000;
    }

    .m-50text50stat.orange {
        background: #f06c2e;
    }

        .m-50text50stat.orange blockquote, .m-50text50stat.orange h1, .m-50text50stat.orange h2, .m-50text50stat.orange h3, .m-50text50stat.orange h4, .m-50text50stat.orange h5, .m-50text50stat.orange p, .m-50text50stat.orange a, .m-50text50stat.orange li {
            color: #fff;
        }

            .m-50text50stat.orange li:before {
                border-color: #fff;
            }

        .m-50text50stat.orange a {
            color: #fff;
            font-weight: 600;
        }

            .m-50text50stat.orange a:hover, .m-50text50stat.orange a:focus {
                border-color: #fff;
            }

        .m-50text50stat.orange.divider .e-text {
            border-color: #fff;
        }

        .m-50text50stat.orange blockquote:before {
            color: #fff;
        }

        .m-50text50stat.orange .e-stat, .m-50text50stat.orange .e-caption p {
            color: #fff;
        }

    .m-50text50stat.yellow blockquote, .m-50text50stat.yellow h1, .m-50text50stat.yellow h2, .m-50text50stat.yellow h3, .m-50text50stat.yellow h4, .m-50text50stat.yellow h5, .m-50text50stat.yellow p, .m-50text50stat.yellow a, .m-50text50stat.yellow li {
        color: #000;
    }

        .m-50text50stat.yellow li:before {
            border-color: #000;
        }

    .m-50text50stat.yellow .pull-right {
        border-color: #000;
    }

    .m-50text50stat.yellow a {
        color: #000;
        font-weight: 400;
    }

        .m-50text50stat.yellow a:hover, .m-50text50stat.yellow a:focus {
            border-color: #000;
        }

    .m-50text50stat.yellow blockquote:before {
        color: #000;
    }

    .m-50text50stat.yellow .e-stat, .m-50text50stat.yellow .e-caption p {
        color: #000;
    }

    .m-50text50stat.lightred {
        background: #d21c54;
    }

        .m-50text50stat.lightred blockquote, .m-50text50stat.lightred h1, .m-50text50stat.lightred h2, .m-50text50stat.lightred h3, .m-50text50stat.lightred h4, .m-50text50stat.lightred h5, .m-50text50stat.lightred p, .m-50text50stat.lightred a, .m-50text50stat.lightred li {
            color: #fff;
        }

            .m-50text50stat.lightred li:before {
                border-color: #fff;
            }

        .m-50text50stat.lightred a {
            color: #fff;
            font-weight: 600;
        }

            .m-50text50stat.lightred a:hover, .m-50text50stat.lightred a:focus {
                border-color: #fff;
            }

        .m-50text50stat.lightred.divider .e-text {
            border-color: #fff;
        }

        .m-50text50stat.lightred blockquote:before {
            color: #fff;
        }

        .m-50text50stat.lightred .e-stat, .m-50text50stat.lightred .e-caption p {
            color: #fff;
        }

    .m-50text50stat.yellow blockquote, .m-50text50stat.yellow h1, .m-50text50stat.yellow h2, .m-50text50stat.yellow h3, .m-50text50stat.yellow h4, .m-50text50stat.yellow h5, .m-50text50stat.yellow p, .m-50text50stat.yellow a, .m-50text50stat.yellow li {
        color: #000;
    }

        .m-50text50stat.yellow li:before {
            border-color: #000;
        }

    .m-50text50stat.yellow .pull-right {
        border-color: #000;
    }

    .m-50text50stat.yellow a {
        color: #000;
        font-weight: 400;
    }

        .m-50text50stat.yellow a:hover, .m-50text50stat.yellow a:focus {
            border-color: #000;
        }

    .m-50text50stat.yellow blockquote:before {
        color: #000;
    }

    .m-50text50stat.yellow .e-stat, .m-50text50stat.yellow .e-caption p {
        color: #000;
    }

@media (min-width:768px) {
    .m-50text50stat.divider .e-text {
        border-bottom: none;
    }

    .m-50text50stat .e-text {
        padding-bottom: 0;
        width: 100%;
    }

    .m-50text50stat .e-statistic {
        position: relative;
        min-height: 250px;
        text-align: left;
    }

        .m-50text50stat .e-statistic .e-statcontainer {
            width: 100%;
        }

    .m-50text50stat .e-stat, .m-50text50stat .e-caption {
        text-align: center;
    }

    .m-50text50stat .e-caption {
        margin: 0 auto;
    }
}

@media (min-width:992px) {
    .m-50text50stat .e-stat {
        font-size: 130px;
        font-size: 13rem;
        line-height: 130px;
    }

    .m-50text50stat .e-caption p {
        font-size: 30px;
        font-size: 3rem;
        line-height: 36px;
    }
}

.m-75image25quote img {
    margin: 0 0 20px;
}

@media (min-width:768px) {
    .m-75image25quote img {
        margin: 0;
    }
}

@media (min-width:1200px) {
    .m-75image25quote blockquote:after {
        left: 0;
    }
}

.m-75image25text .text {
    margin-bottom: 20px;
}

.m-75image25text ul {
    margin: 0;
    padding-left: 20px;
}

    .m-75image25text ul li {
        position: relative;
        margin-left: 20px;
        padding-left: 0;
        margin-bottom: 5px;
    }

        .m-75image25text ul li:before {
            content: " ";
            background-image: url("/images/icons-sefdde64f66.png");
            background-position: -3235px 0;
            background-repeat: no-repeat;
            overflow: hidden;
            display: block;
            height: 9px;
            width: 6px;
            display: inline-block;
            position: absolute;
            left: -20px;
            top: 6px;
        }

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-75image25text ul li:before {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -2838px 0;
        height: 9px;
        width: 6px;
    }
}

.m-75image25text img {
    margin-bottom: 10px;
}

@media (min-width:768px) {
    .m-75image25text .text {
        margin-bottom: 0px;
    }
}

.m-75quote25cite {
    padding-top: 30px;
}

    .m-75quote25cite blockquote {
        padding-top: 0;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .m-75quote25cite img {
        display: block;
    }

    .m-75quote25cite.reverse .pull-left {
        float: right !important;
    }

    .m-75quote25cite.reverse .pull-right {
        float: left !important;
    }

@media (min-width:992px) {
    .m-75quote25cite .m-source {
        padding: 10px 0 10px 60px;
        border-left: 3px solid #d1d1d1;
    }

    .m-75quote25cite blockquote {
        padding-right: 30px;
    }

    .m-75quote25cite.reverse .m-source {
        padding: 10px 60px 10px 0;
        border-left: none;
        border-right: 3px solid #d1d1d1;
    }

    .m-75quote25cite.reverse blockquote {
        padding-left: 30px;
    }
}

.m-accordionItem {
    display: block;
    margin: 0;
}

    .m-accordionItem .container:hover {
        cursor: pointer;
    }

    .m-accordionItem .e-title {
        position: relative;
        -webkit-transition: 0.1s all linear;
        -moz-transition: 0.1s all linear;
        -ms-transition: 0.1s all linear;
        -o-transition: 0.1s all linear;
        transition: 0.1s all linear;
    }

        .m-accordionItem .e-title span {
            -webkit-transition: 0.1s all linear;
            -moz-transition: 0.1s all linear;
            -ms-transition: 0.1s all linear;
            -o-transition: 0.1s all linear;
            transition: 0.1s all linear;
            color: #000;
        }

        .m-accordionItem .e-title:after {
            content: "\f078";
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: absolute;
            right: 0;
            top: 50%;
            margin-top: -12.5px;
            font-size: 25px;
            color: #EF3125;
        }

        .m-accordionItem .e-title.open:after {
            content: "\f077";
        }

        .m-accordionItem .e-title:hover {
            cursor: pointer;
        }

    .m-accordionItem .job {
        margin-top: -10px;
        color: #7F7C71;
    }

    .m-accordionItem .info a {
        text-decoration: none;
    }

        .m-accordionItem .info a:hover {
            color: #EF3125;
        }

    .m-accordionItem h3 {
        margin-top: 0;
        color: #EF3125;
    }

    .m-accordionItem .more {
        display: none;
        padding-right: 50px;
    }

        .m-accordionItem .more ul {
            list-style: none;
            padding-left: 20px;
            margin: 30px 0;
        }

            .m-accordionItem .more ul li {
                position: relative;
                padding-left: 20px;
                margin-bottom: 5px;
            }

                .m-accordionItem .more ul li:before {
                    position: absolute;
                    left: 0;
                    top: 0;
                    display: inline-block;
                    content: "\2022";
                    color: #EF3125;
                    font-size: 20px;
                }

            .m-accordionItem .more ul:last-child, .m-accordionItem .more ul.last-child {
                margin-bottom: -5px;
            }

    .m-accordionItem.FAQ {
        margin-bottom: 20px;
        padding-bottom: 0 !important;
    }

        .m-accordionItem.FAQ + .FAQ {
            padding: 0px !important;
        }

        .m-accordionItem.FAQ h3 {
            color: #000;
            font-size: 20px;
            line-height: 26px;
            padding-right: 50px;
        }

            .m-accordionItem.FAQ h3:hover {
                color: #EF3125;
            }

        .m-accordionItem.FAQ .more {
            margin-top: 10px;
            width: 100%;
            padding-right: 0;
        }

        .m-accordionItem.FAQ.border .faq-border {
            padding-top: 15px;
            padding-bottom: 15px;
            border-bottom: 2px solid #C1BDAD;
        }

        .m-accordionItem.FAQ.border:last-child .container {
            margin-bottom: 0 !important;
        }

        .m-accordionItem.FAQ.border h3 {
            margin-top: 10px;
        }

        .m-accordionItem.FAQ.border + .border .container {
            border-width: 0 0 10px 0;
        }

        .m-accordionItem.FAQ.border + .border h3 {
            margin-top: 0;
        }

    .m-accordionItem.contact {
        padding-right: 55px;
    }

    .m-accordionItem.no-more .e-title {
        position: relative;
        -webkit-transition: 0.1s all linear;
        -moz-transition: 0.1s all linear;
        -ms-transition: 0.1s all linear;
        -o-transition: 0.1s all linear;
        transition: 0.1s all linear;
        pointer-events: none;
    }

        .m-accordionItem.no-more .e-title:after {
            display: none;
        }

        .m-accordionItem.no-more .e-title:hover span {
            color: #000;
        }

        .m-accordionItem.no-more .e-title:hover {
            cursor: default;
        }

    .m-accordionItem ~ .m-pagination {
        border: none;
    }

@media (min-width:768px) {
    .m-accordionItem.FAQ h3 {
        font-size: 28px;
        line-height: 32px;
    }

    .m-accordionItem.FAQ .more {
        padding-right: 50px;
    }
}

.m-casestudypicker {
    background: #C1BDAD;
}

    .m-casestudypicker p.intro-text {
        color: #000;
    }

    .m-casestudypicker h2 {
        margin-top: 0;
    }

    .m-casestudypicker .item {
        background: #fff;
        display: block;
        margin: 30px 0 0;
        text-decoration: none;
        border-bottom: none;
        position: relative;
        overflow: hidden;
        border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        -ms-border-radius: 30px;
    }

        .m-casestudypicker .item:hover .text .e-cta {
            border-bottom: 1px solid #EF3125;
        }

        .m-casestudypicker .item:before {
            content: " ";
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 5;
            opacity: 0.5;
        }

@supports (mix-blend-mode:multiply) {
    .m-casestudypicker .item:before {
        mix-blend-mode: multiply;
        opacity: 1;
    }
}

.m-casestudypicker .item.red:before {
    background-color: #EF3125;
}

.m-casestudypicker .item.darkred:before {
    background-color: #af141f;
}

.m-casestudypicker .item.pink:before {
    background-color: #CEA4BB;
}

.m-casestudypicker .item.blue:before {
    background-color: #255870;
}

.m-casestudypicker .item.green:before {
    background-color: #437353;
}

.m-casestudypicker .item.grey:before {
    background-color: #7F7C71;
}

.m-casestudypicker .item.midgrey:before {
    background-color: #7F7C71;
}

.m-casestudypicker .item.midgrey2:before {
    background-color: #949597;
}

.m-casestudypicker .item.darkgrey:before {
    background-color: #323232;
}

.m-casestudypicker .item.black:before {
    background-color: #000;
}

.m-casestudypicker .item.cyan:before {
    background-color: #8AAAD9;
}

.m-casestudypicker .item.yellow:before {
    background-color: #FDB913;
}

.m-casestudypicker .item.red1:before {
    background-color: #92181b;
}

.m-casestudypicker .item.red2:before {
    background-color: #881416;
}

.m-casestudypicker .item.red3:before {
    background-color: #701510;
}

.m-casestudypicker .item.orange:before {
    background-color: #f06c2e;
}

.m-casestudypicker .item.lightred:before {
    background-color: #d21c54;
}

.m-casestudypicker .item .image-wrapper {
    padding: 20px;
}

    .m-casestudypicker .item .image-wrapper img {
        border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        -ms-border-radius: 30px;
    }

.m-casestudypicker .item .text {
    padding: 20px;
    background: #fff;
    z-index: 6;
    position: relative;
}

    .m-casestudypicker .item .text.red {
        border-top: 10px solid #EF3125;
    }

    .m-casestudypicker .item .text.darkred {
        border-top: 10px solid #af141f;
    }

    .m-casestudypicker .item .text.pink {
        border-top: 10px solid #CEA4BB;
    }

    .m-casestudypicker .item .text.blue {
        border-top: 10px solid #255870;
    }

    .m-casestudypicker .item .text.green {
        border-top: 10px solid #437353;
    }

    .m-casestudypicker .item .text.grey {
        border-top: 10px solid #7F7C71;
    }

    .m-casestudypicker .item .text.midgrey {
        border-top: 10px solid #7F7C71;
    }

    .m-casestudypicker .item .text.midgrey2 {
        border-top: 10px solid #949597;
    }

    .m-casestudypicker .item .text.darkgrey {
        border-top: 10px solid #323232;
    }

    .m-casestudypicker .item .text.black {
        border-top: 10px solid #000;
    }

    .m-casestudypicker .item .text.cyan {
        border-top: 10px solid #8AAAD9;
    }

    .m-casestudypicker .item .text.yellow {
        border-top: 10px solid #FDB913;
    }

    .m-casestudypicker .item .text.red1 {
        border-top: 10px solid #92181b;
    }

    .m-casestudypicker .item .text.red2 {
        border-top: 10px solid #881416;
    }

    .m-casestudypicker .item .text.red3 {
        border-top: 10px solid #701510;
    }

    .m-casestudypicker .item .text.orange {
        border-top: 10px solid #f06c2e;
    }

    .m-casestudypicker .item .text.lightred {
        border-top: 10px solid #d21c54;
    }

    .m-casestudypicker .item .text h3 {
        margin-top: 0;
        display: inline-block;
    }

    .m-casestudypicker .item .text .e-cta {
        margin-top: 40px;
        border-bottom: 1px solid transparent;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

.m-casestudypicker .e-readmore {
    margin: 20px 0 0;
}

@media (min-width:768px) {
    .m-casestudypicker .e-readmore {
        float: right;
    }

    .m-casestudypicker .item .text {
        padding: 20px;
    }

        .m-casestudypicker .item .text .e-cta {
            position: absolute;
            bottom: 20px;
            left: 20px;
            margin: 0;
        }
}

@media (min-width:992px) {
    .m-casestudypicker {
        padding: 60px 0;
    }

        .m-casestudypicker .item .text {
            padding: 10px;
        }

            .m-casestudypicker .item .text .e-cta {
                bottom: 15px;
                left: 10px;
            }
}

@media (min-width:1200px) {
    .m-casestudypicker .item .text {
        padding: 15px;
    }

        .m-casestudypicker .item .text .e-cta {
            bottom: 15px;
            left: 15px;
        }
}

.m-details .preamble {
    margin-bottom: 20px;
}

.m-details .e-details {
    margin: 20px 0;
    font-weight: 600;
}

    .m-details .e-details span {
        display: block;
        font-weight: 400;
    }

.m-details ul {
    margin-top: 30px;
    padding-left: 0;
}

.m-details li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    margin-right: 5px;
}

.m-details a.btn {
    font-size: 16px;
    line-height: 22px;
}

@media (min-width:768px) {
    .m-details h2 {
        margin-top: 0;
    }

    .m-details .e-details {
        margin: 10px 0;
    }

        .m-details .e-details span {
            width: 135px;
            display: inline-block;
        }
}

.m-donate img {
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
}

.m-donate .predefined, .m-donate .custom {
    width: 49%;
    display: inline-block;
    float: left;
    padding: 5px;
}

    .m-donate .predefined .option, .m-donate .custom .option {
        background: #FDB913;
        padding: 10px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        margin-bottom: 10px;
    }

        .m-donate .predefined .option label, .m-donate .predefined .option input, .m-donate .predefined .option span, .m-donate .custom .option label, .m-donate .custom .option input, .m-donate .custom .option span {
            font-weight: 500;
        }

    .m-donate .custom .option {
        height: 158px;
    }

@media screen and (max-width:992px) {
    .m-donate .custom .option {
        height: 148px;
    }
}

.m-donate .custom .option .custominput {
    line-height: 3;
}

.m-donate .btn {
    float: right;
    margin-right: 10px;
    width: calc(50% - 10px);
}

.m-donatewidget {
    position: relative;
    background: #EFEFDB !important;
    z-index: 20;
    margin-bottom: 40px !important;
}

    .m-donatewidget:after {
        visibility: hidden;
        display: block;
        content: "";
        clear: both;
        height: 0;
    }

    .m-donatewidget .custom-donation {
        border-top: none !important;
    }

        .m-donatewidget .custom-donation .donationContentInner {
            display: none;
            background: none;
        }

            .m-donatewidget .custom-donation .donationContentInner .input-container span {
                display: none;
            }

    .m-donatewidget .top {
        position: relative;
    }

        .m-donatewidget .top .tab-content {
            margin-top: 20px;
            position: relative;
        }

            .m-donatewidget .top .tab-content .price-point-wrapper {
                background: #fff;
                border-radius: 30px;
                -moz-border-radius: 30px;
                -webkit-border-radius: 30px;
                -ms-border-radius: 30px;
            }

            .m-donatewidget .top .tab-content .e-image {
                padding: 20px;
                position: relative;
            }

                .m-donatewidget .top .tab-content .e-image img {
                    width: 100%;
                    border-radius: 10px;
                    -moz-border-radius: 10px;
                    -webkit-border-radius: 10px;
                    -ms-border-radius: 10px;
                }

            .m-donatewidget .top .tab-content .e-badge {
                background: #FDB913;
                color: #000;
                position: absolute;
                z-index: 5;
                width: calc(100% - 40px);
                bottom: -10px;
                border-bottom-left-radius: 10px;
                border-bottom-right-radius: 10px;
            }

                .m-donatewidget .top .tab-content .e-badge span {
                    color: #000;
                    display: block;
                    font-size: 22px;
                    font-size: 2.2rem;
                    line-height: 40px;
                    font-weight: 500;
                    padding-left: 30px;
                }

            .m-donatewidget .top .tab-content .e-text {
                padding: 30px 30px 110px 30px;
                margin-bottom: 15px;
                position: relative;
            }

                .m-donatewidget .top .tab-content .e-text p {
                    color: #000;
                }

                .m-donatewidget .top .tab-content .e-text .btn {
                    margin-top: 15px;
                    left: 30px;
                    position: absolute;
                }

    .m-donatewidget .custom-donation {
        border-top: none;
    }

    .m-donatewidget .e-bottom {
        color: #000;
        padding: 20px 0;
        display: block;
        width: 100%;
        clear: both;
    }

        .m-donatewidget .e-bottom a {
            color: #000;
            line-height: 34px;
            transition: none;
        }

            .m-donatewidget .e-bottom a:after {
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
                font-size: inherit;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: "\f105";
                margin-left: 5px;
                color: #EF3125;
                font-size: 34px;
                font-size: 3.4rem;
                line-height: 34px;
                position: absolute;
            }

            .m-donatewidget .e-bottom a:hover {
                border-bottom: 1px solid #000;
            }

    .m-donatewidget .container.line-top {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 0px;
        z-index: 5;
        min-width: 100%;
        padding: 0;
    }

    .m-donatewidget .e-type {
        margin-top: 10px;
    }

        .m-donatewidget .e-type .e-tab {
            display: inline-block;
            vertical-align: bottom;
            width: 49%;
            text-align: center;
            position: relative;
        }

            .m-donatewidget .e-type .e-tab + .e-tab {
                margin-left: -20px;
            }

            .m-donatewidget .e-type .e-tab a {
                padding: 15px 5px;
                overflow: visible;
                margin: 0;
                width: 100%;
                z-index: 2;
                font-size: 14px;
                font-size: 1.4rem;
                line-height: 16px;
            }

                .m-donatewidget .e-type .e-tab a:not(.active) {
                    z-index: 1;
                    background: #C1BDAD;
                }

@media (min-width:768px) {
    .m-donatewidget .top .tab-content {
        margin-top: 30px;
    }

        .m-donatewidget .top .tab-content .e-text .btn {
            bottom: 30px;
        }

    .m-donatewidget .top .e-type {
        min-width: 500px;
        margin-top: 25px;
    }

        .m-donatewidget .top .e-type .e-tab {
            display: inline-block;
            position: relative;
            vertical-align: middle;
        }

            .m-donatewidget .top .e-type .e-tab a {
                width: 100%;
                margin: 0;
            }

            .m-donatewidget .top .e-type .e-tab:first-child {
                margin-left: 0;
            }

    .m-donatewidget .container.line-top {
        padding: 0 15px;
    }

    .m-donatewidget .container.line-bottom {
        min-width: 0;
        bottom: 50px;
    }
}

@media (min-width:992px) {
    .m-donatewidget {
        margin-bottom: 0 !important;
    }

        .m-donatewidget .custom-donation .donationContentInner .input-container span {
            display: block;
        }

        .m-donatewidget .top h2 {
            float: left;
        }

        .m-donatewidget .top .e-type {
            float: right;
            text-align: right;
            margin-top: 0;
        }

            .m-donatewidget .top .e-type .e-tab {
                width: auto;
            }

                .m-donatewidget .top .e-type .e-tab a {
                    padding: 15px 40px;
                    font-size: 20px;
                    font-size: 2rem;
                    line-height: 22px;
                }

        .m-donatewidget .top .tab-content {
            float: left;
            width: 100%;
            clear: left;
            margin-top: 40px;
        }

            .m-donatewidget .top .tab-content .e-text {
                margin-bottom: 0;
            }

        .m-donatewidget .e-bottom {
            font-size: 22px;
            font-size: 2.2rem;
            line-height: 22px;
            padding: 50px 0 0;
        }
}

@media (min-width:1200px) {
    .m-donatewidget .top .tab-content .e-text .btn {
        margin-top: 20px;
        bottom: 30px;
    }
}

@media (min-width:1430px) {
    .m-donatewidget .container.line-top {
        padding: 0 25px;
    }

    .m-donatewidget .top .tab-content {
        margin-top: 60px;
    }
}

@media (max-width:992px) {
    .m-donatewidget .top {
        padding-bottom: 0;
    }

    .m-donatewidget .e-type {
        text-align: center;
    }

    .m-donatewidget .tab-content .tab-pane div[class^="col-"] {
        padding: 0;
    }

        .m-donatewidget .tab-content .tab-pane div[class^="col-"] .price-point-wrapper {
            border-radius: 0;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            -ms-border-radius: 0;
        }
}

.m-donationboxes {
    padding: 20px 0;
}

    .m-donationboxes .col-xs-12:last-child .donate-box {
        padding-bottom: 0;
        border-bottom: none;
    }

    .m-donationboxes .donate-box {
        position: relative;
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 1px solid #d1d1d1;
    }

        .m-donationboxes .donate-box .e-title {
            font-size: 26px;
            margin-bottom: 20px;
            font-family: "AppetitePro-HeavyItalic",arial,sans-serif;
            letter-spacing: 1px;
        }

        .m-donationboxes .donate-box p {
            font-size: 16px;
        }

        .m-donationboxes .donate-box .large {
            font-size: 22px;
            font-weight: 700;
            margin-top: 20px;
        }

            .m-donationboxes .donate-box .large .highlight {
                color: #EF3125;
            }

@media (min-width:992px) {
    .m-donationboxes .donate-box {
        border-bottom: none;
        padding-bottom: 60px;
        margin-bottom: 0;
    }

    .m-donationboxes .col-xs-12:last-child .donate-box {
        padding-bottom: 60px;
    }
}

.m-footerfeature .e-greytop, .m-3colfooterfeature .e-greytop {
    border-top: 10px solid #f2f1f1;
    padding-top: 20px;
}

    .m-footerfeature .e-greytop h2, .m-3colfooterfeature .e-greytop h2 {
        margin: 0 0 10px;
    }

.m-footerfeature .preamble, .m-3colfooterfeature .preamble {
    margin-bottom: 10px;
}

.m-footerfeature .footer-feature-link, .m-3colfooterfeature .footer-feature-link {
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    overflow: hidden;
    display: block;
    border: none;
    margin-bottom: 30px;
}

    .m-footerfeature .footer-feature-link .text-background, .m-3colfooterfeature .footer-feature-link .text-background {
        padding: 0 50px 0 20px;
        background: #EFEFDB;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        height: 80px;
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        overflow: hidden;
    }

        .m-footerfeature .footer-feature-link .text-background .text, .m-3colfooterfeature .footer-feature-link .text-background .text {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            padding-right: 50px;
        }

        .m-footerfeature .footer-feature-link .text-background .rollover-text, .m-3colfooterfeature .footer-feature-link .text-background .rollover-text {
            display: none;
        }

        .m-footerfeature .footer-feature-link .text-background:after, .m-3colfooterfeature .footer-feature-link .text-background:after {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\f105";
            color: #EF3125;
            position: absolute;
            right: 20px;
            font-size: 32px;
            font-size: 3.2rem;
            line-height: 80px;
            top: 0;
        }

    .m-footerfeature .footer-feature-link:hover h4.title, .m-3colfooterfeature .footer-feature-link:hover h4.title {
        color: #000;
    }

    .m-footerfeature .footer-feature-link.no-image picture, .m-3colfooterfeature .footer-feature-link.no-image picture {
        display: none;
    }

@media (min-width:768px) {
    .m-footerfeature h2, .m-3colfooterfeature h2 {
        margin-bottom: 30px;
    }

    .m-footerfeature .preamble, .m-3colfooterfeature .preamble {
        margin-bottom: 15px;
    }
}

@media (min-width:992px) {
    .m-footerfeature, .m-3colfooterfeature {
        overflow: hidden;
    }

        .m-footerfeature .e-greytop, .m-3colfooterfeature .e-greytop {
            padding-top: 40px;
        }
}

.m-formEmbed {
    position: relative;
    overflow: hidden;
    padding: 20px 0;
}

    .m-formEmbed:before, .m-formEmbed:after {
        content: " ";
        position: absolute;
        width: 50%;
        height: 100%;
        top: 0;
        display: block;
        z-index: 1;
    }

    .m-formEmbed:before {
        width: 100%;
        left: 0;
        opacity: 0.6;
    }

    .m-formEmbed:after {
        display: none;
        right: 0;
        opacity: 0.7;
    }

    .m-formEmbed.red {
        background-color: #EF3125;
    }

        .m-formEmbed.red:before {
            background: #EF3125;
        }

        .m-formEmbed.red:after {
            background: #ba180e;
        }

        .m-formEmbed.red .text:after {
            border-left-color: #f4746c;
        }

    .m-formEmbed.darkred {
        background-color: #af141f;
    }

        .m-formEmbed.darkred:before {
            background: #af141f;
        }

        .m-formEmbed.darkred:after {
            background: #6a0c13;
        }

        .m-formEmbed.darkred .text:after {
            border-left-color: #e72936;
        }

    .m-formEmbed.pink {
        background-color: #CEA4BB;
    }

        .m-formEmbed.pink:before {
            background: #CEA4BB;
        }

        .m-formEmbed.pink:after {
            background: #b37296;
        }

        .m-formEmbed.pink .text:after {
            border-left-color: #e9d6e0;
        }

    .m-formEmbed.blue {
        background-color: #255870;
    }

        .m-formEmbed.blue:before {
            background: #255870;
        }

        .m-formEmbed.blue:after {
            background: #122b36;
        }

        .m-formEmbed.blue .text:after {
            border-left-color: #3885aa;
        }

    .m-formEmbed.green {
        background-color: #437353;
    }

        .m-formEmbed.green:before {
            background: #437353;
        }

        .m-formEmbed.green:after {
            background: #274330;
        }

        .m-formEmbed.green .text:after {
            border-left-color: #60a276;
        }

    .m-formEmbed.grey {
        background-color: #7F7C71;
    }

        .m-formEmbed.grey:before {
            background: #7F7C71;
        }

        .m-formEmbed.grey:after {
            background: #57544d;
        }

        .m-formEmbed.grey .text:after {
            border-left-color: #a4a199;
        }

    .m-formEmbed.midgrey {
        background-color: #7F7C71;
    }

        .m-formEmbed.midgrey:before {
            background: #7F7C71;
        }

        .m-formEmbed.midgrey:after {
            background: #57544d;
        }

        .m-formEmbed.midgrey .text:after {
            border-left-color: #a4a199;
        }

    .m-formEmbed.midgrey2 {
        background-color: #949597;
    }

        .m-formEmbed.midgrey2:before {
            background: #949597;
        }

        .m-formEmbed.midgrey2:after {
            background: #6e6f71;
        }

        .m-formEmbed.midgrey2 .text:after {
            border-left-color: #bbbbbd;
        }

    .m-formEmbed.darkgrey {
        background-color: #323232;
    }

        .m-formEmbed.darkgrey:before {
            background: #323232;
        }

        .m-formEmbed.darkgrey:after {
            background: #0c0c0c;
        }

        .m-formEmbed.darkgrey .text:after {
            border-left-color: #585858;
        }

    .m-formEmbed.black {
        background-color: #000;
    }

        .m-formEmbed.black:before {
            background: #000;
        }

        .m-formEmbed.black:after {
            background: black;
        }

        .m-formEmbed.black .text:after {
            border-left-color: #262626;
        }

    .m-formEmbed.cyan {
        background-color: #8AAAD9;
    }

        .m-formEmbed.cyan:before {
            background: #8AAAD9;
        }

        .m-formEmbed.cyan:after {
            background: #5080c6;
        }

        .m-formEmbed.cyan .text:after {
            border-left-color: #c4d4ec;
        }

    .m-formEmbed.yellow {
        background-color: #FDB913;
    }

        .m-formEmbed.yellow:before {
            background: #FDB913;
        }

        .m-formEmbed.yellow:after {
            background: #c28a02;
        }

        .m-formEmbed.yellow .text:after {
            border-left-color: #fed05f;
        }

    .m-formEmbed.red1 {
        background-color: #92181b;
    }

        .m-formEmbed.red1:before {
            background: #92181b;
        }

        .m-formEmbed.red1:after {
            background: #500d0f;
        }

        .m-formEmbed.red1 .text:after {
            border-left-color: #d42327;
        }

    .m-formEmbed.red2 {
        background-color: #881416;
    }

        .m-formEmbed.red2:before {
            background: #881416;
        }

        .m-formEmbed.red2:after {
            background: #450a0b;
        }

        .m-formEmbed.red2 .text:after {
            border-left-color: #cb1e21;
        }

    .m-formEmbed.red3 {
        background-color: #701510;
    }

        .m-formEmbed.red3:before {
            background: #701510;
        }

        .m-formEmbed.red3:after {
            background: #2d0806;
        }

        .m-formEmbed.red3 .text:after {
            border-left-color: #b3221a;
        }

    .m-formEmbed.orange {
        background-color: #f06c2e;
    }

        .m-formEmbed.orange:before {
            background: #f06c2e;
        }

        .m-formEmbed.orange:after {
            background: #c3480e;
        }

        .m-formEmbed.orange .text:after {
            border-left-color: #f59e75;
        }

    .m-formEmbed.lightred {
        background-color: #d21c54;
    }

        .m-formEmbed.lightred:before {
            background: #d21c54;
        }

        .m-formEmbed.lightred:after {
            background: #8f1339;
        }

        .m-formEmbed.lightred .text:after {
            border-left-color: #e85381;
        }

    .m-formEmbed.yellow .text h2, .m-formEmbed.yellow .text p, .m-formEmbed.yellow .text a {
        color: #000;
    }

    .m-formEmbed .bg-image {
        position: absolute;
        top: 50%;
        left: 50%;
        width: auto;
        height: auto;
        max-height: none;
        max-width: none;
        min-height: 100%;
        min-width: 100%;
        transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: gray;
        min-height: 101%;
    }

    .m-formEmbed .text {
        position: relative;
        z-index: 2;
    }

        .m-formEmbed .text h2, .m-formEmbed .text p, .m-formEmbed .text a {
            color: #fff;
        }

            .m-formEmbed .text a:hover {
                border-bottom-color: #fff;
            }

        .m-formEmbed .text:after {
            left: 100%;
            top: 50%;
            border: solid transparent;
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(136,183,213,0);
            border-left-color: #88b7d5;
            border-width: 60px;
            margin-top: -60px;
            opacity: 0.6;
        }

    .m-formEmbed .form {
        position: relative;
        z-index: 5;
    }

@media (min-width:992px) {
    .m-formEmbed {
        padding: 40px 0;
    }

        .m-formEmbed:before {
            width: 50%;
        }

        .m-formEmbed:after {
            display: block;
        }
}

.m-fosteringinyourarea ul {
    padding: 0;
    margin: -5px;
    list-style: none;
}

    .m-fosteringinyourarea ul li {
        text-indent: 0;
    }

        .m-fosteringinyourarea ul li:before {
            content: none;
        }

.m-fosteringinyourarea svg path {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    stroke: #ffffff;
}

.m-fosteringinyourarea ul li a {
    font-weight: 500;
    display: block;
    padding: 10px 20px;
    background: #FDB913;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    color: #000;
    font-style: italic;
}

    .m-fosteringinyourarea ul li a:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f105";
        margin-right: 10px;
        color: #EF3125;
        font-weight: bold;
        float: right;
        font-size: 30px;
        font-size: 3rem;
        line-height: 30px;
    }

    .m-fosteringinyourarea ul li a:hover {
        border-bottom-color: transparent;
        background: #7F7C71;
        color: #fff;
    }

        .m-fosteringinyourarea ul li a:hover:after {
            color: #fff;
        }

.m-fosteringinyourarea .intro {
    color: #000;
    font-weight: 500;
}

.m-fosteringinyourarea .e-text {
    margin-top: 20px;
    padding-top: 20px;
}

@media (min-width:768px) {
    .m-fosteringinyourarea ul {
        margin-top: 30px;
    }

        .m-fosteringinyourarea ul:after {
            visibility: hidden;
            display: block;
            content: "";
            clear: both;
            height: 0;
        }

        .m-fosteringinyourarea ul li {
            margin-bottom: 10px;
        }

            .m-fosteringinyourarea ul li a {
                font-size: 20px;
                font-size: 2rem;
                line-height: 28px;
            }

    .m-fosteringinyourarea .e-text .btn {
        margin-top: 20px;
    }
}

@media (min-width:992px) {
    .m-fosteringinyourarea ul li {
        float: left;
        width: calc(50% - 50px);
        margin-right: 50px;
        margin-bottom: 15px;
    }

        .m-fosteringinyourarea ul li a {
            font-size: 18px;
            font-size: 1.8rem;
            line-height: 26px;
        }
}

@media (min-width:1200px) {
    .m-fosteringinyourarea ul li a {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 30px;
    }
}

.m-fullwidthimagetext {
    background: #7F7C71;
}

@media (max-width:768px) {
    .m-fullwidthimagetext + .m-fullwidthimagetext {
        padding-top: 0;
    }
}

.m-fullwidthimagetext, .m-fullwidthimage {
    position: relative;
    overflow: hidden;
}

    .m-fullwidthimagetext:before, .m-fullwidthimage:before {
        content: " ";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
    }

    .m-fullwidthimagetext h2, .m-fullwidthimagetext h3, .m-fullwidthimagetext h4, .m-fullwidthimagetext h5, .m-fullwidthimagetext p, .m-fullwidthimagetext li, .m-fullwidthimage h2, .m-fullwidthimage h3, .m-fullwidthimage h4, .m-fullwidthimage h5, .m-fullwidthimage p, .m-fullwidthimage li {
        color: #fff;
    }

    .m-fullwidthimagetext.left .col-md-push-6, .m-fullwidthimage.left .col-md-push-6 {
        left: auto;
    }

    .m-fullwidthimagetext .e-image, .m-fullwidthimage .e-image {
        border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        -ms-border-radius: 30px;
        max-width: 100%;
    }

        .m-fullwidthimagetext .e-image img, .m-fullwidthimage .e-image img {
            border-radius: 30px;
            -moz-border-radius: 30px;
            -webkit-border-radius: 30px;
            -ms-border-radius: 30px;
        }

    .m-fullwidthimagetext .fullwidthimagetext-wrapper .text-container, .m-fullwidthimage .fullwidthimagetext-wrapper .text-container {
        margin-top: 20px;
    }

    .m-fullwidthimagetext.red h2, .m-fullwidthimagetext.red h3, .m-fullwidthimagetext.red h4, .m-fullwidthimagetext.red h5, .m-fullwidthimagetext.red p, .m-fullwidthimagetext.red li, .m-fullwidthimage.red h2, .m-fullwidthimage.red h3, .m-fullwidthimage.red h4, .m-fullwidthimage.red h5, .m-fullwidthimage.red p, .m-fullwidthimage.red li {
        color: #fff;
    }

    .m-fullwidthimagetext.darkred h2, .m-fullwidthimagetext.darkred h3, .m-fullwidthimagetext.darkred h4, .m-fullwidthimagetext.darkred h5, .m-fullwidthimagetext.darkred p, .m-fullwidthimagetext.darkred li, .m-fullwidthimage.darkred h2, .m-fullwidthimage.darkred h3, .m-fullwidthimage.darkred h4, .m-fullwidthimage.darkred h5, .m-fullwidthimage.darkred p, .m-fullwidthimage.darkred li {
        color: #fff;
    }

    .m-fullwidthimagetext.pink h2, .m-fullwidthimagetext.pink h3, .m-fullwidthimagetext.pink h4, .m-fullwidthimagetext.pink h5, .m-fullwidthimagetext.pink p, .m-fullwidthimagetext.pink li, .m-fullwidthimage.pink h2, .m-fullwidthimage.pink h3, .m-fullwidthimage.pink h4, .m-fullwidthimage.pink h5, .m-fullwidthimage.pink p, .m-fullwidthimage.pink li {
        color: #fff;
    }

    .m-fullwidthimagetext.blue h2, .m-fullwidthimagetext.blue h3, .m-fullwidthimagetext.blue h4, .m-fullwidthimagetext.blue h5, .m-fullwidthimagetext.blue p, .m-fullwidthimagetext.blue li, .m-fullwidthimage.blue h2, .m-fullwidthimage.blue h3, .m-fullwidthimage.blue h4, .m-fullwidthimage.blue h5, .m-fullwidthimage.blue p, .m-fullwidthimage.blue li {
        color: #fff;
    }

    .m-fullwidthimagetext.green h2, .m-fullwidthimagetext.green h3, .m-fullwidthimagetext.green h4, .m-fullwidthimagetext.green h5, .m-fullwidthimagetext.green p, .m-fullwidthimagetext.green li, .m-fullwidthimage.green h2, .m-fullwidthimage.green h3, .m-fullwidthimage.green h4, .m-fullwidthimage.green h5, .m-fullwidthimage.green p, .m-fullwidthimage.green li {
        color: #fff;
    }

    .m-fullwidthimagetext.grey h2, .m-fullwidthimagetext.grey h3, .m-fullwidthimagetext.grey h4, .m-fullwidthimagetext.grey h5, .m-fullwidthimagetext.grey p, .m-fullwidthimagetext.grey li, .m-fullwidthimage.grey h2, .m-fullwidthimage.grey h3, .m-fullwidthimage.grey h4, .m-fullwidthimage.grey h5, .m-fullwidthimage.grey p, .m-fullwidthimage.grey li {
        color: #fff;
    }

    .m-fullwidthimagetext.midgrey h2, .m-fullwidthimagetext.midgrey h3, .m-fullwidthimagetext.midgrey h4, .m-fullwidthimagetext.midgrey h5, .m-fullwidthimagetext.midgrey p, .m-fullwidthimagetext.midgrey li, .m-fullwidthimage.midgrey h2, .m-fullwidthimage.midgrey h3, .m-fullwidthimage.midgrey h4, .m-fullwidthimage.midgrey h5, .m-fullwidthimage.midgrey p, .m-fullwidthimage.midgrey li {
        color: #fff;
    }

    .m-fullwidthimagetext.midgrey2 h2, .m-fullwidthimagetext.midgrey2 h3, .m-fullwidthimagetext.midgrey2 h4, .m-fullwidthimagetext.midgrey2 h5, .m-fullwidthimagetext.midgrey2 p, .m-fullwidthimagetext.midgrey2 li, .m-fullwidthimage.midgrey2 h2, .m-fullwidthimage.midgrey2 h3, .m-fullwidthimage.midgrey2 h4, .m-fullwidthimage.midgrey2 h5, .m-fullwidthimage.midgrey2 p, .m-fullwidthimage.midgrey2 li {
        color: #fff;
    }

    .m-fullwidthimagetext.darkgrey h2, .m-fullwidthimagetext.darkgrey h3, .m-fullwidthimagetext.darkgrey h4, .m-fullwidthimagetext.darkgrey h5, .m-fullwidthimagetext.darkgrey p, .m-fullwidthimagetext.darkgrey li, .m-fullwidthimage.darkgrey h2, .m-fullwidthimage.darkgrey h3, .m-fullwidthimage.darkgrey h4, .m-fullwidthimage.darkgrey h5, .m-fullwidthimage.darkgrey p, .m-fullwidthimage.darkgrey li {
        color: #fff;
    }

    .m-fullwidthimagetext.black h2, .m-fullwidthimagetext.black h3, .m-fullwidthimagetext.black h4, .m-fullwidthimagetext.black h5, .m-fullwidthimagetext.black p, .m-fullwidthimagetext.black li, .m-fullwidthimage.black h2, .m-fullwidthimage.black h3, .m-fullwidthimage.black h4, .m-fullwidthimage.black h5, .m-fullwidthimage.black p, .m-fullwidthimage.black li {
        color: #fff;
    }

    .m-fullwidthimagetext.cyan h2, .m-fullwidthimagetext.cyan h3, .m-fullwidthimagetext.cyan h4, .m-fullwidthimagetext.cyan h5, .m-fullwidthimagetext.cyan p, .m-fullwidthimagetext.cyan li, .m-fullwidthimage.cyan h2, .m-fullwidthimage.cyan h3, .m-fullwidthimage.cyan h4, .m-fullwidthimage.cyan h5, .m-fullwidthimage.cyan p, .m-fullwidthimage.cyan li {
        color: #fff;
    }

    .m-fullwidthimagetext.yellow h2, .m-fullwidthimagetext.yellow h3, .m-fullwidthimagetext.yellow h4, .m-fullwidthimagetext.yellow h5, .m-fullwidthimagetext.yellow p, .m-fullwidthimagetext.yellow li, .m-fullwidthimage.yellow h2, .m-fullwidthimage.yellow h3, .m-fullwidthimage.yellow h4, .m-fullwidthimage.yellow h5, .m-fullwidthimage.yellow p, .m-fullwidthimage.yellow li {
        color: #fff;
    }

    .m-fullwidthimagetext.red1 h2, .m-fullwidthimagetext.red1 h3, .m-fullwidthimagetext.red1 h4, .m-fullwidthimagetext.red1 h5, .m-fullwidthimagetext.red1 p, .m-fullwidthimagetext.red1 li, .m-fullwidthimage.red1 h2, .m-fullwidthimage.red1 h3, .m-fullwidthimage.red1 h4, .m-fullwidthimage.red1 h5, .m-fullwidthimage.red1 p, .m-fullwidthimage.red1 li {
        color: #fff;
    }

    .m-fullwidthimagetext.red2 h2, .m-fullwidthimagetext.red2 h3, .m-fullwidthimagetext.red2 h4, .m-fullwidthimagetext.red2 h5, .m-fullwidthimagetext.red2 p, .m-fullwidthimagetext.red2 li, .m-fullwidthimage.red2 h2, .m-fullwidthimage.red2 h3, .m-fullwidthimage.red2 h4, .m-fullwidthimage.red2 h5, .m-fullwidthimage.red2 p, .m-fullwidthimage.red2 li {
        color: #fff;
    }

    .m-fullwidthimagetext.red3 h2, .m-fullwidthimagetext.red3 h3, .m-fullwidthimagetext.red3 h4, .m-fullwidthimagetext.red3 h5, .m-fullwidthimagetext.red3 p, .m-fullwidthimagetext.red3 li, .m-fullwidthimage.red3 h2, .m-fullwidthimage.red3 h3, .m-fullwidthimage.red3 h4, .m-fullwidthimage.red3 h5, .m-fullwidthimage.red3 p, .m-fullwidthimage.red3 li {
        color: #fff;
    }

    .m-fullwidthimagetext.orange h2, .m-fullwidthimagetext.orange h3, .m-fullwidthimagetext.orange h4, .m-fullwidthimagetext.orange h5, .m-fullwidthimagetext.orange p, .m-fullwidthimagetext.orange li, .m-fullwidthimage.orange h2, .m-fullwidthimage.orange h3, .m-fullwidthimage.orange h4, .m-fullwidthimage.orange h5, .m-fullwidthimage.orange p, .m-fullwidthimage.orange li {
        color: #fff;
    }

    .m-fullwidthimagetext.lightred h2, .m-fullwidthimagetext.lightred h3, .m-fullwidthimagetext.lightred h4, .m-fullwidthimagetext.lightred h5, .m-fullwidthimagetext.lightred p, .m-fullwidthimagetext.lightred li, .m-fullwidthimage.lightred h2, .m-fullwidthimage.lightred h3, .m-fullwidthimage.lightred h4, .m-fullwidthimage.lightred h5, .m-fullwidthimage.lightred p, .m-fullwidthimage.lightred li {
        color: #fff;
    }

    .m-fullwidthimagetext.white h2, .m-fullwidthimagetext.white h3, .m-fullwidthimagetext.white h4, .m-fullwidthimagetext.white h5, .m-fullwidthimagetext.white p, .m-fullwidthimagetext.white li, .m-fullwidthimagetext.yellow h2, .m-fullwidthimagetext.yellow h3, .m-fullwidthimagetext.yellow h4, .m-fullwidthimagetext.yellow h5, .m-fullwidthimagetext.yellow p, .m-fullwidthimagetext.yellow li, .m-fullwidthimage.white h2, .m-fullwidthimage.white h3, .m-fullwidthimage.white h4, .m-fullwidthimage.white h5, .m-fullwidthimage.white p, .m-fullwidthimage.white li, .m-fullwidthimage.yellow h2, .m-fullwidthimage.yellow h3, .m-fullwidthimage.yellow h4, .m-fullwidthimage.yellow h5, .m-fullwidthimage.yellow p, .m-fullwidthimage.yellow li {
        color: #000;
    }

    .m-fullwidthimagetext.white img, .m-fullwidthimagetext.yellow img, .m-fullwidthimage.white img, .m-fullwidthimage.yellow img {
        filter: none;
    }

    .m-fullwidthimagetext.red .btn-white:before, .m-fullwidthimagetext.red .btn-white:after, .m-fullwidthimage.red .btn-white:before, .m-fullwidthimage.red .btn-white:after {
        background: #fff;
    }

    .m-fullwidthimagetext.red .btn-white:hover, .m-fullwidthimage.red .btn-white:hover {
        border-color: #fff;
        color: #EF3125;
    }

    .m-fullwidthimagetext div[class^="col-"], .m-fullwidthimage div[class^="col-"] {
        z-index: 5;
    }

    .m-fullwidthimagetext p .btn, .m-fullwidthimage p .btn {
        margin-top: 30px;
    }

@media (min-width:768px) {
    .m-fullwidthimagetext, .m-fullwidthimage {
        min-height: 500px;
    }
}

@media (min-width:992px) {
    .m-fullwidthimagetext, .m-fullwidthimage {
        background: none;
    }

        .m-fullwidthimagetext .fullwidthimagetext-wrapper, .m-fullwidthimage .fullwidthimagetext-wrapper {
            position: relative;
        }

            .m-fullwidthimagetext .fullwidthimagetext-wrapper .e-image, .m-fullwidthimage .fullwidthimagetext-wrapper .e-image {
                position: absolute;
            }

            .m-fullwidthimagetext .fullwidthimagetext-wrapper .text-container, .m-fullwidthimage .fullwidthimagetext-wrapper .text-container {
                width: 100%;
                margin-top: 0;
                padding-top: 50px;
            }

                .m-fullwidthimagetext .fullwidthimagetext-wrapper .text-container .text-col.text-col-left, .m-fullwidthimage .fullwidthimagetext-wrapper .text-container .text-col.text-col-left {
                    margin-left: 50px;
                }

                .m-fullwidthimagetext .fullwidthimagetext-wrapper .text-container .text-col.text-col-right, .m-fullwidthimage .fullwidthimagetext-wrapper .text-container .text-col.text-col-right {
                    float: right;
                    margin-right: 50px;
                }

                .m-fullwidthimagetext .fullwidthimagetext-wrapper .text-container .text-background, .m-fullwidthimage .fullwidthimagetext-wrapper .text-container .text-background {
                    background: rgba(127,124,113,0.9);
                    border-radius: 30px;
                    -moz-border-radius: 30px;
                    -webkit-border-radius: 30px;
                    -ms-border-radius: 30px;
                    padding: 30px;
                }

                    .m-fullwidthimagetext .fullwidthimagetext-wrapper .text-container .text-background:hover, .m-fullwidthimage .fullwidthimagetext-wrapper .text-container .text-background:hover {
                        background: #7f7c71;
                    }
}

.m-fullwidthquote {
    background: #F0D6B4;
    margin: 20px 0;
}

    .m-fullwidthquote .quote-wrapper {
        border: 2px solid #EF3125;
        border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        -ms-border-radius: 30px;
        padding: 30px;
    }

        .m-fullwidthquote .quote-wrapper img {
            border-radius: 30px;
            -moz-border-radius: 30px;
            -webkit-border-radius: 30px;
            -ms-border-radius: 30px;
        }

        .m-fullwidthquote .quote-wrapper .quote-content {
            font-size: 28px;
            font-size: 2.8rem;
            line-height: 36px;
        }

        .m-fullwidthquote .quote-wrapper .quote-person {
            font-size: 24px;
            font-size: 2.4rem;
            line-height: 28px;
        }

@media (min-width:992px) {
    .m-fullwidthquote blockquote {
        padding-right: 40px;
    }

    .m-fullwidthquote .e-source {
        position: relative;
        margin-top: 50px;
    }

        .m-fullwidthquote .e-source:before {
            content: " ";
            display: block;
            width: 4px;
            height: 100%;
            position: absolute;
            left: -50px;
            height: 100%;
            background: #D5D5D5;
        }
}

@media (min-width:1200px) {
    .m-fullwidthquote blockquote {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 36px;
    }

        .m-fullwidthquote blockquote .e-source:before {
            left: -80px;
        }
}

.m-newsitem .m-fullwidthquote {
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
}

    .m-newsitem .m-fullwidthquote .quote-wrapper {
        margin: 0 20px;
    }

.m-fullwidthtext {
    padding: 30px 0;
}

    .m-fullwidthtext h2 {
        margin: 0 0 15px;
    }

    .m-fullwidthtext p:last-child {
        margin-bottom: 0;
    }

    .m-fullwidthtext ul {
        list-style: none;
        padding-left: 20px;
        margin: 30px 0;
        text-align: left;
    }

        .m-fullwidthtext ul li {
            position: relative;
            padding-left: 20px;
            margin-bottom: 5px;
        }

            .m-fullwidthtext ul li:before {
                position: absolute;
                left: 0;
                top: 0;
                display: inline-block;
                content: "\2022";
                color: #EF3125;
                font-size: 20px;
            }

        .m-fullwidthtext ul:last-child, .m-fullwidthtext ul.last-child {
            margin-bottom: -5px;
        }

    .m-fullwidthtext .btn {
        margin-top: 20px;
    }

@media (min-width:992px) {
    .m-fullwidthtext {
        padding: 60px 0;
        text-align: center;
    }
}

@media (min-width:1200px) {
    .m-fullwidthtext {
        padding: 95px 0;
    }
}

.m-fullwidthtext table {
    width: 100%;
    table-layout: fixed;
}

.m-gallery .slick-slider, .m-galleryfull .slick-slider {
    margin-bottom: 0;
}

.m-gallery .slick-track, .m-galleryfull .slick-track {
    background: #000;
}

.m-gallery button.slick-prev, .m-gallery button.slick-next, .m-galleryfull button.slick-prev, .m-galleryfull button.slick-next {
    display: none !important;
}

.m-gallery .slick-prev, .m-gallery .slick-next, .m-galleryfull .slick-prev, .m-galleryfull .slick-next {
    font-size: 80px;
    font-size: 8rem;
    line-height: 80px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    color: #fff;
    width: auto;
    height: auto;
}

    .m-gallery .slick-prev:before, .m-gallery .slick-next:before, .m-galleryfull .slick-prev:before, .m-galleryfull .slick-next:before {
        display: none;
    }

    .m-gallery .slick-prev:hover, .m-gallery .slick-next:hover, .m-galleryfull .slick-prev:hover, .m-galleryfull .slick-next:hover {
        color: #EF3125;
    }

.m-gallery .slick-prev, .m-galleryfull .slick-prev {
    left: 25px;
}

.m-gallery .slick-next, .m-galleryfull .slick-next {
    right: 25px;
}

.m-gallery img, .m-galleryfull img {
    float: left;
    width: 100%;
}

.m-gallery .text, .m-galleryfull .text {
    position: absolute;
    bottom: 0;
    padding: 20px 0;
    float: left;
    color: #fff;
    width: 100%;
    background: #7F7C71;
}

    .m-gallery .text h2, .m-gallery .text p, .m-galleryfull .text h2, .m-galleryfull .text p {
        color: #fff;
    }

    .m-gallery .text .gallery-caption, .m-galleryfull .text .gallery-caption {
        text-align: center;
    }

@media (min-width:768px) {
    .m-gallery .text, .m-galleryfull .text {
        padding: 20px 0;
    }

    .m-gallery .e-count, .m-galleryfull .e-count {
        padding-left: 15px;
    }

    .m-gallery button.slick-prev, .m-gallery button.slick-next, .m-galleryfull button.slick-prev, .m-galleryfull button.slick-next {
        display: block !important;
    }
}

.m-getintouchcta {
    background: #fafafa;
    overflow: hidden;
}

    .m-getintouchcta.red {
        background-color: #EF3125;
        color: #fff;
    }

        .m-getintouchcta.red h1, .m-getintouchcta.red h2, .m-getintouchcta.red h3, .m-getintouchcta.red h4, .m-getintouchcta.red p, .m-getintouchcta.red a, .m-getintouchcta.red span, .m-getintouchcta.red ul li, .m-getintouchcta.red ol li {
            color: #fff;
        }

        .m-getintouchcta.red .btn {
            background: transparent;
            border-color: #fff;
            color: #fff;
        }

            .m-getintouchcta.red .btn:before, .m-getintouchcta.red .btn:after {
                background: #fff;
            }

            .m-getintouchcta.red .btn:hover {
                color: #EF3125;
                border-color: #fff;
            }

    .m-getintouchcta.darkred {
        background-color: #af141f;
        color: #fff;
    }

        .m-getintouchcta.darkred h1, .m-getintouchcta.darkred h2, .m-getintouchcta.darkred h3, .m-getintouchcta.darkred h4, .m-getintouchcta.darkred p, .m-getintouchcta.darkred a, .m-getintouchcta.darkred span, .m-getintouchcta.darkred ul li, .m-getintouchcta.darkred ol li {
            color: #fff;
        }

        .m-getintouchcta.darkred .btn {
            background: transparent;
            border-color: #fff;
            color: #fff;
        }

            .m-getintouchcta.darkred .btn:before, .m-getintouchcta.darkred .btn:after {
                background: #fff;
            }

            .m-getintouchcta.darkred .btn:hover {
                color: #af141f;
                border-color: #fff;
            }

    .m-getintouchcta.pink {
        background-color: #CEA4BB;
        color: #fff;
    }

        .m-getintouchcta.pink h1, .m-getintouchcta.pink h2, .m-getintouchcta.pink h3, .m-getintouchcta.pink h4, .m-getintouchcta.pink p, .m-getintouchcta.pink a, .m-getintouchcta.pink span, .m-getintouchcta.pink ul li, .m-getintouchcta.pink ol li {
            color: #fff;
        }

        .m-getintouchcta.pink .btn {
            background: transparent;
            border-color: #fff;
            color: #fff;
        }

            .m-getintouchcta.pink .btn:before, .m-getintouchcta.pink .btn:after {
                background: #fff;
            }

            .m-getintouchcta.pink .btn:hover {
                color: #CEA4BB;
                border-color: #fff;
            }

    .m-getintouchcta.blue {
        background-color: #255870;
        color: #fff;
    }

        .m-getintouchcta.blue h1, .m-getintouchcta.blue h2, .m-getintouchcta.blue h3, .m-getintouchcta.blue h4, .m-getintouchcta.blue p, .m-getintouchcta.blue a, .m-getintouchcta.blue span, .m-getintouchcta.blue ul li, .m-getintouchcta.blue ol li {
            color: #fff;
        }

        .m-getintouchcta.blue .btn {
            background: transparent;
            border-color: #fff;
            color: #fff;
        }

            .m-getintouchcta.blue .btn:before, .m-getintouchcta.blue .btn:after {
                background: #fff;
            }

            .m-getintouchcta.blue .btn:hover {
                color: #255870;
                border-color: #fff;
            }

    .m-getintouchcta.green {
        background-color: #437353;
        color: #fff;
    }

        .m-getintouchcta.green h1, .m-getintouchcta.green h2, .m-getintouchcta.green h3, .m-getintouchcta.green h4, .m-getintouchcta.green p, .m-getintouchcta.green a, .m-getintouchcta.green span, .m-getintouchcta.green ul li, .m-getintouchcta.green ol li {
            color: #fff;
        }

        .m-getintouchcta.green .btn {
            background: transparent;
            border-color: #fff;
            color: #fff;
        }

            .m-getintouchcta.green .btn:before, .m-getintouchcta.green .btn:after {
                background: #fff;
            }

            .m-getintouchcta.green .btn:hover {
                color: #437353;
                border-color: #fff;
            }

    .m-getintouchcta.grey {
        background-color: #7F7C71;
        color: #fff;
    }

        .m-getintouchcta.grey h1, .m-getintouchcta.grey h2, .m-getintouchcta.grey h3, .m-getintouchcta.grey h4, .m-getintouchcta.grey p, .m-getintouchcta.grey a, .m-getintouchcta.grey span, .m-getintouchcta.grey ul li, .m-getintouchcta.grey ol li {
            color: #fff;
        }

        .m-getintouchcta.grey .btn {
            background: transparent;
            border-color: #fff;
            color: #fff;
        }

            .m-getintouchcta.grey .btn:before, .m-getintouchcta.grey .btn:after {
                background: #fff;
            }

            .m-getintouchcta.grey .btn:hover {
                color: #7F7C71;
                border-color: #fff;
            }

    .m-getintouchcta.midgrey {
        background-color: #7F7C71;
        color: #fff;
    }

        .m-getintouchcta.midgrey h1, .m-getintouchcta.midgrey h2, .m-getintouchcta.midgrey h3, .m-getintouchcta.midgrey h4, .m-getintouchcta.midgrey p, .m-getintouchcta.midgrey a, .m-getintouchcta.midgrey span, .m-getintouchcta.midgrey ul li, .m-getintouchcta.midgrey ol li {
            color: #fff;
        }

        .m-getintouchcta.midgrey .btn {
            background: transparent;
            border-color: #fff;
            color: #fff;
        }

            .m-getintouchcta.midgrey .btn:before, .m-getintouchcta.midgrey .btn:after {
                background: #fff;
            }

            .m-getintouchcta.midgrey .btn:hover {
                color: #7F7C71;
                border-color: #fff;
            }

    .m-getintouchcta.midgrey2 {
        background-color: #949597;
        color: #fff;
    }

        .m-getintouchcta.midgrey2 h1, .m-getintouchcta.midgrey2 h2, .m-getintouchcta.midgrey2 h3, .m-getintouchcta.midgrey2 h4, .m-getintouchcta.midgrey2 p, .m-getintouchcta.midgrey2 a, .m-getintouchcta.midgrey2 span, .m-getintouchcta.midgrey2 ul li, .m-getintouchcta.midgrey2 ol li {
            color: #fff;
        }

        .m-getintouchcta.midgrey2 .btn {
            background: transparent;
            border-color: #fff;
            color: #fff;
        }

            .m-getintouchcta.midgrey2 .btn:before, .m-getintouchcta.midgrey2 .btn:after {
                background: #fff;
            }

            .m-getintouchcta.midgrey2 .btn:hover {
                color: #949597;
                border-color: #fff;
            }

    .m-getintouchcta.darkgrey {
        background-color: #323232;
        color: #fff;
    }

        .m-getintouchcta.darkgrey h1, .m-getintouchcta.darkgrey h2, .m-getintouchcta.darkgrey h3, .m-getintouchcta.darkgrey h4, .m-getintouchcta.darkgrey p, .m-getintouchcta.darkgrey a, .m-getintouchcta.darkgrey span, .m-getintouchcta.darkgrey ul li, .m-getintouchcta.darkgrey ol li {
            color: #fff;
        }

        .m-getintouchcta.darkgrey .btn {
            background: transparent;
            border-color: #fff;
            color: #fff;
        }

            .m-getintouchcta.darkgrey .btn:before, .m-getintouchcta.darkgrey .btn:after {
                background: #fff;
            }

            .m-getintouchcta.darkgrey .btn:hover {
                color: #323232;
                border-color: #fff;
            }

    .m-getintouchcta.black {
        background-color: #000;
        color: #fff;
    }

        .m-getintouchcta.black h1, .m-getintouchcta.black h2, .m-getintouchcta.black h3, .m-getintouchcta.black h4, .m-getintouchcta.black p, .m-getintouchcta.black a, .m-getintouchcta.black span, .m-getintouchcta.black ul li, .m-getintouchcta.black ol li {
            color: #fff;
        }

        .m-getintouchcta.black .btn {
            background: transparent;
            border-color: #fff;
            color: #fff;
        }

            .m-getintouchcta.black .btn:before, .m-getintouchcta.black .btn:after {
                background: #fff;
            }

            .m-getintouchcta.black .btn:hover {
                color: #000;
                border-color: #fff;
            }

    .m-getintouchcta.cyan {
        background-color: #8AAAD9;
        color: #fff;
    }

        .m-getintouchcta.cyan h1, .m-getintouchcta.cyan h2, .m-getintouchcta.cyan h3, .m-getintouchcta.cyan h4, .m-getintouchcta.cyan p, .m-getintouchcta.cyan a, .m-getintouchcta.cyan span, .m-getintouchcta.cyan ul li, .m-getintouchcta.cyan ol li {
            color: #fff;
        }

        .m-getintouchcta.cyan .btn {
            background: transparent;
            border-color: #fff;
            color: #fff;
        }

            .m-getintouchcta.cyan .btn:before, .m-getintouchcta.cyan .btn:after {
                background: #fff;
            }

            .m-getintouchcta.cyan .btn:hover {
                color: #8AAAD9;
                border-color: #fff;
            }

    .m-getintouchcta.yellow {
        background-color: #FDB913;
        color: #fff;
    }

        .m-getintouchcta.yellow h1, .m-getintouchcta.yellow h2, .m-getintouchcta.yellow h3, .m-getintouchcta.yellow h4, .m-getintouchcta.yellow p, .m-getintouchcta.yellow a, .m-getintouchcta.yellow span, .m-getintouchcta.yellow ul li, .m-getintouchcta.yellow ol li {
            color: #fff;
        }

        .m-getintouchcta.yellow .btn {
            background: transparent;
            border-color: #fff;
            color: #fff;
        }

            .m-getintouchcta.yellow .btn:before, .m-getintouchcta.yellow .btn:after {
                background: #fff;
            }

            .m-getintouchcta.yellow .btn:hover {
                color: #FDB913;
                border-color: #fff;
            }

    .m-getintouchcta.red1 {
        background-color: #92181b;
        color: #fff;
    }

        .m-getintouchcta.red1 h1, .m-getintouchcta.red1 h2, .m-getintouchcta.red1 h3, .m-getintouchcta.red1 h4, .m-getintouchcta.red1 p, .m-getintouchcta.red1 a, .m-getintouchcta.red1 span, .m-getintouchcta.red1 ul li, .m-getintouchcta.red1 ol li {
            color: #fff;
        }

        .m-getintouchcta.red1 .btn {
            background: transparent;
            border-color: #fff;
            color: #fff;
        }

            .m-getintouchcta.red1 .btn:before, .m-getintouchcta.red1 .btn:after {
                background: #fff;
            }

            .m-getintouchcta.red1 .btn:hover {
                color: #92181b;
                border-color: #fff;
            }

    .m-getintouchcta.red2 {
        background-color: #881416;
        color: #fff;
    }

        .m-getintouchcta.red2 h1, .m-getintouchcta.red2 h2, .m-getintouchcta.red2 h3, .m-getintouchcta.red2 h4, .m-getintouchcta.red2 p, .m-getintouchcta.red2 a, .m-getintouchcta.red2 span, .m-getintouchcta.red2 ul li, .m-getintouchcta.red2 ol li {
            color: #fff;
        }

        .m-getintouchcta.red2 .btn {
            background: transparent;
            border-color: #fff;
            color: #fff;
        }

            .m-getintouchcta.red2 .btn:before, .m-getintouchcta.red2 .btn:after {
                background: #fff;
            }

            .m-getintouchcta.red2 .btn:hover {
                color: #881416;
                border-color: #fff;
            }

    .m-getintouchcta.red3 {
        background-color: #701510;
        color: #fff;
    }

        .m-getintouchcta.red3 h1, .m-getintouchcta.red3 h2, .m-getintouchcta.red3 h3, .m-getintouchcta.red3 h4, .m-getintouchcta.red3 p, .m-getintouchcta.red3 a, .m-getintouchcta.red3 span, .m-getintouchcta.red3 ul li, .m-getintouchcta.red3 ol li {
            color: #fff;
        }

        .m-getintouchcta.red3 .btn {
            background: transparent;
            border-color: #fff;
            color: #fff;
        }

            .m-getintouchcta.red3 .btn:before, .m-getintouchcta.red3 .btn:after {
                background: #fff;
            }

            .m-getintouchcta.red3 .btn:hover {
                color: #701510;
                border-color: #fff;
            }

    .m-getintouchcta.orange {
        background-color: #f06c2e;
        color: #fff;
    }

        .m-getintouchcta.orange h1, .m-getintouchcta.orange h2, .m-getintouchcta.orange h3, .m-getintouchcta.orange h4, .m-getintouchcta.orange p, .m-getintouchcta.orange a, .m-getintouchcta.orange span, .m-getintouchcta.orange ul li, .m-getintouchcta.orange ol li {
            color: #fff;
        }

        .m-getintouchcta.orange .btn {
            background: transparent;
            border-color: #fff;
            color: #fff;
        }

            .m-getintouchcta.orange .btn:before, .m-getintouchcta.orange .btn:after {
                background: #fff;
            }

            .m-getintouchcta.orange .btn:hover {
                color: #f06c2e;
                border-color: #fff;
            }

    .m-getintouchcta.lightred {
        background-color: #d21c54;
        color: #fff;
    }

        .m-getintouchcta.lightred h1, .m-getintouchcta.lightred h2, .m-getintouchcta.lightred h3, .m-getintouchcta.lightred h4, .m-getintouchcta.lightred p, .m-getintouchcta.lightred a, .m-getintouchcta.lightred span, .m-getintouchcta.lightred ul li, .m-getintouchcta.lightred ol li {
            color: #fff;
        }

        .m-getintouchcta.lightred .btn {
            background: transparent;
            border-color: #fff;
            color: #fff;
        }

            .m-getintouchcta.lightred .btn:before, .m-getintouchcta.lightred .btn:after {
                background: #fff;
            }

            .m-getintouchcta.lightred .btn:hover {
                color: #d21c54;
                border-color: #fff;
            }

    .m-getintouchcta.yellow {
        color: #000;
    }

        .m-getintouchcta.yellow h1, .m-getintouchcta.yellow h2, .m-getintouchcta.yellow h3, .m-getintouchcta.yellow h4, .m-getintouchcta.yellow p, .m-getintouchcta.yellow a, .m-getintouchcta.yellow span, .m-getintouchcta.yellow ul li, .m-getintouchcta.yellow ol li {
            color: #000;
        }

        .m-getintouchcta.yellow .btn {
            background: transparent;
            border-color: #000;
            color: #000;
        }

            .m-getintouchcta.yellow .btn:before, .m-getintouchcta.yellow .btn:after {
                background: #000;
            }

            .m-getintouchcta.yellow .btn:hover {
                border-color: #000;
            }

    .m-getintouchcta p:last-child {
        margin-bottom: 0;
    }

    .m-getintouchcta.lightblue {
        background: #93d6df;
    }

    .m-getintouchcta.palered {
        background: #F9C0C4;
    }

    .m-getintouchcta.sand {
        background: #F0D6B4;
    }

    .m-getintouchcta.palegreen {
        background: #A8D59C;
    }

    .m-getintouchcta p {
        color: #000;
    }

    .m-getintouchcta .e-text {
        border-bottom: 2px solid #000;
    }

    .m-getintouchcta .download-prompt, .m-getintouchcta .file-size {
        font-weight: 500;
        display: block;
    }

    .m-getintouchcta .btn span {
        font-size: 10px;
        font-size: 1rem;
        line-height: 16px;
        display: inline-block;
        vertical-align: top;
    }

@media (min-width:992px) {
    .m-getintouchcta .e-text {
        border-right: 2px solid #000;
        border-bottom: none;
    }
}

@media (min-width:1430px) {
    .m-getintouchcta.red .e-text:before, .m-getintouchcta.red .e-text:after {
        left: 113px;
    }

    .m-getintouchcta.darkred .e-text:before, .m-getintouchcta.darkred .e-text:after {
        left: 113px;
    }

    .m-getintouchcta.pink .e-text:before, .m-getintouchcta.pink .e-text:after {
        left: 113px;
    }

    .m-getintouchcta.blue .e-text:before, .m-getintouchcta.blue .e-text:after {
        left: 113px;
    }

    .m-getintouchcta.green .e-text:before, .m-getintouchcta.green .e-text:after {
        left: 113px;
    }

    .m-getintouchcta.grey .e-text:before, .m-getintouchcta.grey .e-text:after {
        left: 113px;
    }

    .m-getintouchcta.midgrey .e-text:before, .m-getintouchcta.midgrey .e-text:after {
        left: 113px;
    }

    .m-getintouchcta.midgrey2 .e-text:before, .m-getintouchcta.midgrey2 .e-text:after {
        left: 113px;
    }

    .m-getintouchcta.darkgrey .e-text:before, .m-getintouchcta.darkgrey .e-text:after {
        left: 113px;
    }

    .m-getintouchcta.black .e-text:before, .m-getintouchcta.black .e-text:after {
        left: 113px;
    }

    .m-getintouchcta.cyan .e-text:before, .m-getintouchcta.cyan .e-text:after {
        left: 113px;
    }

    .m-getintouchcta.yellow .e-text:before, .m-getintouchcta.yellow .e-text:after {
        left: 113px;
    }

    .m-getintouchcta.red1 .e-text:before, .m-getintouchcta.red1 .e-text:after {
        left: 113px;
    }

    .m-getintouchcta.red2 .e-text:before, .m-getintouchcta.red2 .e-text:after {
        left: 113px;
    }

    .m-getintouchcta.red3 .e-text:before, .m-getintouchcta.red3 .e-text:after {
        left: 113px;
    }

    .m-getintouchcta.orange .e-text:before, .m-getintouchcta.orange .e-text:after {
        left: 113px;
    }

    .m-getintouchcta.lightred .e-text:before, .m-getintouchcta.lightred .e-text:after {
        left: 113px;
    }
}

.m-iwantto {
    text-align: center;
}

    .m-iwantto .iwantto-wrapper {
        background: #EFEFDB;
        padding: 30px 0;
        border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        -ms-border-radius: 30px;
    }

        .m-iwantto .iwantto-wrapper.lightblue {
            background: #93d6df;
        }

        .m-iwantto .iwantto-wrapper.palered {
            background: #F9C0C4;
        }

        .m-iwantto .iwantto-wrapper.sand {
            background: #F0D6B4;
        }

        .m-iwantto .iwantto-wrapper.palegreen {
            background: #A8D59C;
        }

        .m-iwantto .iwantto-wrapper p {
            color: #000;
        }

    .m-iwantto .v-center {
        vertical-align: top;
    }

    .m-iwantto h2 {
        margin-bottom: 30px;
    }

    .m-iwantto a {
        text-align: center;
        display: inline-block;
        color: #2d2d2d;
        font-weight: 500;
        border: none;
        margin-bottom: 20px;
        font-style: italic;
    }

        .m-iwantto a:after {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\f105";
            margin-left: 5px;
            font-size: 1.2em;
            color: #EF3125;
        }

        .m-iwantto a:hover {
            text-decoration: underline;
        }

        .m-iwantto a img {
            max-width: 80px;
            display: block;
            margin: 0 auto 15px;
        }

@media (min-width:992px) {
    .m-iwantto a {
        margin-bottom: 0;
    }
}

@media (min-width:992px) {
    .m-iwantto h2 {
        margin-top: 40px;
        margin-bottom: 0;
    }

    .m-iwantto a {
        max-width: 85%;
    }
}

@media (min-width:1430px) {
    .m-iwantto a {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 30px;
        max-width: 70%;
    }
}

.m-25image75text h1, .m-25image75text h2, .m-75image25text h1, .m-75image25text h2, .m-inlineimage h1, .m-inlineimage h2, .m-2colmoretoexplore h1, .m-2colmoretoexplore h2, .m-3colmoretoexplore h1, .m-3colmoretoexplore h2, .m-5050text h1, .m-5050text h2 {
    margin-top: 15px;
}

.m-25image75text p, .m-75image25text p, .m-inlineimage p, .m-2colmoretoexplore p, .m-3colmoretoexplore p, .m-5050text p {
    margin: 15px 0 0;
}

.m-25image75text ul, .m-75image25text ul, .m-inlineimage ul, .m-2colmoretoexplore ul, .m-3colmoretoexplore ul, .m-5050text ul {
    list-style: none;
    padding-left: 20px;
    margin: 30px 0;
    text-align: left;
}

    .m-25image75text ul li, .m-75image25text ul li, .m-inlineimage ul li, .m-2colmoretoexplore ul li, .m-3colmoretoexplore ul li, .m-5050text ul li {
        position: relative;
        padding-left: 20px;
        margin-bottom: 5px;
    }

        .m-25image75text ul li:before, .m-75image25text ul li:before, .m-inlineimage ul li:before, .m-2colmoretoexplore ul li:before, .m-3colmoretoexplore ul li:before, .m-5050text ul li:before {
            position: absolute;
            left: 0;
            top: 0;
            display: inline-block;
            content: "\2022";
            color: #EF3125;
            font-size: 20px;
        }

    .m-25image75text ul:last-child, .m-25image75text ul.last-child, .m-75image25text ul:last-child, .m-75image25text ul.last-child, .m-inlineimage ul:last-child, .m-inlineimage ul.last-child, .m-2colmoretoexplore ul:last-child, .m-2colmoretoexplore ul.last-child, .m-3colmoretoexplore ul:last-child, .m-3colmoretoexplore ul.last-child, .m-5050text ul:last-child, .m-5050text ul.last-child {
        margin-bottom: -5px;
    }

.m-25image75text .btn, .m-75image25text .btn, .m-inlineimage .btn, .m-2colmoretoexplore .btn, .m-3colmoretoexplore .btn, .m-5050text .btn {
    margin-top: 20px;
}

@media (min-width:400px) {
    .m-25image75text h1, .m-25image75text h2, .m-25image75text h3, .m-75image25text h1, .m-75image25text h2, .m-75image25text h3, .m-inlineimage h1, .m-inlineimage h2, .m-inlineimage h3, .m-2colmoretoexplore h1, .m-2colmoretoexplore h2, .m-2colmoretoexplore h3, .m-3colmoretoexplore h1, .m-3colmoretoexplore h2, .m-3colmoretoexplore h3, .m-5050text h1, .m-5050text h2, .m-5050text h3 {
        margin-top: 0;
    }

    .m-25image75text p, .m-75image25text p, .m-inlineimage p, .m-2colmoretoexplore p, .m-3colmoretoexplore p, .m-5050text p {
        margin: 0 0 10px;
    }
}

.m-25image75text img, .m-75image25text img, .m-inlineimage img, .m-2colmoretoexplore img, .m-3colmoretoexplore img, .m-5050text img {
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    margin-bottom: 20px;
}

.m-25image75text .image-border {
    margin-bottom: 15px;
}

@media (min-width:400px) {
    .m-25image75text .image-border {
        margin-bottom: 0;
    }
}

@media (min-width:768px) {
    .m-75image25text h3, .m-largeimageleft h3 {
        margin-top: -5px;
    }
}

.m-impactpanel .impact-panel-wrapper {
    background: #FDB913;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    padding: 40px;
}

    .m-impactpanel .impact-panel-wrapper div[class^="col-"]:last-of-type .e-text {
        border-bottom: none;
        margin-bottom: 0;
    }

.m-impactpanel .top p {
    color: #000;
}

.m-impactpanel .e-text {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    margin-bottom: 30px;
    width: 100%;
    font-weight: 500;
    border-bottom: 2px solid #000;
    padding-bottom: 20px;
}

@media screen and (min-width:992px) {
    .m-impactpanel .e-text {
        padding: 0 30px 30px 30px;
    }
}

.m-impactpanel .e-text span.e-number {
    font-size: 60px;
    font-size: 6rem;
    line-height: 50px;
    display: block;
    font-weight: 700;
    margin-bottom: 30px;
    font-style: italic;
    color: #EF3125;
}

@media (min-width:340px) {
    .m-impactpanel .e-icon {
        float: left;
        margin-bottom: 30px;
    }
}

@media (min-width:992px) {
    .m-impactpanel .e-button {
        margin-top: 20px;
    }

    .m-impactpanel .e-icon {
        float: none;
        margin-bottom: 5px;
    }

    .m-impactpanel .e-text {
        float: none;
        width: 100%;
        border-bottom: none;
        padding-bottom: 0;
    }

    .m-impactpanel .stats-row .col-md-4 {
        border-right: 2px solid #000;
        text-align: center;
    }

        .m-impactpanel .stats-row .col-md-4:nth-child(3n) {
            border-right: none;
        }
}

@media (min-width:1200px) {
    .m-impactpanel .e-icon {
        float: left;
        margin-bottom: 30px;
    }

    .m-impactpanel .e-text span.e-number {
        font-size: 80px;
        font-size: 8rem;
        line-height: 60px;
    }

    .m-impactpanel .e-button {
        margin-top: 30px;
    }
}

.m-impactstatement ul {
    list-style: none;
    padding-left: 20px;
    margin: 30px 0;
}

    .m-impactstatement ul li {
        position: relative;
        padding-left: 20px;
        margin-bottom: 5px;
    }

        .m-impactstatement ul li:before {
            position: absolute;
            left: 0;
            top: 0;
            display: inline-block;
            content: "\2022";
            color: #EF3125;
            font-size: 20px;
        }

    .m-impactstatement ul:last-child, .m-impactstatement ul.last-child {
        margin-bottom: -5px;
    }

.m-impactstatement .e-statement {
    background: #f2f1f1;
    display: block;
    margin: 0 0 30px;
    padding: 20px;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #323232;
    position: relative;
    min-height: 130px;
    display: table;
}

    .m-impactstatement .e-statement .text {
        display: table-cell;
        vertical-align: middle;
    }

    .m-impactstatement .e-statement.small {
        font-size: 16px;
        line-height: 20px;
        width: 100%;
    }

    .m-impactstatement .e-statement:last-child, .m-impactstatement .e-statement.last-child {
        margin-bottom: 0;
    }

    .m-impactstatement .e-statement.top {
        margin-top: 35px;
    }

        .m-impactstatement .e-statement.top:before {
            content: " ";
            position: absolute;
            top: -30px;
            left: 30px;
            background-image: url("/images/icons-sefdde64f66.png");
            background-position: -4416px 0;
            background-repeat: no-repeat;
            overflow: hidden;
            display: block;
            height: 30px;
            width: 70px;
        }

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-impactstatement .e-statement.top:before {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -3706px 0;
        height: 30px;
        width: 70px;
    }
}

.m-impactstatement .e-statement.top.top-right:before {
    left: auto;
    right: 30px;
}

.m-impactstatement .e-statement.bottom {
    margin-bottom: 35px;
}

    .m-impactstatement .e-statement.bottom:before {
        content: " ";
        position: absolute;
        bottom: -30px;
        left: 30px;
        background-image: url("/images/icons-sefdde64f66.png");
        background-position: -4256px 0;
        background-repeat: no-repeat;
        overflow: hidden;
        display: block;
        height: 30px;
        width: 70px;
    }

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-impactstatement .e-statement.bottom:before {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -3561px 0;
        height: 30px;
        width: 70px;
    }
}

.m-impactstatement .e-statement.bottom.bottom-right:before {
    left: auto;
    right: 30px;
}

.m-impactstatement .e-statement.left {
    margin-left: 0px;
}

    .m-impactstatement .e-statement.left:before {
        content: " ";
        position: absolute;
        top: 30px;
        left: -20px;
        background-image: url("/images/icons-sefdde64f66.png");
        background-position: -4336px 0;
        background-repeat: no-repeat;
        overflow: hidden;
        display: block;
        height: 70px;
        width: 30px;
    }

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-impactstatement .e-statement.left:before {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -3636px 0;
        height: 70px;
        width: 30px;
    }
}

.m-impactstatement .e-statement.right {
    margin-right: 0px;
}

    .m-impactstatement .e-statement.right:before {
        content: " ";
        position: absolute;
        top: 30px;
        right: -20px;
        background-image: url("/images/icons-sefdde64f66.png");
        background-position: -4376px 0;
        background-repeat: no-repeat;
        overflow: hidden;
        display: block;
        height: 70px;
        width: 30px;
    }

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-impactstatement .e-statement.right:before {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -3671px 0;
        height: 70px;
        width: 30px;
    }
}

@media (min-width:768px) {
    .m-impactstatement .e-statement {
        font-size: 26px;
        line-height: 32px;
    }
}

@media (max-width:767px) {
    .m-impactstatement .e-statement {
        min-height: 0;
    }

        .m-impactstatement .e-statement.small.top, .m-impactstatement .e-statement.small.left, .m-impactstatement .e-statement.small.right {
            margin-top: 35px;
            margin-left: 0;
            margin-right: 0;
        }

            .m-impactstatement .e-statement.small.top:before, .m-impactstatement .e-statement.small.left:before, .m-impactstatement .e-statement.small.right:before {
                content: " ";
                position: absolute;
                top: -30px;
                left: 30px;
                right: auto;
                background-image: url("/images/icons-sefdde64f66.png");
                background-position: -4416px 0;
                background-repeat: no-repeat;
                overflow: hidden;
                display: block;
                height: 30px;
                width: 70px;
            }
}

@media (max-width:767px) and (-webkit-min-device-pixel-ratio:2),(max-width:767px) and (min-resolution:192dpi) {
    .m-impactstatement .e-statement.small.top:before, .m-impactstatement .e-statement.small.left:before, .m-impactstatement .e-statement.small.right:before {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -3706px 0;
        height: 30px;
        width: 70px;
    }
}

.m-inyourarealinks {
    background: #EFEFDB;
    padding: 20px 0 10px !important;
    margin: 20px 0;
}

    .m-inyourarealinks.lightblue {
        background: #93d6df;
    }

    .m-inyourarealinks.palered {
        background: #F9C0C4;
    }

    .m-inyourarealinks.sand {
        background: #F0D6B4;
    }

    .m-inyourarealinks.palegreen {
        background: #A8D59C;
    }

    .m-inyourarealinks p {
        color: #000;
    }

    .m-inyourarealinks span {
        color: #000;
        font-weight: 500;
    }

    .m-inyourarealinks .e-item {
        margin-right: -4px;
        color: #000;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 24px;
        display: block;
        -webkit-transition: opacity 0.3s ease;
        -moz-transition: opacity 0.3s ease;
        -ms-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

        .m-inyourarealinks .e-item,
        .m-inyourarealinks .e-item:first-child {
            width: auto !important;
            float: left !important;
        }

    .m-inyourarealinks a {
        border-bottom: none;
    }

        .m-inyourarealinks a:after {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\f105";
            margin-left: 10px;
            color: #EF3125;
        }

        .m-inyourarealinks a:hover {
            text-decoration: underline;
        }

    .m-inyourarealinks.item-hovered a.e-item:not(:hover) {
        opacity: 0.5;
    }

@media (min-width:768px) {
    .m-inyourarealinks {
        padding: 0 !important;
    }

        .m-inyourarealinks .items {
            display: block;
            width: 100%;
        }

        .m-inyourarealinks .e-item {
            vertical-align: middle;
            text-align: left;
            margin-right: -4px !important;
            box-sizing: border-box;
            height: 100%;
            position: relative;
        }

            .m-inyourarealinks .e-item .intro-text {
                margin-left: 0;
                display: inline-block;
                border-left: none;
            }

        .m-inyourarealinks a {
            font-weight: 300;
            text-align: left;
        }
}

@media (min-width:992px) {
    .m-inyourarealinks .e-item {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 26px;
        display: inline-block;
        text-align: left;
        padding-right: 20px;
        margin: 20px 0;
    }

        .m-inyourarealinks .e-item.intro-text {
            text-align: left;
            padding-right: 0;
        }

    .m-inyourarealinks .links {
        text-align: right;
    }
}

@media (min-width:1200px) {
    .m-inyourarealinks .e-item {
        margin: 20px 0;
    }
}

@media (min-width:1430px) {
    .m-inyourarealinks .e-item {
        margin: 30px 0;
        padding-right: 50px;
    }
}

.m-inyourareasearch {
    background: #FDB913;
    padding: 20px 0;
    overflow: hidden;
}

    .m-inyourareasearch.distance-dropdown .e-text:after {
        height: 160px;
    }

    .m-inyourareasearch p {
        font-style: italic;
        color: #000;
    }

    .m-inyourareasearch form label {
        font-weight: 500;
    }

    .m-inyourareasearch form input, .m-inyourareasearch form select {
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        border: 2px solid #fff;
    }

    .m-inyourareasearch form select {
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        font-weight: 500;
    }

        .m-inyourareasearch form select option:disabled {
            color: #949597;
        }

    .m-inyourareasearch form .distance, .m-inyourareasearch form .whereareyou {
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }

@media (min-width:480px) {
    .m-inyourareasearch form .distance, .m-inyourareasearch form .whereareyou {
        display: inline-block;
        width: 49%;
        vertical-align: top;
    }

        .m-inyourareasearch form .distance .inputs {
            padding-right: 0;
        }

        .m-inyourareasearch form .whereareyou .inputs {
            padding-right: 35px;
        }
}

@media (min-width:768px) {
    .m-inyourareasearch .inputs {
        position: relative;
        margin-top: 10px;
    }

        .m-inyourareasearch .inputs input, .m-inyourareasearch .inputs select {
            padding: 16px 15px;
        }

        .m-inyourareasearch .inputs button {
            margin-top: 5px;
        }
}

@media (min-width:992px) {
    .m-inyourareasearch {
        padding: 50px 0;
    }

        .m-inyourareasearch form .inputs input, .m-inyourareasearch form .inputs select {
            padding: 15px;
        }
}

@media (min-width:992px) {
    .m-inyourareasearch {
        padding: 75px 0;
    }

        .m-inyourareasearch .e-text:before, .m-inyourareasearch .e-text:after {
            height: 75px;
        }

        .m-inyourareasearch form .inputs input, .m-inyourareasearch form .inputs select {
            padding: 15px;
            margin-top: 0;
        }
}

@media (min-width:1430px) {
    .m-inyourareasearch .e-text:before, .m-inyourareasearch .e-text:after {
        left: 113px;
    }
}

.m-inyourareasearch .interest-option {
    color: #fff;
}

    .m-inyourareasearch .interest-option::before {
        font-family: fontawesome;
    }

    .m-inyourareasearch .interest-option.interest-Services {
        content: '\f05a';
    }

    .m-inyourareasearch .interest-option.interest-Events {
        content: '\f073';
    }

.m-informationFeature .preamble {
    margin-bottom: 10px;
}

.m-informationFeature .e-box {
    border-bottom: none;
    margin: 10px 0;
    padding: 20px;
    width: 100%;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    font-family: "Foco",arial,sans-serif;
    font-weight: 700;
    text-decoration: none;
    position: relative;
}

    .m-informationFeature .e-box.red {
        background-color: #EF3125;
    }

    .m-informationFeature .e-box.darkred {
        background-color: #af141f;
    }

    .m-informationFeature .e-box.pink {
        background-color: #CEA4BB;
    }

    .m-informationFeature .e-box.blue {
        background-color: #255870;
    }

    .m-informationFeature .e-box.green {
        background-color: #437353;
    }

    .m-informationFeature .e-box.grey {
        background-color: #7F7C71;
    }

    .m-informationFeature .e-box.midgrey {
        background-color: #7F7C71;
    }

    .m-informationFeature .e-box.midgrey2 {
        background-color: #949597;
    }

    .m-informationFeature .e-box.darkgrey {
        background-color: #323232;
    }

    .m-informationFeature .e-box.black {
        background-color: #000;
    }

    .m-informationFeature .e-box.cyan {
        background-color: #8AAAD9;
    }

    .m-informationFeature .e-box.yellow {
        background-color: #FDB913;
    }

    .m-informationFeature .e-box.red1 {
        background-color: #92181b;
    }

    .m-informationFeature .e-box.red2 {
        background-color: #881416;
    }

    .m-informationFeature .e-box.red3 {
        background-color: #701510;
    }

    .m-informationFeature .e-box.orange {
        background-color: #f06c2e;
    }

    .m-informationFeature .e-box.lightred {
        background-color: #d21c54;
    }

    .m-informationFeature .e-box h2, .m-informationFeature .e-box p {
        color: #fff;
    }

    .m-informationFeature .e-box .image-container {
        position: relative;
    }

    .m-informationFeature .e-box .feature-icon {
        vertical-align: middle;
        padding: 0 10px;
    }

    .m-informationFeature .e-box .rollover-text h2 {
        margin-bottom: 0;
        margin-top: 10px;
    }

    .m-informationFeature .e-box .rollover-text .rollover-hidden {
        -webkit-transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -ms-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
        opacity: 0;
    }

    .m-informationFeature .e-box:hover h2, .m-informationFeature .e-box:hover p {
        color: #fff;
    }

    .m-informationFeature .e-box:hover .rollover-text .rollover-hidden {
        opacity: 1;
    }

@media (min-width:768px) {
    .m-informationFeature .preamble {
        margin-bottom: 15px;
    }

    .m-informationFeature .e-box {
        min-height: 250px;
    }
}

@media (min-width:992px) {
    .m-informationFeature {
        overflow: hidden;
    }

        .m-informationFeature .e-box {
            padding: 0;
            height: 230px;
            overflow: hidden;
            margin-bottom: 0;
            -webkit-backface-visibility: hidden;
            min-height: 0;
        }

            .m-informationFeature .e-box .image-container {
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                padding: 25px 0;
            }

                .m-informationFeature .e-box .image-container .overlay {
                    opacity: 0.2;
                    filter: alpha(opacity=20);
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background-color: #000;
                }

            .m-informationFeature .e-box .feature-icon {
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                display: block;
                opacity: 1;
                margin: 0 auto;
                position: relative;
            }

            .m-informationFeature .e-box .rollover {
                -webkit-transition: top 0.3s ease-in-out;
                -moz-transition: top 0.3s ease-in-out;
                -ms-transition: top 0.3s ease-in-out;
                -o-transition: top 0.3s ease-in-out;
                transition: top 0.3s ease-in-out;
                font-size: 16px;
                line-height: 22px;
                position: absolute;
                top: 50%;
                left: 0;
                width: 100%;
                height: 200px;
                vertical-align: middle;
                padding: 0px 15px;
                -webkit-backface-visibility: hidden;
            }

            .m-informationFeature .e-box .rollover-hidden {
                margin-top: 20px;
            }

            .m-informationFeature .e-box:hover .image-container {
                margin: -150px auto 0;
            }

            .m-informationFeature .e-box:hover .feature-icon {
                margin: -150px auto 0;
                opacity: 0;
            }

            .m-informationFeature .e-box:hover .rollover {
                top: 15px;
            }
}

.m-inlineimage img {
    float: none;
    width: 100%;
    margin: 15px 0;
}

@media (min-width:768px) {
    .m-inlineimage img {
        float: left;
        width: auto;
        margin: 15px;
    }
}

.m-largeimagewithcaption .e-image {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

    .m-largeimagewithcaption .e-image img {
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }

.m-largeimagewithcaption .text-background {
    background: #7F7C71;
    padding: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

    .m-largeimagewithcaption .text-background h3, .m-largeimagewithcaption .text-background p {
        color: #fff;
    }

    .m-largeimagewithcaption .text-background p {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 22px;
    }

@media (min-width:992px) {
    .m-largeimagewithcaption .largeimagewithcaption-wrapper {
        position: relative;
    }

        .m-largeimagewithcaption .largeimagewithcaption-wrapper .e-image {
            border-radius: 30px;
            -moz-border-radius: 30px;
            -webkit-border-radius: 30px;
            -ms-border-radius: 30px;
        }

            .m-largeimagewithcaption .largeimagewithcaption-wrapper .e-image img {
                border-radius: 30px;
                -moz-border-radius: 30px;
                -webkit-border-radius: 30px;
                -ms-border-radius: 30px;
            }

        .m-largeimagewithcaption .largeimagewithcaption-wrapper .text-container {
            position: absolute;
            bottom: 50px;
            width: 100%;
            margin-top: 0;
        }

            .m-largeimagewithcaption .largeimagewithcaption-wrapper .text-container .text-background {
                border-radius: 30px;
                -moz-border-radius: 30px;
                -webkit-border-radius: 30px;
                -ms-border-radius: 30px;
            }
}

.m-nextsteps-icon {
    width: 100%;
    overflow: auto;
    padding: 0 !important;
    margin: 0px 0;
}

    .m-nextsteps-icon .e-stepitem {
        padding: 30px;
        width: 100%;
        position: relative;
    }

        .m-nextsteps-icon .e-stepitem.red {
            background-color: #EF3125;
            color: #fff;
        }

            .m-nextsteps-icon .e-stepitem.red h1, .m-nextsteps-icon .e-stepitem.red h2, .m-nextsteps-icon .e-stepitem.red h3, .m-nextsteps-icon .e-stepitem.red h4, .m-nextsteps-icon .e-stepitem.red p, .m-nextsteps-icon .e-stepitem.red a, .m-nextsteps-icon .e-stepitem.red span, .m-nextsteps-icon .e-stepitem.red ul li, .m-nextsteps-icon .e-stepitem.red ol li {
                color: #fff;
            }

            .m-nextsteps-icon .e-stepitem.red .btn {
                background: transparent;
                border-color: #fff;
                color: #fff;
            }

                .m-nextsteps-icon .e-stepitem.red .btn:before, .m-nextsteps-icon .e-stepitem.red .btn:after {
                    background: #fff;
                }

                .m-nextsteps-icon .e-stepitem.red .btn:hover {
                    color: #EF3125;
                    border-color: #fff;
                }

        .m-nextsteps-icon .e-stepitem.darkred {
            background-color: #af141f;
            color: #fff;
        }

            .m-nextsteps-icon .e-stepitem.darkred h1, .m-nextsteps-icon .e-stepitem.darkred h2, .m-nextsteps-icon .e-stepitem.darkred h3, .m-nextsteps-icon .e-stepitem.darkred h4, .m-nextsteps-icon .e-stepitem.darkred p, .m-nextsteps-icon .e-stepitem.darkred a, .m-nextsteps-icon .e-stepitem.darkred span, .m-nextsteps-icon .e-stepitem.darkred ul li, .m-nextsteps-icon .e-stepitem.darkred ol li {
                color: #fff;
            }

            .m-nextsteps-icon .e-stepitem.darkred .btn {
                background: transparent;
                border-color: #fff;
                color: #fff;
            }

                .m-nextsteps-icon .e-stepitem.darkred .btn:before, .m-nextsteps-icon .e-stepitem.darkred .btn:after {
                    background: #fff;
                }

                .m-nextsteps-icon .e-stepitem.darkred .btn:hover {
                    color: #af141f;
                    border-color: #fff;
                }

        .m-nextsteps-icon .e-stepitem.pink {
            background-color: #CEA4BB;
            color: #fff;
        }

            .m-nextsteps-icon .e-stepitem.pink h1, .m-nextsteps-icon .e-stepitem.pink h2, .m-nextsteps-icon .e-stepitem.pink h3, .m-nextsteps-icon .e-stepitem.pink h4, .m-nextsteps-icon .e-stepitem.pink p, .m-nextsteps-icon .e-stepitem.pink a, .m-nextsteps-icon .e-stepitem.pink span, .m-nextsteps-icon .e-stepitem.pink ul li, .m-nextsteps-icon .e-stepitem.pink ol li {
                color: #fff;
            }

            .m-nextsteps-icon .e-stepitem.pink .btn {
                background: transparent;
                border-color: #fff;
                color: #fff;
            }

                .m-nextsteps-icon .e-stepitem.pink .btn:before, .m-nextsteps-icon .e-stepitem.pink .btn:after {
                    background: #fff;
                }

                .m-nextsteps-icon .e-stepitem.pink .btn:hover {
                    color: #CEA4BB;
                    border-color: #fff;
                }

        .m-nextsteps-icon .e-stepitem.blue {
            background-color: #255870;
            color: #fff;
        }

            .m-nextsteps-icon .e-stepitem.blue h1, .m-nextsteps-icon .e-stepitem.blue h2, .m-nextsteps-icon .e-stepitem.blue h3, .m-nextsteps-icon .e-stepitem.blue h4, .m-nextsteps-icon .e-stepitem.blue p, .m-nextsteps-icon .e-stepitem.blue a, .m-nextsteps-icon .e-stepitem.blue span, .m-nextsteps-icon .e-stepitem.blue ul li, .m-nextsteps-icon .e-stepitem.blue ol li {
                color: #fff;
            }

            .m-nextsteps-icon .e-stepitem.blue .btn {
                background: transparent;
                border-color: #fff;
                color: #fff;
            }

                .m-nextsteps-icon .e-stepitem.blue .btn:before, .m-nextsteps-icon .e-stepitem.blue .btn:after {
                    background: #fff;
                }

                .m-nextsteps-icon .e-stepitem.blue .btn:hover {
                    color: #255870;
                    border-color: #fff;
                }

        .m-nextsteps-icon .e-stepitem.green {
            background-color: #437353;
            color: #fff;
        }

            .m-nextsteps-icon .e-stepitem.green h1, .m-nextsteps-icon .e-stepitem.green h2, .m-nextsteps-icon .e-stepitem.green h3, .m-nextsteps-icon .e-stepitem.green h4, .m-nextsteps-icon .e-stepitem.green p, .m-nextsteps-icon .e-stepitem.green a, .m-nextsteps-icon .e-stepitem.green span, .m-nextsteps-icon .e-stepitem.green ul li, .m-nextsteps-icon .e-stepitem.green ol li {
                color: #fff;
            }

            .m-nextsteps-icon .e-stepitem.green .btn {
                background: transparent;
                border-color: #fff;
                color: #fff;
            }

                .m-nextsteps-icon .e-stepitem.green .btn:before, .m-nextsteps-icon .e-stepitem.green .btn:after {
                    background: #fff;
                }

                .m-nextsteps-icon .e-stepitem.green .btn:hover {
                    color: #437353;
                    border-color: #fff;
                }

        .m-nextsteps-icon .e-stepitem.grey {
            background-color: #7F7C71;
            color: #fff;
        }

            .m-nextsteps-icon .e-stepitem.grey h1, .m-nextsteps-icon .e-stepitem.grey h2, .m-nextsteps-icon .e-stepitem.grey h3, .m-nextsteps-icon .e-stepitem.grey h4, .m-nextsteps-icon .e-stepitem.grey p, .m-nextsteps-icon .e-stepitem.grey a, .m-nextsteps-icon .e-stepitem.grey span, .m-nextsteps-icon .e-stepitem.grey ul li, .m-nextsteps-icon .e-stepitem.grey ol li {
                color: #fff;
            }

            .m-nextsteps-icon .e-stepitem.grey .btn {
                background: transparent;
                border-color: #fff;
                color: #fff;
            }

                .m-nextsteps-icon .e-stepitem.grey .btn:before, .m-nextsteps-icon .e-stepitem.grey .btn:after {
                    background: #fff;
                }

                .m-nextsteps-icon .e-stepitem.grey .btn:hover {
                    color: #7F7C71;
                    border-color: #fff;
                }

        .m-nextsteps-icon .e-stepitem.midgrey {
            background-color: #7F7C71;
            color: #fff;
        }

            .m-nextsteps-icon .e-stepitem.midgrey h1, .m-nextsteps-icon .e-stepitem.midgrey h2, .m-nextsteps-icon .e-stepitem.midgrey h3, .m-nextsteps-icon .e-stepitem.midgrey h4, .m-nextsteps-icon .e-stepitem.midgrey p, .m-nextsteps-icon .e-stepitem.midgrey a, .m-nextsteps-icon .e-stepitem.midgrey span, .m-nextsteps-icon .e-stepitem.midgrey ul li, .m-nextsteps-icon .e-stepitem.midgrey ol li {
                color: #fff;
            }

            .m-nextsteps-icon .e-stepitem.midgrey .btn {
                background: transparent;
                border-color: #fff;
                color: #fff;
            }

                .m-nextsteps-icon .e-stepitem.midgrey .btn:before, .m-nextsteps-icon .e-stepitem.midgrey .btn:after {
                    background: #fff;
                }

                .m-nextsteps-icon .e-stepitem.midgrey .btn:hover {
                    color: #7F7C71;
                    border-color: #fff;
                }

        .m-nextsteps-icon .e-stepitem.midgrey2 {
            background-color: #949597;
            color: #fff;
        }

            .m-nextsteps-icon .e-stepitem.midgrey2 h1, .m-nextsteps-icon .e-stepitem.midgrey2 h2, .m-nextsteps-icon .e-stepitem.midgrey2 h3, .m-nextsteps-icon .e-stepitem.midgrey2 h4, .m-nextsteps-icon .e-stepitem.midgrey2 p, .m-nextsteps-icon .e-stepitem.midgrey2 a, .m-nextsteps-icon .e-stepitem.midgrey2 span, .m-nextsteps-icon .e-stepitem.midgrey2 ul li, .m-nextsteps-icon .e-stepitem.midgrey2 ol li {
                color: #fff;
            }

            .m-nextsteps-icon .e-stepitem.midgrey2 .btn {
                background: transparent;
                border-color: #fff;
                color: #fff;
            }

                .m-nextsteps-icon .e-stepitem.midgrey2 .btn:before, .m-nextsteps-icon .e-stepitem.midgrey2 .btn:after {
                    background: #fff;
                }

                .m-nextsteps-icon .e-stepitem.midgrey2 .btn:hover {
                    color: #949597;
                    border-color: #fff;
                }

        .m-nextsteps-icon .e-stepitem.darkgrey {
            background-color: #323232;
            color: #fff;
        }

            .m-nextsteps-icon .e-stepitem.darkgrey h1, .m-nextsteps-icon .e-stepitem.darkgrey h2, .m-nextsteps-icon .e-stepitem.darkgrey h3, .m-nextsteps-icon .e-stepitem.darkgrey h4, .m-nextsteps-icon .e-stepitem.darkgrey p, .m-nextsteps-icon .e-stepitem.darkgrey a, .m-nextsteps-icon .e-stepitem.darkgrey span, .m-nextsteps-icon .e-stepitem.darkgrey ul li, .m-nextsteps-icon .e-stepitem.darkgrey ol li {
                color: #fff;
            }

            .m-nextsteps-icon .e-stepitem.darkgrey .btn {
                background: transparent;
                border-color: #fff;
                color: #fff;
            }

                .m-nextsteps-icon .e-stepitem.darkgrey .btn:before, .m-nextsteps-icon .e-stepitem.darkgrey .btn:after {
                    background: #fff;
                }

                .m-nextsteps-icon .e-stepitem.darkgrey .btn:hover {
                    color: #323232;
                    border-color: #fff;
                }

        .m-nextsteps-icon .e-stepitem.black {
            background-color: #000;
            color: #fff;
        }

            .m-nextsteps-icon .e-stepitem.black h1, .m-nextsteps-icon .e-stepitem.black h2, .m-nextsteps-icon .e-stepitem.black h3, .m-nextsteps-icon .e-stepitem.black h4, .m-nextsteps-icon .e-stepitem.black p, .m-nextsteps-icon .e-stepitem.black a, .m-nextsteps-icon .e-stepitem.black span, .m-nextsteps-icon .e-stepitem.black ul li, .m-nextsteps-icon .e-stepitem.black ol li {
                color: #fff;
            }

            .m-nextsteps-icon .e-stepitem.black .btn {
                background: transparent;
                border-color: #fff;
                color: #fff;
            }

                .m-nextsteps-icon .e-stepitem.black .btn:before, .m-nextsteps-icon .e-stepitem.black .btn:after {
                    background: #fff;
                }

                .m-nextsteps-icon .e-stepitem.black .btn:hover {
                    color: #000;
                    border-color: #fff;
                }

        .m-nextsteps-icon .e-stepitem.cyan {
            background-color: #8AAAD9;
            color: #fff;
        }

            .m-nextsteps-icon .e-stepitem.cyan h1, .m-nextsteps-icon .e-stepitem.cyan h2, .m-nextsteps-icon .e-stepitem.cyan h3, .m-nextsteps-icon .e-stepitem.cyan h4, .m-nextsteps-icon .e-stepitem.cyan p, .m-nextsteps-icon .e-stepitem.cyan a, .m-nextsteps-icon .e-stepitem.cyan span, .m-nextsteps-icon .e-stepitem.cyan ul li, .m-nextsteps-icon .e-stepitem.cyan ol li {
                color: #fff;
            }

            .m-nextsteps-icon .e-stepitem.cyan .btn {
                background: transparent;
                border-color: #fff;
                color: #fff;
            }

                .m-nextsteps-icon .e-stepitem.cyan .btn:before, .m-nextsteps-icon .e-stepitem.cyan .btn:after {
                    background: #fff;
                }

                .m-nextsteps-icon .e-stepitem.cyan .btn:hover {
                    color: #8AAAD9;
                    border-color: #fff;
                }

        .m-nextsteps-icon .e-stepitem.yellow {
            background-color: #FDB913;
            color: #fff;
        }

            .m-nextsteps-icon .e-stepitem.yellow h1, .m-nextsteps-icon .e-stepitem.yellow h2, .m-nextsteps-icon .e-stepitem.yellow h3, .m-nextsteps-icon .e-stepitem.yellow h4, .m-nextsteps-icon .e-stepitem.yellow p, .m-nextsteps-icon .e-stepitem.yellow a, .m-nextsteps-icon .e-stepitem.yellow span, .m-nextsteps-icon .e-stepitem.yellow ul li, .m-nextsteps-icon .e-stepitem.yellow ol li {
                color: #fff;
            }

            .m-nextsteps-icon .e-stepitem.yellow .btn {
                background: transparent;
                border-color: #fff;
                color: #fff;
            }

                .m-nextsteps-icon .e-stepitem.yellow .btn:before, .m-nextsteps-icon .e-stepitem.yellow .btn:after {
                    background: #fff;
                }

                .m-nextsteps-icon .e-stepitem.yellow .btn:hover {
                    color: #FDB913;
                    border-color: #fff;
                }

        .m-nextsteps-icon .e-stepitem.red1 {
            background-color: #92181b;
            color: #fff;
        }

            .m-nextsteps-icon .e-stepitem.red1 h1, .m-nextsteps-icon .e-stepitem.red1 h2, .m-nextsteps-icon .e-stepitem.red1 h3, .m-nextsteps-icon .e-stepitem.red1 h4, .m-nextsteps-icon .e-stepitem.red1 p, .m-nextsteps-icon .e-stepitem.red1 a, .m-nextsteps-icon .e-stepitem.red1 span, .m-nextsteps-icon .e-stepitem.red1 ul li, .m-nextsteps-icon .e-stepitem.red1 ol li {
                color: #fff;
            }

            .m-nextsteps-icon .e-stepitem.red1 .btn {
                background: transparent;
                border-color: #fff;
                color: #fff;
            }

                .m-nextsteps-icon .e-stepitem.red1 .btn:before, .m-nextsteps-icon .e-stepitem.red1 .btn:after {
                    background: #fff;
                }

                .m-nextsteps-icon .e-stepitem.red1 .btn:hover {
                    color: #92181b;
                    border-color: #fff;
                }

        .m-nextsteps-icon .e-stepitem.red2 {
            background-color: #881416;
            color: #fff;
        }

            .m-nextsteps-icon .e-stepitem.red2 h1, .m-nextsteps-icon .e-stepitem.red2 h2, .m-nextsteps-icon .e-stepitem.red2 h3, .m-nextsteps-icon .e-stepitem.red2 h4, .m-nextsteps-icon .e-stepitem.red2 p, .m-nextsteps-icon .e-stepitem.red2 a, .m-nextsteps-icon .e-stepitem.red2 span, .m-nextsteps-icon .e-stepitem.red2 ul li, .m-nextsteps-icon .e-stepitem.red2 ol li {
                color: #fff;
            }

            .m-nextsteps-icon .e-stepitem.red2 .btn {
                background: transparent;
                border-color: #fff;
                color: #fff;
            }

                .m-nextsteps-icon .e-stepitem.red2 .btn:before, .m-nextsteps-icon .e-stepitem.red2 .btn:after {
                    background: #fff;
                }

                .m-nextsteps-icon .e-stepitem.red2 .btn:hover {
                    color: #881416;
                    border-color: #fff;
                }

        .m-nextsteps-icon .e-stepitem.red3 {
            background-color: #701510;
            color: #fff;
        }

            .m-nextsteps-icon .e-stepitem.red3 h1, .m-nextsteps-icon .e-stepitem.red3 h2, .m-nextsteps-icon .e-stepitem.red3 h3, .m-nextsteps-icon .e-stepitem.red3 h4, .m-nextsteps-icon .e-stepitem.red3 p, .m-nextsteps-icon .e-stepitem.red3 a, .m-nextsteps-icon .e-stepitem.red3 span, .m-nextsteps-icon .e-stepitem.red3 ul li, .m-nextsteps-icon .e-stepitem.red3 ol li {
                color: #fff;
            }

            .m-nextsteps-icon .e-stepitem.red3 .btn {
                background: transparent;
                border-color: #fff;
                color: #fff;
            }

                .m-nextsteps-icon .e-stepitem.red3 .btn:before, .m-nextsteps-icon .e-stepitem.red3 .btn:after {
                    background: #fff;
                }

                .m-nextsteps-icon .e-stepitem.red3 .btn:hover {
                    color: #701510;
                    border-color: #fff;
                }

        .m-nextsteps-icon .e-stepitem.orange {
            background-color: #f06c2e;
            color: #fff;
        }

            .m-nextsteps-icon .e-stepitem.orange h1, .m-nextsteps-icon .e-stepitem.orange h2, .m-nextsteps-icon .e-stepitem.orange h3, .m-nextsteps-icon .e-stepitem.orange h4, .m-nextsteps-icon .e-stepitem.orange p, .m-nextsteps-icon .e-stepitem.orange a, .m-nextsteps-icon .e-stepitem.orange span, .m-nextsteps-icon .e-stepitem.orange ul li, .m-nextsteps-icon .e-stepitem.orange ol li {
                color: #fff;
            }

            .m-nextsteps-icon .e-stepitem.orange .btn {
                background: transparent;
                border-color: #fff;
                color: #fff;
            }

                .m-nextsteps-icon .e-stepitem.orange .btn:before, .m-nextsteps-icon .e-stepitem.orange .btn:after {
                    background: #fff;
                }

                .m-nextsteps-icon .e-stepitem.orange .btn:hover {
                    color: #f06c2e;
                    border-color: #fff;
                }

        .m-nextsteps-icon .e-stepitem.lightred {
            background-color: #d21c54;
            color: #fff;
        }

            .m-nextsteps-icon .e-stepitem.lightred h1, .m-nextsteps-icon .e-stepitem.lightred h2, .m-nextsteps-icon .e-stepitem.lightred h3, .m-nextsteps-icon .e-stepitem.lightred h4, .m-nextsteps-icon .e-stepitem.lightred p, .m-nextsteps-icon .e-stepitem.lightred a, .m-nextsteps-icon .e-stepitem.lightred span, .m-nextsteps-icon .e-stepitem.lightred ul li, .m-nextsteps-icon .e-stepitem.lightred ol li {
                color: #fff;
            }

            .m-nextsteps-icon .e-stepitem.lightred .btn {
                background: transparent;
                border-color: #fff;
                color: #fff;
            }

                .m-nextsteps-icon .e-stepitem.lightred .btn:before, .m-nextsteps-icon .e-stepitem.lightred .btn:after {
                    background: #fff;
                }

                .m-nextsteps-icon .e-stepitem.lightred .btn:hover {
                    color: #d21c54;
                    border-color: #fff;
                }

        .m-nextsteps-icon .e-stepitem.yellow {
            color: #000;
        }

            .m-nextsteps-icon .e-stepitem.yellow h1, .m-nextsteps-icon .e-stepitem.yellow h2, .m-nextsteps-icon .e-stepitem.yellow h3, .m-nextsteps-icon .e-stepitem.yellow h4, .m-nextsteps-icon .e-stepitem.yellow p, .m-nextsteps-icon .e-stepitem.yellow a, .m-nextsteps-icon .e-stepitem.yellow span, .m-nextsteps-icon .e-stepitem.yellow ul li, .m-nextsteps-icon .e-stepitem.yellow ol li {
                color: #000;
            }

            .m-nextsteps-icon .e-stepitem.yellow .btn {
                background: transparent;
                border-color: #000;
                color: #000;
            }

                .m-nextsteps-icon .e-stepitem.yellow .btn:before, .m-nextsteps-icon .e-stepitem.yellow .btn:after {
                    background: #000;
                }

                .m-nextsteps-icon .e-stepitem.yellow .btn:hover {
                    border-color: #000;
                }

            .m-nextsteps-icon .e-stepitem.yellow h2:before {
                background: #000;
            }

        .m-nextsteps-icon .e-stepitem h2, .m-nextsteps-icon .e-stepitem p {
            text-transform: uppercase;
            font-weight: 700;
        }

        .m-nextsteps-icon .e-stepitem img {
            position: relative;
            margin-bottom: 15px;
        }

        .m-nextsteps-icon .e-stepitem p {
            margin-top: 25px;
        }

        .m-nextsteps-icon .e-stepitem br {
            display: none;
        }

        .m-nextsteps-icon .e-stepitem .btn {
            margin-top: 40px;
        }

        .m-nextsteps-icon .e-stepitem.text-50 h2 {
            width: 100%;
        }

        .m-nextsteps-icon .e-stepitem.text-100 h2 {
            width: 100%;
        }

@media (min-width:768px) {
    .m-nextsteps-icon {
        background: #EF3125;
    }

        .m-nextsteps-icon .e-stepitem {
            width: 50%;
            float: left;
            margin: 0;
        }
}

@media (min-width:992px) {
    .m-nextsteps-icon {
        margin: 0px 0;
    }
}

@media (min-width:1200px) {
    .m-nextsteps-icon .e-stepitem {
        padding: 85px 30px 25px;
        min-height: 520px;
    }

        .m-nextsteps-icon .e-stepitem.top-left img {
            top: 95px;
            left: 35px;
        }

        .m-nextsteps-icon .e-stepitem.top-right img {
            top: 95px;
            right: 35px;
        }

        .m-nextsteps-icon .e-stepitem.bottom-left img {
            bottom: 25px;
            left: 35px;
        }

        .m-nextsteps-icon .e-stepitem.bottom-right img {
            bottom: 25px;
            right: 35px;
        }

        .m-nextsteps-icon .e-stepitem.text-50 h2 {
            width: 50%;
        }

        .m-nextsteps-icon .e-stepitem img {
            position: absolute;
        }

        .m-nextsteps-icon .e-stepitem br {
            display: block;
        }

        .m-nextsteps-icon .e-stepitem p {
            margin-top: 0;
        }

    .m-nextsteps-icon h2 {
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 38px;
    }

        .m-nextsteps-icon h2:before {
            content: " ";
            background: #fff;
            position: absolute;
            border-radius: 3px;
            width: 4px;
            height: 50px;
            top: 25px;
            left: 70px;
        }
}

@media (min-width:1500px) {
    .m-nextsteps-icon {
        background: none;
    }

        .m-nextsteps-icon .e-stepitem {
            width: 33.3333%;
        }
}

.m-nextsteps {
    padding: 20px 0;
}

    .m-nextsteps.border-top {
        border-top: 1px solid #dfdfdf;
    }

    .m-nextsteps .links a {
        display: block;
        width: 100%;
        position: relative;
        border-bottom: none;
        overflow: hidden;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        -ms-border-radius: 30px;
    }

        .m-nextsteps .links a img {
            position: relative;
            width: 100%;
            z-index: 0;
            opacity: 1;
        }

        .m-nextsteps .links a .e-text {
            padding: 0 50px 0 20px;
            background: #EFEFDB;
            border-bottom-left-radius: 30px;
            border-bottom-right-radius: 30px;
            height: 80px;
            position: relative;
            bottom: 0;
            left: 0;
            width: 100%;
            z-index: 10;
        }

            .m-nextsteps .links a .e-text h3, .m-nextsteps .links a .e-text p {
                color: #000;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                font-size: 14px;
                font-size: 1.4rem;
                line-height: 16px;
                padding-right: 50px;
            }

            .m-nextsteps .links a .e-text:after {
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
                font-size: inherit;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: "\f105";
                color: #EF3125;
                position: absolute;
                right: 20px;
                font-size: 32px;
                font-size: 3.2rem;
                line-height: 80px;
                top: 0;
            }

    .m-nextsteps .e-button {
        margin-top: 30px;
    }

        .m-nextsteps .e-button a {
            display: inline-block;
        }

@media (min-width:768px) {
    .m-nextsteps .links a {
        margin: 15px 0;
    }

        .m-nextsteps .links a .e-text h3, .m-nextsteps .links a .e-text p {
            font-size: 18px;
            font-size: 1.8rem;
            line-height: 20px;
        }
}

@media (min-width:992px) {
    .m-nextsteps {
        padding: 60px 0 100px;
    }

        .m-nextsteps .links {
            text-align: center;
        }

            .m-nextsteps .links > div {
                display: inline-block;
                margin-right: -4px;
                float: none;
            }

            .m-nextsteps .links a {
                margin-top: 40px;
                margin-bottom: 0;
                text-align: left;
            }

                .m-nextsteps .links a .e-text h3, .m-nextsteps .links a .e-text p {
                    font-size: 22px;
                    font-size: 2.2rem;
                    line-height: 28px;
                }

        .m-nextsteps .e-button {
            margin-top: 60px;
        }
}

@media (max-width:768px) {
    .m-nextsteps .e-type .e-tab .btn {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 16px;
    }

    .m-nextsteps .row.links {
        margin-right: -10px;
        margin-left: -10px;
    }

        .m-nextsteps .row.links .link-col {
            padding-right: 10px;
            padding-left: 10px;
        }
}

.m-pageintro {
    margin-top: 30px;
}

    .m-pageintro h2 {
        margin-top: 0;
    }

    .m-pageintro .preamble {
        color: #222;
    }

    .m-pageintro + .m-sectionimages {
        margin-bottom: 30px;
    }

@media (min-width:768px) {
    .m-pageintro {
        margin-top: 0;
    }

        .m-pageintro h2 {
            margin-top: -8px;
        }
}

.m-peoplestories .e-storycontainer {
    margin-top: 20px;
}

    .m-peoplestories .e-storycontainer > div {
        display: none;
    }

        .m-peoplestories .e-storycontainer > div:first-child {
            display: block;
        }

.m-peoplestories .e-item {
    cursor: pointer;
    margin-bottom: 20px;
    overflow: visible !important;
}

.m-peoplestories .e-iteminner {
    position: relative;
    margin-bottom: 15px;
}

    .m-peoplestories .e-iteminner.open .e-arrow {
        bottom: -15px;
        display: block;
    }

    .m-peoplestories .e-iteminner.open .e-title:after {
        background-image: url("/images/icons-sefdde64f66.png");
        background-position: -2956px 0;
        background-repeat: no-repeat;
        overflow: hidden;
        display: block;
        height: 8px;
        width: 13px;
    }

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-peoplestories .e-iteminner.open .e-title:after {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -2600px 0;
        height: 8px;
        width: 12.5px;
    }
}

.m-peoplestories .e-iteminner .e-title {
    font-size: 18px;
    position: relative;
    padding-right: 20px;
    margin-top: 10px;
}

    .m-peoplestories .e-iteminner .e-title:after {
        background-image: url("/images/icons-sefdde64f66.png");
        background-position: -2933px 0;
        background-repeat: no-repeat;
        overflow: hidden;
        display: block;
        height: 8px;
        width: 13px;
        content: '';
        position: absolute;
        top: 10px;
        right: 0;
    }

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-peoplestories .e-iteminner .e-title:after {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -2583px 0;
        height: 8px;
        width: 12.5px;
    }
}

.m-peoplestories .e-arrow {
    bottom: -30px;
    left: 20%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(43,43,43,0);
    border-bottom-color: #f2f1f1;
    border-width: 15px;
    margin-left: -15px;
    display: none;
    z-index: 5;
}

.m-peoplestories .e-panel {
    width: 100%;
    padding: 40px 20px 30px;
    display: none;
    cursor: default;
    position: relative;
    background-color: #f2f1f1;
}

    .m-peoplestories .e-panel .e-close {
        background-image: url("/images/icons-sefdde64f66.png");
        background-position: -2199px 0;
        background-repeat: no-repeat;
        overflow: hidden;
        display: block;
        height: 16px;
        width: 16px;
        position: absolute;
        top: 12px;
        right: 20px;
        cursor: pointer;
    }

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-peoplestories .e-panel .e-close {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -1934px 0;
        height: 16px;
        width: 16px;
    }
}

.m-peoplestories .e-panel .e-title {
    margin: 0;
}

.m-peoplestories .e-media {
    margin-bottom: 20px;
}

    .m-peoplestories .e-media > div {
        display: none;
    }

@media (min-width:768px) {
    .m .m-peoplestories > div {
        display: block;
    }

    .m .m-peoplestories .e-media {
        margin: 0;
    }
}

@media (min-width:768px) {
    .m-preamble {
        margin: -4px 0 30px;
    }

        .m-preamble p.preamble {
            margin-top: 0;
            margin-bottom: 0;
        }

            .m-preamble p.preamble:first-child {
                margin-top: 0;
            }
}

.m-proservices .e-box {
    background: #EFEFDB;
    padding: 15px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
}

    .m-proservices .e-box h1, .m-proservices .e-box h2, .m-proservices .e-box h3, .m-proservices .e-box h4 {
        margin-top: 0;
    }

    .m-proservices .e-box p {
        font-weight: 700;
    }

        .m-proservices .e-box p:last-child {
            margin: 0;
        }

.m-proservices ul {
    list-style: none;
    margin: 30px 0;
}

    .m-proservices ul li {
        position: relative;
        padding-left: 20px;
        margin-bottom: 5px;
    }

        .m-proservices ul li:before {
            position: absolute;
            left: 0;
            top: 0;
            display: inline-block;
            content: "\2022";
            color: #EF3125;
            font-size: 20px;
        }

    .m-proservices ul:last-child, .m-proservices ul.last-child {
        margin-bottom: -5px;
    }

.m-promotedItems .item {
    float: left;
    width: 100%;
    border-bottom: none;
    margin: 15px 0;
}

    .m-promotedItems .item .image {
        margin-bottom: 20px;
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        -ms-border-radius: 20px;
        overflow: hidden;
    }

    .m-promotedItems .item .text {
        background: #C1BDAD;
        padding: 20px 50px 20px 20px;
        color: #000;
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        -ms-border-radius: 20px;
        position: relative;
    }

        .m-promotedItems .item .text h3, .m-promotedItems .item .text h4 {
            color: #000;
            margin: 0;
        }

        .m-promotedItems .item .text h4 {
            font-weight: 300;
        }

        .m-promotedItems .item .text .info {
            display: block;
            margin: 20px 0;
        }

            .m-promotedItems .item .text .info .location, .m-promotedItems .item .text .info .date {
                display: inline-block;
            }

                .m-promotedItems .item .text .info .location:before, .m-promotedItems .item .text .info .date:before {
                    margin-bottom: -2px;
                    margin-right: 4px;
                }

            .m-promotedItems .item .text .info .location {
                margin-right: 15px;
            }

                .m-promotedItems .item .text .info .location:before {
                    content: " ";
                    background-image: url("/images/icons-sefdde64f66.png");
                    background-position: -1816px 0;
                    background-repeat: no-repeat;
                    overflow: hidden;
                    display: block;
                    height: 16px;
                    width: 10px;
                    display: inline-block;
                }

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-promotedItems .item .text .info .location:before {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -1626px 0;
        height: 16px;
        width: 10px;
    }
}

.m-promotedItems .item .text .info .date:before {
    content: " ";
    background-image: url("/images/icons-sefdde64f66.png");
    background-position: -1630px 0;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    height: 18px;
    width: 18px;
    display: inline-block;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-promotedItems .item .text .info .date:before {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -1465px 0;
        height: 18px;
        width: 18px;
    }
}

.m-promotedItems .item .text .link {
    font-weight: 600;
    border-bottom: 1px solid transparent;
    display: inline-block;
    -webkit-transition: border-bottom 0.1s linear;
    -moz-transition: border-bottom 0.1s linear;
    -ms-transition: border-bottom 0.1s linear;
    -o-transition: border-bottom 0.1s linear;
    transition: border-bottom 0.1s linear;
}

.m-promotedItems .item .text:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    color: #EF3125;
    font-weight: bold;
    font-size: 50px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.m-promotedItems .item:hover .text .link {
    border-bottom: 1px solid #fff;
}

.m-relatedpages h2 {
    margin-bottom: 30px;
}

.m-relatedpages a {
    display: inline-block;
    margin-bottom: 10px;
    text-decoration: none;
    border-bottom: none;
}

    .m-relatedpages a h4 {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 5px;
    }

        .m-relatedpages a h4 span {
            border-bottom: none;
        }

    .m-relatedpages a p {
        color: #000;
    }

    .m-relatedpages a:hover h4 {
        color: #EF3125;
    }

        .m-relatedpages a:hover h4 span {
            border-bottom: none;
        }

@media (min-width:768px) {
    .m-relatedpages a {
        margin-bottom: 20px;
    }
}

.m-sectionimages a, .m-indextop a {
    text-decoration: none;
}

.m-sectionimages .e-box, .m-indextop .e-box {
    margin-bottom: 12px;
    float: left;
    color: #000;
    width: 100%;
    border-bottom: none;
    position: relative;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    overflow: hidden;
}

    .m-sectionimages .e-box img, .m-indextop .e-box img {
        width: 100%;
        border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        -ms-border-radius: 30px;
    }

    .m-sectionimages .e-box .e-textbox, .m-indextop .e-box .e-textbox {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 34px;
        background: #C1BDAD;
        padding: 20px 40px;
        position: absolute;
        width: 100%;
        bottom: 0;
    }

        .m-sectionimages .e-box .e-textbox:after, .m-indextop .e-box .e-textbox:after {
            content: "\f105";
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            color: #EF3125;
            position: relative;
            top: 4px;
            font-size: 36px;
            margin-left: 5px;
        }

    .m-sectionimages .e-box:hover span, .m-indextop .e-box:hover span {
        border-bottom: 2px solid #000;
    }

    .m-sectionimages .e-box.small .e-textbox, .m-indextop .e-box.small .e-textbox {
        padding: 20px;
        position: absolute;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 20px;
    }

        .m-sectionimages .e-box.small .e-textbox:after, .m-indextop .e-box.small .e-textbox:after {
            content: "\f105";
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: relative;
            top: 0;
            margin-left: 5px;
            font-size: 26px;
        }

        .m-sectionimages .e-box.small .e-textbox span, .m-indextop .e-box.small .e-textbox span {
            position: relative;
            width: auto;
            max-width: 95%;
            display: inline-block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

.m-sectionimages.basic, .m-indextop.basic {
    margin-bottom: -20px;
}

    .m-sectionimages.basic a, .m-indextop.basic a {
        display: inline-block;
        margin-bottom: 20px;
        border-bottom: none;
    }

        .m-sectionimages.basic a h3, .m-indextop.basic a h3 {
            display: inline-block;
            margin-top: 0;
            margin-bottom: 5px;
        }

            .m-sectionimages.basic a h3 span, .m-indextop.basic a h3 span {
                border-bottom: none;
            }

        .m-sectionimages.basic a p, .m-indextop.basic a p {
            color: #000;
        }

        .m-sectionimages.basic a:hover h3, .m-indextop.basic a:hover h3 {
            color: #EF3125;
        }

            .m-sectionimages.basic a:hover h3 span, .m-indextop.basic a:hover h3 span {
                border-bottom: none;
            }

    .m-sectionimages.basic.no-border a p, .m-indextop.basic.no-border a p {
        max-width: 100%;
    }

@media (min-width:768px) {
    .m-sectionimages .row > div .e-box, .m-indextop .row > div .e-box {
        margin-bottom: 0;
    }

    .m-sectionimages .row > div:first-child .e-box, .m-indextop .row > div:first-child .e-box {
        margin-bottom: 30px;
    }

    .m-sectionimages.basic, .m-indextop.basic {
        margin-bottom: -40px;
    }

        .m-sectionimages.basic a, .m-indextop.basic a {
            margin-bottom: 40px;
        }

        .m-sectionimages.basic .row > div.col-sm-4:nth-child(3n+4), .m-sectionimages.basic .clear-left, .m-indextop.basic .row > div.col-sm-4:nth-child(3n+4), .m-indextop.basic .clear-left {
            clear: left;
        }
}

@media (min-width:992px) {
    .m-sectionimages .row > div:first-child .e-box.large, .m-indextop .row > div:first-child .e-box.large {
        margin-bottom: 0;
    }

    .m-sectionimages.basic a, .m-indextop.basic a {
        margin-bottom: 30px;
    }

        .m-sectionimages.basic a p, .m-indextop.basic a p {
            max-width: 80%;
        }
}

@media (min-width:1430px) {
    .m-sectionimages .row > div:first-child .e-box, .m-indextop .row > div:first-child .e-box {
        margin-bottom: 50px;
    }
}

.m-newsfeed .item, .m-blogfeed .item {
    margin: 10px 0;
}

    .m-newsfeed .item .details, .m-blogfeed .item .details {
        margin: 0 0 20px;
        font-size: 14px;
        line-height: 18px;
    }

.m-newsfeed .e-viewall, .m-blogfeed .e-viewall {
    padding: 10px;
    margin: 10px 0;
    float: left;
    width: 100%;
    background: #C1BDAD;
    font-size: 22px;
    text-align: center;
    color: #fff;
    border-bottom: none;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
}

    .m-newsfeed .e-viewall:hover, .m-blogfeed .e-viewall:hover {
        border-bottom: none;
        color: #fff;
        text-decoration: underline;
    }

    .m-newsfeed .e-viewall:after, .m-blogfeed .e-viewall:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f105";
        margin-left: 5px;
        color: #EF3125;
        font-weight: bold;
        font-size: 30px;
        font-size: 3rem;
        line-height: 26px;
    }

.m-newsfeed .m-pagination, .m-blogfeed .m-pagination {
    border-top: 0;
    margin-top: -30px;
    margin-bottom: 0;
}

.m-newsfeed + .m-fullwidthquote, .m-blogfeed + .m-fullwidthquote {
    margin-top: 30px;
}

.m-eventsfeed .date {
    color: #EF3125;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}

.m-eventsfeed h4 {
    margin-top: 0;
}

.m-eventsfeed .item {
    margin: 10px 0;
}

    .m-eventsfeed .item .details {
        margin: 0 0 20px;
        font-size: 14px;
        line-height: 18px;
    }

.m-eventsfeed .e-viewall {
    padding: 10px;
    margin: 10px 0;
    float: left;
    width: 100%;
    background: #f2f1f1;
    font-size: 22px;
    text-align: center;
    color: #000;
    border-bottom: none;
}

    .m-eventsfeed .e-viewall:hover {
        border-bottom: none;
        color: #EF3125;
    }

.m-eventsfeed + .m-fullwidthquote {
    margin-top: 30px;
}

@media (min-width:768px) {
    .m-eventsfeed .item .summary {
        min-height: 180px;
    }
}

@media (min-width:1200px) {
    .m-eventsfeed .item .summary {
        min-height: 135px;
    }
}

.m-twitterfeed .item {
    margin: 10px 0;
}

    .m-twitterfeed .item .top {
        position: relative;
        padding-right: 80px;
        margin-bottom: 20px;
    }

        .m-twitterfeed .item .top .time {
            position: absolute;
            right: 0;
            top: 0;
            font-weight: 700;
        }

            .m-twitterfeed .item .top .time:before {
                content: " ";
                background-image: url("/images/icons-sefdde64f66.png");
                background-position: -4807px 0;
                background-repeat: no-repeat;
                overflow: hidden;
                display: block;
                height: 14px;
                width: 14px;
                display: inline-block;
                margin-right: 5px;
                margin-bottom: -1px;
            }

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-twitterfeed .item .top .time:before {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -4019px 0;
        height: 13.5px;
        width: 13.5px;
    }
}

.m-twitterfeed .item .actions {
    margin: 30px 0 0;
    border-top: 1px solid #f2f1f1;
    border-bottom: 1px solid #f2f1f1;
    padding: 20px 0;
    width: 100%;
    float: left;
}

    .m-twitterfeed .item .actions ul {
        display: table;
        width: 100%;
        margin: 0;
    }

        .m-twitterfeed .item .actions ul li {
            text-align: center;
            display: table-cell;
            vertical-align: middle;
            margin: 0;
        }

            .m-twitterfeed .item .actions ul li a {
                -webkit-transition: none;
                -moz-transition: none;
                -ms-transition: none;
                -o-transition: none;
                transition: none;
                border-bottom: none;
            }

                .m-twitterfeed .item .actions ul li a:hover {
                    border-bottom: none;
                }

                .m-twitterfeed .item .actions ul li a.reply {
                    background-image: url("/images/icons-sefdde64f66.png");
                    background-position: -4655px 0;
                    background-repeat: no-repeat;
                    overflow: hidden;
                    display: block;
                    height: 18px;
                    width: 26px;
                    text-indent: -8000px;
                    margin: 0 auto;
                }

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-twitterfeed .item .actions ul li a.reply {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -3888px 0;
        height: 18px;
        width: 26px;
    }
}

.m-twitterfeed .item .actions ul li a.reply:hover {
    background-position: -4691px 0;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-twitterfeed .item .actions ul li a.reply:hover {
        background-position: -3919px 0;
    }
}

.m-twitterfeed .item .actions ul li a.retweet {
    background-image: url("/images/icons-sefdde64f66.png");
    background-position: -4727px 0;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    height: 16px;
    width: 30px;
    text-indent: -8000px;
    margin: 0 auto;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-twitterfeed .item .actions ul li a.retweet {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -3950px 0;
        height: 16px;
        width: 29.5px;
    }
}

.m-twitterfeed .item .actions ul li a.retweet:hover {
    background-position: -4767px 0;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-twitterfeed .item .actions ul li a.retweet:hover {
        background-position: -3984px 0;
    }
}

.m-twitterfeed .item .actions ul li a.favourite {
    background-image: url("/images/icons-sefdde64f66.png");
    background-position: -4565px 0;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    height: 20px;
    width: 20px;
    text-indent: -8000px;
    margin: 0 auto;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-twitterfeed .item .actions ul li a.favourite {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -3813px 0;
        height: 19.5px;
        width: 19.5px;
    }
}

.m-twitterfeed .item .actions ul li a.favourite:hover {
    background-position: -4595px 0;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-twitterfeed .item .actions ul li a.favourite:hover {
        background-position: -3838px 0;
    }
}

.m-twitterfeed .e-viewall {
    padding: 10px;
    margin: 10px 0;
    float: left;
    width: 100%;
    background: #f2f1f1;
    font-size: 22px;
    text-align: center;
    color: #000;
    border-bottom: none;
}

    .m-twitterfeed .e-viewall:hover {
        border-bottom: none;
        color: #EF3125;
    }

.m-twitterfeed + .m-fullwidthquote {
    margin-top: 30px;
}

@media (min-width:768px) {
    .m-twitterfeed .item .tweet {
        min-height: 135px;
    }

    .m-twitterfeed .item .actions {
        border-bottom: none;
    }
}

@media (min-width:992px) {
    .m-twitterfeed .item .tweet {
        font-size: 20px;
        line-height: 24px;
        min-height: 150px;
    }
}

.m-slickslider h3 {
    text-align: center;
    margin-bottom: 20px;
}

.m-slickslider .slick-slider-container .slick-prev:before, .m-slickslider .slick-slider-container .slick-next:before {
    color: #000;
}

.m-slickslider .slick-slider-container .slick-track {
    margin: 0 auto;
}

.m-slickslider .slick-slider-container .slide-background {
    width: 250px;
    height: 350px;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
}

    .m-slickslider .slick-slider-container .slide-background .slide-text {
        background: #EFEFDB;
        position: absolute;
        bottom: 0;
        width: 250px;
        padding: 20px;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }

        .m-slickslider .slick-slider-container .slide-background .slide-text:after {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\f105";
            color: #EF3125;
            position: absolute;
            right: 20px;
            font-size: 3.2rem;
            bottom: 20px;
        }

        .m-slickslider .slick-slider-container .slide-background .slide-text span {
            display: block;
        }

        .m-slickslider .slick-slider-container .slide-background .slide-text .slide-title {
            color: #000;
            font-size: 22px;
            font-weight: 500;
        }

        .m-slickslider .slick-slider-container .slide-background .slide-text .slide-description {
            color: #000;
            font-size: 18px;
            display: none;
        }

    .m-slickslider .slick-slider-container .slide-background:hover .slide-text {
        background: #FDB913;
    }

        .m-slickslider .slick-slider-container .slide-background:hover .slide-text .slide-description {
            display: block;
        }

.m-socialshare {
    width: 100%;
    padding: 10px 0 2px !important;
    font-weight: 700;
    display: none;
}

    .m-socialshare:after {
        visibility: hidden;
        display: block;
        content: "";
        clear: both;
        height: 0;
    }

    .m-socialshare ul {
        padding: 0;
        margin: -5px;
        list-style: none;
    }

        .m-socialshare ul li {
            text-indent: 0;
        }

            .m-socialshare ul li:before {
                content: none;
            }

    .m-socialshare p {
        padding: 8px 0;
        margin: 0;
    }

    .m-socialshare .m-pageshare {
        list-style: none;
        padding: 0;
        margin: 0 0 10px;
        float: left;
        width: 100%;
    }

        .m-socialshare .m-pageshare li {
            display: inline-block;
            margin-left: 5px;
        }

            .m-socialshare .m-pageshare li:first-child {
                margin-left: 0;
            }

            .m-socialshare .m-pageshare li.print {
                display: none;
            }

@media (min-width:768px) {
    .m-socialshare {
        display: block;
    }

        .m-socialshare p {
            font-size: 20px;
        }

        .m-socialshare .m-pageshare {
            float: right;
            width: auto;
            margin-bottom: 0;
        }
}

.m-steps {
    margin-top: 10px;
    padding-bottom: 20px;
    width: 100%;
}

    .m-steps .container {
        border-top: 2px solid #7F7C71;
        border-bottom: 2px solid #7F7C71;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .m-steps h2 {
        margin-bottom: 20px;
    }

    .m-steps .e-stepitem {
        border-bottom: none;
        padding: 10px;
        color: #000;
        display: table;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-decoration: none;
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        -ms-border-radius: 20px;
        text-align: center;
        margin-bottom: 30px;
    }

        .m-steps .e-stepitem.lightblue {
            background: #93d6df;
        }

        .m-steps .e-stepitem.palered {
            background: #F9C0C4;
        }

        .m-steps .e-stepitem.sand {
            background: #F0D6B4;
        }

        .m-steps .e-stepitem.palegreen {
            background: #A8D59C;
        }

        .m-steps .e-stepitem p {
            color: #000;
        }

        .m-steps .e-stepitem .text {
            display: table-cell;
            vertical-align: middle;
            font-weight: 500;
            font-style: italic;
        }

            .m-steps .e-stepitem .text span:after {
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
                font-size: inherit;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: "\f105";
                margin-left: 5px;
                font-size: 1.2em;
                color: #EF3125;
            }

        .m-steps .e-stepitem .icon {
            margin-bottom: 10px;
        }

        .m-steps .e-stepitem h3 {
            margin: 0;
            color: #000;
        }

            .m-steps .e-stepitem h3 span {
                color: #000;
                border-bottom: 1px solid transparent;
            }

        .m-steps .e-stepitem:hover span {
            border-bottom: 1px solid #000;
        }

    .m-steps.donate .e-stepitem {
        display: table;
    }

        .m-steps.donate .e-stepitem .text {
            display: table-cell;
            vertical-align: middle;
        }

@media (min-width:768px) {
    .m-steps h2 {
        margin-bottom: 0;
    }

    .m-steps .e-stepitem {
        padding: 0 15px;
        margin-bottom: 0;
    }
}

@media (min-width:992px) {
    .m-steps {
        margin-bottom: 0;
    }

        .m-steps .e-stepitem {
            padding: 20px;
        }
}

.m-tabbed ul {
    padding: 0;
    margin: -5px;
    list-style: none;
}

    .m-tabbed ul li {
        text-indent: 0;
    }

        .m-tabbed ul li:before {
            content: none;
        }

.m-tabbed .nav-tabs {
    border-bottom: 2px solid #C1BDAD;
}

    .m-tabbed .nav-tabs .tab-label {
        display: inline-block;
        float: none;
        margin-bottom: 10px;
    }

        .m-tabbed .nav-tabs .tab-label .btn {
            color: #fff;
            margin-right: 10px;
            border-radius: 10px;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            -ms-border-radius: 10px;
        }

        .m-tabbed .nav-tabs .tab-label.active .btn {
            background: #EF3125;
        }

        .m-tabbed .nav-tabs .tab-label:not(.active) .btn {
            background: #C1BDAD;
        }

.m-tabbed .tab-content {
    margin-top: 20px;
}

    .m-tabbed .tab-content .item {
        margin-bottom: 30px;
    }

        .m-tabbed .tab-content .item img {
            width: 100%;
            margin-bottom: 20px;
        }

        .m-tabbed .tab-content .item h3 {
            margin-top: 0;
        }

            .m-tabbed .tab-content .item h3 a {
                color: #000;
                text-decoration: none;
            }

                .m-tabbed .tab-content .item h3 a:hover {
                    color: #EF3125;
                }

        .m-tabbed .tab-content .item:last-child, .m-tabbed .tab-content .item.last-child {
            margin-bottom: 0;
        }

    .m-tabbed .tab-content ul {
        list-style: none;
        padding-left: 20px;
        margin: 30px 0;
    }

        .m-tabbed .tab-content ul li {
            position: relative;
            padding-left: 20px;
            margin-bottom: 5px;
        }

            .m-tabbed .tab-content ul li:before {
                position: absolute;
                left: 0;
                top: 0;
                display: inline-block;
                content: "\2022";
                color: #EF3125;
                font-size: 20px;
            }

        .m-tabbed .tab-content ul:last-child, .m-tabbed .tab-content ul.last-child {
            margin-bottom: -5px;
        }

.m-tabbed.donate {
    margin-top: 0px;
}

    .m-tabbed.donate .tab-content {
        background: #fff;
        padding: 0;
        border: 1px solid #e5e5e5;
        border-top: none;
    }

        .m-tabbed.donate .tab-content form {
            padding: 20px 15px;
        }

    .m-tabbed.donate .nav {
        padding-left: 0;
    }

        .m-tabbed.donate .nav li a {
            background: #FAFAFA;
            border: 1px solid transparent;
            border-bottom: 1px solid #e5e5e5;
        }

        .m-tabbed.donate .nav li.active a {
            background: #fff;
            border: 1px solid #e5e5e5;
            border-bottom: 1px solid #fff;
        }

    .m-tabbed.donate .m-donateamount .no-padding {
        padding: 0;
    }

    .m-tabbed.donate .m-donateamount .nav {
        width: 100%;
        float: left;
        display: block;
        margin-bottom: 20px;
    }

        .m-tabbed.donate .m-donateamount .nav li {
            float: left;
            width: 25%;
            display: block;
            padding: 0 2px;
        }

            .m-tabbed.donate .m-donateamount .nav li.first {
                padding-left: 0;
                padding-right: 2px;
            }

            .m-tabbed.donate .m-donateamount .nav li.last {
                padding-right: 0;
                padding-left: 2px;
            }

            .m-tabbed.donate .m-donateamount .nav li a {
                float: left;
                width: 100%;
                background: #EF3125;
                color: #fff;
                position: relative;
                z-index: 20;
                border: none;
                padding: 10px 0;
            }

                .m-tabbed.donate .m-donateamount .nav li a:before {
                    content: " ";
                    top: 100%;
                    height: 20px;
                    width: 100%;
                    background: transparent;
                    left: 0;
                    position: absolute;
                    -webkit-transition: background 0.1s linear;
                    -moz-transition: background 0.1s linear;
                    -ms-transition: background 0.1s linear;
                    -o-transition: background 0.1s linear;
                    transition: background 0.1s linear;
                }

                .m-tabbed.donate .m-donateamount .nav li a:after {
                    bottom: 0px;
                    left: 50%;
                    border: solid transparent;
                    content: " ";
                    height: 0;
                    width: 0;
                    position: absolute;
                    border-color: rgba(136,183,213,0);
                    border-top-color: #af141f;
                    border-width: 16px;
                    opacity: 0;
                    margin-left: -16px;
                    z-index: 5;
                    -webkit-transition: opacity 0.1s linear;
                    -moz-transition: opacity 0.1s linear;
                    -ms-transition: opacity 0.1s linear;
                    -o-transition: opacity 0.1s linear;
                    transition: opacity 0.1s linear;
                }

                .m-tabbed.donate .m-donateamount .nav li a:hover {
                    background: #f1473d;
                }

            .m-tabbed.donate .m-donateamount .nav li.active a {
                background: #af141f;
            }

                .m-tabbed.donate .m-donateamount .nav li.active a:before {
                    background: #af141f;
                }

                .m-tabbed.donate .m-donateamount .nav li.active a:after {
                    opacity: 1;
                    bottom: -52px;
                }

    .m-tabbed.donate .m-donateamount .tab-content {
        padding: 30px;
        position: relative;
        float: left;
        overflow: hidden;
        width: 100%;
        border: none;
    }

        .m-tabbed.donate .m-donateamount .tab-content img {
            position: absolute;
            left: 0;
            top: 0;
            z-index: 10;
            min-height: 100%;
            max-width: none;
        }

        .m-tabbed.donate .m-donateamount .tab-content .text {
            background: url("/images/transparent-white.png") repeat center center;
            padding: 20px 15px;
            width: 100%;
            float: right;
            position: relative;
            z-index: 20;
        }

            .m-tabbed.donate .m-donateamount .tab-content .text h3 {
                margin-top: 0;
            }

            .m-tabbed.donate .m-donateamount .tab-content .text .custom {
                background: #fff;
                position: relative;
                margin-top: 30px;
                color: #000;
                padding-left: 25px;
                border: 2px solid #f2f1f1;
            }

            .m-tabbed.donate .m-donateamount .tab-content .text .pound {
                position: absolute;
                left: 10px;
                top: 8px;
                color: #000;
                font-size: 20px;
                font-weight: 700;
            }

            .m-tabbed.donate .m-donateamount .tab-content .text input[type="text"] {
                width: 100%;
                padding: 0 10px;
                border: 2px solid transparent;
                margin: 0;
                line-height: 25px;
                height: 40px;
            }

                .m-tabbed.donate .m-donateamount .tab-content .text input[type="text"]:active, .m-tabbed.donate .m-donateamount .tab-content .text input[type="text"]:focus {
                    border: 0px solid #EF3125;
                }

                .m-tabbed.donate .m-donateamount .tab-content .text input[type="text"].input-validation-error {
                    border: 2px solid #EF3125;
                }

                    .m-tabbed.donate .m-donateamount .tab-content .text input[type="text"].input-validation-error:active, .m-tabbed.donate .m-donateamount .tab-content .text input[type="text"].input-validation-error:focus {
                        border: 2px solid transparent;
                    }

            .m-tabbed.donate .m-donateamount .tab-content .text span.field-validation-error {
                position: absolute;
                margin-top: 0;
                bottom: -25px;
                -webkit-transition: all 0.2s linear;
                -moz-transition: all 0.2s linear;
                -ms-transition: all 0.2s linear;
                -o-transition: all 0.2s linear;
                transition: all 0.2s linear;
            }

            .m-tabbed.donate .m-donateamount .tab-content .text input[type="text"]:focus + span.field-validation-error {
                bottom: 0px;
            }

@media (min-width:768px) {
    .m-tabbed.donate {
        margin-top: 30px;
    }

        .m-tabbed.donate .tab-content form {
            padding: 40px 5%;
        }

        .m-tabbed.donate .m-donateamount .nav li {
            padding: 0px 10px;
        }

            .m-tabbed.donate .m-donateamount .nav li a {
                font-size: 40px;
                padding: 20px 0;
            }

            .m-tabbed.donate .m-donateamount .nav li.first {
                padding: 0 10px 0 0;
            }

            .m-tabbed.donate .m-donateamount .nav li.last {
                padding: 0 0 0 10px;
            }

        .m-tabbed.donate .m-donateamount .tab-content {
            min-height: 500px;
        }

    .m-tabbed .accordion-link {
        display: none;
    }
}

@media (min-width:992px) {
    .m-tabbed.donate .m-donateamount .tab-content .text {
        padding: 50px;
        width: 70%;
    }
}

@media (min-width:1200px) {
    .m-tabbed.donate .m-donateamount .tab-content .text {
        width: 55%;
    }
}

@media (max-width:767px) {
    .m-tabbed .nav-tabs {
        display: none;
    }

    .m-tabbed.donate .nav-tabs {
        display: block;
    }

        .m-tabbed.donate .nav-tabs li {
            width: 50%;
            float: left;
        }

    .m-tabbed.donate .tab-pane {
        padding: 0;
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        background: #fff;
    }

    .m-tabbed .tab-content {
        padding: 0;
        background: none;
        padding-top: 20px;
        border-top: 2px solid #C1BDAD;
    }

        .m-tabbed .tab-content .tab-pane {
            display: block;
            visibility: visible;
            overflow: hidden;
            margin: 20px 0;
            border-bottom: 2px solid #C1BDAD;
        }

            .m-tabbed .tab-content .tab-pane:not(.active) {
                height: 0;
            }

    .m-tabbed .accordion-link {
        display: block;
        width: 75%;
    }

        .m-tabbed .accordion-link:before {
            content: "";
            border-top: 2px solid #C1BDAD;
        }

        .m-tabbed .accordion-link:not(.selected) {
            background: #C1BDAD;
        }

            .m-tabbed .accordion-link:not(.selected):after {
                content: "";
                border-bottom: 2px solid #C1BDAD;
            }

    .m-tabbed .tab-pane {
        float: left;
        width: 100%;
    }
}

.m-tabbedFAQs {
    position: relative;
    z-index: 0;
}

    .m-tabbedFAQs .e-image {
        border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        -ms-border-radius: 30px;
        margin-top: 50px;
    }

        .m-tabbedFAQs .e-image img {
            border-radius: 30px;
            -moz-border-radius: 30px;
            -webkit-border-radius: 30px;
            -ms-border-radius: 30px;
        }

    .m-tabbedFAQs .e-cta {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 26px;
        margin-top: 40px;
    }

    .m-tabbedFAQs .e-type {
        margin-top: 30px;
        position: relative;
        border-bottom: 2px solid #C1BDAD;
    }

        .m-tabbedFAQs .e-type a {
            margin-bottom: 10px;
        }

            .m-tabbedFAQs .e-type a.active {
                text-decoration: none;
            }

            .m-tabbedFAQs .e-type a:not(.active) {
                background: #C1BDAD;
            }

@media (min-width:480px) {
    .m-tabbedFAQs .e-type a {
        width: auto;
        text-align: left;
    }
}

@media (min-width:1200px) {
    .m-tabbedFAQs .container {
        position: relative;
    }

    .m-tabbedFAQs .e-image {
        display: block;
    }
}

.m-teamprofiles .preamble {
    margin-top: 0;
    margin-bottom: 30px;
}

.m-teamprofiles .e-readmore {
    margin-bottom: 30px;
}

.m-teamprofiles .m-accordionItem {
    margin: 0 0 20px;
    padding: 0;
}

@media (min-width:768px) {
    .m-teamprofiles .preamble {
        margin-top: -5px;
    }

    .m-teamprofiles h2 {
        margin-top: 0;
        margin-bottom: 15px;
    }

    .m-teamprofiles .e-readmore {
        margin: -30px 0 30px;
    }

    .m-teamprofiles .m-accordionItem {
        margin-bottom: 50px;
    }
}

.m-textvideo {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #EFEFDB;
}

    .m-textvideo:after {
        visibility: hidden;
        display: block;
        content: "";
        clear: both;
        height: 0;
    }

    .m-textvideo .video {
        position: relative;
        overflow: hidden;
        min-height: 200px;
        border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        -ms-border-radius: 30px;
    }

@media screen and (min-width:768px) {
    .m-textvideo .video {
        min-height: 350px;
    }
}

@media screen and (min-width:992px) {
    .m-textvideo .video {
        min-height: 450px;
    }
}

.m-textvideo .video .play-icon {
    position: absolute;
    z-index: 10;
    border-bottom: none;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 35px;
    border: 3px solid #fff;
    border-radius: 50px;
    width: 100px;
    height: 100px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .m-textvideo .video .play-icon:before {
        content: "\f04b";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        display: inline-block;
        z-index: 1;
        margin-left: 4px;
        margin-top: 2px;
    }

.m-textvideo .video img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    max-width: 100%;
}

@media screen and (min-width:992px) {
    .m-textvideo .full-size-video .video {
        min-height: 600px;
    }
}

.m-textshare {
    border-bottom: 6px solid #f2f1f1;
}

    .m-textshare .e-maintext {
        margin-top: 10px;
    }

    .m-textshare .facebook-share, .m-textshare .twitter-share, .m-textshare .email-share {
        border: 0;
        color: #fff;
        display: block;
        text-align: left;
        padding: 10px 25px;
        margin-bottom: 15px;
    }

        .m-textshare .facebook-share:before, .m-textshare .twitter-share:before, .m-textshare .email-share:before {
            content: '';
            margin-right: 10px;
            display: inline-block !important;
            vertical-align: top;
        }

    .m-textshare .facebook-share {
        background-color: #3b5998;
    }

        .m-textshare .facebook-share:hover {
            background-color: #344e86;
        }

        .m-textshare .facebook-share:before {
            background-image: url("/images/icons-sefdde64f66.png");
            background-position: -2471px 0;
            background-repeat: no-repeat;
            overflow: hidden;
            display: block;
            height: 21px;
            width: 10px;
        }

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-textshare .facebook-share:before {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -2182px 0;
        height: 20.5px;
        width: 10px;
    }
}

.m-textshare .twitter-share {
    background-color: #55acee;
}

    .m-textshare .twitter-share:hover {
        background-color: #3ea1ec;
    }

    .m-textshare .twitter-share:before {
        background-image: url("/images/icons-sefdde64f66.png");
        background-position: -4625px 0;
        background-repeat: no-repeat;
        overflow: hidden;
        display: block;
        height: 18px;
        width: 20px;
    }

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-textshare .twitter-share:before {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -3862px 0;
        height: 18px;
        width: 20.5px;
    }
}

.m-textshare .email-share {
    background-color: #949597;
}

    .m-textshare .email-share:hover {
        background-color: #87888a;
    }

    .m-textshare .email-share:before {
        background-image: url("/images/icons-sefdde64f66.png");
        background-position: -2435px 0;
        background-repeat: no-repeat;
        overflow: hidden;
        display: block;
        height: 17px;
        width: 26px;
        vertical-align: middle;
    }

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-textshare .email-share:before {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -2150px 0;
        height: 17px;
        width: 26.5px;
    }
}

@media (min-width:500px) {
    .m-textshare .facebook-share, .m-textshare .twitter-share, .m-textshare .email-share {
        width: 300px;
        padding: 10px 25px;
    }
}

@media (min-width:768px) {
    .m-textshare .facebook-share, .m-textshare .twitter-share, .m-textshare .email-share {
        width: 100%;
    }
}

@media (min-width:992px) {
    .m-textshare .facebook-share, .m-textshare .twitter-share, .m-textshare .email-share {
        width: 80%;
    }
}

.m-thankyoubanner {
    position: relative;
    overflow: hidden;
}

    .m-thankyoubanner .container {
        position: relative;
        overflow: hidden;
    }

    .m-thankyoubanner .e-thankyoutext {
        padding: 15px;
    }

@media (min-width:992px) {
    .m-thankyoubanner .e-thankyoutext {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 440px;
        left: 30px;
        padding: 0;
    }

        .m-thankyoubanner .e-thankyoutext h2, .m-thankyoubanner .e-thankyoutext p {
            color: #fff;
        }

    .m-thankyoubanner .e-donationsummary {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 30px;
        width: 360px;
        padding: 20px;
    }
}

.m-videofacts .e-title {
    margin-top: 0;
    margin-bottom: 30px;
}

.m-videofacts .e-box {
    overflow: hidden;
    margin-top: 25px;
}

    .m-videofacts .e-box.red {
        background-color: #EF3125;
    }

    .m-videofacts .e-box.darkred {
        background-color: #af141f;
    }

    .m-videofacts .e-box.pink {
        background-color: #CEA4BB;
    }

    .m-videofacts .e-box.blue {
        background-color: #255870;
    }

    .m-videofacts .e-box.green {
        background-color: #437353;
    }

    .m-videofacts .e-box.grey {
        background-color: #7F7C71;
    }

    .m-videofacts .e-box.midgrey {
        background-color: #7F7C71;
    }

    .m-videofacts .e-box.midgrey2 {
        background-color: #949597;
    }

    .m-videofacts .e-box.darkgrey {
        background-color: #323232;
    }

    .m-videofacts .e-box.black {
        background-color: #000;
    }

    .m-videofacts .e-box.cyan {
        background-color: #8AAAD9;
    }

    .m-videofacts .e-box.yellow {
        background-color: #FDB913;
    }

    .m-videofacts .e-box.red1 {
        background-color: #92181b;
    }

    .m-videofacts .e-box.red2 {
        background-color: #881416;
    }

    .m-videofacts .e-box.red3 {
        background-color: #701510;
    }

    .m-videofacts .e-box.orange {
        background-color: #f06c2e;
    }

    .m-videofacts .e-box.lightred {
        background-color: #d21c54;
    }

    .m-videofacts .e-box.yellow {
        color: #000;
    }

        .m-videofacts .e-box.yellow .number h2, .m-videofacts .e-box.yellow .number p {
            color: #000;
        }

        .m-videofacts .e-box.yellow .text p {
            color: #000;
        }

    .m-videofacts .e-box .number {
        width: 30%;
        padding: 30px 0;
        text-align: center;
    }

        .m-videofacts .e-box .number h2, .m-videofacts .e-box .number p {
            margin: 0;
            color: #fff;
        }

    .m-videofacts .e-box .text {
        width: 70%;
        padding: 20px;
        position: relative;
    }

        .m-videofacts .e-box .text p {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            margin: 0;
            z-index: 20;
            font-size: 16px;
            line-height: 22px;
            position: relative;
            color: #fff;
        }

        .m-videofacts .e-box .text .overlay {
            opacity: 0.1;
            filter: alpha(opacity=10);
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #000;
        }

    .m-videofacts .e-box .number, .m-videofacts .e-box .text {
        float: left;
    }

@media (min-width:992px) {
    .m-videofacts .e-box {
        margin-top: 25px;
    }

        .m-videofacts .e-box:first-child {
            margin-top: 0;
        }
}

@media (min-width:1200px) {
    .m-videofacts .e-box {
        margin-top: 32px;
    }
}

.m-accessibility {
    margin: 10px 0;
}

    .m-accessibility li {
        display: inline-block;
        text-indent: -8000px;
        background: #fff;
        margin: 4px 4px 4px 0;
    }

        .m-accessibility li:hover {
            cursor: pointer;
        }

        .m-accessibility li.disabled:hover {
            cursor: default;
        }

        .m-accessibility li.wheelchair {
            background-image: url("/images/icons-sefdde64f66.png");
            background-position: -1250px 0;
            background-repeat: no-repeat;
            overflow: hidden;
            display: block;
            height: 40px;
            width: 40px;
            display: inline-block;
        }

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-accessibility li.wheelchair {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -1125px 0;
        height: 40px;
        width: 40px;
    }
}

.m-accessibility li.wheelchair.disabled {
    background-position: -1200px 0;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-accessibility li.wheelchair.disabled {
        background-position: -1080px 0;
    }
}

.m-accessibility li.impairedwalker {
    background-image: url("/images/icons-sefdde64f66.png");
    background-position: -1150px 0;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    height: 40px;
    width: 40px;
    display: inline-block;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-accessibility li.impairedwalker {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -1035px 0;
        height: 40px;
        width: 40px;
    }
}

.m-accessibility li.impairedwalker.disabled {
    background-position: -1100px 0;
    display: inline-block;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-accessibility li.impairedwalker.disabled {
        background-position: -990px 0;
    }
}

.m-accessibility li.hearing {
    background-image: url("/images/icons-sefdde64f66.png");
    background-position: -450px 0;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    height: 40px;
    width: 40px;
    display: inline-block;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-accessibility li.hearing {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -405px 0;
        height: 40px;
        width: 40px;
    }
}

.m-accessibility li.hearing.disabled {
    background-position: -400px 0;
    display: inline-block;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-accessibility li.hearing.disabled {
        background-position: -360px 0;
    }
}

.m-accessibility li.signlanguage {
    background-image: url("/images/icons-sefdde64f66.png");
    background-position: -850px 0;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    height: 40px;
    width: 40px;
    display: inline-block;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-accessibility li.signlanguage {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -765px 0;
        height: 40px;
        width: 40px;
    }
}

.m-accessibility li.signlanguage.disabled {
    background-position: -800px 0;
    display: inline-block;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-accessibility li.signlanguage.disabled {
        background-position: -720px 0;
    }
}

.m-accessibility li.loudspeaker {
    background-image: url("/images/icons-sefdde64f66.png");
    background-position: -750px 0;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    height: 40px;
    width: 40px;
    display: inline-block;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-accessibility li.loudspeaker {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -675px 0;
        height: 40px;
        width: 40px;
    }
}

.m-accessibility li.loudspeaker.disabled {
    background-position: -700px 0;
    display: inline-block;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-accessibility li.loudspeaker.disabled {
        background-position: -630px 0;
    }
}

.m-accessibility li.braille {
    background-image: url("/images/icons-sefdde64f66.png");
    background-position: -150px 0;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    height: 40px;
    width: 40px;
    display: inline-block;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-accessibility li.braille {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -135px 0;
        height: 40px;
        width: 40px;
    }
}

.m-accessibility li.braille.disabled {
    background-position: -100px 0;
    display: inline-block;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-accessibility li.braille.disabled {
        background-position: -90px 0;
    }
}

.m-accessibility li.toilets {
    background-image: url("/images/icons-sefdde64f66.png");
    background-position: -950px 0;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    height: 40px;
    width: 40px;
    display: inline-block;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-accessibility li.toilets {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -855px 0;
        height: 40px;
        width: 40px;
    }
}

.m-accessibility li.toilets.disabled {
    background-position: -900px 0;
    display: inline-block;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-accessibility li.toilets.disabled {
        background-position: -810px 0;
    }
}

.m-accessibility li.disabledtoilets {
    background-image: url("/images/icons-sefdde64f66.png");
    background-position: -1050px 0;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    height: 40px;
    width: 40px;
    display: inline-block;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-accessibility li.disabledtoilets {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -945px 0;
        height: 40px;
        width: 40px;
    }
}

.m-accessibility li.disabledtoilets.disabled {
    background-position: -1000px 0;
    display: inline-block;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-accessibility li.disabledtoilets.disabled {
        background-position: -900px 0;
    }
}

.m-accessibility li.parking {
    background-image: url("/images/icons-sefdde64f66.png");
    background-position: -650px 0;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    height: 40px;
    width: 40px;
    display: inline-block;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-accessibility li.parking {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -585px 0;
        height: 40px;
        width: 40px;
    }
}

.m-accessibility li.parking.disabled {
    background-position: -600px 0;
    display: inline-block;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-accessibility li.parking.disabled {
        background-position: -540px 0;
    }
}

.m-accessibility li.catering {
    background-image: url("/images/icons-sefdde64f66.png");
    background-position: -250px 0;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    height: 40px;
    width: 40px;
    display: inline-block;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-accessibility li.catering {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -225px 0;
        height: 40px;
        width: 40px;
    }
}

.m-accessibility li.catering.disabled {
    background-position: -200px 0;
    display: inline-block;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-accessibility li.catering.disabled {
        background-position: -180px 0;
    }
}

.m-accessibility li.accomodation {
    background-image: url("/images/icons-sefdde64f66.png");
    background-position: -50px 0;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    height: 40px;
    width: 40px;
    display: inline-block;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-accessibility li.accomodation {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -45px 0;
        height: 40px;
        width: 40px;
    }
}

.m-accessibility li.accomodation.disabled {
    background-position: 0 0;
    display: inline-block;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-accessibility li.accomodation.disabled {
        background-position: 0 0;
    }
}

.m-accessibility li.wifi {
    background-image: url("/images/icons-sefdde64f66.png");
    background-position: -1350px 0;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    height: 40px;
    width: 40px;
    display: inline-block;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-accessibility li.wifi {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -1215px 0;
        height: 40px;
        width: 40px;
    }
}

.m-accessibility li.wifi.disabled {
    background-position: -1300px 0;
    display: inline-block;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-accessibility li.wifi.disabled {
        background-position: -1170px 0;
    }
}

.m-accessibility li.nosmoking {
    background-image: url("/images/icons-sefdde64f66.png");
    background-position: -550px 0;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    height: 40px;
    width: 40px;
    display: inline-block;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-accessibility li.nosmoking {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -495px 0;
        height: 40px;
        width: 40px;
    }
}

.m-accessibility li.nosmoking.disabled {
    background-position: -500px 0;
    display: inline-block;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-accessibility li.nosmoking.disabled {
        background-position: -450px 0;
    }
}

.m-accessibility li.firstaid {
    background-image: url("/images/icons-sefdde64f66.png");
    background-position: -350px 0;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    height: 40px;
    width: 40px;
    display: inline-block;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-accessibility li.firstaid {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -315px 0;
        height: 40px;
        width: 40px;
    }
}

.m-accessibility li.firstaid.disabled {
    background-position: -300px 0;
    display: inline-block;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-accessibility li.firstaid.disabled {
        background-position: -270px 0;
    }
}

.m-accessibility .tooltip.in {
    opacity: 1;
}

.m-accessibility .tooltip-inner {
    background: #3c3c3c;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
}

.m-accessibility .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #3c3c3c;
}

.m-eventbuttons {
    margin: 30px 0 0;
}

    .m-eventbuttons .btn {
        width: 100%;
        font-size: 19px;
    }

    .m-eventbuttons > div {
        width: 100%;
    }

        .m-eventbuttons > div .btn {
            margin-top: 20px;
        }

@media (min-width:992px) {
    .m-eventbuttons {
        margin: 15px 0 0;
    }

        .m-eventbuttons > div .btn {
            margin-top: 15px;
        }
}

.m-eventheader {
    padding: 20px 0;
}

@media (min-width:992px) {
    .m-eventheader {
        padding: 40px 0;
    }
}

.m-eventitem > img {
    margin-bottom: 20px;
}

.m-eventitem .row > div[class*="offset"] {
    width: 100%;
    margin-left: 0;
}

.m-eventitem .m-fullwidthtext {
    text-align: left;
}

.m-eventitem .l-contentblocks > section {
    padding: 20px 0;
}

.m-eventitem .m-fullwidthtext {
    text-align: left;
}

@media (min-width:992px) {
    .m-eventitem .l-contentblocks > section {
        padding: 30px 0;
    }
}

.m-eventitemdetails {
    background: #f2f0f1;
    padding: 15px;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

    .m-eventitemdetails .details {
        margin-bottom: 30px;
        float: left;
        width: 100%;
    }

        .m-eventitemdetails .details .event-dates {
            clear: left;
        }

            .m-eventitemdetails .details .event-dates .show-more-dates {
                position: relative;
                padding-right: 15px;
            }

                .m-eventitemdetails .details .event-dates .show-more-dates:after {
                    content: "+";
                    position: absolute;
                    top: -1px;
                    right: 0px;
                }

                .m-eventitemdetails .details .event-dates .show-more-dates.opened:after {
                    content: "-";
                    position: absolute;
                    top: -1px;
                    right: 0px;
                }

            .m-eventitemdetails .details .event-dates .more-dates {
                display: none;
            }

                .m-eventitemdetails .details .event-dates .more-dates .date-row {
                    padding: 10px 10px 0px 10px;
                }

                    .m-eventitemdetails .details .event-dates .more-dates .date-row:nth-child(odd) {
                        background: #e6e2e4;
                    }

            .m-eventitemdetails .details .event-dates .e-eventpassed {
                color: #EF3125;
                font-weight: 600;
                font-size: 16px;
                padding: 15px;
                border: 1px solid #EF3125;
                background: #fffbfb;
            }

                .m-eventitemdetails .details .event-dates .e-eventpassed:before {
                    content: " ";
                    background-image: url("/images/icons-sefdde64f66.png");
                    background-position: -1600px 0;
                    background-repeat: no-repeat;
                    overflow: hidden;
                    display: block;
                    height: 18px;
                    width: 20px;
                    display: inline-block;
                    margin: 0 10px -4px 0;
                }

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-eventitemdetails .details .event-dates .e-eventpassed:before {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -1440px 0;
        height: 18px;
        width: 20px;
    }
}

.m-eventitemdetails .details .e-nationalevent {
    background: #e5e5e5;
    border: 1px solid #dcdcdc;
    padding: 15px;
    margin-bottom: 25px;
    font-weight: 500;
}

.m-eventitemdetails .details .e-detailtype {
    float: left;
    width: 40%;
    clear: left;
    font-weight: 600;
}

    .m-eventitemdetails .details .e-detailtype .date:before, .m-eventitemdetails .details .e-detailtype .time:before, .m-eventitemdetails .details .e-detailtype .venue:before, .m-eventitemdetails .details .e-detailtype .address:before {
        content: " ";
        margin-right: 5px;
        margin-bottom: -2px;
        min-width: 20px;
    }

    .m-eventitemdetails .details .e-detailtype .date:before {
        background-image: url("/images/icons-sefdde64f66.png");
        background-position: -1658px 0;
        background-repeat: no-repeat;
        overflow: hidden;
        display: block;
        height: 18px;
        width: 18px;
        display: inline-block;
    }

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-eventitemdetails .details .e-detailtype .date:before {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -1488px 0;
        height: 18px;
        width: 18px;
    }
}

.m-eventitemdetails .details .e-detailtype .time:before {
    background-image: url("/images/icons-sefdde64f66.png");
    background-position: -1856px 0;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    height: 18px;
    width: 18px;
    display: inline-block;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-eventitemdetails .details .e-detailtype .time:before {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -1656px 0;
        height: 18px;
        width: 18px;
    }
}

.m-eventitemdetails .details .e-detailtype .venue:before {
    background-image: url("/images/icons-sefdde64f66.png");
    background-position: -1884px 0;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    height: 18px;
    width: 14px;
    display: inline-block;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-eventitemdetails .details .e-detailtype .venue:before {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -1679px 0;
        height: 18px;
        width: 14px;
    }
}

.m-eventitemdetails .details .e-detailtype .address:before {
    background-image: url("/images/icons-sefdde64f66.png");
    background-position: -1786px 0;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    height: 16px;
    width: 20px;
    display: inline-block;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-eventitemdetails .details .e-detailtype .address:before {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -1601px 0;
        height: 16px;
        width: 20px;
    }
}

.m-eventitemdetails .details .e-detailtext {
    float: left;
    width: 60%;
    word-break: break-word;
}

.m-eventitemdetails .details .e-detailtype, .m-eventitemdetails .details .e-detailtext {
    margin-bottom: 10px;
}

.m-eventitemdetails h5 {
    border-top: 1px solid #b7b6b7;
    padding-top: 20px;
    float: left;
    width: 100%;
}

.m-eventitemfooter {
    border-top: 2px solid #f2f1f1;
    padding-top: 30px;
    padding-bottom: 80px;
}

    .m-eventitemfooter .e-item {
        margin: 30px 0 0;
        background: #f2f0f1;
        padding: 15px;
    }

        .m-eventitemfooter .e-item.red {
            border-top: 10px solid #EF3125;
        }

        .m-eventitemfooter .e-item.darkred {
            border-top: 10px solid #af141f;
        }

        .m-eventitemfooter .e-item.pink {
            border-top: 10px solid #CEA4BB;
        }

        .m-eventitemfooter .e-item.blue {
            border-top: 10px solid #255870;
        }

        .m-eventitemfooter .e-item.green {
            border-top: 10px solid #437353;
        }

        .m-eventitemfooter .e-item.grey {
            border-top: 10px solid #7F7C71;
        }

        .m-eventitemfooter .e-item.midgrey {
            border-top: 10px solid #7F7C71;
        }

        .m-eventitemfooter .e-item.midgrey2 {
            border-top: 10px solid #949597;
        }

        .m-eventitemfooter .e-item.darkgrey {
            border-top: 10px solid #323232;
        }

        .m-eventitemfooter .e-item.black {
            border-top: 10px solid #000;
        }

        .m-eventitemfooter .e-item.cyan {
            border-top: 10px solid #8AAAD9;
        }

        .m-eventitemfooter .e-item.yellow {
            border-top: 10px solid #FDB913;
        }

        .m-eventitemfooter .e-item.red1 {
            border-top: 10px solid #92181b;
        }

        .m-eventitemfooter .e-item.red2 {
            border-top: 10px solid #881416;
        }

        .m-eventitemfooter .e-item.red3 {
            border-top: 10px solid #701510;
        }

        .m-eventitemfooter .e-item.orange {
            border-top: 10px solid #f06c2e;
        }

        .m-eventitemfooter .e-item.lightred {
            border-top: 10px solid #d21c54;
        }

        .m-eventitemfooter .e-item h4 {
            margin-top: 0;
            margin-bottom: 5px;
        }

        .m-eventitemfooter .e-item .type {
            color: #000;
        }

        .m-eventitemfooter .e-item .info {
            margin: 20px 0;
            padding-bottom: 20px;
            border-bottom: 1px solid #b7b6b7;
        }

            .m-eventitemfooter .e-item .info p {
                margin: 5px 0;
            }

                .m-eventitemfooter .e-item .info p.location:before {
                    content: " ";
                    margin-right: 10px;
                    margin-bottom: -3px;
                    margin-left: 4px;
                    background-image: url("/images/icons-sefdde64f66.png");
                    background-position: -1836px 0;
                    background-repeat: no-repeat;
                    overflow: hidden;
                    display: block;
                    height: 16px;
                    width: 10px;
                    display: inline-block;
                }

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-eventitemfooter .e-item .info p.location:before {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -1641px 0;
        height: 16px;
        width: 10px;
    }
}

.m-eventitemfooter .e-item .info p.date:before {
    content: " ";
    margin-right: 5px;
    margin-bottom: -3px;
    background-image: url("/images/icons-sefdde64f66.png");
    background-position: -1658px 0;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    height: 18px;
    width: 18px;
    display: inline-block;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-eventitemfooter .e-item .info p.date:before {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -1488px 0;
        height: 18px;
        width: 18px;
    }
}

.m-eventitemfooter .e-item a {
    font-weight: 600;
}

.m-eventitemmap {
    background: #EF3125;
    margin-bottom: 30px;
    float: left;
    width: 100%;
    border-bottom: none;
}

    .m-eventitemmap:hover {
        border-bottom: none;
    }

        .m-eventitemmap:hover p span {
            border-bottom: 1px solid #fff;
        }

    .m-eventitemmap img {
        width: 100%;
        float: left;
    }

    .m-eventitemmap p {
        padding: 10px 15px;
        margin: 0;
        color: #fff;
        border-bottom: none;
        display: block;
        float: left;
        width: 100%;
    }

        .m-eventitemmap p span {
            color: #fff;
            border-bottom: 1px solid transparent;
            -webkit-transition: border-bottom 0.2s linear;
            -moz-transition: border-bottom 0.2s linear;
            -ms-transition: border-bottom 0.2s linear;
            -o-transition: border-bottom 0.2s linear;
            transition: border-bottom 0.2s linear;
        }

.m-eventsprev {
    border-top: 2px solid #f2f1f1;
    margin-top: 30px;
    margin-bottom: 30px;
}

    .m-eventsprev .e-box {
        margin-top: 30px;
        float: left;
        color: #fff;
        width: 100%;
        border-bottom: none;
    }

        .m-eventsprev .e-box.red {
            background-color: #EF3125;
        }

        .m-eventsprev .e-box.darkred {
            background-color: #af141f;
        }

        .m-eventsprev .e-box.pink {
            background-color: #CEA4BB;
        }

        .m-eventsprev .e-box.blue {
            background-color: #255870;
        }

        .m-eventsprev .e-box.green {
            background-color: #437353;
        }

        .m-eventsprev .e-box.grey {
            background-color: #7F7C71;
        }

        .m-eventsprev .e-box.midgrey {
            background-color: #7F7C71;
        }

        .m-eventsprev .e-box.midgrey2 {
            background-color: #949597;
        }

        .m-eventsprev .e-box.darkgrey {
            background-color: #323232;
        }

        .m-eventsprev .e-box.black {
            background-color: #000;
        }

        .m-eventsprev .e-box.cyan {
            background-color: #8AAAD9;
        }

        .m-eventsprev .e-box.yellow {
            background-color: #FDB913;
        }

        .m-eventsprev .e-box.red1 {
            background-color: #92181b;
        }

        .m-eventsprev .e-box.red2 {
            background-color: #881416;
        }

        .m-eventsprev .e-box.red3 {
            background-color: #701510;
        }

        .m-eventsprev .e-box.orange {
            background-color: #f06c2e;
        }

        .m-eventsprev .e-box.lightred {
            background-color: #d21c54;
        }

        .m-eventsprev .e-box img {
            width: 100%;
        }

        .m-eventsprev .e-box .e-textbox {
            font-size: 28px;
            padding: 30px 20px;
            font-weight: 700;
            min-height: 120px;
            line-height: 34px;
        }

            .m-eventsprev .e-box .e-textbox span {
                -webkit-backface-visibility: hidden;
                border-bottom: 1px solid transparent;
                -webkit-transition: border-bottom 0.1s linear;
                -moz-transition: border-bottom 0.1s linear;
                -ms-transition: border-bottom 0.1s linear;
                -o-transition: border-bottom 0.1s linear;
                transition: border-bottom 0.1s linear;
            }

        .m-eventsprev .e-box:hover .e-textbox span {
            border-bottom: 1px solid #fff;
        }

@media (min-width:992px) {
    .m-eventsprev {
        margin-bottom: 0px;
    }
}

@media (min-width:992px) {
    .m-eventsprev .e-box .e-textbox {
        min-height: 183px;
    }
}

@media (min-width:1200px) {
    .m-eventsprev .e-box .e-textbox {
        min-height: 200px;
    }
}

.m-faqitems section:last-child {
    margin-bottom: 20px;
}

    .m-faqitems section:last-child .container {
        border: none !important;
        border-image-source: none !important;
        border-width: 0 !important;
    }

.m-newsletterfooter {
    padding: 20px 0;
    overflow: hidden;
    position: relative;
}

    .m-newsletterfooter.red {
        background-color: #EF3125;
        color: #fff;
    }

        .m-newsletterfooter.red h1, .m-newsletterfooter.red h2, .m-newsletterfooter.red h3, .m-newsletterfooter.red h4, .m-newsletterfooter.red p, .m-newsletterfooter.red a, .m-newsletterfooter.red span, .m-newsletterfooter.red ul li, .m-newsletterfooter.red ol li {
            color: #fff;
        }

        .m-newsletterfooter.red .btn {
            background: transparent;
            border-color: #fff;
            color: #fff;
        }

            .m-newsletterfooter.red .btn:before, .m-newsletterfooter.red .btn:after {
                background: #fff;
            }

            .m-newsletterfooter.red .btn:hover {
                color: #EF3125;
                border-color: #fff;
            }

    .m-newsletterfooter.darkred {
        background-color: #af141f;
        color: #fff;
    }

        .m-newsletterfooter.darkred h1, .m-newsletterfooter.darkred h2, .m-newsletterfooter.darkred h3, .m-newsletterfooter.darkred h4, .m-newsletterfooter.darkred p, .m-newsletterfooter.darkred a, .m-newsletterfooter.darkred span, .m-newsletterfooter.darkred ul li, .m-newsletterfooter.darkred ol li {
            color: #fff;
        }

        .m-newsletterfooter.darkred .btn {
            background: transparent;
            border-color: #fff;
            color: #fff;
        }

            .m-newsletterfooter.darkred .btn:before, .m-newsletterfooter.darkred .btn:after {
                background: #fff;
            }

            .m-newsletterfooter.darkred .btn:hover {
                color: #af141f;
                border-color: #fff;
            }

    .m-newsletterfooter.pink {
        background-color: #CEA4BB;
        color: #fff;
    }

        .m-newsletterfooter.pink h1, .m-newsletterfooter.pink h2, .m-newsletterfooter.pink h3, .m-newsletterfooter.pink h4, .m-newsletterfooter.pink p, .m-newsletterfooter.pink a, .m-newsletterfooter.pink span, .m-newsletterfooter.pink ul li, .m-newsletterfooter.pink ol li {
            color: #fff;
        }

        .m-newsletterfooter.pink .btn {
            background: transparent;
            border-color: #fff;
            color: #fff;
        }

            .m-newsletterfooter.pink .btn:before, .m-newsletterfooter.pink .btn:after {
                background: #fff;
            }

            .m-newsletterfooter.pink .btn:hover {
                color: #CEA4BB;
                border-color: #fff;
            }

    .m-newsletterfooter.blue {
        background-color: #255870;
        color: #fff;
    }

        .m-newsletterfooter.blue h1, .m-newsletterfooter.blue h2, .m-newsletterfooter.blue h3, .m-newsletterfooter.blue h4, .m-newsletterfooter.blue p, .m-newsletterfooter.blue a, .m-newsletterfooter.blue span, .m-newsletterfooter.blue ul li, .m-newsletterfooter.blue ol li {
            color: #fff;
        }

        .m-newsletterfooter.blue .btn {
            background: transparent;
            border-color: #fff;
            color: #fff;
        }

            .m-newsletterfooter.blue .btn:before, .m-newsletterfooter.blue .btn:after {
                background: #fff;
            }

            .m-newsletterfooter.blue .btn:hover {
                color: #255870;
                border-color: #fff;
            }

    .m-newsletterfooter.green {
        background-color: #437353;
        color: #fff;
    }

        .m-newsletterfooter.green h1, .m-newsletterfooter.green h2, .m-newsletterfooter.green h3, .m-newsletterfooter.green h4, .m-newsletterfooter.green p, .m-newsletterfooter.green a, .m-newsletterfooter.green span, .m-newsletterfooter.green ul li, .m-newsletterfooter.green ol li {
            color: #fff;
        }

        .m-newsletterfooter.green .btn {
            background: transparent;
            border-color: #fff;
            color: #fff;
        }

            .m-newsletterfooter.green .btn:before, .m-newsletterfooter.green .btn:after {
                background: #fff;
            }

            .m-newsletterfooter.green .btn:hover {
                color: #437353;
                border-color: #fff;
            }

    .m-newsletterfooter.grey {
        background-color: #7F7C71;
        color: #fff;
    }

        .m-newsletterfooter.grey h1, .m-newsletterfooter.grey h2, .m-newsletterfooter.grey h3, .m-newsletterfooter.grey h4, .m-newsletterfooter.grey p, .m-newsletterfooter.grey a, .m-newsletterfooter.grey span, .m-newsletterfooter.grey ul li, .m-newsletterfooter.grey ol li {
            color: #fff;
        }

        .m-newsletterfooter.grey .btn {
            background: transparent;
            border-color: #fff;
            color: #fff;
        }

            .m-newsletterfooter.grey .btn:before, .m-newsletterfooter.grey .btn:after {
                background: #fff;
            }

            .m-newsletterfooter.grey .btn:hover {
                color: #7F7C71;
                border-color: #fff;
            }

    .m-newsletterfooter.midgrey {
        background-color: #7F7C71;
        color: #fff;
    }

        .m-newsletterfooter.midgrey h1, .m-newsletterfooter.midgrey h2, .m-newsletterfooter.midgrey h3, .m-newsletterfooter.midgrey h4, .m-newsletterfooter.midgrey p, .m-newsletterfooter.midgrey a, .m-newsletterfooter.midgrey span, .m-newsletterfooter.midgrey ul li, .m-newsletterfooter.midgrey ol li {
            color: #fff;
        }

        .m-newsletterfooter.midgrey .btn {
            background: transparent;
            border-color: #fff;
            color: #fff;
        }

            .m-newsletterfooter.midgrey .btn:before, .m-newsletterfooter.midgrey .btn:after {
                background: #fff;
            }

            .m-newsletterfooter.midgrey .btn:hover {
                color: #7F7C71;
                border-color: #fff;
            }

    .m-newsletterfooter.midgrey2 {
        background-color: #949597;
        color: #fff;
    }

        .m-newsletterfooter.midgrey2 h1, .m-newsletterfooter.midgrey2 h2, .m-newsletterfooter.midgrey2 h3, .m-newsletterfooter.midgrey2 h4, .m-newsletterfooter.midgrey2 p, .m-newsletterfooter.midgrey2 a, .m-newsletterfooter.midgrey2 span, .m-newsletterfooter.midgrey2 ul li, .m-newsletterfooter.midgrey2 ol li {
            color: #fff;
        }

        .m-newsletterfooter.midgrey2 .btn {
            background: transparent;
            border-color: #fff;
            color: #fff;
        }

            .m-newsletterfooter.midgrey2 .btn:before, .m-newsletterfooter.midgrey2 .btn:after {
                background: #fff;
            }

            .m-newsletterfooter.midgrey2 .btn:hover {
                color: #949597;
                border-color: #fff;
            }

    .m-newsletterfooter.darkgrey {
        background-color: #323232;
        color: #fff;
    }

        .m-newsletterfooter.darkgrey h1, .m-newsletterfooter.darkgrey h2, .m-newsletterfooter.darkgrey h3, .m-newsletterfooter.darkgrey h4, .m-newsletterfooter.darkgrey p, .m-newsletterfooter.darkgrey a, .m-newsletterfooter.darkgrey span, .m-newsletterfooter.darkgrey ul li, .m-newsletterfooter.darkgrey ol li {
            color: #fff;
        }

        .m-newsletterfooter.darkgrey .btn {
            background: transparent;
            border-color: #fff;
            color: #fff;
        }

            .m-newsletterfooter.darkgrey .btn:before, .m-newsletterfooter.darkgrey .btn:after {
                background: #fff;
            }

            .m-newsletterfooter.darkgrey .btn:hover {
                color: #323232;
                border-color: #fff;
            }

    .m-newsletterfooter.black {
        background-color: #000;
        color: #fff;
    }

        .m-newsletterfooter.black h1, .m-newsletterfooter.black h2, .m-newsletterfooter.black h3, .m-newsletterfooter.black h4, .m-newsletterfooter.black p, .m-newsletterfooter.black a, .m-newsletterfooter.black span, .m-newsletterfooter.black ul li, .m-newsletterfooter.black ol li {
            color: #fff;
        }

        .m-newsletterfooter.black .btn {
            background: transparent;
            border-color: #fff;
            color: #fff;
        }

            .m-newsletterfooter.black .btn:before, .m-newsletterfooter.black .btn:after {
                background: #fff;
            }

            .m-newsletterfooter.black .btn:hover {
                color: #000;
                border-color: #fff;
            }

    .m-newsletterfooter.cyan {
        background-color: #8AAAD9;
        color: #fff;
    }

        .m-newsletterfooter.cyan h1, .m-newsletterfooter.cyan h2, .m-newsletterfooter.cyan h3, .m-newsletterfooter.cyan h4, .m-newsletterfooter.cyan p, .m-newsletterfooter.cyan a, .m-newsletterfooter.cyan span, .m-newsletterfooter.cyan ul li, .m-newsletterfooter.cyan ol li {
            color: #fff;
        }

        .m-newsletterfooter.cyan .btn {
            background: transparent;
            border-color: #fff;
            color: #fff;
        }

            .m-newsletterfooter.cyan .btn:before, .m-newsletterfooter.cyan .btn:after {
                background: #fff;
            }

            .m-newsletterfooter.cyan .btn:hover {
                color: #8AAAD9;
                border-color: #fff;
            }

    .m-newsletterfooter.yellow {
        background-color: #FDB913;
        color: #fff;
    }

        .m-newsletterfooter.yellow h1, .m-newsletterfooter.yellow h2, .m-newsletterfooter.yellow h3, .m-newsletterfooter.yellow h4, .m-newsletterfooter.yellow p, .m-newsletterfooter.yellow a, .m-newsletterfooter.yellow span, .m-newsletterfooter.yellow ul li, .m-newsletterfooter.yellow ol li {
            color: #fff;
        }

        .m-newsletterfooter.yellow .btn {
            background: transparent;
            border-color: #fff;
            color: #fff;
        }

            .m-newsletterfooter.yellow .btn:before, .m-newsletterfooter.yellow .btn:after {
                background: #fff;
            }

            .m-newsletterfooter.yellow .btn:hover {
                color: #FDB913;
                border-color: #fff;
            }

    .m-newsletterfooter.red1 {
        background-color: #92181b;
        color: #fff;
    }

        .m-newsletterfooter.red1 h1, .m-newsletterfooter.red1 h2, .m-newsletterfooter.red1 h3, .m-newsletterfooter.red1 h4, .m-newsletterfooter.red1 p, .m-newsletterfooter.red1 a, .m-newsletterfooter.red1 span, .m-newsletterfooter.red1 ul li, .m-newsletterfooter.red1 ol li {
            color: #fff;
        }

        .m-newsletterfooter.red1 .btn {
            background: transparent;
            border-color: #fff;
            color: #fff;
        }

            .m-newsletterfooter.red1 .btn:before, .m-newsletterfooter.red1 .btn:after {
                background: #fff;
            }

            .m-newsletterfooter.red1 .btn:hover {
                color: #92181b;
                border-color: #fff;
            }

    .m-newsletterfooter.red2 {
        background-color: #881416;
        color: #fff;
    }

        .m-newsletterfooter.red2 h1, .m-newsletterfooter.red2 h2, .m-newsletterfooter.red2 h3, .m-newsletterfooter.red2 h4, .m-newsletterfooter.red2 p, .m-newsletterfooter.red2 a, .m-newsletterfooter.red2 span, .m-newsletterfooter.red2 ul li, .m-newsletterfooter.red2 ol li {
            color: #fff;
        }

        .m-newsletterfooter.red2 .btn {
            background: transparent;
            border-color: #fff;
            color: #fff;
        }

            .m-newsletterfooter.red2 .btn:before, .m-newsletterfooter.red2 .btn:after {
                background: #fff;
            }

            .m-newsletterfooter.red2 .btn:hover {
                color: #881416;
                border-color: #fff;
            }

    .m-newsletterfooter.red3 {
        background-color: #701510;
        color: #fff;
    }

        .m-newsletterfooter.red3 h1, .m-newsletterfooter.red3 h2, .m-newsletterfooter.red3 h3, .m-newsletterfooter.red3 h4, .m-newsletterfooter.red3 p, .m-newsletterfooter.red3 a, .m-newsletterfooter.red3 span, .m-newsletterfooter.red3 ul li, .m-newsletterfooter.red3 ol li {
            color: #fff;
        }

        .m-newsletterfooter.red3 .btn {
            background: transparent;
            border-color: #fff;
            color: #fff;
        }

            .m-newsletterfooter.red3 .btn:before, .m-newsletterfooter.red3 .btn:after {
                background: #fff;
            }

            .m-newsletterfooter.red3 .btn:hover {
                color: #701510;
                border-color: #fff;
            }

    .m-newsletterfooter.orange {
        background-color: #f06c2e;
        color: #fff;
    }

        .m-newsletterfooter.orange h1, .m-newsletterfooter.orange h2, .m-newsletterfooter.orange h3, .m-newsletterfooter.orange h4, .m-newsletterfooter.orange p, .m-newsletterfooter.orange a, .m-newsletterfooter.orange span, .m-newsletterfooter.orange ul li, .m-newsletterfooter.orange ol li {
            color: #fff;
        }

        .m-newsletterfooter.orange .btn {
            background: transparent;
            border-color: #fff;
            color: #fff;
        }

            .m-newsletterfooter.orange .btn:before, .m-newsletterfooter.orange .btn:after {
                background: #fff;
            }

            .m-newsletterfooter.orange .btn:hover {
                color: #f06c2e;
                border-color: #fff;
            }

    .m-newsletterfooter.lightred {
        background-color: #d21c54;
        color: #fff;
    }

        .m-newsletterfooter.lightred h1, .m-newsletterfooter.lightred h2, .m-newsletterfooter.lightred h3, .m-newsletterfooter.lightred h4, .m-newsletterfooter.lightred p, .m-newsletterfooter.lightred a, .m-newsletterfooter.lightred span, .m-newsletterfooter.lightred ul li, .m-newsletterfooter.lightred ol li {
            color: #fff;
        }

        .m-newsletterfooter.lightred .btn {
            background: transparent;
            border-color: #fff;
            color: #fff;
        }

            .m-newsletterfooter.lightred .btn:before, .m-newsletterfooter.lightred .btn:after {
                background: #fff;
            }

            .m-newsletterfooter.lightred .btn:hover {
                color: #d21c54;
                border-color: #fff;
            }

    .m-newsletterfooter.yellow {
        color: #000;
    }

        .m-newsletterfooter.yellow h1, .m-newsletterfooter.yellow h2, .m-newsletterfooter.yellow h3, .m-newsletterfooter.yellow h4, .m-newsletterfooter.yellow p, .m-newsletterfooter.yellow a, .m-newsletterfooter.yellow span, .m-newsletterfooter.yellow ul li, .m-newsletterfooter.yellow ol li {
            color: #000;
        }

        .m-newsletterfooter.yellow .btn {
            background: transparent;
            border-color: #000;
            color: #000;
        }

            .m-newsletterfooter.yellow .btn:before, .m-newsletterfooter.yellow .btn:after {
                background: #000;
            }

            .m-newsletterfooter.yellow .btn:hover {
                border-color: #000;
            }

    .m-newsletterfooter.red .e-image:before {
        background-color: #EF3125;
    }

    .m-newsletterfooter.darkred .e-image:before {
        background-color: #af141f;
    }

    .m-newsletterfooter.pink .e-image:before {
        background-color: #CEA4BB;
    }

    .m-newsletterfooter.blue .e-image:before {
        background-color: #255870;
    }

    .m-newsletterfooter.green .e-image:before {
        background-color: #437353;
    }

    .m-newsletterfooter.grey .e-image:before {
        background-color: #7F7C71;
    }

    .m-newsletterfooter.midgrey .e-image:before {
        background-color: #7F7C71;
    }

    .m-newsletterfooter.midgrey2 .e-image:before {
        background-color: #949597;
    }

    .m-newsletterfooter.darkgrey .e-image:before {
        background-color: #323232;
    }

    .m-newsletterfooter.black .e-image:before {
        background-color: #000;
    }

    .m-newsletterfooter.cyan .e-image:before {
        background-color: #8AAAD9;
    }

    .m-newsletterfooter.yellow .e-image:before {
        background-color: #FDB913;
    }

    .m-newsletterfooter.red1 .e-image:before {
        background-color: #92181b;
    }

    .m-newsletterfooter.red2 .e-image:before {
        background-color: #881416;
    }

    .m-newsletterfooter.red3 .e-image:before {
        background-color: #701510;
    }

    .m-newsletterfooter.orange .e-image:before {
        background-color: #f06c2e;
    }

    .m-newsletterfooter.lightred .e-image:before {
        background-color: #d21c54;
    }

    .m-newsletterfooter .e-image img {
        border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        -ms-border-radius: 30px;
    }

    .m-newsletterfooter h2 {
        color: #000;
    }

    .m-newsletterfooter p {
        color: #7F7C71;
    }

    .m-newsletterfooter form .input {
        position: relative;
        padding: 16px 15px 16px 0;
        margin-bottom: 20px;
    }

        .m-newsletterfooter form .input input {
            border-radius: 10px;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            -ms-border-radius: 10px;
            border: none;
            margin: 0;
            background: #EFEFDB;
        }

@media (min-width:992px) {
    .m-newsletterfooter {
        padding: 80px 0 80px;
    }

        .m-newsletterfooter .e-text {
            margin-top: 30px;
        }

        .m-newsletterfooter form .input {
            margin-bottom: 30px;
        }

            .m-newsletterfooter form .input input {
                padding: 15px;
            }
}

.m-adoptionform h3, .m-fosteringform h3, .m-enquiryform h3, .m-placementform h3 {
    margin-bottom: 20px;
}

.m-adoptionform .m-packsection, .m-fosteringform .m-packsection, .m-enquiryform .m-packsection, .m-placementform .m-packsection {
    border-top: 2px solid #f2f1f1;
    border-bottom: 2px solid #f2f1f1;
    padding-top: 40px;
    padding-bottom: 15px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.m-adoptionform .e-packoption, .m-fosteringform .e-packoption, .m-enquiryform .e-packoption, .m-placementform .e-packoption {
    display: table;
    height: 40px;
    float: left;
    width: 50%;
    margin-bottom: 30px;
}

    .m-adoptionform .e-packoption .item, .m-fosteringform .e-packoption .item, .m-enquiryform .e-packoption .item, .m-placementform .e-packoption .item {
        cursor: pointer;
        position: relative;
        padding-left: 55px;
        display: table-cell;
        vertical-align: middle;
        min-height: 40px;
    }

        .m-adoptionform .e-packoption .item:before, .m-fosteringform .e-packoption .item:before, .m-enquiryform .e-packoption .item:before, .m-placementform .e-packoption .item:before {
            content: " ";
            background-image: url("/images/icons-sefdde64f66.png");
            background-position: -2519px 0;
            background-repeat: no-repeat;
            overflow: hidden;
            display: block;
            height: 40px;
            width: 40px;
            display: inline-block;
            margin-right: 10px;
            position: absolute;
            left: 0px;
            top: 0px;
        }

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-adoptionform .e-packoption .item:before, .m-fosteringform .e-packoption .item:before, .m-enquiryform .e-packoption .item:before, .m-placementform .e-packoption .item:before {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -2219px 0;
        height: 40px;
        width: 40px;
    }
}

.m-adoptionform .e-packoption .item.selected:before, .m-fosteringform .e-packoption .item.selected:before, .m-enquiryform .e-packoption .item.selected:before, .m-placementform .e-packoption .item.selected:before {
    content: " ";
    background-position: -2619px 0;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-adoptionform .e-packoption .item.selected:before, .m-fosteringform .e-packoption .item.selected:before, .m-enquiryform .e-packoption .item.selected:before, .m-placementform .e-packoption .item.selected:before {
        background-position: -2309px 0;
    }
}

.m-adoptionform .e-post, .m-fosteringform .e-post, .m-enquiryform .e-post, .m-placementform .e-post {
    display: none;
}

    .m-adoptionform .e-post .btn, .m-fosteringform .e-post .btn, .m-enquiryform .e-post .btn, .m-placementform .e-post .btn {
        margin-top: 5px;
        min-height: 46px;
    }

    .m-adoptionform .e-post.visible, .m-fosteringform .e-post.visible, .m-enquiryform .e-post.visible, .m-placementform .e-post.visible {
        display: block;
    }

.m-adoptionform .e-postmanual, .m-fosteringform .e-postmanual, .m-enquiryform .e-postmanual, .m-placementform .e-postmanual {
    color: #EF3125;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    display: inline-block;
    margin-bottom: 30px;
}

    .m-adoptionform .e-postmanual:hover, .m-fosteringform .e-postmanual:hover, .m-enquiryform .e-postmanual:hover, .m-placementform .e-postmanual:hover {
        border-bottom: 1px solid #EF3125;
        cursor: pointer;
    }

.m-adoptionform .e-manualform, .m-fosteringform .e-manualform, .m-enquiryform .e-manualform, .m-placementform .e-manualform {
    display: none;
}

    .m-adoptionform .e-manualform.visible, .m-fosteringform .e-manualform.visible, .m-enquiryform .e-manualform.visible, .m-placementform .e-manualform.visible {
        display: block;
    }

.m-adoptionform .submit, .m-fosteringform .submit, .m-enquiryform .submit, .m-placementform .submit {
    margin-top: 30px;
    padding: 10px 20px;
    float: right;
}

.m-adoptionform textarea, .m-fosteringform textarea, .m-enquiryform textarea, .m-placementform textarea {
    min-height: 200px;
}

.m-adoptionform .btn.findAddressBtn, .m-fosteringform .btn.findAddressBtn, .m-enquiryform .btn.findAddressBtn, .m-placementform .btn.findAddressBtn {
    padding: 8px 15px 7px;
    margin: 5px 0;
    min-width: 100%;
}

@media (min-width:768px) {
    .m-adoptionform h3, .m-fosteringform h3, .m-enquiryform h3, .m-placementform h3 {
        margin-bottom: 40px;
    }

    .m-adoptionform .e-required, .m-fosteringform .e-required, .m-enquiryform .e-required, .m-placementform .e-required {
        float: right;
        right: 15px;
        top: 0px;
        margin-top: 0;
    }
}

.m-changedetailsform {
    margin-top: 20px;
}

    .m-changedetailsform .preamble {
        margin-bottom: 30px;
    }

    .m-changedetailsform input[type="submit"] {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 22px;
        padding: 15px 30px;
    }

    .m-changedetailsform input {
        margin-bottom: 15px;
    }

    .m-changedetailsform label {
        margin-bottom: 5px;
    }

    .m-changedetailsform .forgotten {
        color: #000;
        display: inline-block;
        margin-bottom: 40px;
        border-bottom: 1px solid #000;
    }

@media (min-width:768px) {
    .m-changedetailsform h2 {
        margin-top: 0;
    }

    .m-changedetailsform input[type="submit"] {
        width: 200px;
        float: left;
    }

    .m-changedetailsform .forgotten {
        float: left;
        margin: 12px 0 0 30px;
    }
}

@media (min-width:992px) {
    .m-changedetailsform {
        margin-top: 40px;
    }

        .m-changedetailsform input {
            margin-bottom: 30px;
        }
}

.m-changepasswordform {
    margin-top: 20px;
}

    .m-changepasswordform .preamble {
        margin-bottom: 30px;
    }

    .m-changepasswordform input[type="submit"] {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 22px;
        padding: 15px 30px;
    }

    .m-changepasswordform input {
        margin-bottom: 15px;
    }

    .m-changepasswordform label {
        margin-bottom: 5px;
    }

    .m-changepasswordform .forgotten {
        color: #000;
        display: inline-block;
        margin-bottom: 40px;
        border-bottom: 1px solid #000;
    }

@media (min-width:768px) {
    .m-changepasswordform h2 {
        margin-top: 0;
    }

    .m-changepasswordform input[type="submit"] {
        width: 200px;
        float: left;
    }

    .m-changepasswordform .forgotten {
        float: left;
        margin: 12px 0 0 30px;
    }
}

@media (min-width:992px) {
    .m-changepasswordform {
        margin-top: 40px;
    }

        .m-changepasswordform input {
            margin-bottom: 30px;
        }
}

.m-enquiryform {
    margin-top: 30px;
}

    .m-enquiryform .submit {
        margin-top: 0;
    }

    .m-enquiryform .e-required {
        margin-top: -20px;
        margin-bottom: 30px;
    }

.m-fosteringcampaignform #fosteringFormNew #spareRoomError, .m-fosteringcampaignform #fosteringFormNew #postcodeError, .m-fosteringcampaignform #fosteringFormNew #mistlePostcode, .m-fosteringcampaignform #fosteringFormNew #hippsPostcode, .m-fosteringcampaignform #fosteringFormNew #fosteringFormNew_part2 {
    display: none;
}

.m-fosteringcampaignform #fosteringFormNew #postcodeInvalid {
    display: none;
}

.m-fosteringcampaignform #fosteringFormNew p {
    color: #000;
}

.m-fosteringcampaignform #fosteringFormNew .radio-options-container {
    margin-bottom: 20px;
}

    .m-fosteringcampaignform #fosteringFormNew .radio-options-container .radio-option input {
        display: inline;
    }

    .m-fosteringcampaignform #fosteringFormNew .radio-options-container .radio-option label {
        position: relative;
        top: -4px;
    }

    .m-fosteringcampaignform #fosteringFormNew .radio-options-container .radio-validation .field-validation-error {
        margin-top: 0;
    }

    .m-fosteringcampaignform #fosteringFormNew .radio-options-container .input-validation-error {
        border: 1px solid #EF3125;
        background: #fffbfb;
    }

.m-loginform {
    margin-top: 30px;
}

    .m-loginform .alert {
        float: none;
        margin-bottom: 30px;
        max-width: none;
    }

    .m-loginform h2 {
        margin-top: -5px;
    }

    .m-loginform .preamble {
        margin-bottom: 30px;
    }

    .m-loginform .checkbox {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .m-loginform button[type="submit"] {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 22px;
        padding: 15px 30px;
    }

    .m-loginform .forgotten {
        color: #000;
        display: inline-block;
        margin-bottom: 40px;
        margin-left: 20px;
        border-bottom: 1px solid #000;
    }

@media (min-width:768px) {
    .m-loginform {
        margin-top: 0px;
    }

        .m-loginform .preamble {
            margin-bottom: 40px;
        }

        .m-loginform button[type="submit"] {
            width: 200px;
            float: left;
        }

        .m-loginform .forgotten {
            margin: 12px 0 0 30px;
        }

        .m-loginform .checkbox {
            margin-bottom: 60px;
        }
}

.m-newpasswordform {
    padding: 30px 0;
    margin-top: 30px;
    overflow: hidden;
}

    .m-newpasswordform .alert {
        margin-top: 15px;
    }

    .m-newpasswordform h2 {
        margin-top: -5px;
    }

    .m-newpasswordform .preamble {
        margin-bottom: 30px;
    }

    .m-newpasswordform .btn {
        margin-top: 30px;
    }

    .m-newpasswordform input[type="submit"] {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 22px;
        padding: 15px 30px;
    }

@media (min-width:768px) {
    .m-newpasswordform {
        margin-top: 0px;
    }

        .m-newpasswordform .preamble {
            margin-bottom: 40px;
        }

        .m-newpasswordform input[type="submit"] {
            width: 200px;
            float: left;
        }
}

.m-fosterbanner {
    position: relative;
}

    .m-fosterbanner .container {
        position: relative;
    }

        .m-fosterbanner .container img {
            width: 100%;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
            z-index: 20;
        }

        .m-fosterbanner .container.bottom {
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
            bottom: 35px;
            z-index: 5;
            min-width: 100%;
        }

            .m-fosterbanner .container.bottom:before {
                position: absolute;
                left: 50%;
                -webkit-transform: translateX(-50%);
                -moz-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                -o-transform: translateX(-50%);
                transform: translateX(-50%);
                content: " ";
                display: block;
                position: absolute;
                top: 100%;
                width: 100vw;
                height: 35px;
                background: #fff;
                z-index: 10;
            }

            .m-fosterbanner .container.bottom:after {
                content: " ";
                display: block;
                height: 35px;
                width: 6px;
                position: absolute;
                top: 100%;
                left: 32px;
                background: #EF3125;
                z-index: 20;
            }

            .m-fosterbanner .container.bottom .e-line {
                float: left;
                width: 100%;
                position: relative;
                height: 20px;
                z-index: 1000;
            }

                .m-fosterbanner .container.bottom .e-line:before {
                    content: " ";
                    display: block;
                    position: absolute;
                    left: 0;
                    bottom: 0px;
                    height: 14px;
                    width: 100%;
                    background: #EF3125;
                    border-bottom-left-radius: 10px;
                    border-bottom-right-radius: 10px;
                }

                .m-fosterbanner .container.bottom .e-line:after {
                    content: " ";
                    display: block;
                    position: absolute;
                    left: 6px;
                    bottom: 6px;
                    height: 8px;
                    width: calc(100% - 12px);
                    background: #fff;
                    border-bottom-left-radius: 4px;
                    border-bottom-right-radius: 4px;
                }

                .m-fosterbanner .container.bottom .e-line span:before, .m-fosterbanner .container.bottom .e-line span:after {
                    border-radius: 3px;
                    -moz-border-radius: 3px;
                    -webkit-border-radius: 3px;
                    -ms-border-radius: 3px;
                    content: " ";
                    display: block;
                    background: #EF3125;
                    width: 6px;
                    height: 6px;
                    position: absolute;
                    bottom: 12px;
                }

                .m-fosterbanner .container.bottom .e-line span:before {
                    left: 0;
                }

                .m-fosterbanner .container.bottom .e-line span:after {
                    right: 0;
                }

    .m-fosterbanner h1, .m-fosterbanner h2, .m-fosterbanner p {
        color: #EF3125;
    }

    .m-fosterbanner .bannerText {
        max-width: 400px;
        position: absolute;
        top: 50px;
        left: 100px;
        display: none;
        z-index: 15;
    }

        .m-fosterbanner .bannerText p {
            font-size: 24px;
            font-weight: 600;
            max-width: 80%;
            line-height: 30px;
        }

    .m-fosterbanner .red {
        background: #EF3125;
    }

        .m-fosterbanner .red h1, .m-fosterbanner .red h2, .m-fosterbanner .red p {
            color: #fff;
        }

    .m-fosterbanner .bannerContact {
        position: static;
        top: 110px;
        right: 60px;
        background: #EF3125;
        padding: 25px;
        max-width: 375px;
        z-index: 15;
    }

        .m-fosterbanner .bannerContact h2 {
            margin: 0 0 5px;
            text-align: center;
            color: #fff;
        }

        .m-fosterbanner .bannerContact p {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 0;
            text-align: center;
            color: #fff;
        }

        .m-fosterbanner .bannerContact .times {
            font-size: 16px;
            font-weight: 500;
        }

        .m-fosterbanner .bannerContact .number {
            color: #fff;
            font-size: 36px;
            font-weight: 600;
            line-height: 42px;
            margin-top: 15px;
            text-align: center;
            display: block;
        }

            .m-fosterbanner .bannerContact .number:before {
                content: '';
                background-image: url("/images/icons/phone-icon-white.png");
                background-repeat: no-repeat;
                display: inline-block;
                width: 30px;
                height: 31px;
                position: relative;
                top: 2px;
                margin-right: 8px;
            }

@media (min-width:768px) {
    .m-fosterbanner .bannerText {
        display: block;
    }

    .m-fosterbanner .bannerContact .left {
        width: 50%;
        float: left;
    }

    .m-fosterbanner .bannerContact p, .m-fosterbanner .bannerContact h2 {
        text-align: left;
    }

    .m-fosterbanner .bannerContact .number {
        display: initial;
        text-align: left;
    }

    .m-fosterbanner .container.bottom {
        min-width: 0;
    }

        .m-fosterbanner .container.bottom:after {
            left: 81px;
        }
}

@media (min-width:992px) {
    .m-fosterbanner .bannerText {
        top: 105px;
    }

    .m-fosterbanner .container.bottom:after {
        left: 69px;
    }

    .m-fosterbanner .bannerContact {
        position: absolute;
    }

        .m-fosterbanner .bannerContact .container {
            width: auto !important;
            padding: 0 !important;
        }

        .m-fosterbanner .bannerContact .left {
            width: auto;
            float: none;
        }

            .m-fosterbanner .bannerContact .left p {
                margin-bottom: 20px;
            }
}

@media (min-width:1430px) {
    .m-fosterbanner .container.bottom:after {
        left: 113px;
    }
}

.m-fosterDownload {
    padding: 60px 0;
    border-bottom: 5px solid #f2f1f1;
}

    .m-fosterDownload .fosterPack {
        background: #FAFAFA;
        padding: 30px 20px;
    }

        .m-fosterDownload .fosterPack img {
            margin-bottom: 15px;
        }

        .m-fosterDownload .fosterPack .fileSize {
            margin-left: 10px;
        }

        .m-fosterDownload .fosterPack .text h3 {
            max-width: 80%;
            margin-top: -5px;
        }

    .m-fosterDownload .left {
        padding-right: 55px;
    }

        .m-fosterDownload .left h2 {
            margin-top: 0;
        }

        .m-fosterDownload .left p {
            color: #343434;
        }

@media (min-width:768px) {
    .m-fosterDownload .fosterPack .fileSize {
        text-align: left;
    }
}

@media (min-width:992px) {
    .m-fosterDownload .fosterPack img {
        margin-bottom: 5px;
    }

    .m-fosterDownload .fosterPack .text {
        margin-left: 15px;
    }
}

@media (min-width:1200px) {
    .m-fosterDownload .fosterPack .fileSize {
        text-align: center;
        margin-left: 0;
    }
}

.m-fosterQuote {
    padding: 40px 0;
}

    .m-fosterQuote .image {
        padding: 0;
    }

        .m-fosterQuote .image .fosterImage {
            background-image: url("/images/fosterimage.png");
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            height: 100%;
            min-height: 300px;
        }

    .m-fosterQuote .quote {
        padding: 35px;
    }

        .m-fosterQuote .quote.red {
            background-color: #EF3125;
            color: #fff;
        }

            .m-fosterQuote .quote.red h1, .m-fosterQuote .quote.red h2, .m-fosterQuote .quote.red h3, .m-fosterQuote .quote.red h4, .m-fosterQuote .quote.red p, .m-fosterQuote .quote.red a, .m-fosterQuote .quote.red span, .m-fosterQuote .quote.red ul li, .m-fosterQuote .quote.red ol li {
                color: #fff;
            }

            .m-fosterQuote .quote.red .btn {
                background: transparent;
                border-color: #fff;
                color: #fff;
            }

                .m-fosterQuote .quote.red .btn:before, .m-fosterQuote .quote.red .btn:after {
                    background: #fff;
                }

                .m-fosterQuote .quote.red .btn:hover {
                    color: #EF3125;
                    border-color: #fff;
                }

        .m-fosterQuote .quote.darkred {
            background-color: #af141f;
            color: #fff;
        }

            .m-fosterQuote .quote.darkred h1, .m-fosterQuote .quote.darkred h2, .m-fosterQuote .quote.darkred h3, .m-fosterQuote .quote.darkred h4, .m-fosterQuote .quote.darkred p, .m-fosterQuote .quote.darkred a, .m-fosterQuote .quote.darkred span, .m-fosterQuote .quote.darkred ul li, .m-fosterQuote .quote.darkred ol li {
                color: #fff;
            }

            .m-fosterQuote .quote.darkred .btn {
                background: transparent;
                border-color: #fff;
                color: #fff;
            }

                .m-fosterQuote .quote.darkred .btn:before, .m-fosterQuote .quote.darkred .btn:after {
                    background: #fff;
                }

                .m-fosterQuote .quote.darkred .btn:hover {
                    color: #af141f;
                    border-color: #fff;
                }

        .m-fosterQuote .quote.pink {
            background-color: #CEA4BB;
            color: #fff;
        }

            .m-fosterQuote .quote.pink h1, .m-fosterQuote .quote.pink h2, .m-fosterQuote .quote.pink h3, .m-fosterQuote .quote.pink h4, .m-fosterQuote .quote.pink p, .m-fosterQuote .quote.pink a, .m-fosterQuote .quote.pink span, .m-fosterQuote .quote.pink ul li, .m-fosterQuote .quote.pink ol li {
                color: #fff;
            }

            .m-fosterQuote .quote.pink .btn {
                background: transparent;
                border-color: #fff;
                color: #fff;
            }

                .m-fosterQuote .quote.pink .btn:before, .m-fosterQuote .quote.pink .btn:after {
                    background: #fff;
                }

                .m-fosterQuote .quote.pink .btn:hover {
                    color: #CEA4BB;
                    border-color: #fff;
                }

        .m-fosterQuote .quote.blue {
            background-color: #255870;
            color: #fff;
        }

            .m-fosterQuote .quote.blue h1, .m-fosterQuote .quote.blue h2, .m-fosterQuote .quote.blue h3, .m-fosterQuote .quote.blue h4, .m-fosterQuote .quote.blue p, .m-fosterQuote .quote.blue a, .m-fosterQuote .quote.blue span, .m-fosterQuote .quote.blue ul li, .m-fosterQuote .quote.blue ol li {
                color: #fff;
            }

            .m-fosterQuote .quote.blue .btn {
                background: transparent;
                border-color: #fff;
                color: #fff;
            }

                .m-fosterQuote .quote.blue .btn:before, .m-fosterQuote .quote.blue .btn:after {
                    background: #fff;
                }

                .m-fosterQuote .quote.blue .btn:hover {
                    color: #255870;
                    border-color: #fff;
                }

        .m-fosterQuote .quote.green {
            background-color: #437353;
            color: #fff;
        }

            .m-fosterQuote .quote.green h1, .m-fosterQuote .quote.green h2, .m-fosterQuote .quote.green h3, .m-fosterQuote .quote.green h4, .m-fosterQuote .quote.green p, .m-fosterQuote .quote.green a, .m-fosterQuote .quote.green span, .m-fosterQuote .quote.green ul li, .m-fosterQuote .quote.green ol li {
                color: #fff;
            }

            .m-fosterQuote .quote.green .btn {
                background: transparent;
                border-color: #fff;
                color: #fff;
            }

                .m-fosterQuote .quote.green .btn:before, .m-fosterQuote .quote.green .btn:after {
                    background: #fff;
                }

                .m-fosterQuote .quote.green .btn:hover {
                    color: #437353;
                    border-color: #fff;
                }

        .m-fosterQuote .quote.grey {
            background-color: #7F7C71;
            color: #fff;
        }

            .m-fosterQuote .quote.grey h1, .m-fosterQuote .quote.grey h2, .m-fosterQuote .quote.grey h3, .m-fosterQuote .quote.grey h4, .m-fosterQuote .quote.grey p, .m-fosterQuote .quote.grey a, .m-fosterQuote .quote.grey span, .m-fosterQuote .quote.grey ul li, .m-fosterQuote .quote.grey ol li {
                color: #fff;
            }

            .m-fosterQuote .quote.grey .btn {
                background: transparent;
                border-color: #fff;
                color: #fff;
            }

                .m-fosterQuote .quote.grey .btn:before, .m-fosterQuote .quote.grey .btn:after {
                    background: #fff;
                }

                .m-fosterQuote .quote.grey .btn:hover {
                    color: #7F7C71;
                    border-color: #fff;
                }

        .m-fosterQuote .quote.midgrey {
            background-color: #7F7C71;
            color: #fff;
        }

            .m-fosterQuote .quote.midgrey h1, .m-fosterQuote .quote.midgrey h2, .m-fosterQuote .quote.midgrey h3, .m-fosterQuote .quote.midgrey h4, .m-fosterQuote .quote.midgrey p, .m-fosterQuote .quote.midgrey a, .m-fosterQuote .quote.midgrey span, .m-fosterQuote .quote.midgrey ul li, .m-fosterQuote .quote.midgrey ol li {
                color: #fff;
            }

            .m-fosterQuote .quote.midgrey .btn {
                background: transparent;
                border-color: #fff;
                color: #fff;
            }

                .m-fosterQuote .quote.midgrey .btn:before, .m-fosterQuote .quote.midgrey .btn:after {
                    background: #fff;
                }

                .m-fosterQuote .quote.midgrey .btn:hover {
                    color: #7F7C71;
                    border-color: #fff;
                }

        .m-fosterQuote .quote.midgrey2 {
            background-color: #949597;
            color: #fff;
        }

            .m-fosterQuote .quote.midgrey2 h1, .m-fosterQuote .quote.midgrey2 h2, .m-fosterQuote .quote.midgrey2 h3, .m-fosterQuote .quote.midgrey2 h4, .m-fosterQuote .quote.midgrey2 p, .m-fosterQuote .quote.midgrey2 a, .m-fosterQuote .quote.midgrey2 span, .m-fosterQuote .quote.midgrey2 ul li, .m-fosterQuote .quote.midgrey2 ol li {
                color: #fff;
            }

            .m-fosterQuote .quote.midgrey2 .btn {
                background: transparent;
                border-color: #fff;
                color: #fff;
            }

                .m-fosterQuote .quote.midgrey2 .btn:before, .m-fosterQuote .quote.midgrey2 .btn:after {
                    background: #fff;
                }

                .m-fosterQuote .quote.midgrey2 .btn:hover {
                    color: #949597;
                    border-color: #fff;
                }

        .m-fosterQuote .quote.darkgrey {
            background-color: #323232;
            color: #fff;
        }

            .m-fosterQuote .quote.darkgrey h1, .m-fosterQuote .quote.darkgrey h2, .m-fosterQuote .quote.darkgrey h3, .m-fosterQuote .quote.darkgrey h4, .m-fosterQuote .quote.darkgrey p, .m-fosterQuote .quote.darkgrey a, .m-fosterQuote .quote.darkgrey span, .m-fosterQuote .quote.darkgrey ul li, .m-fosterQuote .quote.darkgrey ol li {
                color: #fff;
            }

            .m-fosterQuote .quote.darkgrey .btn {
                background: transparent;
                border-color: #fff;
                color: #fff;
            }

                .m-fosterQuote .quote.darkgrey .btn:before, .m-fosterQuote .quote.darkgrey .btn:after {
                    background: #fff;
                }

                .m-fosterQuote .quote.darkgrey .btn:hover {
                    color: #323232;
                    border-color: #fff;
                }

        .m-fosterQuote .quote.black {
            background-color: #000;
            color: #fff;
        }

            .m-fosterQuote .quote.black h1, .m-fosterQuote .quote.black h2, .m-fosterQuote .quote.black h3, .m-fosterQuote .quote.black h4, .m-fosterQuote .quote.black p, .m-fosterQuote .quote.black a, .m-fosterQuote .quote.black span, .m-fosterQuote .quote.black ul li, .m-fosterQuote .quote.black ol li {
                color: #fff;
            }

            .m-fosterQuote .quote.black .btn {
                background: transparent;
                border-color: #fff;
                color: #fff;
            }

                .m-fosterQuote .quote.black .btn:before, .m-fosterQuote .quote.black .btn:after {
                    background: #fff;
                }

                .m-fosterQuote .quote.black .btn:hover {
                    color: #000;
                    border-color: #fff;
                }

        .m-fosterQuote .quote.cyan {
            background-color: #8AAAD9;
            color: #fff;
        }

            .m-fosterQuote .quote.cyan h1, .m-fosterQuote .quote.cyan h2, .m-fosterQuote .quote.cyan h3, .m-fosterQuote .quote.cyan h4, .m-fosterQuote .quote.cyan p, .m-fosterQuote .quote.cyan a, .m-fosterQuote .quote.cyan span, .m-fosterQuote .quote.cyan ul li, .m-fosterQuote .quote.cyan ol li {
                color: #fff;
            }

            .m-fosterQuote .quote.cyan .btn {
                background: transparent;
                border-color: #fff;
                color: #fff;
            }

                .m-fosterQuote .quote.cyan .btn:before, .m-fosterQuote .quote.cyan .btn:after {
                    background: #fff;
                }

                .m-fosterQuote .quote.cyan .btn:hover {
                    color: #8AAAD9;
                    border-color: #fff;
                }

        .m-fosterQuote .quote.yellow {
            background-color: #FDB913;
            color: #fff;
        }

            .m-fosterQuote .quote.yellow h1, .m-fosterQuote .quote.yellow h2, .m-fosterQuote .quote.yellow h3, .m-fosterQuote .quote.yellow h4, .m-fosterQuote .quote.yellow p, .m-fosterQuote .quote.yellow a, .m-fosterQuote .quote.yellow span, .m-fosterQuote .quote.yellow ul li, .m-fosterQuote .quote.yellow ol li {
                color: #fff;
            }

            .m-fosterQuote .quote.yellow .btn {
                background: transparent;
                border-color: #fff;
                color: #fff;
            }

                .m-fosterQuote .quote.yellow .btn:before, .m-fosterQuote .quote.yellow .btn:after {
                    background: #fff;
                }

                .m-fosterQuote .quote.yellow .btn:hover {
                    color: #FDB913;
                    border-color: #fff;
                }

        .m-fosterQuote .quote.red1 {
            background-color: #92181b;
            color: #fff;
        }

            .m-fosterQuote .quote.red1 h1, .m-fosterQuote .quote.red1 h2, .m-fosterQuote .quote.red1 h3, .m-fosterQuote .quote.red1 h4, .m-fosterQuote .quote.red1 p, .m-fosterQuote .quote.red1 a, .m-fosterQuote .quote.red1 span, .m-fosterQuote .quote.red1 ul li, .m-fosterQuote .quote.red1 ol li {
                color: #fff;
            }

            .m-fosterQuote .quote.red1 .btn {
                background: transparent;
                border-color: #fff;
                color: #fff;
            }

                .m-fosterQuote .quote.red1 .btn:before, .m-fosterQuote .quote.red1 .btn:after {
                    background: #fff;
                }

                .m-fosterQuote .quote.red1 .btn:hover {
                    color: #92181b;
                    border-color: #fff;
                }

        .m-fosterQuote .quote.red2 {
            background-color: #881416;
            color: #fff;
        }

            .m-fosterQuote .quote.red2 h1, .m-fosterQuote .quote.red2 h2, .m-fosterQuote .quote.red2 h3, .m-fosterQuote .quote.red2 h4, .m-fosterQuote .quote.red2 p, .m-fosterQuote .quote.red2 a, .m-fosterQuote .quote.red2 span, .m-fosterQuote .quote.red2 ul li, .m-fosterQuote .quote.red2 ol li {
                color: #fff;
            }

            .m-fosterQuote .quote.red2 .btn {
                background: transparent;
                border-color: #fff;
                color: #fff;
            }

                .m-fosterQuote .quote.red2 .btn:before, .m-fosterQuote .quote.red2 .btn:after {
                    background: #fff;
                }

                .m-fosterQuote .quote.red2 .btn:hover {
                    color: #881416;
                    border-color: #fff;
                }

        .m-fosterQuote .quote.red3 {
            background-color: #701510;
            color: #fff;
        }

            .m-fosterQuote .quote.red3 h1, .m-fosterQuote .quote.red3 h2, .m-fosterQuote .quote.red3 h3, .m-fosterQuote .quote.red3 h4, .m-fosterQuote .quote.red3 p, .m-fosterQuote .quote.red3 a, .m-fosterQuote .quote.red3 span, .m-fosterQuote .quote.red3 ul li, .m-fosterQuote .quote.red3 ol li {
                color: #fff;
            }

            .m-fosterQuote .quote.red3 .btn {
                background: transparent;
                border-color: #fff;
                color: #fff;
            }

                .m-fosterQuote .quote.red3 .btn:before, .m-fosterQuote .quote.red3 .btn:after {
                    background: #fff;
                }

                .m-fosterQuote .quote.red3 .btn:hover {
                    color: #701510;
                    border-color: #fff;
                }

        .m-fosterQuote .quote.orange {
            background-color: #f06c2e;
            color: #fff;
        }

            .m-fosterQuote .quote.orange h1, .m-fosterQuote .quote.orange h2, .m-fosterQuote .quote.orange h3, .m-fosterQuote .quote.orange h4, .m-fosterQuote .quote.orange p, .m-fosterQuote .quote.orange a, .m-fosterQuote .quote.orange span, .m-fosterQuote .quote.orange ul li, .m-fosterQuote .quote.orange ol li {
                color: #fff;
            }

            .m-fosterQuote .quote.orange .btn {
                background: transparent;
                border-color: #fff;
                color: #fff;
            }

                .m-fosterQuote .quote.orange .btn:before, .m-fosterQuote .quote.orange .btn:after {
                    background: #fff;
                }

                .m-fosterQuote .quote.orange .btn:hover {
                    color: #f06c2e;
                    border-color: #fff;
                }

        .m-fosterQuote .quote.lightred {
            background-color: #d21c54;
            color: #fff;
        }

            .m-fosterQuote .quote.lightred h1, .m-fosterQuote .quote.lightred h2, .m-fosterQuote .quote.lightred h3, .m-fosterQuote .quote.lightred h4, .m-fosterQuote .quote.lightred p, .m-fosterQuote .quote.lightred a, .m-fosterQuote .quote.lightred span, .m-fosterQuote .quote.lightred ul li, .m-fosterQuote .quote.lightred ol li {
                color: #fff;
            }

            .m-fosterQuote .quote.lightred .btn {
                background: transparent;
                border-color: #fff;
                color: #fff;
            }

                .m-fosterQuote .quote.lightred .btn:before, .m-fosterQuote .quote.lightred .btn:after {
                    background: #fff;
                }

                .m-fosterQuote .quote.lightred .btn:hover {
                    color: #d21c54;
                    border-color: #fff;
                }

        .m-fosterQuote .quote.yellow {
            color: #000;
        }

            .m-fosterQuote .quote.yellow h1, .m-fosterQuote .quote.yellow h2, .m-fosterQuote .quote.yellow h3, .m-fosterQuote .quote.yellow h4, .m-fosterQuote .quote.yellow p, .m-fosterQuote .quote.yellow a, .m-fosterQuote .quote.yellow span, .m-fosterQuote .quote.yellow ul li, .m-fosterQuote .quote.yellow ol li {
                color: #000;
            }

            .m-fosterQuote .quote.yellow .btn {
                background: transparent;
                border-color: #000;
                color: #000;
            }

                .m-fosterQuote .quote.yellow .btn:before, .m-fosterQuote .quote.yellow .btn:after {
                    background: #000;
                }

                .m-fosterQuote .quote.yellow .btn:hover {
                    border-color: #000;
                }

            .m-fosterQuote .quote.yellow p {
                color: #000;
            }

        .m-fosterQuote .quote p {
            color: #fff;
            font-size: 28px;
            line-height: 40px;
            font-weight: 600;
            margin: 0;
        }

@media (min-width:992px) {
    .m-fosterQuote .image {
        padding-left: 15px;
    }

        .m-fosterQuote .image .fosterImage {
            min-height: 0;
        }

    .m-fosterQuote .quote {
        padding: 70px;
    }
}

.m-fosteringformv2 {
    margin-bottom: 30px;
    padding-top: 0 !important;
}

    .m-fosteringformv2 .submit {
        float: right;
    }

    .m-fosteringformv2 .block2 .postmessage {
        color: #7F7C71;
    }

    .m-fosteringformv2 .block2 button {
        background: #323232 !important;
        margin-top: 38px;
        padding: 10px 30px;
        font-size: 18px;
        width: 100%;
    }

    .m-fosteringformv2 .block2 .e-postmanual {
        color: #EF3125;
        border-bottom: 1px solid transparent;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -ms-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        transition: all 0.1s linear;
        display: inline-block;
        overflow: hidden;
        margin-bottom: 30px;
    }

        .m-fosteringformv2 .block2 .e-postmanual:hover {
            border-bottom: 1px solid #EF3125;
            cursor: pointer;
        }

    .m-fosteringformv2 .block2 .e-manualform {
        display: none;
    }

        .m-fosteringformv2 .block2 .e-manualform.visible {
            display: block;
        }

    .m-fosteringformv2 .block3 .optional {
        color: #7F7C71;
        font-size: 14px;
    }

    .m-fosteringformv2 .formSection {
        background: #f2f1f1;
        margin: 0px 0 30px;
        padding: 15px 20px 20px;
    }

        .m-fosteringformv2 .formSection label {
            position: relative;
        }

        .m-fosteringformv2 .formSection .checkboxlist .checkbox {
            display: inline-block;
        }

            .m-fosteringformv2 .formSection .checkboxlist .checkbox label {
                padding: 1px 30px 0 25px;
            }

        .m-fosteringformv2 .formSection .radio label {
            margin-right: 5px;
        }

        .m-fosteringformv2 .formSection .tooltip-toggle {
            cursor: pointer;
            position: relative;
            top: -2px;
            display: block;
            margin-bottom: 20px;
        }

            .m-fosteringformv2 .formSection .tooltip-toggle img {
                height: 22px;
                width: 22px;
            }

            .m-fosteringformv2 .formSection .tooltip-toggle::before {
                position: absolute;
                top: -10px;
                left: 35px;
                background-color: #323232;
                color: #fff;
                content: attr(aria-label);
                padding: 1rem;
                text-transform: none;
                transition: all 0.2s ease;
                width: 330px;
                z-index: 20;
            }

            .m-fosteringformv2 .formSection .tooltip-toggle::after {
                position: absolute;
                top: 0px;
                left: 30px;
                border-top: 10px solid transparent;
                border-bottom: 10px solid transparent;
                border-right: 10px solid #323232;
                content: " ";
                font-size: 0;
                line-height: 0;
                margin-left: -5px;
                width: 0;
            }

            .m-fosteringformv2 .formSection .tooltip-toggle::before, .m-fosteringformv2 .formSection .tooltip-toggle::after {
                color: #efefef;
                font-family: "Foco",arial,sans-serif;
                font-size: 16px;
                opacity: 0;
                pointer-events: none;
                text-align: left;
                display: block;
            }

            .m-fosteringformv2 .formSection .tooltip-toggle:focus::before, .m-fosteringformv2 .formSection .tooltip-toggle:focus::after, .m-fosteringformv2 .formSection .tooltip-toggle:hover::before, .m-fosteringformv2 .formSection .tooltip-toggle:hover::after {
                opacity: 1;
                transition: all 0.2s ease;
            }

@media (min-width:768px) {
    .m-fosteringformv2 .block2 .postmessage {
        margin-top: -10px;
    }

    .m-fosteringformv2 .formSection .tooltip-toggle {
        display: inline-block;
        margin-bottom: 0;
    }
}

.m-fostering5050 {
    background: #C1BDAD;
}

    .m-fostering5050 ul {
        padding: 0;
        margin: -5px;
        list-style: none;
    }

        .m-fostering5050 ul li {
            text-indent: 0;
        }

            .m-fostering5050 ul li:before {
                content: none;
            }

    .m-fostering5050 .container {
        position: relative;
    }

    .m-fostering5050 .e-text, .m-fostering5050 .e-red {
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .m-fostering5050 .e-text h2 {
            color: #000;
            margin-bottom: 20px;
        }

        .m-fostering5050 .e-text p {
            color: #000;
        }

        .m-fostering5050 .e-text ul {
            list-style: disc;
            margin-left: 25px;
            margin-bottom: 20px;
            color: #000;
        }

            .m-fostering5050 .e-text ul li {
                margin-bottom: 10px;
                color: #000;
            }

    .m-fostering5050 .e-red {
        background: #EF3125;
        padding: 20px 0px;
        position: relative;
    }

        .m-fostering5050 .e-red h2, .m-fostering5050 .e-red p, .m-fostering5050 .e-red ul li {
            color: #fff;
        }

        .m-fostering5050 .e-red ul {
            margin-top: 30px;
        }

            .m-fostering5050 .e-red ul li {
                font-size: 22px;
                font-size: 2.2rem;
                line-height: 30px;
                font-weight: 700;
                margin-bottom: 50px;
                position: relative;
                padding-left: 60px;
            }

                .m-fostering5050 .e-red ul li:before {
                    background-image: url("/images/icons-sefdde64f66.png");
                    background-position: -2851px 0;
                    background-repeat: no-repeat;
                    overflow: hidden;
                    display: block;
                    height: 54px;
                    width: 54px;
                    content: " ";
                    display: block;
                    position: absolute;
                    top: -12px;
                    left: 0;
                    transform: scale(0.8);
                    transform-origin: left center;
                }

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-fostering5050 .e-red ul li:before {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -2511px 0;
        height: 53.5px;
        width: 53.5px;
    }
}

.m-fostering5050 .e-red:before, .m-fostering5050 .e-red:after {
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: #EF3125;
}

.m-fostering5050 .e-red:before {
    right: 100%;
}

.m-fostering5050 .e-red:after {
    left: 100%;
}

@media (min-width:992px) {
    .m-fostering5050 .e-text, .m-fostering5050 .e-red {
        min-height: 520px;
    }

        .m-fostering5050 .e-text h2, .m-fostering5050 .e-red h2 {
            font-size: 32px;
            font-size: 3.2rem;
            line-height: 40px;
        }

    .m-fostering5050 .e-text {
        padding: 50px 15px;
    }

    .m-fostering5050 .e-red {
        position: absolute;
        top: 0;
        left: 50%;
        height: 100%;
        width: 50%;
        padding-top: 50px;
    }

        .m-fostering5050 .e-red:before {
            display: none;
        }

        .m-fostering5050 .e-red .inner {
            padding-left: 30px;
        }

        .m-fostering5050 .e-red ul {
            margin-top: 40px;
        }
}

@media (min-width:1200px) {
    .m-fostering5050 .e-text, .m-fostering5050 .e-red {
        padding-top: 50px;
    }

    .m-fostering5050 .e-text {
        padding-bottom: 50px;
        padding-right: 60px;
    }

    .m-fostering5050 .e-red .inner {
        padding-left: 75px;
    }

    .m-fostering5050 .e-red ul {
        margin-top: 60px;
    }
}

@media (min-width:1800px) {
    .m-fostering5050 .e-text, .m-fostering5050 .e-red {
        min-height: 490px;
    }

    .m-fostering5050 .e-red {
        width: 65%;
    }
}

.m-fosteringbanner {
    padding: 0px 0 30px;
    overflow: visible;
    position: relative;
    z-index: 9999;
}

    .m-fosteringbanner h1 {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 36px;
        color: #DE1420;
        margin: 0;
    }

@media screen and (max-width:992px) {
    .m-fosteringbanner h1 {
        margin-top: 50px;
    }
}

.m-fosteringbanner + section {
    position: relative;
    z-index: 50;
}

.m-fosteringbanner .e-image {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
}

    .m-fosteringbanner .e-image img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: auto;
        height: auto;
        max-height: none;
        max-width: none;
        min-height: 100%;
        min-width: 100%;
        transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        display: none;
    }

.m-fosteringbanner .container {
    position: relative;
}

.m-fosteringbanner .vline-top {
    position: relative;
}

.m-fosteringbanner .vline-bottom {
    position: relative;
}

    .m-fosteringbanner .vline-bottom:before {
        content: " ";
        width: 6px;
        height: 45px;
        position: absolute;
        left: 22px;
        top: 6px;
        background: #DE1420;
    }

.m-fosteringbanner .e-topline {
    width: 100%;
    position: relative;
    height: 20px;
    z-index: 1000;
    margin-bottom: 30px;
}

    .m-fosteringbanner .e-topline:before {
        content: " ";
        display: block;
        position: absolute;
        left: 0;
        top: 0px;
        height: 14px;
        width: 100%;
        background: #DE1420;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .m-fosteringbanner .e-topline:after {
        content: " ";
        display: block;
        position: absolute;
        left: 6px;
        top: 6px;
        height: 8px;
        width: calc(100% - 12px);
        background: #fff;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .m-fosteringbanner .e-topline span:before, .m-fosteringbanner .e-topline span:after {
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        content: " ";
        display: block;
        background: #DE1420;
        width: 6px;
        height: 6px;
        position: absolute;
        top: 12px;
    }

    .m-fosteringbanner .e-topline span:before {
        left: 0;
    }

    .m-fosteringbanner .e-topline span:after {
        right: 0;
    }

.m-fosteringbanner .e-bottomline {
    width: 100%;
    position: relative;
    height: 20px;
    z-index: 1000;
    margin-top: 30px;
}

    .m-fosteringbanner .e-bottomline:before {
        content: " ";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0px;
        height: 14px;
        width: 100%;
        background: #DE1420;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .m-fosteringbanner .e-bottomline:after {
        content: " ";
        display: block;
        position: absolute;
        left: 6px;
        bottom: 6px;
        height: 8px;
        width: calc(100% - 12px);
        background: #fff;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .m-fosteringbanner .e-bottomline span:before, .m-fosteringbanner .e-bottomline span:after {
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        content: " ";
        display: block;
        background: #DE1420;
        width: 6px;
        height: 6px;
        position: absolute;
        bottom: 12px;
    }

    .m-fosteringbanner .e-bottomline span:before {
        left: 0;
    }

    .m-fosteringbanner .e-bottomline span:after {
        right: 0;
    }

@media (min-width:768px) {
    .m-fosteringbanner {
        padding: 20px 0 50px;
        z-index: 40;
    }

        .m-fosteringbanner h1 {
            font-size: 34px;
            font-size: 3.4rem;
            line-height: 42px;
        }

        .m-fosteringbanner .vline-top:before {
            left: 66px;
            height: 35px;
        }

        .m-fosteringbanner .vline-bottom:before {
            left: 66px;
            height: 65px;
        }

        .m-fosteringbanner .e-image img {
            display: block;
        }
}

@media (min-width:992px) {
    .m-fosteringbanner {
        padding: 60px 0 100px;
    }

        .m-fosteringbanner h1 {
            font-size: 38px;
            font-size: 3.8rem;
            line-height: 46px;
        }

        .m-fosteringbanner .vline-top:before {
            left: 54px;
            height: 85px;
        }

        .m-fosteringbanner .vline-bottom:before {
            left: 54px;
            height: 215px;
        }
}

@media (min-width:1200px) {
    .m-fosteringbanner h1 {
        font-size: 46px;
        font-size: 4.6rem;
        line-height: 52px;
        padding: 0 15px;
    }
}

@media (min-width:1430px) {
    .m-fosteringbanner h1 {
        padding: 0 20px;
    }

    .m-fosteringbanner .vline-top:before {
        left: 88px;
        height: 95px;
    }

    .m-fosteringbanner .vline-bottom:before {
        left: 88px;
    }
}

.m-fosteringcampaignform {
    position: relative;
    margin-bottom: 30px;
}

    .m-fosteringcampaignform:before {
        content: " ";
        display: block;
        height: 70px;
        width: 100%;
        background: #7F7C71;
        z-index: 0;
        position: absolute;
        top: 0;
        left: 0;
    }

    .m-fosteringcampaignform form {
        background: #EFEFDB;
        padding: 15px;
        position: relative;
        z-index: 10;
    }

        .m-fosteringcampaignform form h3 {
            color: #EF3125;
            margin-bottom: 5px;
            font-weight: 700;
            margin-top: 20px;
        }

        .m-fosteringcampaignform form p {
            font-weight: 500;
            margin-bottom: 20px;
        }

        .m-fosteringcampaignform form span.e-mandatory {
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 22px;
            margin-bottom: 10px;
            color: #EF3125;
            font-weight: 500;
            display: block;
        }

        .m-fosteringcampaignform form fieldset {
            padding-bottom: 20px;
            border-bottom: 2px solid #DBDBDB;
        }

            .m-fosteringcampaignform form fieldset p:first-child {
                margin-top: 20px;
            }

            .m-fosteringcampaignform form fieldset:last-child {
                border: none;
                padding-bottom: 0;
            }

                .m-fosteringcampaignform form fieldset:last-child .btn {
                    margin-top: 30px;
                }

                .m-fosteringcampaignform form fieldset:last-child .small {
                    margin-top: 30px;
                }

        .m-fosteringcampaignform form label {
            font-weight: 500;
        }

        .m-fosteringcampaignform form input, .m-fosteringcampaignform form select {
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -ms-border-radius: 5px;
        }

            .m-fosteringcampaignform form input:focus, .m-fosteringcampaignform form select:focus {
                border-color: #7F7C71;
            }

        .m-fosteringcampaignform form .row {
            margin-left: -15px;
            margin-right: -15px;
        }

            .m-fosteringcampaignform form .row > div {
                padding-left: 15px;
                padding-right: 15px;
            }

        .m-fosteringcampaignform form .btn {
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -ms-border-radius: 5px;
        }

            .m-fosteringcampaignform form .btn.postcode {
                padding: 8px 10px;
                width: 100%;
                text-align: center;
                margin-top: 6px;
            }

        .m-fosteringcampaignform form .checkbox label {
            line-height: 23px;
            position: relative;
            padding-left: 30px;
        }

            .m-fosteringcampaignform form .checkbox label:before {
                border-radius: 4px;
                -moz-border-radius: 4px;
                -webkit-border-radius: 4px;
                -ms-border-radius: 4px;
                background-image: none;
                background: #fff;
                width: 22px;
                height: 22px;
                border: 1px solid #7F7C71;
                position: absolute;
                left: 0;
                top: 0px;
            }

        .m-fosteringcampaignform form .checkbox input[type=checkbox]:checked + label:before, .m-fosteringcampaignform form .checkbox input[type=checkbox]:checked ~ label:before {
            background-image: url("/images/icons-2x/fostering-checkbox.png");
            background-position: center;
            background-size: 8px 7px;
            background-repeat: no-repeat;
            border-color: #888888;
        }

        .m-fosteringcampaignform form .checkbox.inline {
            display: inline-block;
            margin-right: 20px;
        }

        .m-fosteringcampaignform form .radio input[type=radio]:checked + label:after, .m-fosteringcampaignform form .radio input[type=radio]:checked ~ label:after {
            display: none;
        }

        .m-fosteringcampaignform form .radio label:after {
            border-radius: 20px;
            -moz-border-radius: 20px;
            -webkit-border-radius: 20px;
            -ms-border-radius: 20px;
            content: " ";
            display: block;
            border: 1px solid #7F7C71;
            width: 18px;
            height: 18px;
            position: absolute;
            left: 2px;
            top: 2px;
        }

        .m-fosteringcampaignform form .e-manual {
            -webkit-transition: border 0.3s ease;
            -moz-transition: border 0.3s ease;
            -ms-transition: border 0.3s ease;
            -o-transition: border 0.3s ease;
            transition: border 0.3s ease;
            font-weight: 700;
            color: #EF3125;
            border-bottom: 4px solid transparent;
            padding-bottom: 8px;
        }

            .m-fosteringcampaignform form .e-manual:hover {
                cursor: pointer;
                border-color: #EF3125;
            }

        .m-fosteringcampaignform form .e-manualform {
            margin-top: 30px;
            display: none;
        }

@media (min-width:992px) {
    .m-fosteringcampaignform {
        margin-bottom: 60px;
    }

        .m-fosteringcampaignform form {
            padding: 20px;
        }

            .m-fosteringcampaignform form h3 {
                margin-top: 30px;
            }

            .m-fosteringcampaignform form fieldset {
                padding-bottom: 30px;
            }

                .m-fosteringcampaignform form fieldset p:first-child {
                    margin-top: 30px;
                }
}

@media (min-width:992px) {
    .m-fosteringcampaignform form {
        padding: 40px;
    }
}

@media (min-width:1200px) {
    .m-fosteringcampaignform form .btn.postcode {
        padding: 10px;
    }
}

.m-fosteringformintro {
    padding: 20px 0;
    background: #7F7C71;
    text-align: center;
}

    .m-fosteringformintro h2, .m-fosteringformintro p, .m-fosteringformintro a {
        color: #fff;
    }

@media (min-width:992px) {
    .m-fosteringformintro {
        padding: 40px 0;
    }
}

.m-fosteringfullbanner {
    position: relative;
    overflow: hidden;
    padding: 50px 0;
}

    .m-fosteringfullbanner h2 {
        text-align: center;
        color: #EF3125;
        position: relative;
    }

    .m-fosteringfullbanner .e-image {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        height: 100%;
        width: 100%;
    }

        .m-fosteringfullbanner .e-image img {
            position: absolute;
            top: 50%;
            left: 50%;
            width: auto;
            height: auto;
            max-height: none;
            max-width: none;
            min-height: 100%;
            min-width: 100%;
            transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
        }

    .m-fosteringfullbanner .e-logo {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 22px;
        color: #EF3125;
        text-transform: uppercase;
        font-weight: 700;
        width: 280px;
        margin: 50px auto 0;
        display: block;
    }

        .m-fosteringfullbanner .e-logo span {
            display: block;
        }

            .m-fosteringfullbanner .e-logo span.top {
                text-align: left;
                margin-bottom: 4px;
                position: relative;
            }

                .m-fosteringfullbanner .e-logo span.top:before {
                    content: " ";
                    display: block;
                    width: 6px;
                    height: 60px;
                    background: #EF3125;
                    margin-top: 20px;
                    position: absolute;
                    bottom: -4px;
                    left: 60px;
                }

            .m-fosteringfullbanner .e-logo span.middle {
                font-size: 22.3px;
                font-size: 2.23rem;
                line-height: 22px;
                border-radius: 5px;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                -ms-border-radius: 5px;
                color: #fff;
                padding: 10px;
                background: #EF3125;
                text-align: center;
            }

            .m-fosteringfullbanner .e-logo span.bottom {
                text-align: right;
                margin-top: 4px;
                position: relative;
            }

                .m-fosteringfullbanner .e-logo span.bottom:before {
                    content: " ";
                    position: absolute;
                    top: -4px;
                    right: 90px;
                    width: 6px;
                    height: 80px;
                    background: #EF3125;
                }

    .m-fosteringfullbanner .e-line {
        float: left;
        width: 100%;
        position: relative;
        height: 20px;
        z-index: 1000;
    }

        .m-fosteringfullbanner .e-line:before {
            content: " ";
            display: block;
            position: absolute;
            left: 0;
            bottom: 0px;
            height: 14px;
            width: 100%;
            background: #EF3125;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
        }

        .m-fosteringfullbanner .e-line:after {
            content: " ";
            display: block;
            position: absolute;
            left: 6px;
            bottom: 6px;
            height: 8px;
            width: calc(100% - 12px);
            background: #fff;
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .m-fosteringfullbanner .e-line span:before, .m-fosteringfullbanner .e-line span:after {
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            -ms-border-radius: 3px;
            content: " ";
            display: block;
            background: #EF3125;
            width: 6px;
            height: 6px;
            position: absolute;
            bottom: 12px;
        }

        .m-fosteringfullbanner .e-line span:before {
            left: 0;
        }

        .m-fosteringfullbanner .e-line span:after {
            right: 0;
        }

@media (min-width:768px) {
    .m-fosteringfullbanner {
        padding: 80px 0 60px;
    }

        .m-fosteringfullbanner .e-logo {
            width: 490px;
            margin-top: 100px;
        }

            .m-fosteringfullbanner .e-logo span {
                font-size: 30px;
                font-size: 3rem;
                line-height: 30px;
            }

                .m-fosteringfullbanner .e-logo span.top {
                    margin-bottom: 8px;
                }

                    .m-fosteringfullbanner .e-logo span.top:before {
                        height: 110px;
                        bottom: -8px;
                        left: 80px;
                    }

                .m-fosteringfullbanner .e-logo span.middle {
                    font-size: 40px;
                    font-size: 4rem;
                    line-height: 40px;
                }

                .m-fosteringfullbanner .e-logo span.bottom {
                    margin-top: 8px;
                }

                    .m-fosteringfullbanner .e-logo span.bottom:before {
                        top: -8px;
                        right: 120px;
                        height: 100px;
                    }
}

@media (min-width:992px) {
    .m-fosteringfullbanner {
        padding: 150px 0 60px;
    }

        .m-fosteringfullbanner h2 {
            font-size: 32px;
            font-size: 3.2rem;
            line-height: 40px;
        }

        .m-fosteringfullbanner .e-logo {
            margin-right: 20px;
        }
}

@media (min-width:1200px) {
    .m-fosteringfullbanner {
        padding: 200px 0 60px;
    }

        .m-fosteringfullbanner h2 {
            font-size: 34px;
            font-size: 3.4rem;
            line-height: 42px;
        }
}

@media (min-width:1430px) {
    .m-fosteringfullbanner h2 {
        font-size: 38px;
        font-size: 3.8rem;
        line-height: 38px;
    }
}

.m-articleback {
    color: #000;
    position: relative;
    margin-left: 15px;
    font-weight: 700;
    border-bottom: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

    .m-articleback:before {
        background-image: url("/images/icons-sefdde64f66.png");
        background-position: -3381px 0;
        background-repeat: no-repeat;
        overflow: hidden;
        display: block;
        height: 13px;
        width: 8px;
        position: absolute;
        left: -15px;
        top: 3px;
        margin-right: 10px;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
        content: " ";
    }

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-articleback:before {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -2965px 0;
        height: 12.5px;
        width: 8px;
    }
}

.m-articleback:hover {
    color: #EF3125;
    border-bottom: none;
}

    .m-articleback:hover:before {
        background-position: -3399px 0;
    }

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-articleback:hover:before {
        background-position: -2978px 0;
    }
}

.m-mobnews {
    border-bottom: 1px solid #d4d4d4;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    width: 100%;
    font-weight: 400;
    position: relative;
    padding: 8px 0;
    background: #FaFaFa;
    height: 40px;
    text-align: center;
}

    .m-mobnews .container {
        position: relative;
    }

    .m-mobnews .back:before {
        background-image: url("/images/icons-sefdde64f66.png");
        background-position: -3203px 0;
        background-repeat: no-repeat;
        overflow: hidden;
        display: block;
        height: 9px;
        width: 6px;
        display: inline-block;
        content: " ";
        margin-right: 5px;
        margin-bottom: 1px;
    }

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-mobnews .back:before {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -2816px 0;
        height: 9px;
        width: 6px;
    }
}

.m-mobnews .back:hover {
    border: none;
}

.m-mobnews .submenuBtn {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -20px;
    z-index: 50;
    display: block;
    width: 30px;
    height: 40px;
    overflow: hidden;
}

    .m-mobnews .submenuBtn:hover {
        cursor: pointer;
    }

    .m-mobnews .submenuBtn span {
        background: #2d2d2d;
        width: 6px;
        height: 6px;
        margin: 18px 2px;
        float: left;
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        position: absolute;
    }

        .m-mobnews .submenuBtn span:first-child {
            left: 0;
        }

        .m-mobnews .submenuBtn span:nth-child(2) {
            left: 50%;
            margin-left: -3px;
        }

        .m-mobnews .submenuBtn span:last-child, .m-mobnews .submenuBtn span.last-child {
            right: 0;
        }

    .m-mobnews .submenuBtn.open span:first-child {
        width: 20px;
        height: 2px;
        top: 0;
        left: 6px;
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
    }

    .m-mobnews .submenuBtn.open span:nth-child(2) {
        opacity: 0;
    }

    .m-mobnews .submenuBtn.open span:last-child, .m-mobnews .submenuBtn.open span.last-child {
        width: 20px;
        height: 2px;
        top: 0;
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
    }

.m-newsindex {
    margin-top: 20px;
}

@media (min-width:992px) {
    .m-newsindex {
        margin-top: 40px;
    }
}

.m-newsitem {
    padding-bottom: 30px;
}

    .m-newsitem h2 {
        margin-bottom: 0;
        font-weight: 700;
    }

    .m-newsitem img {
        margin-top: 15px;
        max-width: 100%;
    }

    .m-newsitem .row > div[class*="offset"] {
        width: 100%;
        margin-left: 0;
    }

    .m-newsitem .m-fullwidthtext {
        text-align: left;
    }

    .m-newsitem .l-contentblocks > section {
        padding: 20px 0;
    }

    .m-newsitem:last-child, .m-newsitem.last-child {
        border-bottom: none;
    }

@media (min-width:992px) {
    .m-newsitem .l-contentblocks > section {
        padding: 30px 0;
    }
}

.m-newsitemprev {
    border-bottom: 2px solid #f2f1f1;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

    .m-newsitemprev h3 {
        margin-bottom: 0;
        font-weight: 700;
        line-height: 32px;
    }

    .m-newsitemprev img {
        margin-top: 15px;
        max-width: 100%;
        border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        -ms-border-radius: 30px;
    }

    .m-newsitemprev .text {
        margin: 15px 0;
    }

.m-newslandingtop {
    padding: 20px 0;
}

    .m-newslandingtop .e-box {
        margin-top: 30px;
        float: left;
        color: #fff;
        width: 100%;
        border-bottom: none;
        border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        -ms-border-radius: 30px;
        overflow: hidden;
        background-color: #EFEFDB;
    }

        .m-newslandingtop .e-box img {
            width: 100%;
        }

        .m-newslandingtop .e-box .e-textbox {
            font-size: 28px;
            padding: 30px 20px;
            font-weight: 700;
        }

            .m-newslandingtop .e-box .e-textbox span {
                -webkit-backface-visibility: hidden;
                border-bottom: 1px solid transparent;
                -webkit-transition: border-bottom 0.2s linear;
                -moz-transition: border-bottom 0.2s linear;
                -ms-transition: border-bottom 0.2s linear;
                -o-transition: border-bottom 0.2s linear;
                transition: border-bottom 0.2s linear;
            }

        .m-newslandingtop .e-box.small .e-textbox {
            height: 40px;
            padding: 10px 20px;
            min-height: 0;
            position: relative;
            font-weight: 400;
            font-size: 18px;
            line-height: 20px;
            font-weight: 400;
        }

            .m-newslandingtop .e-box.small .e-textbox:after {
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
                font-size: inherit;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: "\f105";
                position: absolute;
                right: 20px;
                margin-top: -4px;
                color: #EF3125;
                font-size: 30px;
            }

            .m-newslandingtop .e-box.small .e-textbox span {
                position: relative;
                width: auto;
                max-width: 95%;
                display: inline-block;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                color: #000;
            }

@media (min-width:992px) {
    .m-newslandingtop {
        padding: 40px 0;
    }

        .m-newslandingtop .e-box {
            margin: 15px 0;
        }
}

.m-newsitempage img {
    margin-bottom: 15px;
}

@media (min-width:992px) {
    .m-newsitempage {
        padding-top: 40px;
    }
}

.m-viewmore {
    background: #f2f1f1;
    padding: 8px 10px;
    float: left;
    width: 100%;
    font-size: 22px;
    color: #000;
    border-bottom: none;
    text-align: center;
}

    .m-viewmore:hover {
        color: #EF3125;
        border-bottom: none;
    }

@media (min-width:992px) {
    .m-viewmore {
        margin-top: 25px;
    }
}

.m-newsletterform h5 {
    margin: 0 0 20px;
}

.m-newsletterform .m-formsection {
    margin-top: 30px;
    border-bottom: 2px solid #f2f1f1;
    padding-bottom: 20px;
    float: left;
    width: 100%;
}

.m-newsletterform .checkbox {
    margin-bottom: 30px;
    display: block;
    margin-top: 0;
}

    .m-newsletterform .checkbox label {
        font-size: 16px;
        display: inline-block;
        vertical-align: middle;
        padding-left: 30px;
    }

.m-newsletterform .checkbox-section {
    margin-top: 30px;
}

@media (min-width:768px) {
    .m-newsletterform .m-formsection {
        margin-top: 40px;
        padding-bottom: 40px;
    }

        .m-newsletterform .m-formsection:last-child, .m-newsletterform .m-formsection.last-child {
            margin-bottom: 0px;
        }
}

.m-newslettertop {
    border-bottom: 2px solid #f2f1f1;
    padding-bottom: 20px;
    margin-top: 30px;
}

@media (min-width:768px) {
    .m-newslettertop {
        padding-bottom: 25px;
        margin-top: 20px;
    }
}

.m-placementform {
    padding: 20px 0;
}

    .m-placementform form {
        margin: 30px 0;
    }

        .m-placementform form .btn {
            font-weight: 400;
            padding: 10px 60px;
            font-size: 20px;
            float: right;
            margin: 0 0 50px;
        }

@media (min-width:992px) {
    .m-placementform {
        padding: 40px 0;
    }
}

.m-placementresults_container .border {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 30px;
}

.m-placementresultstop {
    padding: 30px 0;
}

    .m-placementresultstop:after {
        visibility: hidden;
        display: block;
        content: "";
        clear: both;
        height: 0;
    }

    .m-placementresultstop p {
        display: inline-block;
        float: left;
        margin-top: 15px;
    }

    .m-placementresultstop .sortby {
        float: right;
    }

        .m-placementresultstop .sortby p {
            margin-right: 15px;
        }

        .m-placementresultstop .sortby form {
            width: 180px;
            display: inline-block;
        }

            .m-placementresultstop .sortby form select {
                margin-bottom: 0;
            }

.m-placementresult {
    margin: 0 0 30px;
}

    .m-placementresult h4 {
        margin-top: 0;
    }

    .m-placementresult .row {
        margin: 0;
    }

    .m-placementresult .left {
        border-left: 6px solid #EF3125;
        padding: 25px;
        background: #f2f1f1;
    }

        .m-placementresult .left .marker:before {
            content: '';
            background-image: url("/images/icons/area-pindark.png");
            background-repeat: no-repeat;
            display: inline-block;
            width: 10px;
            height: 16px;
            position: relative;
            top: 2px;
            margin-right: 10px;
        }

        .m-placementresult .left .type, .m-placementresult .left .age {
            display: inline-block;
        }

        .m-placementresult .left .type {
            min-width: 250px;
            margin-right: 15px;
        }

        .m-placementresult .left .text {
            margin-top: 16px;
        }

        .m-placementresult .left a:after {
            content: "\f101";
            font-family: FontAwesome;
            display: inline-block;
            font-size: 10px;
            position: relative;
            bottom: 1px;
            margin-left: 5px;
        }

    .m-placementresult .right {
        background: #eeeeee;
        padding: 25px;
        border-left: 6px solid #EF3125;
        border-top: 1px solid #d1d1d1;
    }

        .m-placementresult .right .number {
            font-size: 24px;
            font-weight: 600;
            display: block;
            margin: 15px 0 20px;
        }

            .m-placementresult .right .number:hover {
                border-bottom-color: transparent;
            }

            .m-placementresult .right .number:before {
                content: '';
                background-image: url("/images/icons/phone-icon.png");
                background-repeat: no-repeat;
                display: inline-block;
                width: 20px;
                height: 21px;
                position: relative;
                top: 2px;
                margin-right: 8px;
            }

        .m-placementresult .right .btn {
            width: 100%;
        }

@media (min-width:768px) {
    .m-placementresult .right {
        border: none;
    }
}

.m-placementsearch {
    background: #EF3125;
    padding: 20px 0;
}

    .m-placementsearch h1, .m-placementsearch h2, .m-placementsearch h3, .m-placementsearch h4, .m-placementsearch p, .m-placementsearch a, .m-placementsearch label {
        color: #fff;
    }

    .m-placementsearch input, .m-placementsearch select {
        border: 1px solid transparent;
    }

        .m-placementsearch input:focus, .m-placementsearch select:focus {
            border: 1px solid #000;
        }

    .m-placementsearch form {
        margin: 30px 0;
    }

        .m-placementsearch form .formtext {
            margin-bottom: 30px;
        }

        .m-placementsearch form .location-input {
            position: relative;
            width: 100%;
        }

            .m-placementsearch form .location-input input {
                padding-right: 50px;
            }

            .m-placementsearch form .location-input .location-auto {
                position: absolute;
                right: 5px;
                bottom: 2px;
                text-indent: -8000px;
                background-image: url("/images/icons-sefdde64f66.png");
                background-position: -1686px 0;
                background-repeat: no-repeat;
                overflow: hidden;
                display: block;
                height: 40px;
                width: 40px;
                z-index: 20;
            }

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-placementsearch form .location-input .location-auto {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -1511px 0;
        height: 40px;
        width: 40px;
    }
}

.m-placementsearch form .location-input .location-auto:hover {
    cursor: pointer;
    background-position: -1736px 0;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-placementsearch form .location-input .location-auto:hover {
        background-position: -1556px 0;
    }
}

.m-placementsearch form .location-input .tooltip.in {
    opacity: 1;
    top: 30px !important;
}

.m-placementsearch form .location-input .tooltip-inner {
    background: #3c3c3c;
    font-size: 14px;
    padding: 5px 10px;
    width: 100px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
}

.m-placementsearch form .location-input .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #3c3c3c;
}

.m-placementsearch form #FromDate, .m-placementsearch form #ToDate {
    background-image: url("/images/datepicker.png?1569501467");
    background-repeat: no-repeat;
    background-position: 10px 10px;
    padding-left: 35px;
}

@media (-webkit-min-device-pixel-ratio:2),(-o-min-device-pixel-ratio:3 / 2),(min--moz-device-pixel-ratio:2),(min-device-pixel-ratio:2),(min-resolution:144dppx) {
    .m-placementsearch form #FromDate, .m-placementsearch form #ToDate {
        background-image: url("/images/datepicker2x.png?1569501467");
        background-size: 18px 18px;
    }
}

.m-placementsearch form #FromDate:hover, .m-placementsearch form #ToDate:hover {
    cursor: pointer;
}

@media (min-width:768px) {
    .m-placementsearch form .location-input .location-auto {
        display: none !important;
    }
}

@media (min-width:992px) {
    .m-placementsearch {
        padding: 40px 0;
    }
}

.m-processbottom {
    font-size: 30px;
    margin-bottom: 60px;
    padding: 0 0 0px;
}

    .m-processbottom .text {
        display: inline-block;
    }

    .m-processbottom span {
        font-size: 18px;
        font-weight: 700;
        display: none;
    }

    .m-processbottom .prev, .m-processbottom .next {
        width: auto;
        border-bottom: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
        color: #7F7C71;
    }

        .m-processbottom .prev:hover, .m-processbottom .next:hover {
            border-bottom: none;
            color: #EF3125;
        }

    .m-processbottom .prev {
        float: left;
    }

        .m-processbottom .prev:before {
            content: " ";
            background-image: url("/images/icons-sefdde64f66.png");
            background-position: -3938px 0;
            background-repeat: no-repeat;
            overflow: hidden;
            display: block;
            height: 41px;
            width: 25px;
            margin-right: 10px;
            margin-bottom: -10px;
            display: inline-block;
        }

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-processbottom .prev:before {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -3286px 0;
        height: 41px;
        width: 25px;
    }
}

.m-processbottom .prev:hover:before {
    background-position: -3973px 0;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-processbottom .prev:hover:before {
        background-position: -3316px 0;
    }
}

.m-processbottom .next {
    float: right;
    text-align: right;
}

    .m-processbottom .next:after {
        content: " ";
        background-image: url("/images/icons-sefdde64f66.png");
        background-position: -4008px 0;
        background-repeat: no-repeat;
        overflow: hidden;
        display: block;
        height: 41px;
        width: 25px;
        margin-left: 10px;
        margin-bottom: -10px;
        display: inline-block;
    }

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-processbottom .next:after {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -3346px 0;
        height: 41px;
        width: 25px;
    }
}

.m-processbottom .next:hover:after {
    background-position: -4043px 0;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-processbottom .next:hover:after {
        background-position: -3376px 0;
    }
}

@media (min-width:768px) {
    .m-processbottom span {
        display: block;
    }

    .m-processbottom .next:before, .m-processbottom .next:after, .m-processbottom .prev:before, .m-processbottom .prev:after {
        margin-bottom: 0;
    }
}

.m-processtop {
    width: 100%;
    margin-bottom: 15px;
}

    .m-processtop ul {
        padding: 0;
        margin: -5px;
        list-style: none;
    }

        .m-processtop ul li {
            text-indent: 0;
        }

            .m-processtop ul li:before {
                content: none;
            }

    .m-processtop ul {
        margin: 0;
    }

        .m-processtop ul li {
            margin: 5px 0 0;
        }

            .m-processtop ul li a {
                font-size: 20px;
                font-weight: 700;
                color: #000;
                border-bottom: none;
            }

                .m-processtop ul li a:hover {
                    color: #EF3125;
                    border-bottom: none;
                }

                .m-processtop ul li a.active {
                    font-weight: 400;
                    pointer-events: none;
                    color: #EF3125;
                }

@media (min-width:768px) {
    .m-processtop h2 {
        margin-top: -4px;
    }

    .m-processtop ul {
        margin: 30px 0 10px;
    }

        .m-processtop ul li {
            margin: 20px 15px;
        }
}

@media (min-width:992px) {
    .m-processtop {
        margin-bottom: 30px;
    }
}

.m-resourcegrid {
    margin-top: 20px;
}

    .m-resourcegrid .row > div:nth-child(2n+3), .m-resourcegrid .row > div.clear-two {
        clear: left;
    }

    .m-resourcegrid .item {
        margin-bottom: 30px;
        float: left;
        width: 100%;
        border-bottom: none;
    }

        .m-resourcegrid .item .icon {
            width: 100%;
            height: 200px;
            background: #f2f1f1;
            text-align: center;
            display: table;
            margin-bottom: 10px;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -ms-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

            .m-resourcegrid .item .icon .image {
                display: table-cell;
                vertical-align: middle;
            }

        .m-resourcegrid .item .download {
            color: #EF3125;
            margin: -10px 0 5px;
        }

        .m-resourcegrid .item:hover {
            border-bottom: none;
        }

            .m-resourcegrid .item:hover .icon {
                background: #EF3125;
            }

            .m-resourcegrid .item:hover .cta-link {
                border-bottom: 1px solid #EF3125;
            }

        .m-resourcegrid .item .cta-link {
            border-bottom: 1px solid transparent;
            display: inline-block;
            -webkit-transition: border-bottom 0.1s linear;
            -moz-transition: border-bottom 0.1s linear;
            -ms-transition: border-bottom 0.1s linear;
            -o-transition: border-bottom 0.1s linear;
            transition: border-bottom 0.1s linear;
        }

    .m-resourcegrid.footer {
        margin-bottom: 30px;
    }

        .m-resourcegrid.footer h2 {
            margin: 0 0 20px;
        }

@media (min-width:768px) {
    .m-resourcegrid {
        margin-top: 0;
    }

        .m-resourcegrid .row > div:nth-child(2n+3), .m-resourcegrid .row > div.clear-two {
            clear: none;
        }

        .m-resourcegrid .row > div:nth-child(3n+4), .m-resourcegrid .row > div.clear-third {
            clear: left;
        }

        .m-resourcegrid.document .row > div:nth-child(2n+3), .m-resourcegrid.document .row > div.clear-two {
            clear: none;
        }

        .m-resourcegrid.document .row > div:nth-child(3n+4), .m-resourcegrid.document .row > div.clear-third {
            clear: none;
        }

        .m-resourcegrid.document .row > div:nth-child(3n+4), .m-resourcegrid.document .row > div.clear-third {
            clear: left;
        }
}

@media (min-width:1200px) {
    .m-resourcegrid .row > div:nth-child(3n+4), .m-resourcegrid .row > div.clear-third {
        clear: none;
    }

    .m-resourcegrid .row > div:nth-child(4n+5), .m-resourcegrid .row > div.clear-four {
        clear: left;
    }
}

.m-resourceitem {
    margin-top: 20px;
}

    .m-resourceitem .m-fullwidthtext {
        text-align: left;
    }

        .m-resourceitem .m-fullwidthtext div[class*="offset"] {
            width: 100%;
            margin-left: 0;
        }

    .m-resourceitem .btn {
        margin-bottom: 10px;
    }

@media (min-width:992px) {
    .m-resourceitem {
        margin-top: 40px;
    }
}

.m-resourcesearchintro {
    margin-top: 20px;
}

@media (min-width:1200px) {
    .m-resourcesearchintro {
        margin-top: 40px;
    }
}

.m-resourcesearch {
    padding: 20px 5px;
    float: left;
    width: 100%;
    margin: 0 0 10px;
    background: #EF3125;
}

    .m-resourcesearch h4 {
        margin-top: 0;
        color: #fff;
    }

    .m-resourcesearch form select, .m-resourcesearch form input {
        margin: 0px 0 20px;
        border: none;
    }

    .m-resourcesearch form button {
        min-height: 46px;
        width: 100%;
        margin: 34px 0 20px;
    }

    .m-resourcesearch form input[type="text"] {
        padding-right: 40px;
        background-image: url("/images/resource-search.png?1520329888");
        background-repeat: no-repeat;
        background-position: right center;
    }

@media (-webkit-min-device-pixel-ratio:2),(-o-min-device-pixel-ratio:3 / 2),(min--moz-device-pixel-ratio:2),(min-device-pixel-ratio:2),(min-resolution:144dppx) {
    .m-resourcesearch form input[type="text"] {
        background-image: url("/images/resource-search2x.png?1520329888");
        background-size: 35px 20px;
    }
}

@media (min-width:768px) {
    .m-resourcesearch {
        margin: 0 0 30px;
    }

        .m-resourcesearch form input[type="text"], .m-resourcesearch form select {
            margin-bottom: 20px;
        }
}

@media (min-width:992px) {
    .m-resourcesearch {
        padding: 35px 20px;
    }
}

.m-resourcetext {
    padding: 0 0 30px;
    margin: 0 0 20px;
    border-bottom: 2px solid #f2f1f1;
}

    .m-resourcetext ul {
        list-style: none;
        padding-left: 20px;
        margin: 30px 0;
    }

        .m-resourcetext ul li {
            position: relative;
            padding-left: 20px;
            margin-bottom: 5px;
        }

            .m-resourcetext ul li:before {
                position: absolute;
                left: 0;
                top: 0;
                display: inline-block;
                content: "\2022";
                color: #EF3125;
                font-size: 20px;
            }

        .m-resourcetext ul:last-child, .m-resourcetext ul.last-child {
            margin-bottom: -5px;
        }

@media (min-width:992px) {
    .m-resourcetext {
        padding: 0 0 60px;
        margin: 0 0 30px;
    }
}

.m-resourcetop {
    margin: 30px 0;
    padding: 0 0 35px;
}

    .m-resourcetop:after {
        visibility: hidden;
        display: block;
        content: "";
        clear: both;
        height: 0;
    }

    .m-resourcetop .btn {
        width: 100%;
        margin-bottom: 20px;
    }

    .m-resourcetop .e-line {
        margin-top: 10px;
        float: left;
        width: 100%;
        position: relative;
        height: 20px;
        z-index: 1000;
    }

        .m-resourcetop .e-line:before {
            content: " ";
            display: block;
            position: absolute;
            left: 0;
            bottom: 0px;
            height: 14px;
            width: 100%;
            background: #EF3125;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
        }

        .m-resourcetop .e-line:after {
            content: " ";
            display: block;
            position: absolute;
            left: 6px;
            bottom: 6px;
            height: 8px;
            width: calc(100% - 12px);
            background: #fff;
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .m-resourcetop .e-line span:before, .m-resourcetop .e-line span:after {
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            -ms-border-radius: 3px;
            content: " ";
            display: block;
            background: #EF3125;
            width: 6px;
            height: 6px;
            position: absolute;
            bottom: 12px;
        }

        .m-resourcetop .e-line span:before {
            left: 0;
        }

        .m-resourcetop .e-line span:after {
            right: 0;
        }

@media (min-width:768px) {
    .m-resourcetop .btn {
        width: auto;
        margin-right: 15px;
    }
}

@media (min-width:992px) {
    .m-resourcetop {
        margin: 30px 0;
        padding: 0 0 25px;
    }

        .m-resourcetop .e-line {
            margin-top: 20px;
        }

        .m-resourcetop.video {
            padding: 0 0 45px;
        }
}

.m-searchpagination {
    padding: 30px 0;
}

    .m-searchpagination:after {
        visibility: hidden;
        display: block;
        content: "";
        clear: both;
        height: 0;
    }

    .m-searchpagination .m-pagination .container {
        width: 100%;
        padding: 0;
    }

.m-searchtop {
    padding-top: 20px;
    padding-bottom: 20px;
}

    .m-searchtop h2 span {
        color: #EF3125;
    }

@media (min-width:992px) {
    .m-searchtop {
        padding-top: 40px;
    }
}

.m-searchitem {
    border-top: 2px solid #f2f1f1;
}

    .m-searchitem h3 {
        margin-top: 0;
    }

    .m-searchitem span {
        color: #EF3125;
        font-weight: 700;
    }

    .m-searchitem:last-child {
        padding-bottom: 0;
    }

.m-errorbox {
    width: 90%;
    margin: 20px auto;
    border: 6px solid #EF3125;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
}

    .m-errorbox .top {
        border-bottom: 6px solid #EF3125;
        padding-left: 20px;
    }

        .m-errorbox .top:after {
            visibility: hidden;
            display: block;
            content: "";
            clear: both;
            height: 0;
        }

        .m-errorbox .top .e-logo {
            float: left;
            padding: 20px 0;
            position: relative;
            width: 120px;
        }

    .m-errorbox .logo {
        width: 150px;
        max-width: 100%;
    }

    .m-errorbox .body {
        padding: 20px;
    }

        .m-errorbox .body h2 {
            margin-top: 0;
        }

        .m-errorbox .body ul {
            list-style: none;
            padding-left: 20px;
            margin: 30px 0;
        }

            .m-errorbox .body ul li {
                position: relative;
                padding-left: 20px;
                margin-bottom: 5px;
            }

                .m-errorbox .body ul li:before {
                    position: absolute;
                    left: 0;
                    top: 0;
                    display: inline-block;
                    content: "\2022";
                    color: #EF3125;
                    font-size: 20px;
                }

            .m-errorbox .body ul:last-child, .m-errorbox .body ul.last-child {
                margin-bottom: -5px;
            }

@media (min-width:768px) {
    .m-errorbox .top .e-logo {
        padding: 10px 0;
    }
}

@media (min-width:992px) {
    .m-errorbox {
        width: 760px;
        max-width: 90%;
        margin: 50px auto;
    }

        .m-errorbox .top .e-logo {
            padding: 10px 0;
            position: relative;
        }
}

@media (min-width:1430px) {
    .m-errorbox .top .e-logo {
        padding: 20px 0;
    }
}

.m-errorpage {
    margin: 50px 0 50px;
}

@media (min-width:768px) {
    .m-errorpage {
        margin: 50px 0 150px;
    }
}

.m-filter {
    float: left;
    width: 100%;
    color: #fff;
}

    .m-filter ul {
        padding: 0;
        margin: -5px;
        list-style: none;
    }

        .m-filter ul li {
            text-indent: 0;
        }

            .m-filter ul li:before {
                content: none;
            }

    .m-filter ul {
        margin: 0;
        padding-left: 0;
    }

        .m-filter ul.active {
            border-bottom: 2px solid #f2f1f1;
            padding-bottom: 20px;
            margin-bottom: 0px;
        }

        .m-filter ul li {
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -ms-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
            display: inline-block;
            position: relative;
            width: 100%;
            margin: 0 0 10px;
            border: 1px solid #fff;
            padding: 10px 35px 10px 10px;
            color: #fff;
            color: #fff;
        }

            .m-filter ul li:after {
                background-image: url("/images/icons-sefdde64f66.png");
                background-position: -2491px 0;
                background-repeat: no-repeat;
                overflow: hidden;
                display: block;
                height: 18px;
                width: 18px;
                content: " ";
                margin-left: 5px;
                position: absolute;
                right: 10px;
                top: 50%;
                margin-top: -8.5px;
                text-align: center;
                margin-bottom: 0px;
            }

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-filter ul li:after {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -2197px 0;
        height: 17.5px;
        width: 17.5px;
    }
}

.m-filter ul li:hover {
    color: #EF3125;
    background: #fff;
    cursor: pointer;
}

.m-filter ul li.filterby {
    border: 1px solid transparent;
    color: #fff;
    font-weight: 700;
    padding: 10px 0;
}

    .m-filter ul li.filterby:after {
        display: none;
    }

    .m-filter ul li.filterby:hover {
        background: transparent;
        cursor: default;
    }

.m-filter ul li.clearall {
    border: 1px solid transparent;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    padding: 10px 0;
    border-bottom: 1px solid transparent;
    text-decoration: underline;
}

    .m-filter ul li.clearall:after {
        display: none;
    }

    .m-filter ul li.clearall:hover {
        background: transparent;
        cursor: default;
        cursor: pointer;
    }

@media (min-width:400px) {
    .m-filter ul li {
        width: auto;
        margin: 5px;
    }
}

@media (min-width:768px) {
    .m-filter ul.active {
        margin-bottom: 20px;
    }
}

.m-loader {
    position: relative;
    width: 100%;
    min-height: 500px;
    height: 100%;
    display: none;
}

    .m-loader img {
        position: absolute;
        margin-left: -16px;
        top: 150px;
        left: 50%;
        height: 32px;
        width: 32px;
    }

.m-mobileshare {
    position: fixed;
    right: -60px;
    bottom: 15px;
    z-index: 50;
    -webkit-transition: right 0.2s ease-in-out;
    -moz-transition: right 0.2s ease-in-out;
    -ms-transition: right 0.2s ease-in-out;
    -o-transition: right 0.2s ease-in-out;
    transition: right 0.2s ease-in-out;
}

    .m-mobileshare .button {
        width: 40px;
        height: 40px;
        float: right;
        text-indent: -8000px;
        background-image: url("/images/icons-sefdde64f66.png");
        background-position: -3331px 0;
        background-repeat: no-repeat;
        overflow: hidden;
        display: block;
        height: 40px;
        width: 40px;
        background-color: #7F7C71;
        margin-left: 5px;
    }

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-mobileshare .button {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -2920px 0;
        height: 40px;
        width: 40px;
    }
}

.m-mobileshare ul {
    float: left;
    display: none;
    margin: 0;
}

    .m-mobileshare ul li {
        margin-bottom: 0;
        float: left;
    }

.m-mobileshare.visible {
    right: 6px;
}

@media (min-width:768px) {
    .m-mobileshare {
        display: none !important;
    }
}

.m-newsshare {
    border-top: 2px solid #f2f1f1;
    border-bottom: 2px solid #f2f1f1;
    margin-bottom: 30px;
    float: left;
    width: 100%;
    padding: 10px 0 2px;
}

    .m-newsshare p {
        padding: 10px 0;
        margin: 0;
    }

    .m-newsshare .m-pageshare {
        list-style: none;
        padding: 0;
        margin: 0;
        float: left;
        width: 100%;
    }

        .m-newsshare .m-pageshare li {
            display: inline-block;
            margin-left: 5px;
        }

            .m-newsshare .m-pageshare li:first-child {
                margin-left: 0;
            }

            .m-newsshare .m-pageshare li.print {
                display: none;
            }

@media (min-width:768px) {
    .m-newsshare .m-pageshare {
        float: right;
        width: auto;
    }
}

.m-pagebanner {
    position: relative;
    color: #EF3125;
    padding: 40px 0 80px;
    overflow: hidden;
    width: 100%;
}

@media screen and (max-width:992px) {
    .m-pagebanner {
        margin-bottom: 50px;
    }
}

.m-pagebanner.video {
    padding: 0;
    height: auto;
    max-height: none;
}

    .m-pagebanner.video .video {
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        width: calc(100% - 12px);
        margin: 0 auto;
        z-index: 50;
        position: relative;
        overflow: hidden;
    }

    .m-pagebanner.video .container.bottom {
        position: relative;
        transform: none;
        left: auto;
        top: auto;
        height: 20px;
        margin-top: 20px;
    }

.m-pagebanner.carousel {
    padding: 0;
    z-index: 1;
}

    .m-pagebanner.carousel .slick-slide {
        position: relative;
        width: 100%;
    }

    .m-pagebanner.carousel .e-image {
        -webkit-transition: opacity 0.1s ease;
        -moz-transition: opacity 0.1s ease;
        -ms-transition: opacity 0.1s ease;
        -o-transition: opacity 0.1s ease;
        transition: opacity 0.1s ease;
        width: 100%;
        opacity: 0;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }

        .m-pagebanner.carousel .e-image img {
            border-top-left-radius: 30px;
            border-top-right-radius: 30px;
        }

    .m-pagebanner.carousel .inner {
        padding: 20px;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        background: #7F7C71;
    }

    .m-pagebanner.carousel button.slick-prev, .m-pagebanner.carousel button.slick-next {
        display: none !important;
    }

    .m-pagebanner.carousel .slick-prev, .m-pagebanner.carousel .slick-next {
        font-size: 50px;
        font-size: 5rem;
        line-height: 50px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: 0;
        color: #EF3125;
        width: auto;
        height: auto;
    }

        .m-pagebanner.carousel .slick-prev:before, .m-pagebanner.carousel .slick-next:before {
            display: none;
        }

    .m-pagebanner.carousel .slick-prev {
        left: 30px;
    }

    .m-pagebanner.carousel .slick-next {
        right: 30px;
    }

    .m-pagebanner.carousel .slick-slider {
        z-index: 40;
    }

        .m-pagebanner.carousel .slick-slider .slick-active .e-image {
            -webkit-transition: opacity 0.3s ease;
            -moz-transition: opacity 0.3s ease;
            -ms-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
            opacity: 1;
            transition-delay: 1s;
        }

    .m-pagebanner.carousel .count-container {
        z-index: 80;
        position: absolute;
        top: -70px;
    }

    .m-pagebanner.carousel .e-count {
        z-index: 80;
        width: 50px;
        height: 50px;
        background: #fff;
        color: #000;
        border-radius: 100%;
        line-height: 50px;
        text-align: center;
    }

.m-pagebanner .container {
    position: relative;
}

.m-pagebanner .image-container {
    z-index: 0;
    overflow: hidden;
    z-index: 10;
    min-width: 100%;
}

.m-pagebanner .e-image {
    top: 0;
    overflow: hidden;
    z-index: 10;
}

.m-pagebanner .inner {
    position: relative;
    z-index: 20;
}

    .m-pagebanner .inner h1, .m-pagebanner .inner h2 {
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 36px;
        color: #fff;
        position: relative;
        margin: 0 0 15px;
    }

    .m-pagebanner .inner p {
        color: #fff;
        font-weight: 300;
    }

.m-pagebanner .container.bottom {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 34px;
    z-index: 5;
    min-width: 100%;
}

    .m-pagebanner .container.bottom:before {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        content: " ";
        display: block;
        position: absolute;
        top: 100%;
        width: 100vw;
        height: 35px;
        background: #fff;
        z-index: 10;
    }

    .m-pagebanner .container.bottom:after {
        content: " ";
        display: block;
        height: 35px;
        width: 6px;
        position: absolute;
        top: 100%;
        left: 32px;
        background: #EF3125;
        z-index: 20;
    }

@media (max-width:768px) {
    .m-pagebanner.carousel .slick-slider {
        margin-bottom: 0;
    }
}

@media (min-width:768px) {
    .m-pagebanner {
        padding: 70px 0 150px;
        margin-top: -14px;
        margin-bottom: -7px;
        display: inline-block;
    }

        .m-pagebanner.carousel button.slick-prev, .m-pagebanner.carousel button.slick-next {
            display: block !important;
        }

        .m-pagebanner.carousel .slick-slide.white h1, .m-pagebanner.carousel .slick-slide.white h2, .m-pagebanner.carousel .slick-slide.white p {
            color: #fff !important;
        }

        .m-pagebanner .inner h1, .m-pagebanner .inner h2 {
            font-size: 36px;
            font-size: 3.6rem;
            line-height: 44px;
        }

        .m-pagebanner .image-container {
            min-width: 0;
        }

        .m-pagebanner .container.bottom {
            min-width: 0;
        }

            .m-pagebanner .container.bottom:after {
                left: 81px;
            }
}

@media (min-width:992px) {
    .m-pagebanner {
        padding: 70px 0 200px;
    }

        .m-pagebanner .slick-slide {
            height: 525px !important;
        }

        .m-pagebanner.carousel .e-image {
            height: calc(100% - 10px);
            width: calc(100% - 42px);
            border-radius: 30px;
            -moz-border-radius: 30px;
            -webkit-border-radius: 30px;
            -ms-border-radius: 30px;
        }

        .m-pagebanner.carousel .inner {
            max-width: none;
            margin-top: 50px;
            margin-left: 70px;
            background: rgba(0,0,0,0.3);
            border-radius: 30px;
            -moz-border-radius: 30px;
            -webkit-border-radius: 30px;
            -ms-border-radius: 30px;
        }

        .m-pagebanner.carousel .count-container {
            position: relative;
            top: 0;
        }

            .m-pagebanner.carousel .count-container .e-count {
                margin-top: 60px;
            }

        .m-pagebanner .image-container {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            height: 100%;
        }

        .m-pagebanner .e-image {
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
            height: calc(100% - 41px);
        }

            .m-pagebanner .e-image img {
                position: absolute;
                top: 50%;
                left: 50%;
                width: auto;
                height: auto;
                max-height: none;
                max-width: none;
                min-height: 100%;
                min-width: 100%;
                transform: translate(-50%,-50%);
                -ms-transform: translate(-50%,-50%);
                -webkit-transform: translate(-50%,-50%);
            }

        .m-pagebanner .inner h1, .m-pagebanner .inner h2 {
            font-size: 50px;
            font-size: 5rem;
            line-height: 58px;
        }

        .m-pagebanner .container.bottom:after {
            left: 69px;
        }
}

@media (min-width:1430px) {
    .m-pagebanner.carousel .e-image {
        width: calc(100% - 62px);
    }

    .m-pagebanner .inner {
        padding-left: 55px;
    }

        .m-pagebanner .inner h1, .m-pagebanner .inner h2 {
            font-size: 59px;
            font-size: 5.9rem;
            line-height: 66px;
        }

    .m-pagebanner .container.bottom:after {
        left: 113px;
    }
}

@media (min-width:1920px) {
    .m-pagebanner.carousel .slick-prev {
        left: auto;
        right: 85%;
    }

    .m-pagebanner.carousel .slick-next {
        right: auto;
        left: 85%;
    }
}

@media (min-width:2200px) {
    .m-pagebanner.carousel .slick-prev {
        left: auto;
        right: 80%;
    }

    .m-pagebanner.carousel .slick-next {
        right: auto;
        left: 80%;
    }
}

.m-pagecarousel {
    position: relative;
    color: #EF3125;
    padding: 40px 0 200px;
    overflow: hidden;
}

    .m-pagecarousel .e-image {
        position: absolute;
        top: 50%;
        left: 50%;
        width: auto;
        height: auto;
        max-height: none;
        max-width: none;
        min-height: 100%;
        min-width: 100%;
        transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        z-index: 0;
    }

        .m-pagecarousel .e-image img {
            max-width: none;
        }

    .m-pagecarousel .inner {
        position: relative;
        z-index: 5;
    }

        .m-pagecarousel .inner h1 {
            font-size: 38px;
            font-size: 3.8rem;
            line-height: 46px;
            color: #EF3125;
            position: relative;
            margin: 0;
        }

            .m-pagecarousel .inner h1 span {
                font-weight: 400;
                display: block;
            }

            .m-pagecarousel .inner h1:after {
                content: " ";
                display: block;
                width: 6px;
                background: #DE1420;
                position: absolute;
                left: 22px;
                top: 100%;
                margin-top: 15px;
                height: 195px;
                border-top-left-radius: 3px;
                border-top-right-radius: 3px;
            }

    .m-pagecarousel .e-count {
        display: none;
    }

@media (min-width:768px) {
    .m-pagecarousel {
        padding: 70px 0 100px;
    }

        .m-pagecarousel .inner h1 {
            font-size: 42px;
            font-size: 4.2rem;
            line-height: 50px;
        }

            .m-pagecarousel .inner h1 span {
                display: inline-block;
            }

            .m-pagecarousel .inner h1:after {
                left: 66px;
                height: 100px;
            }

        .m-pagecarousel .e-count {
            position: absolute;
            top: 200%;
            display: block;
            left: 85px;
        }
}

@media (min-width:992px) {
    .m-pagecarousel {
        padding: 170px 0 200px;
    }

        .m-pagecarousel .inner h1 {
            font-size: 50px;
            font-size: 5rem;
            line-height: 58px;
        }

            .m-pagecarousel .inner h1:after {
                left: 54px;
                height: 160px;
                margin-top: 40px;
            }

        .m-pagecarousel .e-count {
            top: 220px;
        }
}

@media (min-width:1430px) {
    .m-pagecarousel {
        padding: 200px 0 230px;
    }

        .m-pagecarousel .inner h1 {
            font-size: 70px;
            font-size: 7rem;
            line-height: 78px;
        }

            .m-pagecarousel .inner h1:after {
                left: 88px;
                height: 190px;
            }

        .m-pagecarousel .e-count {
            top: 260px;
            left: 120px;
        }
}

@media (min-width:1600px) {
    .m-pagecarousel .inner h1 {
        text-indent: -30px;
    }

        .m-pagecarousel .inner h1 span {
            text-indent: 0;
        }
}

.m-pageshare {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
}

    .m-pageshare li {
        display: inline-block;
        margin-left: 5px;
    }

        .m-pageshare li:first-child {
            margin-left: 0px;
        }

        .m-pageshare li a {
            background-image: url("/images/share-icons.png");
            background-repeat: no-repeat;
            background-size: 280px auto;
            width: 40px;
            height: 40px;
            float: left;
            text-indent: -8000px;
            -webkit-transition: background-position 0.2s linear;
            -moz-transition: background-position 0.2s linear;
            -ms-transition: background-position 0.2s linear;
            -o-transition: background-position 0.2s linear;
            transition: background-position 0.2s linear;
            border-bottom: none;
        }

            .m-pageshare li a:hover {
                background-color: #323232;
            }

        .m-pageshare li.twitter a {
            background-position: 0 0;
        }

            .m-pageshare li.twitter a:hover {
                background-position: 0 -40px;
            }

        .m-pageshare li.facebook a {
            background-position: -40px 0;
        }

            .m-pageshare li.facebook a:hover {
                background-position: -40px -40px;
            }

        .m-pageshare li.google a {
            background-position: -80px 0;
        }

            .m-pageshare li.google a:hover {
                background-position: -80px -40px;
            }

        .m-pageshare li.linkedin a {
            background-position: -120px 0;
        }

            .m-pageshare li.linkedin a:hover {
                background-position: -120px -40px;
            }

        .m-pageshare li.whatsapp a {
            background-position: -160px 0;
        }

            .m-pageshare li.whatsapp a:hover {
                background-position: -160px -40px;
            }

        .m-pageshare li.email a {
            background-position: -200px 0;
        }

            .m-pageshare li.email a:hover {
                background-position: -200px -40px;
            }

        .m-pageshare li.print {
            display: none;
        }

            .m-pageshare li.print a {
                background-position: -240px 0;
            }

                .m-pageshare li.print a:hover {
                    background-position: -240px -40px;
                }

        .m-pageshare li.button a.btn {
            border-radius: 0;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            -ms-border-radius: 0;
            -webkit-transition: all 0.1s linear;
            -moz-transition: all 0.1s linear;
            -ms-transition: all 0.1s linear;
            -o-transition: all 0.1s linear;
            transition: all 0.1s linear;
            color: #fff;
            background: #EF3125;
            border: 1px solid #EF3125;
            padding: 8px 20px 10px;
            font-size: 22px;
            font-weight: 600;
            white-space: normal;
            text-indent: 0;
            width: auto;
            font-size: 16px;
            line-height: 22px;
            border-width: 2px;
        }

            .m-pageshare li.button a.btn:hover {
                color: #EF3125;
            }

@media (min-width:768px) {
    .m-pageshare {
        float: right;
        margin-right: 10px;
    }

        .m-pageshare li.print {
            display: inline-block !important;
        }

        .m-pageshare li.whatsapp {
            display: none;
        }
}

.m-pagetitle {
    display: none;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(244,244,244,0.7);
}

.homepage .m-pagetitle {
    display: none;
}

.m-pagetitle h1 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 32px;
    margin: 0 0 0 40px;
    padding: 20px 0;
    position: relative;
}

    .m-pagetitle h1:before {
        content: " ";
        width: 6px;
        height: 100%;
        position: absolute;
        top: 0;
        left: -18px;
        background: #EF3125;
        z-index: -1;
    }

@media (min-width:768px) {
    .m-pagetitle h1 {
        margin: 0 0 0 90px;
    }

        .m-pagetitle h1:before {
            left: -24px;
        }
}

@media (min-width:992px) {
    .m-pagetitle h1:before {
        left: -36px;
    }
}

@media (min-width:1430px) {
    .m-pagetitle h1 {
        margin: 0 0 0 130px;
    }

        .m-pagetitle h1:before {
            left: -42px;
        }
}

.m-pagetop {
    width: 100%;
    margin: 0px 0 0px;
    padding-top: 0px;
    position: relative;
    z-index: 9998;
    margin-top: 50px;
}

    .m-pagetop .breadcrumb {
        background: none;
        width: auto;
        margin: 0;
        padding: 0;
        float: left;
        margin-top: 30px;
        margin-bottom: 20px;
    }

        .m-pagetop .breadcrumb li {
            color: #000;
            font-size: 13px;
            line-height: 20px;
            font-weight: 400;
        }

            .m-pagetop .breadcrumb li + li::before {
                padding: 0;
                color: #000;
            }

            .m-pagetop .breadcrumb li a {
                color: #EF3125;
                font-weight: 700;
            }

                .m-pagetop .breadcrumb li a:hover {
                    color: #EF3125;
                }

            .m-pagetop .breadcrumb li:first-of-type:before {
                content: "";
            }

@media (min-width:768px) {
    .m-pagetop {
        display: block;
    }
}

@media (min-width:992px) {
    .m-pagetop {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 26px;
        margin-top: 30px;
    }
}

.m-pagebanner + .m-pagetop {
    margin-top: -30px;
}

.m-pagination {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    border-top: 2px solid #f2f1f1;
    padding-top: 20px;
    padding-bottom: 0;
    width: 100%;
}

    .m-pagination ul {
        padding: 0;
        margin: -5px;
        list-style: none;
    }

        .m-pagination ul li {
            text-indent: 0;
        }

            .m-pagination ul li:before {
                content: none;
            }

    .m-pagination .disabled {
        opacity: 0.4;
        pointer-events: none;
    }

    .m-pagination .first {
        float: left;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

        .m-pagination .first:before {
            background-image: url("/images/icons-sefdde64f66.png");
            background-position: -3381px 0;
            background-repeat: no-repeat;
            overflow: hidden;
            display: block;
            height: 13px;
            width: 8px;
            display: inline-block;
            margin-right: 5px;
            content: " ";
        }

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-pagination .first:before {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -2965px 0;
        height: 12.5px;
        width: 8px;
    }
}

.m-pagination .first:hover:before {
    background-position: -3399px 0;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-pagination .first:hover:before {
        background-position: -2978px 0;
    }
}

.m-pagination .last {
    float: right;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

    .m-pagination .last:after {
        background-image: url("/images/icons-sefdde64f66.png");
        background-position: -3417px 0;
        background-repeat: no-repeat;
        overflow: hidden;
        display: block;
        height: 13px;
        width: 8px;
        display: inline-block;
        margin-left: 5px;
        content: " ";
    }

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-pagination .last:after {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -2991px 0;
        height: 12.5px;
        width: 8px;
    }
}

.m-pagination .last:hover:after {
    background-position: -3435px 0;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-pagination .last:hover:after {
        background-position: -3004px 0;
    }
}

.m-pagination .next {
    float: right;
}

    .m-pagination .next:after {
        background-image: url("/images/icons-sefdde64f66.png");
        background-position: -3417px 0;
        background-repeat: no-repeat;
        overflow: hidden;
        display: block;
        height: 13px;
        width: 8px;
        display: inline-block;
        margin-left: 10px;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
        content: " ";
    }

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-pagination .next:after {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -2991px 0;
        height: 12.5px;
        width: 8px;
    }
}

.m-pagination .next:hover:after {
    background-position: -3435px 0;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-pagination .next:hover:after {
        background-position: -3004px 0;
    }
}

.m-pagination .prev {
    float: left;
}

    .m-pagination .prev:before {
        background-image: url("/images/icons-sefdde64f66.png");
        background-position: -3381px 0;
        background-repeat: no-repeat;
        overflow: hidden;
        display: block;
        height: 13px;
        width: 8px;
        display: inline-block;
        margin-right: 10px;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
        content: " ";
    }

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-pagination .prev:before {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -2965px 0;
        height: 12.5px;
        width: 8px;
    }
}

.m-pagination .prev:hover:before {
    background-position: -3399px 0;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-pagination .prev:hover:before {
        background-position: -2978px 0;
    }
}

.m-pagination ul {
    display: inline-block;
    margin: 0 0 30px;
}

    .m-pagination ul li {
        display: inline-block;
        margin: 0 2px;
    }

.m-pagination a {
    color: #000;
    border-bottom: none;
    font-size: 20px;
}

    .m-pagination a.active {
        color: #EF3125;
    }

    .m-pagination a:hover {
        border-bottom: none;
        color: #EF3125;
    }

.m-source {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 30px;
    color: #000;
}

    .m-source img {
        border-radius: 50px;
        border: 3px solid #fff;
        display: inline-block;
        float: left;
        margin-right: 15px;
    }

    .m-source .source-details {
        display: inline-block;
    }

        .m-source .source-details .e-sourcename {
            font-weight: 500;
            margin-bottom: 2px;
        }

        .m-source .source-details .e-sourcetitle {
            font-size: 15px;
            font-size: 1.5rem;
            line-height: 23px;
            font-weight: 400;
        }

.m-team {
    float: left;
    width: 100%;
}

    .m-team .m-pagination {
        border-top: 0;
        margin-top: -30px;
        margin-bottom: 0;
    }

.donation-widget-section .donation-widget-image {
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    width: 100%;
}

@media screen and (max-width:991px) {
    .donation-widget-section .donation-widget-image {
        margin-bottom: 30px;
    }
}

.donation-widget-section .donate-widget-background {
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
}

@media screen and (max-width:767px) {
    .donation-widget-section .donate-widget-background {
        background-size: contain;
    }
}

.donation-widget-section .donate-widget-background .donate-widget {
    background-color: rgba(253,185,19,0.9);
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    padding: 20px;
}

@media screen and (max-width:767px) {
    .donation-widget-section .donate-widget-background .donate-widget {
        background-color: #FDB913;
    }
}

.donation-widget-section .donate-widget-background .donate-widget.cta-visible {
    margin-bottom: 0px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.donation-widget-section .donate-widget-background .donate-widget .donate-widget-title {
    color: #000;
    margin-bottom: 10px;
    font-size: 40px;
    text-align: center;
}

@media screen and (max-width:767px) {
    .donation-widget-section .donate-widget-background .donate-widget .donate-widget-title {
        font-size: 30px;
    }
}

.donation-widget-section .donate-widget-background .donate-widget .donate-widget-subtitle {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}

.donation-widget-section .donate-widget-background .donate-widget .donate-type-selector {
    margin: 0 0 5px 0;
    padding: 0 5px;
}

    .donation-widget-section .donate-widget-background .donate-widget .donate-type-selector .type-col {
        padding: 0;
    }

        .donation-widget-section .donate-widget-background .donate-widget .donate-type-selector .type-col.hidden {
            display: none;
        }

        .donation-widget-section .donate-widget-background .donate-widget .donate-type-selector .type-col.col-xs-12 .donate-type {
            border-radius: 10px;
        }

        .donation-widget-section .donate-widget-background .donate-widget .donate-type-selector .type-col .donate-type {
            background: white;
            color: #949597;
            text-align: center;
            font-size: 25px;
            font-weight: 500;
            height: 60px;
            line-height: 60px;
            cursor: pointer;
        }

            .donation-widget-section .donate-widget-background .donate-widget .donate-type-selector .type-col .donate-type.selected {
                background: #EF3125;
                color: #fff;
                border-radius: 10px;
                position: relative;
                z-index: 10;
            }

                .donation-widget-section .donate-widget-background .donate-widget .donate-type-selector .type-col .donate-type.selected#regular-selector {
                    margin-right: -10px;
                }

                .donation-widget-section .donate-widget-background .donate-widget .donate-type-selector .type-col .donate-type.selected#single-selector {
                    margin-left: -10px;
                }

            .donation-widget-section .donate-widget-background .donate-widget .donate-type-selector .type-col .donate-type#regular-selector {
                border-top-left-radius: 10px;
                border-bottom-left-radius: 10px;
            }

            .donation-widget-section .donate-widget-background .donate-widget .donate-type-selector .type-col .donate-type#single-selector {
                border-top-right-radius: 10px;
                border-bottom-right-radius: 10px;
            }

.donation-widget-section .donate-widget-background .donate-widget .single-warning {
    display: none;
    margin: 15px -20px 15px -20px;
}

    .donation-widget-section .donate-widget-background .donate-widget .single-warning.default {
        display: block;
    }

    .donation-widget-section .donate-widget-background .donate-widget .single-warning .warning-wrapper {
        background: rgba(255,255,255,0.8);
        padding: 20px;
        line-height: 1;
        font-size: 16px;
    }

        .donation-widget-section .donate-widget-background .donate-widget .single-warning .warning-wrapper .warning-header {
            font-size: 18px;
            font-weight: 500;
            line-height: 22px;
        }

        .donation-widget-section .donate-widget-background .donate-widget .single-warning .warning-wrapper .warning-text {
            font-size: 14px;
        }

        .donation-widget-section .donate-widget-background .donate-widget .single-warning .warning-wrapper #dismissWarning {
            font-weight: 500;
            text-decoration: underline;
            cursor: pointer;
        }

.donation-widget-section .donate-widget-background .donate-widget .value-selector {
    margin: 0;
    position: relative;
}

    .donation-widget-section .donate-widget-background .donate-widget .value-selector.single-value-selector, .donation-widget-section .donate-widget-background .donate-widget .value-selector.regular-value-selector {
        display: none;
    }

        .donation-widget-section .donate-widget-background .donate-widget .value-selector.single-value-selector.default, .donation-widget-section .donate-widget-background .donate-widget .value-selector.regular-value-selector.default {
            display: block;
        }

    .donation-widget-section .donate-widget-background .donate-widget .value-selector .amount-selectors .amount-col {
        padding: 5px;
    }

        .donation-widget-section .donate-widget-background .donate-widget .value-selector .amount-selectors .amount-col .amount {
            background: white;
            color: #949597;
            text-align: center;
            font-size: 25px;
            font-weight: 500;
            height: 60px;
            line-height: 60px;
            cursor: pointer;
            border-radius: 10px;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            -ms-border-radius: 10px;
        }

            .donation-widget-section .donate-widget-background .donate-widget .value-selector .amount-selectors .amount-col .amount.selected {
                background: #EF3125;
                color: white;
            }

        .donation-widget-section .donate-widget-background .donate-widget .value-selector .amount-selectors .amount-col .other-input {
            height: 60px;
            line-height: 60px;
            font-weight: 500;
            font-size: 25px;
            border: none;
            border-radius: 0;
            -moz-appearance: textfield;
            padding: 0 0 0 25px;
            border-radius: 10px;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            -ms-border-radius: 10px;
        }

            .donation-widget-section .donate-widget-background .donate-widget .value-selector .amount-selectors .amount-col .other-input::-webkit-inner-spin-button, .donation-widget-section .donate-widget-background .donate-widget .value-selector .amount-selectors .amount-col .other-input::-webkit-outer-spin-button {
                -webkit-appearance: none;
                margin: 0;
            }

            .donation-widget-section .donate-widget-background .donate-widget .value-selector .amount-selectors .amount-col .other-input.warning {
                border: 2px solid #EF3125;
            }

        .donation-widget-section .donate-widget-background .donate-widget .value-selector .amount-selectors .amount-col .input-currency {
            display: none;
            position: absolute;
            left: 10px;
            z-index: 10;
            height: 60px;
            line-height: 60px;
            font-size: 26px;
            font-weight: 500;
        }

    .donation-widget-section .donate-widget-background .donate-widget .value-selector .donate-button-col {
        padding: 5px;
    }

        .donation-widget-section .donate-widget-background .donate-widget .value-selector .donate-button-col .donate-now-button {
            background: #EF3125;
            color: white;
            text-align: center;
            font-size: 25px;
            font-weight: 500;
            height: 60px;
            line-height: 60px;
            border-radius: 10px;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            -ms-border-radius: 10px;
            cursor: pointer;
            margin-bottom: 20px;
        }

    .donation-widget-section .donate-widget-background .donate-widget .value-selector .minimum-warning {
        color: #000;
        display: none;
        font-size: 20px;
        margin: -10px 0 10px;
        text-align: center;
    }

    .donation-widget-section .donate-widget-background .donate-widget .value-selector .point-info {
        line-height: 1.1;
        margin-bottom: 15px;
    }

        .donation-widget-section .donate-widget-background .donate-widget .value-selector .point-info .point-info-image-col {
            padding-left: 15px;
        }

            .donation-widget-section .donate-widget-background .donate-widget .value-selector .point-info .point-info-image-col img {
                border-radius: 30px;
            }

        .donation-widget-section .donate-widget-background .donate-widget .value-selector .point-info .point-info-text-col {
            padding-left: 0;
        }

            .donation-widget-section .donate-widget-background .donate-widget .value-selector .point-info .point-info-text-col .point-info-text {
                color: #000;
                font-size: 14px;
            }

    .donation-widget-section .donate-widget-background .donate-widget .value-selector .payment-type-logos .payment-type-logo {
        margin: 0 10px;
        width: 100px;
    }

        .donation-widget-section .donate-widget-background .donate-widget .value-selector .payment-type-logos .payment-type-logo.mastercard {
            width: 60px;
        }

@media screen and (max-width:445px) {
    .donation-widget-section .donate-widget-background .donate-widget .value-selector .payment-type-logos .payment-type-logo {
        width: 50px;
    }

        .donation-widget-section .donate-widget-background .donate-widget .value-selector .payment-type-logos .payment-type-logo.mastercard {
            width: 35px;
        }
}

.donation-widget-section .donate-widget-background .donate-call-to-action {
    margin-bottom: 20px;
}

    .donation-widget-section .donate-widget-background .donate-call-to-action .cta-info-text-col {
        line-height: 1.2;
    }

@media screen and (min-width:767px) {
    .donation-widget-section .donate-widget-background .donate-call-to-action .cta-info-text-col {
        padding-left: 0;
        position: absolute;
        top: 50%;
        left: 25%;
        transform: translateY(-50%);
    }
}

.donation-widget-section .donate-widget-background .donate-call-to-action .cta-info-text-col .cta-info-text {
    display: block;
    font-size: 21px;
}

    .donation-widget-section .donate-widget-background .donate-call-to-action .cta-info-text-col .cta-info-text a {
        color: #000;
        text-decoration: underline;
        border: none;
    }

.donation-widget-mobile-image-container {
    display: none;
}

@media screen and (max-width:767px) {
    .donation-widget-mobile-image-container {
        display: block;
    }
}

.donation-widget-mobile-image-container img {
    width: 100%;
    border-radius: 30px;
}

.content-block-wrapper .content-block-container {
    background: white;
}

.m-donateshare {
    padding: 0 0 40px;
    margin: 0 0 0px;
    border-bottom: 2px solid #f2f1f1;
}

    .m-donateshare h2 {
        margin-bottom: 20px;
    }

    .m-donateshare .e-box {
        background: #f2f1f1;
        padding: 20px 15px;
        margin-bottom: 30px;
    }

        .m-donateshare .e-box h3 {
            margin-top: 0;
            color: #7F7C71;
        }

        .m-donateshare .e-box p {
            color: #7F7C71;
            font-weight: 700;
        }

        .m-donateshare .e-box .icon {
            margin: 5px auto 0;
            text-indent: -8000px;
        }

        .m-donateshare .e-box.twitter .icon {
            background-image: url("/images/icons-sefdde64f66.png");
            background-position: -3131px 0;
            background-repeat: no-repeat;
            overflow: hidden;
            display: block;
            height: 46px;
            width: 62px;
        }

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-donateshare .e-box.twitter .icon {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -2750px 0;
        height: 45.5px;
        width: 61.5px;
    }
}

.m-donateshare .e-box.facebook .icon {
    background-image: url("/images/icons-sefdde64f66.png");
    background-position: -2979px 0;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    height: 50px;
    width: 24px;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .m-donateshare .e-box.facebook .icon {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -2618px 0;
        height: 50px;
        width: 24px;
    }
}

@media (min-width:768px) {
    .m-donateshare {
        padding: 0 0 40px;
        margin: 0 0 10px;
    }

        .m-donateshare .e-box {
            min-height: 202px;
        }
}

@media (min-width:992px) {
    .m-donateshare .e-box {
        min-height: 0px;
    }
}

.sidebar {
    max-height: 530px;
}

    .sidebar .sidebar-content .donate-box {
        padding: 20px;
        margin: 20px 0px 20px 0;
        background-color: #EFEFDB;
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        -ms-border-radius: 20px;
    }

        .sidebar .sidebar-content .donate-box .e-title {
            margin-top: 0;
            font-size: 20px;
            line-height: 26px;
        }

        .sidebar .sidebar-content .donate-box p {
            font-size: 14px;
            line-height: 18px;
        }

        .sidebar .sidebar-content .donate-box .tel {
            font-size: 28px;
            font-weight: 700;
            margin-top: 20px;
            line-height: 1.4;
        }

            .sidebar .sidebar-content .donate-box .tel:before {
                background-image: url("/images/icons-sefdde64f66.png");
                background-position: -4496px 0;
                background-repeat: no-repeat;
                overflow: hidden;
                display: block;
                height: 27px;
                width: 27px;
                content: "";
                width: 29px;
                height: 28px;
                display: inline-block;
                vertical-align: middle;
                margin-right: 10px;
                margin-top: -2px;
            }

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .sidebar .sidebar-content .donate-box .tel:before {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -3781px 0;
        height: 27px;
        width: 27px;
    }
}

.sidebar .sidebar-content .donation-options {
    padding-bottom: 0;
    display: none !important;
}

    .sidebar .sidebar-content .donation-options .your-donation {
        position: relative;
        padding-bottom: 20px;
    }

        .sidebar .sidebar-content .donation-options .your-donation .remove-giftaid {
            bottom: 35px;
            display: none;
        }

        .sidebar .sidebar-content .donation-options .your-donation .including-giftaid {
            display: none;
        }

        .sidebar .sidebar-content .donation-options .your-donation .change-donation-amount {
            bottom: 10px;
        }

        .sidebar .sidebar-content .donation-options .your-donation #DonationValueWithGiftAidLabel {
            display: none;
        }

    .sidebar .sidebar-content .donation-options .gift-aid-selection {
        display: none;
        padding-top: 20px;
        padding-bottom: 20px;
        position: relative;
        border-top: 2px solid #dddddd;
    }

        .sidebar .sidebar-content .donation-options .gift-aid-selection .change-link {
            bottom: 0;
        }

    .sidebar .sidebar-content .donation-options .e-title {
        margin-bottom: 0;
    }

    .sidebar .sidebar-content .donation-options .donation-amount {
        font-size: 42px;
        font-weight: 700;
        line-height: 44px;
        display: inline-block;
        word-break: break-word;
        padding-bottom: 10px;
    }

    .sidebar .sidebar-content .donation-options .change-link {
        font-size: 12px;
        position: absolute;
        right: 0;
    }

.sidebar .sidebar-content .logo-box {
    text-align: center;
}

    .sidebar .sidebar-content .logo-box p {
        font-size: 13px;
    }

    .sidebar .sidebar-content .logo-box .e-title, .sidebar .sidebar-content .logo-box p {
        text-align: left;
    }

    .sidebar .sidebar-content .logo-box img {
        display: block;
    }

    .sidebar .sidebar-content .logo-box .secure-trading {
        width: 75%;
        margin: 20px auto 10px;
        display: inline-block;
    }

    .sidebar .sidebar-content .logo-box .paypal {
        width: 75%;
        margin: 0 auto;
        display: inline-block;
    }

@media (min-width:540px) {
    .sidebar .sidebar-content .logo-box {
        overflow: hidden;
    }

        .sidebar .sidebar-content .logo-box .secure-trading, .sidebar .sidebar-content .logo-box .paypal {
            width: 45%;
        }

        .sidebar .sidebar-content .logo-box .secure-trading {
            float: left;
            margin: 13px auto 10px;
        }

        .sidebar .sidebar-content .logo-box .paypal {
            float: right;
        }
}

@media (min-width:768px) {
    .sidebar .sidebar-content .logo-box .secure-trading, .sidebar .sidebar-content .logo-box .paypal {
        width: 42%;
    }

    .sidebar .sidebar-content .logo-box .secure-trading {
        margin: 18px auto 10px;
    }
}

@media (min-width:992px) {
    .sidebar {
        max-height: none;
    }

        .sidebar .sidebar-content .donation-options {
            display: block !important;
        }

        .sidebar .sidebar-content.bottom {
            position: absolute;
            right: 15px;
            width: 239.5px;
            bottom: -20px;
        }

            .sidebar .sidebar-content.bottom .donation-options {
                margin-bottom: 0;
            }

        .sidebar .sidebar-content.stick {
            position: fixed;
            width: 239.5px;
            top: 0;
        }

        .sidebar .sidebar-content .donate-box {
            margin: 20px 0px 30px 0;
        }

            .sidebar .sidebar-content .donate-box .tel:before {
                display: block;
            }

            .sidebar .sidebar-content .donate-box:last-child {
                margin-bottom: 0;
            }

        .sidebar .sidebar-content .logo-box {
            text-align: left;
        }

            .sidebar .sidebar-content .logo-box .secure-trading, .sidebar .sidebar-content .logo-box .paypal {
                width: 95%;
                float: none;
                display: block;
            }
}

@media (min-width:1200px) {
    .sidebar .sidebar-content.stick, .sidebar .sidebar-content.bottom {
        width: 303.31px;
    }

    .sidebar .sidebar-content .donate-box .tel:before {
        display: inline-block;
    }
}

@media (min-width:1430px) {
    .sidebar .sidebar-content.stick, .sidebar .sidebar-content.bottom {
        width: 338.88px;
    }
}

.m-donationsteps {
    color: #fff;
}

    .m-donationsteps .stage.active .step {
        background-color: #EF3125;
    }

    .m-donationsteps .stage.active .number {
        background-color: #EF3125;
    }

    .m-donationsteps.single .step {
        text-align: left;
    }

        .m-donationsteps.single .step .step-text {
            display: block;
            margin-left: 0;
        }

    .m-donationsteps .step {
        padding: 14px;
        font-weight: 700;
        text-align: center;
    }

        .m-donationsteps .step .number, .m-donationsteps .step .step-text {
            display: inline;
            vertical-align: middle;
        }

        .m-donationsteps .step .number {
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            -ms-border-radius: 50%;
            width: 25px;
            height: 25px;
            text-align: center;
            position: relative;
            display: inline-block;
        }

            .m-donationsteps .step .number:after {
                color: #fff;
                line-height: 25px;
                position: relative;
            }

        .m-donationsteps .step .step-text {
            display: none;
            margin-left: 10px;
        }

    .m-donationsteps .step-1 {
        position: relative;
        border-left: 2px solid #fff;
        padding-right: 0;
    }

        .m-donationsteps .step-1 .step {
            background: #EF3125;
            border-top-left-radius: 20px;
            border-bottom-left-radius: 20px;
        }

        .m-donationsteps .step-1:after {
            content: "";
            z-index: 20;
            position: absolute;
            right: -9px;
            top: 0px;
            width: 0;
            height: 0;
            border-top: 28px solid transparent;
            border-bottom: 27px solid transparent;
            border-left: 10px solid #EF3125;
        }

        .m-donationsteps .step-1 .number {
            background-color: #EF3125;
        }

            .m-donationsteps .step-1 .number:after {
                content: "1";
            }

    .m-donationsteps .step-2 {
        border-right: 2px solid #fff;
        padding-left: 0;
    }

        .m-donationsteps .step-2 .step {
            background-color: #C1BDAD;
            border-top-right-radius: 20px;
            border-bottom-right-radius: 20px;
        }

        .m-donationsteps .step-2 .number {
            background-color: #C1BDAD;
        }

            .m-donationsteps .step-2 .number:after {
                content: "2";
            }

@media (min-width:600px) {
    .m-donationsteps .step {
        text-align: left;
    }

        .m-donationsteps .step .step-text {
            display: inline-block;
        }
}

@media (min-width:992px) {
    .m-donationsteps .step-1 {
        border: none;
        position: relative;
    }
}

@media (max-width:992px) {
    .m-donationsteps {
        margin-top: 50px;
    }
}

.m-donationModal .modal-backdrop {
    color: #404040;
}

    .m-donationModal .modal-backdrop.in {
        opacity: 0.75;
    }

.m-donationModal .modal-dialog {
    width: auto;
    margin: 0 35px;
    max-width: 1230px;
    top: 30px;
    position: relative;
    box-shadow: 0 0 5px #000;
}

    .m-donationModal .modal-dialog .modal-close {
        background-image: url("/images/icons/modal-close.png");
        background-repeat: no-repeat;
        background-position: center;
        width: 54px;
        height: 54px;
        top: -22.5px;
        right: -22.5px;
        position: absolute;
        z-index: 200;
        border-radius: 50px;
        border: none;
    }

        .m-donationModal .modal-dialog .modal-close:focus, .m-donationModal .modal-dialog .modal-close:active {
            outline: none !important;
        }

    .m-donationModal .modal-dialog img {
        float: left;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
    }

    .m-donationModal .modal-dialog .modalText {
        padding: 20px 20px 50px;
    }

        .m-donationModal .modal-dialog .modalText h1, .m-donationModal .modal-dialog .modalText p {
            display: inline-block;
        }

        .m-donationModal .modal-dialog .modalText p {
            font-size: 18px;
            margin-top: 15px;
            line-height: 26px;
        }

        .m-donationModal .modal-dialog .modalText .btn {
            width: auto;
            margin-top: 60px;
            padding: 17px 33px;
        }

        .m-donationModal .modal-dialog .modalText .prev-link {
            float: right;
            padding: 21px 33px;
            margin: 60px 10px 0 0;
        }

@media (min-width:400px) {
    .m-donationModal .modal-dialog {
        width: 83%;
        margin: 0 auto;
    }

        .m-donationModal .modal-dialog .modalText {
            padding: 30px 50px 50px;
        }
}

@media (min-width:768px) {
    .m-donationModal .modal-dialog {
        top: 150px;
    }

        .m-donationModal .modal-dialog .modalText h1 {
            font-size: 47px;
            line-height: 67px;
        }

        .m-donationModal .modal-dialog .modalText p {
            font-size: 25px;
            margin-top: 15px;
            line-height: 40px;
        }
}

@media (min-width:1200px) {
    .m-donationModal .modal-dialog {
        width: 92%;
    }

        .m-donationModal .modal-dialog .modalText {
            padding: 30px 35px 30px 5px;
        }

            .m-donationModal .modal-dialog .modalText h1 {
                font-size: 47px;
                line-height: 67px;
            }
}

.m-donationModal#survey-modal.modal {
    z-index: 100001;
}

    .m-donationModal#survey-modal.modal:not(.survey-loaded) {
        display: block;
        visibility: hidden;
    }

    .m-donationModal#survey-modal.modal .modal-dialog {
        top: 50px;
    }

@media (max-width:400px) {
    .m-donationModal#survey-modal.modal .modal-dialog {
        margin: 0;
    }
}

.m-donationModal#survey-modal.modal .modal-dialog iframe {
    max-height: 85vh;
    height: 85vh;
    width: 100%;
}

.m-donationsummary {
    background: #f2f1f1;
    padding: 15px;
    margin: 30px 0 0;
}

    .m-donationsummary h3 {
        margin-top: 0;
    }

    .m-donationsummary h5 {
        line-height: 30px;
        margin-bottom: 0;
    }

.e-donationsummary {
}

    .e-donationsummary .donation-reference a {
        color: inherit !important;
        text-decoration: inherit !important;
    }

.m-donationBlock .container {
    position: relative;
}

.m-donationBlock .btn {
    width: 100%;
}

.m-donationBlock .donationBox {
    margin-top: 30px;
    overflow: hidden;
}

    .m-donationBlock .donationBox .options {
        font-size: 0;
    }

        .m-donationBlock .donationBox .options li {
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            display: inline-block;
            text-align: center;
            background-color: #f2f1f1;
            width: 50%;
        }

            .m-donationBlock .donationBox .options li a {
                border-radius: 0;
                -moz-border-radius: 0;
                -webkit-border-radius: 0;
                -ms-border-radius: 0;
                -webkit-transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -ms-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
                border: none;
                margin-right: 0;
                padding: 15px 5px;
                font-size: 16px;
                font-weight: bold;
                line-height: 32px;
                color: #fff;
                background-color: #323232;
            }

                .m-donationBlock .donationBox .options li a:hover {
                    color: #fff;
                    background-color: #949597;
                }

            .m-donationBlock .donationBox .options li.active {
                background-color: #f2f1f1;
                border-bottom-color: transparent;
            }

                .m-donationBlock .donationBox .options li.active a {
                    border: none;
                    color: #000;
                    background-color: #f2f1f1;
                }

    .m-donationBlock .donationBox .donationContent {
        margin: 15px;
    }

        .m-donationBlock .donationBox .donationContent .text .e-donationselect, .m-donationBlock .donationBox .donationContent .text .e-donationselect-single {
            padding: 0;
            overflow: hidden;
            margin-bottom: 10px;
        }

            .m-donationBlock .donationBox .donationContent .text .e-donationselect select, .m-donationBlock .donationBox .donationContent .text .e-donationselect-single select {
                margin-bottom: 0;
            }

        .m-donationBlock .donationBox .donationContent .text ul {
            margin: 0;
            clear: both;
        }

        .m-donationBlock .donationBox .donationContent .text li {
            display: none;
            color: #2d2d2d;
            overflow: hidden;
            margin-bottom: 10px;
            background-color: #fff;
        }

            .m-donationBlock .donationBox .donationContent .text li .e-image img {
                margin: 0;
                width: 100%;
            }

            .m-donationBlock .donationBox .donationContent .text li .e-image.unmatch {
                height: auto !important;
            }

            .m-donationBlock .donationBox .donationContent .text li .e-text {
                padding: 40px 15px 20px;
                position: relative;
            }

                .m-donationBlock .donationBox .donationContent .text li .e-text .e-donationamount {
                    border-radius: 50%;
                    -moz-border-radius: 50%;
                    -webkit-border-radius: 50%;
                    -ms-border-radius: 50%;
                    position: absolute;
                    top: -35px;
                    left: 50%;
                    margin-left: -32px;
                    color: #fff;
                    background-color: #000;
                    padding: 0;
                    font-size: 18px;
                    font-weight: 600;
                    z-index: 20;
                    width: 68px;
                    height: 68px;
                    text-align: center;
                    line-height: 68px;
                }

                .m-donationBlock .donationBox .donationContent .text li .e-text .overlay {
                    opacity: 0;
                    filter: alpha(opacity=0);
                    -webkit-transition: opacity 0.1s ease-in-out;
                    -moz-transition: opacity 0.1s ease-in-out;
                    -ms-transition: opacity 0.1s ease-in-out;
                    -o-transition: opacity 0.1s ease-in-out;
                    transition: opacity 0.1s ease-in-out;
                    position: absolute;
                    top: 0;
                    left: 0;
                    bottom: 0;
                    width: 100%;
                    height: 100%;
                    background-color: #EF3125;
                    display: none;
                }

                    .m-donationBlock .donationBox .donationContent .text li .e-text .overlay p {
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        -webkit-transform: translate(-50%,-50%);
                        -moz-transform: translate(-50%,-50%);
                        -ms-transform: translate(-50%,-50%);
                        -o-transform: translate(-50%,-50%);
                        transform: translate(-50%,-50%);
                        margin: 0;
                        color: #fff;
                        font-size: 24px;
                        font-weight: 400;
                        text-align: center;
                        font-family: "AppetitePro-HeavyItalic",arial,sans-serif;
                        letter-spacing: 1px;
                    }

            .m-donationBlock .donationBox .donationContent .text li a {
                -webkit-transition: none;
                -moz-transition: none;
                -ms-transition: none;
                -o-transition: none;
                transition: none;
                border-bottom: 0 !important;
                float: left;
                width: 100%;
            }

                .m-donationBlock .donationBox .donationContent .text li a:hover .e-text .overlay {
                    opacity: 1;
                    filter: alpha(opacity=100);
                    -webkit-backface-visibility: hidden;
                    -moz-backface-visibility: hidden;
                    -ms-backface-visibility: hidden;
                    -webkit-transform: translateZ(0);
                    -moz-transform: translateZ(0);
                    -ms-transform: translateZ(0);
                    -o-transform: translateZ(0);
                    transform: translateZ(0);
                }

            .m-donationBlock .donationBox .donationContent .text li p {
                margin: 0;
                font-size: 16px;
                line-height: 20px;
            }

        .m-donationBlock .donationBox .donationContent .donationValues {
            width: 100%;
            font-size: 0;
            display: table;
            border-bottom: none;
        }

            .m-donationBlock .donationBox .donationContent .donationValues:before, .m-donationBlock .donationBox .donationContent .donationValues:after {
                display: none;
            }

            .m-donationBlock .donationBox .donationContent .donationValues li {
                display: table-cell;
                background: #EF3125;
                cursor: pointer;
                position: relative;
                -webkit-transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -ms-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
                min-width: 70px;
                margin: 0 15px;
                float: none;
            }

                .m-donationBlock .donationBox .donationContent .donationValues li:first-child {
                    margin-left: 0;
                }

                .m-donationBlock .donationBox .donationContent .donationValues li:last-child {
                    margin-right: 0;
                }

                .m-donationBlock .donationBox .donationContent .donationValues li:hover {
                    background: #970915;
                }

                .m-donationBlock .donationBox .donationContent .donationValues li:before {
                    content: " ";
                    width: 100%;
                    position: absolute;
                    height: 20px;
                    background: #970915;
                    top: -19px;
                    display: none;
                    -webkit-transition: all 0.2s ease-in-out;
                    -moz-transition: all 0.2s ease-in-out;
                    -ms-transition: all 0.2s ease-in-out;
                    -o-transition: all 0.2s ease-in-out;
                    transition: all 0.2s ease-in-out;
                }

                .m-donationBlock .donationBox .donationContent .donationValues li.active {
                    background: #970915;
                }

                    .m-donationBlock .donationBox .donationContent .donationValues li.active:before {
                        display: inline-block;
                    }

                .m-donationBlock .donationBox .donationContent .donationValues li h2 {
                    text-align: center;
                    margin: 10px 0;
                    color: #fff;
                }

                .m-donationBlock .donationBox .donationContent .donationValues li a {
                    background: none;
                    padding: 0;
                    margin: 0;
                    border: none;
                }

    .m-donationBlock .donationBox .lowerdonationContent {
        margin: 15px;
        display: none;
    }

        .m-donationBlock .donationBox .lowerdonationContent form {
            padding: 5px 0 0;
        }

            .m-donationBlock .donationBox .lowerdonationContent form label.error, .m-donationBlock .donationBox .lowerdonationContent form .field-validation-error {
                margin-top: -10px !important;
            }

            .m-donationBlock .donationBox .lowerdonationContent form input.input-validation-error:focus + .field-validation-error {
                bottom: auto !important;
                opacity: 1 !important;
            }

            .m-donationBlock .donationBox .lowerdonationContent form button, .m-donationBlock .donationBox .lowerdonationContent form .btn {
                width: 100%;
            }

        .m-donationBlock .donationBox .lowerdonationContent .input-container {
            position: relative;
            text-align: center;
        }

            .m-donationBlock .donationBox .lowerdonationContent .input-container span, .m-donationBlock .donationBox .lowerdonationContent .input-container input {
                float: left;
            }

            .m-donationBlock .donationBox .lowerdonationContent .input-container span {
                font-size: 24px;
                line-height: 1;
                font-weight: bold;
                padding: 18px 0;
                position: absolute;
                left: 15px;
                top: 6px;
                z-index: 100;
                color: #d1d1d1;
            }

        .m-donationBlock .donationBox .lowerdonationContent .currency.focussed {
            color: #000;
        }

        .m-donationBlock .donationBox .lowerdonationContent #otheramount, .m-donationBlock .donationBox .lowerdonationContent .otheramount {
            border: 2px solid #d1d1d1;
            margin-bottom: 15px;
            font-size: 24px;
            font-weight: bold;
            line-height: 1;
            padding: 15px 15px 15px 35px;
        }

            .m-donationBlock .donationBox .lowerdonationContent #otheramount:active, .m-donationBlock .donationBox .lowerdonationContent #otheramount:focus, .m-donationBlock .donationBox .lowerdonationContent .otheramount:active, .m-donationBlock .donationBox .lowerdonationContent .otheramount:focus {
                border: 2px solid #000;
            }

            .m-donationBlock .donationBox .lowerdonationContent #otheramount.input-validation-error, .m-donationBlock .donationBox .lowerdonationContent .otheramount.input-validation-error {
                border: 2px solid #EF3125;
            }

        .m-donationBlock .donationBox .lowerdonationContent::-webkit-input-placeholder {
            color: #d1d1d1;
        }

        .m-donationBlock .donationBox .lowerdonationContent:-moz-placeholder {
            color: #d1d1d1;
        }

        .m-donationBlock .donationBox .lowerdonationContent::-moz-placeholder {
            color: #d1d1d1;
        }

        .m-donationBlock .donationBox .lowerdonationContent:-ms-input-placeholder {
            color: #d1d1d1;
        }

        .m-donationBlock .donationBox .lowerdonationContent .btn {
            font-size: 28px;
            font-size: 2.8rem;
            line-height: 36px;
            width: 100%;
            cursor: default;
            margin-top: 15px;
            background: #949597;
            border-color: #949597;
            color: #fff;
        }

            .m-donationBlock .donationBox .lowerdonationContent .btn:active {
                box-shadow: none;
            }

            .m-donationBlock .donationBox .lowerdonationContent .btn:before, .m-donationBlock .donationBox .lowerdonationContent .btn:after {
                position: absolute;
                left: 50%;
                -webkit-transform: translateX(-50%);
                -moz-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                -o-transform: translateX(-50%);
                transform: translateX(-50%);
                display: none;
                height: 0;
                width: 0;
            }

            .m-donationBlock .donationBox .lowerdonationContent .btn.active {
                cursor: pointer;
                background: #EF3125;
                border-color: #EF3125;
                box-shadow: none;
            }

                .m-donationBlock .donationBox .lowerdonationContent .btn.active:hover, .m-donationBlock .donationBox .lowerdonationContent .btn.active:focus {
                    outline: none;
                    color: #EF3125;
                }

                    .m-donationBlock .donationBox .lowerdonationContent .btn.active:hover:before, .m-donationBlock .donationBox .lowerdonationContent .btn.active:hover:After, .m-donationBlock .donationBox .lowerdonationContent .btn.active:focus:before, .m-donationBlock .donationBox .lowerdonationContent .btn.active:focus:After {
                        height: 50%;
                        width: 100%;
                    }

                .m-donationBlock .donationBox .lowerdonationContent .btn.active:before, .m-donationBlock .donationBox .lowerdonationContent .btn.active:after {
                    display: block;
                    height: 0;
                    width: 2px;
                }

.m-donationBlock {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

    .m-donationBlock h2, .m-donationBlock p {
        color: #000;
    }

    .m-donationBlock .headerText {
        display: block;
    }

    .m-donationBlock .donationPanel {
        width: 100%;
        position: static;
    }

        .m-donationBlock .donationPanel .donationBox {
            background-color: #f2f1f1;
        }

        .m-donationBlock .donationPanel .lowerdonationContent {
            margin: 0;
            padding: 0 15px 15px;
        }

            .m-donationBlock .donationPanel .lowerdonationContent p {
                color: #000;
                font-weight: bold;
                font-size: 16px;
            }

.m-donationBlock {
    padding: 0px 15px;
}

    .m-donationBlock .container:before {
        position: absolute;
        content: " ";
        display: block;
        top: 0;
        left: 25px;
        width: calc(100% - 50px);
        height: 100%;
        background: rgba(0,0,0,0.2);
        background: rgba(0,0,0,0.4);
        background: -moz-linear-gradient(top,rgba(0,0,0,0.4) 0%,transparent 100%);
        background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(0,0,0,0.4)),color-stop(100%,transparent));
        background: -webkit-linear-gradient(top,rgba(0,0,0,0.4) 0%,transparent 100%);
        background: -o-linear-gradient(top,rgba(0,0,0,0.4) 0%,transparent 100%);
        background: -ms-linear-gradient(top,rgba(0,0,0,0.4) 0%,transparent 100%);
        background: linear-gradient(to bottom,rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000',endColorstr='#000000',GradientType=0 );
        z-index: 10;
        display: none;
    }

    .m-donationBlock > .container > img {
        z-index: 5;
        display: none;
    }

    .m-donationBlock .donationPanel {
        z-index: 30;
    }

        .m-donationBlock .donationPanel .lowerdonationContent {
            padding: 0;
        }

    .m-donationBlock form {
        padding: 15px;
        background-color: #f2f1f1;
    }

        .m-donationBlock form h3 {
            margin-bottom: 20px;
            margin-top: 0;
        }

        .m-donationBlock form .preamble {
            margin-bottom: 30px;
        }

@media (min-width:370px) {
    .m-areasearchDonate .donationBox .options li a, .m-donationBanner .donationBox .options li a, .m-donationBlock .donationBox .options li a {
        font-size: 16px;
    }

    .m-areasearchDonate .donationBox .donationContent .donationValues, .m-donationBanner .donationBox .donationContent .donationValues, .m-donationBlock .donationBox .donationContent .donationValues {
        width: 100%;
        width: calc(100% + 30px);
        margin: 0 -15px;
        border-spacing: 15px;
    }
}

@media (min-width:768px) {
    .m-donationBlock .donationBox .donationContent .text li .e-text {
        padding: 30px 30px 30px 50px;
    }

        .m-donationBlock .donationBox .donationContent .text li .e-text .e-donationamount {
            left: 0;
            top: 50%;
            margin-top: -32px;
        }

    .m-donationBlock .donationBox .options li a {
        font-size: 18px;
    }

    .m-donationBlock .donationBox .donationContent .text li {
        position: relative;
    }

        .m-donationBlock .donationBox .donationContent .text li .e-image {
            width: 25%;
            float: left;
            display: block;
            overflow: hidden;
            position: relative;
        }

            .m-donationBlock .donationBox .donationContent .text li .e-image img {
                position: absolute;
                top: 50%;
                left: 50%;
                width: auto;
                height: auto;
                max-height: none;
                max-width: none;
                min-height: 100%;
                min-width: 100%;
                transform: translate(-50%,-50%);
                -ms-transform: translate(-50%,-50%);
                -webkit-transform: translate(-50%,-50%);
                display: block;
            }

        .m-donationBlock .donationBox .donationContent .text li .e-text {
            width: 55%;
            float: left;
        }

            .m-donationBlock .donationBox .donationContent .text li .e-text p {
                text-align: left;
            }

        .m-donationBlock .donationBox .donationContent .text li .btn {
            float: right;
            height: 100%;
            top: 0;
        }
}

@media (min-width:992px) {
    .m-donationBlock .donationPanel .lowerdonationContent {
        padding: 0;
        display: block !important;
    }

    .m-donationBlock {
        padding: 0;
    }

        .m-donationBlock form {
            padding: 30px;
        }

        .m-areasearchDonate .donationBox .donationContent .text .e-donationselect, .m-areasearchDonate .donationBox .donationContent .text .e-donationselect-single, .m-donationBanner .donationBox .donationContent .text .e-donationselect, .m-donationBanner .donationBox .donationContent .text .e-donationselect-single, .m-donationBlock .donationBox .donationContent .text .e-donationselect, .m-donationBlock .donationBox .donationContent .text .e-donationselect-single {
            display: none;
        }

        .m-areasearchDonate .donationBox .donationContent .text li, .m-donationBanner .donationBox .donationContent .text li, .m-donationBlock .donationBox .donationContent .text li {
            display: block !important;
            margin-bottom: 10px;
        }
}

@media (min-width:1200px) {
    .m-donationBlock .donationBox .options li a {
        font-size: 24px;
    }

    .m-donationBlock .headerText {
        display: block;
        position: absolute;
        bottom: 25px;
        left: 50px;
    }

        .m-donationBlock .headerText h2, .m-donationBlock .headerText p {
            color: #fff;
        }

    .m-donationBlock .donationText {
        top: auto;
        bottom: 30px;
    }

    .m-donationBlock .donationPanel {
        width: 45%;
        position: absolute;
        top: 10px;
        right: 50px;
        padding: 0;
    }

    .m-donationBlock .donationBox .donationContent .text li .e-image {
        width: 35%;
    }

    .m-donationBlock .donationBox .donationContent .text li .e-text {
        width: 65%;
    }

        .m-donationBlock .donationBox .donationContent .text li .e-text .overlay {
            display: block;
        }

    .m-donationBlock .donationBox .donationContent .text li .btn {
        display: none;
    }

    .m-donationBlock .donationBox .donationContent .text li a {
        cursor: pointer;
    }

        .m-donationBlock .donationBox .donationContent .text li a:hover .e-text .overlay {
            opacity: 1;
            filter: alpha(opacity=100);
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
            -webkit-transform: translateZ(0);
            -moz-transform: translateZ(0);
            -ms-transform: translateZ(0);
            -o-transform: translateZ(0);
            transform: translateZ(0);
        }

    .m-donationBlock .donationBox .lowerdonationContent .input-container {
        text-align: left;
    }

    .m-donationBlock .container:before {
        display: block;
    }

    .m-donationBlock > .container > img {
        display: block;
    }
}

@media (max-width:767px) {
    .m-donationBlock .donationBox .donationContent .text li .e-text {
        min-height: 0 !important;
    }
}

.donation-form-page {
    background-color: #fff;
}

    .donation-form-page .btn {
        margin: 20px 0;
    }

    .donation-form-page .alert {
        margin-top: 20px;
        font-weight: bold;
    }

    .donation-form-page .form-container {
        overflow: hidden;
    }

        .donation-form-page .form-container.form-stage-2 {
            display: none;
        }

    .donation-form-page form legend, .donation-form-page form .e-sectiontitle {
        color: #000;
    }

    .donation-form-page form label.error, .donation-form-page form .field-validation-error {
        margin-top: -20px;
    }

    .donation-form-page form input.input-validation-error:focus + .field-validation-error {
        bottom: auto !important;
        opacity: 1 !important;
    }

    .donation-form-page form .donation-radio-option {
        margin-bottom: 10px;
    }

@media screen and (min-width:1430px) {
    .donation-form-page form .donation-radio-option {
        padding-right: 25px;
        padding-left: 25px;
    }
}

@media screen and (max-width:991px) {
    .donation-form-page form .donation-radio-option {
        margin-bottom: 15px;
    }

        .donation-form-page form .donation-radio-option > div {
            display: inline-block;
        }
}

.donation-form-page form .donation-radio-option input {
    display: inline;
}

.donation-form-page form .donation-radio-option .radio-label {
    width: auto;
    font-weight: 300;
    font-size: 16px;
    margin-right: 10px;
    position: relative;
    top: -4px;
}

.donation-form-page .e-extrainput {
    display: none;
    width: 100%;
}

.donation-form-page .radio input[type=radio]:focus + label:before, .donation-form-page .radio input[type=radio]:focus ~ label:before {
    background-position: -2785px 0;
    content: " ";
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .donation-form-page .radio input[type=radio]:focus + label:before, .donation-form-page .radio input[type=radio]:focus ~ label:before {
        background-position: -2455px 0;
    }
}

.donation-form-page .radio input[type=radio]:focus:checked + label:before, .donation-form-page .radio input[type=radio]:focus:checked ~ label:before {
    background-position: -2785px 0;
    content: " ";
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .donation-form-page .radio input[type=radio]:focus:checked + label:before, .donation-form-page .radio input[type=radio]:focus:checked ~ label:before {
        background-position: -2455px 0;
    }
}

.donation-form-page .radio input[type=radio]:checked + label:before {
    background-position: -2785px 0;
    content: " ";
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .donation-form-page .radio input[type=radio]:checked + label:before {
        background-position: -2455px 0;
    }
}

.donation-form-page .radio.donate-by-card {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.donation-form-page .radio.donate-by-card, .donation-form-page .radio.donate-by-paypal {
    min-height: 75px;
    position: relative;
    overflow: hidden;
}

    .donation-form-page .radio.donate-by-card label, .donation-form-page .radio.donate-by-paypal label {
        width: 100%;
        height: 65px;
        font-weight: 700;
    }

        .donation-form-page .radio.donate-by-card label:before, .donation-form-page .radio.donate-by-paypal label:before {
            top: 50%;
            margin-top: -12px;
        }

        .donation-form-page .radio.donate-by-card label:after, .donation-form-page .radio.donate-by-paypal label:after {
            top: 50%;
            margin-top: -8px;
        }

    .donation-form-page .radio.donate-by-card input[type="radio"], .donation-form-page .radio.donate-by-paypal input[type="radio"] {
        margin-top: 28px;
    }

    .donation-form-page .radio.donate-by-card .paypal p, .donation-form-page .radio.donate-by-paypal .paypal p {
        font-size: 18px;
        font-weight: 700;
        margin: 0;
        display: none;
        color: #000;
    }

    .donation-form-page .radio.donate-by-card .payment-method-box, .donation-form-page .radio.donate-by-paypal .payment-method-box {
        position: absolute;
        left: 30px;
        width: 100%;
        padding: 20px;
        font-size: 18px;
    }

        .donation-form-page .radio.donate-by-card .payment-method-box .paypal-img, .donation-form-page .radio.donate-by-paypal .payment-method-box .paypal-img {
            background-image: url("/images/icons-sefdde64f66.png");
            background-position: -3503px 0;
            background-repeat: no-repeat;
            overflow: hidden;
            display: block;
            height: 30px;
            width: 112px;
        }

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .donation-form-page .radio.donate-by-card .payment-method-box .paypal-img, .donation-form-page .radio.donate-by-paypal .payment-method-box .paypal-img {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -3078px 0;
        height: 30.5px;
        width: 112.5px;
    }
}

.donation-form-page .radio.donate-by-card .payment-method-box .card-img, .donation-form-page .radio.donate-by-paypal .payment-method-box .card-img {
    background-image: url("/images/icons-sefdde64f66.png");
    background-position: -3453px 0;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    height: 22px;
    width: 40px;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .donation-form-page .radio.donate-by-card .payment-method-box .card-img, .donation-form-page .radio.donate-by-paypal .payment-method-box .card-img {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -3017px 0;
        height: 30.5px;
        width: 56px;
    }
}

.donation-form-page .radio.donate-by-card .payment-method-box .paypal-img, .donation-form-page .radio.donate-by-card .payment-method-box .card-img, .donation-form-page .radio.donate-by-paypal .payment-method-box .paypal-img, .donation-form-page .radio.donate-by-paypal .payment-method-box .card-img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.donation-form-page .credit-cards {
    background-image: url("/images/icons-sefdde64f66.png");
    background-position: -2225px 0;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    height: 64px;
    width: 150px;
    float: left;
    margin-left: 30px;
    margin-top: 30px;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .donation-form-page .credit-cards {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -1955px 0;
        height: 64px;
        width: 150px;
    }
}

.donation-form-page .find-my-address {
    padding-bottom: 20px;
}

    .donation-form-page .find-my-address .btn {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .donation-form-page .find-my-address .manually-enter-address {
        font-size: 14px;
    }

.donation-form-page .address-fields {
    display: none;
}

.donation-form-page .e-debittext {
    margin-bottom: 20px;
}

.donation-form-page .e-postcodesmall {
    font-size: 12px;
}

.donation-form-page .form-top {
    padding: 20px;
    margin: 20px 0;
    overflow: hidden;
    background-color: #EFEFDB;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
}

    .donation-form-page .form-top.stage2 .e-title {
        font-size: 18px;
        font-weight: 700;
        color: #000;
    }

    .donation-form-page .form-top.stage2.regular-donation {
        margin-bottom: 20px;
    }

        .donation-form-page .form-top.stage2.regular-donation .find-my-address {
            padding-bottom: 0;
        }

            .donation-form-page .form-top.stage2.regular-donation .find-my-address input {
                margin-bottom: 10px;
            }

    .donation-form-page .form-top .e-title {
        border: 0;
        margin-top: 0;
        font-size: 28px;
        line-height: 30px;
        font-weight: 700;
    }

    .donation-form-page .form-top .input-container .gbp, .donation-form-page .form-top .input-container .donation-amount {
        font-size: 32px;
        line-height: 40px;
        font-weight: 700;
        display: inline-block;
        vertical-align: top;
    }

    .donation-form-page .form-top .input-container .gbp {
        margin-top: 10px;
        margin-right: 5px;
    }

    .donation-form-page .form-top .input-container .donation-amount {
        width: 80%;
        margin-top: 0;
        margin-bottom: 5px;
    }

        .donation-form-page .form-top .input-container .donation-amount::-webkit-input-placeholder {
            color: #d1d1d1;
        }

        .donation-form-page .form-top .input-container .donation-amount:-moz-placeholder {
            color: #d1d1d1;
        }

        .donation-form-page .form-top .input-container .donation-amount::-moz-placeholder {
            color: #d1d1d1;
        }

        .donation-form-page .form-top .input-container .donation-amount:-ms-input-placeholder {
            color: #d1d1d1;
        }

        .donation-form-page .form-top .input-container .donation-amount[readonly] {
            color: graytext;
            background: buttonface;
            cursor: default;
        }

    .donation-form-page .form-top .input-container .field-validation-error {
        margin-top: 0;
        margin-left: 25px;
    }

.donation-form-page .gift-aid-box {
    padding: 20px;
    color: #fff;
    position: relative;
    margin: 0 -20px;
    background-color: #EF3125;
}

    .donation-form-page .gift-aid-box:before {
        content: '';
        width: 0;
        height: 0;
        top: 0;
        left: 50%;
        margin-left: -27.5px;
        position: absolute;
        border-style: solid;
        border-width: 15px 27.5px 0 27.5px;
        border-color: #EFEFDB transparent transparent transparent;
    }

    .donation-form-page .gift-aid-box .giftaid {
        width: 90px;
        float: left;
        vertical-align: middle;
        margin-top: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .donation-form-page .gift-aid-box .checkbox {
        clear: both;
        display: block;
        max-width: 100%;
        margin-bottom: 10px;
        height: auto;
    }

        .donation-form-page .gift-aid-box .checkbox label {
            height: 40px;
        }

    .donation-form-page .gift-aid-box h2, .donation-form-page .gift-aid-box h3, .donation-form-page .gift-aid-box h4, .donation-form-page .gift-aid-box p, .donation-form-page .gift-aid-box a {
        color: #fff;
    }

    .donation-form-page .gift-aid-box .gift-aid-terms {
        font-size: 13px;
        line-height: 18px;
        color: #fff;
    }

    .donation-form-page .gift-aid-box .cta {
        position: relative;
    }

        .donation-form-page .gift-aid-box .cta:after {
            background-image: url("/images/icons-sefdde64f66.png");
            background-position: -3251px 0;
            background-repeat: no-repeat;
            overflow: hidden;
            display: block;
            height: 9px;
            width: 6px;
            content: " ";
            display: inline-block;
            position: absolute;
            right: -12px;
            top: 6px;
        }

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .donation-form-page .gift-aid-box .cta:after {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -2849px 0;
        height: 9px;
        width: 6px;
    }
}

.donation-form-page .gift-aid-box .cta:hover, .donation-form-page .gift-aid-box .cta:focus {
    text-decoration: underline;
}

.donation-form-page .gift-aid-box .gift-aid-disabled {
    display: none;
}

.donation-form-page .form-box {
    padding: 20px;
    background-color: #EFEFDB;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    margin-bottom: 20px;
}

    .donation-form-page .form-box.stage2 {
        margin-top: 20px;
    }

    .donation-form-page .form-box select {
        font-weight: 400;
    }

    .donation-form-page .form-box p {
        font-size: 15px;
        color: #000;
    }

    .donation-form-page .form-box .checkboxes {
        overflow: hidden;
        margin-bottom: 15px;
    }

    .donation-form-page .form-box .payment-schedule select {
        margin-bottom: 5px;
    }

    .donation-form-page .form-box .payment-details p {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 30px;
        margin-top: 10px;
    }

.donation-form-page .form-section {
    border-top: 2px solid #dddddd;
    padding-top: 20px;
    padding-bottom: 10px;
}

    .donation-form-page .form-section:first-child {
        border: 0;
        padding-top: 0;
    }

    .donation-form-page .form-section .mandatory-fields {
        width: 100%;
        text-align: right;
        font-size: 12px;
        margin-bottom: 10px;
    }

    .donation-form-page .form-section legend, .donation-form-page .form-section .e-sectiontitle {
        color: #000;
        font-size: 18px;
        font-weight: 700;
        border-bottom: 0;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .donation-form-page .form-section label {
        width: 100%;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 0;
    }

        .donation-form-page .form-section label.error, .donation-form-page .form-section label .field-validation-error {
            font-size: 12px;
            margin-top: -15px;
            margin-bottom: 10px;
        }

        .donation-form-page .form-section label span {
            font-weight: 400;
        }

    .donation-form-page .form-section .in-memory, .donation-form-page .form-section .special-occasion {
        display: none;
    }

.donation-form-page #DonationPrompt:not(.invalid) + span.field-validation-error {
    display: none;
}

.next-button, .prev-button {
    position: relative;
}

    .next-button:after, .prev-button:after {
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -ms-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        transition: all 0.1s linear;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        position: absolute;
        top: 0px;
    }

.e-back {
    display: block;
}

.prev-link {
    margin: 40px 0 0;
}

    .prev-link:before {
        background-image: url("/images/icons-sefdde64f66.png");
        background-position: -3203px 0;
        background-repeat: no-repeat;
        overflow: hidden;
        display: block;
        height: 9px;
        width: 6px;
        display: inline-block;
        content: " ";
        margin-right: 5px;
    }

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .prev-link:before {
        background-image: url("/images/icons-2x-s505f7f6493.png");
        background-size: 4037px 70px;
        background-position: -2816px 0;
        height: 9px;
        width: 6px;
    }
}

.next-button {
    margin: 20px 15px 20px 0;
    margin-bottom: 20px !important;
}

    .next-button:after {
        border-width: 26px 0 25px 15px;
        border-color: transparent transparent transparent #EF3125;
        right: -15px;
    }

    .next-button:hover:after {
        border-color: transparent transparent transparent #f14a59;
    }

    .next-button:focus, .next-button:active {
        border: 0;
        box-shadow: none;
    }

        .next-button:focus:after, .next-button:active:after {
            outline: none;
            border-color: transparent transparent transparent #92181b;
        }

.prev-button {
    font-size: 18px !important;
    margin: 28px 0 20px 15px;
    background-color: #282828 !important;
    padding: 10px 5px !important;
}

    .prev-button:after {
        border-width: 23px 15px 22px 0;
        border-color: transparent #282828 transparent transparent;
        left: -15px;
    }

    .prev-button:hover {
        background-color: #444 !important;
    }

        .prev-button:hover:after {
            border-color: transparent #444 transparent transparent;
        }

    .prev-button:focus {
        border: 0;
        background-color: #282828 !important;
    }

        .prev-button:focus:after {
            outline: none;
            border-color: transparent #282828 transparent transparent;
        }

@media (min-width:350px) {
    .prev-button {
        padding: 10px 15px !important;
    }
}

.donate-button {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: auto !important;
    font-size: 26px !important;
    margin: 20px 0;
    margin-bottom: 20px !important;
    padding: 10px 30px;
}

    .donate-button:hover {
        color: #fff !important;
        background: #EF3125 !important;
        border-color: #EF3125 !important;
    }

@media (min-width:580px) {
    .donation-form-page .radio.donate-by-card, .donation-form-page .radio.donate-by-paypal {
        padding-top: 10px;
    }

        .donation-form-page .radio.donate-by-card label, .donation-form-page .radio.donate-by-paypal label {
            width: 60%;
        }

        .donation-form-page .radio.donate-by-card .paypal p, .donation-form-page .radio.donate-by-paypal .paypal p {
            display: inline-block;
        }

        .donation-form-page .radio.donate-by-card .credit-cards, .donation-form-page .radio.donate-by-paypal .credit-cards {
            margin-top: 0;
            margin-left: 0px;
            float: right;
        }

    .donation-form-page .find-my-address input {
        width: 55%;
    }

    .donation-form-page .find-my-address .find-address {
        width: 30%;
        margin-top: 5px;
        margin-bottom: 0;
        margin-left: 10px;
        padding: 8px 30px;
    }

    .donation-form-page .find-my-address input, .donation-form-page .find-my-address .find-address {
        display: inline-block;
        vertical-align: top;
    }
}

@media (min-width:768px) {
    .donation-form-page .form-top .e-title {
        margin: 0 0 15px;
        font-size: 32px;
        line-height: 42px;
    }

    .donation-form-page .form-top .intro-text {
        margin: 20px 15px 0 0;
        font-size: 15px;
        float: left;
    }

    .donation-form-page .form-top .input-container {
        width: 180px;
        float: left;
        display: inline-block;
        overflow: hidden;
    }

        .donation-form-page .form-top .input-container .field-validation-error {
            width: 150px;
        }

    .donation-form-page .form-box .checkboxes .checkbox {
        float: left;
        margin: 10px 15px 10px 0;
        display: inline-block;
    }

        .donation-form-page .form-box .checkboxes .checkbox label {
            height: 40px;
        }

    .donation-form-page .form-box input[type="text"], .donation-form-page .form-box input[type="email"], .donation-form-page .form-box input[type="tel"], .donation-form-page .form-box input[type="password"], .donation-form-page .form-box select {
        margin-bottom: 20px !important;
    }

    .donation-form-page .find-my-address input {
        width: 40%;
    }

    .donation-form-page .find-my-address .find-address {
        width: auto;
    }
}

@media (min-width:992px) {
    .donation-form-page .form-top .intro-text {
        font-size: 16px;
        margin: 0px 15px 0 0;
    }

    .donation-form-page .donate-box .tel {
        font-size: 22px;
    }

    .donation-form-page .radio.donate-by-card, .donation-form-page .radio.donate-by-paypal {
        padding-top: 10px;
    }

        .donation-form-page .radio.donate-by-card label, .donation-form-page .radio.donate-by-paypal label {
            width: 55%;
        }

    .donation-form-page .find-my-address .find-address {
        padding: 10px 30px;
    }
}

@media (min-width:1200px) {
    .donation-form-page .form-top .intro-text {
        margin: 20px 15px 0 0;
    }

    .donation-form-page .donate-box .tel {
        font-size: 28px;
    }

    .donation-form-page .radio.donate-by-card, .donation-form-page .radio.donate-by-paypal {
        padding-top: 10px;
    }

        .donation-form-page .radio.donate-by-card label, .donation-form-page .radio.donate-by-paypal label {
            width: 60%;
        }
}

.donation-header {
    border-bottom: 0;
    position: relative;
    z-index: 10;
}

    .donation-header .e-logo {
        position: relative;
        padding-bottom: 0;
        margin-bottom: -40px;
    }

    .donation-header h1 {
        margin: 0;
    }

    .donation-header h2 {
        display: inline-block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-left: 20px;
    }

@media (min-width:992px) {
    .donation-header h1 {
        font-size: 3vw;
    }
}

@media (min-width:1430px) {
    .donation-header h1 {
        line-height: 170px;
    }
}

.m-donationShowcasePanel, .m-donatewidget {
    margin: 0;
}

    .m-donationShowcasePanel .e-donationselect, .m-donatewidget .e-donationselect {
        background: #f2f1f1;
        padding: 20px 15px;
    }

        .m-donationShowcasePanel .e-donationselect:after, .m-donatewidget .e-donationselect:after {
            visibility: hidden;
            display: block;
            content: "";
            clear: both;
            height: 0;
        }

        .m-donationShowcasePanel .e-donationselect select, .m-donatewidget .e-donationselect select {
            margin-bottom: 0;
            padding: 10px 15px;
            width: 100%;
        }

    .m-donationShowcasePanel .mobile-select, .m-donatewidget .mobile-select {
        margin: 15px 0 0;
        clear: both;
        float: left;
        width: 100%;
        list-style: none;
        padding-left: 0;
    }

        .m-donationShowcasePanel .mobile-select li, .m-donatewidget .mobile-select li {
            color: #2d2d2d;
            overflow: hidden;
            margin-bottom: 10px;
            background-color: #fff;
        }

            .m-donationShowcasePanel .mobile-select li .e-image img, .m-donatewidget .mobile-select li .e-image img {
                margin: 0;
                width: 100%;
            }

            .m-donationShowcasePanel .mobile-select li .e-image.unmatch, .m-donatewidget .mobile-select li .e-image.unmatch {
                height: auto !important;
            }

            .m-donationShowcasePanel .mobile-select li .btn, .m-donatewidget .mobile-select li .btn {
                width: 100%;
            }

            .m-donationShowcasePanel .mobile-select li .e-text, .m-donatewidget .mobile-select li .e-text {
                padding: 40px 15px 20px;
                position: relative;
            }

                .m-donationShowcasePanel .mobile-select li .e-text .e-donationamount, .m-donatewidget .mobile-select li .e-text .e-donationamount {
                    border-radius: 50%;
                    -moz-border-radius: 50%;
                    -webkit-border-radius: 50%;
                    -ms-border-radius: 50%;
                    position: absolute;
                    top: -35px;
                    left: 50%;
                    margin-left: -32px;
                    color: #fff;
                    background-color: #000;
                    padding: 0;
                    font-size: 18px;
                    font-weight: 600;
                    z-index: 20;
                    width: 68px;
                    height: 68px;
                    text-align: center;
                    line-height: 68px;
                }

                .m-donationShowcasePanel .mobile-select li .e-text .overlay, .m-donatewidget .mobile-select li .e-text .overlay {
                    opacity: 0;
                    filter: alpha(opacity=0);
                    -webkit-transition: opacity 0.3s ease-in-out;
                    -moz-transition: opacity 0.3s ease-in-out;
                    -ms-transition: opacity 0.3s ease-in-out;
                    -o-transition: opacity 0.3s ease-in-out;
                    transition: opacity 0.3s ease-in-out;
                    position: absolute;
                    top: 0;
                    left: 0;
                    bottom: 0;
                    width: 100%;
                    height: 100%;
                    background-color: #EF3125;
                    display: none;
                }

                    .m-donationShowcasePanel .mobile-select li .e-text .overlay p, .m-donatewidget .mobile-select li .e-text .overlay p {
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        -webkit-transform: translate(-50%,-50%);
                        -moz-transform: translate(-50%,-50%);
                        -ms-transform: translate(-50%,-50%);
                        -o-transform: translate(-50%,-50%);
                        transform: translate(-50%,-50%);
                        margin: 0;
                        color: #fff;
                        font-size: 24px;
                        font-weight: 400;
                        text-align: center;
                        font-family: "AppetitePro-HeavyItalic",arial,sans-serif;
                        letter-spacing: 1px;
                    }

            .m-donationShowcasePanel .mobile-select li a, .m-donatewidget .mobile-select li a {
                -webkit-transition: none;
                -moz-transition: none;
                -ms-transition: none;
                -o-transition: none;
                transition: none;
                border-bottom: 0 !important;
                float: left;
                width: 100%;
            }

                .m-donationShowcasePanel .mobile-select li a:hover .e-text .overlay, .m-donatewidget .mobile-select li a:hover .e-text .overlay {
                    opacity: 1;
                    filter: alpha(opacity=100);
                    -webkit-backface-visibility: hidden;
                    -moz-backface-visibility: hidden;
                    -ms-backface-visibility: hidden;
                    -webkit-transform: translateZ(0);
                    -moz-transform: translateZ(0);
                    -ms-transform: translateZ(0);
                    -o-transform: translateZ(0);
                    transform: translateZ(0);
                }

                .m-donationShowcasePanel .mobile-select li a.btn, .m-donatewidget .mobile-select li a.btn {
                    border-bottom: 2px solid #EF3125 !important;
                }

            .m-donationShowcasePanel .mobile-select li p, .m-donatewidget .mobile-select li p {
                margin: 0;
                font-size: 16px;
                line-height: 20px;
            }

    .m-donationShowcasePanel .m-donationShowcaseBox, .m-donatewidget .m-donationShowcaseBox {
        margin-top: 25px;
        position: relative;
        background: #f2f1f1;
    }

        .m-donationShowcasePanel .m-donationShowcaseBox:after, .m-donatewidget .m-donationShowcaseBox:after {
            moz-transform-origin: center top;
            -o-transform-origin: center top;
            -ms-transform-origin: center top;
            -webkit-transform-origin: center top;
            transform-origin: center top;
            top: 100%;
            left: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(244,244,244,0);
            border-top-color: #f2f1f1;
            border-width: 80px;
            margin-left: -80px;
            visibility: visible;
            transform: scale(1,0.5);
        }

        .m-donationShowcasePanel .m-donationShowcaseBox .tabs-top, .m-donatewidget .m-donationShowcaseBox .tabs-top {
            background: #f2f1f1;
            padding: 20px 0;
        }

            .m-donationShowcasePanel .m-donationShowcaseBox .tabs-top .options, .m-donatewidget .m-donationShowcaseBox .tabs-top .options {
                font-size: 0;
                border-bottom: none;
                margin-top: 0;
            }

                .m-donationShowcasePanel .m-donationShowcaseBox .tabs-top .options li, .m-donatewidget .m-donationShowcaseBox .tabs-top .options li {
                    -webkit-transition: all 0.2s ease-in-out;
                    -moz-transition: all 0.2s ease-in-out;
                    -ms-transition: all 0.2s ease-in-out;
                    -o-transition: all 0.2s ease-in-out;
                    transition: all 0.2s ease-in-out;
                    width: 50%;
                    display: inline-block;
                    text-align: center;
                    padding: 0 0px;
                    position: relative;
                }

                    .m-donationShowcasePanel .m-donationShowcaseBox .tabs-top .options li:after, .m-donatewidget .m-donationShowcaseBox .tabs-top .options li:after {
                        -webkit-transition: height 0.4s ease;
                        -moz-transition: height 0.4s ease;
                        -ms-transition: height 0.4s ease;
                        -o-transition: height 0.4s ease;
                        transition: height 0.4s ease;
                        position: absolute;
                        left: 50%;
                        -webkit-transform: translateX(-50%);
                        -moz-transform: translateX(-50%);
                        -ms-transform: translateX(-50%);
                        -o-transform: translateX(-50%);
                        transform: translateX(-50%);
                        content: " ";
                        display: block;
                        height: 0;
                        width: 6px;
                        background: #EF3125;
                        top: 100%;
                    }

                    .m-donationShowcasePanel .m-donationShowcaseBox .tabs-top .options li.active:after, .m-donatewidget .m-donationShowcaseBox .tabs-top .options li.active:after {
                        height: 50px;
                    }

                    .m-donationShowcasePanel .m-donationShowcaseBox .tabs-top .options li a, .m-donatewidget .m-donationShowcaseBox .tabs-top .options li a {
                        border-radius: 0;
                        -moz-border-radius: 0;
                        -webkit-border-radius: 0;
                        -ms-border-radius: 0;
                        border-width: 2px;
                        background: none;
                        border: 2px solid #EF3125;
                        color: #EF3125;
                        word-wrap: break-word;
                        white-space: normal;
                    }

                        .m-donationShowcasePanel .m-donationShowcaseBox .tabs-top .options li a:hover, .m-donatewidget .m-donationShowcaseBox .tabs-top .options li a:hover {
                            color: #fff;
                            background: #EF3125;
                        }

                    .m-donationShowcasePanel .m-donationShowcaseBox .tabs-top .options li.active a, .m-donatewidget .m-donationShowcaseBox .tabs-top .options li.active a {
                        color: #fff;
                        background: #EF3125;
                    }

                        .m-donationShowcasePanel .m-donationShowcaseBox .tabs-top .options li.active a:before, .m-donationShowcasePanel .m-donationShowcaseBox .tabs-top .options li.active a:after, .m-donatewidget .m-donationShowcaseBox .tabs-top .options li.active a:before, .m-donatewidget .m-donationShowcaseBox .tabs-top .options li.active a:after {
                            width: 100%;
                            height: 50%;
                            left: 0;
                        }

                    .m-donationShowcasePanel .m-donationShowcaseBox .tabs-top .options li:last-child a, .m-donatewidget .m-donationShowcaseBox .tabs-top .options li:last-child a {
                        margin-right: 0;
                    }

            .m-donationShowcasePanel .m-donationShowcaseBox .tabs-top .e-line, .m-donatewidget .m-donationShowcaseBox .tabs-top .e-line {
                height: 20px;
                width: 100%;
                position: relative;
                z-index: 1000;
                float: left;
                margin-top: 45px;
                margin-bottom: -25px;
            }

                .m-donationShowcasePanel .m-donationShowcaseBox .tabs-top .e-line:before, .m-donatewidget .m-donationShowcaseBox .tabs-top .e-line:before {
                    position: absolute;
                    left: 50%;
                    -webkit-transform: translateX(-50%);
                    -moz-transform: translateX(-50%);
                    -ms-transform: translateX(-50%);
                    -o-transform: translateX(-50%);
                    transform: translateX(-50%);
                    content: " ";
                    display: block;
                    top: 0;
                    height: 6px;
                    width: calc(100% - 20px);
                    background: #EF3125;
                }

                .m-donationShowcasePanel .m-donationShowcaseBox .tabs-top .e-line span:before, .m-donationShowcasePanel .m-donationShowcaseBox .tabs-top .e-line span:after, .m-donatewidget .m-donationShowcaseBox .tabs-top .e-line span:before, .m-donatewidget .m-donationShowcaseBox .tabs-top .e-line span:after {
                    content: " ";
                    display: block;
                    width: 14px;
                    height: 19.5px;
                    position: absolute;
                    top: 0;
                    background-position: center;
                    background-size: 100%;
                    background-repeat: no-repeat;
                }

                .m-donationShowcasePanel .m-donationShowcaseBox .tabs-top .e-line span:before, .m-donatewidget .m-donationShowcaseBox .tabs-top .e-line span:before {
                    left: 0;
                    background-image: url("/images/bracket-left.png");
                }

                .m-donationShowcasePanel .m-donationShowcaseBox .tabs-top .e-line span:after, .m-donatewidget .m-donationShowcaseBox .tabs-top .e-line span:after {
                    right: 0;
                    background-image: url("/images/bracket-right.png");
                }

    .m-donationShowcasePanel .donationContentInner, .m-donatewidget .donationContentInner {
        padding: 20px 0;
        background-color: #f2f1f1;
    }

        .m-donationShowcasePanel .donationContentInner input, .m-donatewidget .donationContentInner input {
            margin-top: 0;
        }

    .m-donationShowcasePanel .donate-now-panel, .m-donatewidget .donate-now-panel {
        border: 0;
        display: block;
        text-align: center;
        margin-bottom: 20px;
        background-color: #fff;
    }

        .m-donationShowcasePanel .donate-now-panel .text-panel, .m-donatewidget .donate-now-panel .text-panel {
            padding: 20px;
            position: relative;
        }

            .m-donationShowcasePanel .donate-now-panel .text-panel .donation-suggestion, .m-donatewidget .donate-now-panel .text-panel .donation-suggestion {
                border-radius: 50%;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                -ms-border-radius: 50%;
                color: #fff;
                width: 80px;
                height: 80px;
                z-index: 20;
                padding: 10px;
                font-size: 32px;
                font-weight: 700;
                position: relative;
                text-align: center;
                margin: -60px auto 15px;
                background-color: #000;
            }

                .m-donationShowcasePanel .donate-now-panel .text-panel .donation-suggestion span, .m-donatewidget .donate-now-panel .text-panel .donation-suggestion span {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    -webkit-transform: translate(-50%,-50%);
                    -moz-transform: translate(-50%,-50%);
                    -ms-transform: translate(-50%,-50%);
                    -o-transform: translate(-50%,-50%);
                    transform: translate(-50%,-50%);
                }

        .m-donationShowcasePanel .donate-now-panel .overlay, .m-donatewidget .donate-now-panel .overlay {
            opacity: 0;
            filter: alpha(opacity=0);
            -webkit-transition: opacity 0.1s ease-in-out;
            -moz-transition: opacity 0.1s ease-in-out;
            -ms-transition: opacity 0.1s ease-in-out;
            -o-transition: opacity 0.1s ease-in-out;
            transition: opacity 0.1s ease-in-out;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            background-color: #EF3125;
        }

            .m-donationShowcasePanel .donate-now-panel .overlay p, .m-donatewidget .donate-now-panel .overlay p {
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%,-50%);
                -moz-transform: translate(-50%,-50%);
                -ms-transform: translate(-50%,-50%);
                -o-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
                margin: 0;
                color: #fff;
                font-size: 24px;
                font-weight: 400;
                text-align: center;
                font-family: "AppetitePro-HeavyItalic",arial,sans-serif;
                letter-spacing: 1px;
            }

            .m-donationShowcasePanel .donate-now-panel .overlay input[type="submit"], .m-donatewidget .donate-now-panel .overlay input[type="submit"] {
                background-color: #EF3125;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }

                .m-donationShowcasePanel .donate-now-panel .overlay input[type="submit"]:hover, .m-donatewidget .donate-now-panel .overlay input[type="submit"]:hover {
                    background-color: #EF3125;
                }

        .m-donationShowcasePanel .donate-now-panel:hover .overlay, .m-donationShowcasePanel .donate-now-panel:focus .overlay, .m-donatewidget .donate-now-panel:hover .overlay, .m-donatewidget .donate-now-panel:focus .overlay {
            opacity: 1;
            filter: alpha(opacity=100);
        }

    .m-donationShowcasePanel .custom-donation, .m-donatewidget .custom-donation {
        border-top: 2px solid #fff;
    }

        .m-donationShowcasePanel .custom-donation label, .m-donatewidget .custom-donation label {
            font-weight: 700;
        }

        .m-donationShowcasePanel .custom-donation .donationContentInner .input-container, .m-donatewidget .custom-donation .donationContentInner .input-container {
            position: relative;
        }

        .m-donationShowcasePanel .custom-donation .donationContentInner .currency-input-wrapper, .m-donatewidget .custom-donation .donationContentInner .currency-input-wrapper {
            position: relative;
            display: inline;
        }

            .m-donationShowcasePanel .custom-donation .donationContentInner .currency-input-wrapper span.currency, .m-donatewidget .custom-donation .donationContentInner .currency-input-wrapper span.currency {
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
                font-size: 24px;
                line-height: 1;
                font-weight: bold;
                padding: 10px 0;
                position: absolute;
                left: 15px;
                z-index: 100;
                color: #d1d1d1;
            }

                .m-donationShowcasePanel .custom-donation .donationContentInner .currency-input-wrapper span.currency.focussed, .m-donatewidget .custom-donation .donationContentInner .currency-input-wrapper span.currency.focussed {
                    color: #000;
                }

        .m-donationShowcasePanel .custom-donation input, .m-donatewidget .custom-donation input {
            font-size: 24px;
            margin-bottom: 5px;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -ms-border-radius: 5px;
            border: none;
            width: 100%;
            padding: 15px 15px 15px 30px;
            display: inline-block;
        }

        .m-donationShowcasePanel .custom-donation .btn:active, .m-donatewidget .custom-donation .btn:active {
            box-shadow: none;
        }

        .m-donationShowcasePanel .custom-donation .btn:before, .m-donationShowcasePanel .custom-donation .btn:after, .m-donatewidget .custom-donation .btn:before, .m-donatewidget .custom-donation .btn:after {
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
            display: none;
            height: 0;
            width: 0;
        }

        .m-donationShowcasePanel .custom-donation .btn.active, .m-donatewidget .custom-donation .btn.active {
            cursor: pointer;
            background: #EF3125;
            border-color: #EF3125;
            box-shadow: none;
        }

            .m-donationShowcasePanel .custom-donation .btn.active:hover, .m-donationShowcasePanel .custom-donation .btn.active:focus, .m-donatewidget .custom-donation .btn.active:hover, .m-donatewidget .custom-donation .btn.active:focus {
                outline: none;
                color: #EF3125;
            }

                .m-donationShowcasePanel .custom-donation .btn.active:hover:before, .m-donationShowcasePanel .custom-donation .btn.active:hover:After, .m-donationShowcasePanel .custom-donation .btn.active:focus:before, .m-donationShowcasePanel .custom-donation .btn.active:focus:After, .m-donatewidget .custom-donation .btn.active:hover:before, .m-donatewidget .custom-donation .btn.active:hover:After, .m-donatewidget .custom-donation .btn.active:focus:before, .m-donatewidget .custom-donation .btn.active:focus:After {
                    height: 50%;
                    width: 100%;
                }

            .m-donationShowcasePanel .custom-donation .btn.active:before, .m-donationShowcasePanel .custom-donation .btn.active:after, .m-donatewidget .custom-donation .btn.active:before, .m-donatewidget .custom-donation .btn.active:after {
                display: block;
                height: 0;
                width: 2px;
            }

    .m-donationShowcasePanel .payment-methods, .m-donatewidget .payment-methods {
        text-align: center;
        border-top: 2px solid #fff;
    }

        .m-donationShowcasePanel .payment-methods .donationContentInner, .m-donatewidget .payment-methods .donationContentInner {
            overflow: hidden;
        }

        .m-donationShowcasePanel .payment-methods .image-container, .m-donatewidget .payment-methods .image-container {
            display: inline-block;
            vertical-align: middle;
            text-align: center;
        }

            .m-donationShowcasePanel .payment-methods .image-container.method1, .m-donatewidget .payment-methods .image-container.method1 {
                margin-top: 0;
                display: block;
            }

                .m-donationShowcasePanel .payment-methods .image-container.method1 img, .m-donatewidget .payment-methods .image-container.method1 img {
                    display: block;
                    max-width: 230px;
                    margin: 0 auto;
                }

                    .m-donationShowcasePanel .payment-methods .image-container.method1 img.fr-logo, .m-donatewidget .payment-methods .image-container.method1 img.fr-logo {
                        max-width: 190px;
                        margin: 0 auto 25px;
                    }

@media (min-width:620px) {
    .m-donationShowcasePanel .payment-methods .image-container.method1, .m-donatewidget .payment-methods .image-container.method1 {
        width: 50%;
        float: left;
    }

        .m-donationShowcasePanel .payment-methods .image-container.method1 img.fr-logo, .m-donatewidget .payment-methods .image-container.method1 img.fr-logo {
            margin: 15px auto 25px;
        }

    .m-donationShowcasePanel .payment-methods .image-container.method2, .m-donatewidget .payment-methods .image-container.method2 {
        width: 40%;
        float: right;
        margin: 0 20px;
    }

    .m-donationShowcasePanel .payment-methods .image-container.method3, .m-donatewidget .payment-methods .image-container.method3 {
        width: 30%;
    }
}

@media (min-width:768px) {
    .m-donationShowcasePanel .custom-donation .currency-input-wrapper span.currency, .m-donatewidget .custom-donation .currency-input-wrapper span.currency {
        left: 35px;
    }

    .m-donationShowcasePanel .custom-donation input, .m-donatewidget .custom-donation input {
        width: 350px;
    }

    .m-donationShowcasePanel .custom-donation .btn, .m-donatewidget .custom-donation .btn {
        margin-left: 20px;
    }

    .m-donationShowcasePanel .payment-methods .image-container, .m-donatewidget .payment-methods .image-container {
        margin: 0;
    }

    .m-donationShowcasePanel .mobile-select, .m-donatewidget .mobile-select {
        padding-left: 0;
        list-style: none;
    }

        .m-donationShowcasePanel .mobile-select li, .m-donatewidget .mobile-select li {
            position: relative;
        }

            .m-donationShowcasePanel .mobile-select li .e-image, .m-donatewidget .mobile-select li .e-image {
                width: 25%;
                float: left;
                display: block;
                overflow: hidden;
                position: relative;
            }

                .m-donationShowcasePanel .mobile-select li .e-image img, .m-donatewidget .mobile-select li .e-image img {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    width: auto;
                    height: auto;
                    max-height: none;
                    max-width: none;
                    min-height: 100%;
                    min-width: 100%;
                    transform: translate(-50%,-50%);
                    -ms-transform: translate(-50%,-50%);
                    -webkit-transform: translate(-50%,-50%);
                    display: block;
                }

            .m-donationShowcasePanel .mobile-select li .e-text, .m-donatewidget .mobile-select li .e-text {
                padding: 30px 30px 30px 50px;
            }

                .m-donationShowcasePanel .mobile-select li .e-text .e-donationamount, .m-donatewidget .mobile-select li .e-text .e-donationamount {
                    left: 0;
                    top: 50%;
                    margin-top: -32px;
                }

            .m-donationShowcasePanel .mobile-select li .e-text, .m-donatewidget .mobile-select li .e-text {
                width: 55%;
                float: left;
            }

                .m-donationShowcasePanel .mobile-select li .e-text p, .m-donatewidget .mobile-select li .e-text p {
                    text-align: left;
                }

            .m-donationShowcasePanel .mobile-select li .btn, .m-donatewidget .mobile-select li .btn {
                width: 20%;
                float: right;
                height: 100%;
                top: 0;
                position: absolute;
            }

    .m-donationShowcasePanel .m-donationShowcaseBox .tabs-top, .m-donatewidget .m-donationShowcaseBox .tabs-top {
        padding: 40px 0 20px;
    }

        .m-donationShowcasePanel .m-donationShowcaseBox .tabs-top .options li, .m-donatewidget .m-donationShowcaseBox .tabs-top .options li {
            padding: 0 20px;
        }
}

@media (min-width:992px) {
    .m-donationShowcasePanel .m-donationShowcaseBox .options li a, .m-donatewidget .m-donationShowcaseBox .options li a {
        font-size: 20px;
        line-height: 30px;
        padding: 15px 5px;
    }

    .m-donationShowcasePanel .donationContentInner, .m-donatewidget .donationContentInner {
        padding: 30px 0;
    }

    .m-donationShowcasePanel .donate-now-panel, .m-donatewidget .donate-now-panel {
        margin-bottom: 0;
    }

    .m-donationShowcasePanel .custom-donation .donationContentInner label, .m-donatewidget .custom-donation .donationContentInner label {
        width: 48%;
    }

    .m-donationShowcasePanel .custom-donation .donationContentInner label, .m-donationShowcasePanel .custom-donation .donationContentInner .input-container, .m-donatewidget .custom-donation .donationContentInner label, .m-donatewidget .custom-donation .donationContentInner .input-container {
        display: inline-block;
        vertical-align: middle;
    }

    .m-donationShowcasePanel .custom-donation .donationContentInner .input-container, .m-donatewidget .custom-donation .donationContentInner .input-container {
        width: 48%;
        position: relative;
    }

        .m-donationShowcasePanel .custom-donation .donationContentInner .input-container input, .m-donatewidget .custom-donation .donationContentInner .input-container input {
            width: 100%;
            padding: 13px 15px 13px 35px;
        }

    .m-donationShowcasePanel .custom-donation .donationContentInner .currency.focussed, .m-donatewidget .custom-donation .donationContentInner .currency.focussed {
        color: #000;
    }

    .m-donationShowcasePanel .custom-donation .donationContentInner .btn, .m-donatewidget .custom-donation .donationContentInner .btn {
        margin-top: 0;
        font-size: 24px;
    }

    .m-donationShowcasePanel .payment-methods .donationContentInner, .m-donatewidget .payment-methods .donationContentInner {
        padding: 10px 0;
    }

    .m-donationShowcasePanel .payment-methods .image-container, .m-donatewidget .payment-methods .image-container {
        float: none !important;
        width: 28% !important;
    }

        .m-donationShowcasePanel .payment-methods .image-container.method1, .m-donatewidget .payment-methods .image-container.method1 {
            width: 35% !important;
            display: inline-block;
        }

            .m-donationShowcasePanel .payment-methods .image-container.method1 img, .m-donatewidget .payment-methods .image-container.method1 img {
                width: 43%;
                margin: 0 !important;
                display: inline-block;
                vertical-align: middle;
            }

                .m-donationShowcasePanel .payment-methods .image-container.method1 img.fr-logo, .m-donatewidget .payment-methods .image-container.method1 img.fr-logo {
                    margin-right: 10% !important;
                }

        .m-donationShowcasePanel .payment-methods .image-container.method2, .m-donatewidget .payment-methods .image-container.method2 {
            width: 27% !important;
            margin: 0 40px;
        }

    .m-donationShowcasePanel .m-donationShowcaseBox .tabs-top .options li a:hover, .m-donatewidget .m-donationShowcaseBox .tabs-top .options li a:hover {
        background: transparent;
    }
}

@media (min-width:1200px) {
    .m-donationShowcasePanel .custom-donation .donationContentInner label, .m-donatewidget .custom-donation .donationContentInner label {
        width: 38%;
    }

    .m-donationShowcasePanel .custom-donation .donationContentInner .input-container, .m-donatewidget .custom-donation .donationContentInner .input-container {
        width: 60%;
    }

    .m-donationShowcasePanel .payment-methods .image-container.method1, .m-donatewidget .payment-methods .image-container.method1 {
        width: 30% !important;
    }

    .m-donationShowcasePanel .payment-methods .image-container.method2, .m-donatewidget .payment-methods .image-container.method2 {
        width: 33% !important;
        margin: 0 40px;
    }

    .m-donationShowcasePanel .payment-methods .image-container.method3, .m-donatewidget .payment-methods .image-container.method3 {
        width: 28% !important;
    }
}

@media (min-width:1430px) {
    .m-donationShowcasePanel .payment-methods .image-container.method1 img, .m-donatewidget .payment-methods .image-container.method1 img {
        width: 41% !important;
    }

        .m-donationShowcasePanel .payment-methods .image-container.method1 img.fr-logo, .m-donatewidget .payment-methods .image-container.method1 img.fr-logo {
            margin-right: 16% !important;
        }
}

.m-thankyoutop {
    float: left;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 2px solid #f2f1f1;
    margin-bottom: 20px;
    margin-top: 30px;
}

    .m-thankyoutop h4 {
        margin-bottom: 30px;
        font-size: 24px;
        line-height: 28px;
    }

    .m-thankyoutop h5 span {
        color: #EF3125;
    }

@media (min-width:768px) {
    .m-thankyoutop {
        padding-bottom: 40px;
        margin-bottom: 30px;
        margin-top: 0;
    }
}

.l-holdingpage ul {
    padding: 0;
    margin: -5px;
    list-style: none;
}

    .l-holdingpage ul li {
        text-indent: 0;
    }

        .l-holdingpage ul li:before {
            content: none;
        }

.l-holdingpage .l-content {
    margin: 15px 0 30px;
}

.l-holdingpage .e-intro {
    margin-bottom: 30px;
}

.l-holdingpage .e-contactmodule {
    overflow: hidden;
    margin-bottom: 10px;
}

    .l-holdingpage .e-contactmodule .e-title {
        font-size: 18px;
        line-height: 24px;
    }

    .l-holdingpage .e-contactmodule ul {
        padding-left: 20px;
        margin: 30px 0;
    }

        .l-holdingpage .e-contactmodule ul li {
            position: relative;
            padding-left: 20px;
            margin-bottom: 5px;
        }

            .l-holdingpage .e-contactmodule ul li:before {
                content: "\2022";
                display: inline-block;
                position: absolute;
                left: 0;
                top: 0;
                color: #EF3125;
                font-size: 20px;
            }

            .l-holdingpage .e-contactmodule ul li span {
                font-weight: 600;
            }

        .l-holdingpage .e-contactmodule ul:last-child, .l-holdingpage .e-contactmodule ul.last-child {
            margin-bottom: -5px;
        }

.m-holdingpagebanner {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #f2f1f1;
}

    .m-holdingpagebanner .container {
        position: relative;
    }

        .m-holdingpagebanner .container img {
            width: 100%;
        }

    .m-holdingpagebanner .e-bannertext {
        padding: 15px;
    }

        .m-holdingpagebanner .e-bannertext h1, .m-holdingpagebanner .e-bannertext p {
            color: #000;
        }

@media (min-width:768px) {
    .m-holdingpagebanner h1 {
        font-size: 50px;
        line-height: 60px;
    }
}

@media (min-width:992px) {
    .m-holdingpagebanner .e-bannertext {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 565px;
        left: 30px;
        padding: 0;
    }
}

.l-holdingpage {
    background-color: #f2f1f1;
}

    .l-holdingpage ul {
        padding: 0;
        margin: -5px;
        list-style: none;
    }

        .l-holdingpage ul li {
            text-indent: 0;
        }

            .l-holdingpage ul li:before {
                content: none;
            }

    .l-holdingpage .l-content {
        margin: 15px 0 30px;
    }

    .l-holdingpage .l-pageholder {
        max-width: 1200px;
    }

    .l-holdingpage .e-intro {
        margin-bottom: 30px;
    }

    .l-holdingpage .e-contactmodule {
        overflow: hidden;
        margin-bottom: 10px;
    }

        .l-holdingpage .e-contactmodule .e-title {
            font-size: 18px;
            line-height: 24px;
        }

        .l-holdingpage .e-contactmodule ul {
            padding-left: 20px;
            margin: 30px 0;
        }

            .l-holdingpage .e-contactmodule ul li {
                position: relative;
                padding-left: 20px;
                margin-bottom: 5px;
            }

                .l-holdingpage .e-contactmodule ul li:before {
                    content: "\2022";
                    display: inline-block;
                    position: absolute;
                    left: 0;
                    top: 0;
                    color: #EF3125;
                    font-size: 20px;
                }

                .l-holdingpage .e-contactmodule ul li span {
                    font-weight: 600;
                }

            .l-holdingpage .e-contactmodule ul:last-child, .l-holdingpage .e-contactmodule ul.last-child {
                margin-bottom: -5px;
            }

.m-holdingpagebanner.bytenight {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #f2f1f1;
}

    .m-holdingpagebanner.bytenight .e-bannertext {
        padding: 15px;
    }

        .m-holdingpagebanner.bytenight .e-bannertext h1, .m-holdingpagebanner.bytenight .e-bannertext p {
            color: #000;
        }

@media (min-width:768px) {
    .m-holdingpagebanner.bytenight h1 {
        font-size: 50px;
        line-height: 60px;
    }
}

@media (min-width:992px) {
    .m-holdingpagebanner.bytenight .e-bannertext {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 565px;
        left: 30px;
        padding: 0;
    }
}

.donation-header.bytenight {
    padding: 25px 0;
    background: #000;
    border-bottom: none;
}

    .donation-header.bytenight .logo {
        width: 100%;
        max-width: 270px;
        background-image: url("/images/bytenight-header.jpg");
    }

.petition-page-wrapper {
}

@media screen and (min-width:992px) {
    .petition-page-wrapper .petition-details {
        margin-bottom: 30px;
    }
}

.petition-page-wrapper .petition-details .petition-details-image {
    width: 100%;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    margin-bottom: 30px;
}

.petition-page-wrapper .petition-details .petition-details-title {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 40px;
    margin-bottom: 50px;
}

.petition-page-wrapper .icon-bullet-wrapper {
    position: relative;
    padding-left: 60px;
    margin-bottom: 40px;
}

    .petition-page-wrapper .icon-bullet-wrapper img {
        position: absolute;
        left: 0;
        top: 10px;
        max-width: 30px;
    }

    .petition-page-wrapper .icon-bullet-wrapper p {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 36px;
    }

.petition-page-wrapper .petition-form-wrapper {
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    padding: 30px 20px;
    background: #FDB913;
    margin-bottom: 30px;
}

@media screen and (min-width:992px) {
    .petition-page-wrapper .petition-form-wrapper {
        padding: 30px 40px;
    }
}

.petition-page-wrapper .petition-form-wrapper .number-of-signatures {
    font-weight: 500;
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
    display: block;
    text-align: center;
}

@media screen and (min-width:992px) {
    .petition-page-wrapper .petition-form-wrapper .number-of-signatures {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 26px;
    }
}

.petition-page-wrapper .petition-form-wrapper .target-progress-bar {
    height: 40px;
    position: relative;
    overflow: hidden;
    margin: 20px 0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
}

    .petition-page-wrapper .petition-form-wrapper .target-progress-bar .achieved, .petition-page-wrapper .petition-form-wrapper .target-progress-bar .target {
        height: 40px;
        position: absolute;
    }

    .petition-page-wrapper .petition-form-wrapper .target-progress-bar .target {
        width: 100%;
        background: #fff;
        z-index: 1;
    }

    .petition-page-wrapper .petition-form-wrapper .target-progress-bar .achieved {
        background: #EF3125;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        z-index: 2;
        transition: all 2s linear 1s;
        width: 0;
        left: -20px;
    }

        .petition-page-wrapper .petition-form-wrapper .target-progress-bar .achieved.data-loaded {
            left: 0;
        }

        .petition-page-wrapper .petition-form-wrapper .target-progress-bar .achieved .arrow {
            position: absolute;
            width: 46px;
            padding-bottom: 37px;
            border-radius: 4px;
            overflow: hidden;
            transform-origin: 100% 0;
            transform: rotate(135deg);
            right: 15px;
            top: 52px;
        }

            .petition-page-wrapper .petition-form-wrapper .target-progress-bar .achieved .arrow:after {
                content: "";
                position: absolute;
                top: 0;
                right: 8px;
                width: 100%;
                height: 141%;
                transform-origin: inherit;
                transform: rotate(45deg);
                background: #EF3125;
            }

.petition-page-wrapper .petition-form-wrapper .petition-form-row {
    margin-left: -10px;
    margin-right: -10px;
}

    .petition-page-wrapper .petition-form-wrapper .petition-form-row div[class^="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }

    .petition-page-wrapper .petition-form-wrapper .petition-form-row input {
        margin-bottom: 15px;
    }

    .petition-page-wrapper .petition-form-wrapper .petition-form-row .btn#btnsubmit {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 36px;
        margin: 20px 0;
    }

.petition-page-wrapper .petition-form-wrapper .petition-title {
    font-weight: 700;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 36px;
    text-align: center;
}

@media screen and (min-width:992px) {
    .petition-page-wrapper .petition-form-wrapper .petition-title {
        font-size: 42px;
        font-size: 4.2rem;
        line-height: 50px;
    }
}

.petition-page-wrapper .petition-form-wrapper label {
    font-weight: 400;
}

.petition-page-wrapper .petition-form-wrapper .opt-in-message {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    display: inline-block;
}

    .petition-page-wrapper .petition-form-wrapper .opt-in-message a {
        color: #000;
        text-decoration: underline;
    }

.petition-page-wrapper .petition-form-wrapper .petition-radio-default {
    display: none;
}

.petition-page-wrapper .petition-form-wrapper .petition-radio-label {
    float: left;
    margin-top: 20px;
    font-weight: 500;
}

.petition-page-wrapper .petition-form-wrapper .petition-radio-options {
    display: inline-block;
    float: right;
    margin-right: 70px;
    margin-top: 20px;
}

@media screen and (min-width:992px) {
    .petition-page-wrapper .petition-form-wrapper .petition-radio-options {
        margin-right: -10px;
    }
}

@media screen and (min-width:1200px) {
    .petition-page-wrapper .petition-form-wrapper .petition-radio-options {
        margin-right: 30px;
    }
}

.petition-page-wrapper .petition-form-wrapper .petition-radio-options .radio-container {
    display: inline-block;
    position: relative;
    padding-right: 30px;
    cursor: pointer;
    font-weight: 300;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

    .petition-page-wrapper .petition-form-wrapper .petition-radio-options .radio-container:last-of-type {
        padding-left: 10px;
    }

    .petition-page-wrapper .petition-form-wrapper .petition-radio-options .radio-container input.petition-radio {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

        .petition-page-wrapper .petition-form-wrapper .petition-radio-options .radio-container input.petition-radio:checked ~ .radio-display-span {
            background: #EF3125;
        }

            .petition-page-wrapper .petition-form-wrapper .petition-radio-options .radio-container input.petition-radio:checked ~ .radio-display-span:after {
                display: block;
            }

    .petition-page-wrapper .petition-form-wrapper .petition-radio-options .radio-container .radio-display-span {
        position: absolute;
        top: 0;
        right: 0;
        height: 25px;
        width: 25px;
        background: #fff;
        border-radius: 100%;
        text-align: center;
    }

        .petition-page-wrapper .petition-form-wrapper .petition-radio-options .radio-container .radio-display-span:after {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\f00c";
            color: #fff;
            display: none;
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 25px;
        }

.petition-page-wrapper .scroll-to-top-wrapper {
    text-align: center;
}

    .petition-page-wrapper .scroll-to-top-wrapper .btn#scrollTopBtn {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 36px;
        margin: 20px 0;
    }

.petition-page-wrapper input[type="number"]::-webkit-outer-spin-button, .petition-page-wrapper input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.petition-page-wrapper input[type="number"] {
    -moz-appearance: textfield;
}

@media screen and (min-width:992px) {
    .petition-thankyou-wrapper .content-block-wrapper {
        text-align: center;
    }
}

.petition-thankyou-wrapper .donation-widget-section {
    background: #EFEFDB;
}

    .petition-thankyou-wrapper .donation-widget-section .donation-image {
        border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        -ms-border-radius: 30px;
        margin-bottom: 30px;
    }

    .petition-thankyou-wrapper .donation-widget-section .m-textvideo {
        overflow: visible;
        margin: 20px 0;
    }

        .petition-thankyou-wrapper .donation-widget-section .m-textvideo .video {
            margin: 20px -20px;
            border-radius: 0px;
            -moz-border-radius: 0px;
            -webkit-border-radius: 0px;
            -ms-border-radius: 0px;
        }

@media screen and (min-width:992px) {
    .petition-thankyou-wrapper .donation-widget-section .m-textvideo .video {
        margin: 0;
    }

        .petition-thankyou-wrapper .donation-widget-section .m-textvideo .video img {
            border-radius: 30px;
            -moz-border-radius: 30px;
            -webkit-border-radius: 30px;
            -ms-border-radius: 30px;
        }
}

@media screen and (min-width:992px) {
    .petition-thankyou-wrapper .share-section {
        text-align: center;
    }
}

.share-section .share-button {
    display: inline-block;
    height: 50px;
    width: 50px;
    margin: 5px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    color: #fff;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 50px;
    text-align: center;
}

@media screen and (min-width:992px) {
    .share-section .share-button {
        height: 60px;
        width: 60px;
        margin: 15px;
        font-size: 30px;
        font-size: 3rem;
        line-height: 60px;
    }
}

.share-section .share-button.share-facebook {
    background-color: #39589B;
}

.share-section .share-button.share-messenger {
    background-color: #0084FF;
}

    .share-section .share-button.share-messenger img {
        width: 25px;
        margin-top: -10px;
    }

@media screen and (min-width:992px) {
    .share-section .share-button.share-messenger img {
        width: 30px;
    }
}

.share-section .share-button.share-twitter {
    background-color: #1DA1F2;
}

.share-section .share-button.share-linkedin {
    background-color: #0077B5;
}

.share-section .share-button.share-instagram {
    background-color: #405DE6;
}

.share-section .share-button.share-whatsapp {
    background-color: #25D366;
}

.share-section .share-button.share-email {
    background-color: #949597;
}

@media (max-width:400px) {
    .col-xxs-12 {
        float: none;
        width: 100%;
    }

    .hidden-xxs {
        display: none !important;
    }
}

@media print {
    body {
        margin: 0;
        padding: 0 !important;
        min-width: 768px;
    }

    .container {
        width: auto;
        min-width: 768px;
    }

    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666666666666%;
    }

    .col-sm-10 {
        width: 83.33333333333334%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666666666666%;
    }

    .col-sm-7 {
        width: 58.333333333333336%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666666666667%;
    }

    .col-sm-4 {
        width: 33.33333333333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.666666666666664%;
    }

    .col-sm-1 {
        width: 8.333333333333332%;
    }

    .m-accordionItem .more {
        display: block !important;
    }

    .m-donate .hidden-xs {
        display: block !important;
    }

    header a[href]:after, .m-pagetop .breadcrumb li a[href]:after {
        display: none !important;
    }

    .l-leftnav {
        display: none !important;
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        padding: 15px;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    @page {
        margin: 0.5cm;
        min-width: 768px;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h1 {
        font-size: 42pt !important;
        line-height: 52pt !important;
    }

    h2 {
        font-size: 30pt !important;
        line-height: 40pt !important;
    }

    h3 {
        font-size: 25pt !important;
        line-height: 35pt !important;
    }

    h4 {
        font-size: 20pt !important;
        line-height: 30pt !important;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    img {
        max-width: 100% !important;
        page-break-inside: avoid;
    }

    .slick-slide {
        max-width: 100% !important;
    }

    .slick-track {
        opacity: 1 !important;
        width: 100% !important;
        transform: none !important;
    }

    .slick-cloned {
        display: none !important;
    }

    .slick-slide div, .m-pagecarousel .slides .text .preamble {
        display: block !important;
    }

    .m-pagecarousel .slides h1 {
        font-size: 42pt !important;
        line-height: 52pt !important;
        padding: 0 !important;
    }

    .slick-dots {
        display: none !important;
    }

    .e-right, .e-left {
        display: none !important;
    }

    .l-pagetext section.m-steps .e-stepitem, .m-footerfeature .e-box {
        min-height: 0 !important;
    }

    .m-resourcegrid .item .icon {
        height: auto !important;
    }

    .m-indexitems img {
        max-width: 270px !important;
    }

    .m-3colmoretoexplore img {
        max-width: 455px !important;
    }

    .m-footerfeature .e-box .text {
        margin: 0 !important;
        display: block !important;
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .m-footerfeature .e-box .rollover {
        position: relative !important;
        top: auto;
        bottom: auto;
        display: block !important;
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .m-steps {
        display: none !important;
    }
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

    .mfp-preloader a {
        color: #CCC;
    }

        .mfp-preloader a:hover {
            color: #FFF;
        }

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace;
}

    .mfp-close:hover, .mfp-close:focus {
        opacity: 1;
    }

    .mfp-close:active {
        top: 1px;
    }

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

    .mfp-arrow:active {
        margin-top: -54px;
    }

    .mfp-arrow:hover, .mfp-arrow:focus {
        opacity: 1;
    }

    .mfp-arrow:before, .mfp-arrow:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent;
    }

    .mfp-arrow:after {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px;
    }

    .mfp-arrow:before {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: 0.7;
    }

.mfp-arrow-left {
    left: 0;
}

    .mfp-arrow-left:after {
        border-right: 17px solid #FFF;
        margin-left: 31px;
    }

    .mfp-arrow-left:before {
        margin-left: 25px;
        border-right: 27px solid #3F3F3F;
    }

.mfp-arrow-right {
    right: 0;
}

    .mfp-arrow-right:after {
        border-left: 17px solid #FFF;
        margin-left: 39px;
    }

    .mfp-arrow-right:before {
        border-left: 27px solid #3F3F3F;
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px;
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px;
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0,0,0,0.6);
        background: #000;
    }

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

.mfp-figure {
    line-height: 0;
}

    .mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0,0,0,0.6);
        background: #444;
    }

    .mfp-figure small {
        color: #BDBDBD;
        display: block;
        font-size: 12px;
        line-height: 14px;
    }

    .mfp-figure figure {
        margin: 0;
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0;
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
