@-webkit-viewport {
	width: device-width;
	zoom: 1.0;
}
@-moz-viewport {
	width: device-width;
	zoom: 1.0;
}
@-ms-viewport {
	width: device-width;
	zoom: 1.0;
}
@viewport {
	width: device-width;
	zoom: 1.0;
}

/* ---- Breakpoints ---- */

/* BP 4 */
@media screen and (min-width: 600px) {

}

/* BP 3 */
@media screen and (min-width: 769px) {

}

/* BP 2 */
@media screen and (min-width: 960px) {

}

/* BP 1 */
@media screen and (min-width: 1200px) {

}

/* ------------------------------------------------------
**** Box Model Reset
------------------------------------------------------ */

html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}

/* ------------------------------------------------------
**** Typography
------------------------------------------------------ */

html {
	font-size: 62.5%;
}

body {
	line-height: 1.4;
	font-size: 1.7em;
	color: #192d45;
	font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* BP 3 */
@media screen and (max-width: 768px) {
	body {
		line-height: 1.4;
		font-size: 1.6em;
	}
}

/* ---- Fonts ---- */
@font-face {
	font-family: 'icomoon';
	src:  url('../fonts/icomoon/fonts/icomoon.eot?kcciq');
	src:  url('../fonts/icomoon/fonts/icomoon.eot?kcciq#iefix') format('embedded-opentype'),
	url('../fonts/icomoon/fonts/icomoon.ttf?kcciq') format('truetype'),
	url('../fonts/icomoon/fonts/icomoon.woff?kcciq') format('woff'),
	url('../fonts/icomoon/fonts/icomoon.svg?kcciq#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.icon-before:before,
.icon-after:after {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

.icon-before.icon-loading:before,
.icon-after.icon-loading:after {
	content: "\e916";
}
.icon-before.icon-m1:before,
.icon-after.icon-m1:after {
	content: "\e90e";
}
.icon-before.icon-m2:before,
.icon-after.icon-m2:after {
	content: "\e90f";
}
.icon-before.icon-m3:before,
.icon-after.icon-m3:after {
	content: "\e910";
}
.icon-before.icon-m4:before,
.icon-after.icon-m4:after {
	content: "\e911";
}
.icon-before.icon-m5:before,
.icon-after.icon-m5:after {
	content: "\e912";
}
.icon-before.icon-m1-full:before,
.icon-after.icon-m1-full:after {
	content: "\e909";
}
.icon-before.icon-m2-full:before,
.icon-after.icon-m2-full:after {
	content: "\e90a";
}
.icon-before.icon-m3-full:before,
.icon-after.icon-m3-full:after {
	content: "\e90b";
}
.icon-before.icon-m4-full:before,
.icon-after.icon-m4-full:after {
	content: "\e90c";
}
.icon-before.icon-m5-full:before,
.icon-after.icon-m5-full:after {
	content: "\e90d";
}
.icon-before.icon-arrow-right:before,
.icon-after.icon-arrow-right:after {
	content: "\e900";
}
.icon-before.icon-arrow-up:before,
.icon-after.icon-arrow-up:after {
	content: "\e901";
}
.icon-before.icon-arrow-left:before,
.icon-after.icon-arrow-left:after {
	content: "\e902";
}
.icon-before.icon-arrow-down:before,
.icon-after.icon-arrow-down:after {
	content: "\e903";
}
.icon-before.icon-close:before,
.icon-after.icon-close:after {
	content: "\e904";
}
.icon-before.icon-enews:before,
.icon-after.icon-enews:after {
	content: "\e905";
}
.icon-before.icon-facebook:before,
.icon-after.icon-facebook:after {
	content: "\e906";
}
.icon-before.icon-home:before,
.icon-after.icon-home:after {
	content: "\e907";
}
.icon-before.icon-instagram:before,
.icon-after.icon-instagram:after {
	content: "\e908";
}
.icon-before.icon-map-marker:before,
.icon-after.icon-map-marker:after {
	content: "\e913";
}
.icon-before.icon-search:before,
.icon-after.icon-search:after {
	content: "\e914";
}
.icon-before.icon-twitter:before,
.icon-after.icon-twitter:after {
	content: "\e915";
}



/* ---- Headings ---- */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin: 2rem 0 1.5rem 0;
	font-family: 'Roboto Slab', 'Courier New', serif;
	font-weight: 300;
}
	h1 small,
	h2 small,
	h3 small,
	h4 small,
	h5 small,
	h6 small {
		font-weight: normal;
		line-height: 1;
		color: #8a7b7b;
	}

	p + h1,
	p + h2,
	p + h3,
	p + h4,
	p + h5,
	p + h6 {
		margin-top: 2.3rem;
	}


h1, .h1 {
	font-size: 2.1rem;
	line-height: 1.2;
	text-transform: lowercase;
}

h2, .h2 {
	font-size: 1.9rem;
	line-height: 1.2;
	text-transform: lowercase;
}

h3, .h3 {
	font-size: 1.7rem;
}

h4, .h4 {
	font-size: 1.6rem;
}

h5, .h5 {
	font-size: 1.5rem;
}

h6, .h6 {
	font-size: 1.4rem;
}

/* BP 4 */
@media screen and (min-width: 600px) {
	h1, .h1 {
		font-size: 2.3rem;
	}
	h2, .h2 {
		font-size: 2.1rem;
	}
	h3, .h3 {
		font-size: 1.9rem;
	}
	h4, .h4 {
		font-size: 1.7rem;
	}
	h5, .h5 {
		font-size: 1.6rem;
	}
	h6, .h6 {
		font-size: 1.5rem;
	}
}

/* BP 3 */
@media screen and (min-width: 769px) {
	h1, .h1 {
		font-size: 2.5rem;
	}
}

/* BP 2 */
@media screen and (min-width: 960px) {
	h1,
	.h1,
	h2,
	.h2,
	h3,
	.h3,
	h4,
	.h4,
	h5,
	.h5,
	h6,
	.h6 {
		margin: 2.5rem 0 1.5rem 0;
	}

	h1, .h1 {
		font-size: 2.8rem;
	}
	h2, .h2 {
		font-size: 2.4rem;
	}
	h3, .h3 {
		font-size: 2.2rem;
	}
	h4, .h4 {
		font-size: 1.8rem;
	}
	h5, .h5 {
		font-size: 1.7rem;
	}
	h6, .h6 {
		font-size: 1.6rem;
	}

	p + h1,
	p + h2,
	p + h3,
	p + h4,
	p + h5,
	p + h6 {
		margin-top: 3rem;
	}
}

/* BP 1 */
@media screen and (min-width: 1200px) {
	h1, .h1 {
		font-size: 3.1rem;
	}
	h2, .h2 {
		font-size: 2.8rem;
	}
}

.heading-inline {
	display: inline;
	float: left;
	padding: 0;
}

p,
ol,
ul,
dl,
address {
	margin: 0 0 1.5rem;
}

small {
	font-size: 1.28rem;
}


/* ---- Lists ---- */
ul,
ol {
	padding: 0 0 0 2rem;
}

li ul,
li ol {
	margin: 1rem 0;
}

ul.inline,
ol.inline {
	list-style-type: none;
	margin-left: 0;
}
	ul.inline > li,
	ol.inline > li {
		display: inline-block;
		padding-left: 12px;
		padding-right: 12px;
	}

/* ---- Social lists ---- */
.social-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.social-list__item a {
	text-decoration: none;
	display: block;
}
.social-list__item .icon-before:before {
	font-size: 2.1rem;
}
.social-list .icon-before:before {
	display: block;
}

/* Inline */
.social-list--inline .social-list__item {
	display: inline-block;
}

/* Smaller */
.social-list.social-list--smaller .icon-before:before {
	font-size: 2.1rem;
}

/* Small */
.social-list.social-list--small .icon-before:before {
	font-size: 3.2rem;
}

/* Paleblue */
.bg-paleblue .social-list__item a:hover,
.bg-paleblue .social-list__item a:focus {
	color: #738090;
}

/* BP 4 */
@media screen and (min-width: 600px) {

}

/* BP 3 */
@media screen and (min-width: 769px) {
	.social-list__item .icon-before:before {
		font-size: 3.2rem;
	}
}

/* BP 2 */
@media screen and (min-width: 960px) {

}

/* BP 1 */
@media screen and (min-width: 1200px) {
	.social-list__item .icon-before:before {
		font-size: 4.6rem;
	}
}


/* ---- Breadcrumbs ---- */
.breadcrumb {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 1.2rem;
	text-transform: uppercase;
}
.breadcrumb,
.breadcrumb a {
	color: #aeb5c4;
}
.breadcrumb a {
	text-decoration: none;
}
.breadcrumb > li {
	display: inline-block;
}
.breadcrumb > li:before {
	content: "\00a0\003e\00a0";
	margin: -1px 2px 0;
	display: inline-block;
	vertical-align: top;
}
.breadcrumb > li:first-child:before {
	content: none;
}
.breadcrumb a:hover,
.breadcrumb a:focus {
	color: #192d45;
}

/* BP 3 */
@media screen and (min-width: 769px) {
	.breadcrumb {
		font-size: 1.4rem;
	}
}

/* BP 1 */
@media screen and (min-width: 1200px) {
	.breadcrumb {
		font-size: 1.5rem;
	}
}

/* ---- Blockquotes ---- */
blockquote {
	margin: 1.5rem 0;
	padding: 5px 20px 15px;
	background: #f6f6f6;
	font-style: italic;
	position: relative;
	clear: both;
}

blockquote *:last-child {
	margin-bottom: 0;
}

blockquote:before,
blockquote:after {
	position: absolute;
	font-size: 13rem;
	display: block;
	height: 25px;
	width: 50px;
	color: #c7cfdb;
	font-style: italic;
	line-height: 10px;
	font-family: Big Caslon,Book Antiqua,Palatino Linotype,Georgia,serif;
}

blockquote:before {
	content: '\201C';
	top: 38px;
	left: -8px;
}

blockquote:after {
	content: '\201D';
	bottom: -36px;
	right: 18px;
}

@media screen and (min-width: 960px) {
	.blockquote--left {
		float: left;
		width: 45%;
		margin-left: 0px;
		margin-right: 20px;
		clear: right;
	}

	.blockquote--right {
		float: right;
		width: 45%;
		margin-left: 20px;
		margin-right: 0px;
		clear: left;
	}
}


/* ---- HR ---- */
hr {
	box-sizing: content-box;
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 2em 0;
	padding: 0;
}


/* ---- Text level elements ---- */
abbr[title] {
	border-bottom: 1px dotted #c6bfbf;
	cursor: help;
}

b, strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

ins {
	background-color: #f6f6f6;
	color: #473f3f;
	text-decoration: none;
}

mark {
	background-color: #f6f6f6;
	color: #473f3f;
	font-style: italic;
	font-weight: bold;
}

pre,
code,
kbd,
samp {
	font-family: Monaco, Courier New, monospace;
	color: #484040;
	background: #efefef;
	background: rgba(0, 0, 0, .07);
	padding: 0 2px;
	margin: 0 -2px;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}


/* ---- Links ---- */
a {
	color: #7a93c7;
}

a:hover,
a:active,
a:focus {
	color: #aeb5c4;
}

/* Address `outline` inconsistency between Chrome and other browsers. */
a:focus {
	outline: thin dotted;
}

/* Improve readability when focused and also mouse hovered in all browsers. */
a:active,
a:hover {
	outline: 0;
}

/* ------------------------------------------------------
**** Animations
------------------------------------------------------ */

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translateY(-30px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translateX(30px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translateX(-30px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes featureBoxFiltered {
	from {
		opacity: 0.7;
		transform: translateY(-30px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes growInFade {
	from {
		opacity: 0;
		transform: scale(0.5);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
@keyframes shrinkOutFade {
	from {
		opacity: 1;
		transform: none;
	}
	to {
		opacity: 0;
		transform: scale(0.5);
	}
}
@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}


/* ------------------------------------------------------
**** Design Patterns
------------------------------------------------------ */

/* ---- Buttons ---- */
.button {
	display: inline-block;
	margin-bottom: 0;
	white-space: nowrap;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	font-weight: normal;
	line-height: 1;
	color: #fff;
	background-color: #192d45;
	text-decoration: none;
	border-radius: 0;
	border: none;
	text-transform: uppercase;
	transition: all 80ms ease-in;
	outline: none;
	position: relative;
	font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
}



/* Buttons with icons */
.button.icon-before {
	padding-left: 40px;
}
.button.icon-after {
	padding-right: 40px;
}
.button.icon-before:before,
.button.icon-after:after {
	font-size: 22px;
	position: absolute;
	top: 8px;
}
.button.icon-before:before {
	left: 12px;
}
.button.icon-after:after {
	right: 12px;
}

/* Save */
.button.icon-save.icon-before:before,
.button.icon-save.icon-after:after {
	font-size: 13px;
}

/* Buttons with only icons */
.button.button-icon.icon-before:before,
.button.button-icon.icon-after:after {
	margin: 0;
}

/* Small */
.button.button-icon.button-small {
	padding: 10px 9px 8px;
}
.button.button-icon.button-small.icon-before:before,
.button.button-icon.button-small.icon-after:after {
	font-size: 14px;
}


/* Regular (default) */
.button.button-icon,
.button.button-icon.button-regular {
	padding: 11px 11px 9px;
}
.button.button-icon.icon-before:before,
.button.button-icon.icon-after:after,
.button.button-icon.button-regular.icon-before:before,
.button.button-icon.button-regular.icon-after:after {
	font-size: 21px;
}

/* Large */
.button.button-icon.button-large {
	padding: 13px 13px 9px;
}
.button.button-icon.button-large.icon-before:before,
.button.button-icon.button-large.icon-after:after {
	font-size: 25px;
}



.button,
.button-regular,
.button.button-small,
.field-element--button.field-element--small .button {
	font-size: 1.3rem;
	padding: 5px 10px;
	line-height: 1.2;
}



.button {
	color: rgba(255,255,255,0.8);
}
.button.icon-before:before,
.button.icon-after:after {
	color: rgba(255,255,255,0.8);
}
.button:hover,
.button:focus {
	color: rgba(255,255,255,1);
}
.button:hover .button.icon-before:before,
.button:hover .button.icon-after:after,
.button:focus .button.icon-before:before,
.button:focus .button.icon-after:after {
	color: rgba(255,255,255,1);
}


/* Blue (default) */
.button,
.button.button-blue {
	background-color: #192d45;
}
.button:hover,
.button:focus,
.button.button-blue:hover,
.button.button-blue:focus {
	background-color: #738090;
}

/* Pink */
.button.button-pink,
.category--eat-drink .listing-map__category__button {
	background-color: #e53794;
}
.button.button-pink:hover,
.button.button-pink:focus,
.category--eat-drink .listing-map__category-list__item--hover .listing-map__category__button {
	background-color: #ea51a3;
}

/* Orange */
.button.button-orange,
.category--life-style .listing-map__category__button {
	background-color: #f89d5a;
}
.button.button-orange:hover,
.button.button-orange:focus,
.category--life-style .listing-map__category-list__item--hover .listing-map__category__button {
	background-color: #fbab71;
}

/* Yellow */
.button.button-yellow,
.category--collect-inspire .listing-map__category__button {
	background-color: #fec021;
}
.button.button-yellow:hover,
.button.button-yellow:focus,
.category--collect-inspire .listing-map__category-list__item--hover .listing-map__category__button {
	background-color: #ffcb44;
}

/* Green */
.button.button-green,
.category--design-create .listing-map__category__button {
	background-color: #00aa72;
}
.button.button-green:hover,
.button.button-green:focus,
.category--design-create .listing-map__category-list__item--hover .listing-map__category__button {
	background-color: #1db380;
}

/* Lightblue */
.button.button-lightblue,
.category--find-discover .listing-map__category__button {
	background-color: #00b1d5;
}
.button.button-lightblue:hover,
.button.button-lightblue:focus,
.category--find-discover .listing-map__category-list__item--hover .listing-map__category__button {
	background-color: #2fc4e2;
}

/* Paleblue */
.button.button-paleblue,
.category--eat-drink .listing-map__category-list__item--active .listing-map__category__button,
.category--life-style .listing-map__category-list__item--active .listing-map__category__button,
.category--collect-inspire .listing-map__category-list__item--active .listing-map__category__button,
.category--design-create .listing-map__category-list__item--active .listing-map__category__button,
.category--find-discover .listing-map__category-list__item--active .listing-map__category__button,
.listing-map__category-list__sub-category-item.listing-map__category-list__sub-category-item--active .listing-map__subcategory__button {
	background-color: #aeb5c4;
	color: #192d45;
}
.button.button-paleblue:hover,
.button.button-paleblue:focus {
	background-color: #ccd1dc;
}
.button.button-paleblue.icon-before:before,
.button.button-paleblue.icon-after:after,
.category--eat-drink .listing-map__category-list__item--active .listing-map__category__button:before,
.category--eat-drink .listing-map__category-list__item--active .listing-map__category__button:after,
.category--life-style .listing-map__category-list__item--active .listing-map__category__button:before,
.category--life-style .listing-map__category-list__item--active .listing-map__category__button:after,
.category--collect-inspire .listing-map__category-list__item--active .listing-map__category__button:before,
.category--collect-inspire .listing-map__category-list__item--active .listing-map__category__button:after,
.category--design-create .listing-map__category-list__item--active .listing-map__category__button:before,
.category--design-create .listing-map__category-list__item--active .listing-map__category__button:after,
.category--find-discover .listing-map__category-list__item--active .listing-map__category__button:before,
.category--find-discover .listing-map__category-list__item--active .listing-map__category__button:after {
	color: #192d45;
}

.button-block {
	display: block;
	width: 100%;
}

/* Hover/unhover states */
.button-hover-state {
	display: none;
}
.button:hover .button-hover-state {
	display: inline;
}
.button:hover .button-unhover-state {
	display: none;
}

/* Disabled/unavailable button style */
.button[disabled],
.button-disabled,
.button-disabled:hover,
.button-disabled:focus,
.button-disabled:active {
	border: none;
	background-image: none;
	opacity: 0.4;
	cursor: default;
	box-shadow: none;
}

/* Gets the buttons to line up with form inputs when you want them to */
.button.inline {
	margin-bottom: 0.75em;
}

/* Firefox: Get rid of the inner focus border */
.button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

/* Inline buttons */
.inline-buttons .button {
	margin-right: 8px;
	float: left;
}
.inline-buttons .button:last-child {
	margin-right: 0;
}

/* right */
.inline-buttons.inline-buttons-right {
	text-align: right;
}
.inline-buttons.inline-buttons-right .button {
	margin-right: 0;
	margin-left: 8px
}
.inline-buttons.inline-buttons-right .button:first-child {
	margin-left: 0;
}


/* BP 4 */
@media screen and (min-width: 600px) {

}


/* BP 2 */
@media screen and (min-width: 960px) {

	/* Regular (default) */
	.button,
	.button-regular {
		padding: 11px 26px;
		font-size: 1.5rem;
	}
	/* Large */
	.button.button-large,
	.field-element--button.field-element--large .button {
		font-size: 1.9rem;
		padding: 14px 26px;
	}

}


/* ---- Expando ---- */
.expando-opener-heading {
	color: #e85505;
}

.expando-opener-heading:hover {
	color: #ae550d;
}

a.expando-opener-link:before,
.expando-opener-heading:before {
	content:"\003e ";
	margin-right: 5px;
	display: inline-block;
	top: -2px;
	position: relative;
}

.expando-opener-heading.expanded:before {
	transform: rotate(90deg);

}



/* ---- Highlight ---- */
.highlight,
.highlight--right,
.highlight--left {
	margin: 0 0 1.5rem;
	padding: 16px;
	background: #f6f6f6;
	clear: both;
}
.highlight--margin {
	margin-bottom: 20px;
}
.highlight--dark {
	background: #AEB5C4;
}

@media screen and (min-width: 960px) {
	.highlight--left {
		float: left;
		width: 45%;
		margin-right: 20px;
		clear: right;
	}

	.highlight--right {
		float: right;
		width: 45%;
		margin-left: 20px;
		clear: left;
	}
	.highlight,
	.highlight--right,
	.highlight--left {
		padding: 30px;
	}
	.highlight--margin {
		margin-bottom: 40px;
	}
}

.highlight *:last-child,
.highlight--right *:last-child,
.highlight--left *:last-child {
	margin-bottom: 0;
}


/* ---- Site Messages ---- */
ul.messages {
	list-style: none;
	margin: 16px 0 25px;
}


/* ------------------------------------------------------
**** Images
------------------------------------------------------ */

img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

/* ------------------------------------------------------
**** Forms
------------------------------------------------------ */

/* ---- Attach wrapper ---- */
.field-element-attach-wrapper {
	position: relative;
}
.field-element-attach-wrapper .field-element {
	margin: 0;
}
.field-element-attach-button {
	-webkit-appearance: none;
	border: none;
	outline: none;
	background: none;
	color: #192d45;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	font-size: 2.8rem;
	width: 36px;
	line-height: 1;
	background: #FFF;
}
.field-element-attach-button:hover {
	color: #738090;
}
.field-element-attach-button:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}
.field-element-attach-wrapper .field-element--large .field-input .textbox {
	padding-right: 50px;
}


/* BP 4 */
@media screen and (min-width: 600px) {

}

/* BP 3 */
@media screen and (min-width: 769px) {
	.field-element-attach-button {
		font-size: 3.3rem;
		width: 51px;
	}
}

/* BP 2 */
@media screen and (min-width: 960px) {

}

/* BP 1 */
@media screen and (min-width: 1200px) {

}

/* ---- Placeholders ---- */
::-webkit-input-placeholder {
	color: #5c7390;
	text-transform: uppercase;
}

:-moz-placeholder {
	color: #5c7390;
	text-transform: uppercase;
}

::-moz-placeholder {
	color: #5c7390;
	text-transform: uppercase;
}

:-ms-input-placeholder {
	color: #5c7390;
	text-transform: uppercase;
}

/* ---- Base styles ---- */
.field-element {
	margin-bottom: 21px;
}

.field-element:before,
.field-element:after {
	content: " ";
	display: table;
}

.field-element:after {
	clear: both;
}

.form-section .textbox,
.field-input .textbox,
.field-input select {
	display: block;
	width: 100%;
	outline: none;
	line-height: normal;
	padding: 11px 20px 10px;
	-webkit-appearance: none;
}
.form-section .textbox,
.field-input .textbox,
.field-input select,
.field-element--fileselector .fs-preview-wrapper {
	font-size: 1.5rem;
	line-height: 1.2;
	border: 1px solid #fff;
	border-radius: 0;
	background-color: #EEF0F3;
}

/* ---- Inline labels ---- */
.field-element--inline-label {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
.field-element--inline-label .field-label {
	-ms-flex: 1 1 auto;
	    flex: 1 1 auto;
	margin: 8px 15px 0 0;
	white-space: nowrap;
}
.field-element--inline-label .field-input {
	-ms-flex: 9 1 auto;
	    flex: 9 1 auto;
}

/* ---- Inline ---- */
.field-elements-inline:before,
.field-elements-inline:after {
	content: " ";
	display: table;
}

.field-elements-inline:after {
	clear: both;
}
.field-elements-inline .field-element {
	float: left;
	margin-right: 1%;
}
.field-elements-inline .field-element:last-child {
	margin-right: 0;
}

/* Button */
.field-elements-inline .field-element--button {
	margin-top: 29px;
}
.field-elements-inline .field-element--button.field-element--inline-no-label {
	margin-top: 0;
}

/* Add top margin to make empty space for margins */
.field-element--inline-with-label {
	margin-top: 29px;
}

/* ---- White ---- */
.field-element.field-element--white .field-input .textbox,
.field-element.field-element--white .field-input select,
.field-element--white.field-element--fileselector .fs-preview-wrapper {
	background-color: #fff;
}


/* ---- Small ---- */
.field-element--small .field-input .textbox,
.field-element--small .field-input select {
	font-size: 1.4rem;
	padding: 7px 15px 7px;
}

/* ---- Large ---- */
.field-element--large .field-input .textbox,
.field-element--large .field-input select {
	font-size: 1.8rem;
	padding: 16px 19px 14px;
}

@media screen and (max-width: 768px) {
	.field-element {
		margin-bottom: 13px;
	}
}

/* ---- Disabled ---- */
.field-element--disabled {
	opacity: 0.6;
	cursor: not-allowed;
}
.field-element--disabled .textbox[disabled],
.field-element--disabled select[disabled],
.field-element--disabled button[disabled] {
	cursor: not-allowed;
}

/* ---- Caps ---- */
.field-element--caps .textbox,
.field-element--caps select {
	text-transform: uppercase;
}

/* ---- Fieldset ---- */
.field-element fieldset {
	border: none;
	padding: 0;
	margin: 0;
}


/* ---- Labels and legends ---- */
.field-label,
.fieldset__legend {
	font-weight: normal;
	font-size: 1.5rem;
	margin-bottom: 10px;
	line-height: 1.2;
	text-transform: uppercase;
}

/* Instead of h3s */
.label.heading {
	margin: 30px 0px 20px;
	padding: 8px 8px 8px 0px;
	border-bottom: 1px solid #E2E2E2;
}

/* Hidden labels */
.field-element--hidden-label .field-label,
.field-element--hidden-label .fieldset__legend {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


/* ---- Required ---- */
.field-label__required {
	text-indent: -9999px;
	line-height: 0;
	display: inline-block;
}

.field-label__required:after {
	content: "*";
	text-indent: 0;
	display: block;
	line-height: inherit;
}


/* ---- Field helpers ---- */
.field-helper {
	font-weight: 400;
	font-size: 1.3rem;
	margin-bottom: 1em;
}

.field-label .field-helper {
	margin-top: 0.3em;
	margin-bottom: 0;
}


/* ---- Field errors ---- */
.field-element.field-element--error  .field-input .textbox,
.field-element.field-element--error  .field-input select {
    background-color: #f7eaec;
}
.field-error__list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.field-error__list__item {
	color: #fff;
	background: #E04D4D;
	padding: 10px 20px;
	margin: 11px 0;
	border-left: 6px solid #b72323;
}

/* ---- Text area ---- */
textarea {
	resize: vertical;
}

/* ---- Range ---- */
.field-element--range .field-input .textbox {
	-webkit-appearance: slider-horizontal;
	background: none;
	padding: 0;
	border-radius: 0;
	border: none;
	background: none !important;
}
input[type=range]::-moz-focus-outer {
    border: 0;
}


/* ---- Selects ---- */
.field-element .field-input select {
	-moz-appearance: none;
	background-image: url(../images/form-icons.svg),
	url(../images/form-icons.svg);
	background-repeat: no-repeat, no-repeat;
	background-position: top -257px right -104px, top -447px right -92px;
	padding-right: 55px;
}
.field-element .field-input select[multiple] {
	background-image: none;
	padding-right: 20px;
}

.field-element select::-ms-expand,
.daterangepicker select.monthselect::-ms-expand,
.daterangepicker select.yearselect::-ms-expand {
    display: none;
}

/* Multiple selects */
.field-element.field-element--select.field-element--select--multiple select {
	padding: 8px 8px;
	background-image: none;
}

.field-element.field-element--select.field-element--select--multiple option {
	padding: 6px 10px;
}

/* White */
.field-element--white .field-input select {
	background-position: top -257px right -104px, top -607px right -92px;
}

/* White + Small */
.field-element--small.field-element--white .field-input select {
	background-position: top -262px right -104px, top -607px right -92px;
}
/* White + Large */
.field-element--large.field-element--white .field-input select {
	background-position: top -253px right -104px, top -607px right -92px;
}

/* Small */
.field-element--small .field-input select {
	background-position: top -262px right -104px, top -447px right -92px;
}
/* Large */
.field-element--large .field-input select {
	background-position: top -253px right -104px, top -447px right -92px;
}

/* Large and regular field elements turn small */
@media screen and (max-width: 900px) {
	.form-section .textbox,
	.field-element .field-input select,
	.field-element.field-element--large .field-input select,
	.field-element.field-element--regular .field-input select {
		background-position: top -262px right -104px, top -447px right -92px;
		font-size: 1.4rem;
		padding: 7px 15px 7px;
		padding-right: 55px;
	}
}


/* ---- Checkboxes and radio buttons ---- */
.field-element.field-element--checkbox,
.field-element.field-element--radio {
	font-size: 1.6rem;
}

.field-element input[type="checkbox"],
.field-element input[type="radio"] {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.field-element input[type="checkbox"] + label,
.field-element input[type="radio"] + label {
	padding-left: 34px;
	position: relative;
	cursor: pointer;
	display: inline-block;
}

.field-element input[type="checkbox"] + label:before,
.field-element input[type="radio"] + label:before {
	content: " ";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 13px;
	position: relative;
	top: 4px;
	background-color: #EEF0F3;
	border: 1px solid #CED2DC;
	margin-left: -34px;
	border-radius: 1px;
}

/* Check and dot */
.field-element input[type="checkbox"]:checked + label:after,
.field-element input[type="radio"]:checked + label:after {
	content: " ";
	position: absolute;
	left: 1px;
	top: 6px;
	font-size: 15px;
}


/* Without labels */
.field-element.field-element--checkbox--no-label input[type="checkbox"] + label,
.field-element.field-element--radio--no-label input[type="radio"] + label {
	padding-left: 0;
}

.field-element.field-element--checkbox--no-label input[type="checkbox"] + label:before,
.field-element.field-element--radio--no-label input[type="radio"] + label:before {
	margin-left: 0;
	margin-right: 0;
}

.field-element.field-element--checkbox--no-label input[type="checkbox"]:checked + label:after,
.field-element.field-element--radio--no-label input[type="radio"]:checked + label:after {
	left: 1px;
}

.field-element.field-element.field-element--radio--no-label input[type="radio"]:checked + label:after {
	margin-left: 4px;
}


/* -- Checkboxes -- */

/* Check (pseudo element) */
.field-element input[type="checkbox"]:checked + label:after {
	content: " ";
	background-image: url(../images/form-icons.svg);
	background-repeat: no-repeat, no-repeat;
	background-position: top -711px left 1px;
	width: 20px;
	height: 20px;
	margin: -2px 0 0 -1px;
}

.field-element--checkboxlist--columns .field-element__input-set {
    -moz-columns: 3;
    columns: 3;
}

/* -- Radio Buttons -- */

/* Radio button (pseudo element) */
.field-element input[type="radio"] + label:before {
	border-radius: 10px;
}

/* Radio dot (pseudo element) */
.field-element input[type="radio"]:checked + label:after {
	left: 6px;
	top: 10px;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background: #58595B;
}

/* -- Varations -- */

/* White */
.field-element.field-element--white input[type="checkbox"] + label:before,
.field-element.field-element--white input[type="radio"] + label:before {
	background-color: #FFF;
}

/* Large */
.field-element.field-element--large input[type="checkbox"] + label:before,
.field-element.field-element--large input[type="radio"] + label:before {
	width: 24px;
	height: 24px;
	margin-right: 16px;
	top: 5px;
}

.field-element.field-element--large input[type="radio"]:checked + label:after {
	left: 7px;
	top: 12px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
}
.field-element.field-element--large input[type="checkbox"]:checked + label:after {
	background-position: top -760px left 1px;
	width: 23px;
	height: 23px;
	margin: -2px 0 0 -1px;
}

/* ---- Color picker ---- */
.field-element--colorpicker .textbox.colorpicker {
	padding: 3px 8px;
	height: 43px;
	width: 50px;
}

/* Small */
.field-element--colorpicker.field-element--small .textbox.colorpicker {
	padding: 2px 7px;
	height: 33px;
	width: 39px;
}

/* Large and regular field elements turn small */
@media screen and (max-width: 900px) {
	.field-element.field-element--colorpicker .textbox.colorpicker,
	.field-element.field-element--colorpicker.field-element--large .textbox.colorpicker,
	.field-element.field-element--colorpicker.field-element-regular .textbox.colorpicker {
		padding: 2px 7px;
		height: 33px;
		width: 39px;
	}
}

/* ---- Money ---- */
.field-element--money .field-input .textbox {
	padding-left: 55px;
	background-image: url(../images/form-icons.svg);
	background-repeat: no-repeat;
	background-position: top -447px left 0;
}

.field-element--money .field-input {
	position: relative;
}
.field-element--money .field-input .money-symbol:before {
	content: "\00a4";		/* Generic currency sign */
	position: absolute;
	display: block;
	top: 9px;
	left: 0;
	color: #58595B;
	font-weight: bold;
	font-size: 19px;
	width: 41px;
	text-align: center;
}
.field-element--money .field-input .money-symbol--dollar:before {
	content: "$";    /* Dollars */
}
.field-element--money .field-input .money-symbol--pound:before {
	content: "\00a3";    /* Pounds */
}
.field-element--money .field-input .money-symbol--yen:before {
    content: "\00a5";    /* Yen */
}
.field-element--money .field-input .money-symbol--indian_rupee:before {
    content: "\20B9";   /* Indian rupee */
}

/* White */
.field-element--money.field-element--white .field-input .textbox,
.field-element--money.field-element--white.field-element--small .field-input .textbox,
.field-element--money.field-element--white.field-element--large .field-input .textbox {
	background-position: top -607px left 0;
}

/* Small */
.field-element--money.field-element--small .field-input .textbox {
	background-position: top -447px left 0;
}
.field-element--money.field-element--small .field-input .money-symbol:before {
	top: 4px;
}

/* Large */
.field-element--money.field-element--large .field-input .textbox {
	background-position: top -447px left 0;
}
.field-element--money.field-element--large .field-input .money-symbol:before {
	top: 14px;
}

/* Large and regular field elements turn small */
@media screen and (max-width: 900px) {
	.field-element.field-element--money .field-input .textbox,
	.field-element.field-element--money.field-element--large .field-input .textbox,
	.field-element.field-element--money.field-element--regular .field-input .textbox {
		background-position: top -447px left 0;
		padding-left: 55px;
	}
	.field-element.field-element--white.field-element--money .field-input .textbox,
	.field-element.field-element--white.field-element--money.field-element--large .field-input .textbox,
	.field-element.field-element--white.field-element--money.field-element--regular .field-input .textbox {
		background-position: top -607px left 0;
	}
	.field-element--money .field-input .money-symbol:before,
	.field-element--money.field-element--large .field-input .money-symbol:before,
	.field-element--money.field-element--regular .field-input .money-symbol:before {
		top: 5px;
	}
}


/* ---- Time pickers ---- */

.field-element--timepicker .field-input .textbox {
	padding-left: 55px;
	background-image: url(../images/form-icons.svg),
	url(../images/form-icons.svg);
	background-repeat: no-repeat, no-repeat;
	background-position: top -170px left 12px, top -447px left 0;
}

.ui-timepicker {
	display: block;
	position: absolute;
	height: 200px;
	overflow: auto;
	z-index: 9999 !important;
}

.ui-timepicker-standard {
	background-color: #FFF;
	border: 1px solid #CED2DC;
	display: block;
	margin: 3px 0 0;
	padding: 5px;
	list-style: none outside none;
	border-radius: 4px;
}

.ui-timepicker-standard a {
	color: #24292f;
}

.ui-timepicker-standard .ui-state-hover {
	background-color: #EAECF1;
}

.ui-timepicker-standard .ui-menu-item {
	clear: left;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}

.ui-timepicker-standard .ui-menu-item a {
	display: block;
	padding: 5px 10px;
	line-height: 1.5;
	text-decoration: none;
	border-radius: 3px;
}

.ui-timepicker-hidden {
	display: none;
}

/* White */
.field-element--timepicker.field-element--white .field-input .textbox {
	background-position: top -170px left 12px, top -607px left 0;
}

/* White + Small */
.field-element--timepicker.field-element--white.field-element--small .field-input .textbox {
	background-position: top -175px left 12px, top -607px left 0;
}

/* White + Large */
.field-element--timepicker.field-element--white.field-element--large .field-input .textbox {
	background-position: top -166px left 12px, top -607px left 0;
}

/* Small */
.field-element--timepicker.field-element--small .field-input .textbox {
	background-position: top -175px left 12px, top -447px left 0;
}

/* Large */
.field-element--timepicker.field-element--large .field-input .textbox {
	background-position: top -166px left 12px, top -447px left 0;
}


/* Large and regular field elements turn small */
@media screen and (max-width: 900px) {
	.field-element.field-element--timepicker .field-input .textbox,
	.field-element.field-element--timepicker.field-element--large .field-input .textbox,
	.field-element.field-element--timepicker.field-element--regular .field-input .textbox {
		background-position: top -175px left 12px, top -447px left 0;
		padding-left: 55px;
	}
	.field-element.field-element--white.field-element--timepicker .field-input .textbox,
	.field-element.field-element--white.field-element--timepicker.field-element--large .field-input .textbox,
	.field-element.field-element--white.field-element--timepicker.field-element--regular .field-input .textbox {
		background-position: top -175px left 12px, top -607px left 0;
	}
}

/* ---- Date pickers ---- */

/* Date picker and Date-range picker*/
.field-element--datepicker .field-input .textbox,
.field-element--daterangepicker .field-input .textbox {
	padding-left: 55px;
	background-image: url(../images/form-icons.svg),
	url(../images/form-icons.svg);
	background-repeat: no-repeat, no-repeat;
	background-position: top 11px left 12px, top -447px left 0;
}

/* White */
.field-element--datepicker.field-element--white .field-input .textbox,
.field-element--daterangepicker.field-element--white .field-input .textbox {
	background-position: top 11px left 12px, top -607px left 0;
}
/* White + Small */
.field-element--datepicker.field-element--white.field-element--small .field-input .textbox,
.field-element--daterangepicker.field-element--white.field-element--small .field-input .textbox {
	background-position: top 7px left 12px, top -607px left 0;
}
/* White + Large */
.field-element--datepicker.field-element--white.field-element--large .field-input .textbox,
.field-element--daterangepicker.field-element--white.field-element--large .field-input .textbox {
	background-position: top 15px left 12px, top -607px left 0;
}


/* Small */
.field-element--datepicker.field-element--small .field-input .textbox,
.field-element--daterangepicker.field-element--small .field-input .textbox {
	background-position: top 6px left 12px, top -447px left 0;
}

/* Large */
.field-element--datepicker.field-element--large .field-input .textbox,
.field-element--daterangepicker.field-element--large .field-input .textbox {
	background-position: top 15px left 12px, top -447px left 0;
}


/* Large and regular field elements turn small */
@media screen and (max-width: 900px) {
	.field-element.field-element--datepicker .field-input .textbox,
	.field-element.field-element--datepicker.field-element--regular .field-input .textbox,
	.field-element.field-element--datepicker.field-element--large .field-input .textbox,
	.field-element.field-element--daterangepicker .field-input .textbox,
	.field-element.field-element--daterangepicker.field-element--regular .field-input .textbox,
	.field-element.field-element--daterangepicker.field-element--large .field-input .textbox {
		background-position: top 6px left 12px, top -447px left 0;
		padding-left: 55px;
	}
	.field-element.field-element--white.field-element--datepicker .field-input .textbox,
	.field-element.field-element--white.field-element--datepicker.field-element--regular .field-input .textbox,
	.field-element.field-element--white.field-element--datepicker.field-element--large .field-input .textbox,
	.field-element.field-element--white.field-element--daterangepicker .field-input .textbox,
	.field-element.field-element--white.field-element--daterangepicker.field-element--regular .field-input .textbox,
	.field-element.field-element--white.field-element--daterangepicker.field-element--large .field-input .textbox {
		background-position: top 7px left 12px, top -607px left 0;
	}
}


/* Date/time picker */
.field-element--datetimepicker .field-input .textbox {
	padding-left: 55px;
	background-image: url(../images/form-icons.svg),
	url(../images/form-icons.svg);
	background-repeat: no-repeat, no-repeat;
	background-position: top -88px left 12px, top -447px left 0;
}

/* White */
.field-element--datetimepicker.field-element--white .field-input .textbox {
	background-position: top -88px left 12px, top -607px left 0;
}

/* White + Small */
.field-element--datetimepicker.field-element--small.field-element--white .field-input .textbox {
	background-position: top -93px left 12px, top -607px left 0;
}
/* White + Large */
.field-element--datetimepicker.field-element--large.field-element--white .field-input .textbox {
	background-position: top -85px left 12px, top -607px left 0;
}

/* Small */
.field-element--datetimepicker.field-element--small .field-input .textbox {
	background-position: top -93px left 12px, top -447px left 0;
}

/* Large */
.field-element--datetimepicker.field-element--large .field-input .textbox {
	background-position: top -85px left 12px, top -447px left 0;
}

/* Large and regular field elements turn small */
@media screen and (max-width: 900px) {
	.field-element.field-element--datetimepicker .field-input .textbox,
	.field-element.field-element--datetimepicker.field-element--large .field-input .textbox,
	.field-element.field-element--datetimepicker.field-element--regular .field-input .textbox {
		background-position: top -93px left 12px, top -447px left 0;
		padding-left: 55px;
	}
	.field-element.field-element--white.field-element--datetimepicker .field-input .textbox,
	.field-element.field-element--white.field-element--datetimepicker.field-element--large .field-input .textbox,
	.field-element.field-element--white.field-element--datetimepicker.field-element--regular .field-input .textbox {
		background-position: top -93px left 12px, top -607px left 0;
	}
}


/* Container Appearance */
.daterangepicker {
	position: absolute;
	background: #fff;
	top: 100px;
	left: 20px;
	padding: 4px;
	margin-top: 2px;
	border-radius: 4px;
	width: 278px;
}

.daterangepicker.opensleft:before {
	position: absolute;
	top: -7px;
	right: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content: '';
}

.daterangepicker.opensleft:after {
	position: absolute;
	top: -6px;
	right: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
	content: '';
}

.daterangepicker.openscenter:before {
	position: absolute;
	top: -7px;
	left: 0;
	right: 0;
	width: 0;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content: '';
}

.daterangepicker.openscenter:after {
	position: absolute;
	top: -6px;
	left: 0;
	right: 0;
	width: 0;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
	content: '';
}

.daterangepicker.opensright:before {
	position: absolute;
	top: -7px;
	left: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content: '';
}

.daterangepicker.opensright:after {
	position: absolute;
	top: -6px;
	left: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
	content: '';
}

.daterangepicker.dropup{
	margin-top: -5px;
}

.daterangepicker.dropup:before{
	top: initial;
	bottom:-7px;
	border-bottom: initial;
	border-top: 7px solid #CED2DC;
}

.daterangepicker.dropup:after{
	top: initial;
	bottom:-6px;
	border-bottom: initial;
	border-top: 6px solid #fff;
}

.daterangepicker.dropdown-menu {
	max-width: none;
	z-index: 3000;
	display: none;
	border: 1px solid #CED2DC;
}

.daterangepicker.single .ranges, .daterangepicker.single .calendar {
	float: none;
}

.daterangepicker .calendar {
	display: none;
	max-width: 270px;
	margin: 4px;
}

.daterangepicker.show-calendar .calendar {
	display: block;
}

.daterangepicker .calendar.single .calendar-table {
	border: none;
}

/* Calendars */
.daterangepicker .calendar th, .daterangepicker .calendar td {
	white-space: nowrap;
	text-align: center;
	min-width: 32px;
	border: 1px solid #E8E8E8;
}

.daterangepicker .calendar-table {
	border: 1px solid #ddd;
	padding: 4px;
	border-radius: 4px;
	background: #fff;
}

.daterangepicker table {
	width: 100%;
	margin: 0;
	border: none;
}

.daterangepicker td,
.daterangepicker th {
	text-align: center;
	width: 20px;
	height: 20px;
	white-space: nowrap;
	padding: 2px;
}
.daterangepicker td,
.daterangepicker th.available {
	cursor: pointer;
}
.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
	color: #999;
	background: #fff;
	border-color: #E8E8E8;
}
.daterangepicker td.off.in-range {
    background-color: #F4FAFC;
}
.daterangepicker td.off.active {
	background-color: #AAD8EA;
	color: #FFF;
}

.daterangepicker td.disabled,
.daterangepicker option.disabled {
	color: #999;
	cursor: not-allowed;
	text-decoration: line-through;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
	background: #EAECF1;
}

.daterangepicker td.in-range {
	background: #ebf4f8;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
	background-color: #358AAB;
	border-color: #358AAB;
	color: #fff;
}

.daterangepicker td.week, .daterangepicker th.week {
	font-size: 80%;
	color: #ccc;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
	font-size: 12px;
	padding: 1px;
	height: auto;
	margin: 0;
	cursor: default;
}

.daterangepicker select.yearselect,
.daterangepicker select.monthselect,
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
	margin-bottom: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 62px;
	background-color: #FFF;
	outline: none;
	border-radius: 5px;
	font-size: 1.4rem;
	line-height: 1.2;
	padding: 5px 23px 5px 8px;
	border: 1px solid #CED2DC;
	background-image: url(../images/form-icons.svg),
	url(../images/form-icons.svg);
	background-repeat: no-repeat, no-repeat;
	background-position: top -355px right -119px, top -607px right -115px;
}

.daterangepicker select.monthselect {
	margin-right: 2%;
	width: 40%;
}

.daterangepicker select.yearselect {
	width: 44%;
}

.daterangepicker th.month {
	width: auto;
}

/* Previous/Next buttons */
.daterangepicker th.prev .daterangepicker-prev-icon,
.daterangepicker th.next .daterangepicker-next-icon {
	width: 11px;
	height: 17px;
	background-image: url(../images/form-icons.svg);
	background-repeat: no-repeat;
	display: block;
	margin: 0 auto;
}
.daterangepicker th.prev:hover,
.daterangepicker th.next:hover {
	background: none;
	opacity: 0.8;
}
.daterangepicker th.prev .daterangepicker-prev-icon {
	background-position: top -820px left 0px;
}
.daterangepicker th.next .daterangepicker-next-icon {
	background-position: top -880px left 1px;
}

.daterangepicker th.prev,
.daterangepicker th.next,
.daterangepicker th.month,
.daterangepicker .calendar-table thead tr:first-child th {
	border: none;
	background: none;
}

.daterangepicker .calendar-table thead tr:nth-child(2) th {
	background-color: #F2F2F5;
}

/* Text Input Above Each Calendar */
.daterangepicker .input-mini {
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #555;
	display: block;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	margin: 0 0 5px 0;
	padding: 0 6px 0 28px;
	width: 100%;
}

.daterangepicker .input-mini.active {
	border: 1px solid #358AAB;
	background-color: rgb(255, 255, 238);
}

.daterangepicker .daterangepicker_input i {
	position: absolute;
	left: 8px;
	top: 7px;
	color: #596474;
}

.daterangepicker .daterangepicker_input {
	position: relative;
}

/* Time Picker */
.daterangepicker .calendar-time {
	text-align: center;
	margin: 5px auto;
	line-height: 30px;
	position: relative;
}

.daterangepicker .calendar-time select.disabled {
	color: #ccc;
	cursor: not-allowed;
}

/* Predefined Ranges */
.daterangepicker .ranges {
	font-size: 11px;
	float: none;
	margin: 4px;
	text-align: left;
}

.daterangepicker .applyBtn {
	background-color: #35ab75;
	color: #FFF;
}
.daterangepicker .applyBtn:hover,
.daterangepicker .applyBtn:focus {
	background-color: #2C9867;
	color: #FFF;
}

.daterangepicker .cancelBtn {
	background-color: #D0D3DA;
	color: #24292F;
}
.daterangepicker .cancelBtn:hover,
.daterangepicker .cancelBtn:focus {
	background-color: #BCBFC5;
	color: #24292f;
}

.daterangepicker .ranges ul {
	list-style: none;
	margin: 0 auto 12px;
	padding: 0;
	width: 100%;
}

.daterangepicker .ranges li {
	font-size: 1.3rem;
	background: #EAECF1;
	border: 1px solid #f5f5f5;
	color: #24292F;
	padding: 4px 12px 3px;
	margin-bottom: 7px;
	border-radius: 5px;
	cursor: pointer;
	line-height: 1.2;
}

.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
	background: #358AAB;
	border: 1px solid #358AAB;
	color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 600px) {
	.daterangepicker{
		width: auto;
	}

	.daterangepicker .ranges ul {
		width: 160px;
	}

	.daterangepicker.single .ranges ul {
		width: 100%;
	}

	.daterangepicker .calendar.left .calendar-table {
		border-right: none;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}

	.daterangepicker .calendar.right .calendar-table {
		border-left: none;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}

	.daterangepicker .calendar.left {
		clear: left;
		margin-right: 0;
	}

	.daterangepicker.single .calendar.left {
		clear: none;
	}

	.daterangepicker.single .ranges,
	.daterangepicker.single .calendar{
		float:left;
	}

	.daterangepicker .calendar.right {
		margin-left: 0;
	}

	.daterangepicker .left .daterangepicker_input {
		padding-right: 12px;
	}

	.daterangepicker .calendar.left .calendar-table {
		padding-right: 12px;
	}

	.daterangepicker .ranges,
	.daterangepicker .calendar {
		float: left;
	}

}

@media (min-width: 769px) {
	.daterangepicker .ranges {
		width: auto;
		float: left;
	}

	.daterangepicker .calendar.left {
		clear: none;
	}
}


/* ---- File upload area ---- */
.file-upload__input {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.file-upload__helptext {
	padding-top: 14px;
}
.file-upload__helptext--hidden {
	display: none;
}
.file-upload__helptext__line2 {
	display: block;
	font-size: 1.3rem;
}
.file-upload__helptext p {
	margin: 0;
}
.file-upload__helptext:before {
	content: " ";
	display: block;
	width: 27px;
	height: 32px;
	background-image: url(../images/form-icons.svg);
	background-repeat: no-repeat;
	background-position: 0 -1317px;
	margin: 0 auto 10px;
}

.file-upload__area {
	cursor: pointer;
	text-align: center;
}
.field-input .textbox.file-upload__area--dragenter {
	border-color: #35ab75;
}

.file-upload__uploads:before,
.file-upload__uploads:after {
	content: " ";
	display: table;
}

.file-upload__uploads:after {
	clear: both;
}
.file-upload__item,
.file-upload__helptext {
	height: 110px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.file-upload__item {
	background-color: #FFF;
	border: 1px solid #ced2dc;
	width: 110px;
	display: inline-block;
	margin-left: 6px;
	margin-right: 6px;
	position: relative;
	cursor: default;
	vertical-align: top;
}

.file-upload__item__remove {
	-webkit-appearance: none;
	padding: 0;
	outline: none;
	border: none;
	background: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.3);
}
.file-upload__item__remove:hover,
.file-upload__item__remove:focus {
	background: rgba(0, 0, 0, 0.7);
}

.file-upload__item__remove:after {
	content: " ";
	display: block;
	width: 17px;
	height: 17px;
	background-image: url(../images/form-icons.svg);
	background-repeat: no-repeat;
	background-position: 3px -938px;
}
.file-upload__item__remove__text {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Feedback */
.file-upload__item__feedback__response {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.file-upload__item__feedback__response p {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 0;
}

/* Not image response */
.file-upload__item__feedback__response .file-upload__item__feedback__name {
	font-size: 1.2rem;
	margin: 0 0 5px;
}
.file-upload__item__feedback__size {
	font-size: 1.1rem;
	margin: 0;
}
.file-upload__item__feedback__response--success--not-image {
	padding: 26px 15px 20px;
}
.file-upload__item__feedback__response--success--not-image:before {
	content: " ";
	display: block;
	width: 28px;
	height: 24px;
	background-image: url(../images/form-icons.svg);
	background-repeat: no-repeat;
	background-position: 0px -1396px;
	margin: 0 auto 10px;
}

/* Image response */
.file-upload__item__feedback__image {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}

/* Error */
.file-upload__item__feedback__response--error {
	padding: 25px 15px 20px;
}
.file-upload__item__feedback__response .file-upload__item__feedback__error__text {
	font-size: 1.2rem;
	white-space: normal;
	overflow: visible;
}
.file-upload__item__feedback__response--error:before {
	content: " ";
	display: block;
	width: 23px;
	height: 24px;
	background-image: url(../images/form-icons.svg);
	background-repeat: no-repeat;
	background-position: 0px -1473px;
	margin: 0 auto 10px;
}

/* Hover */
.file-upload__item__feedback__hover {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	color: #FFF;
	padding: 33px 15px 20px;
	overflow: hidden;
}
.file-upload__item:hover .file-upload__item__feedback__hover {
	opacity: 1;
}
.file-upload__item__feedback__hover__size {
	font-size: 1.1rem;
}
.file-upload__item__feedback__hover__dimensions {
	font-size: 1.1rem;
}
.file-upload__item__feedback__hover .file-upload__item__feedback__hover__name {
	font-size: 1.1rem;
	margin-bottom: 6px;
}

/* Progress circles */
.file-upload__progress-circle {
	position: relative;
	font-size: 1.3rem;
	line-height: 1.1;
	display: block;
	width: 56px;
	height: 56px;
	padding: 21px 0 0 0;
	margin: 26px auto 0;
	text-align: center;
}
.file-upload__progress-circle__amount {
	z-index: 1;
	position: relative;
}
.file-upload__progress-circle__pie {
	transform: rotate(-90deg);
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}
.file-upload__progress-circle__pie__piece {
	transition: all 100ms ease-in-out;
}



/* ---- File selector ---- */
.field-element--fileselector .fs-select-button {
	float: left;
	margin-right: 9px;
}

.field-element--fileselector .fs-preview-wrapper {
	background-color: #EEF0F3;
	position: relative;
	overflow: hidden;
	display: block;
}

.field-element--fileselector .fs-filename {
	padding: 10px 15px;
	word-break: break-all;
	overflow: hidden;
	display: block;
}
.field-element--fileselector .fs-file-selected .fs-filename {
	padding-left: 10px;
	padding-right: 38px;
}

.field-element--fileselector .fs-preview {
	width: 39px;
	display: none;
	float: left;
}
.field-element--fileselector .fs-file-selected .fs-preview {
	display: block;
}

.field-element--fileselector .fs-remove {
	display: none;
	-webkit-appearance: none;
	outline: none;
	border: none;
	background: none;
	padding: 0;
	color: #D4D7DE;
	position: absolute;
	right: 6px;
	top: 9px;
	background-image: url(../images/form-icons.svg);
	background-repeat: no-repeat;
	background-position: top -1075px left 3px;
	width: 22px;
	height: 22px;
}
.field-element--fileselector .fs-remove:hover,
.field-element--fileselector .fs-remove:focus {background-position: top -1135px left 3px;}
.field-element--fileselector .fs-file-selected .fs-remove {
	display: block;
}


/* Small */
.field-element--fileselector.field-element--small .fs-preview {
	width: 30px;
}
.field-element--fileselector.field-element--small .fs-filename {
	padding-top: 8px;
	padding-bottom: 6px;
	font-size: 1.4rem;
}
.field-element--fileselector.field-element--small .fs-remove {
	top: 6px;
	background-position: top -964px left 3px;
	width: 20px;
	height: 20px;
}
.field-element--fileselector.field-element--small .fs-remove:hover,
.field-element--fileselector.field-element--small .fs-remove:focus {
	background-position: top -1023px left 3px;
}
.field-element--fileselector.field-element--small .fs-file-selected .fs-filename {
	padding-right: 31px;
}

/* Large */
.field-element--fileselector.field-element--large .fs-preview {
	width: 48px;
}
.field-element--fileselector.field-element--large .fs-filename {
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 1.8rem;
}
.field-element--fileselector.field-element--large .fs-remove {
	top: 14px;
	right: 9px;
}
.field-element--fileselector.field-element--large .fs-file-selected .fs-filename {
	padding-right: 41px;
	padding-left: 20px;
}

/* Popup */
.file-selector-search-wrapper  {
	display: none;
}
.file-selector-search-wrapper.searched  {
	display: block;
}
#file-selector-preview {
	display: block;
	background: #f9f9fb;
	border: 1px solid #E0E3EA;
	margin: 0 0 20px;
	position: relative;
	padding: 20px 25px;
}
.no-results #file-selector-preview {
	display: none;
}
#file-selector-preview .preview-title {
	margin: 0 0 12px;
}
#file-selector-preview .preview-box {
	position: relative;
	height: 150px;
}
#file-selector-preview img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	margin: 0 auto;
	display: block;
}

#file-selector-upload .field-element--new-category,
#file-selector-upload.new-category .field-element--select-category {
	display: none;
}
#file-selector-upload.new-category .field-element--new-category,
#file-selector-upload .field-element--select-category {
	display: block;
}

#file-selector-result-wrap {
	max-height: 450px;
	overflow: auto;
	border-top: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
}
#file-selector-upload .field-elements-inline,
#file-selector-search .field-elements-inline {
	display: -ms-flexbox;
	display: flex;
}
#file-selector-upload .field-elements-inline .field-element--dropdown,
#file-selector-search .field-elements-inline .field-element--dropdown {
	-ms-flex-positive: 1;
	    flex-grow: 1;
}
#file-selector-upload .field-elements-inline .field-element--text,
#file-selector-search .field-elements-inline .field-element--text {
	-ms-flex-positive: 1;
	    flex-grow: 1;
}

#file-selector-stats {
	font-size: 1.6rem;
	margin-bottom: 14px;
}
#file-selector-results .file-select-table {
	margin: 0;
	width: 100%;
	border-left: 1px solid #E0E3EA;
	border-right: 1px solid #E0E3EA;
}
#file-selector-results .file-select-table tr {
	border-bottom: 1px solid #D7D7D7;
	cursor: pointer;
}
#file-selector-results .file-select-table tr:last-child {
	border-bottom: 0;
}
#file-selector-results .file-select-table tr:nth-child(odd) {
	background-color: #f9f9fb;
}

/* Hover */
#file-selector-results .file-select-table tr:hover {
    background-color: #ECE9E9;
}

#file-selector-paginate {
	margin-top: 16px;
}
#file-selector-prev {
	float: left;
}
#file-selector-next {
	float: right;
}
#file-selector-results a {
	text-decoration: none;
	color: inherit;
	display: block;
}
#file-selector-results .file-select-table-thumbnail {
	width: 100px;
	padding: 5px 20px;
}
#file-selector-results .file-select-table-text a {
	padding: 27px 25px 27px 0;
}
#file-selector-results .table--content-standard tr:hover td {
	background-color: red;
}

/* ---- Autocomplete ---- */
.ui-autocomplete {
    list-style: none;
    background: #FFFFFF;
    max-height: 400px;
    overflow-y: auto;
    border: 1px solid #CED2DC;
    border-radius: 4px;
    padding: 3px 0;
    margin: 0;
}
.ui-autocomplete .ui-menu-item {
    padding: 5px 11px;
    cursor: pointer;
}
.ui-autocomplete .ui-menu-item.ui-state-focus {
    padding: 5px 11px;
    background: #358AAB;
    color: #FFF;
}


/* ---- Auto complete search form ---- */

.search-bar__form {
	position: relative;
}

#search-autocomplete {
	position: absolute;
	bottom: 100%;
	left: 0;
	margin: 0 auto 6px;
	padding: 15px 16px;
	text-align: left;
	width: 100%;
	z-index: 55;
	box-shadow: 0 0 8px rgba(0,0,0,0.3);
	animation: fadeInUp 200ms ease;
	animation-fill-mode: forwards;
}
.home #search-autocomplete {
	margin: 0 auto;
	width: 100%;
}
#search-autocomplete h3 {
	margin: 0 30px 15px 0;
}
#search-autocomplete .search-exact {
	font-size: 16px;
	margin-bottom: 15px;
}
#search-autocomplete .search-panel {
	display: none;
}
#search-autocomplete .search-panel--left {
	display: block;
}
#search-autocomplete .search-panel ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
}
#search-autocomplete .search-panel li {
	font-size: 1.2rem;
}
@media screen and (max-width: 599px) {
	#search-autocomplete .search-panel li:nth-child(1n+4) {
		display: none;
	}
}
#search-autocomplete .search-panel li a {
	display: block;
	padding: 2px 12px;
	background-color: #f1f2f6;
	text-decoration: none;
	border: 1px solid #cacaca;
	margin: 0 0 6px;
	color: #192d45;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#search-autocomplete .search-panel li a:hover,
#search-autocomplete .search-panel li a:focus {
	background-color: #e6e7ea;
}
#search-autocomplete .search-seeall {
	text-align: right;
	margin: 4px 0 0 0;
	font-size: 1.6rem;
}
#search-autocomplete .search-seeall a {
	text-decoration: underline;
	color: #192d45;
}
#search-autocomplete .search-autocomplete__close {
	-webkit-appearance: none;
	border: none;
	outline: none;
	background: none;
	padding: 0;
	position: absolute;
	right: 13px;
	top: 13px;
	font-size: 2.4rem;
}
#search-autocomplete .search-autocomplete__close:hover {
	color: #738090;
}

/* BP 4 */
@media screen and (min-width: 600px) {
	#search-autocomplete .search-panel {
		width: 49%;
		float: left;
		display: block;
	}
	#search-autocomplete .search-panel--left {
		margin-right: 2%;
	}
	#search-autocomplete {
		padding: 20px 27px;
	}
}

/* BP 3 */
@media screen and (min-width: 769px) {
	#search-autocomplete .search-autocomplete__close {
		font-size: 3.2rem;
	}
	#search-autocomplete .search-panel li {
		font-size: 1.4rem;
	}
	#search-autocomplete .search-panel li a {
		padding: 3px 19px;
		margin: 0 0 10px;
	}
}


/* ---- Lightweight elements ---- */
.field-element--lightweight {
	margin: 0;
}


/* ---- TinyMCE tweaks ---- */
.mce-panel {
	border-color: #CED2DC !important;
}
.mce-toolbar-grp,
.mce-flow-layout {
	background-color: #EAECF1 !important;
}
.mce-tinymce{
	border-radius: 5px !important;
	overflow: hidden !important;
}
.mce-btn {
	border: 1px solid #EAECF1 !important;
	background-color: #EAECF1 !important;
}
.mce-btn:hover,
.mce-btn:focus{
	color: #333;
	background-color: #DDE0E6 !important;
	border-color: #C6CAD2 !important;
}
.mce-btn.mce-active,
.mce-btn.mce-active:hover{
	background-color: #CED2DC !important;
	border-color: #B5B8C1 !important;
}
.mce-btn:active{
	background-color:#e0e0e0 !important;
	border-color: #ccc !important;
}
.mce-menu-item:hover, .mce-menu-item.mce-selected, .mce-menu-item:focus {
	background-color: #358AAB !important;
	color: #FFF !important;
}


/* ---- Responsiveness ---- */

/* Large and regular field elements turn small */
@media screen and (max-width: 900px) {
	.field-element .field-input .textbox,
	.field-element.field-element--large .field-input .textbox,
	.field-element.field-element--regular .field-input .textbox {
		font-size: 1.4rem;
		padding: 8px 15px 7px;
	}

}


/* ---- Submit Bar ---- */
.submit-bar {
	text-align: right;
	background: #F6F6F6;
	padding: 14px;
}

	.sidebar .submit-bar {
		padding: 10px 0;
	}

	.submit-bar a {
		margin-right: 20px;
	}


/* ---- Search Form ---- */
input.search-query {
	margin-bottom: 0;
	padding-right: 14px;
	padding-left: 14px;
	border-radius: 0;

}

.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
	border-radius: 0;
}

.form-search .input-append .search-query {
	border-radius: 14px 0 0 14px;
}

.form-search .input-append .btn {
	border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .search-query {
	border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .btn {
	border-radius: 14px 0 0 14px;
}

.form-search {
	/*radio*/
}
	.form-search input,
	.form-search textarea,
	.form-search select {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-search .hide {
		display: none;
	}
	.form-search label,
	.form-search .btn-group {
		display: inline-block;
	}
	.form-search .radio,
	.form-search .checkbox {
		margin-bottom: 0;
		padding-left: 0;
		vertical-align: middle;
	}
	.form-search .radio input[type="radio"],
	.form-search .checkbox input[type="checkbox"] {
		float: left;
	}
	.form-search .radio input[type="radio"] margin,
	.form-search .checkbox input[type="checkbox"] margin {
		right: 3px;
		left: 0;
	}
	.form-search .control-group {
		margin-bottom: 0.75em;
	}
	.form-search legend + .control-group {
		margin-top: 1.5em;
		-webkit-margin-top-collapse: separate;
	}


/* ---- Search pagination ---- */
.search-paginate {
	padding: 10px 0;
	text-align: center;
}
	.search-paginate .page-prev {
		margin: 0 8px 0 0;
	}
	.search-paginate .page {
		padding: 2px 9px;
		margin: 0 3px;
		background: #eee;
		border: 1px #e85505 solid;
		text-decoration: none;
	}
	.search-paginate .page.on {
		color: #000;
		border-color: #000;
	}
	.search-paginate .page-next {
		margin: 0 0 0 8px;
	}


/* ---- Captcha ---- */
.captcha {
	background-color: #eef0f3;
	padding: 10px;
	width: 100%;
	border: 1px solid #cacaca;
}
img.captcha {
	background-color: #FFF;
}
input.captcha {
	background-color: #FFF;
}

	.captcha .captcha-info, .captcha .info {
		float: right;
		padding-bottom: 8px;
	}
	.captcha .captcha-info, .captcha .info a {
		text-decoration: none;
	}
		.captcha .captcha-info .captcha-icon {
			width: 16px;
			height: 16px;
			margin-bottom: 16px;
		}

	.captcha .captcha-img {
		width: 200px;
		margin-bottom: 10px;
	}

	.captcha .captcha-input {
		width: 200px;
	}


/* ------------------------------------------------------
**** Tables
------------------------------------------------------ */

table {
	border-collapse: collapse;
	border: 1px solid #d7d7d7;
}
/* responsive table, might require tbody to work */
.responsive-table {
	display: block;
	overflow-x: scroll;
}


th,
td {
	padding: 5px 10px;
	border: 1px solid #cacaca;
}
td {
	background: #FFF;
}

th,
thead td {
	background: #eef0f3;
}

/* ---- Content tables ---- */
.table--content-standard {
	width: 100%;
	margin: 2rem 0;
	font-size: 1.3rem;
}
.table--content-standard caption {
	text-align: left;
	padding-bottom: 13px;
}
.table--content-standard th,
.table--content-standard thead td {
	font-weight: bold;
	background-color: #F0F0F0;
	font-size: 1.4rem;
}
.table--content-standard td {
	background-color: #FFF;
}
.table--content-standard th,
.table--content-standard td {
	border: 1px solid #d7d7d7;
	text-align: left;
	padding: 5px 10px;
}


/* Small */
.table--content-standard.table--content-small {
	font-size: 1.3rem;
}
.table--content-standard.table--content-small th,
.table--content-standard.table--content-small td {
	padding: 5px 10px;
}
.table--content-standard.table--content-small th,
.table--content-standard.table--content-small thead td {
	font-size: 1.4rem;
}

/* BP 3 */
@media screen and (min-width: 769px) {
	.table--content-standard {
		font-size: 1.7rem;
	}
	.table--content-standard th,
	.table--content-standard td {
		padding: 12px 15px;
	}
	.table--content-standard th,
	.table--content-standard thead td {
		font-size: 1.7rem;
	}
}


/* ---- Responsive table ---- */
table.responsive {
	overflow: auto;
	overflow-y: hidden;
	overflow-x: auto;
	display: block;
}

/* ---- No Styles Table ---- */
.table__no-styles {
	border-collapse: separate !important;
	border: none !important;
	background: none !important;
	min-width: 0 !important;
}

.table__no-styles th,
.table__no-styles thead td,
.table__no-styles td {
	padding: 0 !important;
	border: 0 !important;
	background: none !important;
}

/* ---- Form section ---- */
.form-section {
	width: 100%;
	margin: 0 0 30px;
}

/* Checkbox list */
.checkbox-list {
	margin: 0 0 20px;
}
.form-section .checkbox-list {
	margin: 0;
}
.form-section th, .form-section td {
	padding: 8px 16px;
}

.form-section th {
	text-align: left;
}
td.field-info,
table.form-section td.field-info {
	border: 1px solid #cacaca;
}

span.field-info {
	padding: 0 6px;
	text-transform: uppercase;
	color: #192d45;
	font-size: 1rem;
	vertical-align: top;
	display: block;
	margin-top: 3px;
}


/* ---- Stacked tables ---- */
/* BP 2 */
@media screen and (max-width: 768px) {
	.table--stack,
	.form-section {
		border-bottom: none;
		border: none;
	}
	.table--stack th,
	.form-section th {
		display: none;
		padding: 8px 12px;
	}
	.form-section td {
		padding: 8px 12px;
	}

	.table--stack,
	.table--stack thead,
	.table--stack tbody,
	.table--stack tr,
	.table--stack td,
	.form-section,
	.form-section thead,
	.form-section tbody,
	.form-section tr,
	.form-section td {
		display: block;
		width: 100%;
	}
	.table--stack thead {
		display: none;
	}
	.table--stack tr,
	.form-section tr {
		margin-bottom: 20px;
	}
	.table--stack tr td:first-child,
	.form-section tr td:first-child {
		border-top: 1px solid #d7d7d7;
	}
	.table--stack tr {
		border-top: 1px solid #d7d7d7;
	}
	.table--stack td,
	.form-section td {
		border: none;
		border-bottom: 1px solid #d7d7d7;
		border-left: 1px solid #d7d7d7;
		border-right: 1px solid #d7d7d7;
	}
	.table--stack td:empty,
	.form-section td:empty {
		display: none;
	}
	.table--stack td[data-heading]:before,
	.form-section td[data-heading]:before {
		content: attr(data-heading);
		display: block;
		background-color: #f3f3f3;
		padding: 5px 15px 4px;
		margin: -5px -10px 6px;
		border-bottom: 1px solid #d7d7d7;
		font-weight: bold;
	}

	.table--stack.table--stack--horizontal th,
	.form-section th {
		display: block;
	}
	td.field-info,
	table.form-section td.field-info {
		border-top: none;
	}
	span.field-info {
		padding: 0;
	}
	td.field-info, table.form-section td.field-info {
		padding: 3px 12px;
	}
}



/* ------------------------------------------------------
**** Helper classes
------------------------------------------------------ */

/* ---- Clearfix ---- */
.clear {
	height: 0;
	clear: both;
	display: block;
}

.-clearfix:before,
.-clearfix:after {
	content: " ";
	display: table;
}

.-clearfix:after {
	clear: both;
}


/* ---- Text align ---- */
.text-align--center {
	text-align: center;
}
.text-align--right {
	text-align: right;
}

/* ---- Hiding classes ---- */
.-ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
}

.-ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

.-hidden {
	display: none !important;
	visibility: hidden;
}

.-vis-hidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.-vis-hidden.focusable:active,
.-vis-hidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.-invisible {
	visibility: hidden;
}

/* ---- Pseudo elements ---- */

/* Angle Brackets */
.-r-arrow-after:after {
	content: "\00a0\003e";
}
.-r-arrow-before:before {
	content: "\003e\00a0";
}
.-l-arrow-after:after {
	content: "\00a0\003c";
}
.-l-arrow-before:before {
	content: "\003c\00a0";
}

/* Ellipsis */
.ellipsis-2:after {
	content: "..";
}
.ellipsis-3:after {
	content: "...";
}

/* ---- Floats and positioning ---- */

.left {
	margin: 0 30px 30px 0;
	float: left;
}

.right {
	margin: 0 0 30px 30px;
	float: right;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.block {
	margin: 0 0 30px;
	display: block;
}

@media screen and (max-width: 600px) {
	.left,
	.center,
	.right {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		display: block;
		float: none;
	}
}

/* ---- Grid system ---- */
.grid:before,
.grid:after {
	content: " ";
	display: table;
}

.grid:after {
	clear: both;
}

.grid-col {
	float: left;
	margin-right: 1.754385964912%;
}
.grid-col:last-child,
.grid-col.grid-col-last-in-row {
	margin-right: 0;
}

/* Reverse */
.grid.grid-reverse .grid-col {
	float: right;
	margin-right: 0;
	margin-left: 1.754385964912%;
}
.grid.grid-reverse .grid-col:last-child,
.grid.grid-reverse .grid-col.grid-col-last-in-row {
	margin-left: 0;
}

/* 2 col grid */
.grid-2-cols .grid-col:nth-child(2n+2) {
	margin-right: 0;
}
/* 3 col grid */
.grid-3-cols .grid-col:nth-child(3n+3) {
	margin-right: 0;
}
/* 4 col grid */
.grid-4-cols .grid-col:nth-child(4n+4) {
	margin-right: 0;
}

/* 1 col */
.grid-col-1 {
	width: 6.725146198830%;
}
/* 2 col */
.grid-col-2 {
	width: 15.204678362573%;
}
/* 3 col */
.grid-col-3 {
	width: 23.684210526316%;
}
/* 4 col */
.grid-col-4 {
	width: 32.163742690058%;
}
/* 5 col */
.grid-col-5 {
	width: 40.643274853801%;
}
/* 6 col */
.grid-col-6 {
	width: 49.122807017544%;
}
/* 7 col */
.grid-col-7 {
	width: 57.602339181287%;
}
/* 8 col */
.grid-col-8 {
	width: 66.081871345029%;
}
/* 9 col */
.grid-col-9 {
	width: 74.561403508772%;
}
/* 10 col */
.grid-col-10 {
	width: 83.040935672515%;
}
/* 11 col */
.grid-col-11 {
	width: 91.520467836257%;
}
/* 12 col */
.grid-col-12 {
	width: 100%;
	margin-right: 0;
}

/* BP 1 */
@media screen and (max-width: 1200px) {

	/* 1 col */
	.grid-col-1-bp1 {
		width: 6.725146198830%;
	}
	/* 2 col */
	.grid-col-2-bp1 {
		width: 15.204678362573%;
	}
	/* 3 col */
	.grid-col-3-bp1 {
		width: 23.684210526316%;
	}
	/* 4 col */
	.grid-col-4-bp1 {
		width: 32.163742690058%;
	}
	/* 5 col */
	.grid-col-5-bp1 {
		width: 40.643274853801%;
	}
	/* 6 col */
	.grid-col-6-bp1 {
		width: 49.122807017544%;
	}
	/* 7 col */
	.grid-col-7-bp1 {
		width: 57.602339181287%;
	}
	/* 8 col */
	.grid-col-8-bp1 {
		width: 66.081871345029%;
	}
	/* 9 col */
	.grid-col-9-bp1 {
		width: 74.561403508772%;
	}
	/* 10 col */
	.grid-col-10-bp1 {
		width: 83.040935672515%;
	}
	/* 11 col */
	.grid-col-11-bp1 {
		width: 91.520467836257%;
	}
	/* 12 col */
	.grid-col-12-bp1 {
		width: 100%;
		margin-right: 0;
	}
}

/* BP 2 */
@media screen and (max-width: 900px) {

	/* 1 col */
	.grid-col-1-bp2 {
		width: 6.725146198830%;
	}
	/* 2 col */
	.grid-col-2-bp2 {
		width: 15.204678362573%;
	}
	/* 3 col */
	.grid-col-3-bp2 {
		width: 23.684210526316%;
	}
	/* 4 col */
	.grid-col-4-bp2 {
		width: 32.163742690058%;
	}
	/* 5 col */
	.grid-col-5-bp2 {
		width: 40.643274853801%;
	}
	/* 6 col */
	.grid-col-6-bp2 {
		width: 49.122807017544%;
	}
	/* 7 col */
	.grid-col-7-bp2 {
		width: 57.602339181287%;
	}
	/* 8 col */
	.grid-col-8-bp2 {
		width: 66.081871345029%;
	}
	/* 9 col */
	.grid-col-9-bp2 {
		width: 74.561403508772%;
	}
	/* 10 col */
	.grid-col-10-bp2 {
		width: 83.040935672515%;
	}
	/* 11 col */
	.grid-col-11-bp2 {
		width: 91.520467836257%;
	}
	/* 12 col */
	.grid-col-12-bp2 {
		width: 100%;
		margin-right: 0;
	}
}

/* BP 3 */
@media screen and (max-width: 768px) {

	/* 1 col */
	.grid-col-1-bp3 {
		width: 6.725146198830%;
	}
	/* 2 col */
	.grid-col-2-bp3 {
		width: 15.204678362573%;
	}
	/* 3 col */
	.grid-col-3-bp3 {
		width: 23.684210526316%;
	}
	/* 4 col */
	.grid-col-4-bp3 {
		width: 32.163742690058%;
	}
	/* 5 col */
	.grid-col-5-bp3 {
		width: 40.643274853801%;
	}
	/* 6 col */
	.grid-col-6-bp3 {
		width: 49.122807017544%;
	}
	/* 7 col */
	.grid-col-7-bp3 {
		width: 57.602339181287%;
	}
	/* 8 col */
	.grid-col-8-bp3 {
		width: 66.081871345029%;
	}
	/* 9 col */
	.grid-col-9-bp3 {
		width: 74.561403508772%;
	}
	/* 10 col */
	.grid-col-10-bp3 {
		width: 83.040935672515%;
	}
	/* 11 col */
	.grid-col-11-bp3 {
		width: 91.520467836257%;
	}
	/* 12 col */
	.grid-col-12-bp3 {
		width: 100%;
		margin-right: 0;
	}
}

/* BP 4 */
@media screen and (max-width: 600px) {

	/* 1 col */
	.grid-col-1-bp4 {
		width: 6.725146198830%;
	}
	/* 2 col */
	.grid-col-2-bp4 {
		width: 15.204678362573%;
	}
	/* 3 col */
	.grid-col-3-bp4 {
		width: 23.684210526316%;
	}
	/* 4 col */
	.grid-col-4-bp4 {
		width: 32.163742690058%;
	}
	/* 5 col */
	.grid-col-5-bp4 {
		width: 40.643274853801%;
	}
	/* 6 col */
	.grid-col-6-bp4 {
		width: 49.122807017544%;
	}
	/* 7 col */
	.grid-col-7-bp4 {
		width: 57.602339181287%;
	}
	/* 8 col */
	.grid-col-8-bp4 {
		width: 66.081871345029%;
	}
	/* 9 col */
	.grid-col-9-bp4 {
		width: 74.561403508772%;
	}
	/* 10 col */
	.grid-col-10-bp4 {
		width: 83.040935672515%;
	}
	/* 11 col */
	.grid-col-11-bp4 {
		width: 91.520467836257%;
	}
	/* 12 col */
	.grid-col-12-bp4 {
		width: 100%;
		margin-right: 0;
	}
}

/* ------------------------------------------------------
**** Template Layout
------------------------------------------------------ */

* {
	margin: 0;
}

html,
body {
	background: #13253a;
	height: 100%;
}

#wrap {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	min-height: 100%;
}


.container {
	width: 92%;
	margin: 0 4%;
}

/* BP 4 */
@media screen and (min-width: 600px) {
	.container {
		width: 550px;
		margin: 0 auto;
	}
}

/* BP 3 */
@media screen and (min-width: 769px) {
	.container {
		width: 700px;
	}
	.header-scrolled #wrap {
		padding-top: 48px;
	}
}

/* BP 2 */
@media screen and (min-width: 960px) {
	.container {
		width: 900px;
	}
	.header-scrolled #wrap {
		padding-top: 55px;
	}
}

/* BP 1 */
@media screen and (min-width: 1200px) {
	.container {
		width: 1140px;
	}
	.header-scrolled #wrap {
		padding-top: 65px;
	}
}


/* ---- Sections ---- */
.section {
	padding: 30px 0;
	z-index: 1;
	position: relative;
}

/* BP 4 */
@media screen and (min-width: 600px) {
	.section {
		padding-top: 35px;
		padding-bottom: 35px;
	}
}

/* BP 2 */
@media screen and (min-width: 960px) {
	.section {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

/* BP 1 */
@media screen and (min-width: 1200px) {
	.section {
		padding-top: 85px;
		padding-bottom: 85px;
	}
}



/* ---- Heading centered ---- */
.heading-centered {
	text-align: center;
	position: relative;
	margin: 0 0 18px;
}
.heading-centered__heading {
	margin: 0 0 4px;
}
.heading-centered__link-wrapper .social-list {
	display: inline-block;
	vertical-align: top;
	margin-top: -2px;
}
.heading-centered__link-wrapper .heading-centered__link__title + .social-list {
	margin-left: 5px;
}
.heading-centered__link__title {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.3rem;
	margin: 0;
	display: inline-block;
	-webkit-appearance: none;
	border: none;
	outline: none;
	background: none;
	padding: 0;
	color: inherit;
	vertical-align: top;
}
.heading-centered__link__title:after {
	font-size: 2rem;
	vertical-align: top;
	display: inline-block;
	margin: -2px 0 -2px 2px;
}


/* Hover */
a.heading-centered__link__title:hover,
a.heading-centered__link__title:focus {
	color: #738090;
}

/* BP 4 */
@media screen and (min-width: 600px) {
	.heading-centered__link-wrapper {
		position: absolute;
		top: 3px;
		right: 0;
	}
	.heading-centered {
		margin: 0 0 24px;
	}
	.heading-centered__link__title:after {
		font-size: 2.7rem;
		margin: -4px 0 -2px 2px;
	}
}

/* BP 3 */
@media screen and (min-width: 769px) {
	.heading-centered__link__title {
		font-size: 1.5rem;
	}
	.heading-centered__link-wrapper {
		top: 4px;
	}
	.heading-centered__link__title:after {
		margin: -5px 0 -2px 2px;
	}
	.heading-centered__link-wrapper .social-list {
		margin-top: -2px;
	}
}

/* BP 1 */
@media screen and (min-width: 1200px) {
	.heading-centered__link__title {
		font-size: 1.6rem;
	}
	.heading-centered__link-wrapper {
		top: 10px;
	}
}

/* ---- Lined text ---- */
.lined-text {
	text-align: center;
	font-size: 1.5rem;
	text-transform: uppercase;
	position: relative;
	margin: 0 0 25px;
	overflow: hidden;
	display: block;
}
.lined-text__inner {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
.lined-text__inner:before,
.lined-text__inner:after {
	content: " ";
	width: 1000px;
	position: absolute;
	top: 9px;
	display: inline-block;
	border-top: 2px solid #192d45;
}
.lined-text__inner:before {
	right: 100%;
	margin-right: 6px;
}
.lined-text__inner:after {
	left: 100%;
	margin-left: 6px;
}

/* Pale blue */
.bg-paleblue .lined-text {
	color: rgba(255,255,255,0.7)
}
.bg-paleblue .lined-text__inner:before,
.bg-paleblue .lined-text__inner:after {
	border-top-color: rgba(255,255,255,0.7);
}

/* BP 4 */
@media screen and (min-width: 600px) {

}

/* BP 3 */
@media screen and (min-width: 769px) {
	.lined-text {
		font-size: 1.6rem;
	}
}

/* BP 2 */
@media screen and (min-width: 960px) {
	.lined-text {
		font-size: 1.8rem;
	}
	.lined-text__inner:before,
	.lined-text__inner:after {
		top: 11px;
	}
}

/* BP 1 */
@media screen and (min-width: 1200px) {

}


/* ---- Icon ---- */
.icon {
	font-size: 2.6rem;
}
.icon.icon-before:before {
	display: block;
}

/* BP 2 */
@media screen and (min-width: 960px) {
	.icon {
		font-size: 2.8rem;
	}
}

/* BP 1 */
@media screen and (min-width: 1200px) {
	.icon {
		font-size: 3.3rem;
	}
}

/* ---- Background colours ---- */
.bg-white {
	background-color: #fff;
	color: #192d45;
}
.bg-blue {
	background-color: #192d45;
}
.bg-blue,
.bg-blue a {
	color: #FFF;
}
.bg-blue a:hover,
.bg-blue a:focus {
	color: #aeb5c4;
}
.bg-yellow {
	background-color: #fec021;
}
.bg-pink {
	background-color: #e53794;
}
.bg-lightblue {
	background-color: #00b1d5;
}
.bg-paleblue {
	background-color: #aeb5c4;
	color: #FFF;
}
.bg-paleblue,
.bg-paleblue a {
	color: #FFF;
}
.bg-paleblue a:hover,
.bg-paleblue a:focus {
	color: #aeb5c4;
}
.bg-purple {
	background-color: #b381b9;
}
.bg-green {
	background-color: #00aa72;
}
.bg-orange {
	background-color: #f89d5a;
}


/* Text on dark backgrounds */

.reverse-text {
	color: #fff;
}

.reverse-text a {
	color: #fff;
	text-decoration: none;
}

.reverse-text a:hover,
.reverse-text a:active,
.reverse-text a:focus {
	color: #fff;
	text-decoration: underline;
}

.pale-reverse-text,
.pale-reverse-text a {
	color: rgba(255,255,255,0.7);
	text-decoration: none;
}


.pale-reverse-text a:hover,
.pale-reverse-text a:active,
.pale-reverse-text a:focus {
	color: #fff;
	text-decoration: underline;
}


/* ---- Header ---- */
.section--header {
	padding-top: 25px;
	padding-bottom: 17px;
	display: none;
}
.header-logo {
	float: left;
	padding-top: 7px;
}
.header-logo a {
	display: block;
}
.header-logo a:hover img,
.header-logo a:focus img {
	opacity: 0.8;
}
.header-logo__img {
	width: 150px;
}

/* Colour variations */
.category--eat-drink .section--header {
	background-color: #e53794;
}
.category--life-style .section--header {
	background-color: #f89d5a;
}
.category--collect-inspire .section--header {
	background-color: #fec021;
}
.category--design-create .section--header {
	background-color: #00aa72;
}
.category--find-discover .section--header {
	background-color: #00b1d5;
}


/* BP 4 */
@media screen and (min-width: 600px) {

}

/* BP 3 */
@media screen and (min-width: 769px) {
	.header-logo {
		padding-top: 0;
	}
	.section--header {
		display: block;
		padding-top: 13px;
		padding-bottom: 9px;
	}
	.header-logo__img {
		width: 168px;
	}
}

/* BP 2 */
@media screen and (min-width: 960px) {
	.section--header {
		padding-top: 21px;
		padding-bottom: 13px;
	}
	.header-logo__img {
		width: 180px;
	}
}

/* BP 1 */
@media screen and (min-width: 1200px) {
	.section--header {
		padding-top: 25px;
		padding-bottom: 17px;
	}
	.header-logo__img {
		width: 210px;
	}
}

/* ---- Nav ---- */
.section--nav {
	padding-top: 0;
	padding-bottom: 0;
	transition: box-shadow 200ms ease;
}

.header-scrolled .section--nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	box-shadow: 0 0 8px rgba(0,0,0,0.3);
}

/* BP 3 */
@media screen and (min-width: 769px) {
	.section--nav {
		height: 48px;
	}
}

/* BP 2 */
@media screen and (min-width: 960px) {
	.section--nav {
		height: 55px;
	}
}

/* BP 1 */
@media screen and (min-width: 1200px) {
	.section--nav {
		height: 65px;
	}
}

/* ---- Feature boxes ---- */
.section--feature-boxes.bg-white + .section--feature-boxes.bg-white {
	border-top: 6px solid rgba(174,181,196,.25);
}

.feature-box-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.feature-box__more-info {
	margin: 22px 0 28px;
}

.feature-box {
	position: relative;
	width: 100%;
	padding-bottom: 20px;
}
.feature-box:last-child {
	margin-bottom: 0;
}

.feature-box-list--filtered .feature-box {
	animation-name: featureBoxFiltered;
	animation-fill-mode: forwards;
	animation-duration: 300ms;
	animation-timing-function: ease;
}




.feature-box--hide {
	display: none;
}

.feature-box__inner {
	background-color: #aeb5c4;
	position: relative;
	overflow: hidden;
	z-index: 1;
	border-bottom: 3px solid #192d45;
}
.feature-box__title {
	text-transform: lowercase;
	margin: 0 0 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.2;
	padding: 0;
	font-size: 1.6rem;
}
.feature-box__title a {
	color: inherit;
	text-decoration: none;
}
.feature-box__image-wrap {
	position: relative;
	background: #192d45;
}
.feature-box__image-wrap--empty:before {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	color: #2b405a;
	position: absolute;
	top: -2px;
	right: 0;
}


@media screen and (max-width: 599px) {
	.feature-box__more-info--clone {
		display: none !important;
	}
}

/* BP 4 */
@media screen and (min-width: 600px) {
	.feature-box__more-info--clone {
		display: block;
	}
	.feature-box__image-wrap--empty {
		padding-top: 69.3%;
	}
	.feature-box__image-wrap--icon1.feature-box__image-wrap--empty:before {
		content: "\e90d";
		font-size: 118px;
	}
	.feature-box__image-wrap--icon2.feature-box__image-wrap--empty:before {
		content: "\e90c";
		font-size: 139px;
	}
	.feature-box__image-wrap--icon3.feature-box__image-wrap--empty:before {
		content: "\e90b";
		font-size: 126px;
	}
	.feature-box__image-wrap--icon4.feature-box__image-wrap--empty:before {
		content: "\e90a";
		font-size: 123px;
	}
	.feature-box__image-wrap--icon5.feature-box__image-wrap--empty:before {
		content: "\e909";
		font-size: 125px;
	}
	.feature-box__inner {
		height: 100%;
	}
}

/* BP 3 */
@media screen and (min-width: 769px) {
	.feature-box__image-wrap--icon1.feature-box__image-wrap--empty:before {
		font-size: 152px;
	}
	.feature-box__image-wrap--icon2.feature-box__image-wrap--empty:before {
		font-size: 176px;
	}
	.feature-box__image-wrap--icon3.feature-box__image-wrap--empty:before {
		font-size: 162px;
	}
	.feature-box__image-wrap--icon4.feature-box__image-wrap--empty:before {
		font-size: 161px;
	}
	.feature-box__image-wrap--icon5.feature-box__image-wrap--empty:before {
		font-size: 159px;
	}

	.feature-box__more-info {
		margin: 20px 0 34px;
	}
}

/* BP 2 */
@media screen and (min-width: 960px) {

	.feature-box__image-wrap--icon1.feature-box__image-wrap--empty:before {
		font-size: 194px;
	}
	.feature-box__image-wrap--icon2.feature-box__image-wrap--empty:before {
		font-size: 228px;
	}
	.feature-box__image-wrap--icon3.feature-box__image-wrap--empty:before {
		font-size: 203px;
	}
	.feature-box__image-wrap--icon4.feature-box__image-wrap--empty:before {
		font-size: 199px;
	}
	.feature-box__image-wrap--icon5.feature-box__image-wrap--empty:before {
		font-size: 204px;
	}
	.feature-box__more-info {
		margin: 35px 0 48px;
	}
}

/* BP 1 */
@media screen and (min-width: 1200px) {
	.feature-box__image-wrap--icon1.feature-box__image-wrap--empty:before {
		font-size: 244px;
	}
	.feature-box__image-wrap--icon2.feature-box__image-wrap--empty:before {
		font-size: 285px;
	}
	.feature-box__image-wrap--icon3.feature-box__image-wrap--empty:before {
		font-size: 256px;
	}
	.feature-box__image-wrap--icon4.feature-box__image-wrap--empty:before {
		font-size: 253px;
	}
	.feature-box__image-wrap--icon5.feature-box__image-wrap--empty:before {
		font-size: 258px;
	}
}



.feature-box__image {
	display: block;
	width: 100%;
}
.feature-box__content {
	background-color: #aeb5c4;
	text-align: center;
	padding: 16px 10px 14px;
	position: relative;
	height: auto;
	transition: height 450ms ease;
}

.feature-box__content-wrapper:before  {
	content: " ";
    bottom: 100%;
    position: absolute;
    z-index: 3;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
	border-color: transparent transparent #aeb5c4 transparent;
}


.feature-box__prompt {
	text-transform: uppercase;
	font-size: 1.1rem;
	font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
	-webkit-appearance: none;
	border: none;
	outline: none;
	padding: 0;
	background: none;
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	color: #192d45;
	text-decoration: none;
}
.feature-box__prompt:hover,
.feature-box__prompt:focus {
	color: #2c4461;
}
.feature-box__text .feature-box__prompt--more-info {
	color: #FFF;
	line-height: 0.9;
	margin-top: 8px;
}
.feature-box--inactive .feature-box__prompt--more-info:hover,
.feature-box--inactive .feature-box__prompt--more-info:focus {
	color: rgba(255,255,255,0.7);
}


.feature-box__text__content p {
	margin-bottom: 10px;
}
.feature-box__text__content p:last-child {
	margin-bottom: 0;
}
.feature-box__text__content {
	margin-bottom: 15px;
	display: none;
}
.feature-box__hover {
	display: none;
}

.feature-box--contact .feature-box__hover__content {
	padding-top: 7px;
	padding-bottom: 6px;
}
.feature-box__content-wrapper {
	position: relative;
}

.feature-box__hover__content__contact {
	text-transform: uppercase;
	color: #FFF;
}
.feature-box__hover__content__contact p {
	margin: 0;
}
.feature-box__hover__content__contact__address {
	font-size: 1.2rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.feature-box__hover__content__contact__phone {
	font-size: 1.8rem;
}
.feature-box__hover__content__contact__phone a {
	text-decoration: none;
	color: #FFF;
}

/* Colour variations */
.feature-box--eat-drink .feature-box__inner,
.category--eat-drink .feature-box__inner {
	border-bottom-color: #e53794;
}
.feature-box--life-style .feature-box__inner,
.category--life-style .feature-box__inner {
	border-bottom-color: #f89d5a;
}
.feature-box--collect-inspire .feature-box__inner,
.category--collect-inspire .feature-box__inner {
	border-bottom-color: #fec021;
}
.feature-box--design-create .feature-box__inner,
.category--design-create .feature-box__inner {
	border-bottom-color: #00aa72;
}
.feature-box--find-discover .feature-box__inner,
.category--find-discover .feature-box__inner {
	border-bottom-color: #00b1d5;
}


.feature-box--eat-drink .feature-box__hover,
.category--eat-drink .feature-box__hover,
.category--eat-drink .feature-box__more-info__details {
	background-color: #e53794;
}
.feature-box--life-style .feature-box__hover,
.category--life-style .feature-box__hover,
.category--life-style .feature-box__more-info__details {
	background-color: #f89d5a;
}
.feature-box--collect-inspire .feature-box__hover,
.category--collect-inspire .feature-box__hover,
.category--collect-inspire .feature-box__more-info__details {
	background-color: #fec021;
}
.feature-box--design-create .feature-box__hover,
.category--design-create .feature-box__hover,
.category--design-create .feature-box__more-info__details {
	background-color: #00aa72;
}
.feature-box--find-discover .feature-box__hover,
.category--find-discover .feature-box__hover,
.category--find-discover .feature-box__more-info__details {
	background-color: #00b1d5;
}




/* More info dropdowns */
.feature-box .feature-box__more-info {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.feature-box__more-info__inner {
	position: relative;
}


.feature-box__more-info__close-button {
	-webkit-appearance: none;
	padding: 0;
	background: none;
	outline: none;
	border: none;
	position: absolute;
	top: 13px;
	right: 13px;
	font-size: 2.5rem;
	color: #192d45;
	z-index: 22;
}
.feature-box__more-info__close-button:before {
	display: block;
}
.feature-box__more-info__close-button:hover,
.feature-box__more-info__close-button:focus {
	color: #aeb5c4;
}
.feature-box__more-info__details {
	background-color: #192d45;
	color: #FFF;
	padding: 16px 10px;
	text-align: center;
}
.feature-box__more-info__description {
	text-align: center;
	padding: 18px 24px;
	font-family: 'Roboto Slab', 'Courier New', serif;
	font-weight: 300;
	font-size: 1.3rem;
	border-left: 2px solid #cacaca;
	border-right: 2px solid #cacaca;
}
.feature-box__more-info__description .h2 {
	margin-top: 0;
	padding: 0 20px;
}
.feature-box__more-info__description p:last-child {
	margin-bottom: 0;
}
.feature-box__more-info__description__logo {
	max-width: 110px;
	margin-bottom: 20px;
	max-height: 100px;
}

.feature-box__more-info__details a {
	text-decoration: none;
	display: block;
}

.feature-box__more-info__details a,
.feature-box__more-info__details .feature-box__prompt {
	color: rgba(255,255,255,0.7);
}
.feature-box__more-info__details a:hover,
.feature-box__more-info__details .feature-box__prompt:hover {
	color: #FFF;
}

.feature-box__more-info__details__phone {
	font-size: 1.9rem;
	margin: 0 0 5px;
}
.feature-box__more-info__details .icon {
	color: rgba(255,255,255,0.7);
}
.feature-box__more-info__details__address {
	font-size: 1.3rem;
	text-transform: uppercase;
	margin: 0 0 3px;
}
.feature-box__more-info__details__email,
.feature-box__more-info__details__website {
	margin: 0 0 2px;
}

.feature-box__more-info__open-hours {
	font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
	font-size: 1.5rem;
	text-transform: uppercase;
}
.feature-box__more-info__open-hours p {
	margin: 0 0 4px;
}
.feature-box__more-info__open-hours p:last-child {
	margin-bottom: 0;
}
.feature-box__more-info__open-hours__title {
	margin: 0 0 4px;
	font-size: 1.5rem;
	font-weight: bold;
	font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
}

.feature-box__more-info__details .social-list {
	padding: 4px 0 2px;
	border-top: 2px solid rgba(255,255,255,0.4);
	border-bottom: 2px solid rgba(255,255,255,0.4);
	margin: 13px 15px;
}
.feature-box__more-info__details .social-list:last-child {
	margin-bottom: 0;
}




@media screen and (max-width: 599px) {
	.feature-box--open .feature-box__more-info,
	.feature-box--active .feature-box__more-info {
		clip: auto;
		height: auto;
		margin: auto;
		overflow: visible;
		position: relative;
		width: auto;
		animation: fadeInDown 200ms ease;
		animation-fill-mode: forwards;
	}
	.feature-box__more-info__details .social-list__item .icon-before:before {
		font-size: 2.2rem;
	}
}
@media screen and (max-width: 1024px) {
	.feature-box__text .feature-box__prompt--more-info:after {
		content: "\e903";
		font-family: 'icomoon' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		font-size: 2.5rem;
		display: block;
		color: #FFF;
		height: 19px;
	}
	.feature-box__text .feature-box__prompt--more-info:hover:after {
		color: rgba(255,255,255,0.7);
	}
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
	.feature-box__text .feature-box__prompt--more-info:after {
		font-size: 3rem;
		height: 22px;
	}
}




/* BP 5 */
@media screen and (min-width: 500px) {
	.feature-box {
		padding-bottom: 30px;
	}
}

/* BP 4 */
@media screen and (min-width: 600px) {
	.feature-box__content {
		padding: 20px 10px 22px;
	}

	.feature-box--open:after,
	.feature-box--active:after {
		content: "\e903";
		font-family: 'icomoon' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		font-size: 3.5rem;
		position: absolute;
		left: 0;
		right: 0;
		text-align: center;
		top: 100%;
		animation: fadeInDown 400ms ease 150ms;
		animation-fill-mode: forwards;
		opacity: 0;
		z-index: 0;
		margin-top: -20px;
	}
	.feature-box__more-info__description__logo {
		max-width: none;
	}
	.feature-box__more-info__description {
		font-size: 1.6rem;
		padding: 16px 24px 19px;
		border-top: 2px solid #cacaca;
	}
	.feature-box__more-info__details__address {
		margin: 0 0 9px;
		font-size: 1.4rem;
	}
	.feature-box__more-info__details__email,
	.feature-box__more-info__details__website {
		margin: 0 0 7px;
	}
	.feature-box__more-info__details__phone {
		margin: 0 0 9px;
		font-size: 2.1rem;
	}
	.feature-box__more-info__close-button {
		-webkit-appearance: none;
		padding: 0;
		background: none;
		outline: none;
		border: none;
		position: absolute;
		font-size: 2.5rem;
		color: #192d45;
		z-index: 22;
	}
}

/* BP 3 */
@media screen and (min-width: 769px) {
	.feature-box__title {
		font-size: 1.7rem;
	}
	.feature-box__text .feature-box__prompt--more-info {
		margin-top: 12px;
	}
	.feature-box__more-info__description {
		width: 69.299%;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		border-top: 4px solid #aeb5c4;
		border-bottom: 4px solid #aeb5c4;
		padding: 25px 50px;
		font-size: 1.7rem;
		border-left: none;
		border-right: none;
	}
	.feature-box__more-info__details {
		width: 30.701%;
		-ms-flex: 0 0 auto;
			flex: 0 0 auto;
	}
	.feature-box__more-info__inner {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.feature-box__more-info__close-button {
		color: rgba(255,255,255,0.7);
		right: 13px;
	}
	.feature-box__more-info__close-button:hover,
	.feature-box__more-info__close-button:focus {
		color: #FFF;
	}
	.feature-box__more-info__close-button {
		top: 13px;
	}
	.feature-box__more-info__details {
		padding: 25px 10px;
	}

	.feature-box__more-info__details .social-list {
		margin: 23px 30px;
	}


}

/* BP 2 */
@media screen and (min-width: 960px) {
	.feature-box__more-info__details {
		padding: 20px 30px;
	}
	.feature-box--open:after,
	.feature-box--active:after {
		font-size: 4.2rem;
		margin-top: -16px;
	}
}


/* iPad BP */
@media screen and (min-width: 1025px) {

	.feature-box__inner {
		padding-bottom: 124px;
		border-bottom: none;
	}
	.feature-box__title {
		font-size: 2.3rem;
		padding: 0 6px;
		margin: 0 0 3px;
	}
	.feature-box__content {
		padding: 0 17px 22px;
		height: 89px;
	}

	.feature-box--hover.feature-box--inactive .feature-box__inner:hover .feature-box__content-wrapper:after,
	.feature-box--open .feature-box__inner .feature-box__content-wrapper:after {
		right: 30px;
	}
	.feature-box__content-wrapper {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.feature-box__hover {
		display: block;
		height: 5px;
		background-color: #192d45;
		z-index: 1;
		text-align: center;
		transition: height 450ms ease;
	}

	.feature-box__hover__content {
		opacity: 0;
		animation: shrinkOutFade 350ms ease;
		animation-fill-mode: forwards;
		padding: 12px 15px;
	}
	.feature-box__hover__content .icon:before {
		display: block;
	}
	.feature-box__hover__content .icon {
		margin-bottom: 3px;
	}

	.feature-box__hover,
	.feature-box__hover a,
	.feature-box__hover .feature-box__prompt {
		color: rgba(255,255,255,0.7);
	}
	.feature-box__hover a:hover,
	.feature-box__hover .feature-box__prompt:hover,
	.feature-box__hover a:focus {
		color: #FFF;
	}
	.feature-box__text__content {
		display: block;
	}

	.feature-box__prompt--more-info {
		color: inherit;
	}

	.feature-box__content-wrapper:before {
		border-width: 30px 0 0 30px;
		border-color: transparent transparent transparent #aeb5c4;
	}
	.feature-box__content-wrapper:after {
		content: " ";
		background-color: #aeb5c4;
		display: block;
		height: 30px;
		position: absolute;
		bottom: 100%;
		left: 0;
		right: 30px;
	}
	.feature-box__content:before {
		content: " ";
		bottom: 100%;
		position: absolute;
		z-index: 3;
		right: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 30px 30px 30px 0;
		border-color: transparent #aeb5c4 transparent transparent;
		transition: all 450ms ease;
		transform-origin: left;
	}

	.feature-box__prompt {
		font-size: 1.3rem;
	}


	/* Hover / open */
	.feature-box--hover.feature-box--inactive .feature-box__inner:hover .feature-box__hover__content,
	.feature-box--open .feature-box__inner .feature-box__hover__content {
		animation: growInFade 350ms ease 100ms;
		animation-fill-mode: forwards;
	}
	.feature-box--hover.feature-box--inactive .feature-box__inner:hover .feature-box__text,
	.feature-box--open .feature-box__inner .feature-box__text {
		animation: growInFade 350ms ease 100ms;
		animation-fill-mode: forwards;
	}
	.feature-box--hover.feature-box--inactive .feature-box__inner:hover .feature-box__content,
	.feature-box--open .feature-box__inner .feature-box__content {
		height: 173px;
	}

	.feature-box--hover.feature-box--inactive .feature-box__inner:hover .feature-box__content__prompt,
	.feature-box--open .feature-box__inner .feature-box__content__prompt {
		animation: shrinkOutFade 350ms ease;
		animation-fill-mode: forwards;
	}

	.feature-box--hover.feature-box--inactive .feature-box__inner:hover .feature-box__hover,
	.feature-box--open .feature-box__inner .feature-box__hover {
		height: 107px;
	}
	.feature-box--hover.feature-box--inactive .feature-box__inner:hover .feature-box__content:before,
	.feature-box--open .feature-box__inner .feature-box__content:before {
		transform: skewY(64deg);
	}


	.feature-box__content__prompt {
		position: absolute;
		top: 35px;
		left: 0;
		right: 0;
		opacity: 0;
		animation: growInFade 350ms ease 100ms;
		animation-fill-mode: forwards;
	}
	.feature-box__text {
		font-family: 'Roboto Slab', 'Courier New', serif;
		font-weight: 300;
		font-size: 1.3rem;
		margin-top: 10px;
		display: block;
		opacity: 0;
		animation: shrinkOutFade 350ms ease;
		animation-fill-mode: forwards;
	}
	.feature-box__image-wrap {
		padding-top: 69.3%;
		transition: padding-top 450ms cubic-bezier(0.2, 0.38, 0.35, 0.99);
	}
	.feature-box__image {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}
}

/* BP 1 */
@media screen and (min-width: 1200px) {
	.feature-box__title {
		font-size: 2.8rem;
		padding: 0 15px;
	}
	.feature-box__text {
		font-size: 1.6rem;
		margin-top: 16px;
	}
	.feature-box__text p {
		margin-bottom: 15px;
	}
	.feature-box__inner {
		padding-bottom: 157px;
	}
	.feature-box__content {
		padding: 0 30px 45px;
		height: 110px;
	}
	.feature-box--hover.feature-box--inactive .feature-box__inner:hover .feature-box__content,
	.feature-box--open .feature-box__inner .feature-box__content {
		height: 220px;
	}
	.feature-box__content:before {
		border-width: 42px 42px 42px 0;
	}
	.feature-box__content-wrapper:before {
		border-width: 42px 0 0 42px;
	}
	.feature-box__content-wrapper:after {
		height: 42px;
		right: 42px;
	}
	.feature-box--hover.feature-box--inactive .feature-box__inner:hover .feature-box__content-wrapper:after,
	.feature-box--open .feature-box__inner .feature-box__content-wrapper:after {
		right: 42px;
	}
	.feature-box__content__prompt {
		top: 46px;
	}

	.feature-box--hover.feature-box--inactive .feature-box__inner:hover .feature-box__hover,
	.feature-box--open .feature-box__inner .feature-box__hover {
		height: 132px;
	}
	.feature-box__hover__content {
		padding: 22px 30px;
	}
	.feature-box__prompt {
		font-size: 1.5rem;
	}

	.feature-box__hover__content__contact__phone {
		font-size: 2.1rem;
	}
	.feature-box__hover__content__contact__address {
		font-size: 1.4rem;
	}
	.feature-box__hover__content .icon {
		margin-bottom: 6px;
	}
	.feature-box__hover__content {
		padding: 9px 20px;
	}
}


/* ---- Feature categories ---- */
.section--banner-slider {
	padding-top: 0;
	padding-bottom: 0;
}
.banner-home-slider .slick-arrows {
	position: absolute;
	bottom: 0;
	left: 50px;
}
.banner-home-slider .slick-arrow {
	-webkit-appearance: none;
	padding: 0;
	border: none;
	outline: none;
	background: none;
	margin-top: -30px;
	text-indent: -9999px;
	width: 60px;
	height: 60px;
	background: #000;
	z-index: 1;
}
.banner-home-slider .slick-arrow:before {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	text-indent: 0;
}

.banner-home-slider .slick-arrow.slick-prev {
}
.banner-home-slider .slick-arrow.slick-prev:before {
	content: "\e902";
}
.banner-home-slider .slick-arrow.slick-next {
}
.banner-home-slider .slick-arrow.slick-next:before {
	content: "\e900";
}

.banner-home-slider__item--image {
	position: relative;
	display: none !important;
}


.banner-home-slider__item--image .home-banner__image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.home-banner__content {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	background: #192d45;
	color: #FFF;
	padding: 12px 18px;
	width: 26vw;
}

.home-banner__content a {
	color: #FFF;
	text-decoration: none;
}
.home-banner__content__description {
	font-size: 1.5rem;
	font-family: 'Roboto Slab', 'Courier New', serif;
	font-weight: 300;
	margin: 0 0 2px;
}
.home-banner__content__link {
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
	color: rgba(255,255,255,0.7);
	font-size: 1.5rem;
}
.home-banner__content a:hover .home-banner__content__link {
	color: #FFF;
}

.home-banner__m {
	position: absolute;
	top: 0;
	right: 0;
}
.home-banner__m:before {
	font-size: 26vw;
	content: "\e90d";
}


/* Colour variations */
.banner-home-slider__item--image--category--eat-drink .home-banner__content {
	background-color: #e53794;
}
.banner-home-slider__item--image--category--life-style .home-banner__content {
	background-color: #f89d5a;
}
.banner-home-slider__item--image--category--collect-inspire .home-banner__content {
	background-color: #fec021;
}
.banner-home-slider__item--image--category--design-create .home-banner__content {
	background-color: #00aa72;
}
.banner-home-slider__item--image--category--find-discover .home-banner__content {
	background-color: #00b1d5;
}

/* M variations */
.banner-home-slider__item--image--category--eat-drink .home-banner__m:before {
	content: "\e90d";
	color: #e53794;
	font-size: 29.5vw;
}
.banner-home-slider__item--image--category--life-style .home-banner__m:before {
	content: "\e90c";
	color: #f89d5a;
	font-size: 29vw;
}
.banner-home-slider__item--image--category--collect-inspire .home-banner__m:before {
	content: "\e90b";
	color: #fec021;
}
.banner-home-slider__item--image--category--design-create .home-banner__m:before {
	content: "\e90a";
	color: #00aa72;
}
.banner-home-slider__item--image--category--find-discover .home-banner__m:before {
	content: "\e909";
	color: #00b1d5;
}

/* BP 3 */
@media screen and (min-width: 769px) {
	.home-banner__content__description {
		font-size: 1.6rem;
	}
	.home-banner__content {
		padding: 12px 23px;
	}
}

/* BP 2 */
@media screen and (min-width: 960px) {
	.banner-home-slider__item--image.slick-slide {
		display: block !important;
	}
	.home-banner__content__description {
		font-size: 1.7rem;
		margin-bottom: 5px;
	}
}

/* Extra BP */
@media screen and (min-width: 1130px) {
	.home-banner__content__description {
		font-size: 1.9rem;
	}
	.home-banner__content {
		padding: 19px 30px;
	}
}

/* Extra */
@media screen and (min-width: 1460px) {
	.home-banner__content__description {
		font-size: 2.6rem;
	}
}

/* Extra BP */
@media screen and (min-width: 1570px) {

}


/* ---- Feature categories ---- */
.section--feature-categories {
	padding-top: 0;
	padding-bottom: 0;
}
.feature-categories-list {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}
.feature-categories-list__item {
	min-height: 1px;
}
.feature-categories-list__item__link {
	display: block;
	position: relative;
}

.feature-categories-list__item__title-wrap {
	background: #192d45;
	overflow: hidden;
	position: relative;
}
.feature-categories-list__item__title-inner {
	z-index: 1;
	color: #FFF;
	float: left;
	width: 85%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}
.feature-categories-list__item__title-text:hover {
	color: rgba(255,255,255,0.7);
}
.feature-categories-list__item__title-inner2 {
	padding-left: 4%;
}

.feature-categories-list__item__title {
	font-size: 1.6rem;
	text-transform: lowercase;
	margin: 0;
}
.feature-categories-list__item__link-text {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1rem;
	display: block;
}
.feature-categories-list__item__image {
	display: block;
	float: right;
	width: 15%;
}

.feature-categories-list__item__title-wrap:before {
	content: " ";
	position: absolute;
	z-index: 3;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 0 0 18px;
	border-color: transparent transparent transparent #192d45;
	left: 85%;
	bottom: 0;
}


.feature-categories-list__item__title-inner {
	background-color: #aeb5c4;
}
.feature-categories-list__item__title-text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 64px;
}
.feature-categories-list__item__title-inner2:before {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	color: #192d45;
	position: absolute;
	top: 50%;
	left: 4%;
	font-size: 4rem;
	transform: translateY(-50%);
}


/* Eat+drink */
.feature-categories-list__item--eat-drink .feature-categories-list__item__title-inner {
	background-color: #e53794;
}
.feature-categories-list__item--eat-drink .feature-categories-list__item__title-wrap:before {
	border-color: transparent transparent transparent #e53794;
}
.feature-categories-list__item--eat-drink .feature-categories-list__item__title-inner2:before {
	content: "\e912";
}

/* Life+style */
.feature-categories-list__item--life-style .feature-categories-list__item__title-inner {
	background-color: #f89d5a;
}
.feature-categories-list__item--life-style .feature-categories-list__item__title-wrap:before {
	border-color: transparent transparent transparent #f89d5a;
}
.feature-categories-list__item--life-style .feature-categories-list__item__title-inner2:before {
	content: "\e911";
}

/* Collect+inspire */
.feature-categories-list__item--collect-inspire .feature-categories-list__item__title-inner {
	background-color: #fec021;
}
.feature-categories-list__item--collect-inspire .feature-categories-list__item__title-wrap:before {
	border-color: transparent transparent transparent #fec021;
}
.feature-categories-list__item--collect-inspire .feature-categories-list__item__title-inner2:before {
	content: "\e910";
}

/* Design+create */
.feature-categories-list__item--design-create .feature-categories-list__item__title-inner {
	background-color: #00aa72;
}
.feature-categories-list__item--design-create .feature-categories-list__item__title-wrap:before {
	border-color: transparent transparent transparent #00aa72;
}
.feature-categories-list__item--design-create .feature-categories-list__item__title-inner2:before {
	content: "\e90f";
}


/* Find+discover */
.feature-categories-list__item--find-discover .feature-categories-list__item__title-inner {
	background-color: #00b1d5;
}
.feature-categories-list__item--find-discover .feature-categories-list__item__title-wrap:before {
	border-color: transparent transparent transparent #00b1d5;
}
.feature-categories-list__item--find-discover .feature-categories-list__item__title-inner2:before {
	content: "\e90e";
}

/* BP 4 */
@media screen and (min-width: 500px) {
	.feature-categories-list__item__title-text {
		left: 111px;
	}
	.feature-categories-list__item__title-inner2:before {
		font-size: 7rem;
	}
	.feature-categories-list__item__image {
		width: 20%;
	}
	.feature-categories-list__item__title-inner {
		width: 80%;
	}
	.feature-categories-list__item__title {
		font-size: 2.2rem;
		margin: 0 0 3px;
	}
	.feature-categories-list__item__link-text {
		font-size: 1.3rem;
	}
	.feature-categories-list__item__title-wrap:before {
		left: 80%;
		border-width: 22px 0 0 22px;
	}
}

/* BP 4 */
@media screen and (min-width: 600px) {

	.feature-categories-list__item__title-inner {
		width: auto;
	}

	.feature-categories-list__item__m-wrap {
		background-color: #aeb5c4;
		transition: all 500ms ease;
	}
	.feature-categories-list__item__m-wrap:before {
		font-size: 6rem;
		font-family: 'icomoon' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		font-weight: normal;
		color: #192d45;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
	}


	.feature-categories-list__item__title-inner2:before {
		content: none !important;
	}

	.feature-categories-list__item__title-wrap:before {
		transition: all 500ms ease;
		left: auto;
	}

	/* Eat+drink */
	.feature-categories-list__item--eat-drink .feature-categories-list__item__m-wrap {
		background-color: #e53794;
	}
	.feature-categories-list__item--eat-drink .feature-categories-list__item__title-wrap:before {
		border-color: transparent #e53794 transparent transparent;
	}
	.feature-categories-list__item--eat-drink .feature-categories-list__item__m-wrap:before {
		content: "\e912";
	}
	.feature-categories-list__item--eat-drink .feature-categories-list__item__link:hover .feature-categories-list__item__m-wrap,
	.feature-categories-list__item--eat-drink .feature-categories-list__item__link:focus .feature-categories-list__item__m-wrap {
		background-color: #ea51a3;
	}
	.feature-categories-list__item--eat-drink .feature-categories-list__item__link:hover .feature-categories-list__item__title-wrap:before,
	.feature-categories-list__item--eat-drink .feature-categories-list__item__link:focus .feature-categories-list__item__title-wrap:before {
		border-color: transparent #ea51a3 transparent transparent;
	}

	/* Life+style */
	.feature-categories-list__item--life-style .feature-categories-list__item__m-wrap {
		background-color: #f89d5a;
	}
	.feature-categories-list__item--life-style .feature-categories-list__item__title-wrap:before {
		border-color: transparent transparent #f89d5a transparent;
	}
	.feature-categories-list__item--life-style .feature-categories-list__item__m-wrap:before {
		content: "\e911";
	}
	.feature-categories-list__item--life-style .feature-categories-list__item__link:hover .feature-categories-list__item__m-wrap,
	.feature-categories-list__item--life-style .feature-categories-list__item__link:focus .feature-categories-list__item__m-wrap {
		background-color: #fbab71;
	}
	.feature-categories-list__item--life-style .feature-categories-list__item__link:hover .feature-categories-list__item__title-wrap:before,
	.feature-categories-list__item--life-style .feature-categories-list__item__link:focus .feature-categories-list__item__title-wrap:before {
		border-color: transparent transparent #fbab71 transparent;
	}

	/* Collect+inspire */
	.feature-categories-list__item--collect-inspire .feature-categories-list__item__m-wrap {
		background-color: #fec021;
	}
	.feature-categories-list__item--collect-inspire .feature-categories-list__item__title-wrap:before {
		border-color: transparent #fec021 transparent transparent;
	}
	.feature-categories-list__item--collect-inspire .feature-categories-list__item__m-wrap:before {
		content: "\e910";
	}
	.feature-categories-list__item--collect-inspire .feature-categories-list__item__link:hover .feature-categories-list__item__m-wrap,
	.feature-categories-list__item--collect-inspire .feature-categories-list__item__link:focus .feature-categories-list__item__m-wrap {
		background-color: #ffcb44;
	}
	.feature-categories-list__item--collect-inspire .feature-categories-list__item__link:hover .feature-categories-list__item__title-wrap:before,
	.feature-categories-list__item--collect-inspire .feature-categories-list__item__link:focus .feature-categories-list__item__title-wrap:before {
		border-color: transparent #ffcb44 transparent transparent;
	}

	/* Design+create */
	.feature-categories-list__item--design-create .feature-categories-list__item__m-wrap {
		background-color: #00aa72;
	}
	.feature-categories-list__item--design-create .feature-categories-list__item__title-wrap:before {
		border-color: transparent transparent #00aa72 transparent;
	}
	.feature-categories-list__item--design-create .feature-categories-list__item__m-wrap:before {
		content: "\e90f";
	}
	.feature-categories-list__item--design-create .feature-categories-list__item__link:hover .feature-categories-list__item__m-wrap,
	.feature-categories-list__item--design-create .feature-categories-list__item__link:focus .feature-categories-list__item__m-wrap {
		background-color: #1db380;
	}
	.feature-categories-list__item--design-create .feature-categories-list__item__link:hover .feature-categories-list__item__title-wrap:before,
	.feature-categories-list__item--design-create .feature-categories-list__item__link:focus .feature-categories-list__item__title-wrap:before {
		border-color: transparent transparent #1db380 transparent;
	}


	/* Find+discover */
	.feature-categories-list__item--find-discover .feature-categories-list__item__m-wrap {
		background-color: #00b1d5;
	}
	.feature-categories-list__item--find-discover .feature-categories-list__item__title-wrap:before {
		border-color: transparent #00b1d5 transparent transparent;
	}
	.feature-categories-list__item--find-discover .feature-categories-list__item__m-wrap:before {
		content: "\e90e";
	}
	.feature-categories-list__item--find-discover .feature-categories-list__item__link:hover .feature-categories-list__item__m-wrap,
	.feature-categories-list__item--find-discover .feature-categories-list__item__link:focus .feature-categories-list__item__m-wrap {
		background-color: #1cc6e8;
	}
	.feature-categories-list__item--find-discover .feature-categories-list__item__link:hover .feature-categories-list__item__title-wrap:before,
	.feature-categories-list__item--find-discover .feature-categories-list__item__link:focus .feature-categories-list__item__title-wrap:before {
		border-color: transparent #1cc6e8 transparent transparent;
	}

	.feature-categories-list__item__m-wrap:before {
		font-size: 7rem;
	}
	.feature-categories-list__item {
		width: 20%;
		float: left;
	}
	.feature-categories-list__item__link {
		padding-bottom: 200%;
	}
	.feature-categories-list__item__title-wrap,
	.feature-categories-list__item__m-wrap {
		padding-bottom: 100%;
		position: absolute;
		width: 100%;
	}
	.feature-categories-list__item__title {
		font-size: 1.6rem;
		line-height: 1.1;
	}
	.feature-categories-list__item__link-text {
		font-size: 1.1rem;
	}
	.feature-categories-list__item:nth-child(2n+1) .feature-categories-list__item__m-wrap,
	.feature-categories-list__item:nth-child(2n+2) .feature-categories-list__item__title-wrap {
		top: 0;
	}
	.feature-categories-list__item:nth-child(2n+2) .feature-categories-list__item__m-wrap,
	.feature-categories-list__item:nth-child(2n+1) .feature-categories-list__item__title-wrap {
		bottom: 0;
	}

	.feature-categories-list__item:nth-child(2n+1) .feature-categories-list__item__title-wrap:before {
		border-width: 0 25px 0 0;
		top: 0;
	}
	.feature-categories-list__item:nth-child(2n+2) .feature-categories-list__item__title-wrap:before {
		border-width: 0 0 0 25px;
		bottom: 0;
	}
	.feature-categories-list__item:nth-child(2n+1) .feature-categories-list__item__link:hover .feature-categories-list__item__title-wrap:before {
		border-width: 0 25px 25px 0;
	}
	.feature-categories-list__item:nth-child(2n+2) .feature-categories-list__item__link:hover .feature-categories-list__item__title-wrap:before {
		border-width: 0 0 25px 25px;
	}

	.feature-categories-list__item__link:hover .feature-categories-list__item__image {
		transform: scale(1.15);
	}
	.feature-categories-list__item__link:hover .feature-categories-list__item__title-inner {
		opacity: 1;
	}
	.feature-categories-list__item__image {
		position: absolute;
		transition: all 500ms ease;
		top: -1px;
		-webkit-backface-visibility: hidden;
		        backface-visibility: hidden;
		transform: translateZ(0) scale(1);
		width: 100.5%;
		max-width: none;
		float: none;
	}
	.feature-categories-list__item__title-inner {
		position: absolute;
		text-align: center;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background-color: rgba(0,0,0,0.7) !important;
		opacity: 0;
		transition: all 300ms ease;
	}
	.feature-categories-list__item__title-inner2 {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		padding: 0;
	}
	.feature-categories-list__item__title-text {
		opacity: 0;
		padding: 15px;
		left: auto;
		transform: none;
		top: auto;
		position: relative;
	}
	.feature-categories-list__item__link:hover .feature-categories-list__item__title-text {
		animation: 200ms growInFade 50ms;
		animation-fill-mode: forwards;
	}
}

/* BP 3 */
@media screen and (min-width: 769px) {
	.feature-categories-list__item__m-wrap:before {
		font-size: 10rem;
	}
	.feature-categories-list__item__title {
		font-size: 1.9rem;
		line-height: 1.2;
	}
	.feature-categories-list__item__link-text {
		font-size: 1.2rem;
	}

}

/* BP 2 */
@media screen and (min-width: 960px) {
	.feature-categories-list__item__m-wrap:before {
		font-size: 14rem;
	}
	.feature-categories-list__item:nth-child(2n+1) .feature-categories-list__item__title-wrap:before {
		border-width: 0 30px 0 0;
	}
	.feature-categories-list__item:nth-child(2n+2) .feature-categories-list__item__title-wrap:before {
		border-width: 0 0 0 30px;
	}
	.feature-categories-list__item:nth-child(2n+1) .feature-categories-list__item__link:hover .feature-categories-list__item__title-wrap:before {
		border-width: 0 30px 30px 0;
	}
	.feature-categories-list__item:nth-child(2n+2) .feature-categories-list__item__link:hover .feature-categories-list__item__title-wrap:before {
		border-width: 0 0 30px 30px;
	}
}

/* BP 1 */
@media screen and (min-width: 1200px) {
	.feature-categories-list__item__m-wrap:before {
		font-size: 20rem;
	}
	.feature-categories-list__item__title {
		font-size: 2.8rem;
	}
	.feature-categories-list__item__link-text {
		font-size: 1.5rem;
	}
	.feature-categories-list__item:nth-child(2n+1) .feature-categories-list__item__title-wrap:before {
		border-width: 0 50px 0 0;
	}
	.feature-categories-list__item:nth-child(2n+2) .feature-categories-list__item__title-wrap:before {
		border-width: 0 0 0 50px;
	}
	.feature-categories-list__item:nth-child(2n+1) .feature-categories-list__item__link:hover .feature-categories-list__item__title-wrap:before {
		border-width: 0 50px 50px 0;
	}
	.feature-categories-list__item:nth-child(2n+2) .feature-categories-list__item__link:hover .feature-categories-list__item__title-wrap:before {
		border-width: 0 0 50px 50px;
	}
}


/* ---- Content ---- */
.section--content {
	padding-top: 18px;
	border-top: 2px solid #192d45;
}
.section--banner + .section--content {
	border-top: 0;
}

/* BP 4 */
@media screen and (min-width: 600px) {
	.section--content {
		padding-top: 22px;
	}
}

/* BP 3 */
@media screen and (min-width: 769px) {
	.section--content {
		padding-top: 27px;
	}
}

/* BP 2 */
@media screen and (min-width: 960px) {
	.section--content {
		padding-top: 35px;
	}
}

/* BP 1 */
@media screen and (min-width: 1200px) {
	.section--content {
		padding-top: 40px;
	}
}


/* ---- Search bar ---- */
.section--search-bar {
	padding-top: 15px;
	padding-bottom: 19px;
}
.search-bar__title {
	margin: 0 0 11px;
}

/* BP 4 */
@media screen and (min-width: 600px) {

}

/* BP 3 */
@media screen and (min-width: 769px) {
	.search-bar__title {
		margin: 0 0 15px;
	}
	.section--search-bar {
		padding-top: 24px;
		padding-bottom: 24px;
	}
}

/* BP 2 */
@media screen and (min-width: 960px) {
	.search-bar__title {
		float: left;
		margin: 12px 0 0;
		width: 50%;
	}
	.search-bar__form {
		float: right;
		width: 50%;
	}
}

/* BP 1 */
@media screen and (min-width: 1200px) {
	.section--search-bar {
		padding-top: 28px;
		padding-bottom: 28px;
	}
	.search-bar__title {
		margin: 7px 0 0;
	}
}

/* ---- Social hub ---- */
.section--social-hub {
	padding-top: 29px;
	padding-bottom: 2px;
}
.social-hub-list {
	list-style: none;
	margin: 0;
	position: relative;
	padding: 0 0.9%;
	display: -ms-flexbox;
	display: -webkit-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.social-hub-list__item {
	width: 48.2%;
	margin: 0 0.9% 8px;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.social-hub-list__item__inner {
	position: relative;
	height: 100%;
}
.social-hub-list__item__content {
	color: #192d45;
	text-align: center;
	position: relative;
	z-index: 1;
}
.social-hub-list__item__content__inner {
	padding: 14px 15px;
}

.social-hub-list__item__content:before {
	content: " ";
	position: absolute;
	z-index: 3;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 30px 30px;
	border-color: transparent transparent #192d45 transparent;
	right: 0;
	bottom: 100%;
}
.social-hub-list__item__content__link .icon:before {
	margin: 0 0 9px;
}

.social-hub-list__item__content__link {
	text-decoration: none;
}
.bg-blue .social-hub-list__item__content__link {
	color: #192d45;
}
.bg-blue .social-hub-list__item__content__link:hover,
.bg-blue .social-hub-list__item__content__link:focus {
	color: rgba(25,45,69,0.7);
}

.social-hub-list__item__content__text {
	font-size: 1.2rem;
	text-transform: uppercase;
}
.social-hub-list__item__content__text p:last-child {
	margin: 0;
}
.social-hub-list__item__content__text a {
	color: rgba(255,255,255,0.7);
	text-decoration: none;
}
.social-hub-list__item a:hover,
.social-hub-list__item a:focus {
	color: #FFF;
}
.social-hub-list__item__content__footer {
	font-size: 1.3rem;
	text-transform: lowercase;
	font-family: 'Roboto Slab', 'Courier New', serif;
	font-weight: 300;
}
.bg-blue .social-hub-list__item__content__footer__username {
	color: #192d45;
}
.social-hub-list__item__content__footer__username {
	text-decoration: none;
}
.social-hub-list__item__content__footer__username + .social-hub-list__item__content__footer__date:before {
	content: " ";
	width: 1px;
	background: #192d45;
	display: inline-block;
	height: 14px;
	vertical-align: top;
	margin: 3px 5px 0 2px;
}
.social-hub-list__item__image-wrapper {
	position: relative;
	background-color: #000;
	overflow: hidden;
	height: 110px;
}
.social-hub-list__item__image {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: all 500ms ease;
}


.social-hub-list__item__linktext-inner {
	display: none;
}


/* 1 */
.social-hub-list__item--1 {
	background-color: #e53794;
}
.social-hub-list__item--1 .social-hub-list__item__content:before {
	border-color: transparent transparent #e53794 transparent;
}

/* 2 */
.social-hub-list__item--2 {
	background-color: #e79959;
}
.social-hub-list__item--2 .social-hub-list__item__content:before {
	border-color: transparent transparent #e79959 transparent;
}

/* 3 */
.social-hub-list__item--3 {
	background-color: #fec021;
}
.social-hub-list__item--3 .social-hub-list__item__content:before {
	border-color: transparent transparent #fec021 transparent;
}

/* 4 */
.social-hub-list__item--4 {
	background-color: #00b1d5;
}
.social-hub-list__item--4 .social-hub-list__item__content:before {
	border-color: transparent transparent #00b1d5 transparent;
}

/* 5 */
.social-hub-list__item--5 {
	background-color: #b381b9;
}
.social-hub-list__item--5 .social-hub-list__item__content:before {
	border-color: transparent transparent #b381b9 transparent;
}

/* 6 */
.social-hub-list__item--6 {
	background-color: #00aa72;
}
.social-hub-list__item--6 .social-hub-list__item__content:before {
	border-color: transparent transparent #00aa72 transparent;
}




/* BP 4 */
@media screen and (min-width: 600px) {
	.social-hub-list__item__content__text {
		font-size: 1.3rem;
	}
	.social-hub-list {
		padding: 0 0.6%;
	}
	.social-hub-list__item {
		width: 47%;
		margin: 0 0.6% 8px;
	}
}

/* BP 3 */
@media screen and (min-width: 769px) {
	.section--social-hub {
		padding-top: 37px;
		padding-bottom: 4px;
	}
}

/* BP 2 */
@media screen and (min-width: 960px) {
	.social-hub-list {
		display: block;
	}
	.social-hub-list__item {
		-ms-flex: initial;
		    flex: initial;
		background: none;
	}
	.social-hub-list__item__content__inner {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		padding: 0 15px 10px;
	}
	.social-hub-list__item__content {
		height: auto;
		background-color: #aeb5c4;
		transition: all 500ms ease;
	}
	.social-hub-list__item__image-wrapper {
		height: 100%;
	}
	.social-hub-list {
		padding: 0 0 61.19%;
		margin: 0 -0.3%;
	}
	.social-hub-list__item {
		position: absolute;
		float: left;
		padding: 0 0.3%;
	}

	.social-hub-list__item__linktext-inner {
		display: block;
		position: absolute;
		z-index: 1;
		text-align: center;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		color: #FFF;
		background-color: rgba(0,0,0,0.7);
		opacity: 0;
		transition: all 300ms ease;
	}
	.social-hub-list__item:hover .social-hub-list__item__linktext-inner {
		opacity: 1;
	}
	.social-hub-list__item__linktext-inner2 {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
	}
	.social-hub-list__item__linktext-inner3 {
		opacity: 0;
	}
	.social-hub-list__item:hover .social-hub-list__item__linktext-inner3 {
		animation: 200ms growInFade 50ms;
		animation-fill-mode: forwards;
	}
	.social-hub-list__item__linktext-icon {
		display: block;
		margin: 0 0 2px;
	}
	.social-hub-list__item__linktext {
		text-transform: uppercase;
		font-weight: bold;
		font-size: 1.3rem;
		padding: 0 10px;
		display: block;
	}
	.social-hub-list__item__linktext-inner3:hover {
		color: rgba(255,255,255,0.7);
	}
	.social-hub-list__item__content:before {
		transition: all 500ms ease;
	}


	/* 1 */
	.social-hub-list__item--1 {
		left: 0;
		top: 0;
	}
	.social-hub-list__item--1 .social-hub-list__item__content {
		background-color: #e53794;
	}
	.social-hub-list__item--1 .social-hub-list__item__content:before {
		border-color: transparent transparent #e53794 transparent;
	}
	.social-hub-list__item.social-hub-list__item--1:hover .social-hub-list__item__content {
		background-color: #de6994;
	}
	.social-hub-list__item.social-hub-list__item--1:hover .social-hub-list__item__content:before {
		border-color: transparent transparent #de6994 transparent;
	}


	/* 2 */
	.social-hub-list__item--2 {
		left: 20%;
		top: 0;
	}
	.social-hub-list__item--2 .social-hub-list__item__content {
		background-color: #e79959;
	}
	.social-hub-list__item--2 .social-hub-list__item__content:before {
		border-color: transparent transparent #e79959 transparent;
	}
	.social-hub-list__item.social-hub-list__item--2:hover .social-hub-list__item__content {
		background-color: #efa971;
	}
	.social-hub-list__item.social-hub-list__item--2:hover .social-hub-list__item__content:before {
		border-color: transparent transparent #efa971 transparent;
	}


	/* 3 */
	.social-hub-list__item--3 {
		left: 60%;
		top: 0;
	}
	.social-hub-list__item--3 .social-hub-list__item__content {
		background-color: #fec021;
	}
	.social-hub-list__item--3 .social-hub-list__item__content:before {
		border-color: transparent transparent #fec021 transparent;
	}
	.social-hub-list__item.social-hub-list__item--3:hover .social-hub-list__item__content {
		background-color: #fdd265;
	}
	.social-hub-list__item.social-hub-list__item--3:hover .social-hub-list__item__content:before {
		border-color: transparent transparent #fdd265 transparent;
	}


	/* 4 */
	.social-hub-list__item--4 {
		left: 0;
		top: 66.666666%;
	}
	.social-hub-list__item--4 .social-hub-list__item__content {
		background-color: #00b1d5;
	}
	.social-hub-list__item--4 .social-hub-list__item__content:before {
		border-color: transparent transparent #00b1d5 transparent;
	}
	.social-hub-list__item.social-hub-list__item--4:hover .social-hub-list__item__content {
		background-color: #1db5d0;
	}
	.social-hub-list__item.social-hub-list__item--4:hover .social-hub-list__item__content:before {
		border-color: transparent transparent #1db5d0 transparent;
	}


	/* 5 */
	.social-hub-list__item--5 {
		left: 40%;
		top: 66.6666666%;
	}
	.social-hub-list__item--5 .social-hub-list__item__content {
		background-color: #b381b9;
	}
	.social-hub-list__item--5 .social-hub-list__item__content:before {
		border-color: transparent transparent #b381b9 transparent;
	}
	.social-hub-list__item.social-hub-list__item--5:hover .social-hub-list__item__content {
		background-color: #c6abd0;
	}
	.social-hub-list__item.social-hub-list__item--5:hover .social-hub-list__item__content:before {
		border-color: transparent transparent #c6abd0 transparent;
	}


	/* 6 */
	.social-hub-list__item--6 {
		left: 80%;
		top: 33.833333%;
	}
	.social-hub-list__item--6 .social-hub-list__item__content {
		background-color: #00aa72;
	}
	.social-hub-list__item--6 .social-hub-list__item__content:before {
		border-color: transparent transparent #00aa72 transparent;
	}
	.social-hub-list__item.social-hub-list__item--6:hover .social-hub-list__item__content {
		background-color: #74b986;
	}
	.social-hub-list__item.social-hub-list__item--6:hover .social-hub-list__item__content:before {
		border-color: transparent transparent #74b986 transparent;
	}


	/* Tall / wide */
	.social-hub-list__item--tall .social-hub-list__item__inner,
	.social-hub-list__item--square .social-hub-list__item__inner {
		height: 98.703%;
	}

	/* Tall */
	.social-hub-list__item--tall {
		width: 20%;
		height: 66.66666%;
	}
	.social-hub-list__item--tall .social-hub-list__item__image-wrapper {
		height: 50%;
	}
	.social-hub-list__item--tall .social-hub-list__item__content {
		height: 50%;
	}
	.social-hub-list__item--tall .social-hub-list__item__content:before {
		border-width: 0 0 0 30px;
		right: 0;
		bottom: 100%;
	}
	.social-hub-list__item.social-hub-list__item--tall:hover .social-hub-list__item__content:before {
		border-width: 0 0 30px 30px;
	}

	/* Wide */
	.social-hub-list__item--wide {
		width: 40%;
		height: 33.666666%;
	}
	.social-hub-list__item--wide .social-hub-list__item__image-wrapper,
	.social-hub-list__item--wide .social-hub-list__item__content {
		float: left;
		height: 100%;
	}

	.social-hub-list__item--wide .social-hub-list__item__image-wrapper {
		width: 49.242222%;
	}

	.social-hub-list__item--wide .social-hub-list__item__content{
		width: 50.7%;
	}
	.social-hub-list__item--wide .social-hub-list__item__inner {
		height: 97.5333333%;
	}


	/* Square */
	.social-hub-list__item--square {
		width: 40%;
		height: 66.6666666%;
	}
	.social-hub-list__item--square .social-hub-list__item__content {
		position: absolute;
		left: 100%;
		bottom: 0;
		width: 50.7%;
		height: 48.5%;
	}


	/* Wide / square */
	.social-hub-list__item--wide .social-hub-list__item__content:before,
	.social-hub-list__item--square .social-hub-list__item__content:before {
		right: 100%;
		bottom: 0;
		border-width: 0 0 30px 0;
	}
	.social-hub-list__item.social-hub-list__item--wide:hover .social-hub-list__item__content:before,
	.social-hub-list__item.social-hub-list__item--square:hover .social-hub-list__item__content:before {
		border-width: 0 0 30px 30px;
	}

	/* Hover */
	.social-hub-list__item:hover .social-hub-list__item__image {
		transform: scale(1.15);
	}
}

/* BP 1 */
@media screen and (min-width: 1200px) {
	.social-hub-list__item--tall .social-hub-list__item__content:before {
		border-width: 0 0 0 50px;
	}
	.social-hub-list__item.social-hub-list__item--tall:hover .social-hub-list__item__content:before {
		border-width: 0 0 50px 50px;
	}
	.social-hub-list__item--wide .social-hub-list__item__content:before,
	.social-hub-list__item--square .social-hub-list__item__content:before {
		border-width: 0 0 50px 0;
	}
	.social-hub-list__item.social-hub-list__item--wide:hover .social-hub-list__item__content:before,
	.social-hub-list__item.social-hub-list__item--square:hover .social-hub-list__item__content:before {
		border-width: 0 0 50px 50px;
	}
	.social-hub-list__item__content__text {
		font-size: 1.5rem;
	}
	.social-hub-list__item__content__inner {
		padding: 0 30px 10px;
	}
	.social-hub-list__item__content__footer {
		font-size: 1.5rem;
	}
	.social-hub-list__item__linktext {
		font-size: 1.5rem;
	}
	.social-hub-list__item__content__footer__username + .social-hub-list__item__content__footer__date:before {
		height: 17px;
		margin: 4px 5px 0 2px;
	}
	.social-hub-list__item__content__text {
		font-size: 1.4rem;
	}
}

/* Extra BP */
@media screen and (min-width: 1370px) {
	.social-hub-list__item__content__text {
		font-size: 1.8rem;
		margin-bottom: 5px;
	}
	.social-hub-list__item__content__footer {
		font-size: 1.6rem;
	}
}


/* ---- Enews bar ---- */
.section--enews-bar {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 14px;
}
.enews-bar__form {
	margin: 0 0 17px;
}
.enews-bar__inner-container {
	max-width: 550px;
	margin: 0 auto;
}
.enews-bar__inner-container .lined-text  {
	margin: 0 auto 6px;
}

/* BP 4 */
@media screen and (min-width: 600px) {
	.enews-bar__inner-container .lined-text  {
		max-width: 135px;
	}
	.enews-bar__form {
		margin: 0 0 17px;
	}
}

/* BP 3 */
@media screen and (min-width: 769px) {
	.enews-bar__inner-container .lined-text  {
		margin: 0 auto 12px;
	}
	.section--enews-bar {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

/* BP 2 */
@media screen and (min-width: 960px) {
	.enews-bar__inner-container .lined-text  {
		margin: 0 auto 14px;
	}
	.enews-bar__form {
		margin: 0 0 30px;
	}
	.section--enews-bar {
		padding-top: 37px;
		padding-bottom: 37px;
	}
}


/* ---- Banner ---- */
.section--banner {
	display: none;
	padding-top: 0;
	padding-bottom: 0;
	height: 327px;
	overflow: hidden;
}
.section.section--banner {
	z-index: 0;
}
.banner__image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/temp/page-banner-1600.jpg) no-repeat center center;
	background-size: cover;
}
.banner__m {
	position: absolute;
	right: 0;
	top: -3px;
	z-index: 1;
	font-size: 398px;
	color: #192d45;
	line-height: 1;
}
.banner__m:before {
	content: "\e909";
}

.section--banner:after {
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 5px;
	background-color: #192d45;
}

/* Colour variations */
.category--eat-drink .section--banner:after {
	background-color: #e53794;
}
.category--life-style .section--banner:after {
	background-color: #f89d5a;
}
.category--collect-inspire .section--banner:after {
	background-color: #fec021;
}
.category--design-create .section--banner:after {
	background-color: #00aa72;
}
.category--find-discover .section--banner:after {
	background-color: #00b1d5;
}

/* M variations */
.category--eat-drink .banner__m:before {
	content: "\e90d";
	color: #e53794;
}
.category--life-style .banner__m:before {
	content: "\e90c";
	color: #f89d5a;
}
.category--collect-inspire .banner__m:before {
	content: "\e90b";
	color: #fec021;
}
.category--design-create .banner__m:before {
	content: "\e90a";
	color: #00aa72;
}
.category--find-discover .banner__m:before {
	content: "\e909";
	color: #00b1d5;
}

/* BP 4 */
@media screen and (min-width: 600px) {
	.section--banner {
		display: block;
		height: 180px;
	}
	.banner__m {
		font-size: 188px;
	}

	.category--eat-drink .banner__m {
		font-size: 177px;
	}
	.category--life-style .banner__m {
		font-size: 208px;
	}
	.category--collect-inspire .banner__m {
		font-size: 187px;
	}
	.category--design-create .banner__m {
		font-size: 184px;
	}
	.category--find-discover .banner__m {
		font-size: 188px;
	}
}

/* BP 3 */
@media screen and (min-width: 769px) {
	.section--banner {
		height: 260px;
	}
	.banner__m {
		font-size: 272px;
	}

	.category--eat-drink .banner__m {
		font-size: 258px;
	}
	.category--life-style .banner__m {
		font-size: 302px;
	}
	.category--collect-inspire .banner__m {
		font-size: 270px;
	}
	.category--design-create .banner__m {
		font-size: 267px;
	}
	.category--find-discover .banner__m {
		font-size: 272px;
	}
}

/* BP 2 */
@media screen and (min-width: 960px) {
	.section--banner {
		height: 301px;
	}
	.banner__m {
		font-size: 315px;
	}

	.category--eat-drink .banner__m {
		font-size: 303px;
	}
	.category--life-style .banner__m {
		font-size: 350px;
	}
	.category--collect-inspire .banner__m {
		font-size: 313px;
	}
	.category--design-create .banner__m {
		font-size: 311px;
	}
	.category--find-discover .banner__m {
		font-size: 315px;
	}
}

@media screen and (min-width: 1025px) {
	.banner__image {
		position: fixed;
		top: 55px;
		height: 365px;
	}
}

/* BP 1 */
@media screen and (min-width: 1200px) {
	.section--banner {
		height: 377px;
	}
	.banner__m {
		font-size: 398px;
	}

	.category--eat-drink .banner__m {
		font-size: 377px;
	}
	.category--life-style .banner__m {
		font-size: 438px;
	}
	.category--collect-inspire .banner__m {
		font-size: 393px;
	}
	.category--design-create .banner__m {
		font-size: 389px;
	}
	.category--find-discover .banner__m {
		font-size: 395px;
	}

	.banner__image {
		top: 65px;
		height: 454px;
	}
}


/* ---- Listing map ---- */
.listing-map {
	position: relative;
	margin: 0 0 17px;
}
.listing-map__category-list,
.listing-map__category-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.listing-map__category-list {
	text-align: center;
	display: none;
}
.listing-map__category-list:before,
.listing-map__category-list:after {
	content: " ";
	display: table;
}
.listing-map__category-list:after {
	clear: both;
}

.listing-map__category-list__item {
	display: inline-block;
	margin: 0 2px 8px;
	position: relative;
}
.listing-map__category-list__item--hover {
	z-index: 15;
}
.listing-map__map {
	display: none;
}
.listing-map__category__button {
	position: relative;
	z-index: 13;
}

.listing-map__category-list__item--has-subnav .listing-map__category__button:after {
	content: "\003e";
	transform: rotate(90deg);
	font-size: 1.8rem;
	position: absolute;
	top: 3px;
	right: 9px;
}
.listing-map__category-list__item--has-subnav .listing-map__category__button {
	padding-right: 26px;
}

.listing-map__category-list__item--has-subnav.listing-map__category-list__item--hover .listing-map__category-list__sub-category-list {
	clip: auto;
	height: auto;
	margin: auto;
	overflow: visible;
	width: auto;
	animation: fadeInDown 400ms ease;
	animation-fill-mode: forwards;
}

/* Sub cats */
.listing-map__category-list__sub-category-list {
	text-align: left;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 12;
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	width: 1px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.listing-map__subcategory__button {
	background: #edeff3;
	-webkit-appearance: none;
	padding: 0;
	border: none;
	outline: none;
	text-transform: uppercase;
	padding: 9px 18px 9px;
	min-width: 100%;
	text-align: left;
	white-space: nowrap;
	line-height: 1;
	font-size: 1.1rem;
}
.listing-map__subcategory__button:hover,
.listing-map__subcategory__button:focus {
	background: #dde2ea;
}
.listing-map__category-list__sub-category-item {
	border-bottom: 1px solid #b2b9c7;
}
.listing-map__category-list__sub-category-item:last-child {
	border-bottom: none;
}

/* Markers */
.listing-map__marker-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	position: relative;
}
.listing-map-show .listing-map__marker-list__item {
	opacity: 0;
	animation: growInFade 800ms ease 900ms;
	animation-fill-mode: forwards;
}
.listing-map-hidden .listing-map__marker-list__item {
	animation: shrinkOutFade 200ms ease;
	animation-fill-mode: forwards;
}
.listing-map__marker__button {
	position: relative;
	-webkit-appearance: none;
	padding: 0;
	border: none;
	outline: none;
	background: none;
	display: block;
	width: 10px;
	height: 10px;
}
.listing-map__marker__button:before {
	content: " ";
	background: #192d45;
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	transition: all 200ms ease;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
.listing-map-marker__button__title {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.listing-map-marker__button__title:after {
	content: " ";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 22px 22px 0;
	border-color: transparent #ccd1dc transparent transparent;
	position: absolute;
	right: 0;
	top: 100%;
}
.listing-map__marker-list__item {
	position: absolute;
	top: 0;
	left: 0;
}

.listing-map__marker-list--filtered .listing-map__marker-list__item {
	pointer-events: none;
}

/* Hover */
.listing-map__marker-list__item:hover {
	z-index: 5;
}
.listing-map__marker-list__item.listing-map__marker-list__item--active {
	pointer-events: all;
}

.listing-map__marker-list__item--active .listing-map__marker__button:hover .listing-map-marker__button__title,
.listing-map__marker-list--all .listing-map__marker__button:hover .listing-map-marker__button__title {
	clip: auto;
	height: auto;
	margin: auto;
	overflow: visible;
	position: absolute;
	width: auto;
	background: #ccd1dc;
	font-size: 1.5rem;
	text-transform: uppercase;
	padding: 9px 25px;
	color: #192d45;
	white-space: nowrap;
	bottom: 100%;
	right: 4px;
	margin-bottom: 16px;
	z-index: 10;
	pointer-events: none;
	animation: fadeInDown 150ms ease;
	animation-fill-mode: forwards;
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
.listing-map__marker-list__item--active .listing-map__marker__button:hover:before,
.listing-map__marker-list--all .listing-map__marker__button:hover:before {
	transform: scale(2);
}

/* Left */
.listing-map__marker-list__item.listing-map__marker-list__item--left.listing-map__marker-list__item--active .listing-map__marker__button:hover .listing-map-marker__button__title {
	left: 4px;
	right: auto;
}
.listing-map__marker-list__item.listing-map__marker-list__item--left.listing-map__marker-list__item--active .listing-map-marker__button__title:after {
	border-width: 22px 22px 0 0;
	border-color: #ccd1dc transparent transparent transparent;
	left: 0;
	right: auto;
}

/* Filtered */
.listing-map__marker-list--filtered .listing-map__marker__button:before {
	opacity: 0.2;
}

/* Active */
.listing-map__marker-list__item--active .listing-map__marker__button:before {
	transform: scale(1.5);
	z-index: 1;
}
.listing-map__marker-list--filtered .listing-map__marker-list__item--active .listing-map__marker__button:before {
	opacity: 1;
}


/* Colour variations */
.category--eat-drink .listing-map__marker__button:before  {
	background-color: #e53794;
}

.category--life-style .listing-map__marker__button:before  {
	background-color: #f89d5a;
}

.category--collect-inspire .listing-map__marker__button:before  {
	background-color: #fec021;
}

.category--design-create .listing-map__marker__button:before  {
	background-color: #00aa72;
}

.category--find-discover .listing-map__marker__button:before  {
	background-color: #00b1d5;
}



/* TEMP */
.listing-map__marker-list__item:nth-child(1) {
	top: 127px;
	left: 500px;
}
.listing-map__marker-list__item:nth-child(2) {
	top: 117px;
	left: 650px;
}
.listing-map__marker-list__item:nth-child(3) {
	top: 147px;
	left: 750px;
}
.listing-map__marker-list__item:nth-child(4) {
	top: 160px;
	left: 530px;
}
.listing-map__marker-list__item:nth-child(5) {
	top: 160px;
	left: 380px;
}
.listing-map__marker-list__item:nth-child(6) {
	top: 101px;
	left: 880px;
}
.listing-map__marker-list__item:nth-child(7) {
	top: 140px;
	left: 809px;
}
.listing-map__marker-list__item:nth-child(8) {
	top: 130px;
	left: 1010px;
}
.listing-map__marker-list__item:nth-child(9) {
	top: 130px;
	left: 480px;
}
.listing-map__marker-list__item:nth-child(10) {
	top: 147px;
	left: 730px;
}

.section--map {
	display: none;
}

/* If after a paleblue section, show triangle/arrow */
.section.bg-paleblue + .section--map:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 25px 25px 0;
	border-color: transparent #aeb5c4 transparent transparent;
}


/* BP 4 */
@media screen and (min-width: 600px) {
	.listing-map__category-list {
		display: block;
	}
}


/* BP 2 */
@media screen and (min-width: 960px) {
	.listing-map__map {
		height: 250px;
		display: block;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		overflow: hidden;
	}
	.listing-map__category-list__item {
		margin: 0 5px 10px;
	}
}

/* BP 1 */
@media screen and (min-width: 1200px) {
	.listing-map__map {
		height: 299px;
	}
}

/* ---- Map ---- */
.section--map {
	display: none;
}
.listing-map__categories {
	transition: all 300ms ease;
}
.listing-map-hidden .listing-map__categories {
	margin-top: 0;
}
.overview-hide-map-button {
	display: none;
}

/* If after a paleblue section, show triangle/arrow */
.section.bg-paleblue + .section--map:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 25px 25px 0;
	border-color: transparent #aeb5c4 transparent transparent;
}

/* BP 5 */
@media screen and (min-width: 500px) {
	.section--map {
		display: block;
		height: 200px;
		background: url(../images/map/map-769.jpg) no-repeat center center;
		background-size: cover;
		height: 140px;
		position: relative;
	}
	.listing-map__categories {
		margin-top: -14px;
		left: 0;
		right: 0;
		top: 100%;
	}
	.listing-map {
		margin: 0 0 20px;
	}
}

/* BP 4 */
@media screen and (min-width: 600px) {
	.listing-map__categories__select {
		display: none;
	}
}

/* BP 3 */
@media screen and (min-width: 769px) {
	.section--map {
		height: 250px;
		background-image: url(../images/map/map-1200.jpg);
	}
	.listing-map {
		margin: 0 0 33px;
	}
}

/* BP 2 */
@media screen and (min-width: 960px) {
	.section.bg-paleblue + .section--map:before {
		border-width: 0 30px 30px 0;
	}
	.listing-map__categories {
		margin-top: -20px;
	}
	.listing-map__category-list__item--has-subnav .listing-map__category__button:after {
		font-size: 2rem;
		top: 8px;
		right: 23px;
	}
	.listing-map__category-list__item--has-subnav .listing-map__category__button {
		padding-right: 42px;
	}
	.listing-map__subcategory__button {
		padding: 16px 26px 15px;
		font-size: 1.4rem;
	}
	.overview-hide-map-button {
		display: inline-block;
	}
}

/* BP 1 */
@media screen and (min-width: 1200px) {
	.section.bg-paleblue + .section--map:before {
		border-width: 0 42px 42px 0;
	}
	.section--map {
		height: 299px;
		background-image: url(../images/map/map-1600.jpg);
	}
	.listing-map {
		margin: 0 0 55px;
	}
}

/* ---- Pre footer ---- */
.section--pre-footer {
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
}
.section--pre-footer .container {
	display: none;
}
.section--pre-footer:before {
	content: " ";
	display: block;
	height: 5px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #e53794;
	background: linear-gradient(to right, #e53794 0%,#e53794 19.999999%,#f89d5a 20%,#f89d5a 39.999999%,#fec021 40%,#fec021 59.999999%,#00aa72 60%,#00aa72 79.999999%,#00b1d5 80%,#00b1d5 100%);
}
.pre-footer-column__title {
	text-transform: lowercase;
	font-size: 2rem;
	line-height: 1.2;
	margin: 0 0 8px;
}
.pre-footer-column__title a {
	text-decoration: none;
}



.pre-footer-list,
.widget-RelatedLinks ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.pre-footer-list__item,
.widget-RelatedLinks li {
	text-transform: uppercase;
	font-size: 1.3rem;
}
.pre-footer-column__title a {
	color: #192d45;
}
.pre-footer-list__item a,
.widget-RelatedLinks a {
	text-decoration: none;
	display: block;
	padding: 4px 0;
	color: #192d45;
}
.widget-RelatedLinks .on > a {
	border-left: 4px solid #192d45;
	padding-left: 10px;
}
.pre-footer-list__item--highlight a {
	font-weight: bold;
}
.pre-footer-list__item--highlight a:after {
	content: "\00a0\003e";
}

.pre-footer-columns:before,
.pre-footer-columns:after {
	content: " ";
	display: table;
}
.pre-footer-columns:after {
	clear: both;
}
.pre-footer-column {
	margin-bottom: 17px;
}


.pre-footer-column:nth-child(1) a:hover,
.category--eat-drink .widget-RelatedLinks a:hover {
	color: #e53794;
}
.pre-footer-column:nth-child(2) a:hover,
.category--life-style .widget-RelatedLinks a:hover {
	color: #f89d5a;
}
.pre-footer-column:nth-child(3) a:hover,
.category--collect-inspire .widget-RelatedLinks a:hover {
	color: #fec021;
}
.pre-footer-column:nth-child(4) a:hover,
.category--design-create .widget-RelatedLinks a:hover {
	color: #00aa72;
}
.pre-footer-column:nth-child(5) a:hover,
.category--find-discover .widget-RelatedLinks a:hover {
	color: #00b1d5;
}
.category--eat-drink .widget-RelatedLinks .on > a {
	border-left-color: #e53794;
}
.category--life-style .widget-RelatedLinks .on > a {
	border-left-color: #f89d5a;
}
.category--collect-inspire .widget-RelatedLinks .on > a {
	border-left-color: #fec021;
}
.category--design-create .widget-RelatedLinks .on > a {
	border-left-color: #00aa72;
}
.category--find-discover .widget-RelatedLinks .on > a {
	border-left-color: #00b1d5;
}


.widget-RelatedLinks ul ul {
	padding-left: 30px;
}


/* BP 3 */
@media screen and (min-width: 769px) {
	.pre-footer-columns {
		margin: 0 -1%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
	}
	.pre-footer-column {
		-ms-flex: 1 1 auto;
		    flex: 1 1 auto;
		margin-left: 1%;
		margin-right: 1%;
	}
	.section--pre-footer .container {
		display: block;
	}
	.pre-footer-column {
		width: 18%;
		margin: 0 1%;
		max-width: none;
	}
	.section--pre-footer {
		padding-top: 34px;
		padding-bottom: 25px;
	}
}

/* BP 2 */
@media screen and (min-width: 960px) {
	.pre-footer-column__title {
		font-size: 2.2rem;
	}
	.pre-footer-list__item a,
	.widget-RelatedLinks a {
		padding: 6px 0;
	}
	.section--pre-footer {
		padding-top: 52px;
		padding-bottom: 45px;
	}
}


/* BP 1 */
@media screen and (min-width: 1200px) {
	.pre-footer-column__title {
		font-size: 2.7rem;
		margin: 0 0 18px;
	}
	.pre-footer-list__item,
	.widget-RelatedLinks li {
		font-size: 1.5rem;
	}
	.section--pre-footer {
		padding-top: 62px;
		padding-bottom: 55px;
	}
}

/* ---- Footer ---- */
.section--footer {
	padding-top: 15px;
	padding-bottom: 11px;
}
.section--footer:before,
.section--footer:after {
	content: " ";
	display: table;
}
.section--footer:after {
	clear: both;
}
.footer-acknowledgement {
	padding: 0 5vw;
	margin: 0.5em 0 1em 0;
	text-align: center;
	line-height:1.2em;
}
.footer-copyright {
	text-transform: uppercase;
	margin: 0;
	text-align: center;
	font-size: 1.1rem;
}
.footer-subnav-list .menu-item {
	display: none;
}
.footer-subnav-list {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
.footer-subnav-list .menu-item--update {
	display: block;
}
.footer-subnav-list a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.3rem;
}

/* BP 4 */
@media screen and (min-width: 500px) {
	.section--footer {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

/* BP 4 */
@media screen and (min-width: 600px) {
	.footer-copyright {
		margin: 2px 0 2px;
		font-size: 1.3rem;
	}
}

/* BP 3 */
@media screen and (min-width: 769px) {

}

/* BP 2 */
@media screen and (min-width: 960px) {
	.footer-copyright {
		text-transform: none;
		margin: 5px 0 0;
		font-size: 1.5rem;
	}
	.section--footer {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.footer-copyright {
		float: left;
	}
	.footer-subnav-list {
		float: right;
	}
}

/* BP 1 */
@media screen and (min-width: 1200px) {

}

/* ---- Related categories ---- */
.category-related {
	text-align: right;
	text-transform: uppercase;
}

/* ---- Load more button ---- */
.load-more-button-wrapper {
	text-align: center;
}
.load-more-button {
	-webkit-appearance: none;
	padding: 0;
	border: none;
	outline: none;
	margin: 0 auto;
	display: inline-block;
	background: none;
	color: inherit;
	transition: all 150ms ease;
}
.load-more-button__icon {
	display: block;
	font-size: 2.5rem;
}
.load-more-button__icon:before {
	display: block;
	transition: transform 150ms ease;
}
.load-more-button__text {
	text-transform: uppercase;
	display: block;
	font-size: 1.1rem;
}

/* Hover */
.load-more-button:hover .load-more-button__icon:before,
.load-more-button:focus .load-more-button__icon:before {
	transform: translateY(5px);
}
.load-more-button:hover,
.load-more-button:focus {
	color: #738090;
}

/* Loading */
.load-more-button--loading .load-more-button__icon:before {
	content: "\e916";
	animation: spin 1500ms infinite linear;
}

/* BP 4 */
@media screen and (min-width: 600px) {
	.load-more-button__icon {
		font-size: 3.2rem;
	}
	.load-more-button__text {
		font-size: 1.2rem;
	}
}

/* BP 3 */
@media screen and (min-width: 769px) {
	.load-more-button__icon {
		font-size: 3.8rem;
	}
	.load-more-button__text {
		font-size: 1.4rem;
	}
}


/* BP 1 */
@media screen and (min-width: 1200px) {
	.load-more-button-wrapper {
		margin-top: 30px;
	}
	.load-more-button__icon {
		font-size: 4.2rem;
	}
	.load-more-button__text {
		font-size: 1.5rem;
	}
}


/* ---- Magnific Popup ---- */
.mfp-image-holder .mfp-content {
	max-width: 1000px;
}

.mfp-ajax-holder .mfp-content {
	background-color: #fff;
	margin: 0 auto;
	padding: 50px;
	max-width: 700px;
}



/* Generic style for all widgets */

.widget h3.widget-title {

}

/* ---- Mainbar/sidebar ---- */
.mainbar > :first-child {
	margin-top: 0;
}

.sidebar {
	margin-top: 25px;
}
.sidebar > :first-child h2 {
	margin-top: 0;
}

/* BP 4 */
@media screen and (min-width: 600px) {
	.sidebar {
		margin-top: 0;
	}
}



/* ------------------------------------------------------
**** Widgets

Widgets & Modules that ship with sprout.
If they don't they belong in seperate partial file

------------------------------------------------------ */

/* ---- Catch all ---- */
.sidebar .widget {
	margin-bottom: 25px;
}


/* ---- Simple Image Gallery ---- */
.widget-GallerySimple {
	margin: 15px -10px;
}

.widget-GallerySimple h3 {
	padding: 10px;
}

.widget-GallerySimple .gallery-simple-thumb {
	width: 33.333%;
	padding: 10px;
	float: left;
}
.widget-GallerySimple .gallery-simple-thumb img {
	width: 100%;
}

/* ---- Children Page Gallery ---- */
.children-gallery-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget-ChildrenGallery .children-gallery-list-item {
	width: 48%;
	float: left;
	margin: 0 0 20px 4%;
	position: relative;
}

.widget-ChildrenGallery .children-gallery-list-item-link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.widget-ChildrenGallery .children-gallery-list-item-link:hover {
	text-decoration: underline;
}

.widget-ChildrenGallery .children-gallery-list-item-image {
	margin-bottom: 9px;
}

.widget-ChildrenGallery .children-gallery-list-item-link:hover .children-gallery-list-item-image {
	opacity: 0.9;
}

.widget-ChildrenGallery .children-gallery-list-item-title {
	margin: 0;
}

.widget-ChildrenGallery .children-gallery-list-item-anchor {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

@media screen and (max-width: 599px) {
	.widget-ChildrenGallery .children-gallery-list-item:nth-child(2n+1) {
		margin-left: 0;
		clear: left;
	}
}

@media screen and (min-width: 600px) and (max-width: 768px) {
	.widget-ChildrenGallery .children-gallery-list-item {
		width: 30.666666%;
	}
	.widget-ChildrenGallery .children-gallery-list-item:nth-child(3n+1) {
		margin-left: 0;
		clear: left;
	}
}

@media screen and (min-width: 769px) {
	.widget-ChildrenGallery .children-gallery-list-item {
		width: 22%;
	}
	.widget-ChildrenGallery .children-gallery-list-item:nth-child(4n+1) {
		margin-left: 0;
		clear: left;
	}
}

/* ---- Sidebar Blog Related Listings ---- */
.widget-BlogListings h3 {
	margin: 10px 0 3.4rem;
	padding: 12px 0;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
}
.widget-BlogListings .blog-listings {
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 5.1rem;
}
.widget-BlogListings  .blog-listing {
	margin: 3.4rem 0;
	position: relative;
	padding-bottom: 1em;
}
.widget-BlogListings  .blog-listing:after {
	content: "";
	position: absolute;
	width: 3.4rem;
	height: 1px;
	background: #d7d7d7;
	bottom: 0;
	left: 0;
}
.widget-BlogListings  .blog-listing:last-child {
	margin: 3.4rem 0 1.7rem 0;
}
.widget-BlogListings  .blog-listing:last-child:after {
	content: none;
}
.widget-BlogListings  .blog-listing h4 {
	margin-bottom: 0.5em;
}
.widget-BlogListings .blog-listing__body__description {
	margin-top: 0.5em;
}
.widget-BlogListings .blog-listing__body__address {
	font-size: 0.8em;
	font-weight: 600;
	opacity: 0.9;
}
.widget-BlogListings .blog-listing__body__link {
	color: #192d45;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	font-size: 1.5rem;
	padding: 6px 0;
}
.widget-BlogListings .blog-listing__body__link:after {
	content: "\00a0\003e"
}
.widget-BlogListings .blog-listing__body__link:hover {
	color: #f89d5a;
}

/* ---- Sponsors module ---- */

.sponsors-list__item-link {
	text-decoration: none;
}

.sponsors-list__img-wrap {
	width: 100%;
	border: 1px solid #ccc;
	padding: 8px;
	position: relative;
	margin-bottom: 8px;
	transition: border-color 250ms ease-in-out;
}

.sponsors-list__item-link:hover .sponsors-list__img-wrap {
	border: 1px solid #444;
}

.sponsors-list__img-wrap:before {
	content: "";
	display: block;
	padding-top: 100%; 	/* initial ratio of 1:1*/
}

.sponsors-list__img-wrap__vert-center {
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	text-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
}

.sponsors-list-item__image {
	display: inline-block;
	margin: 0 auto;
	max-height: 100%;
}


/* ---- Order Form ---- */
.widget-OrderForm .product {
	width: 30%;
	margin-right: 5%;
	float: left;
}
.widget-OrderForm .product:nth-child(3n+3) {
	margin-right: 0;
}

/* ---- Videos ---- */
.widget-Video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.widget-Video iframe,
.widget-Video object,
.widget-Video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ---- reCAPTCHA ---- */
.g-recaptcha {
    padding-bottom: 15px;
}


/* --------------------------------------------------------
Blog entry list;
-------------------------------------------------------- */
.blog-date {
	text-align: center;
	width: 100%;
	height: 113px;
	margin: 0 auto;
}

.blog-date p {
	color: #FFF;
}

.blog-post-preview {
	border-bottom: 5px solid #f89d5a;
	background: #aeb5c4;
	padding: 0;
	margin-bottom: 16px;
	overflow: hidden;
	position: relative;
}

#blog-posts.blog-posts--home .blog-post-preview-wrap {
	padding: 1.9%;
}

#blog-posts.blog-posts--home .blog-post-preview {
	width: 100%;
	margin: 0;
}

@media screen and (min-width: 769px) {
	.blog-post-preview {
		width: calc(50% - 20px);
		margin: 0 0 20px 0;
		float: left;
	}

	.blog-post-preview .excerpt {
		min-height: 200px;
	}

	.blog-post-preview {
		margin: 0 10px 20px 10px;
	}

	@supports (display: flex) {
		.blog-post-preview .excerpt {
			display: flex;
			flex-flow: column nowrap;
			justify-content: space-around;
		}
	}

	#blog-posts {
		margin-left: -10px; /* Dependant on the width of .blog-post-preview */
		margin-right: -10px; /* Dependant on the width of .blog-post-preview */
	}

	#blog-posts.blog-posts--home {
		display: flex;
		flex-flow: row nowrap;
		margin: -1.9% -1.9%;
	}
	#blog-posts.blog-posts--home .blog-post-preview-wrap {
		flex: 0 1 33.3333%;
		display: flex;
	}

}



@media screen and (min-width: 1200px) {
	.blog-post-preview {
		width: 31%;
		margin: 0 10px 25px;
	}
	.blog-post-preview .excerpt {
		min-height: 200px;
	}
	@supports (display: flex) {
		.blog-post-preview {
			margin: 0 0 25px 0;
		}
		.widget-BlogRelated #blog-posts {
			display: flex;
			flex-flow: row wrap;
			justify-content: space-between;
			margin-left: 0;
			margin-right: 0;
		}
		.widget-BlogRelated #blog-posts:before,
		.widget-BlogRelated #blog-posts:after {
			display: none;
		}
	}
	#blog-posts {
		margin-left: 0;
		margin-right: -2.333%; /* Dependant on the width of .blog-post-preview */
	}
}

.blog-post-preview img.blog-post-featured-img-small {
	width: 100%;
}


.blog-post-preview .blog-date {
	border-bottom: 1px solid #d7d7d7;
	float: right;
	padding: 0 11% 0 0;
	margin-bottom: 20px;
}

.blog-post-preview .share {
	padding-right: 14%;
	margin-top: 10px;
}

.blog-post-preview .hub-share p {
	color: #909396;
	text-transform: uppercase;
	font-size: 15px;
	font-size: 1.5rem;
	padding: 0;
	margin: 0;
	display: inline;
}
.blog-post-preview .hub-share a img {
	margin: 0 0 0 15px;
	display: inline;
}

.blog-post-preview .hub-share a:hover {
	opacity: .7;
}

.blog-post-preview a {
	text-decoration: none;
	color: inherit;
	transition: all 350ms cubic-bezier(0.2, 0.38, 0.35, 0.99);
}

.excerpt__details__author {
	border-bottom: 1px solid rgba(25,45,69,0);
}

.excerpt__details__author:hover {
	border-bottom: 1px solid rgba(25,45,69,1);
}


.view-more-link-wrapper {
	position: relative;
	overflow: hidden;
}

.view-more-link-wrapper:after {
	content: " ";
	position: absolute;
	z-index: 0;
	right: 0;
	bottom: -42px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 42px 42px 42px 0;
	border-color: transparent #aeb5c4 transparent transparent;
}

.blog-post-preview .excerpt {
	padding: 20px 20px 64px;
	width: 100%;
}

.blog-post-preview .excerpt > *:nth-last-child(2) {
	margin-bottom: 0;
}

.blog-post-preview .excerpt h3 {
	font-size: 2.2rem;
	line-height: 1.2;
	text-align: left;
	margin-top: 0;
	color: #192d45;
}


.excerpt__hover-btn {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -10px;
	height: 65px;
	background: #f89d5a;
	color: #ffffff !important;
	padding: 20px 20px;
	border: 0px !important;
	text-align: right;
	font-size: 1.5rem !important;
	text-transform: uppercase;
}

@media screen and (min-width: 1200px) {
	.excerpt__hover-btn {
		margin-bottom: -65px;
	}

    .blog-post-preview:hover .excerpt__hover-btn {
    	margin-bottom: 0px;
    }
}




.blog-post-preview .excerpt .excerpt__details {
	font-size: 14px;
	font-size: 1.4rem;
	text-transform: uppercase;
	margin-bottom: 0;
}

.excerpt__details__author,
.excerpt__details__post-date {
	color: #ffffff !important;
}

.excerpt__details__author:hover {
	border-color: #ffffff !important;
}

.blog-post-preview .excerpt p {
	line-height: 140%;
	font-size: 17px;
	font-size: 1.7rem;
	margin: 0 0 16px;
}

/* Refine bar */
.blog-refine-bar {
	margin: 0 0 35px;
}
.blog-refine-bar p {
	font-weight: 500;
	font-size: 19px !important;
	font-size: 1.9rem !important;
	display: inline;
	margin-right: 16px;
}

.blog-refine-bar a {
	text-transform: uppercase;
	font-weight: 100;
	padding: 5px 10px;
	text-decoration: none;
	margin: 1px 3px;
	line-height: 150%;
}

.form-section--blog-search {
	border: 0px;
}


.form-section--blog-search td,
.form-section--blog-search th {
	padding: 6px 8px 4px;
	border: 0px;
	background: #eef0f3;
}

.form-section--blog-search input.textbox,
.form-section--blog-search select {
	width: 100%;
}

.form-section--blog-search input.textbox {
	background: #ffffff;
}


.form-section--blog-search td:last-child {
	text-align: right;
	padding-bottom: 8px;
}

@media screen and (max-width: 768px) {

	.form-section--blog-search__date-th {
		display: none !important;
	}
}

@media screen and (min-width: 769px) {

    .form-section--blog-search td {
    	padding: 8px 8px;
    }

    .form-section--blog-search th {
    	padding: 8px 16px;
    }

    .form-section--blog-search th {
    	width: 10%;
    }

    .form-section--blog-search th:first-child {
    	border-left: 0;
    }

    .form-section--blog-search input.textbox {
    	border: 0;
    	padding: 8px 16px;
    }

    .form-section--blog-search select {
    	border: 0;
    	background: #ffffff;
    }

    .form-section--blog-search td:last-child {
    	border-right: 0;
    	width: 130px;
    	padding: 0;
    	width: 20%;
    	position: relative;
    }

    .form-section--blog-search__submit {
		position: absolute;
		top: 0px;
		bottom: 0px;
		right: 0px;
    }
}

/* Sidebar blog widget styles */

/* search */
.sidebar .form-section--blog-search th,
.sidebar .form-section--blog-search td {
	display: block;
	width: 100%;
	padding: 12px 16px 4px;
}

.blog-search .form-section--blog-search td:last-child {
	padding-bottom: 12px;
}

.sidebar .form-section--blog-search__submit {
	position: inherit;
}

/* category search */
.blog-cat-sub-tall {
	display: block;
	width: 100%;
	padding: 0 16px 4px;
	background: #eef0f3;
}

.blog-cat-sub-tall .form-section th,
.blog-cat-sub-tall .form-section td {
	display: block;
	width: 100%;
	padding: 12px 0 4px;
	border: 0 !important;
	background: 0;
}

.blog-cat-sub-tall .field-info {
	padding: 0 !important;
}

.blog-cat-sub-tall .form-section,
.blog-cat-sub-tall .form-section {
	border: 0;
	background: 0;
}

.blog-cat-sub-tall input.textbox {
	background: #ffffff;
	border: 0;
}

.blog-sidebar .submit-bar {
	background: none;
	padding: 0 0 12px;
	text-align: right;
}

.blog-cat-sub-tall .checkbox-list {
	background: #eef0f3;
	border: 0;
	margin-left: 4px;
}

.blog-cat-sub-tall p {
	margin-bottom: 4px;
}

.blog-cat-sub-tall .checkbox-list td {
	background: transparent;
	padding: 4px 4px 4px 4px;
	border: 0;
}

/* columns for related blog posts */

.blog-posts {
	margin: 0 -16px;
}

.blog-posts-item {
	padding: 0 16px;
	float: left;
	width: 50%;
}

.blog-posts-item .blog-post-preview {
	width: 100%;
}


/* --------------------------------------------------------
Blog post
-------------------------------------------------------- */
.blog-post-featured-img {
	margin: 10px 0 30px;
	width: 100%;
}

.blog-author-img {
	float:left;
	max-width: 200px;
	max-height: 300px;
	margin: 0 20px 20px 0;
}

.blog-post__details {
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	padding: 10px 0;
	margin-bottom: 15px;
}

.blog-post .blog-date p {
}

.blog-item {
	border-bottom: 1px solid #d7d7d7;
	margin: 5px 0 20px;
}

.blog-item .details,
.blog-post .details {
	margin: 0 0 20px;
}
.blog-item .details p.date,
.blog-item .details p.author,
.blog-post .blog-post__details p.date,
.blog-post .blog-post__details p.author {
	display: inline;
}

@media screen and (min-width: 650px) {
	p.blog-rss-link {
		float: right
	}
}

p.blog-rss-link img {
	width: 16px;
	margin-left: 10px;
}

.blog-post .blog-date p {
	color: #ffc400;
}

.blog-post .excerpt p.author {
	font-size: 14px;
	font-size: 1.4em;
	text-transform: uppercase;
	margin: 10px 0 20px;
}

.blog-comments,
.fb-comments,
.fb-comments span,
.fb-comments iframe,
.pluginSkinLight >   {
	width: 100% !important;
}

.share {
	float: left;
	width: 50%;
	margin: 25px 0;
}

	.share:not(:first-child) {
		text-align: right;
	}

	.share:not(:first-child) img {
		margin-left: 7px;
	}

	.share p {
		color: #909396;
		text-transform: uppercase;
		font-size: 15px;
		font-size: 1.5rem;
		margin: 0;
	}

.share .share-item {
	display:inline-block;
	margin: 1px;
	vertical-align: top;
}

.share .share-item.share-item-fb {
	padding-right: 28px;
	margin-top: -3px;
}

.blog-post__tags {
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	padding: 15px 0;
}

.blog-post__tags__title {
	margin-top: 0;
}

.blog-article__footer .share {
	width: 50%;
	float: left;
	color: #B3B7BB;
}
.blog-article__footer .share:not(:first-child) {
	text-align: right;
}


/* ------------------------------------------------------
**** Print styles
------------------------------------------------------ */

@media print {
	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/* Don't show links for images, or javascript/internal links */

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group; /* h5bp.com/t */
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}
