@-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;
}


/* ------------------------------------------------------
   Variables for easy find and replace


	$link:					#e85505;
	$link-hover:			#ae550d;

	$second-bg-color: #F6F6F6;
	$second-font-color: #707070;
	$table-border-color: #D6D6D6;

	$body-font:				sans-serif;
	$heading-font:			font-family: 'Merriweather', Palatino, serif;
							weight: 400;

	Table of Contents for search based navigation


**** Box Model Reset

**** Typography
---- Headings
---- Lists
---- Breadcrumbs
---- Quotations
---- HR
---- Text level elements
---- Links


**** Design Patterns
---- Buttons
---- Expando
---- Highlight
---- Site Messages


**** Images


**** Forms
---- Form Errors
---- Submit Bar
---- Search Form
---- Search pagination
---- Captcha


**** Tables
---- Content tables
---- Responsive table
---- No Styles Table


**** Helper classes
---- Clearfix
---- Hiding classes
---- Pseudo elements
---- Floats and positioning


**** Template Layout
---- Sections
---- Navigation
---- Header
---- Grid
---- Footer
---- Site search


**** Widgets
---- Catch all
---- Related Links
---- Simple Image Gallery
---- Children Page Gallery
---- Order Form
---- Videos


**** Print styles



------------------------------------------------------ */

/* ------------------------------------------------------
**** Box Model Reset
------------------------------------------------------ */

html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}

/* ------------------------------------------------------
**** Fonts
------------------------------------------------------ */

/* ---- Duplicate ---- */

/* Light */
@font-face {
	font-family: 'DuplicateSans';
	src: url('../fonts/DuplicateSans-Light/DuplicateSans-Light.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/DuplicateSans-Light/DuplicateSans-Light.otf')  format('opentype'),
	     url('../fonts/DuplicateSans-Light/DuplicateSans-Light.woff') format('woff'),
	     url('../fonts/DuplicateSans-Light/DuplicateSans-Light.ttf')  format('truetype'),
	     url('../fonts/DuplicateSans-Light/DuplicateSans-Light.svg#DuplicateSans-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Medium */

@font-face {
	font-family: 'DuplicateSans';
	src: url('../fonts/DuplicateSans-Medium/DuplicateSans-Medium.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/DuplicateSans-Medium/DuplicateSans-Medium.otf')  format('opentype'),
	     url('../fonts/DuplicateSans-Medium/DuplicateSans-Medium.woff') format('woff'),
	     url('../fonts/DuplicateSans-Medium/DuplicateSans-Medium.ttf')  format('truetype'),
	     url('../fonts/DuplicateSans-Medium/DuplicateSans-Medium.svg#DuplicateSans-Medium') format('svg');
	font-weight: bold;
	font-style: normal;
}



/* ---- Iconfont ---- */
@font-face {
    font-family: 'motiv-iconfont';
    src:    url('../fonts/iconfont/fonts/motiv-iconfont.eot?3e0ink');
    src:    url('../fonts/iconfont/fonts/motiv-iconfont.eot?3e0ink#iefix') format('embedded-opentype'),
	        url('../fonts/iconfont/fonts/motiv-iconfont.ttf?3e0ink') format('truetype'),
	        url('../fonts/iconfont/fonts/motiv-iconfont.woff?3e0ink') format('woff'),
	        url('../fonts/iconfont/fonts/motiv-iconfont.svg?3e0ink#motiv-iconfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon-before:before,
.icon-after:after {
    font-family: 'motiv-iconfont' !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: "\e907";
}
.icon-before.icon-motiv:before,
.icon-after.icon-motiv:after {
    content: "\e906";
}
.icon-before.icon-arrow-down:before,
.icon-after.icon-arrow-down:after {
    content: "\e900";
}
.icon-before.icon-arrow-left:before,
.icon-after.icon-arrow-left:after {
    content: "\e901";
}
.icon-before.icon-arrow-right:before,
.icon-after.icon-arrow-right:after {
    content: "\e902";
}
.icon-before.icon-arrow-up:before,
.icon-after.icon-arrow-up:after {
    content: "\e903";
}
.icon-before.icon-minus:before,
.icon-after.icon-minus:after {
    content: "\e904";
}
.icon-before.icon-plus:before,
.icon-after.icon-plus:after {
    content: "\e905";
}



/* ------------------------------------------------------
**** Typography
------------------------------------------------------ */

html {
	font-size: 62.5%;
}

body {
	line-height: 1.3;
	font-size: 2.2em;
	color: #262626;
	font-family: 'DuplicateSans', Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* BP 2 */
@media screen and (max-width: 1050px) {
	body {
		font-size: 2em;
	}
}


/* ---- Headings ---- */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: 'Merriweather', Palatino, serif;
	font-style: italic;
	font-weight: 400;
}
	h1 small,
	h2 small,
	h3 small,
	h4 small,
	h5 small,
	h6 small {
		font-weight: normal;
		line-height: 1;
		color: #8a7b7b;
	}


.large-heading {
	color: #ff2128;
	font-size: 5rem;
	line-height: 1.1;
	margin: 3.5rem 0 2.7rem;
}

h1, .h1 {
	font-size: 4.8rem;
	line-height: 1.1;
	margin: 3.5rem 0 1.3rem;
	letter-spacing: -1px;
}

h2, .h2 {
	font-size: 3rem;
	margin: 1.3rem 0 0.8rem;
	color: #ff2128;
	letter-spacing: -1px;
}

h3, .h3 {
	font-size: 2.6rem;
	margin: 1.5rem 0 0.8rem;
	letter-spacing: -0.75px;
}

h4, .h4 {
	font-size: 2.3rem;
	margin: 1.5rem 0 0.8rem;
	letter-spacing: -0.75px;
}

h5, .h5 {
	font-size: 1.8rem;
	margin: 1.5rem 0 0.8rem;
	letter-spacing: -0.5px;
}

h6, .h6 {
	font-size: 1.6rem;
	margin: 1.5rem 0 0.8rem;
	letter-spacing: -0.5px;
}

.heading-inline {
	display: inline;
	float: left;
	padding: 0;
}


.heading-center {
	text-align: center;
}

p,
ol,
ul,
dl,
address {
	margin: 0 0 1.8rem;
}

small {
	font-size: 1.28rem;
}


/* BP 2 */
@media screen and (max-width: 1050px) {
	.large-heading {
		font-size: 4rem;
		margin: 2.5rem 0 2.2rem;
	}
	h1, .h1 {
		font-size: 3.2rem;
		margin: 2.5rem 0 1.1rem;
	}

	h2, .h2 {
		font-size: 2.8rem;
		margin: 1.5rem 0 0.6rem;
	}

	h3, .h3 {
		font-size: 2.4rem;
		margin: 1.5rem 0 0.6rem;
	}

	h4, .h4 {
		font-size: 2.1rem;
		margin: 1.2rem 0 0.6rem;
	}

	h5, .h5 {
		margin: 1.2rem 0 0.6rem;
	}

	h6, .h6 {
		margin: 1.2rem 0 0.6rem;
	}
}

/* BP 3 */
@media screen and (max-width: 760px) {
	.large-heading {
		font-size: 4rem;
		line-height: 1;
		margin: 1.3rem 0 1rem;
	}
	h1, .h1 {
		font-size: 2.9rem;
		margin: 1.3rem 0 1.1rem;
	}

	h2, .h2 {
		font-size: 2.6rem;
		margin: 1.2rem 0 0.6rem;
	}

	h3, .h3 {
		font-size: 2.2rem;
		margin: 1.2rem 0 0.6rem;
	}

	h4, .h4 {
		font-size: 1.8rem;
		margin: 1.2rem 0 0.6rem;
	}

	h5, .h5 {
		margin: 1.2rem 0 0.6rem;
	}

	h6, .h6 {
		margin: 1.2rem 0 0.6rem;
	}
}


/* ---- Lists ---- */
ul,
ol {
	padding: 0 0 0 2rem;
}

li ul,
li ol {
	list-style-type: none;
	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;
	}

/* ---- Plain list ---- */
.plain-list {
	list-style: none;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-size: 2.1rem;
}

/* BP 3 */
@media screen and (max-width: 760px) {
	.plain-list {
		font-size: 1.8rem;
	}
}


/* ---- Breadcrumbs ---- */
h1 + .breadcrumb {
	margin-top: -12px;
}
.breadcrumb {
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
	font-size: 1.8rem;
	text-transform: uppercase;
}
.breadcrumb a {
	text-decoration: none;
}
.breadcrumb a:hover,
.breadcrumb a:focus {
	text-decoration: underline;
}
.breadcrumb > li {
	display: inline;
}
.breadcrumb > li:before {
	content: "\00a0/\00a0";
}
.breadcrumb > li:first-child:before {
	content: none;
}
.breadcrumb--footer {
	margin: 0;
	position: relative;
	z-index: 2;
}
/* BP 3 */
@media screen and (max-width: 760px) {
	h1 + .breadcrumb {
		margin-top: -10px;
	}
	.breadcrumb {
		margin: 0 0 20px;
		font-size: 1.4rem;
	}
	.breadcrumb--footer {
		margin: 0;
	}
}


/* ---- Category lists ---- */

.category-list {
    list-style-type: none;
    padding: 0;
    font-size: 0.85em;
    text-transform: uppercase;
	margin-bottom: -20px;
}

.field-element.field-element--category-list {
	margin-bottom: 35px
}

.category-list__item a {
    text-decoration: none;
    border-bottom: 2px solid rgba(255,33,40,0);
    transition: border 250ms ease-in-out;
}
.category-list__item a:hover,
.category-list__item a:focus,
.category-list__item a:active {
    border-bottom: 2px solid rgba(255,33,40,1);
}

.category-list__item--on a {
    border-color: rgba(255,33,40,0)!important;
	color: inherit !important;
	cursor: default;
}

.category-list__item:before {
    content: '\00a0/\00a0';
}

.category-list__item:first-child:before {
    content: '';
}

.js-category-list .category-list__select {
	border: 2px solid #6f7174;
	font-size: 1em;
}

/* Hides the list if js is working, defaults to working list if not */
@media screen and (max-width: 37.4375em) {/* 599px */
	.js .js-category-list .category-list {
		display: none;
	}
}

@media screen and (min-width: 37.5em) {/* 600px */
    .category-list {
        text-align: center;
    }
    .category-list__item {
        display: inline-block;
    }
    .js-category-list .category-list__select {
		display: none;
    }
}

/* ---- Quotations ---- */
blockquote {
	margin: 1.5rem 0;
	padding: 5px 20px 15px;
	background: #f6f6f6;
	font-style: normal;
}

/* ---- HR ---- */
hr {
	box-sizing: content-box;
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 2em 0;
	padding: 0;
	clear: right; /* --------!!!! Change this to left if the sidebar is on the right !!!!-------- */
}


/* ---- 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;
}

/* ---- Text selection ---- */
::-moz-selection {
	color: #FFF;
	background: #ff2128;
}

::selection {
	color: #FFF;
	background: #ff2128;
}

.bg-red ::-moz-selection {
	color: #ff2128;
	background: #FFF;
}

.bg-red ::selection {
	color: #ff2128;
	background: #FFF;
}


/* ---- Links ---- */
a {
	color: #ff2128;
	word-break: break-word;
}

a:hover {
	color: #ff2128;
}

/* 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;
}

.about-services-list a:link,
.about-services-list a:visited {
	text-decoration: none;
}

.about-services-list a:hover,
.about-services-list a:active,
.about-services-list a:focus {
	text-decoration: underline;
}


/* ------------------------------------------------------
**** Animations
------------------------------------------------------ */

/* ---- Scale in ---- */
@-webkit-keyframes scaleIn {
	from {
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
}
@keyframes scaleIn {
	from {
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
}

/* ---- Scale out ---- */
@-webkit-keyframes scaleOut {
	to {
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
}
@keyframes scaleOut {
	to {
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
}

/* ---- Mobile menu button ---- */
@-webkit-keyframes mobileMenuBtnTopClose {
	0% {
		-webkit-transform: translate(0, 8px) rotate(45deg);
		        transform: translate(0, 8px) rotate(45deg)
	}
	50%, 70% {
		-webkit-transform: translate(0, 8px);
		        transform: translate(0, 8px);
	}
	100% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
}
@keyframes mobileMenuBtnTopClose {
	0% {
		-webkit-transform: translate(0, 8px) rotate(45deg);
		        transform: translate(0, 8px) rotate(45deg)
	}
	50%, 70% {
		-webkit-transform: translate(0, 8px);
		        transform: translate(0, 8px);
	}
	100% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
}
@-webkit-keyframes mobileMenuBtnTopOpen {
	0% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
	50%, 70% {
		-webkit-transform: translate(0, 8px);
		        transform: translate(0, 8px);
	}
	100% {
		-webkit-transform: translate(0, 8px) rotate(45deg);
		        transform: translate(0, 8px) rotate(45deg);
	}
}
@keyframes mobileMenuBtnTopOpen {
	0% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
	50%, 70% {
		-webkit-transform: translate(0, 8px);
		        transform: translate(0, 8px);
	}
	100% {
		-webkit-transform: translate(0, 8px) rotate(45deg);
		        transform: translate(0, 8px) rotate(45deg);
	}
}
@-webkit-keyframes mobileMenuBtnBottomClose {
	0% {
		-webkit-transform: translate(0, -8px) rotate(-45deg);
		        transform: translate(0, -8px) rotate(-45deg);
	}
	50%, 70% {
		-webkit-transform: translate(0, -8px);
		        transform: translate(0, -8px);
	}
	100% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
}
@keyframes mobileMenuBtnBottomClose {
	0% {
		-webkit-transform: translate(0, -8px) rotate(-45deg);
		        transform: translate(0, -8px) rotate(-45deg);
	}
	50%, 70% {
		-webkit-transform: translate(0, -8px);
		        transform: translate(0, -8px);
	}
	100% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
}
@-webkit-keyframes mobileMenuBtnBottomOpen {
	0% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
	50%, 70% {
		-webkit-transform: translate(0, -8px);
		        transform: translate(0, -8px);
	}
	100% {
		-webkit-transform: translate(0, -8px) rotate(-45deg);
		        transform: translate(0, -8px) rotate(-45deg);
	}
}
@keyframes mobileMenuBtnBottomOpen {
	0% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
	50%, 70% {
		-webkit-transform: translate(0, -8px);
		        transform: translate(0, -8px);
	}
	100% {
		-webkit-transform: translate(0, -8px) rotate(-45deg);
		        transform: translate(0, -8px) rotate(-45deg);
	}
}
@-webkit-keyframes mobileMenuBtnMiddleClose {
	0%, 40% {
		opacity: 0;
	}
	50%, 100% {
		opacity: 1;
	}
}
@keyframes mobileMenuBtnMiddleClose {
	0%, 40% {
		opacity: 0;
	}
	50%, 100% {
		opacity: 1;
	}
}
@-webkit-keyframes mobileMenuBtnMiddleOpen {
	0%, 40% {
		opacity: 1;
	}
	50%, 100% {
		opacity: 0;
	}
}
@keyframes mobileMenuBtnMiddleOpen {
	0%, 40% {
		opacity: 1;
	}
	50%, 100% {
		opacity: 0;
	}
}
/* Fade in */
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/* removeBlur */
@-webkit-keyframes removeBlur {
	from {
		filter:blur (6px);
	}
	to {
		filter:blur(0px);
	}
}
@keyframes removeBlur {
	from {
		filter:blur(6px);
	}
	to {
		filter:blur(0px);
	}
}


/* ------------------------------------------------------
**** Design Patterns
------------------------------------------------------ */


/* ---- Slash links ---- */
.slash-link {
	text-decoration: none;
	color: #3a3e32;
	position: relative;
	text-transform: lowercase;
	padding: 11px 0;
	margin: 0 auto 15px;
	display: inline-block;
}
.slash-link:hover,
.slash-link:focus {
	color: #4a3c39;
}
.slash-link:before {
	content: " ";
	border-left: 2px solid #ff2128;
	border-right: 2px solid #ff2128;
	position: absolute;
	top: 0;
	left: -30px;
	right: -30px;
	bottom: 0;
	-ms-transform: skewX(-18deg);
	    -webkit-transform: skewX(-18deg);
	        transform: skewX(-18deg);
	transition: all 700ms cubic-bezier(0.34, 1.15, 0.91, 1);
}
.slash-link:hover:before,
.slash-link:focus:before {
	left: -55px;
	right: -55px;
}

.slash-link--container:before {
	z-index: 0;
}

/* White */
.bg-dark-grey .slash-link {
	color: #FFF;
}
.bg-dark-grey .slash-link:hover,
.bg-dark-grey .slash-link:focus {
	color: #ddd;
}

/* BP 3 */
@media screen and (max-width: 760px) {
	.slash-link {
		padding: 6px 0;
	}
	.slash-link:before {
		left: -20px;
		right: -20px;
	}
	.slash-link:hover:before,
	.slash-link:focus:before {
		left: -32px;
		right: -32px;
	}
}

/* ---- Buttons ---- */
.button {
	display: inline-block;
	margin-bottom: 0;
	white-space: nowrap;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	background-color: #ff211e;
	text-decoration: none;
	border-radius: 0px;
	border: none;
	text-transform: lowercase;
	transition: all 120ms ease-in;
	outline: none;
	position: relative;
}



/* Buttons with icons */
.button.icon-before:before,
.button.icon-after:after {
	font-size: 12px;
}
.button.icon-before:before {
	margin-right: 7px;
}
.button.icon-after:after {
	margin-left: 7px;
}

/* 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;
}



/* Small */
.button.button-small,
.field-element--button.field-element--small .button {
	font-size: 1.5rem;
	padding: 8px 10px 9px;
}

/* Regular (default) */
.button,
.button-regular {
	padding: 12px 18px 11px;
	font-size: 1.8rem;
	line-height: 1.2;
}

/* Large */
.button.button-large,
.field-element--button.field-element--large .button {
	font-size: 2.2rem;
	padding: 14px 26px;
}

.button--underline {
	position: relative;
}
.button--underline:before {
	content: "";
	height: 1px;
	width: 0;
	position: absolute;
	top:100%;
	left: 0;
	background-color: #ff2128;
	transition: width 250ms ease-in-out;
}
.button--underline:hover:before,
.button--underline:focus:before {
	width: 100%;
}

/* Green */

.button.button-green {
	background-color: #ff211e;
	color: #fff;
}
.button.icon-before:before,
.button.icon-after:after,
.button.button-green.icon-before:before,
.button.button-green.icon-after:after {
	color: #0d7344;
}
.button:hover,
.button.button-green:hover,
.button:focus,
.button.button-green:focus {
	background-color: #2C9867;
	color: #fff;
}

/* Orange */
.button.button-orange {
	background-color: #F77450;
	color: #fff;
}
.button.button-orange.icon-before:before,
.button.button-orange.icon-after:after {
	color: #CC4925;
}
.button.button-orange:hover,
.button.button-orange:focus {
	background-color: #E45E3A;
	color: #fff;
}

/* Red */
.button,
.button.button-red {
	background-color: #ff211e;
	color: #fff;
}

.button:hover,
.button.button-red:hover,
.button:focus,
.button.button-red:focus {
	background-color: #d20603;
	color: #fff;
}

/* Grey */
.button.button-grey {
	background-color: #D0D3DA;
	color: #24292f;
}
.button.button-grey.icon-before:before,
.button.button-grey.icon-after:after {
	color: #81848A;
}
.button.button-grey:hover,
.button.button-grey:focus {
	background-color: #BCBFC5;
	color: #24292f;
}


/* 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;
}

/* -- Icon buttons -- */
.icon-button {
	-webkit-appearance: none;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	background: rgba(0,0,0,0.2);
	color: #FFF;
	border-radius: 50%;
	height: 64px;
	width: 64px;
	position: relative;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.icon-button:before {
	font-size: 42px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	-ms-transform: translate(-50%, -50%);
	    -webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.icon-button:hover,
.icon-button:focus {
	background-color: rgba(0,0,0,0.5);
}

.icon-button--spin {
	-webkit-animation: spin 600ms infinite linear;
	        animation: spin 600ms infinite linear;
	-ms-transform-origin: center center;
	    -webkit-transform-origin: center center;
	        transform-origin: center center;
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

@keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

/* BP 3 */
@media screen and (max-width: 760px) {
	.icon-button {
		height: 44px;
		width: 44px;
	}
	.icon-button:before {
		font-size: 30px;
	}
}

/* ---- 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 {
	-ms-transform: rotate(90deg);
	    -webkit-transform: rotate(90deg);
	        transform: rotate(90deg);

}


/* ---- Highlight ---- */
.highlight,
.highlight--right,
.highlight--left {
	margin: 0 0 1.5rem;
	padding: 30px;
	background: #f6f6f6;
}

@media screen and (min-width: 1000px) {
	.highlight--left {
		float: left;
		width: 45%;
		margin-right: 20px;
	}

	.highlight--right {
		float: right;
		width: 45%;
		margin-left: 20px;
	}
}

.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;
	padding: 0;
}
ul.messages li {
	margin: 0 0 15px;
	padding: 10px 20px;
	vertical-align: bottom;
	text-align: left;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.2em;
}
ul.messages .error {
	background: #E04D4D;
	border-left: 4px solid #B72323;
	color: #FFF !important;
}
ul.messages .confirm {
	color: #FFF !important;
	background: #6DBB5A;
	border-left: 4px solid #439230;
}
ul.messages a {
	color: #FFF;
}


/* ------------------------------------------------------
**** Images
------------------------------------------------------ */

img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

/* ------------------------------------------------------
**** Forms
------------------------------------------------------ */

@media screen and (min-width: 1025px) {
	.widget-Form {
		max-width: 50%;
	}
}

/* ---- Base styles ---- */
.field-element {
	margin-bottom: 21px;
}

.field-element:before,
.field-element:after {
	content: " ";
	display: table;
}

.field-element:after {
	clear: both;
}

.field-input .textbox,
.field-input select {
	display: block;
	width: 100%;
	outline: none;
	line-height: normal;
	padding: 11px 20px 10px;
	-webkit-appearance: none;
}
.field-input .textbox,
.field-input select,
.field-element--fileselector .fs-preview-wrapper {
	font-size: 1.5rem;
	line-height: 1.2;
	border: 0px;
	border-radius: 0px;
	background-color: #FFFFFF;
}

/* ---- 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: 14px 25px 13px;
}

@media screen and (max-width: 760px) {
	.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: 600;
	font-size: 1.6rem;
	margin-bottom: 10px;
	line-height: 1.2;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

/* 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-error__list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.field-error__list__item {
	color: #fff;
	background: #C44556;
	padding: 10px 20px;
	margin: 11px 0;
	border-left: 6px solid #A23947;
}

/* ---- 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: 760px) {
	.field-element .field-input select,
	.field-element.field-element--large .field-input select,
	.field-element.field-element--regular .field-input select {
		background-position: top -258px right -105px, top -447px right -92px;
		font-size: 1.6rem;
		padding: 10px 10px 10px;
		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;
    -webkit-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: 5px;
	top: 9px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	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: 6px;
	top: 11px;
	width: 12px;
	height: 12px;
	border-radius: 6px;
}
.field-element.field-element--large input[type="checkbox"]:checked + label:after {
	background-position: top -891px 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: 760px) {
	.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: 5px;
}

/* 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: 760px) {
	.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;
	}
	.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;
}

.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: 760px) {
	.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: 760px) {
	.field-element.field-element--datepicker .field-input .textbox,
	.field-element.field-element--daterangepicker .field-input .textbox,
	.field-element.field-element--datepicker.field-element--large .field-input .textbox,
	.field-element.field-element--daterangepicker.field-element--regular .field-input .textbox,
	.field-element.field-element--datepicker.field-element--large .field-input .textbox,
	.field-element.field-element--daterangepicker.field-element--regular .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--daterangepicker .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-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-element--regular .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: 760px) {
	.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;
}

.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 -779px left 0px;
}
.daterangepicker th.next .daterangepicker-next-icon {
	background-position: top -839px left 0px;
}

.daterangepicker th.prev,
.daterangepicker th.next,
.daterangepicker th.month,
.daterangepicker .calendar-table thead tr:first-child th {
	border: none;
	padding-bottom: 8px;
}

.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: #ff211e;
	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: 564px) {
	.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: 730px) {
	.daterangepicker .ranges {
		width: auto;
		float: left;
	}

	.daterangepicker .calendar.left {
		clear: none;
	}
}


/* ---- 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%;
	-ms-transform: translate(-50%, -50%);
	    -webkit-transform: translate(-50%, -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: -webkit-flex;
	display: flex;
}
#file-selector-upload .field-elements-inline .field-element--dropdown,
#file-selector-search .field-elements-inline .field-element--dropdown {
	-ms-flex-positive: 1;
	    -webkit-flex-grow: 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;
	    -webkit-flex-grow: 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;
}


/* ---- 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: 760px) {
	.field-element .field-input .textbox,
	.field-element.field-element--large .field-input .textbox,
	.field-element.field-element--regular .field-input .textbox {
		font-size: 1.6rem;
		padding: 9px 12px 8px;
	}

}


/* ---- Submit Bar ---- */
.submit-bar {
	padding: 5px 0;
}

	.sidebar .submit-bar {
		padding: 10px 0;
	}

	.submit-bar .button {
		font-size: 2rem;
		padding-left: 25px;
		padding-right: 25px;
		padding-bottom: 13px;
	}


/* ---- 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: #f6f6f6;
	padding: 10px;
	width: 100%;
	border: 1px solid #D7D7D7;
}

	.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;
}

th,
td {
	padding: 5px 10px;
	border: 1px solid #d7d7d7;
}

th,
thead td {
	background: #f6f6f6;
}

/* ---- Content tables ---- */
.table--content-standard {
	width: 100%;
	margin: 2rem 0;
}
.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.7rem;
}
.table--content-standard td {
	background-color: #FFF;
}
.table--content-standard th,
.table--content-standard td {
	border: 1px solid #d7d7d7;
	padding: 12px 15px;
	text-align: left;
}


/* 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;
}

/* ---- 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;
}




/* ------------------------------------------------------
**** Helper classes
------------------------------------------------------ */

/* ---- Disable select ---- */
.no-select {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

/* ---- Clearfix ---- */
.clear {
	height: 0;
	clear: both;
	display: block;
}

.-clearfix:before,
.-clearfix:after {
	content: " ";
	display: table;
}

.-clearfix:after {
	clear: both;
}

/* ---- Text align ---- */
.text-align--left {
	text-align: left;
}
.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;
	}
}


/* ------------------------------------------------------
**** Template Layout
------------------------------------------------------ */

* {
	margin: 0;
}

html,
body {
	background: #FFF;
	height: 100%;
}

#wrap {
	margin: 0 auto;
	position: relative;
	height: 100%;
	min-height: 100%;
	padding-top: 60px;
}

/* BP 2 */
@media screen and (max-width: 1050px) {
	#wrap {
		padding-top: 44px;
	}
}

/* Extra BP */
@media screen and (max-width: 250px) {
	#wrap {
		padding-top: 34px;
	}
}



.container {
	width: 1230px;
	margin: 0 auto;
}

/* Only be wide when enough space */
@media screen and (min-width: 1342px) {
	.container--wide {
		width: auto;
		margin: 0 50px;
	}
}

/* BP 1 */
@media screen and (max-width: 1320px) {
	.container {
		width: 950px;
	}
}


/* BP 2 */
@media screen and (max-width: 1050px) {
	.container {
		width: 660px;
	}
}

/* BP 3 */
@media screen and (max-width: 760px) {
	.container {
		width: 92%;
		margin: 0 4%;
	}
}

/* BP 4 */
@media screen and (max-width: 500px) {

}

/* BP 5 */
@media screen and (max-width: 350px) {

}

/* ---- Bg colours ---- */

/* White */
.bg-white {
	background-color: #FFF;
}

/* Red */
.bg-red {
	background-color: #ff2128;
	color: #FFF;
}
.bg-red a {
	color: #FFF;
}
.bg-red .large-heading {
	color: #FFF;
}

/* Dark grey */
.bg-dark-grey {
	background-color: #3a3e32;
	color: #FFF;
}
.bg-dark-grey .large-heading {
	color: #FFF;
}
.bg-dark-grey a {
	color: #FFF;
}
.bg-dark-grey a:hover,
.bg-dark-grey a:focus {
	color: #ddd;
}

/* Light grey */
.bg-grey {
	background-color: #eeeeee;
}

/* ---- Sections ---- */
.section {
	padding: 60px 0;
	position: relative;
}
.section--no-padding {
	padding: 0;
	position: relative;
}


/* BP 1 */
@media screen and (max-width: 1320px) {
	.section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

/* BP 2 */
@media screen and (max-width: 1050px) {
	.section {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

/* BP 3 */
@media screen and (max-width: 760px) {
	.section {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}


/* ---- Header ---- */
.section--header-bar {
	padding: 13px 0;
	height: 60px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 90;
	border-bottom: 1px solid rgba(93, 93, 93, 0.1);
}
.section--header-bar .container {
	height:100%;
}
.header-logo {
	float: left;
	margin-top: 4px;
	position:relative;
	width: 280px;
	height:100%;
}
.header-logo a {
	display: block;
	overflow:hidden;
	position:absolute;
	width:100%;
	height:100%;
	transition: all 400ms ease-in-out;
}
.header-logo.header-logo--hidden a {
	width: 40px;
}
.header-logo a,
.header-logo img {
	display: block;
}
.header-logo svg {
	width: 280px;
	height: 30px;
}

/* BP 2 */
@media screen and (max-width: 1050px) {
	.section--header-bar {
		padding: 4px 0;
		height: 44px;
	}
	.header-logo {
		width: 225px;
		margin-top: 8px;
	}
	.header-logo svg {
		width: 225px;
		height: 24px;
	}
	.header-logo.header-logo--hidden a {
		width: 32px;
	}
}

/* BP 5 */
@media screen and (max-width: 350px) {
	.header-logo {
		width: 180px;
		margin-top: 10px;
	}
	.header-logo svg {
		width: 180px;
		height: 19px;
	}
	.header-logo.header-logo--hidden a {
		width: 28px;
	}
}

/* Extra BP */
@media screen and (max-width: 250px) {
	.section--header-bar {
		padding: 0;
		height: 34px;
	}
	.header-logo {
		width: 140px;
		padding-top: 11px;
	}
}

/* Extra BP */
@media screen and (max-width: 200px) {
	.header-logo {
		width: 88px;
		padding-top: 15px;
	}
}

/* ---- Navigation ---- */
.section--nav {
	transition: opacity 300ms ease;
	opacity: 0;
	padding: 0;
	z-index: 80;
	position: relative;
}
.nav-active .section--nav {
	opacity: 1;
}

.nav-wrapper2 {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: visibility 0ms 300ms;
	visibility: hidden;
	z-index: 99;
}
.nav-active .nav-wrapper2 {
	visibility: visible;
	transition: none;
}
.nav-wrapper {
	padding: 60px 0 0 0;
	-webkit-animation: scaleOut 300ms cubic-bezier(0.42, 1.37, 0.46, 0.99);
	        animation: scaleOut 300ms cubic-bezier(0.42, 1.37, 0.46, 0.99);
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	height: 100%;
}
.nav-active .nav-wrapper {
	-webkit-animation-name: scaleIn;
	        animation-name: scaleIn;
}

.contact-details {
	color: #FFF;
	font-size: 2rem;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 0 40px 108px;
	text-align: left;
	white-space: nowrap;
}
.contact-details:before {
	content: "\e906";
	font-family: 'motiv-iconfont' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 64px;
	position: absolute;
	left: 40px;
	top: 0;
}
.contact-details p {
	overflow: hidden;
	margin-top: 3rem;
	margin-bottom: 0;
}
.contact-details a {
	text-decoration: none;
}
.contact-details a:hover,
.contact-details a:focus {
	text-decoration: underline;
}

#nav {
	margin: 0 auto;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	-ms-transform: translate(-50%, -50%);
	    -webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.nav-active {
	overflow: hidden;
}


#frankenmenu-list {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 1.4;
	display: block;
}
#frankenmenu-list .menu-item {
	display: block;
}
#frankenmenu-list a {
	text-decoration: none;
	color: #FFF;
	white-space: nowrap;
	vertical-align: top;
	font-size: 8rem;
	display: inline-block;
	font-weight: bold;
}
#frankenmenu-list a:before {
	margin: 20px 26px 0 0;
	font-size: 47px;
	vertical-align: top;
	display: inline-block;
	background: #FA7850;
	border-radius: 50%;
	padding: 8px;
	text-align: center;
}
#frankenmenu-list a:hover,
#frankenmenu-list a:focus {
	color: #ffd5d0;
}
#frankenmenu-list a:hover:before,
#frankenmenu-list a:focus:before {
	color: #FFF;
	background: #E35F36;
}

@media screen and (max-height: 636px) {
	#frankenmenu-list a {
		font-size: 6rem;
	}
	#frankenmenu-list {
		line-height: 1.2;
	}
}

@media screen and (max-height: 400px) {
	#frankenmenu-list a {
		font-size: 4rem;
	}
	#nav {
		margin-top: 20px;
	}
}


/* BP 2 */
@media screen and (max-width: 1050px) {
	#frankenmenu-list a {
		font-size: 6rem;
	}
	.nav-wrapper {
		padding-top: 44px;
	}
	.section--nav .contact-details {
		display: none;
	}
	.contact-details {
		font-size: 1.8rem;
		padding: 0 0 45px 78px;
	}
	.contact-details:before {
		font-size: 45px;
		left: 30px;
	}
	.contact-details p {
		margin-top: 17px;
	}
}
/* BP 3 */
@media screen and (max-width: 760px) {
	#frankenmenu-list a {
		font-size: 4.5rem;
	}
	#frankenmenu-list {
		line-height: 1.2;
	}

	#nav {
		padding-top: 0;
	}
}
/* BP 4 */
@media screen and (max-width: 500px) {
	#frankenmenu-list a {
		font-size: 3.7rem;
	}
	.contact-details {
		position: relative;
		margin: 25px auto 0;
		padding: 0 0 0 48px;
		display: inline-block;
	}
	.contact-details:before {
		left: 8px;
	}
}



/* -- Menu button -- */
#nav-button {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: none;
	border: none;
	padding: 0;
	position: relative;
	width: 44px;
	height: 38px;
	background: none;
	vertical-align: top;
	margin: 0;
	float: right;
}

/* Hover */
#nav-button:hover .nav-button-line,
#nav-button:focus .nav-button-line {
	background-color: #4a3c39;
}
.show-focus-outlines #nav-button:focus {
	outline: 1px dotted #ff2128;
}

.nav-button-line {
	height: 4px;
	background-color: #61504d;
	position: absolute;
	display: block;
	left: 6px;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	-webkit-animation-duration: 300ms;
	        animation-duration: 300ms;
	right: 6px;
}
.nav-button-top {
	top: 9px;
}
.nav-button-middle {
	top: 17px;
}
.nav-button-bottom {
	top: 25px;
}
.nav-button-middle-left {
	width: 10px;
}
.nav-button-middle-right {
	width: 23px;
	right: 0;
}

/* Animations active */
.nav-happened .nav-button-top {
	-webkit-animation-name: mobileMenuBtnTopClose;
	        animation-name: mobileMenuBtnTopClose;
}
.nav-happened .nav-button-middle {
	-webkit-animation-name: mobileMenuBtnMiddleClose;
	        animation-name: mobileMenuBtnMiddleClose;
}
.nav-happened .nav-button-bottom {
	-webkit-animation-name: mobileMenuBtnBottomClose;
	        animation-name: mobileMenuBtnBottomClose;
}

/* Close button */
.nav-active #nav-button .nav-button-top {
	-webkit-animation-name: mobileMenuBtnTopOpen;
	        animation-name: mobileMenuBtnTopOpen;
}
.nav-active #nav-button .nav-button-middle {
	-webkit-animation-name: mobileMenuBtnMiddleOpen;
	        animation-name: mobileMenuBtnMiddleOpen;
}
.nav-active #nav-button .nav-button-bottom {
	-webkit-animation-name: mobileMenuBtnBottomOpen;
	        animation-name: mobileMenuBtnBottomOpen;
}

/* -- Keyboard accessible close button -- */
.close-nav:focus,
.close-nav:active {
	-webkit-appearance: none;
	outline: none;
	padding: 3px 20px 5px;
	background: none;
	margin: 50px auto 0 !important;
	display: block;
	color: #FFF;
	border: 1px dotted #fff;
}

@media screen and (max-width: 1341px) {
	#nav-button {
		width: 38px;
	}
	.nav-button-line {
		right: 0;
	}
}

/* Extra BP */
@media screen and (max-width: 250px) {
	#nav-button {
		width: 29px;
		height: 34px;
		margin-top: -1px;
	}
	.nav-button-line {
		height: 3px;
	}
}

/* ---- Banner ---- */
.section--banner {
	height: 100%;
	padding: 0;
	text-align: center;
}
.section--banner {
	position: relative;
}
.section--banner__fixed {
	position: absolute;
	top: 0;
	bottom:0;
	left:0;
	right:0;
}
.banners {
	display: block;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 3;
}
.slick-list,
.slick-track,
.banner {
	height: 100%;
}
.slick-arrow {
	position: absolute;
	top: calc(50% - 32px);
	z-index: 5;
	background: rgba(0,0,0,0.2);
	color: #FFF;
	border-radius: 50%;
	border: none;
	height: 32px;
	width: 32px;
	overflow: hidden;
	text-indent: 2000px;
	text-indent: 100vw;
	background-position:center center;
	background-repeat: no-repeat;
	background-size: 20px;
	opacity:0.8;
	outline: none;
	-webkit-transition: all ease-in-out 200ms;
	transition: all ease-in-out 200ms;
}
.slick-arrow:hover,
.slick-arrow:focus,
.slick-arrow:active {
	background-color: rgba(0,0,0,0.5);
	opacity: 1;
}
.slick-prev{
	left: 3rem;
	background-image: url(../images/icon_arrow-left.svg);
}
.slick-next{
	right: 3rem;
	background-image: url(../images/icon_arrow-right.svg);
}
.banner {
	position: relative;
}
.banner__link {
	text-decoration: none;
	-webkit-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}
.banner__text {
	position: absolute;
	bottom: 94px;
	left: 30px;
	color: #FFF;
	font-size: 5rem;
	text-align: left;
	z-index:1;
	line-height: 1.25;
}
.banner__text__title {
	margin: 0;
	font-weight: bold;
}
.banner__text__project {
	margin: 0;
}

.banner__text__categories,
.banner__text__title .banner__text__redbg,
.banner__text__subtitle .banner__text__redbg,
.banner__text__client .banner__text__redbg,
.banner__text__project .banner__text__redbg {
	background-color: rgba(255, 33, 40, 0.8);
	padding: 0.1em 10px;
	text-decoration: none;
}
.banner__text__project,
.banner__text__client {
	margin-bottom: 0.25em;
}
.banner__text__project {
	margin-bottom: 0;
}
.banner__text__project {
	font-weight: bold;
}
.banner__text__categories {
	margin: 0;
	font-size: 2.25rem;
	padding: 0 10px;
	list-style-type: none;
	display: inline-block;
}
.banner__text__categories .banner__text__categories__item {
	display: inline-block;
}
.banner__text__categories .banner__text__categories__item:after {
	content: " | ";
	color: #fff;
}
.banner__text__categories .banner__text__categories__item:last-child:after {
	content: none;
}
.banner-scroll-button {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 30px;
	z-index:3;
}
.banner__image {
	display: block;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom: 0;
	background-image: url(../images/banners/home/banner-1600.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	background-size: cover;
}
.section--banner--inner {
	height: 560px;
}
.section--banner--inner .slick-list {
	padding: 0;
	padding-left: calc((100% - 1230px) / 2);
}
.section--banner--inner .banner__text {
	position: absolute;
	bottom: unset;
	top: 75%;
	-ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	left: 0;
	margin-left: calc((100% - 1230px) / 2);
}
.section--banner--inner .banner__text__subtitle {
	margin-bottom: 0;
}
.banner-inner__images {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom: 0;
}
.banner-inner__images__item {
	background-image: url(../images/banners/home/banner-1600.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	background-size: cover;
}
.banner__link {
	display: block;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom: 0;
}
.banner-inner__images__list {
	height: 100%;
	padding: 0;
	list-style-type: none;
	margin: 0;
}
@supports (display: flex) {
	.section--banner__fixed {
		position: fixed;
		top: 60px;
		bottom:0;
		left:0;
		right:0;
	}
}

/* BP 1 */
@media screen and (max-width: 1320px) {
	.banner__text {
		bottom: 109px;
	}
	.section--banner--inner .slick-list {
		padding-left: calc((100% - 950px) / 2);
	}
	.section--banner--inner .banner__text {
		margin-left: calc((100% - 950px) / 2);
	}
	.section--banner--inner {
		height: 420px;
	}
}

/* BP 2 */
@media screen and (max-width: 1050px) {
	.banner__image {
		position: absolute;
		top: 0;
	}
	.banner-inner__image {
		top: 44px;
	}
	.section--banner--inner .slick-list {
		padding-left: calc((100% - 660px) / 2);
	}
	.section--banner--inner .banner__text {
		margin-left: calc((100% - 660px) / 2);
	}
	.section--banner--inner {
		height: 360px;
	}
	.section--banner--inner .banner__text {
	    font-size: 4rem;
	}
	@supports (display: flex) {
		.section--banner__fixed {
			top: 44px;
		}
	}
}
/* BP 3 */
@media screen and (max-width: 760px) {
	.banner-scroll-button {
		display: none;
	}
	.section--banner,
	.section--banner .container,
	.banner__image,
	.banner-inner__image {
		height:368px;
	}
	.section--banner--inner {
		height: 280px;
	}
	.section--banner--inner .banner__text__title .banner__text__redbg,
	.section--banner--inner .banner__text__subtitle .banner__text__redbg {
    	padding: 2px 10px;
	}
	.banner__text {
		position: relative;
		top: auto;
		left: auto;
		margin-right: auto;
		-ms-transform: none;
		    -webkit-transform: none;
		        transform: none;
		font-size: 4rem;
		padding: 0;
		bottom: 20px;
	}
	.section--banner .container {
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-orient: horizontal;
	    -webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	            flex-flow: row wrap;
	    -webkit-box-pack: start;
	    -ms-flex-pack: start;
	            justify-content: flex-start;
	    -webkit-box-align: end;
	    -ms-flex-align: end;
	            align-items: flex-end;
	    padding: 0;
	}
	.banner__text__categories {
		font-size: 2rem;
		margin-top:0.5em;
	}
	.section--banner--inner .slick-list {
		padding-left: 0;
	}
	.section--banner--inner .banner__text {
		margin-left: 4%;
	    font-size: 3rem;
    	bottom: 20px;
    	top: unset;
	    -ms-transform: translateY(0);
	    -webkit-transform: translateY(0);
	    transform: translateY(0);
    	left: 0;
	}
}

/* BP 4 */
@media screen and (max-width: 500px) {
	.banner__text {
		font-size: 2.5rem;
		padding: 0;
	}
	.banner__text__project,
	.banner__text__client {
		margin-bottom: 0.4em;
	}
	.section--banner,
	.section--banner .container,
	.banner__image,
	.banner-inner__image {
		height: 220px;
	}
	.banner__text__title .banner__text__redbg,
	.banner__text__subtitle .banner__text__redbg,
	.banner__text__client .banner__text__redbg,
	.banner__text__project .banner__text__redbg {
	    padding: 0.25em 10px;
	}
	.banner__text__categories {
		font-size: 1.8rem;
	}
	.banner__text__categories .banner__text__categories__item {
		display: block;
	}
	.banner__text__categories .banner__text__categories__item:after {
		content: none;
	}
	.banner__text__categories {
		display: inline-block;
	}
	.banner__text__categories span {
		background-color: rgba(255, 33, 40, 0.8);
		padding: 0.1em 10px;
	}
}

/* ---- Grid ---- */
.grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
    gap: 30px;
}

/* 1 col */
.grid-col-1 {
	grid-column: span 1;
}
/* 2 col */
.grid-col-2 {
	grid-column: span 2;
}
/* 3 col */
.grid-col-3 {
	grid-column: span 3;
}
/* 4 col */
.grid-col-4 {
	grid-column: span 4;
}
/* 5 col */
.grid-col-5 {
	grid-column: span 5;
}
/* 6 col */
.grid-col-6 {
	grid-column: span 6;
}
/* 7 col */
.grid-col-7 {
	grid-column: span 7;
}
/* 8 col */
.grid-col-8 {
	grid-column: span 8;
}
/* 9 col */
.grid-col-9 {
	grid-column: span 9;
}
/* 10 col */
.grid-col-10 {
	grid-column: span 10;
}
/* 11 col */
.grid-col-11 {
	grid-column: span 11;
}
/* 12 col */
.grid-col-12 {
	grid-column: span 12;
}

/* BP 1 */
@media screen and (max-width: 1320px) {
	.grid {
		gap: 24px;
	}
	/* 1 col */
	.grid-col-1-bp1 {
		grid-column: span 1;
	}
	/* 2 col */
	.grid-col-2-bp1 {
		grid-column: span 2;
	}
	/* 3 col */
	.grid-col-3-bp1 {
		grid-column: span 3;
	}
	/* 4 col */
	.grid-col-4-bp1 {
		grid-column: span 4;
	}
	/* 5 col */
	.grid-col-5-bp1 {
		grid-column: span 5;
	}
	/* 6 col */
	.grid-col-6-bp1 {
		grid-column: span 6;
	}
	/* 7 col */
	.grid-col-7-bp1 {
		grid-column: span 7;
	}
	/* 8 col */
	.grid-col-8-bp1 {
		grid-column: span 8;
	}
	/* 9 col */
	.grid-col-9-bp1 {
		grid-column: span 9;
	}
	/* 10 col */
	.grid-col-10-bp1 {
		grid-column: span 10;
	}
	/* 11 col */
	.grid-col-11-bp1 {
		grid-column: span 11;
	}
	/* 12 col */
	.grid-col-12-bp1 {
		grid-column: span 12;
	}
}

/* BP 2 */
@media screen and (max-width: 1050px) {
	.grid {
		gap: 16px;
	}
	/* 1 col */
	.grid-col-1-bp2 {
		grid-column: span 1;
	}
	/* 2 col */
	.grid-col-2-bp2 {
		grid-column: span 2;
	}
	/* 3 col */
	.grid-col-3-bp2 {
		grid-column: span 3;
	}
	/* 4 col */
	.grid-col-4-bp2 {
		grid-column: span 4;
	}
	/* 5 col */
	.grid-col-5-bp2 {
		grid-column: span 5;
	}
	/* 6 col */
	.grid-col-6-bp2 {
		grid-column: span 6;
	}
	/* 7 col */
	.grid-col-7-bp2 {
		grid-column: span 7;
	}
	/* 8 col */
	.grid-col-8-bp2 {
		grid-column: span 8;
	}
	/* 9 col */
	.grid-col-9-bp2 {
		grid-column: span 9;
	}
	/* 10 col */
	.grid-col-10-bp2 {
		grid-column: span 10;
	}
	/* 11 col */
	.grid-col-11-bp2 {
		grid-column: span 11;
	}
	/* 12 col */
	.grid-col-12-bp2 {
		grid-column: span 12;
	}
}

/* BP 3 */
@media screen and (max-width: 760px) {
	.grid {
		gap: 12px;
	}
	/* 1 col */
	.grid-col-1-bp3 {
		grid-column: span 1;
	}
	/* 2 col */
	.grid-col-2-bp3 {
		grid-column: span 2;
	}
	/* 3 col */
	.grid-col-3-bp3 {
		grid-column: span 3;
	}
	/* 4 col */
	.grid-col-4-bp3 {
		grid-column: span 4;
	}
	/* 5 col */
	.grid-col-5-bp3 {
		grid-column: span 5;
	}
	/* 6 col */
	.grid-col-6-bp3 {
		grid-column: span 6;
	}
	/* 7 col */
	.grid-col-7-bp3 {
		grid-column: span 7;
	}
	/* 8 col */
	.grid-col-8-bp3 {
		grid-column: span 8;
	}
	/* 9 col */
	.grid-col-9-bp3 {
		grid-column: span 9;
	}
	/* 10 col */
	.grid-col-10-bp3 {
		grid-column: span 10;
	}
	/* 11 col */
	.grid-col-11-bp3 {
		grid-column: span 11;
	}
	/* 12 col */
	.grid-col-12-bp3 {
		grid-column: span 12;
	}
}

/* BP 4 */
@media screen and (max-width: 500px) {
	.grid {
		gap: 8px;
	}
	/* 1 col */
	.grid-col-1-bp4 {
		grid-column: span 1;
	}
	/* 2 col */
	.grid-col-2-bp4 {
		grid-column: span 2;
	}
	/* 3 col */
	.grid-col-3-bp4 {
		grid-column: span 3;
	}
	/* 4 col */
	.grid-col-4-bp4 {
		grid-column: span 4;
	}
	/* 5 col */
	.grid-col-5-bp4 {
		grid-column: span 5;
	}
	/* 6 col */
	.grid-col-6-bp4 {
		grid-column: span 6;
	}
	/* 7 col */
	.grid-col-7-bp4 {
		grid-column: span 7;
	}
	/* 8 col */
	.grid-col-8-bp4 {
		grid-column: span 8;
	}
	/* 9 col */
	.grid-col-9-bp4 {
		grid-column: span 9;
	}
	/* 10 col */
	.grid-col-10-bp4 {
		grid-column: span 10;
	}
	/* 11 col */
	.grid-col-11-bp4 {
		grid-column: span 11;
	}
	/* 12 col */
	.grid-col-12-bp4 {
		grid-column: span 12;
	}
}

/* BP 5 */
@media screen and (max-width: 350px) {
	/* 1 col */
	.grid-col-1-bp5 {
		grid-column: span 1;
	}
	/* 2 col */
	.grid-col-2-bp5 {
		grid-column: span 2;
	}
	/* 3 col */
	.grid-col-3-bp5 {
		grid-column: span 3;
	}
	/* 4 col */
	.grid-col-4-bp5 {
		grid-column: span 4;
	}
	/* 5 col */
	.grid-col-5-bp5 {
		grid-column: span 5;
	}
	/* 6 col */
	.grid-col-6-bp5 {
		grid-column: span 6;
	}
	/* 7 col */
	.grid-col-7-bp5 {
		grid-column: span 7;
	}
	/* 8 col */
	.grid-col-8-bp5 {
		grid-column: span 8;
	}
	/* 9 col */
	.grid-col-9-bp5 {
		grid-column: span 9;
	}
	/* 10 col */
	.grid-col-10-bp5 {
		grid-column: span 10;
	}
	/* 11 col */
	.grid-col-11-bp5 {
		grid-column: span 11;
	}
	/* 12 col */
	.grid-col-12-bp5 {
		grid-column: span 12;
	}
}


/* ---- About us grid ---- */
.work-list {
	list-style: none;
	padding: 0;
	margin: 70px 0;
	row-gap: 30px;
}
.work-list__item {
	position: relative;
}
.work-list__item a {
	display: block;
	text-decoration: none;
	height: 100%;
	width: 100%;
}

.work-list__item__text-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #FFF;
	font-size: 2.2rem;
	line-height: 1.2;
	background-color: rgba(255, 33, 40, 0.9);
	opacity: 0;
	transition: opacity 300ms ease;
}
.work-list__item a:hover .work-list__item__text-wrapper,
.work-list__item a:focus .work-list__item__text-wrapper {
	opacity: 1;
}
.work-list__item__text-inner {
	transition: visibility 0ms 250ms;
	visibility: hidden;
	-webkit-animation: scaleOut 300ms cubic-bezier(0.42, 1.37, 0.46, 0.99);
	        animation: scaleOut 300ms cubic-bezier(0.42, 1.37, 0.46, 0.99);
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	height: 100%;
}
.work-list__item a:hover .work-list__item__text-inner,
.work-list__item a:focus .work-list__item__text-inner {
	visibility: visible;
	transition: none;
	-webkit-animation-name: scaleIn;
	        animation-name: scaleIn;
}
.work-list__item__text {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px;
}
.work-list__item__text__title {
	margin: 0;
	font-weight: bold;
}
.work-list__item__text__subtitle {
	margin: 0;
}
.work-list__item__text__categories {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-top: 0.75em;
	font-size: 1.8rem;
}
.work-list__item__text__categories__item {
	display: inline;
}
.work-list__item__text__categories__item:after {
	content: " | ";
	color: #fff;
}
.work-list__item__text__categories__item:last-child:after {
	content: none;
}
.work-list__item__video {
	position: relative;
	padding-top: 66.66666%;
	overflow: hidden;
}
.work-list__item__video__player {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	display: block;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

@supports(aspect-ratio: 3/2) {
	.work-list__item__video,
	.work-list__item__video__player {
		aspect-ratio: 3/2;
	}
}

.work-list__item__image {
	display: block;
}

@media screen and (max-width: 1320px) {
	.work-list__item__text__categories {
		font-size: 1.6rem;
	}
}

/* BP 2 */
@media screen and (max-width: 1050px) {
	.work-list {
		margin-top: 30px;
		margin-bottom: 60px;
	}
	.work-list__item__text__categories {
		margin-top: 0.25em;
	}
}

/* iPad breakpoint */
@media screen and (max-width: 768px) {
	.work-list__item a:hover .work-list__item__image,
	.work-list__item a:focus .work-list__item__image {
		opacity: 0.9;
	}
	.work-list__item__text-wrapper{
		position: relative;
		transition: none;
		opacity: 1;
		background: none;
		color: #262626;
		margin: 0 0 17px;
		font-size: 2.5rem;
	}
	.work-list__item__text-inner {
		visibility: visible;
		transition: none;
		height: auto;
		-webkit-animation: none;
		        animation: none;
	}
	.work-list__item__text {
		position: relative;
		top: 0;
		left: 0;
		margin-right: auto;
		-ms-transform: none;
		    -webkit-transform: none;
		        transform: none;
		padding: 0;
		text-align: left;
	}
	.work-list__item__text__categories__item:after {
		color: #262626;
	}
}

/* BP 3 */
@media screen and (max-width: 760px) {
	.work-list {
		margin-bottom: 30px;
		margin-top: 20px;
	}
	.work-list__item__text-wrapper {
		font-size: 2rem;
	}
}

/* ---- Services grid ---- */
.services-list {
	list-style: none;
	padding: 0;
	margin: 70px 0 40px;
}
.services-list__item {
	position: relative;
	margin-bottom: 30px;
}
.services-list__item a {
	text-decoration: none;
}

.services-list__item:nth-child(3n+3) {
	margin-right: 0;
}
.services-list__item:nth-child(3n+4) {
	clear: left;
}
.services-list__item__icon {
	-webkit-appearance: none;
    padding: 0;
    margin: 0 auto;
    border: none;
    outline: none;
    color: #FFF;
    border-radius: 50%;
    height: 150px;
    width: 220px;
    position: relative;
	background-position: center center;
	background-size: 75%;
	background-repeat: no-repeat;
}
.services-list__item__icon-link {
	display: block;
}
.services-list__item__text-wrapper {
	text-align: center;
	margin-top: 0.5em;
	padding: 0 40px;
}
.services-list__item__title {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom:0.25em;
}


/* BP 2 */
@media screen and (max-width: 1050px) {
	.services-list {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.services-list__item__text-wrapper {
		padding: 0;
	}
	.services-list__item__icon {
		height: 122px;
		width: 160px;
	}
	.services-list__item__icon {
		background-size: 85%;
	}
}

/* BP 3 */
@media screen and (max-width: 760px) {
	.services-list__item:nth-child(3n+3) {
		margin-right: 2.4390243902439024%;
	}

	.services-list__item:nth-child(3n+4) {
		clear: none;
	}

	.services-list__item:nth-child(2n+2) {
		margin-right: 0;
	}

	.services-list__item:nth-child(2n+3) {
		float: left;
	}
	.services-list__item__text-wrapper {
		padding: 0 20px;
	}
}
/* BP 4 */
@media screen and (max-width: 500px) {
	.services-list__item__icon {
	    height: 170px;
	    width: 220px;
	}
}

/* ---- Services details ---- */
.services-details__item {
	padding-right: 40px;
}
.services-details__item:nth-child(3n+3) {
	margin-right: 0;
}
.services-details__item:nth-child(3n+4) {
	clear: left;
}
.services-details__item h3 {
    font-family: 'DuplicateSans', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
	font-size: 4rem;
}
.services-details__desc {
	margin-bottom: 0.25em;
}
.services-details__link a {
	text-decoration: none;
}
/* BP 2 */
@media screen and (max-width: 1050px) {
	.services-details__item:nth-child(3n+3) {
		margin-right: 2.4390243902439024%;
	}

	.services-details__item:nth-child(3n+4) {
		clear: none;
	}

	.services-details__item:nth-child(2n+2) {
		margin-right: 0;
	}

	.services-details__item:nth-child(2n+3) {
		float: left;
	}
}
/* BP 3 */
@media screen and (max-width: 760px) {
	.services-details__item h3 {
		font-size: 2.6rem;
	}
}

/* ---- About ---- */
.section--about {
	background-image: url(../images/banners/about/banner-1600.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.about-services-wrapper {
	margin: 90px 0 0;
}
.about-services-list {
	margin: 0 0 90px;
}

/* BP 2 */
@media screen and (max-width: 1050px) {
	.section--about {
		background-attachment: initial;
	}
	.about-services-wrapper {
		margin-top: 60px;
	}
	.about-services-list {
		margin-bottom: 60px;
	}
}

/* BP 3 */
@media screen and (max-width: 760px) {
	.about-services-wrapper {
		margin-top: 40px;
	}
	.about-services-list {
		margin-bottom: 40px;
	}
}

/* BP 4 */
@media screen and (max-width: 500px) {
	.about-services-wrapper {
		margin-top: 30px;
	}
	.about-services-list {
		margin-bottom: 30px;
	}
}

/* ---- Conact - homepage ---- */
.contact__text a {
	text-decoration: none;
}

/* ---- Projects template ---- */
.mainbar__wrapper {
	padding-right: 4rem;
}
.project__services {
	padding: 2rem 4rem;
}
.project__cta {
	display: block;
	position:fixed;
	width:100%;
	bottom: 0;
	z-index: 3;
	height: 74px;
	transition: all 400ms ease-in-out;
}
.bg-red.project__cta {
	background-color: transparent;
	background-image: -webkit-linear-gradient(0deg, rgba(255,33,40,1) 0%, rgba(255,33,40,0.9) 100%);
	background-image: -moz-linear-gradient(0deg, rgba(255,33,40,1) 0%, rgba(255,33,40,0.9) 100%);
	background-image: -o-linear-gradient(0deg, rgba(255,33,40,1) 0%, rgba(255,33,40,0.9) 100%);
	background-image: linear-gradient(0deg, rgba(255,33,40,1) 0%, rgba(255,33,40,0.9) 100%);
}
.bg-red .button--underline:before {
	background-color: #fff;
}
.project__cta--hidden {
	height: 0;
}
.project__cta a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.project__cta a:hover,
.project__cta a:focus {
	color: #fff;
}
.project__cta__subtitle {
	position:relative;
	display: inline-block;
}
.project__cta__subtitle--dektop {
	display: inline-block;
}
.project__cta__subtitle--mobile {
	display: none;
}
.project__cta__subtitle--tablet {
	display: none;
}
.project__cta__subtitle:before {
	content: "/";
	display: inline;
	padding: 0 8px 0 4px;
}
.project__cta h3 {
	display: inline-block;
	margin: 1.5rem 0 1.5rem;
    line-height: 4.4rem;
}
.project__cta__button {
	display: inline-block;
	margin: 1rem 0 1rem 4.4rem;
}
.project__services {
	background-color: #eeeeee;
}
/* BP 2 */
@media screen and (max-width: 1050px) {
	.mainbar__wrapper {
		padding-right: 0;
	}
	.project__cta__subtitle {
		display: inline;
		font-size: 1.8rem;
	}
	.project__cta__subtitle--dektop {
		display: none;
	}
	.project__cta__subtitle--mobile {
		display: none;
	}
	.project__cta__subtitle--tablet {
		display: inline-block;
	}
}
/* BP 3 */
@media screen and (max-width: 760px) {
	.project__cta h3 {
		display: none;
	}
	.project__cta {
	    height: 47px;
		text-align: center;
	}
	.project__cta--hidden {
	    height: 0;
	}
	.project__cta__subtitle--dektop {
		display: none;
	}
	.project__cta__subtitle--tablet {
		display: none;
	}
	.project__cta__subtitle--mobile {
		display: inline-block;
		margin: 1.2rem 0;
		font-size: 1.8rem;
	}
	.project__cta__subtitle--mobile a {
		font-weight: bold;
	}
	.project__cta__subtitle:before {
		content: none;
	}
	.project__cta__button {
		margin: 0.5rem 0 1.5rem;
	}
}
/* ---- Map section ---- */
.section--map {
	height: 500px;
}
.section--map .map-image {
	background: url(../images/map-section/map-section-1600.jpg) no-repeat center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

/* BP 2 */
@media screen and (max-width: 1050px) {
	.section--map {
		height: 400px;
	}
}

/* BP 3 */
@media screen and (max-width: 760px) {
	.section--map {
		height: 300px;
	}
}

/* BP 4 */
@media screen and (max-width: 500px) {
	.section--map {
		height: 210px;
	}
	.section--map .map-image {
		background-image: url(../images/map-section/map-section-500.jpg);
	}
}


/* ---- Project Gallery ---- */
.project-gallery {
	margin-top: 60px;
}
.project-gallery .grid {
	margin-bottom: 30px;
}
.project-gallery__full-width {
	margin-bottom: 70px;
}
.project-gallery__full-width img {
	max-width: none;
	width: 100%;
}
.project-gallery__no_margin {
	margin-bottom: 0 !important;
}

.project-gallery__img.project-gallery__img--animate {
	animation: fadeIn 300ms ease;
	animation-fill-mode: forwards;
}
.project-gallery .project-gallery__video-wrapper,
.project-gallery .project-gallery__img-wrapper,
.project-gallery .project-gallery__description {
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}
.project-gallery .project-gallery__video-wrapper,
.project-gallery .project-gallery__description {
	height: 100%;
}
.project-gallery__description_container {
	max-width: 1230px;
	width: 100%;
	padding: 1em 1em 1em 4em;
	position: relative;
}
.project-gallery__description_container:before {
	content: '';
	position: absolute;
	width: 0px;
	left: 2em;
	top: 1em;
	bottom: 1.5em;
}

.project-gallery__bg-light-grey {
	background-color: #F1F1F1;
	color: #000;
}
.project-gallery__bg-light-grey .project-gallery__description_container:before {
	border-left: 1px solid #1B1B1B;
}

.project-gallery__bg-white {
	background-color: #fff;
	color: #000;
}
.project-gallery__bg-white .project-gallery__description_container:before {
	border-left: 1px solid #1B1B1B;
}

.project-gallery__bg-light-grey h2,
.project-gallery__bg-light-grey h3,
.project-gallery__bg-light-grey h4,
.project-gallery__bg-white h2,
.project-gallery__bg-white h3,
.project-gallery__bg-white h4 {
	color: #000;
}

.project-gallery__bg-red {
	background-color: #FF2128;
	color: #fff;
}

.project-gallery__bg-red h2,
.project-gallery__bg-red h3,
.project-gallery__bg-red h4,
.project-gallery__bg-dark-grey h2,
.project-gallery__bg-dark-grey h3,
.project-gallery__bg-dark-grey h4 {
	color: #fff;
}

.project-gallery__bg-red .project-gallery__description_container:before {
	border-left: 1px solid #fff;
}

.project-gallery__bg-dark-grey {
	background-color: #3A3E32;
	color: #fff;
}
.project-gallery__bg-dark-grey .project-gallery__description_container:before {
	border-left: 1px solid #fff;
}


.project-gallery .project-gallery__img-wrapper {
	filter:blur(6px);
}
.project-gallery__video-wrapper.project-gallery__video--loaded,
.project-gallery__img-wrapper.project-gallery__img--loaded {
	animation: removeBlur 300ms ease;
	animation-fill-mode: forwards;
}
.project-gallery .project-gallery__img--placeholder {
	width: 100%;
	transform: scale(1.05);
	transition: all 500ms ease;
	z-index: 2;
}
.project-gallery__img--placeholder--hidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.project-gallery .project-gallery__video {
	width: 100%;
}

.project-gallery .project-gallery__img--loaded.project-gallery__img {
	position: relative;
	width: unset;
}
.project-gallery .project-gallery__full-width .project-gallery__img--loaded.project-gallery__img {
    max-width: none;
    width: 100%;
}

@supports(display: grid) {
	.project-gallery .project-gallery__video-wrapper,
	.project-gallery .project-gallery__img-wrapper,
	.project-gallery .project-gallery__description {
		display: grid;
	    align-content: center;
	    justify-items: center;
	}
}

/* BP 2 */
@media screen and (max-width: 1050px) {
	@supports(display: grid) {
		.project-gallery .project-gallery__video-wrapper,
		.project-gallery .project-gallery__img-wrapper,
		.project-gallery .project-gallery__description {
			align-content: unset;
		}
	}
}
/* BP 3 */
@media screen and (max-width: 760px) {
	.project-gallery {
		margin-top: 40px;
	}
}

/* BP 4 */
@media screen and (max-width: 500px) {
	.project-gallery {
		margin-top: 30px;
	}
	.project-gallery .grid {
		margin-bottom: 0;
		text-align: center;
	}
	.project-gallery .grid-col {
		margin-bottom: 30px;
	}
	.project-gallery__full-width {
		margin: 0 0 30px;
	}
}



/* ---- Footer ---- */
.section.section--footer {
	padding: 60px 0 150px;
	z-index: 4;
}
.footer__quicklinks__list__title {
	font-size: 3rem;
}
.footer__services-lists {
	padding-bottom: 20px;
}
.footer__services-lists .services__title {
	display: none;
}
.services__list {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-size: 2rem;
	line-height: 1.5;
}
.services__list li a {
	text-decoration: none;
	border-bottom: 1px solid rgba(255,255,255,0);
}
.services__list li a:hover,
.services__list li a:focus {
	border-bottom: 1px solid rgba(255,255,255,1);
}
.services__list__title {
	text-transform: none;
	font-family: 'DuplicateSans', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
}
/* footer nav */
.footer-nav {
	width: 100%;
	text-align: center;
	position:absolute;
	bottom: 40px;
	left: 0;
	right: 0;
}
.footer-nav #frankenmenu-list .menu-item {
	display: inline-block;
	padding-left: 1em;
	font-size: 3rem;
}
.footer-nav #frankenmenu-list .menu-item:first-child {
	padding-left: 0;
}
.footer-nav #frankenmenu-list .menu-item:after {
    content: " | ";
    color: #fff;
	padding-left: 0.5em;
}
.footer-nav #frankenmenu-list .menu-item:last-child:after {
	content: none;
}
.footer-nav #frankenmenu-list a {
    font-size: 3rem;
	position: relative;
}
.footer-nav #frankenmenu-list a:before {
	content: "";
	height: 1px;
	width: 0;
	position: absolute;
	top:100%;
	left: 0;
	background-color: #fff;
	transition: width 250ms ease-in-out;
	margin: 0;
	font-size: inherit;
	display: block;
	border-radius: 0;
	padding: 0;
}
.footer-nav #frankenmenu-list a:hover:before,
.footer-nav #frankenmenu-list a:focus:before {
	width: 100%;
}
.footer-nav #frankenmenu-list a:hover,
.footer-nav #frankenmenu-list a:focus {
    color: #fff;
}
/* list toggle  */
.list-toggle {
    position: relative;
    border-bottom: solid 1px rgba(255,255,255,0.3);
    z-index: 1;
}
.list-toggle:before,
.list-toggle:after {
    content: " ";
    width: 1em;
    height: 2px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 1.25em;
    left: calc(100% - 1.5em);
    right: 0;
    transition: transform 200ms ease;
    transform: rotate(-45deg);
    z-index: -1;
}
.list-toggle:after {
    transform: rotate(45deg);
}
.list-hidden.list-toggle:before,
.list-hidden.list-toggle:after {
    transform: rotate(0deg);
}
.list-hidden.list-toggle:after {
    transform: rotate(90deg);
}
.list-toggle .footer__quicklinks__list{
	padding-bottom: 1em;
}
/* get in touch */
.section--footer-contact {
	z-index:4;
}
@media screen and (max-width: 1320px) {
	.footer__services-lists {
		padding-bottom: 60px;
	}
	.services__list__column:nth-child(3n+3) {
		margin-right: 1.2195121951%;
	}

	.services__list__column:nth-child(3n+4) {
		clear: none;
	}

	.services__list__column:nth-child(2n+2) {
		margin-right: 1.2195121951%;
	}

	.services__list__column:nth-child(2n+3) {
		float: left;
	}
	.footer-nav {
		position:static;
		padding: 20px;
	}
}
/* BP 2 */
@media screen and (max-width: 1050px) {
	.section.section--footer {
		padding: 40px 0 170px;
	}
	.services__list,
	.contact-details {
		font-size: 1.8rem;
	}
	.services__list__column:nth-child(3n+3) {
		margin-right: 2.4390243902439024%;
	}
	.services__list__column:nth-child(3n+4) {
		clear: none;
	}
	.services__list__column:nth-child(2n+2) {
		margin-right: 0;
	}
	.services__list__column:nth-child(2n+3) {
		float: left;
	}
}
/* BP 3 */
@media screen and (max-width: 760px) {
	.footer__services-lists {
		text-align: center;
	}
	.footer-nav #frankenmenu-list .menu-item {
		padding-left: 0.25em;
	}
	.footer-nav #frankenmenu-list .menu-item:after {
	    padding-left: 0.25em;
	}
}
/* BP 4 */
@media screen and (max-width: 500px) {
	.section.section--footer {
		padding: 40px 0 45px;
	}
	.footer-nav #frankenmenu-list .menu-item {
		font-size: 2rem;
	}
	.footer__services-lists {
	    padding-bottom: 40px;
	}
	.footer-nav #frankenmenu-list a {
	    font-size: 2rem;
	}
}


/* social media in footer */

.footer__social-media {

}

.social-media-list {
	padding: 0;
	list-style: none;
	text-align: center;
}

@media screen and (min-width: 761px) {
	.footer__social-media {
		position: absolute;
		bottom: 40px;
		right: 40px;
	}

	.social-media-list {
		text-align: right;
		margin-bottom: 4px;
	}
}

@media screen and (min-width: 1321px) {
	.social-media-list {
		margin-bottom: 0px;
	}
}

.social-media-list__item {
	display: inline-block;
	padding: 0 6px;
}

.social-media-list__item__link {
	display: block;
	width: 45px;
	height: 30px;
	z-index: 4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	overflow: hidden;
}

a.social-media-list__item__link:after {
	content: '';
	position: absolute;
	left: 150%;
	top: -25%;
	background: #ff2128;
	border: 2px solid #fff;
	width: 90px;
	height: 90px;
	-moz-transform: rotate(-70deg);
	-webkit-transform: rotate(-70deg);
	-o-transform: rotate(-70deg);
	-ms-transform: rotate(-70deg);
	transform: rotate(-70deg);
	transition: all 300ms ease-in-out;
}

a.social-media-list__item__link:hover:after {
	left: 56%;
}

a.social-media-list__item__link--fb:hover:after {
	left: 48%;
}

a.social-media-list__item__link--pt:hover:after {
	left: 51%;
}

a.social-media-list__item__link--tw:hover:after {
	left: 52%;
}


.social-media-list__item__link span {
	display: block;
}

@media screen and (max-width: 47.9375em) { /* 767px */

	.social-media-list__item:last-child {
		display: none;
	}
}

/* ---- legal text ---- */

.footer__legal-text {
	position: relative;
	z-index: 10;
	text-align: center;
	margin-inline: 70px;
}
.footer__legal-text :where(a) {
	position: relative;
	display: inline-block;
	margin-inline: 6px;
	text-decoration: none;
}
.footer__legal-text :where(a):before {
	content: "";
	height: 1px;
	width: 0;
	position: absolute;
	top:100%;
	left: 0;
	background-color: #fff;
	transition: width 250ms ease-in-out;
	margin: 0;
	font-size: inherit;
	display: block;
}
.footer__legal-text :where(a):hover:before {
	width: 100%;
}


/* ---- Site search ---- */

/* ie on the /search page */

@media screen and (min-width: 650px) {
	.site-search-form input[type="text"] {
		width: 60%;
		margin: 0 1.5% 0 0;
	}

}

/* Generic style for all widgets */

.widget h3.widget-title {

}


/* ---- Tags list ---- */
.tag-list h4 {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.tag-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 1.8rem;
}
.tag-list li {
	display: inline;
}
.tag-list li:after {
	content: ", ";
}
.tag-list li:last-child:after {
	content: none;
}
.tag-list a {
	text-decoration: none;
}
.tag-list a:hover,
.tag-list a:focus {
	text-decoration: underline;
}


/* ------------------------------------------------------
**** Widgets

Widgets & Modules that ship with sprout.
If they don't they belong in seperate partial file

------------------------------------------------------ */

/* ---- Catch all ---- */
.sidebar .widget {
	margin-bottom: 25px;
}

/* ---- Related Links ---- */
.widget-relatedlinks {
	margin-bottom: 25px;
}
/* resets, don't touch */
.widget-relatedlinks ul {
	padding: 0;
	margin:  0;
}
.widget-relatedlinks li {
	list-style: none;
}
.widget-relatedlinks a {
	text-decoration: none;
}
/* styles */
.widget-relatedlinks li.depth1 {
	border-bottom: 1px solid #d6d6d6;
	position: relative;
}
.widget-relatedlinks li.depth1:last-child {
	border-bottom: none;
}
.widget-relatedlinks li.depth1 > a {
	display: block;
	padding: 10px 18px 10px 0;
	transition: all 150ms ease-out;
}
.widget-relatedlinks li.depth1.on > a,
.widget-relatedlinks li.depth1 > a:hover {
	background-color: #eee;
	padding-left: 10px;
}
.widget-relatedlinks li.depth1.on > a:hover {
	padding-left: 15px;
}
.widget-relatedlinks li.on > a:after,
.widget-relatedlinks li.depth1:hover > a:after,
.widget-relatedlinks li.depth2 a:hover:after {
	content: ">";
	position: absolute;
	right: 10px;
	color: #000;
	top: 9px;
}

/* Children */
.widget-relatedlinks li.depth2 {
	font-size: 1.4rem;
}
.widget-relatedlinks li.depth2 a {
	background: #f6f6f6;
}
.widget-relatedlinks li.depth2.on a,
.widget-relatedlinks li.depth2.on a:hover {
	background: #eee;
}
.widget-relatedlinks li.depth2 a:before {
	content: "- ";
}
.widget-relatedlinks li.depth2 {
	border-top: 1px solid #d6d6d6;
}
.widget-relatedlinks li.depth2 a {
	transition: all 150ms ease-out;
	position: relative;
	padding: 10px 25px 10px 25px;
	display: block;
}
.widget-relatedlinks li.depth2 a:hover {
	background: #eee;
}



/* ---- 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: 22%;
	float: left;
	margin: 0 0 20px 4%;
	position: relative;
}
.widget-childrengallery .children-gallery-list-item:nth-child(4n+1) {
	margin-left: 0;
	clear: left;
}
.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: 760px) {
	.widget-childrengallery .children-gallery-list-item {
		width: 30.666666%;
	}
	.widget-childrengallery .children-gallery-list-item:nth-child(4n+4) {
		margin-right: 4%;
	}
	.widget-childrengallery .children-gallery-list-item:nth-child(3n+3) {
		margin-right: 0;
	}
}

@media screen and (max-width: 500px) {
	.widget-childrengallery .children-gallery-list-item {
		width: 48%;
	}
	.widget-childrengallery .children-gallery-list-item:nth-child(3n+3) {
		margin-right: 4%;
	}
	.widget-childrengallery .children-gallery-list-item:nth-child(2n+2) {
		margin-right: 0;
	}
}



/* ---- Order Form ---- */
.widget-orderform .product {
	width: 30%;
	margin-right: 5%;
	float: left;
}
.widget-orderform .product:nth-child(3n+3) {
	margin-right: 0;
}


/* ---- Videos ---- */
.tinymce-media-iframe,
.widget-Video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    clear: both;
}

.tinymce-media-iframe iframe,
.widget-Video iframe,
.widget-Video object,
.widget-Video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

iframe {
    border: 0;
}

.tinymce-media-iframe {
    margin: 2rem 0;
}
/* ---- reCAPTCHA ---- */
.g-recaptcha {
    padding-bottom: 15px;
}

/* ------------------------------------------------------
**** 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;
	}
}
