/*
 ------------------------------------------------------------------
 Third-party scripts 
 ------------------------------------------------------------------
*/
@import url("reset.css");
@import url("flickity.css");
@import url("colorbox.css");
@import url("jquery.mmenu.all.css");


/*
 ------------------------------------------------------------------
 Basic top-level elements 
 ------------------------------------------------------------------
*/
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
body, textarea, input 
{
	font-family: 'Gotham A', 'Gotham B';
	font-weight: 400;
	font-style: normal;
	color: rgb(146, 139, 129);
}
strong {
	font-weight: 500;
}
h1, h2, h3, h4, h5 
{
	font-family: 'Gotham Rounded A', 'Gotham Rounded B';
	font-weight: 500;
	font-style: normal;
}
a 
{
	color: inherit;
	text-decoration: none;
	-webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}


/*
 ------------------------------------------------------------------
 Layout
 ------------------------------------------------------------------
*/
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	zoom: 1;
}
.outer-container, 
.inner-container {
	margin: 0 auto;
	width: 1176px;
	position: relative;
}
.inner-container {
	width: 960px;
}
[class^="col"] {
	margin-right: 12px;
	margin-left: 12px;
	float: left;
}
.col-1 {
	width: 296px;
}
.col-2 {
	width: 616px;
}
.col-3 {
	width: 936px;
}
.col-whole {
	width: calc(100% - 24px);
}
.col-half {
	width: calc(50% - 24px);
}
.col-one-third {
	width: calc(33.33333333% - 24px);
}
.col-two-thirds {
	width: calc(66.66666666% - 24px);
}
.col-one-quarter {
	width: calc(25% - 24px);
}
.col-three-quarters {
	width: calc(75% - 24px);
}
.col-three-quarters .row {
	margin-left: -12px;
	margin-right: -12px;
}
.col-article-meta {
	width: 216px;
}
.col-article-main {
	width: 696px;
}
.vertically-center-absolute-block {
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.right {
	right: 0;
}
.left {
	left: 0;
}
.float-right {
	float: right;
}
.block {
	display: block;
}
.text-right {
	text-align: right;
}
header + .main {
	background: url(/css/img/main.png) repeat-x top;
}


/*
 ------------------------------------------------------------------
 Elements
 ------------------------------------------------------------------
*/
button {
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
.btn {
	border: none;
	font-family: 'Gotham A', 'Gotham B';
	font-weight: 400;
	color: #fff;
	background: #00aed7;
	cursor: pointer;
}
.btn:hover {
	background-color: #0091c4;
}


/* Icons ------------------------------------------------------- */
[class^="icon-"] { 
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.icon-cart {
	width: 16px;
	height: 14px;
	background-image: url(img/cart-off.png);
}
a:hover .icon-cart {
	background-image: url(img/cart-on.png);
}
.icon-search {
	width: 14px;
	height: 14px;
	background-image: url(img/search-off.png);
}
.icon-search:hover {
	background-image: url(img/search-on.png);
}
.icon-close {
	width: 13px;
	height: 13px;
	margin-left: 10px;
	background-image: url(img/cross-off.png);
	vertical-align: middle;
}
a:hover .icon-close,
.icon-close:hover {
	background-image: url(img/cross-on.png);
}
.icon-marker {
	width: 16px;
	height: 20px;
	background-image: url(img/marker.png);
}
.icon-flame {
	width: 20px;
	height: 20px;
	background-image: url(img/flame.png);
}
.icon-arrow-right-small,
.icon-arrow-right-small-grey {
	width: 8px;
	height: 16px;
	background-image: url(img/arrow-right-small.png);
}
.icon-arrow-right-small-grey {
	background-image: url(img/arrow-right-small-grey.png);
}


/* Text colours ------------------------------------------------ */
.orange-text,
h2.orange,
h3.orange,
h4.orange,
li.orange a {
	color: rgb(221,72,20);
}
.green-text,
h2.green,
h3.green,
h4.green,
li.green a {
	color: rgb(91,143,34);
}
.purple-text,
h2.purple,
h3.purple,
h4.purple,
li.purple a {
	color: rgb(145,0,75);
}
.blue-text,
h2.blue,
h3.blue,
h4.blue,
li.blue a {
	color: rgb(0,116,122);
}
.olive-text,
h2.olive,
h3.olive,
h4.olive,
li.olive a {
	color: rgb(136,123,27);
}
.dark-green-text {
	color: rgb(19,53,44);
}

/* Backgrounds ------------------------------------------------- */
.bg-white {
	background: rgb(255,255,255);
}
.bg-light-grey {
	background: rgb(246, 245, 243);
}
.bg-mid-grey {
	background: rgb(146,139,129);
}
.bg-dark-grey {
	background: rgb(95,87,79);
}
body.section-orange .bg-colour,
body.section-orange .text-module .section-header span,
.tag.orange {
	background: rgb(221,72,20);
}
body.section-green .bg-colour,
body.section-green .text-module .section-header span,
.tag.green {
	background: rgb(91,143,34);
}
body.section-purple .bg-colour,
body.section-purple .text-module .section-header span,
.tag.purple {
	background: rgb(145,0,75);
}
body.section-blue .bg-colour,
body.section-blue .text-module .section-header span,
.tag.blue {
	background: rgb(0,116,122);
}
.bg-colour,
body.section-olive .bg-colour,
body.section-olive .text-module .section-header span,
.tag.olive {
	background: rgb(136,123,27);
}


/*
 ------------------------------------------------------------------
 Header
 ------------------------------------------------------------------
*/
.logo-small {
	margin-right: 12px;
}
.logo-small img {
	width: 24px;
	height: auto;
}
.logo-full {
	padding: 58px 0 45px 0;
	text-align: center;
	-webkit-transition: padding 150ms ease-out;
    -moz-transition: padding 150ms ease-out;
    -o-transition: padding 150ms ease-out;
    transition: padding 150ms ease-out;
}
body.search-open .logo-full,
body.sub-nav-open .logo-full,
body.force-sub-nav-open .logo-full {
	padding-top: 108px;
}
.logo-full img {
	display: inline-block;
	width: 288px;
	height: auto;
}
.btn-give {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 0 20px;
	line-height: 49px;
	height: 49px;
	text-transform: none;
	font-size: 18px;
}
.search-form {
	position: absolute;
	width: 100%;
	z-index: 4;
	padding-top: 5px;
	display: none;
}
body.search-open .search-form {
	display: block;
}
.search-input {
	width: 588px;
	height: 30px;
	padding-right: 8px;
	padding-left: 8px;
	line-height: 30px;
	border: 1px solid #d3d0c9;
	vertical-align: middle;
	margin-right: 12px;
	color: rgb(95,87,79);
}
.btn-search-submit {
	height: 30px;
	line-height: 30px;
	margin-right: 46px;
	padding: 0 24px;
	vertical-align: middle;
	font-size: 13px;
}
.search-close {
	text-transform: none;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	font-size: 13px;
	font-weight: 400;
	cursor: pointer;
}
.search-close:hover {
	color: rgb(95,87,79);
}


/* Nav --------------------------------------------------------- */
.primary-nav-container-outer {
	text-align: center;
}
.primary-nav-container-inner {
	padding: 12px 0;
}
.primary {
	height: 50px;
	border-bottom: 1px solid #dfded7;
	font-weight: 500;
	font-size: 13px;
	text-transform: uppercase;
	color: rgb(146,139,129);
}
.primary:after {
	content: "";
	height: 48px;
	position: absolute;
	top: 50px;
	right: 0;
	left: 0;
	z-index: 1;
	background: transparent;
	-webkit-transition: all 50ms ease-out;
    -moz-transition: all 50ms ease-out;
    -o-transition: all 50ms ease-out;
    transition: all 50ms ease-out;
}
body.search-open .primary:after,
body.sub-nav-open .primary:after,
body.force-sub-nav-open .primary:after {
	background: #f5f5f3;
}
.primary ul {
	display: inline-block;
}
.primary li {
	padding: 0 15px;
	list-style-type: none;
	display: inline-block;
	margin-left: -4px; /* Removes inline-block spacing */
	border-right: 1px solid #e7e6e1;
	line-height: 24px;
}
.primary li:hover a,
.primary li.selected a {
	color: rgb(95,87,79);
}
li.has-children:hover > a:after,
li.has-children.selected > a:after {
	content: "";
	display: block;
	height: 6px;
	background: url(img/arrow-down-on.png) no-repeat center;
	background-size: 13px 6px;
}
.search-button {
	margin-right: 14px;
	margin-left: 14px;
}
.search-button span {
	line-height: 24px;
}
.primary .icon-cart {
	margin-right: 4px;
}
.primary .icon-cart,
.primary .icon-search {
	vertical-align: middle;
}
.primary ul ul {
	position: absolute;
	top: 36px;
	right: 0;
	left: 0;
	z-index: 2;
	padding: 26px 0 12px 0;
	opacity: 0;
	-webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
	display: none;
}
.primary ul ul li {
	position: relative;
}
.primary ul ul li:last-child {
	border-right: none;
}
.primary ul li.selected.has-children ul,
.primary ul li:hover ul {
	top: 36px;
	opacity: 1;
	display: block;
}
.primary ul li:hover ul a,
.primary ul li.selected ul a {
	color: rgb(146,139,129);
}
.primary ul ul li:hover a,
.primary ul ul li.selected a {
	color: rgb(95,87,79);
}
.primary ul ul ul {
	top: 24px !important;
	left: -10px;
	padding-top: 12px !important;
	text-align: left;
	width: 200%;
	z-index: 3;
	opacity: 0 !important;
	display: none !important;
}
.primary ul ul ul li {
	display: block;
	border-right: none;
	padding: 12px 25px;
	background: rgba(245,245,243,0.9);
}
.primary ul ul ul li + li {
	padding-top: 0;
}
.primary ul ul li:hover ul a,
.primary ul ul li.selected ul a {
	color: rgb(146,139,129);
}
.primary ul ul ul li:hover a,
.primary ul ul ul li.selected a {
	color: rgb(95,87,79);
}
.primary ul ul li:hover ul {
	display: block !important;
	opacity: 1 !important;
}


/* Secondary */
.secondary {
	position: relative;
	text-align: center;
	font-family: 'Gotham Rounded A', 'Gotham Rounded B';
	font-weight: 500;
	font-size: 20px;
}
.secondary > ul {
	margin-bottom: 43px;
	text-transform: lowercase;
}
.secondary-has-sub-nav {
	height: 57px;
}
.secondary li {
	padding: 0 15px;
	list-style-type: none;
	display: inline-block;
	margin-left: -4px; /* Removes inline-block spacing */
	border-right: 1px solid #e7e6e1;
	line-height: 24px;
}
.secondary li:last-child {
	border-right: none;
}
.secondary li a {
	position: relative;
}
.secondary li:hover a:after,
.secondary li.selected a:after {
	content: "";
	position: absolute;
	height: 3px;
	right: 0;
	bottom: -9px;
	left: 0;
	background: transparent;
	-webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}
.secondary li.orange a:after {
	background: rgb(221,72,20);
}
.secondary li.green a:after {
	background: rgb(91,143,34);
}
.secondary li.purple a:after {
	background: rgb(145,0,75);
}
.secondary li.blue a:after {
	background: rgb(0,116,122);
}
.secondary li.olive a:after {
	background: rgb(136,123,27);
}

.secondary ul ul {
	position: absolute;
	right: 0;
	left: 0;
	z-index: 2;
	padding-top: 56px;
}
.secondary ul ul li {
	position: relative;
	line-height: 24px;
	font-family: 'Gotham A', 'Gotham B';
	font-weight: 400;
	font-size: 13px;
	text-transform: uppercase;
}
.secondary ul ul a {
	position: relative;
}
.secondary ul ul a:after {
	position: absolute;
	top: -23px;
	right: 0;
	left: 0;
	height: 12px !important;
	background: url(img/secondary-sub-nav.png) no-repeat top !important;
	display: none;
}
.secondary ul ul li:hover a:after,
.secondary ul ul li.selected a:after {
	display: block;
}
.secondary li.has-children.selected:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -100px;
	left: 0;
	z-index: 1;
	height: 60px;
	background: rgb(246, 245, 243);
}
.secondary.secondary-sub-nav-open > ul {
	margin-bottom: 100px;
}
.secondary ul ul ul {
	top: 24px !important;
	padding-top: 12px !important;
	text-align: left;
	width: 200%;
	z-index: 3;
	opacity: 0 !important;
	display: none !important;
}
.secondary ul ul ul li {
	display: block;
	border-right: none;
	padding: 12px 25px;
	line-height: 12px;
	color: rgb(146, 139, 129);
	background: rgba(245,245,243,0.9);
}
.secondary ul ul ul li:first-child {
	padding-top: 24px;
}
.secondary ul ul ul li:last-child {
	padding-bottom: 24px;
}
.secondary ul ul ul li a:after {
	display: none !important;
}
.secondary ul ul li:hover ul {
	display: block !important;
	opacity: 1 !important;
}
.secondary ul ul ul li:hover a,
.secondary ul ul ul li.selected a {
	color: rgb(95,87,79);
}

/* Mobile */
.mm-menu {
	z-index: 9;
	background: rgb(246, 245, 243);
}
.mobile-menu-trigger {
	display: none;
}

/* Cart nav */
.cart-nav {
	background: rgb(246, 245, 243);
	padding: 18px 0;
}
.cart-nav span, .cart-nav a {
	display: block;
	float: left;
	position: relative;
    line-height: 24px;
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
	padding: 0 15px;
}
.cart-nav span:first-child,
.cart-nav a:first-child {
	padding-left: 0;
}
.input-group-addon {
    border-left: 1px solid #e7e6e1;
}
.cart-nav span.active {
	color: rgb(95,87,79);
}
.cart-nav span.active:after {
	content: "";
    position: absolute;
    top: -18px;
    right: 0;
    left: 0;
    height: 12px !important;
    background: url(img/secondary-sub-nav.png) no-repeat top !important;
}


/* Mini cart */
.mini-cart-container {
	position: relative;
}
.mini-cart {
	display: none;
	position: absolute;
	right: -1px;
	top: 24px;
	padding-top: 14px;
	z-index: 5;
}
.mini-cart-container:hover .mini-cart {
	display: block;
}
.mini-cart-inner {
	padding: 14px 16px 18px 16px;
	min-width: 176px;
	text-align: left;
	font-weight: 400;
}
.mini-cart-checkout {
	text-transform: none;
	width: 100%;
	display: block;
	margin-top: 14px;
	padding: 4px 8px;
	color: #fff !important;
}
.mini-cart-checkout span {
	margin-top: 4px;
}

/* Cart dialog */
.dialogue-overlay {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 6;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.9);
}
.dialogue-panel {
	display: none;
	position: fixed;
	z-index: 7;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 200px;
	padding: 20px;
	margin-top: -100px;
	margin-left: -200px;
	text-align: center;
}
.dialogue-panel-inner {
	opacity: 1;
}
.dialogue-panel-inner p {
	margin: 50px 0 30px 0;
}
.loading .dialogue-panel-inner {
	opacity: 0;
}
.dialogue-panel .spinner {
	display: none;
	position: absolute;
	z-index: 8;
	left: 50%;
	top: 50%;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	margin-left: -16px;
}
.dialogue-panel.loading .spinner {
	display: block;
}
.btn-checkout {
	width: 120px;
	display: inline-block;
	text-align: left;
	padding: 4px 8px;
}
.btn-close {
	width: 120px;
	display: inline-block;
	text-align: left;
	padding: 4px 8px;
}


/*
 ------------------------------------------------------------------
 Modules
 ------------------------------------------------------------------
*/

/* Section header ---------------------------------------------- */
.section-header {
	padding: 64px 0 52px 0;
	text-align: center;
}
.section-header .inner-container {
	max-width: 690px;
}
.section-header h2 {
	font-size: 24px;
	line-height: 133%;
	background: url(img/section-header.png) repeat-x center;
}
.section-header h2 + .inner-container {
	margin-top: 20px;
}
.bg-colour .section-header h2 span {
	background: rgb(136,123,27);
}
.section-header h2 span {
	display: inline-block;
	padding: 0 42px;
	background: #fff;
}
.bg-light-grey .section-header h2 span {
	background: rgb(246, 245, 243);
}

/* Carousel ---------------------------------------------------- */
.carousel {
	width: 100%;
	height:  600px;
}
.carousel-slide {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.carousel-slide .inner-container {
	height: 100%;
}
.carousel-slide-box {
	width: 296px;
	position: absolute;
	padding: 15px 18px 15px 18px;
	background: rgba(255,255,255,0.9);
}
.carousel-slide-box-text {
	width: 316px;
	background: none;
	color: #fff;
	width: 426px;
	padding: 0;
}
.carousel-slide-box.right {
	right: 12px;
}
.carousel-slide-box.left {
	left: 12px;
}
.carousel-slide-box h2 {
	font-family: 'Gotham A', 'Gotham B';
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 15px;
	border-bottom: 1px solid rgb(224, 222, 216);
	padding-bottom: 15px;
}
.carousel-slide-box p {
	margin-bottom: 12px;
	font-size: 20px;
	line-height: 133%;
}
.carousel-slide-box-text p {
	font-family: 'Gotham Rounded A', 'Gotham Rounded B';
    font-weight: 500;
	font-size: 30px;
    line-height: 133%;
}
.carousel-slide a {
	color: #00aed7;
}
.carousel-slide-box p:last-child {
	margin-bottom: 0;
}
.flickity-page-dots {
	bottom: 37px;
}
.flickity-page-dots .dot {
	width: 14px;
	height: 14px;
	margin: 0 5px;
	border: 1px solid #fff;
    border-radius: 50%;
    filter: alpha(opacity=100);
    opacity: 1;
	background: transparent;
}
.flickity-page-dots .dot.is-selected {
	background: #fff;
}
.flickity-prev-next-button,
.flickity-prev-next-button:hover {
	background: none;
}
.flickity-prev-next-button .arrow {
    fill: #fff;
}


/* Cards ------------------------------------------------------- */
.cards {
	padding-bottom: 72px;
}
.card {
	margin: 0 12px 24px 12px;
	border-top: 2px solid #eae9e5;
	border-bottom: 8px solid;
	background: #fff;
}
.card-inner {
	padding: 14px 16px 16px 16px;
	position: relative;
}
.card h3 {
	margin-bottom: 14px;
	font-size: 13px;
	font-family: 'Gotham A', 'Gotham B';
	text-transform: uppercase;
}
.card h3 a:hover {
	color: rgb(95,87,79);
}
.card h2 {
	padding: 15px 0;
	font-size: 20px;
	font-family: 'Gotham A', 'Gotham B';
	color: rgb(19,53,44);
}
.card h2 span {
	display: block;
	font-weight: 400;
}
.card p {
	font-size: 16px;
	line-height: 137.5%;
}
.card .text {
	min-height: 208px;
	padding-bottom: 90px;
}
.card .read-more {
	min-height: 50px;
	max-width: none;
	border-top: 1px solid #f9f9f8;
	padding: 14px 16px 12px 16px;
	font-size: 14px;
	color: rgb(95,87,79);
}
.card .read-more .icon-arrow-right-small-grey {
	cursor: pointer;
}
.read-more form {
	display: inline;
}
.read-more form input[type="submit"]{
	border: none;
	background: none;
	font-size: 14px;
    color: rgb(95,87,79);
	padding-left: 0;
	padding-right: 0;
	cursor: pointer;
}
.card .read-more-additional {
	font-size: 16px;
	font-weight: 500;
}
.card .read-more a {
	line-height: 20px;
	margin-right: 10px;
	padding: 0 10px 0 0;
	border-right: 1px solid #e7e6e1;
}
.card .read-more a:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}
.card .read-more a:hover {
	color: rgb(146,139,129);
}
.tags {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 16px;
}
.tag {
	display: inline-block;
	margin: 3px 3px 0 0;
	padding: 4px 10px 5px 10px;
	font-size: 12px;
	color: #fff;
}
.tag + .tag {
	margin-left: -4px;
}
.tag:hover,
.tag.selected {
	background: rgb(95,87,79);
}
.card.orange {
	border-bottom-color: rgb(221,72,20);
}
.card.green {
	border-bottom-color: rgb(91,143,34);
}
.card.purple {
	border-bottom-color: rgb(145,0,75);
}
.card.blue {
	border-bottom-color: rgb(0,116,122);
}
.card.olive {
	border-bottom-color: rgb(136,123,27);
}


/* Feature ----------------------------------------------------- */
.feature-module {
	padding: 72px 0;
}
.feature {
	border-top: 1px solid rgb(224,222,216);
	border-bottom: 8px solid rgb(136,123,27);
	background: rgb(246,245,243);
}
.feature-inner {
	padding: 16px;
}
.feature-icon {
	width: 144px;
	height: 144px;
	margin: 8px;
}
.feature-image {
	width: 100%;
}
.feature h2,
.feature h3 {
	font-size: 24px;
	font-family: 'Gotham A', 'Gotham B';
	line-height: 133%;
}
.feature p {
	margin-top: 20px;
	font-size: 20px;
	line-height: 133%;
}
.feature p a {
	color: #00aed7;
}


/* Newsletter -------------------------------------------------- */
.newsletter-module {
	background: #e9e7e3;
	border-top: 1px solid #dfded7;
}
.newsletter {
	padding: 46px 0;
	text-align: center;
}
.image-icon,
.image-icon img {
	width: 64px;
	height: 64px;
}

.image-icon {
	display: inline-block;
}
.newsletter h2 {
	font-size: 24px;
	line-height: 133%;
	margin: 20px 0;
}
.newsletter p {
	font-size: 16px;
	line-height: 133%;
}
.newsletter p a {
	color: #00aed7;
}
.newsletter-form {
	padding: 25px 0 40px 0;
}
.newsletter-inputs {
	display: inline-block;
	padding: 5px;
	border: 1px solid rgb(203, 199, 191);
	background: #fff;
}
.newsletter-input {
	display: inline-block;
	border: none;
	width: 230px;
	padding: 10px;
	background: none;
	font-size: 18px;
	border-right: 1px solid #e7e6e1;
}
.newsletter-input:last-child {
	border-right: none;
}
.newsletter-submit {
	margin-left: 12px;
	padding: 0 40px;
	font-size: 18px;
}
.newsletter-inputs,
.newsletter-submit {
	height: 53px;
}


/* Support ----------------------------------------------------- */
.support {
	padding: 48px 20px 70px 20px;
	text-align: center;
	color: #fff;
}
.support h2 {
	font-size: 20px;
	line-height: 133%;
	margin: 20px 0;
}
.support p {
	font-size: 16px;
	line-height: 133%;
}
.support .text {
	padding-bottom: 45px;
}
.support .btn {
	padding: 14px 28px;
	font-size: 18px;
}


/* Network ----------------------------------------------------- */
.network-module .section-header {
	padding-bottom: 20px;
}
.network-module .section-header h2 {
	font-size: 20px;
}
.network-item {
	float: left;
	width: 20%;
	padding: 0 10px 115px 10px;
	text-align: center;
}
.network-item img {
	display: inline-block;
	margin-bottom: 20px;
}
.network-item h3 {
	font-size: 14px;
	font-family: 'Gotham A', 'Gotham B';
}


/* Contact ----------------------------------------------------- */
.contact-module {
	padding: 45px 0 70px 0;
	color: #fff;
}
.contact-module h2 {
	margin-bottom: 20px;
	font-size: 20px;
}
.contact-module p {
	font-size: 14px;
	line-height: 133%;
}
.contact-module p:first-child {
	margin-top: 44px;
}
.contact-icon {
	display: block;
	float: left;
}
.contact-icon img {
	width: 36px;
	height: 36px;
	margin: 0 20px 20px 0;
}


/* Footer ------------------------------------------------------ */
.footer {
	padding: 18px 0;
	font-size: 14px;
}
.footer p {
	line-height: 133%;
}
.footer span {
	display: inline-block;
	padding: 0 10px;
	color: #e7e6e1;
}


/* Text content ------------------------------------------------ */
.bg-colour {
	color: #fff;
}
.text-module .inner-container {
	width: 696px;
	font-size: 18px;
	padding-bottom: 60px;
}
.text-module .section-header {
	padding: 54px 0 22px 0;
}
.text-module .section-header h2 {
	font-size: 30px;
	line-height: 133%;
	background-image: url(img/section-header-white.png);
}
.text-module p {
	margin-bottom: 20px;
	line-height: 133%;
}
.text-module p:last-child {
	margin-bottom: 0;
}
.text-module a {
	text-decoration: underline;
}
.text-module .btn-container {
	text-align: center;
	padding: 20px 0 0 0;
}
.text-module .btn {
	display: inline-block;
	padding: 14px 28px;
	font-size: 18px;
	text-decoration: none;
}
.text-white-background-module {
	padding-top: 50px;
	padding-bottom: 30px;
}



/* Common article styles --------------------------------------- */
.article-meta h3 {
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 4px;
}
.article-meta p {
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 4px;
	line-height: 153%;
	margin-bottom: 22px;
}
.article-meta a:hover,
.article-meta a.selected {
	color: rgb(95,87,79);
}
.article-meta-inline {
	display: none;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed rgb(224,222,216);
}
.article-meta-inline h3 {
	clear: left;
	display: inline-block;
}
.article-meta-inline p {
	display: inline-block;
	margin-bottom: 0;
}
.article-header-and-intro {
	padding-right: 60px;
}
.article-header {
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 30px;
	color: rgb(19,53,44);
	line-height: 133%;
}
.article-header-large {
	font-size: 36px;
}
.article-listing-item {
	padding-bottom: 40px;
	border-bottom: 1px solid rgb(224,222,216);
}
.article-listing-item:last-child {
	border-bottom: none;
}
.article-intro-text {
	font-size: 20px;
	line-height: 133%;
	margin-top: -6px;
	padding-bottom: 40px;
}
.article-intro-text p + h3 {
	margin-top: 24px;
}
.pagination {
	padding: 40px 12px;
}
.pagination-no-h-pad {
	padding-right: 0;
	padding-left: 0;
}
.pagination li:first-child {
	float: right;
	padding-right: 25px;
	background: url(img/arrow-right-off.png) no-repeat right;
	background-size: 8px 16px;
}
.pagination li:last-child {
	padding-left: 25px;
	background: url(img/arrow-left-off.png) no-repeat left;
	background-size: 8px 16px;
}
.addthis_native_toolbox {
	padding-top: 20px;
}
.carousel-caption {
	font-size: 14px;
	padding: 12px 0;
	border-bottom: 1px dashed rgb(224,222,216);
}
.carousel-article .carousel-article-slide {
	width: 100%;
}
.read-more-container {
	margin: 40px 0 0 0;
}
.read-more {
	max-width: 200px;
	padding: 12px 100px 12px 15px;
    font-size: 16px;
	text-align: left;
	background-image: url(img/arrow-right-small.png);
	background-repeat: no-repeat;
	background-position: right 16px center;
	background-size: 8px 16px;
}


/* RTE --------------------------------------------------------- */
.rte {
	padding: 40px 60px 0 0;
	color: rgb(95,87,79);
}
.rte p, .rte ul, .rte ol, .rte table, .rte blockquote {
	margin-bottom: 24px;
	font-size: 16px;
	line-height: 137.5%;
}
.rte h2 {
	margin-bottom: 24px;
	font-size: 24px;
	line-height: 133%;
	font-weight: 500;
	color: rgb(136,123,27);
}
.rte h3 {
	font-size: 18px;
	line-height: 139%;
	font-weight: 500;
}
.rte .intro {
	font-size: 20px;
	line-height: 133%;
}
.rte a {
	font-weight: 500;
	text-decoration: underline;
}
.rte blockquote {
	margin-left: -108px;
	padding-left: 48px;
	font-size: 18px;
	font-weight: 500;
	line-height: 139%;
	color: rgb(136,123,27);
	background: url(img/quotes.png) no-repeat 0 3px;
	background-size: 21px 16px;
}
.rte blockquote .quote-source {
	color: rgb(146,139,129);
	font-weight: 400;
}
.rte ul li {
	line-height: 139%;
	list-style-type: none;
	background: url(img/rte-li.png) no-repeat 0 9px;
	padding-left: 22px;
}
.rte .notes {
	font-size: 14px;
	line-height: 142.5%;
	color: rgb(146,139,129);
	padding-top: 20px;
	display: block;
}
.rte .related-links {
	padding: 20px 0 0 0;
}
.rte .related-links h3 {
	font-family: 'Gotham A', 'Gotham B';
    font-weight: 400;
	font-size: 14px;
	color: rgb(146,139,129);
}
.rte .related-links li {
	padding-left: 0;
	background: none;
	font-size: 14px;
	color: rgb(146,139,129);
}


/* Blog -------------------------------------------------------- */

/* Blog filter */
.blog-filter-module {
	padding-top: 20px;
	padding-bottom: 20px;
	background: rgb(224,222,216);
}
.blog-filter-recent {
	float: left;
	width: 430px;
	padding-right: 40px;
	padding-left: 12px;
}
.blog-filter-tags {
	float: left;
	width: 290px;
	padding-right: 40px;
}
.blog-filter-archive {
	float: left;
	width: 240px;
	padding-right: 40px;
}
.blog-filter h3 {
	font-size: 13px;
	margin-bottom: 4px;
}
.blog-filter {
	text-transform: uppercase;
}
.blog-filter li {
	line-height: 133%;
	font-size: 13px;
}
.blog-filter-recent li {
	font-size: 16px;
	line-height: 133%;
	text-transform: none;
}


/* Forms ------------------------------------------------------- */
.modal-form-intro {
	margin-bottom: 23px;
	border-bottom: 1px solid #dfded7;
	padding-bottom: 36px;
	text-align: center;
}
.modal-form-intro .icon-container {
	padding: 70px 0 20px 0;
}
.modal-form-intro h1 {
	margin-bottom: 20px;
	font-size: 24px;
    line-height: 133%;
}
.modal-form {
	margin: 0 auto;
	max-width: 696px;
}
.form label,
.contour label {
	float: left;
	width: 260px;
	padding-right: 25px;
	text-align: right;
	line-height: 34px;
	font-size: 16px;
	color: rgb(146,139,129);
}
.form input[type="text"], .form input[type="password"], .form input[type="email"], .form select, .form textarea,
.contour input[type="text"], .contour input[type="password"], .contour select, .contour textarea {
	border: 1px solid #dfded7;
	width: 436px;
	padding: 0 8px;
	line-height: 34px;
	font-size: 18px;
	color: rgb(95,87,79);
	outline: none;
}
.form select {
	padding-top: 5px;
	padding-bottom: 5px;
}
.form input[type="text"]:focus, .form input[type="password"]:focus, .form input[type="email"]:focus,
.contour input[type="text"]:focus, .contour input[type="password"]:focus, .contour input[type="email"]:focus {
	border: 1px solid #00aed7;
}
.form-group,
.contourField {
	margin-bottom: 12px;
}
.field-validation-error {
	display: block;
	margin-left: 240px;
	padding: 8px 0 0 0;
	color: red;
}
.form input.error,
.contour input[type="text"].input-validation-error,
.contour input[type="password"].input-validation-error {
	border-color: red;
	background: #ffeaea;
}
label.error {
	display: none !important;
}
.contour input[type="submit"] {
	padding: 0 40px;
    font-size: 18px;
	font-weight: normal;
	color: #fff;
	text-transform: none;
	margin: 46px 0 20px 260px;
}
.denotes-required-field {
	font-size: 14px;
	color: rgb(146,139,129);
	margin: 20px 0 20px 260px;
}
form .divide {
	border-top: 1px solid #dfded7;
	margin: 40px 0;
}


/* Four text columns ------------------------------------------- */
.four-text-columns-module {
	padding-bottom: 40px;
}
.four-text-columns-module h4 {
	line-height: 133%;
	font-family: 'Gotham A', 'Gotham B';
	font-weight: 500;
	color: rgb(136,123,27);
}
.four-text-columns-module p {
	margin-bottom: 20px;
	line-height: 133%;
}


/* Two text columns -------------------------------------------- */
.two-text-columns-module {
	padding-bottom: 40px;
}
.two-text-columns-module h4 {
	line-height: 133%;
	font-family: 'Gotham A', 'Gotham B';
	font-weight: 500;
	color: rgb(136,123,27);
}
.two-text-columns-module p {
	margin-bottom: 20px;
	line-height: 133%;
}


/* Diary ------------------------------------------------------- */
.book-now {
	display: block;
	width: 100%;
	max-width: 200px;
	margin: 0 0 12px 0;
	padding: 12px 15px;
    font-size: 16px;
	text-align: center;
}
.book-now:hover {
	color: #fff !important;
}
.ticket-price {
	padding-top: 4px;
	padding-bottom: 12px;
	text-align: center;
	font-size: 16px !important;
	text-transform: none !important;
	color: rgb(146,139,129) !important;
	max-width: 200px;
	border-bottom: 1px dashed rgb(224,222,216);
}
.pipe {
	color: rgb(224,222,216);
	padding-right: 2px;
	padding-left: 2px;
}
.diary-panel-item {
	margin-bottom: 20px;
}
.diary-panel-item h3 {
	font-size: 18px;
	line-height: 142.5%;
}
.diary-panel-item h4 {
	font-size: 15px;
	line-height: 142.5%;
}
.diary-panel-item p {
	font-size: 15px;
	line-height: 142.5%;
}
.diary-panel-item p a {
	font-weight: 500;
}
.diary-panel-item:last-child {
	padding-bottom: 20px;
}
.back {
	display: block;
	max-width: 200px;
	margin-top: 34px;
	padding: 12px 15px;
    font-size: 16px;
	text-align: right;
	background-image: url(img/arrow-left-small.png);
	background-repeat: no-repeat;
	background-position: 16px center;
	background-size: 8px 16px;
}


/* Cart contents ----------------------------------------------- */
.checkout {
	padding: 50px 0;
	overflow: hidden;
}
.checkout h1 {
	margin-bottom: 20px;
	border-bottom: 1px solid #dfded7;
	padding-bottom: 26px;
	font-size: 22px;
    line-height: 133%;
}
.checkout h2 {
	margin-bottom: 20px;
	font-size: 18px;
    line-height: 133%;
	color: rgb(95,87,79);
}
.checkout th {
	line-height: 24px;
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
}
.checkout table {
	width: calc(100% + 48px);
	margin: 0 -24px;
	border-collapse: separate;
	border-spacing:  24px 12px;
}
.checkout th,
.checkout td {
	vertical-align: top;
	border-bottom: 1px solid #dfded7;
	padding-bottom: 12px;
}
.checkout tfoot {
	text-transform: uppercase;
}
.vat td {
	border-color: #cac6be;
}
.total {
	color: rgb(95,87,79);
}
.quantity-read-only {
	border: 0;
	width: 20px;
}
.cart-thumnb {
	display: block;
}
.inline-form {
	display: inline;
}
.no-border {
	border: none !important;
}
.edit {
	font-size: 13px;
	color: rgb(95,87,79);
	text-decoration: underline;
	text-transform: none;
}
.checkout .navbar {
	padding: 40px 0 20px 0;
}
.cart-section-divide {
	border-top: 1px solid #dfded7;
	margin: 20px 0 0 0;
	padding: 20px 0;
}
.btn-success {
	display: inline-block;
	width: 200px;
	padding: 12px 15px;
    font-size: 16px;
	text-align: left;
	background-image: url(img/arrow-right-small.png);
	background-repeat: no-repeat;
	background-position: right 16px center;
	background-size: 8px 16px;
}
.btn-back {
	display: inline-block;
	width: 200px;
	padding: 12px 15px;
    font-size: 16px;
	text-align: right;
	background-color: rgb(146,139,129);
	background-image: url(img/arrow-left-small.png);
	background-repeat: no-repeat;
	background-position: 16px center;
	background-size: 8px 16px;
}
.btn-back:hover {
	background-color: rgb(146,139,129);
}
.quantity-add,
.quantity-subtract,
.quantity-remove {
	display: inline-block;
	width: 14px;
	height: 14px;
	opacity: 0.6;
	padding: 0;
	margin: 0;
	overflow: hidden;
	text-indent: -9999em;
	background-repeat: no-repeat;
	background-size: 14px 14px;
	background-position: center center;
	background-color: transparent;
	-webkit-transition: opacity 250ms ease-out;
    -moz-transition: opacity 250ms ease-out;
    -o-transition: opacity 250ms ease-out;
    transition: opacity 250ms ease-out;
}
.quantity-add:hover,
.quantity-subtract:hover,
.quantity-remove:hover {
	opacity: 1;
}
.quantity-add {
	background-image: url(/css/img/quantity-add.png);
}
.quantity-subtract {
	background-image: url(/css/img/quantity-subtract.png);
}
.quantity-remove {
	background-image: url(/css/img/quantity-remove.png);
}



/* Search results ---------------------------------------------- */
.fulltextsearch_results {
	padding: 80px 0;
	max-width: 800px;
}
.fulltextsearch_results_heading + .fulltextsearch_pagination,
.fulltextsearch_info {
	display: none;
}
.fulltextsearch_pagination_ul li {
	display: inline-block;
	color: 
}
.fulltextsearch_pagination_ul li:not(:last-child):after {
	content: " | ";
	color: rgb(224,222,216);
    padding-right: 2px;
    padding-left: 2px;
}
.fulltextsearch_thispage {
	color: rgb(95,87,79);
}
.fulltextsearch_results_heading {
	font-size: 20px;
    line-height: 133%;
    margin-top: -6px;
    padding-bottom: 40px;
	color: rgb(19,53,44);
}
.fulltextsearch_result {
	padding: 0;
	margin: 0 0 20px 0;
}
.fulltextsearch_title {
	font-size: 18px;
	font-weight: 500;
	line-height: 153%;
	color: rgb(95,87,79);
}
.fulltextsearch_pagination {
	margin: 70px auto 0 auto;
	text-align: center;
}
.fulltextsearch_summary strong {
	font-weight: 200;
}
.fulltextsearch_summary {
	font-size: 14px;
	line-height: 153%;
}
a.fulltextsearch_titlelinkurl {
	color: rgb(136,123,27);
}


/* Diary ------------------------------------------------------- */



@media screen and (max-width: 1192px) {
	/*body {
		background: red;
	}*/
	.outer-container {
		width: 100%;
	}
	.primary ul,
	.secondary,
	.flickity-prev-next-button,
	.logo-small {
		display: none;
	}
	.search-form {
		padding-top: 14px;
	}
	.mobile-menu-trigger {
		display: inline-block;
		padding: 5px 0 0 20px;
	}
	.primary-nav-container-inner {
		text-align: left;
	}
}


@media screen and (max-width: 976px) {
	/*body {
		background: green;
	}*/
	.inner-container {
		width: 100%;
	}
	.col-3 {
		width: calc(100% - 24px);
	}
	.inner-container.cards {
		width: 640px;
	}
	.network-item img {
		display: block;
		margin-right: auto;
		margin-left: auto;
		max-width: 100%;
	}
	.section-header p {
		padding-right: 20px;
		padding-left: 20px;
	}

	.newsletter-inputs {
		width: calc(85% - 10px);
	}
	.newsletter-input {
		width: calc(33% - 1px);
	}
	.newsletter-submit {
		width: 15%;
		margin-left: 0;
		padding-right: 0;
		padding-left: 0;
	}

	.newsletter-inputs {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
		padding: 0;
		background: none;
		border: none;
	}
	.newsletter-input {
		width: 100%;
		border: none;
		margin-bottom: 10px;
		background: #fff;
	}
	.newsletter-submit {
		display: block;
		margin: 20px auto;
		height: 41px;
		width: 100%;
		max-width: 400px;
		clear: left;
	}
	.text-module .inner-container {
		max-width: 696px;
		width: calc(100% - 48px);
		padding-bottom: 40px;
	}
	.text-white-background-module {
		padding-top: 40px;
		padding-bottom: 0;
	}
	.col-article-meta {
		display: none;
	}
	.article-meta-inline {
		display: block;
	}
	.article-meta-inline .article-meta-header-spacer {
		display: none;
	}
	.article-meta-inline .ticket-price {
		border: none;
		padding-bottom: 4px;
	}
	.col-article-main,
	.blog-filter {
		width: calc(100% - 24px);
	}
	.blog-filter {
		padding-right: 12px;
		padding-bottom: 20px;
		padding-left: 12px;
	}
	.blog-filter:last-child {
		padding-bottom: 0
	}
	.article-header {
		padding-top: 20px;
	}
	.intro-image {
		display: block;
		max-width: 100%;
		height: auto;
	}
	.article-header-and-intro,
	.rte {
		padding-right: 0;
	}
	.pagination {
		padding: 20px 12px;
	}
	.col-three-quarters {
		width: calc(100% - 24px);
	}
	.cart-nav span:first-child, .cart-nav a:first-child {
		display: none;
	}
	.cart-nav span:nth-child(2), .cart-nav a:nth-child(2) {
		border-left: none;
		padding-left: 0 !important;
	}
	.search-input {
	    width: 288px;
	}
	.rte blockquote {
		margin-left: 0;
	}
}


@media screen and (max-width: 736px) {
	.form label, .contour label {
		text-align: left;
	}
}


@media screen and (max-width: 656px) {
	/*body {
		background: pink;
	}*/
	.inner-container.cards {
		width: 320px;
		width: 100%;
	}
	.col-1 {
		width: calc(100% - 24px);
	}
	.card img {
		width: 100%;
		height: auto;
	}
	.cards {
		padding-bottom: 40px;
	}
	.feature-module {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.feature-icon.float-right {
		float: none;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 30px;
		display: block;
	}
	.carousel-slide-box.right,
	.carousel-slide-box.left {
		right: 20px;
		left: 20px;
		bottom: 20px;
		top: auto;
		width: calc(100% - 40px);
		transform: translateY(0);
	}
	.flickity-page-dots {
		display: none;
	}
	.network-item {
		width: 50%;
		padding-bottom: 40px;
	}
	.col-one-quarter {
		width: calc(50% - 24px);
	}
	.contact-module {
		padding-bottom: 40px;
	}
	.carousel-slide-box p {
		font-size: 16px;
	}
	.checkout table {
		width: calc(100% + 24px);
		margin: 0 -12px;
		border-collapse: separate;
		border-spacing: 12px 12px;
	}
	.cart-nav span, .cart-nav a {
		display: block;
		clear: left;
		padding-left: 0;
		border-left: 0;
	}
	.cart-nav span:after, .cart-nav a:after {
		display: none;
	}
}


@media screen and (max-width: 580px) {
	/*body {
		background: yellow;
	}*/
	.col-half,
	.col-one-quarter,
	.col-one-third,
	.network-item {
		width: calc(100% - 24px);
	}
	.footer span {
		display: none;
	}
	.footer a {
		display: block;
	}
	.search-input {
	    width: 188px;
	}
}


@media screen and (max-width: 480px) {
	.btn-success {
		width: 100%;
		margin-bottom: 10px;
	}
	.btn-back {
		width: 100%;
	}
	.form input[type="text"], .form input[type="password"], .form input[type="email"], .form select, .form textarea, .contour input[type="text"], .contour input[type="password"], .contour select, .contour textarea {
		width: 100%;
	}
	.dialogue-panel {
		width: 300px;
		margin-left: -150px;
	}
	.btn-search-submit {
		margin-right: 16px;
	}
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
