@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Roboto', sans-serif;
	background-color: #e5e6e7;
}
a, button 
{
	-webkit-transition: all 0.15s ease; 
	-moz-transition: 	all 0.15s ease; 
	-o-transition: 		all 0.15s ease; 
	transition: 		all 0.15s ease;
	color: inherit;
	text-decoration: none;
}
ul, ol {
	list-style-type: none;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
}
button {
	background: none;
	border: none;
	outline: none;
	cursor: pointer;
}

/* Common */
/* Micro clear fix */
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	zoom: 1;
}

/* Media object */
.media {
	overflow: hidden;
}
.media__img {
	margin-right: 10px;
	float: left;
}
.media__img--rev {
	margin-left: 10px;
	float: right;
}
.media__body {
	overflow: hidden;
}

/* Flag object */
.flag {
	display: table;
	width: 100%;
}
.flag__image, .flag__body {
	display: table-cell;
	vertical-align: middle;
}
.flag--top .flag__image, 
.flag--top .flag__body {
	vertical-align: top;
}
.flag--bottom .flag__image, 
.flag--bottom .flag__body {
	vertical-align: bottom;
}
.flag__image { 
	padding-right: 15px;
}
.flag__image > img {
	display: block; 
	max-width: none;
}
.flag--rev .flag__image {
	padding-right: 0;
	padding-left: 20px;
}
.flag__body {
	width: 100%;
}

/* Sidebar */
.sidebar {
	padding: 30px;
	background-color: #fff;
	position: relative;
}

/* Buttons */
.button {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 14px 23px;
	display: inline-block;
}
.button--l {
	font-size: 24px;
	font-weight: bold;
}
.button--green {
	color: #000;
	background-color: #3a915f;
}
.button--green:hover {
	color: #fff;
}
.button--red {
	color: #fff;
	background-color: #e3051a;
}
.button--red:hover {
	background-color: #ca0001;
}

.button--yellow {
	color: #000;
	background-color: #fdd42b;
}
.button--yellow:hover {
	background-color: #e4bb12;
}

.button--purple {
	color: #fff;
	background-color: #3a1760;
}
.button--purple:hover {
	background-color: #210047;
}

.button--lime {
	color: #000;
	background-color: #02d769;
}
.button--lime:hover {
	background-color: #00be50;
}

.button--white {
	color: #000;
	background-color: #fff;
}
.button--white:hover {
	background-color: #eee;
}

/* Header upper */
.header-translate {
	position: absolute;
	top: 5px;
}
.goog-te-gadget,
.goog-logo-link, .goog-logo-link:link, .goog-logo-link:visited, .goog-logo-link:hover, .goog-logo-link:active{
	color: rgba(255,255,255,0.85) !important;
}
header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 9;
}
.header-upper {
	padding: 14px 0;
	background-color: #e3051a;
	color: #fff;
}
.strap {
	padding-top: 4px;
	font-size: 24px;
	font-weight: bold;
}
.search-toggle {
	float: right;
	height: 36px;
	border-left: 2px solid #fff;
	padding-left: 16px;
	margin-left: 14px;
}
.social-icons {
	float: right;
	padding-right: 4px;
}
.social-icons__link {
	display: inline-block;
	height: 34px;
	margin: 0 -4px 0 12px;
	padding-top: 2px;
}
.social-icons img {
	display: block;
}

/* Header lower */
.header-lower {
	position: relative;
	padding: 14px 0 0 0;
	background: rgba(29,29,27,0.75);
	color: #fff;
}
.nav-container {
	float: right;
}
.contact-buttons {
	float: right;
    padding: 2px 5px 0 0;	
}
.contact-button-text {
	display: inline-block;
	line-height: 32px;
	font-size: 20px;
}
.contact-button-envelope,
.contact-button-phone {
	display: inline-block;
}
.contact-button-text,
.contact-button-envelope,
.contact-button-phone {
	vertical-align: bottom;
	height: 32px;
	padding-left: 10px;
}
.nav-primary {
	padding-top: 55px;
	font-size: 20px;
	font-weight: bold;
	clear: right;
}
.nav-primary li {
	display: inline-block;
}
.nav-primary__item {
	margin: 0 0 0 16px;
	height: 64px;
}
.nav-primary__link {
	position: relative;
	display: inline-block;
	height: 64px;
}
.nav-primary__item:hover,
.nav-primary__item--selected {
	color: #e3051a;
}
.nav-primary__link:after {
	content: "";
	background-color: #e3051a;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 15px;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease; 
	-moz-transition: 	opacity 0.25s ease; 
	-o-transition: 		opacity 0.25s ease; 
	transition: 		opacity 0.25s ease;
}
.nav-primary__item:hover .nav-primary__link:after,
.nav-primary__item--selected .nav-primary__link:after {
	opacity: 1;
}
.nav-primary__sub {
	display: none;
	position: absolute;
	bottom: -60px;
	right: 0;
	left: 0;
	color: #fff;
	background-color: #e3051a;
	text-align: center;
	font-weight: normal;
}
.nav-primary__item:hover .nav-primary__sub {
	display: block;
}
.nav-primary__sub-link {
	display: inline-block;
	padding: 18px 18px;
}
.button--donate {
	margin-top: -7px;
	margin-bottom: -7px;
    margin-left: 15px;
	font-size: 20px;
    font-weight: bold;
	float: right;
	min-width: 113px;
	color: #fff;
}
.button--donate:hover {
	color: #000;
}

/* Search bar */
.search-form {
	display: none;
	position: absolute;
	top: 52px;
	right: 5px;
	background-color: #fff;
	padding: 10px;
	z-index: 999;
}
.search__input {
	width: 300px;
	height: 45px;
	padding: 10px;
	border: none;
	border-bottom: 1px solid #ccc;
	margin-right: 10px;
	outline: none;
}
.search__submit {
	font-size: 20px;
	font-weight: bold;
	min-width: 113px;
}
.search-results-container .search-form {
	display: none;
}

/* Nav mobile*/
.mobile-nav-button {
	display: none;
	position: relative;
    float: right;
    clear: right;
    text-transform: uppercase;
    margin: 20px 0 0 0;
    font-size: 29px;
    padding-right: 40px;
	line-height: 30px;
}
.mobile-nav-button:after {
	content: "";
    position: absolute;
    top: 5px;
    right: 0;
    width: 30px;
    height: 20px;
    border-top: 12px double #fff;
    border-bottom: 4px solid #fff;
}
.nav-mobile {
	display: none;
}
.mm-panels {
	background-color: #e3051a;
    color: #fff;
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
	color: #fff;
}
.mm-title {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
.mm-listview {
	font-size: 18px;
}
.mm-menu .mm-listview>li .mm-next:after,
.mm-next:after, .mm-prev:before {
	border-color: #fff !important;
}
.mm-next:after, .mm-prev:before {
	width: 10px;
	height: 10px;
}
.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next), .mm-menu .mm-listview>li.mm-selected>span {
	background: rgba(0,0,0,.1);
}

/* Carousel */
.exit, .exit-button {
	-webkit-transition: all 0s ease; 
	-moz-transition: 	all 0s ease; 
	-o-transition: 		all 0s ease; 
	transition: 		all 0s ease;
	z-index: 9999;
	cursor: pointer;
}
.exit {
	position: fixed;
	right: 0;
	top: 363px;
}
.exit-button {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: fixed;
	top: 363px;
	right: 65px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDBENkNCQ0RGRDQ4MTFFNkIyQzNBOUUyMzIwQjJCNDYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDBENkNCQ0VGRDQ4MTFFNkIyQzNBOUUyMzIwQjJCNDYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEMEQ2Q0JDQkZENDgxMUU2QjJDM0E5RTIzMjBCMkI0NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEMEQ2Q0JDQ0ZENDgxMUU2QjJDM0E5RTIzMjBCMkI0NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PicZeWUAAAAGUExURQAAAP///6XZn90AAABASURBVHjaYmDEAhioIMgAl4KwoIIMMDGEIJwDlURWgtAAN4wBLsaIZAWSdfgEsWnHZhE2J2F1PFZvUjk8AQIMABVTAVHTiAWVAAAAAElFTkSuQmCC);
}
.exit.closed {
	width: 0;
	overflow: hidden;
}
.exit-button.closed {
	right: 0;
}

.carousel {
	width: 100%;
	height: 666px;
	padding-top: 66px;
}
.carousel__slide {
	height: 100%;
	width: 100% !important;
	margin: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.carousel__content {
	padding-top: 225px;
	color: #fff;
}
.carousel__heading {
	margin-bottom: 15px;
	line-height: 96px;
	font-size: 84px;
	font-weight: bold;
}
.carousel__text {
	margin-bottom: 20px;
	font-size: 36px;
}
.flickity-viewport {
	width: 100%;
}
.flickity-page-dots {
	bottom: 20px;
}
.flickity-page-dots .dot {
	width: 15px;
	height: 15px;
	background-color: #fff;
}

/* Hero */
.hero {
	height: 566px;
	padding-top: 66px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

/* Modules */
.module {
	margin-bottom: 30px;
}
.heading {
	font-weight: bold;
	font-size: 40px;
	text-align: center;
	background-color: #fff;
	padding: 30px 40px;
	color: #000;
}
.heading--red {
	color: #e3051a;
}
.heading--offset {
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* Feature */
.feature__image,
.feature__content {
	min-height: 340px;
}
.feature__content {
	position: relative;
	margin-left: -68px;
	padding: 40px;
}
.feature__content:before,
.feature__content:after {
	content: "";
	position: absolute;
	z-index: 10;
	display: block;
	top: 0;
	left: -42px;
	height: 50%;
	width: 0;
	border-right-width: 42px;
	border-right-style: solid;
	border-bottom: 42px solid transparent;
}
.feature__content:after {
	top: auto;
	bottom: 0;
	border-bottom: none;
	border-top: 42px solid transparent;
}
.feature__prop {
	min-height: 200px;
}
.feature__col {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.feature__heading {
	margin-bottom: 10px;
	line-height: 46px;
	font-size: 42px;
	font-weight: bold;
}
.feature__text {
	margin-bottom: 10px;
	font-size: 28px;
	line-height: 34px;
}
.feature__content .button {
	margin-top: 10px;
}

/* Feature reversed */
.feature--rev .feature__content:before,
.feature--rev .feature__content:after {
	left: auto;
	right: -42px;
	border-right: none;
	border-left-width: 42px;
	border-left-style: solid;
}
.feature--rev .feature__content {
	margin-left: 0;
	margin-right: -68px;
	z-index: 11;
}

/* Feature large */
.feature--large {
	height: 700px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.feature--large__content {
	background: rgba(29,29,27, 0.95);
	width: 50%;
	height: 340px;
	padding: 40px 80px;
	color: #fff;
}
.arrow-link {
	display: block;
	font-size: 28px;
	margin-top: 20px;
}
.arrow-link:after {
	display: inline-block;
	content: "";
	width: 13px;
	height: 23px;
	margin-left: 20px;
	vertical-align: baseline;
	background: url(/images/arrow.png) no-repeat right;
}
.arrow-link--black:after {
	background-image: url(/images/arrow--black.png);
}

/* Feature themes */
.feature {
	color: #fff;
}
.feature--white {
	color: #000;
}

.feature--blue .feature__col,
.feature--blue .feature__content {
	background-color: #1779c0;
}
.feature--blue .feature__content:before,
.feature--blue .feature__content:after {
	border-right-color: #1779c0;
	border-left-color: #1779c0;
}

.feature--purple .feature__col,
.feature--purple .feature__content {
	background-color: #3a1760;
}
.feature--purple .feature__content:before,
.feature--purple .feature__content:after {
	border-right-color: #3a1760;
	border-left-color: #3a1760;
}

.feature--lime .feature__col,
.feature--lime .feature__content {
	background-color: #3a915f;
}
.feature--lime .feature__content:before,
.feature--lime .feature__content:after {
	border-right-color: #3a915f;
	border-left-color: #3a915f;
}

.feature--yellow .feature__col,
.feature--yellow .feature__content {
	color: #000;
	background-color: #fdd42b;
}
.feature--yellow .feature__content:before,
.feature--yellow .feature__content:after {
	border-right-color: #fdd42b;
	border-left-color: #fdd42b;
}

.feature--white .feature__col,
.feature--white .feature__content {
	background-color: #fff;
}
.feature--white .feature__content:before,
.feature--white .feature__content:after {
	border-right-color: #fff;
	border-left-color: #fff;
}

.feature--red .feature__col,
.feature--red .feature__content {
	background-color: #e3051a;
}
.feature--red .feature__content:before,
.feature--red .feature__content:after {
	border-right-color: #e3051a;
	border-left-color: #e3051a;
}

/* Quotes */
.module--quotes {
	background-color: #1779c0;
	color: #fff;
}
.quotes__quote {
	width: 100%;
	padding: 100px 170px;
	text-align: center;
	font-size: 36px;
}
.flickity-prev-next-button:hover,
.flickity-prev-next-button {
	background: none;
}
.flickity-prev-next-button .arrow {
	fill: #fff;
}
.flickity-prev-next-button.next {
	right: 0;
}
.flickity-prev-next-button.previous {
	left: 0;
}
.flickity-prev-next-button svg {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.flickity-prev-next-button:focus {
	box-shadow: none;
}
.flickity-prev-next-button {
	width: 62px;
	height: 62px;
}

/* Large panel */
.large-panel {
	margin-top: 84px;
}
.large-panel,
.large-panel .heading {
	color: #fff;
}
.large-panel__content {
	padding: 6px 0 40px 0;
	font-size: 28px;
}
.large-panel__content .js-reframe:not(:last-child),
.large-panel__content p:not(:last-child) {
	margin-bottom: 40px;
}

.large-panel--blue,
.large-panel--blue .heading {
	background-color: #1779c0;
}
.large-panel--lime,
.large-panel--lime .heading {
	background-color: #3a915f;
}
.large-panel--purple,
.large-panel--purple .heading {
	background-color: #3a1760;
}
.large-panel--red,
.large-panel--red .heading {
	background-color: #e3051a;
}
.large-panel--white,
.large-panel--white .heading {
	color: #000;
	background-color: #fff;
}
.large-panel--yellow,
.large-panel--yellow .heading {
	color: #000;
	background-color: #fdd42b;
}


/* Cards */
.card {
	margin-bottom: 30px;
	background-color: #fff;
}
.card__content {
	padding: 40px;
	font-size: 28px;
}
.card__heading {
	font-size: 40px;
	font-weight: bold;
}
.card__heading,
.cart__text {
	margin-bottom: 20px;
}

/* Promo boxes */
.promo-box {
	margin-bottom: 30px;
	padding: 30px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.promo-box__heading {
	font-size: 40px;
	font-weight: bold;
}
.promo-box__text {
	font-size: 20px;
}
.promo-box__image {
	display: block;
	width: 100%;
	height: auto;
}
.promo-box__heading:not(:last-child),
.promo-box__text:not(:last-child),
.promo-box__image:not(:last-child) {
	margin-bottom: 15px;
}
.promo-box--yellow {
	background-color: #fdd42b;
}
.promo-box--red {
	color: #fff;
	background-color: #e3051a;
}
.promo-box--blue {
	color: #fff;
	background-color: #1779c0;
}
.promo-box--purple {
	color: #fff;
	background-color: #3a1760;
}
.promo-box--lime {
	background-color: #02d769;
}
.promo-box--white {
	background-color: #fff;
}

/* Article */
.article {
	padding: 30px 40px;
	background-color: #fff;
	font-size: 24px;
	/*white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;*/
	word-wrap: break-word;
}
.intro {
	font-size: 28px;
}
.article p:not(:last-child),
.article ul:not(:last-child), 
.article ol:not(:last-child),
.article li:not(:last-child) {
	margin-bottom: 30px;
}
.article li {
	padding-left: 30px;
	position: relative;
}
.article li:before {
	display: block;
	position: absolute;
	left: 0;
	top: 3px;
	content: "\2022";
	font-weight: bold;
}
.red {
	color: #e3051a;
}
.article h2 {
	margin-bottom: 30px;
}
.article h3 {
	margin-bottom: 20px;
}
.article address {
	margin-bottom: 30px;
	font-style: normal;
}
.article .contact-other li,
.article .contact-links li {
	margin-bottom: 0;
}
.contact-map-container {
	margin-bottom: 50px;
}
.contact-map {
	width: 100%;
	height: 400px;
}
.article.contact a {
	color: #e3051a;
}

/* Filters */
.filter-container {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	padding: 20px 30px 18px 50px;
	background-color: #fff;
	-webkit-transition: all 0.15s ease; 
	-moz-transition: 	all 0.15s ease; 
	-o-transition: 		all 0.15s ease; 
	transition: 		all 0.15s ease;
}
.filter-container--open {
	background: rgba(29,29,27,0.95);
	color: #fff;
}
.filters {
	padding-top: 10px;
	display: none;
}
.filters__checkbox {
	float: right;
	margin-top: 5px;
}
.filters__button {
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
	display: block;
	width: 100%;
	font-size: 16px;
}
.filters__item {
	margin-bottom: 5px;
}
.filter-toggle {
	font-size: 28px;
	font-weight: bold;
}
.filter-toggle:before {
	display: inline-block;
	content: "+";
	width: 20px;
	margin: 0 10px 0 -31px
}

/* Categories */
.categories {
	padding-top: 40px;
}
.categories__item {
	background-color: #e5e6e7;
}
.categories__item:not(:last-child) {
	margin-bottom: 15px;
}
.categories__heading {
	font-weight: normal;
	color: #575656;
}

/* Footer */
.footer {
	padding: 40px 0;
	color: #fff;
	background-color: #3c3c3b;
}
.community {
	float: right;
}
.community__heading {
	margin-bottom: 10px;
}

.google-translate {
	float: right;
	clear: right;
	text-align: right;
	padding-top: 15px;
}

.nav-footer__item {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-right: 20px;
}
.footer__text {
	font-size: 14px;
	margin-bottom: 30px;
}
.accreditation {
	display: inline-block;
	font-size: 14px;
}
.accreditation span {
	color: #02d769;
}

.directory-listing__item {
	background-color: #fff;
	padding: 30px;
}

/* Modal */
#cboxLoadedContent {
	background-color: #fff;
}
#cboxOverlay {
	background-color: #999;
}
.contact-details {
	background-color: #fff;
	padding: 60px 80px;
}
.contact-details__item {
	border-bottom: 1px solid #e3051a;
	padding: 30px 0;
}
.contact-details__item:last-child {
	border-bottom: none;
}
.contact-details__heading {
	font-size: 40px;
	font-weight: bold;
}
.contact-details__location {
	font-size: 28px;
	font-weight: normal;
}
.contact-details__location strong {
	font-size: 40px;
	font-weight: bold;
	white-space: nowrap;
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
	top: 0;
}
#cboxClose {
	width: 36px;
	height: 36px;
	background: url(images/modal-close.png);
	background-position: 0 0 !important;
	top: 30px;
	right: 30px;
}
#cboxLoadingOverlay,
#cboxContent {
	background-color: #fff;
}

/* Search results */
.fulltextsearch_results_heading + .fulltextsearch_pagination,
.fulltextsearch_results_heading,
.fulltextsearch_form {
	display: none;
}
.fulltextsearch_title {
	font-weight: bold;
	margin-bottom: 0 !important;
}
.fulltextsearch_results_heading {
	margin-bottom: 40px;
}
.fulltextsearch_result {
	display: block;
	margin-bottom: 30px;
}
.fulltextsearch_info {
	font-size: 16px;
	font-style: italic;
}
.fulltextsearch_summary {
	font-size: 18px;
}
.search-results-container {
	padding-top: 230px;
}
.fulltextsearch_pagination_ul {
	list-style-type: none;
	font-size: 20px;
	margin-bottom: 30px;
	padding-top: 30px;
}
.fulltextsearch_pagination_ul li {
	padding: 0 5px;
	display: inline;
}
.fulltextsearch_pagination_ul li:first-child {
	padding-left: 0;
}
.fulltextsearch_pagination_ul li:before {
	display: none !important;
}


/* Forms */
.contourPage .span12.col-md-12 {
	padding-left: 0;
	padding-right: 0;
}
.help-block {
	font-size: 16px;
	color: #999;
}
#contour input.text, 
#contour textarea, 
.contour input.text, 
.contour textarea {
	padding: 10px !important;
	font-size: 16px;
}
.contourField {
	margin-bottom: 15px !important;
}
.umbraco-forms-indicator {
	color: #e3051a;
}
.btn.primary {
	color: #fff;
    background-color: #e3051a;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 14px 23px;
    display: inline-block;
	border: none;
	font-weight: bold;
	font-size: 20px;
	cursor: pointer;
}
.contour {
	margin-bottom: 30px;
}
#contour fieldset, .contour fieldset {
	padding: 0 !important;
	margin: 0 !important;
}
.contourNavigation .col-md-12 {
	padding: 0 0 50px 0;
}

.row-fluid {
	margin-left: -15px;
    margin-right: -15px;
}
.umbraco-forms-form input.text, .umbraco-forms-form textarea {
	padding-block: 10px !important;
}
.umbraco-forms-field {
	margin-bottom: 15px;
}

/* Mobile */
@media (max-width: 1199px){
	.nav-primary li.nav-primary__item {
		display: none;
	}
	.mobile-nav-button {
		display: block;
	}
	.search-results-container .search-form {
		display: block;
	}
}

@media (max-width: 991px) {
	.feature__content {
		margin-left: 0;
	}
	.feature--rev .feature__content {
		margin-right: 0;
	}
	.feature__content:before, .feature__content:after {
		display: none;
	}
	.feature--large__content {
		width: 100%;
		height: auto;
	}
	.quotes__quote {
		padding-right: 50px;
		padding-left: 50px;
	}
	.card__image {
		width: 100%;
		height: auto;
	}
	.promo-box {
		min-height: 200px;
	}
	.contact-details {
		padding: 20px;
	}
}

@media (max-width: 767px) {
	.logo-image {
		height: 100px;
	}
	.mobile-nav-button {
		font-size: 25px;
	}
	.carousel__heading {
		line-height: 50px;
		font-size: 44px;
	}
	.carousel__text {
		font-size: 28px;
	}
	.feature__content {
		padding: 15px 0;
	}
	.feature__heading {
		font-size: 30px;
	}
	.feature__text {
		font-size: 22px;
	}
	.feature__content,
	.feature__prop {
		min-height: 0;
	}
	.promo-box {
		padding: 0;
	}
	.flickity-prev-next-button {
		width: 42px;
		height: 42px;
	}
	.quotes__quote {
		padding: 50px 45px;
	}
	.quotes__quote {
		font-size: 30px;
		line-height: 1.4;
	}
	.master-container > .container {
		overflow: hidden;
	}
	.master-container > .container > .row > .col-md-12 {
		padding-right: 0;
		padding-left: 0;
	}
	.article {
		padding: 15px 15px;
		font-size: 20px;
	}
	.card__content {
		padding: 15px;
	}
	.card__heading {
		font-size: 30px;
	}
	.card__content {
		font-size: 20px;
	}
	.promo-box__heading {
		padding: 15px 15px 0 15px;
		font-size: 30px;
	}
	.promo-box__text {
		font-size: 20px;
		padding: 15px;
	}
	.promo-box .button {
		margin: 0 0 15px 15px;
	}
	.large-panel {
		margin-top: 30px;
	}
	.large-panel__content {
		padding: 0px 0 15px 0;
		font-size: 22px;
	}
	.large-panel .button {
		margin-left: 15px;
	}
	.large-panel__content p:not(:last-child) {
		margin-bottom: 15px;
	}
	.card__heading, .cart__text {
		margin-bottom: 15px;
	}
	.sidebar {
		padding: 15px;
	}
	.categories {
		padding-top: 60px;
	}
	.heading {
		font-size: 34px;
	}
	.exit, .exit-button {
		top: 203px;
	}
	.header-upper .social-icons {
		display: none;
	}
	.search-toggle {
		display: none;
	}
	.footer .community,
	.footer .social-icons {
		float: none;
	}
	.footer .social-icons {
		margin-bottom: 20px;
	}
	.footer .social-icons .social-icons__link:first-child {
		margin-left: 0;
	}
}

@media (max-width: 540px) {
	.feature--large__content {
		padding: 40px;
	}
	.strap {
		float: right;
		width: 100%;
		clear: both;
	}
	.button--donate {
		padding-right: 10px;
		padding-left: 10px;
		min-width: 0;
	}
	.header-upper .social-icons {
		display: none;
	}
	.strap {
		padding-top: 8px;
	}
	.contact-details__heading {
		font-size: 29px;
	}
	.contact-details__location {
		font-size: 18px;
	}
}

@media (max-width: 480px) {
	.carousel__heading {
		line-height: 50px;
		font-size: 44px;
	}
	.contact-button-text {
		display: none;
	}
	.contact-button-envelope {
		width: 29px;
    	padding-top: 5px;
	}
	.contact-button-text, .contact-button-envelope, .contact-button-phone {
		padding-left: 5px;
	}
	.button--donate {
		margin-top: 5px;
		padding: 5px;
		margin-left: 5px;
		font-size: 14px;
	}
	.mobile-nav-button {
		font-size: 20px;
	}
	.contact-details__location strong {
		font-size: 13px !important;
	}
}

@media (max-width: 440px) {
	.logo-image {
		height: 80px;
	}
}