@-webkit-viewport {
	width: device-width;
	zoom: 1.0;
}
@-moz-viewport {
	width: device-width;
	zoom: 1.0;
}
@-ms-viewport {
	width: device-width;
	zoom: 1.0;
}
@-o-viewport {
	width: device-width;
	zoom: 1.0;
}
@viewport {
	width: device-width;
	zoom: 1.0;
}

/* Breakpoints */

/* BP 5 */
@media screen and (min-width: 600px) {

}

/* BP 4 */
@media screen and (min-width: 767px) {

}

/* BP 3 */
@media screen and (min-width: 950px) {

}

/* BP 2 */
@media screen and (min-width: 1150px) {

}

/* BP 1 */
@media screen and (min-width: 1450px) {

}


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

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

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

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

/*

Myriad Pro
font-family: "myriad-pro", Helvetica, Arial, sans-serif;
font-weight: 600;

Effra
font-family: "effra", Helvetica, Arial, sans-serif;
font-weight: 300;
font-weight: 400;
font-weight: 500;

*/


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

.icon-before:before,
.icon-after:after {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

.icon-before.icon-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-home:before,
.icon-after.icon-home:after {
	content: "\e904";
}




html {
	font-size: 62.5%;
}

body {
	line-height: 1.5;
	font-size: 1.5em;
	color: #191923;
	font-family: "effra", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/* BP 5 */
@media screen and (min-width: 600px) {

}

/* BP 4 */
@media screen and (min-width: 767px) {

}

/* BP 3 */
@media screen and (min-width: 950px) {
	body {
		line-height: 1.6;
		font-size: 1.6em;
	}
}

/* BP 2 */
@media screen and (min-width: 1150px) {

}

/* BP 1 */
@media screen and (min-width: 1450px) {

}


/* ---- Headings ---- */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin: 0 0 1rem 0;
	font-weight: 400;
	font-family: "effra", Helvetica, Arial, sans-serif;
}
	h1 small,
	h2 small,
	h3 small,
	h4 small,
	h5 small,
	h6 small {
		font-weight: normal;
		line-height: 1;
		color: #8a7b7b;
	}

	p + h1,
	p + h2,
	p + h3,
	p + h4,
	p + h5,
	p + h6 {
		margin-top: 3rem;
	}


h1, .h1,
.banner__text__heading,
.banner-slider-item__text__heading,
.section-title__heading {
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 0.8;
}

.banner__text__heading  {
	line-height: 1;
}

h2, .h2 {
	font-size: 2.6rem;
	font-weight: 300;
	line-height: 1.2;
}

h3, .h3 {
	font-size: 1.9rem;
	text-transform: uppercase;
	font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    font-weight: 600;
}

h4, .h4 {
	font-size: 1.8rem;
}

h5, .h5 {
	font-size: 1.7rem;
}

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

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

small {
	font-size: 1.28rem;
}

/* BP 5 */
@media screen and (min-width: 600px) {
	h1, .h1,
	.banner-slider-item__text__heading,
	.section-title__heading {
		font-size: 4.8rem;
	}
	.banner__text__heading {
		font-size: 4.4rem;
	}
}

/* BP 4 */
@media screen and (min-width: 767px) {
	h1, .h1,
	.banner-slider-item__text__heading,
	.section-title__heading {
		font-size: 5.6rem;
	}
	h2, .h2 {
		font-size: 2.8rem;
	}

}

/* BP 3 */
@media screen and (min-width: 950px) {
	.banner__text__heading {
		font-size: 5.2rem;
	}
	h1, .h1,
	.banner-slider-item__text__heading,
	.section-title__heading {
		font-size: 6.2rem;
	}
	h2, .h2 {
		font-size: 3.2rem;
	}

	h1,
	.h1,
	h2,
	.h2,
	h3,
	.h3,
	h4,
	.h4,
	h5,
	.h5,
	h6,
	.h6 {
		margin: 0 0 1.5rem 0;
	}
}

/* BP 2 */
@media screen and (min-width: 1150px) {
	.banner__text__heading {
		font-size: 6rem;
		line-height: .9;
	}
	h1, .h1,
	.banner-slider-item__text__heading,
	.section-title__heading {
		font-size: 7.2rem;
	}
	h2, .h2 {
		font-size: 3.6rem;
	}
}

/* BP 1 */
@media screen and (min-width: 1450px) {
	.banner__text__heading {
		font-size: 6.2rem;
		line-height: .9;
	}
	h1, .h1,
	.banner-slider-item__text__heading,
	.section-title__heading {
		font-size: 8rem;
	}
	h2, .h2 {
		font-size: 4rem;
	}
}


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

li ul,
li ol {
	margin: 1rem 0;
}

ul.inline,
ol.inline {
	list-style-type: none;
	margin-left: 0;
}
	ul.inline > li,
	ol.inline > li {
		display: inline-block;
		padding-left: 12px;
		padding-right: 12px;
	}



/* ---- Blockquotes ---- */
blockquote {
	margin: 1.5rem 0;
	padding: 5px 20px 15px;
	background: #f6f6f6;
	font-style: italic;
	position: relative;
	clear: both;
}

blockquote *:last-child {
	margin-bottom: 0;
}

blockquote:before,
blockquote:after {
	position: absolute;
	font-size: 13rem;
	display: block;
	height: 25px;
	width: 50px;
	color: #c7cfdb;
	font-style: italic;
	line-height: 10px;
	font-family: "Big Caslon","Book Antiqua","Palatino Linotype",Georgia,serif;
}

blockquote:before {
	content: '\201C';
	top: 38px;
	left: -8px;
}

blockquote:after {
	content: '\201D';
	bottom: -36px;
	right: 18px;
}

@media screen and (min-width: 1150px) {
	.blockquote--left {
		float: left;
		width: 45%;
		margin-left: 0px;
		margin-right: 20px;
		clear: right;
	}

	.blockquote--right {
		float: right;
		width: 45%;
		margin-left: 20px;
		margin-right: 0px;
		clear: left;
	}
}


/* ---- HR ---- */
hr {
	box-sizing: content-box;
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 2em 0;
	padding: 0;
}


/* ---- Text level elements ---- */
abbr[title] {
	border-bottom: 1px dotted #c6bfbf;
	cursor: help;
}

b, strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

ins {
	background-color: #f6f6f6;
	color: #473f3f;
	text-decoration: none;
}

mark {
	background-color: #f6f6f6;
	color: #473f3f;
	font-style: italic;
	font-weight: bold;
}

pre,
code,
kbd,
samp {
	font-family: 'Monaco', 'Courier New', monospace;
	color: #484040;
	background: #efefef;
	background: rgba(0, 0, 0, .07);
	padding: 0 2px;
	margin: 0 -2px;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}


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

a:hover,
a:active,
a:focus {
	color: #e48926;
}

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


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


/* ---- Blue lines ---- */
.banner__inner:after,
.banner-slider:after,
.hover-boxes-item:first-child .hover-boxes-item__image:before,
.hover-boxes-item:first-child .hover-boxes-item__hover:before,
.hover-boxes-item--layout2 .hover-boxes-item__hover:after,
.hover-boxes-item--layout1:last-child .hover-boxes-item__text:after,
.feature-article__text:after {
	content: " ";
	background-color: #0b4c9c;
	height: 5px;
}

/* BP 4 */
@media screen and (min-width: 767px) {
	.banner__inner:after,
	.banner-slider:after,
	.hover-boxes-item:first-child .hover-boxes-item__image:before,
	.hover-boxes-item:first-child .hover-boxes-item__hover:before,
	.hover-boxes-item--layout2 .hover-boxes-item__hover:after,
	.hover-boxes-item--layout1:last-child .hover-boxes-item__text:after,
	.feature-article__text:after {
		height: 9px;
	}
}

/* BP 2 */
@media screen and (min-width: 1150px) {
	.banner__inner:after,
	.banner-slider:after,
	.hover-boxes-item:first-child .hover-boxes-item__image:before,
	.hover-boxes-item:first-child .hover-boxes-item__hover:before,
	.hover-boxes-item--layout2 .hover-boxes-item__hover:after,
	.hover-boxes-item--layout1:last-child .hover-boxes-item__text:after,
	.feature-article__text:after {
		height: 13px;
	}
}

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

	font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    font-weight: 600;
	line-height: 1.2;
}

.button:before {
    content: "- ";
}



/* 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.button-small,
.field-element--button.field-element--small .button {
	padding: 8px 20px;
	font-size: 1.4rem;
}


/* Outline (default) */
.button,
.button.button-outline {
	color: #191923;
	border: 2px solid #999fb5;
}
.button.icon-before:before,
.button.icon-after:after,
.button.button-outline.icon-before:before,
.button.button-outline.icon-after:after {
	color: #191923;
}
.button:hover,
.button.button-outline:hover,
.button:focus,
.button.button-outline:focus {
	color: #FFF;
	background-color: #f9a341;
	border-color: #f9a341;
}

/* Outline white */
.button.button-outline-white {
	color: #fff;
}
.button.button-outline-white.icon-before:before,
.button.button-outline-white.icon-after:after {
	color: #fff;
}
.button.button-outline-white:hover,
.button.button-outline-white:focus {
	background-color: #f9a341;
	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-red {
	background-color: #DC5959;
	color: #fff;
}
.button.button-red.icon-before:before,
.button.button-red.icon-after:after {
	color: #A22B2B;
}
.button.button-red:hover,
.button.button-red:focus {
	background-color: #CC4C4C;
	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;
}

/* Blue */
.button.button-blue {
	background-color: #596474;
	color: #fff;
}
.button.button-blue.icon-before:before,
.button.button-blue.icon-after:after {
	color: #2A333E;
}
.button.button-blue:hover,
.button.button-blue:focus {
	background-color: #4D5765;
	color: #fff;
}

.button-block {
	display: block;
	width: 100%;
}

.button.blog-refine-bar__button.on {
    background-color: #f9a341;
    border-color: #f9a341;
    color: #FFF;
}

/* Hover/unhover states */
.button-hover-state {
	display: none;
}
.button:hover .button-hover-state {
	display: inline;
}
.button:hover .button-unhover-state {
	display: none;
}

/* Disabled/unavailable button style */
.button[disabled],
.button-disabled,
.button-disabled:hover,
.button-disabled:focus,
.button-disabled:active {
	border: none;
	background-image: none;
	opacity: 0.4;
	cursor: default;
	box-shadow: none;
}

/* Gets the buttons to line up with form inputs when you want them to */
.button.inline {
	margin-bottom: 0.75em;
}

/* Firefox: Get rid of the inner focus border */
.button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

/* Inline buttons */
.inline-buttons .button {
	margin-right: 8px;
	float: left;
}
.inline-buttons .button:last-child {
	margin-right: 0;
}

/* right */
.inline-buttons.inline-buttons-right {
	text-align: right;
}
.inline-buttons.inline-buttons-right .button {
	margin-right: 0;
	margin-left: 8px
}
.inline-buttons.inline-buttons-right .button:first-child {
	margin-left: 0;
}

/* BP 3 */
@media screen and (min-width: 950px) {

	/* Regular */
	.button,
	.button-regular {
		padding: 11px 35px;
		font-size: 1.6rem;
	}

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

}


/* ---- Expando ---- */
.expando-opener-heading {
	color: #e85505;
	position: relative;
	margin-left: 1em; /* aligns the arrows with the edge of the paragraph */
}

.expando-opener-heading:hover {
	color: #ae550d;
}

a.expando-opener-link:before,
.expando-opener-heading:before {
	content:"\003e ";
	display: inline-block;
	-webkit-transition: all 150ms ease;
	transition: all 150ms ease;
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
	/* Keeps the text from wrapping under arrows */
	position: absolute;
	right: 100%;
	width: 1em;
}

.expando-opener-heading.expanded:before {
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
	-webkit-transform-origin: 30% 56%;
	        transform-origin: 30% 56%;
}

.expando {
	margin-left: 2.2em;  /* aligns close link with header paragraph */
}


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

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

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

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

.pull-image {
	width: 107%;
	max-width: 107%);
	margin-left: -7%;
	position: relative;

	border-bottom: 10px solid #0b4c9c;
}

@media screen and (min-width: 600px) {
    .pull-image {
		width: calc(107% + 32px);
		max-width: calc(107% + 32px);
		margin-left: calc(-7% - 32px);
    }
}

@media screen and (min-width: 767px) {
    .pull-image {
		width: calc(100% + 30px);
		max-width: calc(100% + 30px);
		margin-left: -30px;
    }
}

@media screen and (min-width: 1150px) {
    .pull-image {
		width: calc(100% + 50px);
		max-width: calc(100% + 50px);
		margin-left: -50px;
    }
}


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

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
		-webkit-transform: translateY(-50px);
		        transform: translateY(-50px);
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
		-webkit-transform: translateY(-50px);
		        transform: translateY(-50px);
	}
	to {
		opacity: 1;
	}
}


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

/* ---- 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: 1px solid #CED2DC;
	border-radius: 5px;
	background-color: #EEF0F3;
}

/* ---- 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: 768px) {
	.field-element {
		margin-bottom: 13px;
	}
}

/* ---- Disabled ---- */
.field-element--disabled {
	opacity: 0.6;
	cursor: not-allowed;
}
.field-element--disabled .textbox[disabled],
.field-element--disabled select[disabled],
.field-element--disabled button[disabled] {
	cursor: not-allowed;
}

/* ---- Caps ---- */
.field-element--caps .textbox,
.field-element--caps select {
	text-transform: uppercase;
}

/* ---- Fieldset ---- */
.field-element fieldset {
	border: none;
	padding: 0;
	margin: 0;
}


/* ---- Labels and legends ---- */
.field-label,
.fieldset__legend {
	font-weight: 500;
	font-size: 1.6rem;
	margin-bottom: 10px;
	line-height: 1.2;
	font-family: "effra", 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-element.field-element--error  .field-input .textbox,
.field-element.field-element--error  .field-input select {
    background-color: #f7eaec;
}
.field-error__list {
	list-style: none;
	padding: 0;
	margin: 0;
}

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

/* ---- Text area ---- */
textarea {
	resize: vertical;
}

/* ---- Range ---- */
.field-element--range .field-input .textbox {
	-webkit-appearance: slider-horizontal;
	background: none;
	padding: 0;
	border-radius: 0;
	border: none;
	background: none !important;
}
input[type=range]::-moz-focus-outer {
    border: 0;
}


/* ---- Selects ---- */
.field-element .field-input select {
	-moz-appearance: none;
	background-image: url(../images/form-icons.svg),
	url(../images/form-icons.svg);
	background-repeat: no-repeat, no-repeat;
	background-position: top -257px right -104px, top -447px right -92px;
	padding-right: 55px;
}
.field-element .field-input select[multiple] {
	background-image: none;
	padding-right: 20px;
}

.field-element select::-ms-expand,
.daterangepicker select.monthselect::-ms-expand,
.daterangepicker select.yearselect::-ms-expand {
    display: none;
}

/* Multiple selects */
.field-element.field-element--select.field-element--select--multiple select {
	padding: 8px 8px;
	background-image: none;
}

.field-element.field-element--select.field-element--select--multiple option {
	padding: 6px 10px;
}

/* White */
.field-element--white .field-input select {
	background-position: top -257px right -104px, top -607px right -92px;
}

/* White + Small */
.field-element--small.field-element--white .field-input select {
	background-position: top -262px right -104px, top -607px right -92px;
}
/* White + Large */
.field-element--large.field-element--white .field-input select {
	background-position: top -253px right -104px, top -607px right -92px;
}

/* Small */
.field-element--small .field-input select {
	background-position: top -262px right -104px, top -447px right -92px;
}
/* Large */
.field-element--large .field-input select {
	background-position: top -253px right -104px, top -447px right -92px;
}

/* Large and regular field elements turn small */
@media screen and (max-width: 949px) {
	.field-element .field-input select,
	.field-element.field-element--large .field-input select,
	.field-element.field-element--regular .field-input select {
		background-position: top -262px right -104px, top -447px right -92px;
		font-size: 1.4rem;
		padding: 7px 15px 7px;
		padding-right: 55px;
	}
}


/* ---- Checkboxes and radio buttons ---- */
.field-element.field-element--checkbox,
.field-element.field-element--radio {
	font-size: 1.6rem;
}

.field-element input[type="checkbox"],
.field-element input[type="radio"] {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.field-element input[type="checkbox"] + label,
.field-element input[type="radio"] + label {
	padding-left: 34px;
	position: relative;
	cursor: pointer;
	display: inline-block;
}

.field-element input[type="checkbox"] + label:before,
.field-element input[type="radio"] + label:before {
	content: " ";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 13px;
	position: relative;
	top: 4px;
	background-color: #EEF0F3;
	border: 1px solid #CED2DC;
	margin-left: -34px;
	border-radius: 1px;
}

/* Check and dot */
.field-element input[type="checkbox"]:checked + label:after,
.field-element input[type="radio"]:checked + label:after {
	content: " ";
	position: absolute;
	left: 1px;
	top: 6px;
	font-size: 15px;
}


/* Without labels */
.field-element.field-element--checkbox--no-label input[type="checkbox"] + label,
.field-element.field-element--radio--no-label input[type="radio"] + label {
	padding-left: 0;
}

.field-element.field-element--checkbox--no-label input[type="checkbox"] + label:before,
.field-element.field-element--radio--no-label input[type="radio"] + label:before {
	margin-left: 0;
	margin-right: 0;
}

.field-element.field-element--checkbox--no-label input[type="checkbox"]:checked + label:after,
.field-element.field-element--radio--no-label input[type="radio"]:checked + label:after {
	left: 1px;
}

.field-element.field-element.field-element--radio--no-label input[type="radio"]:checked + label:after {
	margin-left: 4px;
}


/* -- Checkboxes -- */

/* Check (pseudo element) */
.field-element input[type="checkbox"]:checked + label:after {
	content: " ";
	background-image: url(../images/form-icons.svg);
	background-repeat: no-repeat, no-repeat;
	background-position: top -711px left 1px;
	width: 20px;
	height: 20px;
	margin: -2px 0 0 -1px;
}

.field-element--checkboxlist--columns .field-element__input-set {
    -moz-columns: 3;
    -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: 6px;
	top: 10px;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background: #58595B;
}

/* -- Varations -- */

/* White */
.field-element.field-element--white input[type="checkbox"] + label:before,
.field-element.field-element--white input[type="radio"] + label:before {
	background-color: #FFF;
}

/* Large */
.field-element.field-element--large input[type="checkbox"] + label:before,
.field-element.field-element--large input[type="radio"] + label:before {
	width: 24px;
	height: 24px;
	margin-right: 16px;
	top: 5px;
}

.field-element.field-element--large input[type="radio"]:checked + label:after {
	left: 7px;
	top: 12px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
}
.field-element.field-element--large input[type="checkbox"]:checked + label:after {
	background-position: top -760px left 1px;
	width: 23px;
	height: 23px;
	margin: -2px 0 0 -1px;
}

/* ---- Color picker ---- */
.field-element--colorpicker .textbox.colorpicker {
	padding: 3px 8px;
	height: 43px;
	width: 50px;
}

/* Small */
.field-element--colorpicker.field-element--small .textbox.colorpicker {
	padding: 2px 7px;
	height: 33px;
	width: 39px;
}

/* Large and regular field elements turn small */
@media screen and (max-width: 949px) {
	.field-element.field-element--colorpicker .textbox.colorpicker,
	.field-element.field-element--colorpicker.field-element--large .textbox.colorpicker,
	.field-element.field-element--colorpicker.field-element-regular .textbox.colorpicker {
		padding: 2px 7px;
		height: 33px;
		width: 39px;
	}
}

/* ---- Money ---- */
.field-element--money .field-input .textbox {
	padding-left: 55px;
	background-image: url(../images/form-icons.svg);
	background-repeat: no-repeat;
	background-position: top -447px left 0;
}

.field-element--money .field-input {
	position: relative;
}
.field-element--money .field-input .money-symbol:before {
	content: "\00a4";		/* Generic currency sign */
	position: absolute;
	display: block;
	top: 9px;
	left: 0;
	color: #58595B;
	font-weight: bold;
	font-size: 19px;
	width: 41px;
	text-align: center;
}
.field-element--money .field-input .money-symbol--dollar:before {
	content: "$";    /* Dollars */
}
.field-element--money .field-input .money-symbol--pound:before {
	content: "\00a3";    /* Pounds */
}
.field-element--money .field-input .money-symbol--yen:before {
    content: "\00a5";    /* Yen */
}
.field-element--money .field-input .money-symbol--indian_rupee:before {
    content: "\20B9";   /* Indian rupee */
}

/* White */
.field-element--money.field-element--white .field-input .textbox,
.field-element--money.field-element--white.field-element--small .field-input .textbox,
.field-element--money.field-element--white.field-element--large .field-input .textbox {
	background-position: top -607px left 0;
}

/* Small */
.field-element--money.field-element--small .field-input .textbox {
	background-position: top -447px left 0;
}
.field-element--money.field-element--small .field-input .money-symbol:before {
	top: 4px;
}

/* Large */
.field-element--money.field-element--large .field-input .textbox {
	background-position: top -447px left 0;
}
.field-element--money.field-element--large .field-input .money-symbol:before {
	top: 14px;
}

/* Large and regular field elements turn small */
@media screen and (max-width: 949px) {
	.field-element.field-element--money .field-input .textbox,
	.field-element.field-element--money.field-element--large .field-input .textbox,
	.field-element.field-element--money.field-element--regular .field-input .textbox {
		background-position: top -447px left 0;
		padding-left: 55px;
	}
	.field-element.field-element--white.field-element--money .field-input .textbox,
	.field-element.field-element--white.field-element--money.field-element--large .field-input .textbox,
	.field-element.field-element--white.field-element--money.field-element--regular .field-input .textbox {
		background-position: top -607px left 0;
	}
	.field-element--money .field-input .money-symbol:before,
	.field-element--money.field-element--large .field-input .money-symbol:before,
	.field-element--money.field-element--regular .field-input .money-symbol:before {
		top: 5px;
	}
}


/* ---- Time pickers ---- */

.field-element--timepicker .field-input .textbox {
	padding-left: 55px;
	background-image: url(../images/form-icons.svg),
	url(../images/form-icons.svg);
	background-repeat: no-repeat, no-repeat;
	background-position: top -170px left 12px, top -447px left 0;
}

.ui-timepicker {
	display: block;
	position: absolute;
	height: 200px;
	overflow: auto;
	z-index: 9999 !important;
}

.ui-timepicker-standard {
	background-color: #FFF;
	border: 1px solid #CED2DC;
	display: block;
	margin: 3px 0 0;
	padding: 5px;
	list-style: none outside none;
	border-radius: 4px;
}

.ui-timepicker-standard a {
	color: #24292f;
}

.ui-timepicker-standard .ui-state-hover {
	background-color: #EAECF1;
}

.ui-timepicker-standard .ui-menu-item {
	clear: left;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}

.ui-timepicker-standard .ui-menu-item a {
	display: block;
	padding: 5px 10px;
	line-height: 1.5;
	text-decoration: none;
	border-radius: 3px;
}

.ui-timepicker-hidden {
	display: none;
}

/* White */
.field-element--timepicker.field-element--white .field-input .textbox {
	background-position: top -170px left 12px, top -607px left 0;
}

/* White + Small */
.field-element--timepicker.field-element--white.field-element--small .field-input .textbox {
	background-position: top -175px left 12px, top -607px left 0;
}

/* White + Large */
.field-element--timepicker.field-element--white.field-element--large .field-input .textbox {
	background-position: top -166px left 12px, top -607px left 0;
}

/* Small */
.field-element--timepicker.field-element--small .field-input .textbox {
	background-position: top -175px left 12px, top -447px left 0;
}

/* Large */
.field-element--timepicker.field-element--large .field-input .textbox {
	background-position: top -166px left 12px, top -447px left 0;
}


/* Large and regular field elements turn small */
@media screen and (max-width: 949px) {
	.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: 949px) {
	.field-element.field-element--datepicker .field-input .textbox,
	.field-element.field-element--datepicker.field-element--regular .field-input .textbox,
	.field-element.field-element--datepicker.field-element--large .field-input .textbox,
	.field-element.field-element--daterangepicker .field-input .textbox,
	.field-element.field-element--daterangepicker.field-element--regular .field-input .textbox,
	.field-element.field-element--daterangepicker.field-element--large .field-input .textbox {
		background-position: top 6px left 12px, top -447px left 0;
		padding-left: 55px;
	}
	.field-element.field-element--white.field-element--datepicker .field-input .textbox,
	.field-element.field-element--white.field-element--datepicker.field-element--regular .field-input .textbox,
	.field-element.field-element--white.field-element--datepicker.field-element--large .field-input .textbox,
	.field-element.field-element--white.field-element--daterangepicker .field-input .textbox,
	.field-element.field-element--white.field-element--daterangepicker.field-element--regular .field-input .textbox,
	.field-element.field-element--white.field-element--daterangepicker.field-element--large .field-input .textbox {
		background-position: top 7px left 12px, top -607px left 0;
	}
}


/* Date/time picker */
.field-element--datetimepicker .field-input .textbox {
	padding-left: 55px;
	background-image: url(../images/form-icons.svg),
	url(../images/form-icons.svg);
	background-repeat: no-repeat, no-repeat;
	background-position: top -88px left 12px, top -447px left 0;
}

/* White */
.field-element--datetimepicker.field-element--white .field-input .textbox {
	background-position: top -88px left 12px, top -607px left 0;
}

/* White + Small */
.field-element--datetimepicker.field-element--small.field-element--white .field-input .textbox {
	background-position: top -93px left 12px, top -607px left 0;
}
/* White + Large */
.field-element--datetimepicker.field-element--large.field-element--white .field-input .textbox {
	background-position: top -85px left 12px, top -607px left 0;
}

/* Small */
.field-element--datetimepicker.field-element--small .field-input .textbox {
	background-position: top -93px left 12px, top -447px left 0;
}

/* Large */
.field-element--datetimepicker.field-element--large .field-input .textbox {
	background-position: top -85px left 12px, top -447px left 0;
}

/* Large and regular field elements turn small */
@media screen and (max-width: 949px) {
	.field-element.field-element--datetimepicker .field-input .textbox,
	.field-element.field-element--datetimepicker.field-element--large .field-input .textbox,
	.field-element.field-element--datetimepicker.field-element--regular .field-input .textbox {
		background-position: top -93px left 12px, top -447px left 0;
		padding-left: 55px;
	}
	.field-element.field-element--white.field-element--datetimepicker .field-input .textbox,
	.field-element.field-element--white.field-element--datetimepicker.field-element--large .field-input .textbox,
	.field-element.field-element--white.field-element--datetimepicker.field-element--regular .field-input .textbox {
		background-position: top -93px left 12px, top -607px left 0;
	}
}


/* Container Appearance */
.daterangepicker {
	position: absolute;
	background: #fff;
	top: 100px;
	left: 20px;
	padding: 4px;
	margin-top: 2px;
	border-radius: 4px;
	width: 278px;
}

.daterangepicker.opensleft:before {
	position: absolute;
	top: -7px;
	right: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content: '';
}

.daterangepicker.opensleft:after {
	position: absolute;
	top: -6px;
	right: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
	content: '';
}

.daterangepicker.openscenter:before {
	position: absolute;
	top: -7px;
	left: 0;
	right: 0;
	width: 0;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content: '';
}

.daterangepicker.openscenter:after {
	position: absolute;
	top: -6px;
	left: 0;
	right: 0;
	width: 0;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
	content: '';
}

.daterangepicker.opensright:before {
	position: absolute;
	top: -7px;
	left: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content: '';
}

.daterangepicker.opensright:after {
	position: absolute;
	top: -6px;
	left: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
	content: '';
}

.daterangepicker.dropup{
	margin-top: -5px;
}

.daterangepicker.dropup:before{
	top: initial;
	bottom:-7px;
	border-bottom: initial;
	border-top: 7px solid #CED2DC;
}

.daterangepicker.dropup:after{
	top: initial;
	bottom:-6px;
	border-bottom: initial;
	border-top: 6px solid #fff;
}

.daterangepicker.dropdown-menu {
	max-width: none;
	z-index: 3000;
	display: none;
	border: 1px solid #CED2DC;
}

.daterangepicker.single .ranges, .daterangepicker.single .calendar {
	float: none;
}

.daterangepicker .calendar {
	display: none;
	max-width: 270px;
	margin: 4px;
}

.daterangepicker.show-calendar .calendar {
	display: block;
}

.daterangepicker .calendar.single .calendar-table {
	border: none;
}

/* Calendars */
.daterangepicker .calendar th, .daterangepicker .calendar td {
	white-space: nowrap;
	text-align: center;
	min-width: 32px;
	border: 1px solid #E8E8E8;
}

.daterangepicker .calendar-table {
	border: 1px solid #ddd;
	padding: 4px;
	border-radius: 4px;
	background: #fff;
}

.daterangepicker table {
	width: 100%;
	margin: 0;
	border: none;
}

.daterangepicker td,
.daterangepicker th {
	text-align: center;
	width: 20px;
	height: 20px;
	white-space: nowrap;
	padding: 2px;
}
.daterangepicker td,
.daterangepicker th.available {
	cursor: pointer;
}
.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
	color: #999;
	background: #fff;
	border-color: #E8E8E8;
}
.daterangepicker td.off.in-range {
    background-color: #F4FAFC;
}
.daterangepicker td.off.active {
	background-color: #AAD8EA;
	color: #FFF;
}

.daterangepicker td.disabled,
.daterangepicker option.disabled {
	color: #999;
	cursor: not-allowed;
	text-decoration: line-through;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
	background: #EAECF1;
}

.daterangepicker td.in-range {
	background: #ebf4f8;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
	background-color: #358AAB;
	border-color: #358AAB;
	color: #fff;
}

.daterangepicker td.week, .daterangepicker th.week {
	font-size: 80%;
	color: #ccc;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
	font-size: 12px;
	padding: 1px;
	height: auto;
	margin: 0;
	cursor: default;
}

.daterangepicker select.yearselect,
.daterangepicker select.monthselect,
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
	margin-bottom: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 62px;
	background-color: #FFF;
	outline: none;
	border-radius: 5px;
	font-size: 1.4rem;
	line-height: 1.2;
	padding: 5px 23px 5px 8px;
	border: 1px solid #CED2DC;
	background-image: url(../images/form-icons.svg),
	url(../images/form-icons.svg);
	background-repeat: no-repeat, no-repeat;
	background-position: top -355px right -119px, top -607px right -115px;
}

.daterangepicker select.monthselect {
	margin-right: 2%;
	width: 40%;
}

.daterangepicker select.yearselect {
	width: 44%;
}

.daterangepicker th.month {
	width: auto;
}

/* Previous/Next buttons */
.daterangepicker th.prev .daterangepicker-prev-icon,
.daterangepicker th.next .daterangepicker-next-icon {
	width: 11px;
	height: 17px;
	background-image: url(../images/form-icons.svg);
	background-repeat: no-repeat;
	display: block;
	margin: 0 auto;
}
.daterangepicker th.prev:hover,
.daterangepicker th.next:hover {
	background: none;
	opacity: 0.8;
}
.daterangepicker th.prev .daterangepicker-prev-icon {
	background-position: top -820px left 0px;
}
.daterangepicker th.next .daterangepicker-next-icon {
	background-position: top -880px left 1px;
}

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

.daterangepicker .calendar-table thead tr:nth-child(2) th {
	background-color: #F2F2F5;
}

/* Text Input Above Each Calendar */
.daterangepicker .input-mini {
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #555;
	display: block;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	margin: 0 0 5px 0;
	padding: 0 6px 0 28px;
	width: 100%;
}

.daterangepicker .input-mini.active {
	border: 1px solid #358AAB;
	background-color: rgb(255, 255, 238);
}

.daterangepicker .daterangepicker_input i {
	position: absolute;
	left: 8px;
	top: 7px;
	color: #596474;
}

.daterangepicker .daterangepicker_input {
	position: relative;
}

/* Time Picker */
.daterangepicker .calendar-time {
	text-align: center;
	margin: 5px auto;
	line-height: 30px;
	position: relative;
}

.daterangepicker .calendar-time select.disabled {
	color: #ccc;
	cursor: not-allowed;
}

/* Predefined Ranges */
.daterangepicker .ranges {
	font-size: 11px;
	float: none;
	margin: 4px;
	text-align: left;
}

.daterangepicker .applyBtn {
	background-color: #35ab75;
	color: #FFF;
}
.daterangepicker .applyBtn:hover,
.daterangepicker .applyBtn:focus {
	background-color: #2C9867;
	color: #FFF;
}

.daterangepicker .cancelBtn {
	background-color: #D0D3DA;
	color: #24292F;
}
.daterangepicker .cancelBtn:hover,
.daterangepicker .cancelBtn:focus {
	background-color: #BCBFC5;
	color: #24292f;
}

.daterangepicker .ranges ul {
	list-style: none;
	margin: 0 auto 12px;
	padding: 0;
	width: 100%;
}

.daterangepicker .ranges li {
	font-size: 1.3rem;
	background: #EAECF1;
	border: 1px solid #f5f5f5;
	color: #24292F;
	padding: 4px 12px 3px;
	margin-bottom: 7px;
	border-radius: 5px;
	cursor: pointer;
	line-height: 1.2;
}

.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
	background: #358AAB;
	border: 1px solid #358AAB;
	color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 600px) {
	.daterangepicker{
		width: auto;
	}

	.daterangepicker .ranges ul {
		width: 160px;
	}

	.daterangepicker.single .ranges ul {
		width: 100%;
	}

	.daterangepicker .calendar.left .calendar-table {
		border-right: none;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}

	.daterangepicker .calendar.right .calendar-table {
		border-left: none;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}

	.daterangepicker .calendar.left {
		clear: left;
		margin-right: 0;
	}

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

	.daterangepicker.single .ranges,
	.daterangepicker.single .calendar{
		float:left;
	}

	.daterangepicker .calendar.right {
		margin-left: 0;
	}

	.daterangepicker .left .daterangepicker_input {
		padding-right: 12px;
	}

	.daterangepicker .calendar.left .calendar-table {
		padding-right: 12px;
	}

	.daterangepicker .ranges,
	.daterangepicker .calendar {
		float: left;
	}

}

@media (min-width: 767px) {
	.daterangepicker .ranges {
		width: auto;
		float: left;
	}

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


/* ---- File upload area ---- */
.file-upload__input {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.file-upload__helptext {
	padding-top: 14px;
}
.file-upload__helptext--hidden {
	display: none;
}
.file-upload__helptext__line2 {
	display: block;
	font-size: 1.3rem;
}
.file-upload__helptext p {
	margin: 0;
}
.file-upload__helptext:before {
	content: " ";
	display: block;
	width: 27px;
	height: 32px;
	background-image: url(../images/form-icons.svg);
	background-repeat: no-repeat;
	background-position: 0 -1317px;
	margin: 0 auto 10px;
}

.file-upload__area {
	cursor: pointer;
	text-align: center;
}
.field-input .textbox.file-upload__area--dragenter {
	border-color: #35ab75;
}

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

.file-upload__uploads:after {
	clear: both;
}
.file-upload__item,
.file-upload__helptext {
	height: 110px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.file-upload__item {
	background-color: #FFF;
	border: 1px solid #ced2dc;
	width: 110px;
	display: inline-block;
	margin-left: 6px;
	margin-right: 6px;
	position: relative;
	cursor: default;
	vertical-align: top;
}

.file-upload__item__remove {
	-webkit-appearance: none;
	padding: 0;
	outline: none;
	border: none;
	background: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.3);
}
.file-upload__item__remove:hover,
.file-upload__item__remove:focus {
	background: rgba(0, 0, 0, 0.7);
}

.file-upload__item__remove:after {
	content: " ";
	display: block;
	width: 17px;
	height: 17px;
	background-image: url(../images/form-icons.svg);
	background-repeat: no-repeat;
	background-position: 3px -938px;
}
.file-upload__item__remove__text {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Feedback */
.file-upload__item__feedback__response {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.file-upload__item__feedback__response p {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 0;
}

/* Not image response */
.file-upload__item__feedback__response .file-upload__item__feedback__name {
	font-size: 1.2rem;
	margin: 0 0 5px;
}
.file-upload__item__feedback__size {
	font-size: 1.1rem;
	margin: 0;
}
.file-upload__item__feedback__response--success--not-image {
	padding: 26px 15px 20px;
}
.file-upload__item__feedback__response--success--not-image:before {
	content: " ";
	display: block;
	width: 28px;
	height: 24px;
	background-image: url(../images/form-icons.svg);
	background-repeat: no-repeat;
	background-position: 0px -1396px;
	margin: 0 auto 10px;
}

/* Image response */
.file-upload__item__feedback__image {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}

/* Error */
.file-upload__item__feedback__response--error {
	padding: 25px 15px 20px;
}
.file-upload__item__feedback__response .file-upload__item__feedback__error__text {
	font-size: 1.2rem;
	white-space: normal;
	overflow: visible;
}
.file-upload__item__feedback__response--error:before {
	content: " ";
	display: block;
	width: 23px;
	height: 24px;
	background-image: url(../images/form-icons.svg);
	background-repeat: no-repeat;
	background-position: 0px -1473px;
	margin: 0 auto 10px;
}

/* Hover */
.file-upload__item__feedback__hover {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	color: #FFF;
	padding: 33px 15px 20px;
	overflow: hidden;
}
.file-upload__item:hover .file-upload__item__feedback__hover {
	opacity: 1;
}
.file-upload__item__feedback__hover__size {
	font-size: 1.1rem;
}
.file-upload__item__feedback__hover__dimensions {
	font-size: 1.1rem;
}
.file-upload__item__feedback__hover .file-upload__item__feedback__hover__name {
	font-size: 1.1rem;
	margin-bottom: 6px;
}

/* Progress circles */
.file-upload__progress-circle {
	position: relative;
	font-size: 1.3rem;
	line-height: 1.1;
	display: block;
	width: 56px;
	height: 56px;
	padding: 21px 0 0 0;
	margin: 26px auto 0;
	text-align: center;
}
.file-upload__progress-circle__amount {
	z-index: 1;
	position: relative;
}
.file-upload__progress-circle__pie {
	-webkit-transform: rotate(-90deg);
	        transform: rotate(-90deg);
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}
.file-upload__progress-circle__pie__piece {
	-webkit-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}



/* ---- File selector ---- */
.field-element--fileselector .fs-select-button {
	float: left;
	margin-right: 9px;
}

.field-element--fileselector .fs-preview-wrapper {
	background-color: #EEF0F3;
	position: relative;
	overflow: hidden;
	display: block;
}

.field-element--fileselector .fs-filename {
	padding: 10px 15px;
	word-break: break-all;
	overflow: hidden;
	display: block;
}
.field-element--fileselector .fs-file-selected .fs-filename {
	padding-left: 10px;
	padding-right: 38px;
}

.field-element--fileselector .fs-preview {
	width: 39px;
	display: none;
	float: left;
}
.field-element--fileselector .fs-file-selected .fs-preview {
	display: block;
}

.field-element--fileselector .fs-remove {
	display: none;
	-webkit-appearance: none;
	outline: none;
	border: none;
	background: none;
	padding: 0;
	color: #D4D7DE;
	position: absolute;
	right: 6px;
	top: 9px;
	background-image: url(../images/form-icons.svg);
	background-repeat: no-repeat;
	background-position: top -1075px left 3px;
	width: 22px;
	height: 22px;
}
.field-element--fileselector .fs-remove:hover,
.field-element--fileselector .fs-remove:focus {background-position: top -1135px left 3px;}
.field-element--fileselector .fs-file-selected .fs-remove {
	display: block;
}


/* Small */
.field-element--fileselector.field-element--small .fs-preview {
	width: 30px;
}
.field-element--fileselector.field-element--small .fs-filename {
	padding-top: 8px;
	padding-bottom: 6px;
	font-size: 1.4rem;
}
.field-element--fileselector.field-element--small .fs-remove {
	top: 6px;
	background-position: top -964px left 3px;
	width: 20px;
	height: 20px;
}
.field-element--fileselector.field-element--small .fs-remove:hover,
.field-element--fileselector.field-element--small .fs-remove:focus {
	background-position: top -1023px left 3px;
}
.field-element--fileselector.field-element--small .fs-file-selected .fs-filename {
	padding-right: 31px;
}

/* Large */
.field-element--fileselector.field-element--large .fs-preview {
	width: 48px;
}
.field-element--fileselector.field-element--large .fs-filename {
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 1.8rem;
}
.field-element--fileselector.field-element--large .fs-remove {
	top: 14px;
	right: 9px;
}
.field-element--fileselector.field-element--large .fs-file-selected .fs-filename {
	padding-right: 41px;
	padding-left: 20px;
}

/* Popup */
.file-selector-search-wrapper  {
	display: none;
}
.file-selector-search-wrapper.searched  {
	display: block;
}
#file-selector-preview {
	display: block;
	background: #f9f9fb;
	border: 1px solid #E0E3EA;
	margin: 0 0 20px;
	position: relative;
	padding: 20px 25px;
}
.no-results #file-selector-preview {
	display: none;
}
#file-selector-preview .preview-title {
	margin: 0 0 12px;
}
#file-selector-preview .preview-box {
	position: relative;
	height: 150px;
}
#file-selector-preview img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	-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-box;
	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-box-flex: 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-box-flex: 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: 949px) {
	.field-element .field-input .textbox,
	.field-element.field-element--large .field-input .textbox,
	.field-element.field-element--regular .field-input .textbox {
		font-size: 1.4rem;
		padding: 8px 15px 7px;
	}

}


/* ---- Submit Bar ---- */
.submit-bar {
	text-align: right;
	background: #F6F6F6;
	padding: 14px;
}

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

	.submit-bar a {
		margin-right: 20px;
	}


/* ---- Search Form ---- */
input.search-query {
	margin-bottom: 0;
	padding-right: 14px;
	padding-left: 14px;
	border-radius: 0;

}

.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
	border-radius: 0;
}

.form-search .input-append .search-query {
	border-radius: 14px 0 0 14px;
}

.form-search .input-append .btn {
	border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .search-query {
	border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .btn {
	border-radius: 14px 0 0 14px;
}

.form-search {
	/*radio*/
}
	.form-search input,
	.form-search textarea,
	.form-search select {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-search .hide {
		display: none;
	}
	.form-search label,
	.form-search .btn-group {
		display: inline-block;
	}
	.form-search .radio,
	.form-search .checkbox {
		margin-bottom: 0;
		padding-left: 0;
		vertical-align: middle;
	}
	.form-search .radio input[type="radio"],
	.form-search .checkbox input[type="checkbox"] {
		float: left;
	}
	.form-search .radio input[type="radio"] margin,
	.form-search .checkbox input[type="checkbox"] margin {
		right: 3px;
		left: 0;
	}
	.form-search .control-group {
		margin-bottom: 0.75em;
	}
	.form-search legend + .control-group {
		margin-top: 1.5em;
		-webkit-margin-top-collapse: separate;
	}


/* ---- Search pagination ---- */
.search-paginate {
	padding: 10px 0;
	text-align: center;
}
	.search-paginate .page-prev {
		margin: 0 8px 0 0;
	}
	.search-paginate .page {
		padding: 2px 9px;
		margin: 0 3px;
		background: #eee;
		border: 1px #e85505 solid;
		text-decoration: none;
	}
	.search-paginate .page.on {
		color: #000;
		border-color: #000;
	}
	.search-paginate .page-next {
		margin: 0 0 0 8px;
	}


/* ---- Captcha ---- */
.captcha {
	background-color: #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
------------------------------------------------------ */

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

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

.-clearfix:after {
	clear: both;
}


/* ---- 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: 30px auto;
}

.block {
	margin: 0 0 30px;
	display: block;
}

@media screen and (max-width: 600px) {
	.left,
	.center,
	.right {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		display: block;
		float: none;
	}
}

/* ---- Grid system ---- */
.grid:before,
.grid:after {
	content: " ";
	display: table;
}

.grid:after {
	clear: both;
}

.grid-col {
	float: left;
	margin-right: 1.754385964912%;
}
.grid-col:last-child,
.grid-col.grid-col-last-in-row {
	margin-right: 0;
}

/* Reverse */
.grid.grid-reverse .grid-col {
	float: right;
	margin-right: 0;
	margin-left: 1.754385964912%;
}
.grid.grid-reverse .grid-col:last-child,
.grid.grid-reverse .grid-col.grid-col-last-in-row {
	margin-left: 0;
}

/* 2 col grid */
.grid-2-cols .grid-col:nth-child(2n+2) {
	margin-right: 0;
}
/* 3 col grid */
.grid-3-cols .grid-col:nth-child(3n+3) {
	margin-right: 0;
}
/* 4 col grid */
.grid-4-cols .grid-col:nth-child(4n+4) {
	margin-right: 0;
}

/* 1 col */
.grid-col-1 {
	width: 6.725146198830%;
}
/* 2 col */
.grid-col-2 {
	width: 15.204678362573%;
}
/* 3 col */
.grid-col-3 {
	width: 23.684210526316%;
}
/* 4 col */
.grid-col-4 {
	width: 32.163742690058%;
}
/* 5 col */
.grid-col-5 {
	width: 40.643274853801%;
}
/* 6 col */
.grid-col-6 {
	width: 49.122807017544%;
}
/* 7 col */
.grid-col-7 {
	width: 57.602339181287%;
}
/* 8 col */
.grid-col-8 {
	width: 66.081871345029%;
}
/* 9 col */
.grid-col-9 {
	width: 74.561403508772%;
}
/* 10 col */
.grid-col-10 {
	width: 83.040935672515%;
}
/* 11 col */
.grid-col-11 {
	width: 91.520467836257%;
}
/* 12 col */
.grid-col-12 {
	width: 100%;
	margin-right: 0;
}

/* BP 1 */
@media screen and (max-width: 1149px) {

	/* 1 col */
	.grid-col-1-bp1 {
		width: 6.725146198830%;
	}
	/* 2 col */
	.grid-col-2-bp1 {
		width: 15.204678362573%;
	}
	/* 3 col */
	.grid-col-3-bp1 {
		width: 23.684210526316%;
	}
	/* 4 col */
	.grid-col-4-bp1 {
		width: 32.163742690058%;
	}
	/* 5 col */
	.grid-col-5-bp1 {
		width: 40.643274853801%;
	}
	/* 6 col */
	.grid-col-6-bp1 {
		width: 49.122807017544%;
	}
	/* 7 col */
	.grid-col-7-bp1 {
		width: 57.602339181287%;
	}
	/* 8 col */
	.grid-col-8-bp1 {
		width: 66.081871345029%;
	}
	/* 9 col */
	.grid-col-9-bp1 {
		width: 74.561403508772%;
	}
	/* 10 col */
	.grid-col-10-bp1 {
		width: 83.040935672515%;
	}
	/* 11 col */
	.grid-col-11-bp1 {
		width: 91.520467836257%;
	}
	/* 12 col */
	.grid-col-12-bp1 {
		width: 100%;
		margin-right: 0;
	}
}

/* BP 2 */
@media screen and (max-width: 949px) {

	/* 1 col */
	.grid-col-1-bp2 {
		width: 6.725146198830%;
	}
	/* 2 col */
	.grid-col-2-bp2 {
		width: 15.204678362573%;
	}
	/* 3 col */
	.grid-col-3-bp2 {
		width: 23.684210526316%;
	}
	/* 4 col */
	.grid-col-4-bp2 {
		width: 32.163742690058%;
	}
	/* 5 col */
	.grid-col-5-bp2 {
		width: 40.643274853801%;
	}
	/* 6 col */
	.grid-col-6-bp2 {
		width: 49.122807017544%;
	}
	/* 7 col */
	.grid-col-7-bp2 {
		width: 57.602339181287%;
	}
	/* 8 col */
	.grid-col-8-bp2 {
		width: 66.081871345029%;
	}
	/* 9 col */
	.grid-col-9-bp2 {
		width: 74.561403508772%;
	}
	/* 10 col */
	.grid-col-10-bp2 {
		width: 83.040935672515%;
	}
	/* 11 col */
	.grid-col-11-bp2 {
		width: 91.520467836257%;
	}
	/* 12 col */
	.grid-col-12-bp2 {
		width: 100%;
		margin-right: 0;
	}
}

/* BP 3 */
@media screen and (max-width: 766px) {

	/* 1 col */
	.grid-col-1-bp3 {
		width: 6.725146198830%;
	}
	/* 2 col */
	.grid-col-2-bp3 {
		width: 15.204678362573%;
	}
	/* 3 col */
	.grid-col-3-bp3 {
		width: 23.684210526316%;
	}
	/* 4 col */
	.grid-col-4-bp3 {
		width: 32.163742690058%;
	}
	/* 5 col */
	.grid-col-5-bp3 {
		width: 40.643274853801%;
	}
	/* 6 col */
	.grid-col-6-bp3 {
		width: 49.122807017544%;
	}
	/* 7 col */
	.grid-col-7-bp3 {
		width: 57.602339181287%;
	}
	/* 8 col */
	.grid-col-8-bp3 {
		width: 66.081871345029%;
	}
	/* 9 col */
	.grid-col-9-bp3 {
		width: 74.561403508772%;
	}
	/* 10 col */
	.grid-col-10-bp3 {
		width: 83.040935672515%;
	}
	/* 11 col */
	.grid-col-11-bp3 {
		width: 91.520467836257%;
	}
	/* 12 col */
	.grid-col-12-bp3 {
		width: 100%;
		margin-right: 0;
	}
}

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

	/* 1 col */
	.grid-col-1-bp4 {
		width: 6.725146198830%;
	}
	/* 2 col */
	.grid-col-2-bp4 {
		width: 15.204678362573%;
	}
	/* 3 col */
	.grid-col-3-bp4 {
		width: 23.684210526316%;
	}
	/* 4 col */
	.grid-col-4-bp4 {
		width: 32.163742690058%;
	}
	/* 5 col */
	.grid-col-5-bp4 {
		width: 40.643274853801%;
	}
	/* 6 col */
	.grid-col-6-bp4 {
		width: 49.122807017544%;
	}
	/* 7 col */
	.grid-col-7-bp4 {
		width: 57.602339181287%;
	}
	/* 8 col */
	.grid-col-8-bp4 {
		width: 66.081871345029%;
	}
	/* 9 col */
	.grid-col-9-bp4 {
		width: 74.561403508772%;
	}
	/* 10 col */
	.grid-col-10-bp4 {
		width: 83.040935672515%;
	}
	/* 11 col */
	.grid-col-11-bp4 {
		width: 91.520467836257%;
	}
	/* 12 col */
	.grid-col-12-bp4 {
		width: 100%;
		margin-right: 0;
	}
}

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

* {
	margin: 0;
}

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

#wrap {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	min-height: 100%;
}

.container {
	width: 88%;
	margin: 0 auto;
}


/* BP 4 */
@media screen and (min-width: 767px) {
	.container {
		width: 640px;
	}
	#wrap {
		padding-top: 67px;
	}
}

/* BP 3 */
@media screen and (min-width: 950px) {
	.container {
		width: 800px;
	}
	#wrap {
		padding-top: 93px;
	}
}

/* BP 2 */
@media screen and (min-width: 1150px) {
	.container {
		width: 1000px;
	}
	#wrap {
		padding-top: 106px;
	}
}

/* BP 1 */
@media screen and (min-width: 1450px) {
	.container {
		width: 1280px;
	}
	#wrap {
		padding-top: 127px;
	}
}


/* ---- simple content alignment classes ---- */

/*
	For use fix flexgrid or when you don't need anything else
	The breakpoints align with flexgrid breakpoints

*/

/* - right - */

.col--right-align {
	text-align: right;
}

@media screen and (min-width: 767px) {
	.col-sm--right-align {
		text-align: right;
	}
}

@media only screen and (min-width: 950px) {
	.col-md--right-align {
		text-align: right;
	}
}

@media only screen and (min-width: 1150px) {
	.col-lg--right-align {
		text-align: right;
	}
}

/* - left - */

.col--left-align {
	text-align: left;
}

@media screen and (min-width: 767px) {
	.col-sm--left-align {
		text-align: left;
	}
}

@media only screen and (min-width: 950px) {

	.col-md--left-align {
		text-align: left;
	}
}

@media only screen and (min-width: 1150px) {
	.col-lg--left-align {
		text-align: left;
	}
}


/* ---- Sections ---- */
.section {
	padding: 0 0 25px;
}

/* BP 4 */
@media screen and (min-width: 767px) {
	.section {
		padding-bottom: 50px;
	}
}

/* BP 3 */
@media screen and (min-width: 950px) {
	.section {
		padding-bottom: 60px;
	}
}

/* BP 2 */
@media screen and (min-width: 1150px) {
	.section {
		padding-bottom: 70px;
	}
}

/* BP 1 */
@media screen and (min-width: 1450px) {
	.section {
		padding-bottom: 80px;
	}
}



/* - Section titles - */
.section-title {
	margin: 0 0 25px;
}
.section-title__heading {
	margin: 0 0 10px;
}

/* Subtext / breadcrumbs */

.section-title__subtext__list,
.breadcrumb {
	list-style: none;
	padding: 0;
	margin: 0;
}

.breadcrumb {
	padding-top: 15px;
	margin-left: 25px;
	position: relative;
}

.breadcrumb:before {
	content: '';
	position: absolute;
	top: 0px;
	left: -15px;
	right: 0px;
	height: 2px;
	background: #f5f6f7;
}

.mainbar--wide .breadcrumb {
	padding-top: 20px;
}

.mainbar--wide .breadcrumb:before {
	top: 0px;
}

@media screen and (min-width: 950px) {
	.breadcrumb {
		padding-top: 75px;
	}
	.breadcrumb:before {
		top: 62px;
		left: -200px;
	}
}


.section-title__subtext {
	margin-left: 15px;
}

.section-title__subtext,
.breadcrumb {
	font-family: "myriad-pro", Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 1.5rem;
	text-transform: uppercase;
	line-height: 1.1;
}
.banner__inner .section-title__subtext {
	margin-top: 10px;
	margin-bottom: 5px;
}
.banner__inner .section-title__subtext:after,
.banner__inner .section-title__subtext:before {
	content: ' - ';
}
.section-title__subtext__list__item:before,
.section-title__subtext__item:before,
.breadcrumb li:before {
	content: "- ";
}
.section-title__subtext__list__item a,
.section-title__subtext__item a,
.breadcrumb a,
.breadcrumb li {
	text-decoration: none;
	color: #191923;
}
.section-title__subtext__item {
	margin: 0;
}
.section-title__subtext__list__item a:hover,
.section-title__subtext__item a:hover,
.breadcrumb a:hover {
	color: #9197ae;
	text-decoration: underline;
}

.breadcrumb {
	margin-bottom: 20px;
}
.breadcrumb a,
.breadcrumb li,
.breadcrumb li:before {
	color: #9197ae;
}

.breadcrumb li:before {
	display: inline-block;
	width: 10px;
	margin-left: -10px;
}


/* BP 5 */
@media screen and (min-width: 600px) {

	.breadcrumb {
		margin-bottom: 20px;
	}
}

/* Max BP 4 */
@media screen and (max-width: 766px) {
	.section-title__heading br {
		display: none;
	}
}

/* BP 4 */
@media screen and (min-width: 767px) {
	.breadcrumb {
		margin-left: 42px;
	}
	.section-title__subtext__list__item,
	.breadcrumb li {
		display: inline-block;
		margin-right: 16px;
	}
	.section-title__heading {
		margin-bottom: 20px;
	}
	.section-title {
		margin-bottom: 40px;
	}

}

/* BP 3 */
@media screen and (min-width: 950px) {
	.section-title__subtext,
	.breadcrumb {
		font-size: 1.8rem;
	}
	.breadcrumb {
		margin-bottom: 40px;
	}
}

/* BP 2 */
@media screen and (min-width: 1150px) {
	.section-title {
		margin-bottom: 45px;
	}
	.section-title__subtext {
		margin-left: 54px;
	}
	.breadcrumb {
		margin-left: 64px;
	}
}

/* BP 1 */
@media screen and (min-width: 1450px) {
	.section-title {
		margin-bottom: 55px;
	}
}


/* ---- Background colours ---- */
.bg-white {
	background-color: #fff;
}
.bg-black {
	background-color: #191923;
	color: #FFF;
}
.bg-light-grey {
	background-color: #e8ebf6;
}
.bg-grey {
	background-color: #898e94;
}
.bg-dark-grey {
	background-color: #4b525b;
}
.bg-yellow {
	background-color: #f9a341;
}

/* Blue */
.bg-blue {
	background-color: #0b4c9c;
}
.bg-blue,
.bg-blue a {
	color: #FFF;
}
.bg-blue a:hover {
	color: rgba(255,255,255,0.8);
}


/* ---- Header ---- */
.section--header {
	padding-top: 0;
	padding-bottom: 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	border-bottom: 1px solid #ebedf0;
}
.header__logo {
	float: left;
}
.header__logo a {
	background: #0b4c9c;
	padding: 2px 14px 4px;
	display: block;
}
.header__logo__img {
	width: 90px;
	height: 34px;
}

/* BP 4 */
@media screen and (min-width: 767px) {
	.header__logo a {
		padding: 14px 14px 18px;
	}
	.header__logo__img {
		width: 130px;
		height: 34px;
	}
	.section--header > .container {
		position: relative;
	}
	.section--header > .container:before {
		content: " ";
		position: absolute;
		background-color: #191923;
		width: 500px;
		top: 0;
		right: 100%;
		height: 66px;
		display: block;
	}
	/* sticky nav */
	.section--header {
		position: absolute;
	}
	.nav-sticky .section--header {
		position: fixed;
		top: -65px;
	}
	.nav-sticky-animation .section--header {
		top: 0;
		-webkit-transition: top 600ms ease-in-out;
		transition: top 600ms ease-in-out;
	}
	.nav-sticky .section--header > .container:before {
		height: 50px;
	}
	.nav-sticky .header__logo__img {
		opacity: 0;
		width: 90px;
		height: 50px;
	}
	.nav-sticky .header__logo a {
		padding: 0;
		background: #0b4c9c url(../images/logo-wave-only.svg) no-repeat center center;
		background-size: auto 28px;
	}
	.nav-sticky #frankenmenu-list {
		margin: 10px 0 0 16px;
	}
}

/* BP 3 */
@media screen and (min-width: 950px) {
	.section--header > .container:before {
		height: 92px;
	}
	.header__logo a {
		padding: 22px 20px 26px;
	}
	.header__logo__img {
		width: 170px;
		height: 44px;
	}
	.nav-sticky .header__logo__img {
		width: 100px;
		height: 65px;
	}
	.nav-sticky .section--header > .container:before {
		height: 65px;
	}
}

/* BP 2 */
@media screen and (min-width: 1150px) {
	.header__logo a {
		padding: 24px 30px 29px;
	}
	.nav-sticky .header__logo a {
		background-size: auto 33px;
	}
	.header__logo__img {
		width: 200px;
		height: 52px;
	}
	.section--header > .container:before {
		height: 105px;
	}
}

/* BP 1 */
@media screen and (min-width: 1450px) {
	.header__logo a {
		padding: 27px 30px 33px;
	}
	.header__logo__img {
		width: 255px;
		height: 66px;
	}
	.section--header > .container:before {
		height: 126px;
	}

}


/* ---- Banner / Banner slider ---- */
.banner__inner,
.banner-slider {
	position: relative;
}
.banner-slider-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.banner-slider-item {
	outline: none;
}
.banner-slider-item:not(.slick-slide):nth-child(1n+2) {
	display: none;
}
.banner__text,
.banner-slider-item__text {
	background: #ffa442 url(../images/texture-water-yellow.jpg) center center;
	background-size: cover;
	padding: 22px 6% 20px;
	position: relative;
	z-index: 2;
}
.banner__text {
	padding-top: 28px;
}
.banner__text__heading,
.banner-slider-item__text__heading {
	margin: 0;
}
.banner-slider-item__text__content {
	text-transform: lowercase;
	font-size: 2.1rem;
	line-height: 1.2;
	font-weight: 300;
}
.banner-slider-item__text__content p {
	margin-bottom: 0;
}
.banner__image,
.banner-slider-item__image {
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 1;
	height: 160px;
}

.banner__inner:after,
.banner-slider:after {
	position: absolute;
	top: 100%;
	width: 100%;
	margin-top: -1px;
}

/* Arrows */
.banner-slider .slick-arrow {
	-webkit-appearance: none;
	background: none;
	outline: none;
	text-indent: -9999px;
	width: 54px;
	height: 43px;
	padding: 0;
	position: absolute;
	right: -2px;
	z-index: 23;
	border: 2px solid #ebedf0;
}
.banner-slider .slick-arrow:before {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	text-indent: 0;
	color: #ebedf0;
	font-size: 4rem;
	position: absolute;
	right: 0;
    top: 50%;
   	left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.banner-slider .slick-arrow.slick-prev {
	top: -2px;
}
.banner-slider .slick-arrow.slick-prev:before {
	content: "\e903";
}
.banner-slider .slick-arrow.slick-next {
	bottom: -2px;
}
.banner-slider .slick-arrow.slick-next:before {
	content: "\e900";
}

.banner-slider .slick-arrow:hover {
	background-color: rgba(255,255,255,0.1);
}

/* Dots */
.banner-slider-list__dots {
	left: 22px;
	top: 0;
	height: 81px;
	position: absolute;
}
.banner-slider .slick-dots {
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.banner-slider .slick-dots li {
	margin-bottom: 6px;
}
.banner-slider .slick-dots li:last-child {
	margin-bottom: 0;
}
.banner-slider .slick-dots button {
	-webkit-appearance: none;
	background: none;
	outline: none;
	border: none;
	text-indent: -9999px;
	width: 8px;
	height: 8px;
	background-color: #ebedf0;
	border-radius: 50%;
	padding: 0;
	display: block;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}
.banner-slider .slick-dots button:hover {
	background-color: #c8cacd;
}
.banner-slider .slick-dots .slick-active button {
	background-color: #ff9f1d;
}

/* TEMP */
.banner__image {
	background-image: url(../images/temp/banner-slider1.jpg);
}

/* BP 5 */
@media screen and (min-width: 600px) {
	.banner__image,
	.banner-slider-item__image {
		height: 200px;
	}
}

/* Max BP 4 */
@media screen and (max-width: 766px) {
	.banner__text__heading br,
	.banner-slider-item__text__heading br {
		display: none;
	}
	.banner__inner:after,
	.banner-slider:after {
		content: none;
	}
}


/* BP 4 */
@media screen and (min-width: 767px) {
	.banner-slider-list {
		margin: -1px -1px -1px -1px;
	}
	.banner-slider-item__inner {
		padding-left: 54px;
	}
	.banner-slider {
		margin-left: calc((100% - 640px - 108px) / 2 );
	}
	.banner__inner {
		margin-left: calc((100% - 640px) / 2 );
	}
	.banner__text,
	.banner-slider-item__text {
		padding: 90px 30px 0;
		-ms-flex: 0 1 420px;
		-webkit-box-flex: 0;
		flex: 0 1 420px;
	}
	.banner__text {
		height: 280px;
		padding-top: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: column wrap;
		flex-flow: column wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.banner-slider-item__text {
		height: 370px;
	}
	.banner__inner,
	.banner-slider-item__inner {
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
	}
	.banner-slider-list__controls {
		border: 2px solid #ebedf0;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 45px;
		height: 84px;
		width: 529px;
		margin-top: -1px;
		z-index: 2;
	}
	.banner-slider-item__text {
		padding: 90px 30px 0;
	}
	.banner-slider-item__text__content {
		font-size: 2.1rem;
		padding: 17px 88px;
		margin: 0 -54px;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 44px;
		height: 84px;
	}
	.banner__image,
	.banner-slider-item__image {
		-ms-flex: 1 0 auto;
			-webkit-box-flex: 1;
		        flex: 1 0 auto;
			height: auto;
	}
	.banner__inner:after {
		left: 420px;
	}
	.banner-slider:after {
		left: 475px;
	}
}

/* BP 3 */
@media screen and (min-width: 950px) {
	.banner-slider {
		margin-left: calc((100% - 800px - 108px) / 2 );
	}
	.banner__inner {
		margin-left: calc((100% - 800px) / 2 );
	}
	.banner__text,
	.banner-slider-item__text {
		-ms-flex: 0 1 480px;
		-webkit-box-flex: 0;
		flex: 0 1 480px;
	}
	.banner__text {
		padding-top: 20px;
	}
	.banner__inner:after {
		left: 480px;
	}
	.banner-slider:after {
		left: 535px;
	}
	.banner-slider-list__controls {
		bottom: 45px;
		height: 104px;
		width: 589px;
	}
	.banner-slider-item__text__content {
		font-size: 2.4rem;
		padding: 20px 88px;
		bottom: 44px;
		height: 104px;
	}
	.banner-slider-list__dots {
		left: 22px;
		height: 101px;
	}
	.banner-slider .slick-dots li {
		margin-bottom: 8px;
	}
	.banner-slider .slick-dots li:last-child {
		margin-bottom: 0;
	}
	.banner-slider .slick-dots button {
		width: 10px;
		height: 10px;
	}
	.banner-slider .slick-arrow:before {
		font-size: 4.7rem;
	}
	.banner-slider .slick-arrow {
		height: 53px;
	}
	.banner__text {
		height: 320px;
	}
	.banner-slider-item__text {
		height: 400px;
	}
}

/* BP 2 */
@media screen and (min-width: 1150px) {
	.banner-slider {
		margin-left: calc((100% - 1000px - 120px) / 2 );
	}
	.banner__inner {
		margin-left: calc((100% - 1000px) / 2 );
	}
	.banner__text,
	.banner-slider-item__text {
		padding: 100px 50px 0;
		-ms-flex: 0 1 580px;
		-webkit-box-flex: 0;
		flex: 0 1 580px;
	}
	.banner__text {
		height: 360px;
		padding-top: 20px;
	}
	.banner-slider-item__text {
		height: 480px;
	}
	.banner__inner:after {
		left: 580px;
	}
	.banner-slider:after {
		left: 641px;
	}
	.banner-slider-list__controls {
		bottom: 65px;
		height: 124px;
		width: 701px;
	}
	.banner-slider-item__text__content {
		font-size: 2.8rem;
		padding: 25px 100px;
		bottom: 64px;
		height: 124px;
		margin: 0 -60px;
	}
	.banner-slider-list__dots {
		height: 122px;
		left: 26px;
	}
	.banner-slider .slick-arrow {
		width: 60px;
		height: 63px;
	}
	.banner-slider-item__inner {
		padding-left: 60px;
	}
	.banner-slider .slick-arrow:before {
		font-size: 5rem;
	}
}

/* BP 1 */
@media screen and (min-width: 1450px) {
	.banner-slider {
		margin-left: calc((100% - 1280px - 140px) / 2 );
	}
	.banner__inner {
		margin-left: calc((100% - 1280px) / 2 );
	}
	.banner-slider-item__inner {
		padding-left: 70px;
	}
	.banner-slider-list__dots {
		left: 31px;
		height: 128px;
	}
	.banner-slider-item__text {
		height: 600px;
	}
	.banner-slider-list__controls {
		bottom: 75px;
		height: 134px;
		width: 781px;
	}
	.banner__text,
	.banner-slider-item__text {
		padding: 140px 50px 0;
		-ms-flex: 0 1 640px;
		-webkit-box-flex: 0;
		flex: 0 1 640px;
	}
	.banner__text {
		height: 410px;
		padding-top: 20px;
	}
	.banner__inner:after {
		left: 640px;
	}
	.banner-slider:after {
		left: 711px;
	}
	.banner-slider-item__text__content {
		font-size: 3.1rem;
		padding: 21px 100px;
		margin: 0 -70px;
		bottom: 75px;
		height: 134px;
		line-height: 1.3;
	}
	.banner-slider .slick-arrow {
		width: 71px;
		height: 68px;
	}
	.banner-slider .slick-arrow:before {
		font-size: 6rem;
	}
}


/* ---- Hover boxes ---- */
.hover-boxes-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.hover-boxes-item {
	position: relative;
	margin-bottom: 12px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.hover-boxes-item:last-child {
	margin-bottom: 0;
}

.hover-boxes-item__text {
	background: #e8ebf6 url(../images/texture-water-lightgrey.jpg) center center;
	background-size: cover;
	padding: 20px 6%;
	position: relative;
	width: 100%;
}
.hover-boxes-item__image {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	height: 150px;
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
	width: 100%;
}

/* Blue lines */
.hover-boxes-item:first-child .hover-boxes-item__image:before,
.hover-boxes-item:first-child .hover-boxes-item__hover:before,
.hover-boxes-item--layout2 .hover-boxes-item__hover:after,
.hover-boxes-item--layout1:last-child .hover-boxes-item__text:after {
	content: none;
}
.hover-boxes-item:first-child .hover-boxes-item__image:before,
.hover-boxes-item:first-child .hover-boxes-item__hover:before,
.hover-boxes-item--layout2 .hover-boxes-item__hover:after,
.hover-boxes-item--layout1:last-child .hover-boxes-item__text:after {
	position: absolute;
	left: 0;
	width: 100%;
	left: 0;
}
.hover-boxes-item:first-child .hover-boxes-item__image:before,
.hover-boxes-item:first-child .hover-boxes-item__hover:before {
	bottom: 100%;
}
.hover-boxes-item--layout2 .hover-boxes-item__hover:after {
	bottom: 0;
}
.hover-boxes-item--layout1:last-child .hover-boxes-item__text:after {
	top: 100%;
}

.hover-boxes-item__text__content {
	margin: 0 0 20px;
}

/* Hover */
.hover-boxes-item__hover {
	position: relative;
	background-color: #0b4c9c;
	color: #FFF;
	padding: 20px 6%;
	width: 100%;
}
.hover-boxes-item__hover__title {
	padding: 4px 40px 4px 15px;
	border-left: 1px solid #7b9dc6;
	border-top: 1px solid #7b9dc6;
	border-bottom: 1px solid #7b9dc6;
	font-size: 1.6rem;
	text-transform: uppercase;
	font-family: "myriad-pro", Helvetica, Arial, sans-serif;
	font-weight: 600;
	margin-right: -40px;
	margin-bottom: 8px;
}
.hover-boxes-item__hover__list {
	list-style: none;
	padding: 5px 0;
	margin: 0;
	text-transform: uppercase;
}
.hover-boxes-item__hover__list li {
	padding: 2px 0;
}
.hover-boxes-item__hover__list a {
	color: #FFF;
	text-decoration: none;
	display: block;
}
.hover-boxes-item__hover__list a:hover {
	text-decoration: underline;
}



/* TEMP */
.hover-boxes-item--1 .hover-boxes-item__image {
	background-image: url(../images/temp/hover-box1.jpg);
}
.hover-boxes-item--2 .hover-boxes-item__image {
	background-image: url(../images/temp/hover-box2.jpg);
}
.hover-boxes-item--3 .hover-boxes-item__image {
	background-image: url(../images/temp/hover-box3.jpg);
}


/* BP 5 */
@media screen and (min-width: 600px) {
	.hover-boxes-item__text,
	.hover-boxes-item__hover {
		-ms-flex: 1 0 50%;
			-webkit-box-flex: 1;
		        flex: 1 0 50%;
	}
	.hover-boxes-item__image {
		-ms-flex: 1 0 100%;
			-webkit-box-flex: 1;
		        flex: 1 0 100%;
		height: 220px;
	}
}
/* BP 4 */
@media screen and (min-width: 767px) {
	.hover-boxes-item {
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
	}
	.hover-boxes-item__text,
	.hover-boxes-item__image,
	.hover-boxes-item__hover {
		-ms-flex: 1 0 33.3333333%;
			-webkit-box-flex: 1;
		        flex: 1 0 33.3333333%;
	}
	.hover-boxes-item--layout2 .hover-boxes-item__hover:after,
	.hover-boxes-item--layout1:last-child .hover-boxes-item__text:after {
		content: " ";
	}
	.hover-boxes-item__image {
		height: auto;
		        -webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
        order: 1;
	}
	.hover-boxes-item__hover {
		text-align: right;
		padding: 20px 30px;
	}
	.hover-boxes-item__text {
		padding: 20px 30px;
	}
	.hover-boxes-item__text__content {
		margin-bottom: 30px;
	}
	.hover-boxes-item {
		margin-bottom: 20px;
	}
	.hover-boxes-item__hover__title {
		margin-bottom: 15px;
		font-size: 1.7rem;
	}

}

/* BP 3 */
@media screen and (min-width: 950px) {
	.hover-boxes-item__text__content {
		margin-bottom: 40px;
	}
	.hover-boxes-item__text {
		padding: 25px 40px;
	}
	.hover-boxes-item__hover {
		padding: 25px 40px;
	}
	.hover-boxes-item__hover__title {
		padding: 6px 40px 6px 20px;
		margin-right: -40px;
	}
}

/* Min iPad */
@media screen and (min-width: 1025px) {

	.hover-boxes-item {
		margin-bottom: 0;
	}
	.hover-boxes-item__text {
		padding: 50px 40px 75px;
	}

	.hover-boxes-item:first-child .hover-boxes-item__image:before,
	.hover-boxes-item:first-child .hover-boxes-item__hover:before {
		content: " ";
	}

	/* Layout 1 */
	.hover-boxes-item--layout1 .hover-boxes-item__text {
		-ms-flex-order: 2;
			-webkit-box-ordinal-group: 3;
		        order: 2;
	}
	.hover-boxes-item--layout1 .hover-boxes-item__hover {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 33.33333%;
		left: 33.33333%;
		width: auto;
		opacity: 0;
		-webkit-transition: opacity 300ms ease-in-out;
		transition: opacity 300ms ease-in-out;
	}
	.hover-boxes-item--layout1:hover .hover-boxes-item__hover {
		display: block;
		opacity: 1;
		z-index: 1;
	}
	.hover-boxes-item--layout1 .hover-boxes-item__image {
		-ms-flex: 1 0 66.6666666%;
			-webkit-box-flex: 1;
		        flex: 1 0 66.6666666%;
	}

	/* Layout 2 */
	.hover-boxes-item--layout2 .hover-boxes-item__hover {
		-ms-flex-order: 1;
			-webkit-box-ordinal-group: 2;
		        order: 1;
		background: #e8ebf6 url(../images/texture-water-lightgrey.jpg) center center;
		background-size: cover;
		-webkit-transition: background 100ms ease-in-out;
		transition: background 100ms ease-in-out;
	}

	.hover-boxes-item--layout2 .hover-boxes-item__text {
		-ms-flex-order: 2;
			-webkit-box-ordinal-group: 3;
		        order: 2;
		background: #FFF;
	}
	.hover-boxes-item--layout2 .hover-boxes-item__image {
		-ms-flex-order: 3;
			-webkit-box-ordinal-group: 4;
		        order: 3;
		-ms-flex: 1 0 33.3333333%;
			-webkit-box-flex: 1;
		        flex: 1 0 33.3333333%;
	}
	.hover-boxes-item--layout2 .hover-boxes-item__hover__inner {
		opacity: 0;
	}
	.hover-boxes-item--layout2 .hover-boxes-item:hover .hover-boxes-item__hover__inner {
		opacity: 1;
	}
	.hover-boxes-item.hover-boxes-item--layout2:hover .hover-boxes-item__hover {
		background: #0b4c9c;
		-webkit-transition: background 300ms ease-in-out;
		transition: background 300ms ease-in-out;
	}

	.hover-boxes-item:hover .hover-boxes-item__hover__inner {
		opacity: 1;
		-webkit-animation: fadeIn 200ms ease;
		        animation: fadeIn 200ms ease;
	}

}

/* BP 2 */
@media screen and (min-width: 1150px) {
	.hover-boxes-item__hover {
		padding: 35px 60px;
	}
	.hover-boxes-item__hover__title {
		padding: 9px 60px 9px 25px;
		font-size: 1.8rem;
		margin-right: -60px;
	}
	.hover-boxes-item__text {
		padding: 50px 60px 100px;
	}
	.hover-boxes-item__hover__list li {
		padding: 3px 0;
	}
}

/* BP 1 */
@media screen and (min-width: 1450px) {
	.hover-boxes-item__hover {
		padding: 50px 70px;
	}
	.hover-boxes-item__hover__title {
		padding: 9px 70px 9px 25px;
		margin-right: -70px;
	}
	.hover-boxes-item__text {
		padding: 90px 70px 140px;
	}
	.hover-boxes-item__hover__list {
		padding: 10px 0;
	}
}


/* ---- Content Hover Boxes ---- */

.content-hover-boxes {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: -5px;
    margin-right: -5px;
}
.content-hover-box {
	width: 100%;
    max-width: 100%;
    padding: 25px 5%;
    color: #ffffff;
    position: relative;
    text-align: right;
    -ms-flex-line-pack: right;
        align-content: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    background: #000;
    border: 5px solid #fff;
    background-size: cover;
    background-position: center center;
}

.content-hover-box--cta {
    background: #e8ebf6 url(../images/texture-water-lightgrey.jpg) center center;
    color: #0b4c9c;
}

.content-hover-box--cta h2 a {
	color: #0b4c9c;
	-webkit-transition: border 400ms ease;
	transition: border 400ms ease;
	border-bottom: 2px solid rgba(0,0,0,0);
	line-height: 1.3;
}

.content-hover-box--cta h2 a:hover {
	text-decoration: none;
	border-bottom: 2px solid #0b4c9c;

}

.content-hover-box--cta {
	display: none;
}

.content-hover-box:before {
    content: '\00a0';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.35);
    -webkit-transition: background 800ms ease;
    transition: background 800ms ease;
    z-index: 0;
}

.content-hover-box.content-hover-box--cta:before {
	background: rgba(0,0,0,0);
}

.content-hover-box__hover-reveal {
    max-height: 0;
    opacity: 0;
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
    overflow: hidden;
}
.content-hover-box:hover .content-hover-box__hover-reveal {
    max-height: 900px;
    opacity: 1;
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
}
.content-hover-box__hover__list {
    list-style-type: none;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
.content-hover-box__content {
    position: relative;
    margin: auto;
}
.content-hover-box__content a {
    color: #ffffff;
    text-decoration: none;
}
.content-hover-box__content a:hover,
.content-hover-box__content a:focus,
.content-hover-box__content a:active {
    text-decoration: underline;
}

@media screen and (min-width: 767px) {
    .content-hover-box {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media screen and (min-width: 950px) {
    .content-hover-box {
        padding-top: 20px;
        padding-bottom: 20px;
        min-height: 580px;
        width: 50%;
    }
    /* Add an extra call to action item if there is an uneven number of items */
    .content-hover-box--cta:nth-child(2n+0) {
    	display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    }
}
@media screen and (min-width: 1150px) {
    .content-hover-box {
    	padding-left: 3.5%;
    	padding-right: 3.5%;
        min-height: 530px;
    }
}

@media screen and (min-width: 1450px) {
    .content-hover-layout-3 .content-hover-box {
		width: 33.333333%;
    	padding-left: 3%;
    	padding-right: 3%;
    }
    /* Removing the extra call to action item for three columns */
    .content-hover-layout-3 .content-hover-box--cta:nth-child(2n+0) {
    	display: none;
    }
}

/* Category images */

.content-hover-box.category-2 {
	background-image: url(../images/link-gallery-images/state-fed.jpg);
}

.content-hover-box.category-3 {
	background-image: url(../images/link-gallery-images/local-gov.jpg);
}

.content-hover-box.category-4 {
	background-image: url(../images/link-gallery-images/private-landowners.jpg);
	background-position: 65% center;
}

.content-hover-box.category-5 {
	background-image: url(../images/link-gallery-images/land-dev.jpg);
	background-position: left center;
}

.content-hover-box.category-6 {
	background-image: url(../images/link-gallery-images/infrastructure.jpg);
}

.content-hover-box.category-7 {
	background-image: url(../images/link-gallery-images/mining.jpg);
	background-position: right center;
}

.content-hover-box.category-8 {
	background-image: url(../images/link-gallery-images/viticulture.jpg);
}

.content-hover-box.category-9 {
	background-image: url(../images/link-gallery-images/manufacturing.jpg);
}

.content-hover-box.category-10 {
	background-image: url(../images/link-gallery-images/nrm.jpg);
}


.content-hover-box.category-11 {
	background-image: url(../images/link-gallery-images/hydrogeology.jpg);
}

.content-hover-box.category-12 {
	background-image: url(../images/link-gallery-images/hydrology.jpg);
}

.content-hover-box.category-13 {
	background-image: url(../images/link-gallery-images/wasterwater.jpg);
}


/* ---- Feature articles ---- */
.feature-article__pre-section-title {
	margin-bottom: 25px;
}
.section--feature-article > .container {
	position: relative;
}
.feature-article__title__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 100%;
}
.feature-article__text {
	padding: 20px 0 25px;
	min-width: 0;
	position: relative;
}
.feature-article__text:after {
	position: absolute;
	left: 0;
	width: 100%;
	top: 100%;
}
.feature-article__text__slider {
	list-style: none;
	padding: 0;
	margin: 0;
}
.feature-article__text__slider__item {
	outline: none;
}
.feature-article__title .section-title {
	padding: 20px;
	margin: 0;
	position: relative;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}
.feature-article__title .section-title:before {
	content: " ";
	position: absolute;
	background-color: #191923;
	width: 500px;
	top: 0;
	bottom: 0;
	right: 100%;
	display: block;
}
.feature-article__image__list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.feature-article__image {
	position: relative;
	min-height: 150px;
}

.feature-article__image__list__item {
	background-image: url('../images/texture-water-yellow.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
}

.feature-article__text__date {
	font-family: "myriad-pro", Helvetica, Arial, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 10px;
	color: #9197ae;
	padding-top: 11px;
}
.feature-article__text__title-container {
	margin-bottom: 10px;
}
.feature-article__text__title {
	overflow: hidden;
}
.feature-article__text__content {
	margin: 0 0 20px;
}

/* Dots */
.feature-article__text .slick-dots {
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 0;
	right: 0;
}
.feature-article__text .slick-dots li {
	margin-right: 8px;
	display: inline-block;
}
.feature-article__text .slick-dots li:last-child {
	margin-right: 0;
}
.feature-article__text .slick-dots button {
	-webkit-appearance: none;
	background: none;
	outline: none;
	border: none;
	text-indent: -9999px;
	width: 10px;
	height: 10px;
	background-color: #9399b0;
	border-radius: 50%;
	padding: 0;
	display: block;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}
.feature-article__text .slick-dots button:hover {
	background-color: #676c82;
}
.feature-article__text .slick-dots .slick-active button {
	background-color: #ff9f1d;
}

/* TEMP */
.feature-article__image__list__item--1 {
	background-image: url(../images/temp/feature-article.jpg);
}
.feature-article__image__list__item--2 {
	background-image: url(../images/temp/feature-article2.jpg);
}
.feature-article__image__list__item--3 {
	background-image: url(../images/temp/feature-article3.jpg);
}

/* BP 5 */
@media screen and (min-width: 600px) {
	.feature-article__image {
		min-height: 200px;
	}
	.feature-article__pre-section-title {
		margin-bottom: 35px;
	}
}

/* BP 4 */
@media screen and (min-width: 767px) {
	.feature-article__text:after {
		width: 200%;
	}
	.feature-article__text__slider__item {
		padding-left: 22px;
	}
	.feature-article__inner {
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
		-ms-flex-wrap: nowrap;
			flex-wrap: nowrap;
	}
	.feature-article__title {
		width: 37.5%;
	}
	.feature-article__title__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;

		-ms-flex-flow: column wrap;
    	flex-flow: column wrap;
	}
	.feature-article__text {
		padding: 30px 0 30px 30px;
		width: 57.5%;
	}
	.feature-article__image {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
	}
	.feature-article__text__content {
		margin: 0 0 30px;
	}
	.feature-article__text__date {
		margin: 0 0 14px;
	}
	.feature-article__title .section-title {
		padding: 35px 30px 30px;
	}
	.feature-article__pre-section-title {
		margin-bottom: 40px;
	}
}

/* BP 3 */
@media screen and (min-width: 950px) {
	.feature-article__title .section-title {
		padding: 45px 40px 40px;
	}
	.section--feature-article {
		padding-top: 28px;
	}
	.feature-article__text {
		max-width: 800px;
	}
	.feature-article__title {
		margin-top: -28px;
	}
	.feature-article__image {
		min-height: 250px;
	}
	.feature-article__pre-section-title {
		margin-bottom: 60px;
	}
}

/* BP 2 */
@media screen and (min-width: 1150px) {
	.feature-article__title .section-title {
		padding: 65px 70px 45px;
	}
	.feature-article__text {
		padding: 40px 0 40px 40px;
	}

	.feature-article__text__date {
		padding-top: 15px;
	}
	.feature-article__text__slider__item {
		padding-left: 30px;
	}
	.feature-article__title {
		margin-top: -50px;
	}
	.section--feature-article {
		padding-top: 50px;
	}
	.feature-article__pre-section-title {
		margin-bottom: 120px;
	}
}

/* BP 1 */
@media screen and (min-width: 1450px) {
	.section--feature-article {
		padding-top: 60px;
	}
	.feature-article__text {
		padding: 70px 0 40px 40px;
	}
	.feature-article__title {
		margin-top: -60px;
	}
}



/* ---- Clients ---- */

/* Logo circles list */

.logo-circles-list-wrapper {
	padding-bottom: 25px;
}
.logo-circles-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;

}
.logo-circles-list__slide__item {
	display: block;
	float: left;
	margin-right: 0;
	padding-right: 10px;
	width: 33.33%;
}
.logo-circles-list__slide__item:last-child {
	margin-right: 0;
}
.logo-circles-list__slide__item a {
	background-color: #e8ebf6;
	overflow: hidden;
	width: 80px;
	height: 80px;
	margin: auto;
	position: relative;
	border-radius: 50%;
	display: block;

	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	    -webkit-box-align: center;
	        align-items: center;
	-ms-flex-pack: center;
	    -webkit-box-pack: center;
	        justify-content: center;
	padding: 12px;
	-webkit-transition: background-color 150ms ease;
	transition: background-color 150ms ease;
}
.logo-circles-list__slide__item a:hover {
	background-color: #dde0ea;
}
.logo-circles-list__slide__item img {
	margin-top: -6px;
}


/* BP 5 */
@media screen and (min-width: 600px) {
	.logo-circles-list__slide__item a {
		width: 120px;
		height: 120px;
		padding: 15px;
	}
}

/* BP 4 */
@media screen and (min-width: 767px) {

	.clients-circles-list .section-title {
		width: 30%;
		float: left;
	}
	.logo-circles-list-wrapper {
		float: right;
		width: 70%;
	}
	.logo-circles-list__slide__item a {
		float: right;
	}

}

/* BP 3 */
@media screen and (min-width: 950px) {


	.logo-circles-list__slide__item a {
		width: 150px;
		height: 150px;
		padding: 22px;
	}
}

/* BP 2 */
@media screen and (min-width: 1150px) {
	.clients-circles-list .section-title {
		width: 25%;
		float: left;
	}
	.logo-circles-list-wrapper {
		float: right;
		width: 75%;
		padding-bottom: 0;
	}
	.logo-circles-list__slide__item a {
		width: 180px;
		height: 180px;
		padding: 30px;
	}
}

/* BP 1 */
@media screen and (min-width: 1450px) {
	.logo-circles-list__slide__item a {
		width: 226px;
		height: 226px;
		padding: 30px;
	}
}


/* ---- Staff ---- */
.staff-list {
	list-style: none;
	padding: 0;
	margin: 20px 0 0;
}

.staff-list__item {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	margin-bottom: 15px;
}

.staff-list__item__text {
	background: #e8ebf6 url(../images/texture-water-lightgrey.jpg) center center;
	background-size: cover;
	-ms-flex: 1 1 60%;
	-webkit-box-flex: 1;
	flex: 1 1 60%;
	padding: 22px 20px 22px 6%;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.staff-list__item__image {
	background-size: cover;
	-ms-flex: 1 1 50%;
	-webkit-box-flex: 1;
	flex: 1 1 50%;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	min-height: 50%;
}

.staff-list__item__image:before {
	content: '\00a0';
	display: block;
	padding-top: 80%;
}

.staff-list__item__text__content {
	margin: 0 0 20px;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

/* BP 5 */
@media screen and (min-width: 520px) {
	.staff-list__item {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
}
/* BP 5 */
@media screen and (min-width: 600px) {

	.staff-list__item__text {
		-ms-flex: 1 1 50%;
		-webkit-box-flex: 1;
		flex: 1 1 50%;
	}
	.staff-list__item__image {
		-ms-flex: 1 1 50%;
		-webkit-box-flex: 1;
		flex: 1 1 50%;
		min-width: 240px;
	}
}

@media screen and (min-width: 680px) {

	.staff-list__item__text {
		padding-top: 40px;
		padding-bottom: 30px;
	}
}

@media screen and (min-width: 950px) {

	.staff-list__item__text {
		padding-top: 60px;
		padding-bottom: 40px;
	}
}


/* BP 2 */
@media screen and (min-width: 1150px) {
	.staff-list {
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 40px;
		margin-right: -5px;
		margin-left: -5px;
	}
	.staff-list__item {
		-ms-flex: 1 1 50%;
		-webkit-box-flex: 1;
		flex: 1 1 50%;
		padding-right: 5px;
		padding-left: 5px;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.staff-list__item:last-child {
		max-width: 50%;
	}
	.staff-list__item__text {
		padding: 35px 40px;
		min-height: 330px;
	}
	.staff-list__item__text__content {
		margin-bottom: 30px;
	}

}

/* BP 1 */
@media screen and (min-width: 1450px) {
	.staff-list__item__text__title {
		font-size: 3.6rem;
	}
	.staff-list__item__text {
		padding: 45px 25px 45px 40px;
	}
	.staff-list__item {
		flex-wrap: nowrap;
	}
}


/* ---- Pre footer ---- */
.section--pre-footer {
	padding-top: 0;
	padding-bottom: 0;
}
.pre-footer__map {
	display: none;
}
.pre-footer__contact {
	padding: 20px 0;
}
.pre-footer__contact__text {
	text-transform: uppercase;
	font-family: "myriad-pro", Helvetica, Arial, sans-serif;
	font-weight: 600;
	margin: 0 0 4px;
}
.pre-footer__contact__text a {
	text-decoration: none;
	color: inherit;
}
.pre-footer__contact__text a:hover {
	color: rgba(255, 255, 255, 0.9);
	text-decoration: underline;
}
.pre-footer__contact__text ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 1.6rem;
}
.pre-footer__contact__text li {
	margin-bottom: 4px;
}
.pre-footer__contact__text li:last-child {
	margin-bottom: 0;
}
.pre-footer__contact__text ul li:before {
	content: "- ";
}

/* BP 5 */
@media screen and (min-width: 600px) {
	.pre-footer__inner {
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
		-ms-flex-wrap: nowrap;
			flex-wrap: nowrap;
	}
	.pre-footer__map {
		display: block;
		-ms-flex: 0 1 auto;
			-webkit-box-flex: 0;
		        flex: 0 1 auto;
		width: 300px;
		background: url(../images/footer-map.png) no-repeat center center;
		background-size: cover;
	}
	.pre-footer__contact {
		-ms-flex: 1 1 auto;
			-webkit-box-flex: 1;
		        flex: 1 1 auto;
		padding: 20px 0 20px 30px;
	}
	.section--pre-footer > .container {
		position: relative;
	}
	.section--pre-footer > .container:before {
		content: " ";
		position: absolute;
		background-color: #0b4c9c;
		width: 500px;
		top: 0;
		bottom: 0;
		right: 100%;
		display: block;
	}
	.pre-footer__contact__text {
		margin-bottom: 15px;
	}
}

/* BP 4 */
@media screen and (min-width: 767px) {
	.pre-footer__map {
		width: 330px;
	}
	.pre-footer__contact__text {
		margin: 0 0 25px;
	}
	.pre-footer__contact {
		padding: 30px 0 30px 50px;
	}
}

/* BP 3 */
@media screen and (min-width: 950px) {
	.pre-footer__map {
		width: 400px;
	}
	.pre-footer__contact {
		padding: 40px 0 40px 50px;
	}
	.pre-footer__contact__text li {
		margin-bottom: 10px;
	}
	.pre-footer__contact__text ul {
		font-size: 1.8rem;
	}
}

/* BP 2 */
@media screen and (min-width: 1150px) {
	.pre-footer__contact {
		padding: 60px 0 60px 65px;
	}
}

/* BP 1 */
@media screen and (min-width: 1450px) {
	.pre-footer__contact {
		padding: 90px 0 90px 95px;
	}
}

/* ---- Footer links ---- */
.section--footer-links {
	padding-top: 15px;
	padding-bottom: 15px;
}

/* Links list */
.link-list {
	list-style: none;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-family: "myriad-pro", Helvetica, Arial, sans-serif;
	font-weight: 600;
}
.link-list a {
	color: inherit;
	text-decoration: none;
	display: block;
}
.link-list a:hover {
	text-decoration: underline;
}
.link-list__item {
	padding: 5px 10px 5px 0;
}


/* BP 5 */
@media screen and (min-width: 600px) {
	.link-list {
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}
	.link-list__item {
		-ms-flex: 1 1 50%;
			-webkit-box-flex: 1;
		        flex: 1 1 50%;
	}
}

/* BP 4 */
@media screen and (min-width: 767px) {
	.section--footer-links {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

/* BP 3 */
@media screen and (min-width: 950px) {
	.link-list__item {
		padding-top: 8px;
		padding-bottom: 8px;
		-ms-flex: 1 1 25%;
			-webkit-box-flex: 1;
		        flex: 1 1 25%;
		text-align: center;
	}
}

/* BP 2 */
@media screen and (min-width: 1150px) {
	.section--footer-links {
		padding-top: 35px;
		padding-bottom: 35px;
	}

}

/* BP 1 */
@media screen and (min-width: 1450px) {
	.section--footer-links {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}


/* ---- Content ---- */
.content__inner {
	padding-left: 6%;
	padding-right: 6%;
}
.mainbar h1 {
	padding-bottom: 20px;
	border-bottom: 2px solid #f5f6f7;
}

.sidebar {
	padding-top: 10px;
}
.sidebar .widget-title {
	padding: 5px 25px;
	border-left: 1px solid #f5f6f7;
	border-top: 1px solid #f5f6f7;
	border-bottom: 1px solid #f5f6f7;
	font-size: 1.6rem;
	text-transform: uppercase;
	font-family: "myriad-pro", Helvetica, Arial, sans-serif;
	font-weight: 600;
}

/* BP 5 */
@media screen and (min-width: 600px) {


}

/* BP 4 */
@media screen and (min-width: 767px) {
	.sidebar .widget-title {
		padding: 9px 25px;
		font-size: 1.8rem;
	}

	.content__inner {
		margin-left: calc((100% - 640px) / 2 );
	}

	.mainbar h1 {
		padding-bottom: 20px;
		border-bottom: 2px solid #f5f6f7;
	}


}

/* BP 3 */
@media screen and (min-width: 950px) {
	.mainbar__content-wrap {
		padding-left: 30px;
	}
	.sidebar-scrolling .sidebar__inner {
		position: fixed;
		top: 140px;
	}
	.sidebar-bottom-lock .sidebar__inner {
		position: absolute;
		bottom: 0;
	}

	.content__inner {
		padding-left: 0;
		padding-right: 0;
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
		margin-left: calc((100% - 800px) / 2 );
	}
	.mainbar {
		-ms-flex: 0 0 580px;
			-webkit-box-flex: 0;
		        flex: 0 0 580px;
			overflow-x: hidden;
	}
	.sidebar {
		padding-left: 50px;
		-ms-flex: 1 1 auto;
		-webkit-box-flex: 1;
		        flex: 1 1 auto;
		position: relative;
		padding-top: 7px;
	}
}

/* BP 2 */
@media screen and (min-width: 1150px) {
	.content__inner {
		margin-left: calc((100% - 1000px) / 2 );
	}
	.sidebar {
		padding-left: 80px;
		padding-top: 11px;
	}
	.mainbar {
		-ms-flex: 0 0 720px;
			-webkit-box-flex: 0;
		        flex: 0 0 720px;
	}
	.mainbar__content-wrap {
		padding-left: 50px;
	}
}

/* BP 1 */
@media screen and (min-width: 1450px) {
	.content__inner {
		margin-left: calc((100% - 1280px) / 2 );
	}
	.sidebar {
		padding-left: 100px;
		padding-top: 17px;
	}
}




/* ---- Footer ---- */
.footer__copyright-bar {
	padding: 10px 17px;
}
.footer__copyright-bar p {
	margin: 0;
}
.footer__copyright-bar,
.footer__copyright-bar a {
	color: #9197ae;
}
.footer__copyright-bar a {
	text-decoration: none;
}
.footer__copyright-bar a:hover,
.footer__copyright-bar a:focus {
	text-decoration: underline;
	color: #787d94;
}
.footer__link {
	text-align: left;
}

/* BP 5 */
@media screen and (min-width: 600px) {

}

/* BP 4 */
@media screen and (min-width: 767px) {
	.footer__copyright-bar {
		padding: 15px 30px;
	}
}

/* BP 3 */
@media screen and (min-width: 950px) {
	.footer__link {
		text-align: right;
	}
}

/* BP 2 */
@media screen and (min-width: 1150px) {
	.footer__copyright-bar {
		padding: 20px 40px;
	}
}

/* BP 1 */
@media screen and (min-width: 1450px) {

}

/* ---- Magnific Popup ---- */
.mfp-image-holder .mfp-content {
	max-width: 1000px;
}

.mfp-ajax-holder .mfp-content {
	background-color: #fff;
	margin: 0 auto;
	padding: 50px;
	max-width: 700px;
}



/* Generic style for all widgets */

.widget h3.widget-title {

}


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

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

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

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

/* ---- Related Links ---- */
.widget-RelatedLinks {
	margin-bottom: 25px;
	padding-bottom: 14px;
	border-bottom: 5px solid #0b4c9c;
}
.widget-RelatedLinks ul {
	padding: 0;
	margin: 8px 0;
	list-style: none;
	max-width: 500px;
}
.widget-RelatedLinks > ul {
	padding-left: 25px;
}
.widget-RelatedLinks a {
	display: block;
	text-decoration: none;
	color: #9197ae;
	text-transform: uppercase;
}
.widget-RelatedLinks a:hover {
	color: #191923;
}
.widget-RelatedLinks li.on > a,
.widget-RelatedLinks li.on > a:hover {
	color: #191923;
}

.widget-RelatedLinks li.depth1 {
	position: relative;
	margin: 0 0 5px;
}
.widget-RelatedLinks li.depth1:last-child {
	margin-bottom: 0;
}

/* Children */
.widget-RelatedLinks li.depth2 {
	font-size: 1.5rem;
	margin-bottom: 4px;
}
.widget-RelatedLinks li.depth2:last-child {
	margin-bottom: 0;
}
.widget-RelatedLinks li.depth2 a {
	padding-left: 20px;
}

.widget-RelatedLinks li.depth2 a:before {
	content: "- ";
	position: absolute;
	width: 20px;
	left: 5px;
}

/* BP 5 */
@media screen and (min-width: 600px) {

}

/* BP 4 */
@media screen and (min-width: 767px) {
	.widget-RelatedLinks {
		border-bottom-width: 9px;
		padding-bottom: 20px;
	}
}

/* BP 3 */
@media screen and (min-width: 950px) {
	.widget-RelatedLinks {
		padding-bottom: 30px;
	}
}

/* BP 2 */
@media screen and (min-width: 1150px) {
	.widget-RelatedLinks {
		border-bottom-width: 13px;
	}
}

/* BP 1 */
@media screen and (min-width: 1450px) {

}


/* ---- Simple Image Gallery ---- */
.widget-GallerySimple {
	margin: 15px -10px;
}

.widget-GallerySimple h3 {
	padding: 10px;
}

.widget-GallerySimple .gallery-simple-thumb {
	width: 33.333%;
	padding: 10px;
	float: left;
}
.widget-GallerySimple .gallery-simple-thumb img {
	width: 100%;
}

/* ---- Children Page Gallery ---- */
.children-gallery-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget-ChildrenGallery .children-gallery-list-item {
	width: 48%;
	float: left;
	margin: 0 0 20px 4%;
	position: relative;
}

.widget-ChildrenGallery .children-gallery-list-item-link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.widget-ChildrenGallery .children-gallery-list-item-link:hover {
	text-decoration: underline;
}

.widget-ChildrenGallery .children-gallery-list-item-image {
	margin-bottom: 9px;
}

.widget-ChildrenGallery .children-gallery-list-item-link:hover .children-gallery-list-item-image {
	opacity: 0.9;
}

.widget-ChildrenGallery .children-gallery-list-item-title {
	margin: 0;
}

.widget-ChildrenGallery .children-gallery-list-item-anchor {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}


@media screen and (max-width: 766px) {
	.widget-ChildrenGallery .children-gallery-list-item:nth-child(2n+1) {
		margin-left: 0;
		clear: left;
	}
}

@media screen and (min-width: 767px) and (max-width: 949px) {
	.widget-ChildrenGallery .children-gallery-list-item {
		width: 30.666666%;
	}
	.widget-ChildrenGallery .children-gallery-list-item:nth-child(3n+1) {
		margin-left: 0;
		clear: left;
	}
}

@media screen and (min-width: 950px) {
	.widget-ChildrenGallery .children-gallery-list-item {
		width: 22%;
	}
	.widget-ChildrenGallery .children-gallery-list-item:nth-child(4n+1) {
		margin-left: 0;
		clear: left;
	}
}


/* ---- Sponsors module ---- */
.sponsors-list__item-link {
	text-decoration: none;
}

.sponsors-list__img-wrap {
	width: 100%;
	border: 1px solid #ccc;
	padding: 8px;
	position: relative;
	margin-bottom: 8px;
	-webkit-transition: border-color 250ms ease-in-out;
	transition: border-color 250ms ease-in-out;
}

.sponsors-list__item-link:hover .sponsors-list__img-wrap {
	border: 1px solid #444;
}

.sponsors-list__img-wrap:before {
	content: "";
	display: block;
	padding-top: 100%; 	/* initial ratio of 1:1*/
}

.sponsors-list__img-wrap__vert-center {
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	text-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
}

.sponsors-list-item__image {
	display: inline-block;
	margin: 0 auto;
	max-height: 100%;
}


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

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

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

/* ---- reCAPTCHA ---- */
.g-recaptcha {
    padding-bottom: 15px;
}


/* ---- Blog hub ---- */
.blog-hub {
	margin: 40px 0;
}
.blog-hub__post {
    background: #e8ebf6 url(../images/texture-water-lightgrey.jpg) center center;
    background-size: cover;
}

@media screen and (max-width: 1449px) {
	.blog-hub__post {
		width: 47%;
	}
}

.blog-hub__post__title {
	font-size: 2.1rem;
	font-weight: 500;
	letter-spacing: -0.5px;
}

@media screen and (min-width: 1450px) {
	.blog-hub__post__title {
		font-size: 2.6rem;
		font-weight: 500;
		letter-spacing: -0.5px;
	}
}

.blog-hub__post__time,
.blog-hub__post__author {
	display: none;
}

.blog-hub__post a {
    color: #707386;
}

.blog-hub__post a:hover,
.blog-hub__post a:active,
.blog-hub__post a:focus {
    color: #191923;
}

/* ---- Blog Post styles ---- */

.blog-post__categories,
.blog-post__time,
.blog-post__author {
	display: none;
}

.blog-post__body .highlight--right h3 {
    margin-bottom: 0;
    margin-top: 10px;
}

.blog-post__body .highlight--right h3:first-child {
    margin-top: 0px;
}

@media screen and (min-width: 1150px) {
    .blog-post__body .highlight--right {
        width: 41%;
        margin-left: 7%;
    }
}




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