.main {
	background-color: #fff;
	position: relative;
	z-index: 1;
}
.main > *:last-child:not(.pull-up) {
	padding-bottom: 120px; /* Extra padding for 'back to top' link */
}

.footer-upper {
	background-color: #3e3e3e;
	color: #fff;
}
.footer-upper > .container {
	position: relative;
}
a.footer-upper__link:hover, .in-this-section a.link:hover, a.footer-lower-nav__link:hover  {
    text-decoration: underline;
    opacity: 0.8;
}
.back-to-top {
	position: absolute;
	top: -100px;
	right: 15px;
	z-index: 2;
	text-transform: uppercase;
	color: #867a88;
	font-size: 15px;
	display: flex;
	align-items: center;
	padding-right: 20px;
	background: url(/assets/images/chevron-up-grey.svg) no-repeat right center;
	background-size: 16px;
}

.breadcrumb {
    padding: 20px 100vw;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 0;
    margin: 0 -100vw;
    border-bottom: 1px solid #EE3424;
}

.breadcrumb>li {
	display: inline-block;
	padding-bottom:3px;
}

.breadcrumb>li+li:before {
	content: "\f054";
	font: normal normal normal 11px/1 FontAwesome;
	padding: 0 5px;
	color: #ccc;
}
.breadcrumb>li a:hover {
	padding: 4px 0;
    border-bottom: 2px solid #ee3424;
}
.breadcrumb>.active {
	color: #777;
}

.footer-upper__heading {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 20px;
}
.footer-upper__sub-heading {
	font-size: 15px;
}
.footer-upper__link {
	display: block;
	font-size: 15px;
}
.footer-lower-nav {
	font-size: 0;
}
.footer-lower-nav__link {
	font-size: 14px;
	padding: 0 10px;
}
.footer-lower-nav__link:first-child {
	padding-left: 0;
}
.footer-lower-nav__link + .footer-lower-nav__link {
	border-left: 1px solid currentColor;
}
.footer-social {
	margin-left: auto;
}
.social {
	font-size: 0;
}
.social__item {
	color: #867a88;
}
.social__item + .social__item {
	margin-left: 10px;
}
.icon {
	width: 32px;
	height: 32px;
}
.footer-search__input {
	width: calc(100% - 70px);
	height: 50px;
	border: none;
	padding: 15px;
	color: #3e3e3e;
}
.footer-search__submit {
	width: 50px;
	height: 50px;
	margin-left: 20px;
	background-color: #ee3424;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
a[href*=".pdf"] img, 
a[href*="newsletter"] img, a[href*=“resources”] img {
    border: 1px solid #b8b8b8;
    margin-bottom:0;
    transition: all 180ms ease;
}
a[href*=".pdf"]:hover img, 
a[href*="newsletter"]:hover img,
a[href*="resources"]:hover img,
a[href*="support"]:hover img {
    border: 6px solid #b8b8b8;
    margin-bottom: 4px;
    transition: all 180ms ease;
}
.resource-row {
    background-color: #f3f3f3;
    padding: 15px;
    margin-bottom: 30px;
}
.resource-row .whitebox {
    background-color: #fff;
    padding: 30px;
    min-height: 120px;
    margin-bottom: 8px;
}
.resource-row .whitebox:hover {
    background: #f4f4f4;
    color: #212121;
    transition: all 180ms ease-in;
}
.icobox .fa {
    font-size: 3em;
    color: #4a4a4a;
}
.carousel__content {
	padding-top: 100px;
	padding-bottom: 100px;
}
.carousel__cell {
	width: 100%;
	margin-right: 0;
	height: 490px;
}
.carousel__content {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 2;
}
.carousel__text {
	max-width: 500px;
}
.carousel__heading {
	font-size: 40px;
	font-weight: normal;
}
.carousel__intro {
	max-width: 350px;
	font-size: 14px;
}
.carousel__cell.resp-img:before {
    content: none;
}
@media screen and (max-width: 600px) {
 .carousel__cell:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    background: black;
    z-index: 1;
    opacity: 0.5;
 }
}
.flickity-viewport {
	transition: height 200ms;
	position: relative;
}
.flickity-prev-next-button {
	top: auto;
	bottom: 0;
	transform: none;
	z-index: 11;
	border-radius: 0;
	background-color: #ee3424;
	color: #fff;
}
.flickity-button:focus {
    outline: none;
	box-shadow: inset 0 0 0 3px #fff;
}
.flickity-button:hover,
.flickity-button:focus {
	color: #3e3e3e;
}
.flickity-prev-next-button.previous {
	left: 0;
}
.flickity-prev-next-button.next {
	right: 0;
}
.flickity-prev-next-button .flickity-button-icon {
	left: 37%;
	width: 30%;
}
.flickity-page-dots {
	bottom: 15px;
	z-index: 10;
}
.flickity-page-dots .dot {
	background-color: #ee3424;
	width: 15px;
	height: 15px;
}
a.link:hover {
    border-bottom: 1px solid red;
    color: #ee3424;
}
.in-this-section .link:hover {
	color:#fff;
}
.page-header__image__link a {
    max-width: 260px;
    padding: 25px 25px;
    position: absolute;
    right: 0;
    margin-right: 16.5px;
    margin-top: 60px;
    background: rgb(0,0,0,0.3);
    z-index: -1;
}
.page-header__image__link a:hover {
	text-decoration: underline;
    opacity: 0.8;
}
@media screen and (max-width:992px) {
	.page-header__image__link a {
		bottom: 0;
	}
	.page-header__image + .container.text-white {
		position: absolute;
		bottom: 30px;
	}
}
.link {
	display: block;
	padding: 10px 10px 10px 0;
	font-size: 14px;
	border-bottom: 1px solid #c9c6ca;
	background: url(/assets/images/chevron-right-red.svg) no-repeat right 10px center;
	background-size: 8px;
}
.links-header {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 20px;
}
.image-grid {
	text-align: center;
}
.image-grid__item {
	display: inline-block;
	padding: 10px 0;
	margin: 0 20px;
	max-height: 90px;
}
.image-grid:after {
	content: 'flickity';
	display: none;
}

.date {
	color: #ee3424;
	text-transform: uppercase;
	display: block;
	font-size: 14px;
}
.date--space {
	margin-top: 5px;
}
.card {
	padding: 45px;
}
.card--dark {
	background-color: #3e3e3e;
	color: #fff;
}
.card__pre-heading {
	text-transform: uppercase;
	font-size: 15px;
}
.card__heading {
	font-size: 24px;
}
.card__img {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.card__intro {
	font-size: 14px;
}
.card__intro a {
	color:#ee3424;
}
.card a:hover {
	text-decoration:underline;
}

.promo-info.stack-s img {
	width: auto;
	height: 100px;
}
.promo .row > .col-md-6 + .col-md-6 {
	margin-top:0;
}
@media screen and (min-width:768px) and (max-width:982px) {
.stack-s h5 {
	margin-bottom: 1rem;
}
}
.promo-info h3 {
	border-bottom: 1px solid #3e3e3e;
	padding-bottom: 10px;
}
.promo__heading {
	font-size: 16px;
	font-weight:500;
}
.promo__intro {
	font-size: 14px;
}
.promo-thumb { 
	padding-bottom: 10px;
}

.promo__heading a[href*="/our-people"] {
    font-size: 20px;
    font-weight: 400;
}
h3.promo__heading[itemprop="jobTitle"] {
    margin-top: -12px;
    opacity: 0.6;
    font-weight: 400;
}
p.promo__intro[itemprop="address"] {
    margin-top: 8px;
    font-size: 13px;
    letter-spacing: 0.2px;
}

.news-teaser + .news-teaser {
	margin-top: 15px;
}

.news__item {
	padding: 15px 0;
	border-bottom: 1px solid #aaa;
}
.news__item:last-child {
	border-bottom: 1px solid #aaa;
	margin-bottom: 20px;
}
.news__item:hover .news__heading a {
    color: red !important;
}
.news__item:hover {
    border-bottom: 1px solid red;
}

.news__heading {
	font-size: 16px;
}

.news-row {
	padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
	margin-top: 30px;
}
.news-row .promo{
	margin-bottom: 35px;
}
.news-row .promo {
    margin-bottom: 35px;
    position: relative;
    z-index: 4;
    
}
.news-row .promo:before {
    content: '';
    top: -15px;
    bottom: -15px;
    left: -15px;
    right: -15px;
    background: trasparent;
    display: block;
    position: absolute;
    z-index: -1;
    transition: all 180ms ease-out;
}
.news-row .promo:hover:before {
    content: '';
    top: -15px;
    bottom: -15px;
    left: -15px;
    right: -15px;
    background: white;
    display: block;
    position: absolute;
    z-index: -1;
    transition: all 180ms ease-out;
}
.news-row .promo h3 {
    font-size: 16px;
    opacity: 0.85;
    text-transform: uppercase;
	min-height:38px;
}
.news-row .promo p.excerpt{
	padding-right:25px;
}
.news-row .promo a h3 {
    font-size: 26px;
    margin-top: 15px;
    opacity: 1;
    text-transform: none;
}
.news-row .promo a + a h3 {
    font-size:20px;
    margin-top: 10px;
    opacity: 1;
    text-transform: none;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 27px 0;
    border-radius: 0;
}
.pagination>li {
    display: inline;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.7;
    text-decoration: none;
    color: #4a4a4a;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.heading {
	font-size: 36px;
	font-weight: normal;
}
.intro {
	max-width: 400px;
}
.text-white h1.heading, .text-white p.intro {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

h1.carousel__heading, p.carousel__intro, .carousel__text.text-white p {
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.75);
}
.section-heading {
	font-weight: normal;
	/*text-transform: uppercase;*/
	font-size: 18px;
	margin-bottom: 20px;
}

.break-out {
	margin-right: 0;
	margin-left: 0;
}
.break-out--uneven {
	margin-right: 0;
}
.break-out__video {
	flex-grow: 1;
}
.break-out__blockquote {
	width: 100%;
	text-align: left !important;
	flex-shrink: 0;
	font-size: 17px !important;
}
.break-out__blockquote:before,
.break-out__blockquote:after {
	left: 0 !important;
	transform: none !important;
	font-size: 40px !important;
}
.attribution {
	font-size: 14px;
}
.quote__img {
	display: block;
	width: 200px;
	height: 200px;
	flex-shrink: 0;
	margin-right: auto;
	margin-left: auto;
}
.blockquote {
	quotes: "\201C" "\201D" "\2018" "\2019";
	font-size: 19px;
	font-style: italic;
	position: relative;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-left: 14px;
}
.blockquote:before {
	content: "\201C";
    color: white;
    font-size: 50px;
    font-style: normal;
    display: block;
    position: absolute;
    top: 18px;
    left: -24px;
    transform: translateX(-50%);
    height: 0;
    line-height: 22px;
    background: red;
    width: 34px;
    height: 35px;
    text-align: center;
    padding-top: 20px;
}
.blockquote:after {
	content: "\201D";
    color: white;
    font-size: 50px;
    font-style: normal;
    display: block;
    position: absolute;
    bottom: 6px;
    right: -40px;
    transform: translateX(-50%);
    height: 0;
    line-height: 22px;
    background: red;
    width: 34px;
    height: 35px;
    text-align: center;
    padding-top: 20px;
}
.name {
	color: #ee3424;
}

.box {
	position: relative;
	border: 1px solid #ccc;
	background-color: #f4f4f4;
	padding: 45px;
}
.box--s {
	padding: 30px;
}
.btn-cta, .t-button-group .btn {
	width: 95%;
	text-align: center;
	overflow-x: hidden;
	margin-top: 3px;
}
.t-button-group .t-button__container--width-third {
    width: auto;
    grid-column: span 4;
}
.cta__content {
	width: 100%;
	background: #3e3e3e;
	color: #fff;
	padding: 30px;
}
.cta__img {
	width: 100%;
	padding-top: 100%;
}
.cta__img.resp-img {
    min-height: auto;
}
.cta__img.resp-img:before {
    content: none;
}
.cta__heading {
	border-bottom: 1px solid #aaa;
	padding-bottom: 1.5rem;
}

.stack > * + .quote,
.stack > .quote + *,
.stack > * + .cta,
.stack > .cta + * {
	margin-top: 2.5rem;
}

nav.sub-nav li {
    padding-bottom: 4px;
}
nav.sub-nav li a:hover {
    border-bottom: 2px solid #ee3424
}
.sub-nav .link:last-child {
	border-bottom: none;
}
a.btn.btn--news:hover {
    background-color: transparent;
    outline: none;
}
a.btn.btn--news:hover:before {
    height: 6px;
    bottom: 0;
}
.btn--news {
	background-color: transparent; 
}
.box-heading {
	/*text-transform: uppercase;*/
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 20px;
	border-bottom: 2px solid #aaa;
    margin-bottom: 10px;
}
.box-heading--form {
	text-transform: none;
	font-size: 16px;
	font-weight: bold;
}

.faq__item {
	padding: 15px;
	background-color: #f4f4f4;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	-webkit-transition: background-color 150ms ease, color 150ms ease;
	-moz-transition: 	background-color 150ms ease, color 150ms ease;
	-o-transition: 		background-color 150ms ease, color 150ms ease;
	transition: 		background-color 150ms ease, color 150ms ease;
}
.faq__item.is-open {
	background-color: #3e3e3e;
	color: #fff;
}
.faq__heading {
	line-height: 1;
	font-size: 16px;
}
.faq__q {
	cursor: pointer;
	display: block;
	width: 100%;
	text-align: left;
	background: transparent url(/assets/images/chevron-down-red.svg) no-repeat right center;
	background-size: 8px;	
	/* text-transform: uppercase; */
}
.is-open .faq__q {
	background-image: url(/assets/images/chevron-up-white.svg);
}
.faq__a {
	overflow: hidden;
	transition: max-height 150ms ease-out;
	font-size: 14px;
}
.faq__item:not(.is-open) .faq__a {
	max-height: 0;
}
.faq__a-inner {
	margin-top: 11px;
	border-top: 1px solid #fff;
	padding-top: 5px;
}

.quote-carousel__cell {
	width: 100%;
}
.quote-carousel__img {
	max-width: 220px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.quote-carousel__text {
	font-size: 20px;
	padding: 30px 0;
}
.quote-carousel .dot:not(.is-selected) {
	opacity: 1;
	background-color: #fff;
	border: 1px solid #ccc;
}

.round-card {
    padding: 60px;
    transition: all 150ms ease-in;
	width: 255px;
	margin: 0 auto;
	text-align: center;
}
.round-card:hover {
    background: white;
}
.round-card__heading {
	display: inline-block;
	font-size: 20px;
	border-bottom: 1px solid #ee3424;
	font-weight: normal;
}


.module-header {
	text-align: center;
	font-size: 20px;
	font-weight: normal;
}
.module-header-left {
	text-align: left;
	font-size: 20px;
	font-weight: normal;
}
.module-header--logo {
	background: url(/assets/images/mark.png) no-repeat top;
	padding-top: 80px;
}

.in-this-section {
	background: #ee3424;
	color: #fff;
	border: none;
	padding: 30px;
	max-width: 300px;
	display: none;
}
.in-this-section .box-heading {
	border: none;
	padding-bottom: 0;
}
.in-this-section .link {
	border: none;
	background-image: url(/assets/images/chevron-right-white.svg);
	background-position: right;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	max-width:99%;
}

.icon-box__img {
	width: 80px;
	height: 80px;
}

.avatar-pull-up {
	width: 100px;
	height: 100px;
	margin-bottom: 15px;
}

/* Forms */
.error {
	list-style-type: disc;
	margin-left: 1rem;
}
.form a,
.error,
.parsley-errors-list {
	color: #ee3424;
}
.form {
	font-size: 14px;
}
.form__label {
	display: block;
	font-weight: bold;
	font-size: 15px;
}
.form__input-text {
	width: 100%;
}
.form__input-text {
	background: #fff;
	border: 1px solid #ccc;
	padding: 5px;
	max-width: 300px;
	-webkit-transition: -webkit-box-shadow 150ms ease;
	-moz-transition: 	box-shadow 150ms ease;
	-o-transition: 		box-shadow 150ms ease;
	transition: 		box-shadow 150ms ease;
}
.form__input-text--short {
	max-width: 200px;
}
.form__input-text--full,
.form__input-text--area {
	max-width: 100%;
}
.form__input-text--area {
	height: 150px;
}
.form__input-text.parsley-error,
.form__input-text.parsley-error:focus,
.parsley-error .form__input-checkbox ~ label:before,
.parsley-error .form__input-radio ~ label:before {
	border-color: #ee3424;
	-webkit-box-shadow: inset 0px 0px 0px 2px #ee3424; 
	box-shadow: inset 0px 0px 0px 2px #ee3424;
}
.form__input-text:focus {
	outline: none;
	-webkit-box-shadow: inset 0px 0px 0px 2px #aaa; 
	box-shadow: inset 0px 0px 0px 2px #aaa;
}
.form__input-checkbox,
.form__input-radio {
	position: absolute;
	left: -9999px;
}
.form__checkbox-list-label,
.form__radio-list-label {
	display: block;
	position: relative;
	padding-left: 32px;
	cursor: pointer;
	line-height: 24px;
}
.form__input-checkbox ~ label:before,
.form__input-radio ~ label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 20px;
	height: 20px;
	-webkit-transition: box-shadow 150ms ease;
	-moz-transition: 	box-shadow 150ms ease;
	-o-transition: 		box-shadow 150ms ease;
	transition: 		box-shadow 150ms ease;
	border: 1px solid #ccc;
	background-color: #fff;
}
.form__input-radio ~ label:before {
	top: 2px;
	-webkit-border-radius:	50%;
	-moz-border-radius: 	50%;
	border-radius: 			50%;
}
.form__input-checkbox ~ label:after,
.form__input-radio ~ label:after {
	opacity: 0;
	content: '\2713';
	position: absolute;
	top: 5px;
	left: 3px;
	font-size: 19px;
	line-height: 17px;
	-webkit-transition: all 100ms;
	-moz-transition: 	all 100ms;
	-o-transition: 		all 100ms;
	transition: 		all 100ms;
	font-family: Helvetica,Arial,sans-serif;
}
.form__input-radio ~ label:after {
	content: '';
	width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 7px;
	left: 5px;
}
.form__input-checkbox:checked ~ label:after,
.form__input-radio:checked ~ label:after {
	opacity: 1;
}
.form__input-radio:checked ~ label:after {
	background: #ee3424;
}

.form-carousel__cell {
	width: 100%;
	max-width: 1110px;
	opacity: 0.25;
	-webkit-transition: opacity 150ms;
	-moz-transition: 	opacity 150ms;
	-o-transition: 		opacity 150ms;
	transition: 		opacity 150ms;
}
.form-carousel__cell.is-selected {
	opacity: 1;
}
.form-carousel__heading {
	font-size: 34px;
	font-weight: normal;
	color: #707070;
}
.char-count {
	font-size: 14px;
}
.form__note {
	font-size: 14px;
	font-style: italic;
}
.form-carousel__value-heading {
	font-size: 16px;
}
.form-carousel__value {
	font-size: 15px;
}

.progress {
	max-width: 1110px;
	width: 100%;
	margin: 0 auto;
}
.progress__marker {
	height: 4px;
	overflow: hidden;
	background-color: #ee3424;
	width: 0;
	-webkit-transition: width 150ms;
	-moz-transition: 	width 150ms;
	-o-transition: 		width 150ms;
	transition: 		width 150ms;
}


/* These styles can be set up in the Umbraco RTE datatype's stylesheet. They don't 
   follow the BEM methodology as you don't want that for a WYSIWYG editor. */
.article {
	font-size: 15px;
}
.article .large-text {
	font-size: 22px;
}
.article blockquote {
    quotes: "\201C" "\201D" "\2018" "\2019";
    font-size: 19px;
    font-style: normal;
    position: relative;
    padding: 20px 0;
    text-align: left;
    margin-left: 40px;
    font-weight: 400;
    line-height: 1.5;
    margin-right: 40px;
}
/*.article blockquote:after {
    content: "\201D";
    color: white;
    font-size: 50px;
    font-style: normal;
    display: block;
    position: absolute;
    bottom: 6px;
    right: -40px;
    transform: translateX(-50%);
    height: 0;
    line-height: 22px;
    background: red;
    width: 34px;
    height: 35px;
    text-align: center;
    padding-top: 20px;
}*/
.article blockquote:before {
    content: "\201C";
    color: white;
    font-size: 50px;
    font-style: normal;
    display: block;
    position: absolute;
    top: 18px;
    left: -30px;
    transform: translateX(-50%);
    height: 0;
    line-height: 22px;
    background: red;
    width: 34px;
    height: 35px;
    text-align: center;
    padding-top: 20px;
}
.legal500 blockquote {
    quotes: "\201C" "\201D" "\2018" "\2019";
    font-size: 15px;
    font-style: normal;
    position: relative;
    padding: 15px 0;
    text-align: left;
    margin-left: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin-right: 20px;
}
.legal500 blockquote:before {
    content: "\201C";
    color: white;
    font-size: 40px;
    font-style: normal;
    display: block;
    position: absolute;
    top: 18px;
    left: -30px;
    transform: translateX(-50%);
    height: 0;
    line-height: 12px;
    background: red;
    width: 29px;
    height: 29px;
    text-align: center;
    padding-top: 20px;
}
.legal500 .article blockquote:after {
    content: "\201D";
    color: white;
    font-size: 40px;
    font-style: normal;
    display: block;
    position: absolute;
    bottom: 6px;
    right: -40px;
    transform: translateX(-50%);
    height: 0;
    line-height: 14px;
    background: red;
    width: 29px;
    height: 30px;
    text-align: center;
    padding-top: 20px;
}
.row.legal500 {
	margin-top: 1.7rem!important;
}
.row.legal500 img {
	width:90%;
}
.article h2 {
	font-size: 32px;
	font-weight: normal;
}
.article h2.small-heading-2 {
	font-size: 26px;
	margin-top: 60px;
}
.article h3 {
	font-size: 18px;
}
.article p {
	line-height:1.9em;
}
.article p a {
	color:#ee3424;
}
.article p a:hover {
    text-decoration:underline;
}
.bg-light-grey p a {
	color:#ee3424;
}
.bg-light-grey p a:hover {
    text-decoration:underline;
}
.article ul, ol {
    margin-top: 0.7em;
}
.article li {
    margin-top: 0.5em;
    margin-left: 40px;
    display: block;
    position: relative;
}
.article li:before {
    content: '';
    height: 5px;
    width: 5px;
    background: red;
    display: block;
    position: absolute;
    top: 9px;
    left: -29px;
    border-radius: 50%;
}
@media (max-width: 576px) {
	.article h2.small-heading-2 {
		margin-top: 20px;
		margin-bottom: 40px;
	}
}
@media (min-width: 576px) {
}

@media (min-width: 768px) {
	.cta__content {
		width: 66.666666%;
		padding: 60px 90px;
		order: 1;
	}
	.cta__img {
		width: 33.333333%;
		padding-top: 0;
		order: 2;
	}
}

@media (min-width: 992px){
	.image-grid:after {
		content: '';
	}
	.card__img {
		float: right;
		margin-bottom: 15px;
		margin-left: 15px;
		width: 100px;
	}
	.break-out {
		margin-right: -95px;
		margin-left: -95px;
	}
	.break-out--uneven {
		margin-right: -240px;
	}
	.break-out__blockquote {
		width: 175px;
		margin-left: 0;
	}
	.quote-carousel__text {
		padding: 30px 100px;
	}
	.quote-carousel__img {
		margin: 0;
	}
	.in-this-section {
		display: block;
	}
}

@media (min-width: 1200px){
	.break-out--uneven {
		margin-right: -285px;
	}
	.break-out__blockquote {
		width: 225px;
	}
	.avatar-pull-up {
		position: absolute;
		width: 100px;
		height: 100px;
		right: 30px;
		top: -40px;
		margin: 0;
	}	
}
/* service list */
.service-introduction .col-md-3 .btn, .service-introduction .col-md-4 .btn {
	width:90%;
	text-align: center;
	overflow-x: hidden;
}
section.service-introduction {
    height: auto;
    overflow: auto;
}
section.service-introduction .row {
    display: block !important;
    clear: both;
    position: relative;
    height: auto;
}
section.service-introduction .row > * {
    float: left;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    overflow: auto;
}
ul.cta-list--2col {
	columns: 2;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	column-gap: 50px;
}

ul.cta-list--2col li {
}
ul.cta-list--2col li:after {
}
ul.cta-list--1col {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
ul.cta-list--1col li {
	margin-bottom: 15px;
	padding-top: 15px;
	border-top: 1px solid #8B8B8B;
	padding-right: 40px;
	position: relative;
}
ul.cta-list--1col li:after {
	position: absolute;
	content: '\203A';
	right: 0;
	top: 50%;
	color: #EE3424;
	font-size: 20px;
	transform: translateY(-50%);
}
.news--micro .news__item {
	 margin-bottom: 0px;
}
.news--micro h3 a:hover {
	 color:#ee3424;
}
.support--list h3, .news--micro h3 {
    padding-bottom: 20px;
}
.support--list, .news--micro {
    position: relative;
	padding-top: 1em; 
	padding-bottom: 1em;
}
.support--list:before, .news--micro:before {
    content: '';
    background: #f4f4f4;
    position: absolute;
    width: 1px;
    height: calc(100% + 8em);
    margin-left: -100vw;
    margin-right: -100vw;
    padding-left: 100vw;
    padding-right: 100vw;
    z-index: -1;
    margin-top: -5em
}
@media screen and (max-width: 768px) {
    .support--list {
        padding-bottom: 2em;
    }
    ul.cta-list--2col { columns: 1 }
}

h3.box-heading {
	padding-bottom: 10px;
}

h5.news__heading a {
	color: #3E3E3E !important;
	font-size: 14px;
    font-weight: 400;
}

.news--micro .date--space {
	color: #EE3424;
	text-transform: uppercase;
}

/* logo wall */
.logo-wall {
    background: #F4F4F4;
    position: relative;
    padding: 100px 0;
    margin-bottom: -120px;
}
@media (max-width: 600px) {
    .logo-wall {
        padding: 60px 0;
        margin-bottom: -30px;
    }
}
.logo-wall:before {
    content: ‘’;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    /* right: 0; */
    background: #F4F4F4;
    padding-left: 100vw;
    padding-right: 100vw;
    margin-left: -100vw;
}
.its--2-col {
    columns: 2;
    max-width: 100%;
    column-gap: 25px;
}
.its--2-col .box-heading {
    border: none;
    padding-bottom: 0;
    column-span: all;
}

.embed-img {
    width: 50%;
    float: right;
    margin: 20px 20px 20px;
    position: relative;
}
.embed-img p {
    position: absolute;
    bottom: -10px;
    z-index: 1;
    background: white;
    padding: 5px 15px;
    margin-left: -14px;
    font-size: 18px;
}
@media screen and (max-width: 600px) {
    .embed-img {
        width: 100%;
        float: none;
    }
}

/* contact */
.contact--hold {
    margin-bottom: 50px;
}
.contact--hold h4 {
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 18px;
    letter-spacing: 1px;
}
.contact--hold img {
    margin-bottom: 20px;
}
.contact__map {
    position: relative;
    z-index: 30;
}
.contact__map--gm {
    z-index: 3;
}
.contact__map--info {
    background: #fff;
    padding: 0px;
    position: relative;
    z-index: 1;
}
.contact__map--info:before {
    background-color: #f4f4f4;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    margin-left: -100%;
    padding-left: 100%;
    z-index: -1;
}

/* filter form */
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
.news-filter legend {

    font-weight: 300;
    font-size: 1.3em;
    border-bottom: none!important;
	padding-top:10px;
}
.news-filter .form-inline .form-control {
    width: 100%!important;
}
form#peopleFilter, form.form-inline.news-filter {
    margin-top: 30px;
}
.form-inline .form-control {
    width: 100%!important;
}
.form-group-lg select.form-control {
    height: 45px;
	margin-bottom:10px;
}
@media (min-width: 768px){
.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
}
.form-group-lg .form-control {
    height: 45px;
    padding: 10px 14px;
    font-size: 16px;
    line-height: 1.2;
    border-radius: 0;
}

/* google map */
#map {
    width: 100%;
    min-height: 490px;
}
.map-overlay {
    top: 0;
    right: 0px;
    width: 100%;
    font-size: 1.1em;
}
.map-overlay .header {
    width: 100%;
    background-color: #525252;
    color: #fff;
    min-height: 40px;
    display: inline-table;
	padding: 10px 20px;
}
.office-map .map-overlay .office {
    width: 100%;
    margin-left: 0px;
}
.map-overlay .office {
    background-color: #fff;
    margin-left: 0px;
    padding: 20px;
    min-height: 400px;
}
.map-overlay .office .office-buttons {
    margin-top: 20px;
}

/* Social icons */
a[href*="linkedin"]:hover > svg > path {
    color: #0B66C2;
}
a[href*="youtube"]:hover > svg > path {
    color: #FF0000;
}
a[href*="twitter"]:hover > svg > path {
    color: #368EC5;
}
a[href*="facebook"]:hover > svg > path {
    color: #2D88FF;
}

.social-icons ul li .fa-facebook {
	background-color: #546ea5
}

.social-icons ul li .fa-facebook i {
	font-size: 21px;
	margin-top: 5px!important
}

.social-icons ul li .fa-facebook:hover {
	background-color: #435783
}

.social-icons ul li .fa-twitter {
	background-color: #27a5da
}

.social-icons ul li .fa-twitter i {
	font-size: 21px;
	margin-top: 5px!important
}

.social-icons ul li .fa-twitter:hover {
	background-color: #1e85b0
}

.social-icons ul li .fa-youtube-play {
	background-color: #cc181e
}

.social-icons ul li .fa-youtube-play i {
	font-size: 21px;
	margin-top: 5px!important
}

.social-icons ul li .fa-youtube-play:hover {
	background-color: #9e1317
}

.social-icons ul li .fa-linkedin {
	background-color: #007bb6
}

.social-icons ul li .fa-linkedin i {
	font-size: 21px;
	margin-top: 5px!important
}

.social-icons ul li .fa-linkedin:hover {
	background-color: #005983
}

.social-icons ul li .fa-google {
	background-color: #dc4a38
}

.social-icons ul li .fa-google i {
	font-size: 22px;
	margin-top: 5px!important
}

.social-icons ul li .fa-google:hover {
	background-color: #bf3322
}

.social-icons ul li .fa-flickr {
	background-color: #df3392
}

.social-icons ul li .fa-flickr i {
	font-size: 22px;
	margin-top: 5px!important
}

.social-icons ul li .fa-flickr:hover {
	background-color: #c11e78
}

.social-icons ul li .fa-instagram {
	background-color: #558fb4
}

.social-icons ul li .fa-instagram i {
	font-size: 22px;
	margin-top: 5px!important
}

.social-icons ul li .fa-instagram:hover {
	background-color: #427494
}

.fa-file-text-o:before {
	content: "\f0f6"
}
.fa-building-o:before {
	content: "\f0f7"
}
.fa-cloud-download:before {
	content: "\f0ed"
}
.fa-cloud-upload:before {
	content: "\f0ee"
}
/* campaign page */
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
    display: none!important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
    display: none!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
    display: none!important;
}
}
@media (max-width: 767px) {
.hidden-xs {
    display: none!important;
}
}
.campaignSpacer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
a.campaignSpacer {
    border: transparent 2px solid;
    text-decoration: none;
}
.campaignSpacer {
    display: table;
    margin-bottom: 25px;
    width: 100%;
}
@media screen and (min-width: 991px) {
.campaignSpacer>.row.campaignHeigth {
    height: 250px;
    overflow: hidden;
}
}
.campaignSpacer>.row {
    display: table-row;
}
.campaignSpacer .tbCell {
    display: table-cell;
    height: 100%;
    overflow: hidden;
    vertical-align: top;
    width: 50%;
}
.campaignSpacer .bgRed {
    background-color: #ee3424;
    color: #fff;
}
.campaignSpacer .bgRed div {
    margin: 25px 40px;
}
.row.campaignHeigth:hover .bgRed {
    background: #f4f4f4;
    color: #212121;
    transition: all 180ms ease-in;
}
.hotspotted {
    position: relative;
}
.hotspotted .btn-pulse {
    position: absolute;
}
.hotspotted .btn-pulse .radial {
    display: block;
    position: absolute;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    border: 1px solid #ee3424;
    opacity: 0;
    -webkit-animation: pulsate 3s ease-out infinite;
    animation: pulsate 3s ease-out infinite;
}
.hotspotted .btn-pulse .spot {
    opacity: .6;
    display: block;
    transition: opacity .2s ease-in, -webkit-transform .1s ease-out;
    -webkit-transition: opacity .2s ease-in, -webkit-transform .1s ease-out;
    transition: opacity .2s ease-in, transform .1s ease-out;
    transition: opacity .2s ease-in, transform .1s ease-out, -webkit-transform .1s ease-out;
    padding: 0;
    text-align: center;
}
.no-padding {
    padding: 0!important;
}

/* Vacancies */
.row > .row {
    width: 100%;
}
.vacanciesSummaryListContainer {
    border-bottom: 1px solid #ee3424;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 2em;
}
.vacancyDetails {
    border-bottom: 1px solid #ee3424;
    padding-top: 2em;
    padding-bottom: 3em;
    width: 100%;
}
.vacancySignOff.external {
    margin-top: 2em;
}
ul.vacanciesSummaryList li {
    margin-bottom: 3px;
}
ul.vacanciesSummaryList li:hover {
    color: #ee3424
}

/* blocks */
@media screen and (min-width:768px) and (max-width:982px) {
.blkImageBlock > * > .col-6, .blkEmbedBlock > * > .col-6 {
    max-width: 100%;
    margin-top: -20px;
}
}
.blkProfileBlock {
    padding-top: 30px;
}
@media screen and (max-width: 600px) {
    .blkProfileBlock + .blkProfileBlock {
        padding-top: 10px;
    }
}
.blkProfileBlock img {
    display: block;
    object-fit: cover;
    width: 100%;
}
.blkProfileBlock .promo {
    padding-bottom: 50px;
}

.blkVideoCarousel {
    margin-bottom: 80px;
}
.blkVideoCarousel .flickity-page-dots {
    bottom: -60px;
}
.multiButtonBlock {
    margin-top: 30px;
}
.t-button-group {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-gap: 16px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0;
}
.t-button__container--width-half {
    width: auto;
    grid-column: span 6;
}
.t-button-group .t-button__container--width-full {
    width: auto;
    grid-column: span 12;
}

/* start a claim form / request a callback form */
.hide {
    display: none!important;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.startaclaimform .center,
.requestacallbackform .center {
    text-align: center;
}
.requestacallbackform .col-xs-12,
.startaclaimform .col-xs-12,
.callback-form-container .col-xs-12 {
	width:100%;
	padding-right: 15px;
    padding-left: 15px;
}

.well {
    min-height: 20px;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}
.callback-form-container .requestacallbackform {
	margin: 0
}
.callback-form-container .requestacallbackform .well {
	margin: 0!important;
	padding: 1.2rem 1.8rem!important;
}
.callback-form-container fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}
.requestacallbackform fieldset h2,
.callback-form-container .requestacallbackform fieldset .h2,
.callback-form-container .requestacallbackform fieldset h2 {
	margin: 0.8rem 0;
}
.requestacallbackform fieldset .h2,
.startaclaimform .requestacallbackform fieldset .h2,
.callback-form-container .requestacallbackform fieldset .h2 {
	font-size: 1.2rem;
}

.requestacallbackform .requestacallbackform fieldset legend,
.startaclaimform .requestacallbackform fieldset legend,
.callback-form-container .requestacallbackform fieldset legend {
	margin: 0;
	padding-bottom: 0.8rem;
}
.requestacallbackform .form-group,
.startaclaimform .form-group,
.callback-form-container .requestacallbackform .form-group {
	margin-bottom: .5rem;
}
.requestacallbackform .form-control,
.startaclaimform .form-control,
.callback-form-container .requestacallbackform .form-control {
    display: block;
    width: 100%;
    height: 41px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.requestacallbackform .requestacallbackform .callback-availability-buttons,
.startaclaimform .requestacallbackform .callback-availability-buttons,
.callback-form-container .requestacallbackform .callback-availability-buttons {
	display: -ms-grid;
	display: grid;
	grid-auto-columns: 1fr;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-column-gap: .5rem;
	column-gap: .5rem;
	padding: 0 0.5rem;
	margin-top: -10px;
}
.requestacallbackform button[type="submit"],
.startaclaimform button[type="submit"] {
    margin-top: 20px;
}
.callback-availability-button {
    margin-bottom: 10px;
    margin-left: -6px;
    margin-right: 6px;
}
@media (min-width:992px) {
	.callback-form-container .requestacallbackform .callback-availability-buttons {
		display: block;
	}
}

.callback-form-container .requestacallbackform .callback-availability-buttons .callback-availability-button {
	-ms-grid-row: 1;
	grid-row: 1;
	padding: 0;
	float: left;
}

@media (min-width:992px) {
	.callback-form-container .requestacallbackform .callback-availability-buttons .callback-availability-button {
		padding: 0.8rem 0.8rem;
	}
}

.callback-form-container .requestacallbackform .callback-availability-buttons .callback-availability-button label {
	margin: 0;
	padding: .5rem
}

.callback-form-container .requestacallbackform .callback-availability-buttons .field-validation-error {
	-ms-grid-row: 2;
	grid-row: 2;
	grid-column: span 3
}

.callback-form-container .requestacallbackform .timeSlots {
	min-height: 4.1rem
}
.requestacallbackform .requestacallbackform .submit .btn-lg.btn,
.startaclaimform .requestacallbackform .submit .btn-lg.btn,
.callback-form-container .requestacallbackform .submit .btn-lg.btn {
	width: 100%;
	background-color: #ee3424;
	color: #fafafa;
	display: block;
	width: 100%;
	text-align: center;
	border: solid #ee3424 1px;
	-webkit-box-shadow: rgba(74, 74, 74, .5) 6px 6px 5px -5px;
	box-shadow: rgba(74, 74, 74, .5) 6px 6px 5px -5px;
	padding: .5rem;
	margin: 0.8rem 0 0 0;
}
.requestacallbackform .btn-lg .fa,
.startaclaimform .btn-lg .fa,
.callback-form-container .requestacallbackform .btn-lg .fa {
	display:none;
}
.requestacallbackform .tomred-bg,
.startaclaimform .tomred-bg,
.callback-form-container .tomred-bg,
.searchtabs li a.tomred-bg {
    background-color: #ee3424!important;
    color: #fff!important;
}
.requestacallbackform .btn-lg, 
.startaclaimform .btn-lg {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 0;
	width: 50%;
}
.callback-form-container .btn-lg {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 0;
	width: 100%;
    display: block;
}
.requestacallbackform .btn-lg:hover,
.startaclaimform .btn-lg:hover{
	-webkit-transition: background .1s ease-in;
	text-decoration: none;
	/*background-image: url(/assets/images/chevron-right-3e3e3e.svg);*/
    outline: 1px solid #3e3e3e;
}
.requestacallbackform fieldset legend {
    text-transform: uppercase;
    display: inline-block;
    margin-left: 0;
    margin-bottom: 10px;
    font-family: Lato, sans-serif!important;
    font-size: 1.313em!important;
    font-weight: 700;
    padding-bottom: 30px;
    border-bottom: 1px solid #979797;
}

.requestacallbackform fieldset .bootstrap-label {
	display: block;
	float: left;
	margin-left: 18px
}

.requestacallbackform fieldset .bootstrap-label input[type=checkbox] {
	margin-left: -18px
}

.startaclaimform form {
	margin-top:30px;
}
.startaclaimform fieldset .bootstrap-label span,
.requestacallbackform fieldset .bootstrap-label span {
	margin-left: 10px!important
}
.startaclaimform fieldset h2,
.requestacallbackform fieldset h2 {
	font-size: 1em;
	font-weight: 700
}

.startaclaimform fieldset .fa,
.requestacallbackform fieldset .fa {
	font-size: .675em!important;
	margin-left: 10px
}

.startaclaimform fieldset button,
.requestacallbackform fieldset button {
	text-transform: uppercase;
	background-color: #4a4a4a;
	outline: 0;
	border: none
}

.startaclaimform fieldset .checkboxes label,
.requestacallbackform fieldset .checkboxes label {
	font-weight: 400!important;
	margin-left: 10px!important
}

.startaclaimform fieldset .radio_button label,
.requestacallbackform fieldset .radio_button label {
	display: inline-block!important;
	border: solid 1px #bbb;
	border-radius: 3px;
	width: 100%;
	padding: 15px;
	margin-bottom: 15px;
	cursor: pointer;
	background-color: #fff;
	text-transform: uppercase;
	text-align: center;
	color: #ee3424
}

.requestacallbackform fieldset .radio_button input {
	display: none
}

.startaclaimform fieldset .radio_button input {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.startaclaimform fieldset .radio_button input:checked+label,
.requestacallbackform fieldset .radio_button input:checked+label {
	border: solid 1px red;
	background-color: #ee3424;
	color: #fff
}

.campaigncompetition,
.startaclaimform {
	margin: 60px 30px 0 30px
}

.campaigncompetition .well,
.requestacallbackform .well,
.startaclaimform .well {
	background-color: #f3f3f3!important;
	padding: 40px 40px!important;
	margin-bottom: 30px!important
}

.campaigncompetition fieldset legend,
.startaclaimform fieldset legend {
	text-transform: uppercase;
	display: inline-block;
	/*margin-left: -30px;*/
	font-family: Lato, sans-serif!important;
	font-size: 1.313em!important;
	font-weight: 700;
	padding-bottom: 40px;
	border-bottom: 1px solid #979797
}

.campaigncompetition fieldset h2,
.startaclaimform fieldset h2 {
	font-size: 1em!important;
	font-weight: 700
}

.campaigncompetition fieldset .fa,
.startaclaimform fieldset .fa {
	font-size: .675em!important;
	margin-left: 10px
}

.campaigncompetition fieldset button,
.startaclaimform fieldset button {
	text-transform: uppercase;
	background-color: #4a4a4a;
	outline: 0;
	border: none
}

.campaigncompetition fieldset .radio_button label,
.startaclaimform fieldset .radio_button label {
	display: inline-block!important;
	border: solid 1px #bbb;
	border-radius: 3px;
	width: 100%;
	padding: 15px 5px;
	margin-bottom: 15px;
	cursor: pointer;
	background-color: #fff;
	text-transform: uppercase;
	text-align: center;
	color: #ee3424
}

.campaigncompetition fieldset .radio_button input,
.startaclaimform fieldset .radio_button input {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0
}

.campaigncompetition fieldset .radio_button input:focus+label,
.campaigncompetition fieldset .radio_button input:focus:checked+label,
.startaclaimform fieldset .radio_button input:focus+label,
.startaclaimform fieldset .radio_button input:focus:checked+label {
	border: solid 1px #000
}

.campaigncompetition fieldset .radio_button input:checked+label,
.startaclaimform fieldset .radio_button input:checked+label {
	border: solid 1px red;
	background-color: #ee3424;
	color: #fff
}

@media (max-width:480px) {
	.campaigncompetition,
	.startaclaimform {
		margin: 10px!important
	}
	.campaigncompetition .well,
	.startaclaimform .well {
		padding: 43px 10px!important
	}
	.campaigncompetition fieldset legend,
	.startaclaimform fieldset legend {
		margin-left: 0!important;
		padding-bottom: 10px
	}
}
.newsletter-format-container .col-md-2 {
	float:left;
}
.newsletterform h2 {
	margin-top:10px;
}
.newsletterform p a, .pagecontent a {
    color: #ee3424;
}
.checkbox-container {
    display: table;
    margin-top: 5px;
    margin-bottom: 10px;
}
@media (min-width: 992px) {
.checkbox-container .form-control.checkbox {
    height: 25px;
    width: 25px;
    margin-right: 10px;
}
}
.checkbox-container .form-control.checkbox {
    height: 15px;
    width: 15px;
    margin-right: 5px;
    margin-top: 0;
}
.checkbox-container .checkbox-label, .checkbox-container .form-control.checkbox {
    display: table-cell;
    vertical-align: middle;
}
select.form-control {
  background-image: linear-gradient(45deg, transparent 50%, #333333 50%),
    linear-gradient(135deg, #333333 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc) !important;
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}
select.form-control:focus {
  background-image:
    linear-gradient(45deg, #333333 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #333333 50%),
    linear-gradient(to right, #ccc, #ccc) !important;
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: #333333;
  outline: 0;
}

/* timeline */
.timeline .timeline-entries .timeline-entries-list:after,
.timeline .timeline-entries .timeline-entries-list:before {
	display: table;
	content: ' '
}
.timeline .timeline-entries .timeline-entries-list:after {
	clear: both
}
@media (min-width:992px) {
	.timeline .timeline-entries .timeline-entries-list {
		width: 90%;
		margin-left: auto;
		margin-right: auto
	}
}
.timeline .timeline-entries .timeline-entries-list .timeline-entry {
	margin: 0
}
@media (min-width:992px) {
	.timeline .timeline-entries .timeline-entries-list .timeline-entry {
		margin: 0
	}
}
.timeline .timeline-entries .timeline-entries-list .timeline-entry .content,
.timeline .timeline-entries .timeline-entries-list .timeline-entry .title {
	padding: 5px
}
.timeline .timeline-entries .timeline-entries-list .timeline-entry .title {
	font-size: 20px;
	font-weight: 700;
	border-bottom: 1px dotted #ee3424;
	margin-bottom: 5px
}
.col-md-12>.timeline .timeline-entry,
.col-md-9>.timeline .timeline-entry {
	border-left: 1px solid #ee3424
}
.timeline-entry p {
	margin-bottom: 15px;
}

@media (min-width:992px) {
	.col-md-12>.timeline .timeline-entry,
	.col-md-9>.timeline .timeline-entry {
		float: left;
		width: calc(50%);
		border-left: 1px solid transparent
	}
	.col-md-12>.timeline .timeline-entry.entry-odd,
	.col-md-9>.timeline .timeline-entry.entry-odd {
		border-right: 1px solid #ee3424;
		clear: both
	}
	.col-md-12>.timeline .timeline-entry.entry-even,
	.col-md-9>.timeline .timeline-entry.entry-even {
		padding-top: 10px
	}
	.col-md-12>.timeline .timeline-entry .title-right,
	.col-md-9>.timeline .timeline-entry .title-right {
		text-align: right
	}
}

/* popup */
.popup {
    min-width: 400px;
    max-width: 600px;
    height: auto;
    background: white;
    position: fixed;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 60px 30px 30px;
    font-family: Lato,sans-serif!important;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}
.popup a.button-startclaim {
    background: #73c167!important;
    color: white;
    padding: 15px 20px;
    display: inline-block;
    text-decoration: none;
    font-size: 19px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.popup h3 {
    font-size: 31px;
}
.popup a.contact-number {
    font-size: 28px;
    text-decoration: none;
    color: #ee3424;
}
.popup p.smaller {
    font-size: 90%;
}
.popup .close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ee3424;
    padding: 20px;
    font-weight: bold;
    cursor: pointer;
}

/* search results */
.searchcontent {
	margin: 60px 40px 0 40px
}
.searchcontent .btn-primary {
	background-color: #dadada;
	color: #4a4a4a
}
.searchcontent .header2-search__submit {
	color:#fff!important;
}
.searchcontent .header2-search__submit:hover {
	color:#4a4a4a!important;
	background-image: url(/assets/images/chevron-right-3e3e3e.svg);
}
.searchcontent .pagination .active a {
	background-color: #ee3424!important;
	border-color: #dadada!important;
	color: #fff!important
}
.searchcontent .pagination>li>a,
.searchcontent .pagination>li>span {
	color: #4a4a4a!important
}
.searchcontent .pagination>li {
	font-size: 1.3em
}
.searchcontent .searchresults {
	border: 1px solid #dadada
}
.searchcontent .searchresults ul li {
	display: block;
	padding: 10px;
	border-bottom: 1px solid #dadada;
	margin-bottom: 10px
}
.searchcontent .searchresults ul li:last-child {
	border-bottom: none!important
}
.searchcontent .searchtabs ul {
	margin: 0!important
}
.searchcontent .searchtabs ul li {
	display: inline-block
}
.searchcontent .searchtabs ul li a {
	border: none!important
}
@media (max-width:480px) {
	.searchcontent {
		margin: 10px!important;
		padding-left: 10px;
		padding-right: 10px
	}
	.searchcontent .searchtabs ul {
		margin: 0!important
	}
	.searchcontent .searchtabs ul li {
		display: block;
		width: 100%;
		margin-bottom: 1px
	}
	.searchcontent .searchtabs ul li a {
		border: none!important
	}
}
input#Query {
    width: 70% !important;
    outline: none;
    border: none;
    font-size: 30px;
    padding: 30px 0px 10px;
    opacity: 0.6;
    border-bottom: 5px solid #ee3424;
    margin-bottom: 48px;
    margin-right: 20px;
}
span.badge {
    margin-right: 10px;
    font-size: 20px;
    font-weight: 700;
}
span.badge:empty {
	display:none;
	margin-right: 0;
}
#tab-content-SearchResults a {
    font-size: 20px;
}
div#tab-content-SearchResults {}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

/*charities pages */
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}
.profile {
    background-color: #fff!important;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}
.color-block {
	color: #fff;
	text-align: center;
	vertical-align: bottom;
	background-position: top center!important;
	background-size: cover!important;
	background-repeat: no-repeat!important;
	width: 100%;
	display: block
}
@media (max-width:992px) {
	.color-block {
		display: block
	}
	.color-block .bg-overlay {
		height: auto!important
	}
}
@media (min-width:992px) {
	.color-block {
		display: block
	}
}
.color-block:after,
.color-block:before {
	z-index: 2!important
}
.color-block * {
	color: #fff
}
.color-block:hover * {
	color: #fff
}
.color-block:hover .bg-overlay {
	text-decoration: none;
	height: 100%
}
.color-block .bg-overlay {
	background: #ee3424;
	color: #fff;
	opacity: .95;
	-webkit-transition: height .25s ease-in;
	transition: height .25s ease-in;
	height: 0;
	display: none;
	z-index: 2;
	line-height: 1.2em;
	margin: 0 auto;
	overflow: hidden;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 6px
}
.color-block:hover .bg-overlay {
    text-decoration: none;
    height: 100%;
}
.color-block .bg-overlay h2 {
	font-size: 1.5em;
    font-weight: 300;
    letter-spacing: 1.3px;
	margin-top: 18px;
    margin-bottom: 10px;
}
@media (min-width:481px) {
	.color-block .bg-overlay {
		display: block
	}
}
@media (min-width:992px) {
	.color-block .bg-overlay {
		position: absolute
	}
}
.color-block.no-image .color-bg {
	opacity: 1
}
.bg-brand-purple img {
	border: 1px solid #efefef
}
.color-block.no-image .color-bg {
	opacity: 1
}
.bg-brand-purple img {
	border: 1px solid #efefef
}
.profile img {
    width: 100%!important;
}

/* Our clients page */
.isotope-block {
    z-index: 5;
    transition: 0s;
    -webkit-transition: 0s;
    width: 23%;
    height: 210px;
    margin: 10px;
    float: left;
    background: #ccc;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}
.isotope-block.hover-state,
.isotope-block:hover {
	text-decoration: none!important
}
.isotope-block .name,
.isotope-block .title {
	position: relative;
	z-index: 2;
	color: #fff;
	padding: 20px 20px 0 20px;
	font-size: 1.5em;
	color: #fff;
	display: block
}
.isotope-block .name {
	line-height: 1em;
	margin-bottom: 5px;
	text-shadow: 1px 1px 10px #1d1d1b
}
.isotope-block .title {
	padding-top: 0;
	padding-bottom: 20px;
	font-size: .95em;
	line-height: 1.1em
}
.isotope-block .content {
	display: table-cell;
	vertical-align: bottom
}
.isotope-block blockquote {
	padding: 10px 20px 0 20px;
	margin: 0;
	line-height: 1.2em;
	color: #fff;
	border-left: 0;
	z-index: 1;
	position: relative;
	opacity: 0;
	display: none;
	font-size: 1.4em
}
.isotope-block blockquote:before {
	color: #fff;
	font-size: 4em;
	line-height: .1em;
	position: absolute;
	top: 0;
	left: 20px;
	opacity: 1
}
.isotope-block.standard blockquote {
	padding-top: 0;
	font-size: .9em!important
}
.isotope-block.standard.hover-state blockquote,
.isotope-block.standard:hover blockquote {
	top: 40px
}
.isotope-block.double-width blockquote {
	font-size: 1.1em!important
}
.isotope-block.double-width.hover-state blockquote,
.isotope-block.double-width:hover blockquote {
	top: 40px
}
.isotope-block.double-height blockquote {
	font-size: 1.2em!important
}
.isotope-block.double-height.hover-state blockquote,
.isotope-block.double-height:hover blockquote {
	top: 50px
}
.isotope-block .gradient {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	background: rgba(76, 76, 76, 0);
	background: -webkit-gradient(left top, left bottom, color-stop(32%, rgba(76, 76, 76, 0)), color-stop(55%, rgba(76, 76, 76, 0)), color-stop(60%, transparent), color-stop(100%, rgba(0, 0, 0, .9)));
	background: -webkit-gradient(linear, left top, left bottom, color-stop(32%, rgba(76, 76, 76, 0)), color-stop(55%, rgba(76, 76, 76, 0)), color-stop(60%, transparent), to(rgba(0, 0, 0, .9)));
	background: linear-gradient(to bottom, rgba(76, 76, 76, 0) 32%, rgba(76, 76, 76, 0) 55%, transparent 60%, rgba(0, 0, 0, .9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c', endColorstr='#000000', GradientType=0)
}
.isotope-block.hover-state blockquote,
.isotope-block:hover blockquote {
	opacity: 1;
	display: block;
	top: 70px;
	position: absolute;
	line-height: 1.2em;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s
}
.isotope-block.hover-state .gradient,
.isotope-block:hover .gradient {
	background-color: rgba(74, 74, 74, .77)!important
}
.isotope-block.double {
    width: 48%;
    height: 440px;
}
.isotope-block.double .name {
	font-size: 2.5em
}
.isotope-block.double-height {
	width: 270px;
	height: 440px
}
.isotope-block.double-height .name {
	font-size: 2.5em
}
.isotope-block.double-width {
	width: 560px;
	height: 210px
}
.isotope-block.double-width .name {
	font-size: 2.5em
}
.isotope-block .hover {
	padding: 20px
}
.isotope-block .hover .name {
	color: #000
}
.isotope-block img {
	min-width: 100%!important;
	min-height: 100%!important;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0
}
.isotope-block-inner {
	display: table;
	vertical-align: bottom;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	position: relative;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}
.isotope-block-inner.left {
	background-position-x: left
}
.isotope-block-inner.right {
	background-position-x: right
}
.isotope-block-inner.top {
	background-position-y: top
}
.isotope-block-inner.right {
	background-position-y: bottom
}
.isotope-block.hover-state-off .normal {
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s
}
.isotope-block.hover-state .normal {
	animation: fadeout 1s;
	-moz-animation: fadeout 1s;
	-webkit-animation: fadeout 1s;
	-o-animation: fadeout 1s;
	opacity: 0
}
@media screen and (max-width:768px) {
	.casestudycollectionblock blockquote,
	.casestudywallblock blockquote {
		font-size: .9em!important
	}
	.casestudycollectionblock h2,
	.casestudywallblock h2 {
		display: block
	}
	.casestudycollectionblock .view-all,
	.casestudywallblock .view-all {
		position: static
	}
	.casestudycollectionblock .ui-group .button-group,
	.casestudywallblock .ui-group .button-group {
		float: none;
		display: table;
		position: static
	}
	.casestudycollectionblock .ui-group .button-group button,
	.casestudywallblock .ui-group .button-group button {
		position: static;
		float: left;
		margin-right: 10px
	}
	.casestudycollectionblock .isotope-block,
	.casestudywallblock .isotope-block {
		width: 100%;
		height: 230px
	}
}
@media screen and (max-width: 600px) {
    .isotope-block.double {
        width: 94%;
        height: 440px;
    }
    .isotope-block {
        z-index: 5;
        transition: 0s;
        -webkit-transition: 0s;
        width: 94%;
        height: 210px;
        margin-left: 10px;
        margin-bottom: 0px !important;
        float: left;
        background: #ccc;
        overflow: hidden;
        position: relative;
        text-decoration: none;
    }
	.gridx {
    	margin: 0!important;
	}
}
.ourpeople .gridx {
    width: 100%;
}

@media screen and (min-width: 768px) {
.gridx {
    padding-top: 20px;
} }
.gridx {
    margin: 0 -10px 0 -10px;
}
.grid-sizer {
    width: 25%;
}

/* slick slider */
.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block
}
@media (min-width: 768px) {
.slick-track .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 100%;
} }
.slick-track:after,
.slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}
.slick-current img {
    width: 100%;
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}
.slidernav {
	margin-top:20px;
}
.slidernav .slick-slide img {
    width: 220px;
}
.slidernav .slick-slide {
    margin-right: 5px!important;
}

.slidernav .col-md-2 {
    padding: 0!important;
}
.slick-slide {
    margin-bottom: 10px!important;
}



.news .news-row .whitebox .lelrissuename {
    font-size: 1.313em;
    font-weight: 700;
    text-transform: uppercase;
	color: #ee3424;
}

.news .news-row .articledate {
    font-size: .975em!important;
}
.news .articledate {
    color: #ee3424;
    font-size: 1.1em!important;
}

.news .news-row .whitebox .lelrarticles {
    margin-top: 15px;
    margin-bottom: 15px;
}

.news .news-row .whitebox .lelrarticles li {
    border-bottom: 1px solid #969696;
}
.news .news-row .whitebox .lelrarticles li {
    padding: 5px 0;
}

/* Search results */

.searchcontent {
	margin: 60px 40px 0 40px
}

.searchcontent .btn-primary {
	background-color: #dadada;
	color: #4a4a4a
}

.searchcontent .pagination .active a {
	background-color: #ee3424!important;
	border-color: #dadada!important;
	color: #fff!important
}

.searchcontent .pagination>li>a,
.searchcontent .pagination>li>span {
	color: #4a4a4a!important
}

.searchcontent .pagination>li {
	font-size: 1.3em
}

.searchcontent .searchresults {
	border: 1px solid #dadada
}

.searchcontent .searchresults ul li {
	display: block;
	padding: 10px;
	border-bottom: 1px solid #dadada;
	margin-bottom: 10px
}

.searchcontent .searchresults ul li:last-child {
	border-bottom: none!important
}

.searchcontent .searchtabs ul {
	margin: 0!important
}

.searchcontent .searchtabs ul li {
	display: inline-block
}

.searchcontent .searchtabs ul li a {
	border: none!important
}
@media (max-width:480px) {
	.searchcontent {
		margin: 10px!important;
		padding-left: 10px;
		padding-right: 10px
	}
	.searchcontent .searchtabs ul {
		margin: 0!important
	}
	.searchcontent .searchtabs ul li {
		display: block;
		width: 100%;
		margin-bottom: 1px
	}
	.searchcontent .searchtabs ul li a {
		border: none!important
	}
}


#launchcloud-form li.item label.label, #launchcloud-form #form-content .form-elements .element[data-element-type=Booking] .items li label {
    display: block;
}

