*, :after, :before {
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: #4f4c54;
    font-size: 16px;
    line-height: 1.25em;
    padding: 0;
    margin: 0;
}

a {
	color: #007ac9;
    text-decoration: underline;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

p {
	margin-bottom: 1.25em;
}
/* HEADER STYLES */
.campaigns-header {
	background-color: #eae8e4;
	background-image: url(https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/13/header-bg.jpg?v=1519643206000);
	padding: 0;
    height: 70px;
}

.campaigns-header .inner {
    padding: 0 0 0 3.75em;
}

@media (max-width: 47.9375em) {
	.campaigns-header {
		height: 64px;
	}
}

.campaigns-header__logo {
    display: block;
    float: left;
    width: 5.8125em;
    margin-top: 13px;
}

@media (max-width: 61.9375em) {
    .campaigns-header .inner {
        padding: 0 0 0 1.875em;
    }
}

@media (max-width: 47.9375em) {
    .campaigns-header__logo {
        width: 76px;
        margin-top: 14px;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
        margin-left: 50%;
    }
}

/* CONTENT STYLES */

.campaigns-footer {
	padding-bottom: 3.125em;
	padding-top: 3.125em;
	display: block;
	position: relative;
	background: #e0ded8;
}

.campaigns-footer .inner {
    padding: 0 6.25em;
}

@media (max-width: 1024px) {
    .campaigns-footer .inner {
        padding: 0 2.5em;
    }
}

@media (max-width: 620px) {
	.campaigns-footer .inner {
		padding: 0 .625em;
	}
}

.campaigns-footer__content {
	padding: 1.25em 0.625em;
}

.campaigns-footer__content--copyright {
	font-size: .875em;
}

.footer-nav {
	float: left;
    width: 100%;
    margin-top: 20px;
}

.footer-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.footer-nav__nav-item {
    float: left;
    margin-top: .3125em;
}

.footer-nav__nav-item:not(:last-child):after {
    content: "|";
    float: right;
    margin: 0 .5em;
}

/* GENERAL STYLES */
/* TYPOGRAPHY */
h1, h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3.125em;
    line-height: 1.12em;
    margin: 0;
}

h1 {
    margin-top: 0.6125em;
}

/* BUTTON */
button {
    font-family: Arial, Helvetica, sans-serif;
    background: #007ac9;
    border: none;
    box-shadow: 0 3px 0 0 rgba(130,120,111,.3);
    color: #fff;
    cursor: pointer;
    font-size: 1.125em;
    display: inline-block;
    padding: .72222em 2.22222em;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all .25s;
    transition: all .25s;
    height: 2.66667em;
    line-height: normal;
    text-transform: uppercase;
}

button:hover {
    background-color: #3192D1;
    box-shadow: 0 3px 0 0 rgba(130,120,111,.3);
    color: #fff;
}

input[type=text], input[type=email], input[type=date], input[type=number], input[type=password], select, textarea {
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.25em;
    border: 1px solid #D5D2CA;
    color: #414042;
    height: 3em;
    padding: 0.75em;
    width: 100%;
}

@media (max-width: 620px) {
    input[type=text], input[type=email], input[type=date], input[type=number], select, textarea {
        width: 100%;
    }
}

.standfirst {
	font-size: 1.6875em;
    line-height: 1.22222em;
}

.wrapper {
	position: relative;
    overflow: hidden;
    width: 100%;
}

.inner-wrapper {
	max-width: 74em;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.en__component--row {
    padding: 2.5em 6.25em;
    background-color: #fff;
}

.en__component--row--alt {
    background: #f4f4f2;
}

.en__component--row:after {
    clear: both;
    content: "";
    display: table;
}

@media (max-width: 1024px) {
	.en__component--row {
		padding: 2.5em 2.5em;
	}
}

@media (max-width: 620px) {
	.en__component--row {
		padding: 1.563em .625em;
	}
}

.en__component--row--1 .en__component--column {
    width: 100%;
    display: block;
}

.en__component--row--2 .en__component--column {
    float: left;
    width: 50%;
}

@media (max-width: 620px) {
	.en__component--row--2 .en__component--column {
		float: none;
		width: 100%;
	}
}

.en__component--row--2 .en__component--column:first-child {
	padding-right: 10px;
}
@media (max-width: 620px) {
	.en__component--row--2 .en__component--column:first-child {
		padding-right: 0;
	}
}

.en__component--row--2 .en__component--column:last-child {
	padding-left: 10px;
}
@media (max-width: 620px) {
	.en__component--row--2 .en__component--column:last-child {
		padding-left: 0;
	}
}

.impact__heading {
	background: #fecb00;
    margin: 0;
    position: relative;
    padding: .36em 1.5em .36em .4em;
}

.impact__heading .icon {
    height: auto;
    margin-top: -.48em;
    position: absolute;
    right: .48em;
    top: 50%;
    width: auto;
}

.en__field--question .en__field__element--calendar, .en__field--question .en__field__element--password, .en__field--question .en__field__element--select, .en__field--question .en__field__element--splitselect, .en__field--question .en__field__element--splittext, .en__field--question .en__field__element--text, .en__field--question .en__field__element--textarea, .en__field--question .en__field__element--tripleselect, .en__field--question .en__field__element--tripletext, .en__field--question .en__field__item, .en__field--question .en__field__label, .en__field--question .en__field__element--tripleselect .en__field__item, .en__field--question .en__field__element--tripletext .en__field__item, .en__field--question .en__field__element--splitselect .en__field__item, .en__field--question .en__field__element--splittext .en__field__item {
	display: block;
}

.en__field--checkbox.en__field--dpaemail, .en__field--checkbox.en__field--dpamail, .en__field--checkbox.en__field--dpasms, .en__field--checkbox.en__field--dpatelephone {
	display: inline-block;
}

@media (max-width: 620px) {
	.en__field--checkbox.en__field--dpaemail, .en__field--checkbox.en__field--dpamail, .en__field--checkbox.en__field--dpasms, .en__field--checkbox.en__field--dpatelephone {
		display: block;
	}
}

.en__field--question .en__field__label {
    display: block;
    width: 100%;
    font-weight: bold;
}

.en__field--question .en__field__label.en__field__label--item {
    font-weight: normal;
    display: inline-block;
    width: auto;
	cursor: pointer;
    padding-left: 2.05882em;
    padding-top: .375em;
    position: relative;
    margin-right: 20px;
}

.en__field--question .en__field__element--checkbox .en__field__label.en__field__label--item {
	padding-left: 0;
}

.en__field--question .en__field__input--radio~label:before {
	background-color: #fff;
    border: 1px solid #D5D2CA;
    content: "";
    display: inline-block;
    float: left;
    margin-left: -2.05882em;
    margin-top: -.35294em;
    height: 1.52941em;
    width: 1.52941em;
    border-radius: 50%;
}

.en__field--question .en__field__input--radio:checked~label:after {
	background: #007ac9;
    content: "";
    height: .70588em;
    left: .41176em;
    position: absolute;
    top: .47059em;
    width: .70588em;
    border-radius: 50%;
}

.en__field--question .en__field__input--checkbox~label:before {
    background-color: #fff;
    border: 1px solid #D5D2CA;
    content: "";
    float: left;
    height: 2.82353em;
    margin-right: .58824em;
    margin-top: -.875em;
    width: 2.82353em;
}

.en__field--question .en__field__input--checkbox:checked~label:before {
    background-image: url(https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/13/tick-blue.svg?v=1496605939000);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80% auto;
}

.en__field--question .en__field__input--radio, .en__field--question .en__field__input--checkbox {
    position: absolute;
    left: -999em;
}

.en__field--question .en__field__element--radio .en__field__item, .en__field--question .en__field__element--checkbox .en__field__item {
	display: inline-block;
}

@media (max-width: 620px) {
	.en__field--question .en__field__element--radio .en__field__item, .en__field--question .en__field__element--checkbox .en__field__item {
		display: block;
	}
}

.en__field--textarea .en__field__element--textarea, .en__field--text .en__field__element--text, .en__field--select .en__field__element--select {
    display: block;
}

.en__field--question .en__field__input--select {
    background: #fff;
    border: 1px solid #D5D2CA;
    border-radius: 0;
    color: #414042;
    font-size: 1em;
    height: 3em;
    padding: .75em;
	background: url(https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/13/select-arrow.png?v=1496600536000) right no-repeat #fff;
    -webkit-appearance: none;
    padding-right: 3.125em;
}


@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
	.en__field--question .en__field__input--select {
		background-image: none;
		padding-right: .75em;
	}
}

.en__field__element--textarea .en__field__input--textarea {
    padding: 4px;
    font-size: 1em;
    line-height: 1.875em;
    font-family: Arial, Helvetica, sans-serif;
    background: linear-gradient(transparent, transparent 29px, #999999 29px);
    background-size: 1.875em 1.875em;
    width: 100%;
    height: 11.25em;
    resize: none;
    border: none;
}

.en__component.en__component--contactblock {
    padding: 1px;
}

.en__contact--open .en__contact__toggle {
    display: none;
}

.en__component .en__field--textarea {
    padding: 2.5em;
}
@media (max-width: 620px) {
    .en__component .en__field--textarea {
        padding: 0;
    }
}

.en__component--row:nth-child(odd) {
    background-color: #f4f4f2;
}

.campaigns-content-blank .en__component--row:nth-child(odd) {
    background-color: #fff;
}

.en__contactMessage__plainText {
    min-height: 500px;
}

.en__component--formblock.rspb-optin-block .en__field--radio {
    width: 25%;
    float: left;
    margin-bottom: 20px;
    padding: 10px;
}

.en__component--formblock.rspb-optin-block .en__field--radio.Yes {
    color: #fff;
}

.en__component--formblock.rspb-optin-block .en__field--radio.No {
    color: #fff;
}

.en__component--formblock.rspb-optin-block .en__field--radio .en__field__label:first-child {
    font-size: 27px;
    line-height: 31px;
    text-align: center;
    padding: 20px;
}

.en__component--formblock.rspb-optin-block .en__field--radio.No .en__field__label:first-child, .en__component--formblock.rspb-optin-block .en__field--radio.No .en__field__element--radio {
    background: #82786f;
}

.en__component--formblock.rspb-optin-block .en__field--radio.Yes .en__field__label:first-child, .en__component--formblock.rspb-optin-block .en__field--radio.Yes .en__field__element--radio {
    background: #007ac9;
}
.en__component--formblock.rspb-optin-block .en__field--radio .en__field__item {
    width: 50%;
    float: left;
    text-align: center;
    padding: 0 20px;
}

.en__component--formblock.rspb-optin-block .en__field--radio .en__field__element--radio {
    width: 100%;
    padding: 0 20px 20px 20px;
}

.en__component--formblock.rspb-optin-block .en__field--radio .en__field__element--radio .en__field__input--radio~label:before {
    float: none;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 10px;
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.en__component--formblock.rspb-optin-block .en__field--radio .en__field__element--radio .en__field__input--radio~label:after {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    height: 1em;  
    width: 1em;
    top:.28em;
}

.en__component--formblock.rspb-optin-block .en__field--radio .en__field__element--radio .en__field__input--radio~label {
    text-align: center;
    position: relative;
    padding-top: 1.875em;
    padding-left: 0;
    margin-right: 0;
}
@media (max-width: 620px) {
    .en__component--formblock.rspb-optin-block .en__field--radio {
        width: 50%;
        float: left;
    }
}

@media (max-width: 980px) {
    .en__component--formblock.rspb-optin-block .en__field--radio .en__field__element--radio {
        padding: 0 0 20px 0;
    }

    .en__component--formblock.rspb-optin-block .en__field--radio .en__field__item {
        padding: 0;
    }
}

.en__field__error {
    background: #e40066;
    clear: both;
    color: #fff;
    display: block;
    font-size: .9375em;
    padding: .66667em;
    width: 100%;
}

/* COOKIE BANNER CONTAINER */
.container-new-grid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 0) {
  /* line 1, src/styles/grid/_grid.scss */
  .container-new-grid {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 768px) {
  /* line 1, src/styles/grid/_grid.scss */
  .container-new-grid {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  /* line 1, src/styles/grid/_grid.scss */
  .container-new-grid {
    padding-right: 50px;
    padding-left: 50px;
  }
}
/* line 12, src/styles/grid/_mixins.scss */
.container-new-grid.no-gutters {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 0) {
  /* line 1, src/styles/grid/_grid.scss */
  .container-new-grid {
    max-width: 767px;
  }
}
@media (min-width: 768px) {
  /* line 1, src/styles/grid/_grid.scss */
  .container-new-grid {
    max-width: 1199px;
  }
}
@media (min-width: 1200px) {
  /* line 1, src/styles/grid/_grid.scss */
  .container-new-grid {
    max-width: 1500px;
  }
}

/* line 6, src/styles/grid/_grid.scss */
.container-new-grid-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 0) {
  /* line 6, src/styles/grid/_grid.scss */
  .container-new-grid-fluid {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 768px) {
  /* line 6, src/styles/grid/_grid.scss */
  .container-new-grid-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  /* line 6, src/styles/grid/_grid.scss */
  .container-new-grid-fluid {
    padding-right: 50px;
    padding-left: 50px;
  }
}
/* line 12, src/styles/grid/_mixins.scss */
.container-new-grid-fluid.no-gutters {
  padding-right: 0;
  padding-left: 0;
}

/* line 10, src/styles/grid/_grid.scss */
.row-new-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (min-width: 0) {
  /* line 10, src/styles/grid/_grid.scss */
  .row-new-grid {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  /* line 10, src/styles/grid/_grid.scss */
  .row-new-grid {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media (min-width: 1200px) {
  /* line 10, src/styles/grid/_grid.scss */
  .row-new-grid {
    margin-right: -20px;
    margin-left: -20px;
  }
}
/* line 36, src/styles/grid/_mixins.scss */
.row-new-grid.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
/* line 40, src/styles/grid/_mixins.scss */
.row-new-grid.no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 48, src/styles/grid/_mixins.scss */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .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, .col-md,
.col-md-auto, .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, .col-lg,
.col-lg-auto {
  position: relative;
  width: 100%;
}
@media (min-width: 0) {
  /* line 48, src/styles/grid/_mixins.scss */
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .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, .col-md,
  .col-md-auto, .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, .col-lg,
  .col-lg-auto {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  /* line 48, src/styles/grid/_mixins.scss */
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .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, .col-md,
  .col-md-auto, .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, .col-lg,
  .col-lg-auto {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 1200px) {
  /* line 48, src/styles/grid/_mixins.scss */
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .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, .col-md,
  .col-md-auto, .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, .col-lg,
  .col-lg-auto {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 0) {
  /* line 73, src/styles/grid/_mixins.scss */
  .col {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  /* line 78, src/styles/grid/_mixins.scss */
  .col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  /* line 85, src/styles/grid/_mixins.scss */
  .col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 85, src/styles/grid/_mixins.scss */
  .col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 85, src/styles/grid/_mixins.scss */
  .col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 85, src/styles/grid/_mixins.scss */
  .col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 85, src/styles/grid/_mixins.scss */
  .col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 85, src/styles/grid/_mixins.scss */
  .col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 85, src/styles/grid/_mixins.scss */
  .col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 85, src/styles/grid/_mixins.scss */
  .col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 85, src/styles/grid/_mixins.scss */
  .col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 85, src/styles/grid/_mixins.scss */
  .col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 85, src/styles/grid/_mixins.scss */
  .col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 85, src/styles/grid/_mixins.scss */
  .col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 91, src/styles/grid/_mixins.scss */
  .offset-0 {
    margin-left: 0%;
  }

  /* line 91, src/styles/grid/_mixins.scss */
  .offset-1 {
    margin-left: 8.33333%;
  }

  /* line 91, src/styles/grid/_mixins.scss */
  .offset-2 {
    margin-left: 16.66667%;
  }

  /* line 91, src/styles/grid/_mixins.scss */
  .offset-3 {
    margin-left: 25%;
  }

  /* line 91, src/styles/grid/_mixins.scss */
  .offset-4 {
    margin-left: 33.33333%;
  }

  /* line 91, src/styles/grid/_mixins.scss */
  .offset-5 {
    margin-left: 41.66667%;
  }

  /* line 91, src/styles/grid/_mixins.scss */
  .offset-6 {
    margin-left: 50%;
  }

  /* line 91, src/styles/grid/_mixins.scss */
  .offset-7 {
    margin-left: 58.33333%;
  }

  /* line 91, src/styles/grid/_mixins.scss */
  .offset-8 {
    margin-left: 66.66667%;
  }

  /* line 91, src/styles/grid/_mixins.scss */
  .offset-9 {
    margin-left: 75%;
  }

  /* line 91, src/styles/grid/_mixins.scss */
  .offset-10 {
    margin-left: 83.33333%;
  }

  /* line 91, src/styles/grid/_mixins.scss */
  .offset-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  /* line 73, src/styles/grid/_mixins.scss */
  .col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  /* line 78, src/styles/grid/_mixins.scss */
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  /* line 85, src/styles/grid/_mixins.scss */
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 85, src/styles/grid/_mixins.scss */
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 85, src/styles/grid/_mixins.scss */
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 85, src/styles/grid/_mixins.scss */
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 85, src/styles/grid/_mixins.scss */
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 85, src/styles/grid/_mixins.scss */
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 85, src/styles/grid/_mixins.scss */
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 85, src/styles/grid/_mixins.scss */
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 85, src/styles/grid/_mixins.scss */
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 85, src/styles/grid/_mixins.scss */
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 85, src/styles/grid/_mixins.scss */
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 85, src/styles/grid/_mixins.scss */
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 91, src/styles/grid/_mixins.scss */
  .offset-md-0 {
    margin-left: 0%;
  }

  /* line 91, src/styles/grid/_mixins.scss */
  .offset-md-1 {
    margin-left: 8.33333%;
  }

  /* line 91, src/styles/grid/_mixins.scss */
  .offset-md-2 {
    margin-left: 16.66667%;
  }

  /* line 91, src/styles/grid/_mixins.scss */
  .offset-md-3 {
    margin-left: 25%;
  }

  /* line 91, src/styles/grid/_mixins.scss */
  .offset-md-4 {
    margin-left: 33.33333%;
  }

  /* line 91, src/styles/grid/_mixins.scss */
  .offset-md-5 {
    margin-left: 41.66667%;
  }

  /* line 91, src/styles/grid/_mixins.scss */
  .offset-md-6 {
    margin-left: 50%;
  }

  /* line 91, src/styles/grid/_mixins.scss */
  .offset-md-7 {
    margin-left: 58.33333%;
  }

  /* line 91, src/styles/grid/_mixins.scss */
  .offset-md-8 {
    margin-left: 66.66667%;
  }

  /* line 91, src/styles/grid/_mixins.scss */
  .offset-md-9 {
    margin-left: 75%;
  }

  /* line 91, src/styles/grid/_mixins.scss */
  .offset-md-10 {
    margin-left: 83.33333%;
  }

  /* line 91, src/styles/grid/_mixins.scss */
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  /* line 73, src/styles/grid/_mixins.scss */
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  /* line 78, src/styles/grid/_mixins.scss */
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  /* line 85, src/styles/grid/_mixins.scss */
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 85, src/styles/grid/_mixins.scss */
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 85, src/styles/grid/_mixins.scss */
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 85, src/styles/grid/_mixins.scss */
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 85, src/styles/grid/_mixins.scss */
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 85, src/styles/grid/_mixins.scss */
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 85, src/styles/grid/_mixins.scss */
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 85, src/styles/grid/_mixins.scss */
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 85, src/styles/grid/_mixins.scss */
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 85, src/styles/grid/_mixins.scss */
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 85, src/styles/grid/_mixins.scss */
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 85, src/styles/grid/_mixins.scss */
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 91, src/styles/grid/_mixins.scss */
  .offset-lg-0 {
    margin-left: 0%;
  }

  /* line 91, src/styles/grid/_mixins.scss */
  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  /* line 91, src/styles/grid/_mixins.scss */
  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  /* line 91, src/styles/grid/_mixins.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }

  /* line 91, src/styles/grid/_mixins.scss */
  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  /* line 91, src/styles/grid/_mixins.scss */
  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  /* line 91, src/styles/grid/_mixins.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }

  /* line 91, src/styles/grid/_mixins.scss */
  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  /* line 91, src/styles/grid/_mixins.scss */
  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  /* line 91, src/styles/grid/_mixins.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }

  /* line 91, src/styles/grid/_mixins.scss */
  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  /* line 91, src/styles/grid/_mixins.scss */
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

/* COOKIE BANNER ACTUAL */
.cookie-preferences, .cookie-preferences * {
box-sizing: border-box;
}

.cookie-preferences {
  position: fixed;
  z-index: 29;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 16px 5px rgba(0,0,0,0.2);
  padding: 20px 0;
  bottom: 0;
  left: 0;
}
.cookie-preferences.hidden {
  display: none;
}
@media (max-width: 320px) {
  .cookie-preferences__open {
    overflow: auto;
    max-height: 100%;
  }
}
@media (min-width: 768px) {
  .cookie-preferences {
    width: 100%;
    right: auto;
    left: auto;
    bottom: 0;
    padding: 40px 0;
    border-radius: 0;
  }
}
@media (min-width: 1200px) {
  .cookie-preferences {
    width: 700px;
    right: 0;
    left: auto;
  }
}
.cookie-preferences__heading {
  margin-bottom: 10px;
  margin-top: 0;
  text-align: left;
  font-family: 'nexa_boldregular', Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 26px;
}
@media (min-width: 768px) {
  .cookie-preferences__heading {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (min-width: 1200px) {
  .cookie-preferences__heading {
    font-size: 30px;
    line-height: 38px;
  }
}
.cookie-preferences__copy {
  font-family: 'urbanoregular', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.cookie-preferences__copy p {
  margin-top: 0;
}
.cookie-preferences__default-action-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .cookie-preferences__default-action-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.cookie-preferences__edit-settings {
  width: -webkit-calc(50% - 5px);
  width: calc(50% - 5px);
}
@media (min-width: 768px) {
  .cookie-preferences__edit-settings {
    width: auto;
  }
}
.cookie-preferences__default-action {
  width: -webkit-calc(50% - 5px);
  width: calc(50% - 5px);
}
@media (min-width: 768px) {
  .cookie-preferences__default-action {
    margin-left: 20px;
    width: auto;
  }
}
.cookie-preferences__save-action-wrapper {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .cookie-preferences__save-action-wrapper {
    margin-top: 20px;
  }
}
.cookie-preferences__save-action {
  text-align: center;
}
.cookie-preferences__options-toggle {
  display: none;
  margin-top: 20px;
}
.cookie-preferences__options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #D5D2CA;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .cookie-preferences__options {
    padding: 20px 0;
  }
}
.cookie-preferences__options__option-heading {
  font-family: 'nexa_boldregular', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  margin: 0;
}
@media (min-width: 768px) {
  .cookie-preferences__options__option-heading {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 1200px) {
  .cookie-preferences__options__option-heading {
    font-size: 20px;
    line-height: 30px;
  }
}
.cookie-preferences__options__option-copy p {
  font-size: 14px;
  font-family: 'urbanoregular', Arial, Helvetica, sans-serif;
  line-height: 24px;
  margin: 0;
}
@media (min-width: 768px) {
  .cookie-preferences__options__option-copy p {
    font-size: 16px;
  }
}
.cookie-preferences__options__option-toggle {
  margin-left: 20px;
}
.cookie-preferences__options:last-child {
  border-bottom: none;
}
.cookie-preferences__cookie-policy {
  text-align: center;
  margin-top: 20px;
  font-family: 'urbanoregular', Arial, Helvetica, sans-serif;
}
.cookie-preferences__cookie-policy a {
  color: #007ac9;
}
.cookie-preferences input[type=checkbox] {
  position: absolute;
  left: -999em;
}
.cookie-preferences input[type=checkbox] ~ label {
  cursor: pointer;
}
.cookie-preferences input[type=checkbox] ~ label:before {
  background-color: #fff;
  border: solid 1px #D5D2CA;
  content: "";
  float: left;
  height: 30px;
  width: 30px;
}
@media (min-width: 768px) {
  .cookie-preferences input[type=checkbox] ~ label:before {
    width: 50px;
    height: 50px;
  }
}
.cookie-preferences input[type=checkbox]:checked ~ label:before {
  background-image: url(https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/13/tick-blue.svg?v=1611843131000);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80% auto;
}
.cookie-preferences input[type=checkbox]:focus ~ label:before {
  box-shadow: inset 0 0 0 2px #5a245a;
}
.cookie-preferences input[type=checkbox]:disabled ~ label:before {
  background-image: url(https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/13/tick-grey.svg?v=1611843138000);
  background-color: #e9e9e9;
}

/*BUTTON TEXT*/
.button-text, .button-text--secondary {
  font-family: 'nexa_boldregular', Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 46px;
  text-decoration: none;
  background: #007ac9;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease;
          transition: background-color 0.2s ease;
  display: block;
  text-align: center;
  border: 1px solid #007ac9;
}
@media (min-width: 768px) {
  .button-text, .button-text--secondary {
    display: inline-block;
    width: auto;
    padding: 0 40px;
  }
}
.button-text:hover, .button-text--secondary:hover, .button-text:focus, .button-text--secondary:focus {
  background: #3192D1;
  text-decoration: none !important;
  color: #fff;
  border: 1px solid #3192D1;
}
.button-text--secondary {
  background: #fff;
  color: #007ac9;
  border: 1px solid #007ac9;
}
.button-text--secondary:hover, .button-text--secondary:focus {
  background: #fff;
  color: #007ac9;
}