/*************** site styles, all custom styling to go here to overwrite default stylesheets yet retain their integrity *******************/

body {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	color: #323232;
	background: #e9e8e8;
	font-size: 110%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	line-height: 1.25;
	color: #064a8a;
}

h2 {
	font-size: 1.75rem;
}

p {
	line-height: 1.2;
	font-weight: 300;
}

* {
	outline: none;
}

.relative {
	position: relative;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

figure {
	margin: 0;
	padding: 0;
}

.hide-text {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px 1px 1px 1px);
	/* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

.btn,
input[type="submit"] {
	background: #273460;
	font-family: 'Raleway', sans-serif;
	display: inline-block;
	color: #fff104;
	padding: .7rem 1rem;
	text-align: center;
	position: relative;
	line-height: 1;
	border: 0;
	font-size: .75rem;
	font-weight: 400;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	cursor: pointer;
	-webkit-transition: .3s background ease;
	transition: .3s background ease;
}

.btn:hover {
	color: #fff;
	background: #040222;
}

.btn.long-btn {
	min-width: 150px;
}

.echo-icon {
	width: 17px;
	height: 19px;
	background: url(../img/trade-sprite.png) no-repeat -82px -167px;
	display: block;
	position: absolute;
	top: 9px;
	right: 7px;
}

.mar-bot {
	margin-bottom: 0.9375rem;
}

.mar-top {
	margin-top: 0.9375rem;
}

.small {
	font-size: .9rem;
}

.v-small {
	font-size: .8rem;
}

.white-back {
	background: #fff;
}

.white {
	color: #fff;
}

.grey-back {
	background: #e2e3e5;
}

.full {
	clear: both;
	width: 100%;
	display: block;
}

.full-height {
	height: 100%;
}

.nowrap {
	white-space: nowrap;
}

.relative {
	position: relative;
}

.row {
	clear: both;
	max-width: 75rem;
}

.grey-border-bot {
	border-bottom: 1px solid #e9e9e9;
}

.fernox-content ul[class*="block-grid-"] {
	padding-left: 0;
}

.fernox-content ul[class*="block-grid-"] li {
	padding-left: 0;
}


/**** end base defaults **/

.contain-to-grid {
	background: none;
}

.top-bar-section ul {
	float: right;
}

.top-bar-section ul li {
	background: none;
	border-right: 1px solid #d4d5d7;
}

.top-bar-section ul li:last-child {
	border-right: 0;
}

.top-bar-section li:not(.has-form) a:not(.button) {
	background: none;
	color: #323232;
	font-size: 1.1rem;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	line-height: normal;
	padding: 1.25rem 1rem;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}

.top-bar-section .has-dropdown>a {
	padding-right: 1rem!important;
}

.top-bar-section ul li:hover:not(.has-form)>a {
	background: #fff;
	color: #323232;
}

.top-bar-section ul li.sign-up:not(.has-form) a:not(.button) {
	background: #196789;
	color: #fff;
	position: relative;
	top: -1px;
	border-top: 1px solid #196789;
	border-bottom: 1px solid #196789;
	-webkit-transition: background .3s ease, border .3s ease;
	transition: background .3s ease, border .3s ease;
}

.top-bar-section ul li.sign-up:not(.has-form) a:not(.button):hover {
	background: #297da1;
	border-color: #297da1;
}

.header-container {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	display: block;
	width: 100%;
}

.top-header {
	width: 100%;
	display: block;
	clear: both;
	background: #fff;
	text-align: right;
	padding: .75rem 0.9375rem 1rem 0.9375rem;
}

.top-header ul {
	padding: 0;
	margin: 0;
}

.top-header ul li {
	display: inline-block;
	position: relative;
	padding: 0 10px 0 6px;
}

.top-header ul li:after {
	content: "";
	width: 1px;
	height: 75%;
	background: #323232;
	position: absolute;
	right: 0;
	top: 12.5%;
}

.top-header ul li:last-child:after {
	display: none;
}

.top-header ul li a {
	font-size: .85rem;
	color: #323232;
	display: block;
	border-bottom: 1px solid #323232;
	line-height: 1;
	padding-bottom: .2rem;
	-webkit-transition: border .3s ease, color .3s ease;
	transition: border .3s ease, color .3s ease;
}

.top-header ul li a:hover {
	border-bottom: 1px solid transparent;
	color: #1a678a;
}

.top-bar-section .has-dropdown>a:after {
	display: none;
}

.hero {
	width: 100%;
	display: block;
	height: 100%;
	position: relative;
	clear: both;
}

.hero-img {
	position: absolute;
	top: 114px;
	right: 0;
	left: 0;
	bottom: 0;
	background-position: center center!important;
	background-size: cover!important;
	background-repeat: no-repeat!important;
}

.img-message {
	/*position: absolute;
    top: 50%;
    left: 50%;*/
	text-align: center;
	max-width: 800px;
	margin: 0 auto 3em auto;
	/*-webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);*/
}

.img-message img {
	display: block;
	margin: 0 auto;
}

.img-message h1 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	display: block;
	padding: 1rem 0;
}

.img-message h1 span {
	font-weight: 600;
	color: #fff9c7;
}

.hero-inner-pages .img-message {
	left: auto;
	top: auto;
	position: relative;
	-webkit-transform: none;
	transform: none;
}

.top-bar .name {
	position: relative;
	z-index: 1;
}

.icon-list {
	padding: 0;
	margin: 0;
}

.icon-list li {
	border-right: 1px solid #d4d5d7;
	text-align: center;
	/*padding: 2.5rem 1rem 120px 1rem;*/
	padding: 2.5rem 1rem 2.5rem 1rem;
	position: relative;
}

.icon-list li:last-child {
	border-right: 0;
}

.icon-list li h3 {
	color: #1a6689;
	font-size: 1.15rem;
	font-weight: 400;
	text-transform: uppercase;
	padding: 2rem 0 1rem 0;
}

.icon-list li h3 strong {
	font-weight: 600;
}

.trade-icon {
	width: 164px;
	height: 164px;
	display: block;
	margin: 0 auto;
}

.trade-icon.reporting {}

.trade-icon.multi-asset {
	background-position: -164px 0;
}

.trade-icon.life-cycle {
	background-position: -328px 0;
}

.trade-icon.tech-ex {
	background-position: -492px 0;
}

.icon-list li .btn {
	position: absolute;
	bottom: 50px;
	left: 1em;
	right: 1em;
	display: block;
}

.grey-back header {
	width: 100%;
	display: block;
	background: #5c5e6a;
	padding: .75rem 0 .5rem 0;
}

.grey-back header h2 {
	color: #fff;
	font-weight: 400;
	font-size: 1.15rem;
	text-transform: uppercase;
	line-height: 1;
}

.grey-back header h2 strong {
	font-weight: 600;
}


/*.grey-back.city-back {
    background: url(../img/city-back.jpg) no-repeat center center / cover;
}*/

.contact-form {
	margin: 55px auto;
	padding: 85px 0;
	background: rgba(255, 255, 255, .8);
	max-width: 980px;
	position: relative;
}

.contact-form form {
	display: block;
	padding-top: 2rem;
}

.contact-form form>div {
	margin-bottom: .75em;
}

.contact-form form textarea {
	min-height: 145px;
}

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

.contact-form .tel {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.contact-form .tel a {
	font-size: 3.5rem;
	color: #1a678a;
	font-weight: 600;
	line-height: 1.2;
	-webkit-transition: .3s color ease;
	transition: .3s color ease;
}

.contact-form .tel a:hover {
	color: #2c7fa5;
}

.foot {
	background: #040222;
	padding-top: 45px;
	padding-bottom: 75px;
}

.foot h3 {
	color: #575a5c;
	text-transform: uppercase;
	font-size: 1.15rem;
	border-bottom: 0;
	margin-bottom: 1.5rem;
}

.foot ul {}

.foot ul li {}

.foot ul li a {
	color: #fff104;
	padding-bottom: .2em;
	font-size: .85em;
	-webkit-transition: .3s color ease;
	transition: .3s color ease;
}

.foot ul li a:hover {
	color: #fff;
}

.foot p {
	color: #c4cbcb;
	font-size: .85em;
	line-height: 1.6;
}

.foot p a {
	color: #7a7c87;
	-webkit-transition: .3s color ease;
	transition: .3s color ease;
}

.foot p a:hover {
	color: #aaa;
}

.foot form {}

.foot form label {
	color: #7a7c87;
}

.foot form .btn {
	width: 100%;
	display: block;
}

.foot-disclaimer {
	border-bottom: 1px solid #5c5e6a;
	padding-top: 38px;
	padding-bottom: 24px;
}

.associates {
	position: absolute;
	bottom: 44px;
	left: 50%;
	width: 100%;
	max-width: 75em;
	border-bottom: 1px solid #fff;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.border-heading {
	overflow: hidden;
	display: block;
	text-align: center;
}

.border-heading h2 {
	color: #fff;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.15rem;
}

.border-heading h2:before {
	content: "";
	height: 1px;
	background: #fff;
	width: 200%;
	position: absolute;
	left: -204%;
	top: 50%;
}

.border-heading h2:after {
	content: "";
	height: 1px;
	background: #fff;
	width: 200%;
	position: absolute;
	right: -204%;
	top: 50%;
}

.associates-imgs {
	display: block;
	padding: 2rem 0;
}

.associates-imgs .ass-img {
	text-align: center;
	float: left;
	width: 33.333%;
	display: block;
}

.associates-imgs img {
	display: inline-block;
	margin: 0 auto;
}

.foot .associates {
	position: relative;
	bottom: auto;
	left: auto;
	width: 100%;
	-webkit-transform: none;
	transform: none;
	opacity: .333;
}

.formulate-bar {
	padding-top: 30px;
}

.foot p a.formulate {
	display: inline-block;
	width: 122px;
	height: 25px;
	background: url(../img/trade-sprite.png) no-repeat -124px -167px;
	position: relative;
	top: 7px;
	margin-left: .33rem;
	opacity: 1;
	-webkit-transition: .3s opacity ease;
	transition: .3s opacity ease;
}

.foot p a.formulate:hover {
	opacity: .66;
}

.top-bar .toggle-topbar {
	z-index: 10;
}

.top-bar.expanded .title-area {
	background: none;
}

ul.top-utilities {
	margin: 0;
	padding: 0;
	float: right;
	display: inline-block;
	position: relative;
	z-index: 10;
	top: -1px;
}

ul.top-utilities li {
	display: block;
	float: left;
	width: 68px;
}

ul.top-utilities li:last-child {
	border-left: 1px solid #434e52;
}

ul.top-utilities li a {
	background: #303b3f;
	border-top: 1px solid #303b3f;
	border-bottom: 1px solid #303b3f;
	color: #fff;
	font-size: 1.1rem;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	line-height: normal;
	width: 68px;
	text-align: center;
	padding: 1.25rem 1rem;
	display: block;
	-webkit-transition: background .3s ease, border .3s ease;
	transition: background .3s ease, border .3s ease;
}

ul.top-utilities li a:hover {
	background: #191f21;
	border-color: #191f21;
}

.latest-news>.row>div {
	padding: 3rem 0.9375rem 6rem 0.9375rem;
	position: relative;
	border-right: 1px solid #d4d5d7;
	min-height: 587px;
}

.latest-news>.row>div:last-child {
	border-right: 0;
}

.latest-news>.row>div figure {
	width: 100%;
	padding: 0;
	margin: 0;
	max-height: 186px;
	overflow: hidden;
}

.latest-news>.row>div figure img {
	width: 100%;
	max-width: 100%;
}

.latest-news>.row>div h3 {
	color: #1a6689;
	font-size: 1.15rem;
	font-weight: 400;
	text-transform: uppercase;
	padding: 2rem 0 1rem 0;
}

.latest-news>.row>div .btn {
	position: absolute;
	left: 0.9375rem;
	bottom: 2.5em;
}

.grey-back.service-section {
	background: #e2e3e5 url(../img/grey-map.gif) no-repeat center 123px;
	padding-bottom: 3em;
}

.grey-back.service-section>.row {
	padding: 3em 0 4em 0;
}

.grey-back.no-back {
	background: none;
}

.video-container {
	margin: 0 auto;
	max-width: 980px;
}

.ellipse-titles {
	max-width: 980px;
	display: table;
	margin: 0 auto 1.5em auto;
}

.ellipse-titles>div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 2rem 1.5rem;
	position: relative;
	z-index: 10;
}

.ellipse-titles>div {
	width: 25%;
}

.ellipse-titles>div:nth-child(2) {
	width: 50%;
}

.ellipse-titles>div img {
	max-width: 180px;
	margin: 0 auto .5em auto;
}

.ellipse-titles>div:before {
	content: "";
	background: rgba(95, 200, 255, .2);
	display: block;
	position: absolute;
	top: -5%;
	right: -5%;
	bottom: -5%;
	left: -5%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	z-index: 5;
}

.ellipse-titles>div:nth-child(2):before {
	background: rgba(0, 151, 137, .2);
}

.ellipse-titles>div:nth-child(2) img {
	max-width: 300px;
}

.ellipse-titles>div p {
	font-size: .9em;
	color: #fff;
}

.ellipse-text-overlay {
	position: relative;
	z-index: 10;
}


/******* search overlay *******/

a {
	color: #064a8a;
}

.list-blue-bullet li a,
.stockist-grid p a {
	padding-bottom: .1rem;
	/*
    border-bottom: 1px solid #064a8a;
    -webkit-transition: border .3s ease;
    transition: border .3s ease;
    */
}

.product-cat p a {
	padding-bottom: .1rem;
	-webkit-transition: border .3s ease;
	transition: border .3s ease;
	border-bottom: 1px solid transparent;
}

.list-blue-bullet li a:hover,
.product-cat p a:hover,
.stockist-grid p a:hover {
	border-bottom: 1px solid transparent;
}

.search-overlay {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(00, 00, 00, .75);
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .4s opacity ease;
	transition: .4s opacity ease;
}

.search-overlay.search-display {
	opacity: 1;
	visibility: visible;
}

.input-container {
	position: relative;
	width: 460px;
	display: block;
}

.input-container label {
	color: #fff;
	font-weight: 400;
	font-size: 1.1rem;
}

.input-container input[type="text"] {
	font-weight: 400;
	width: 100%;
	font-size: 1.25rem;
	border: 2px solid #fff;
	background: rgba(00, 00, 00, .25);
	color: #fff;
	padding: .75rem 2.5rem .75rem .75rem;
	height: auto;
	margin: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

button.search-button {
	border: 0;
	background: none;
	margin: 0;
	padding: 0;
	height: 52px;
	width: 50px;
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 1.75rem;
}

.close-search {
	color: #fff;
	text-align: center;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: block;
	width: 40px;
	height: 40px;
	border: 2px solid #fff;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	font-size: 1.5rem;
}

.breadcrumb {
	display: block;
	width: 100%;
	clear: both;
	padding-top: 1em;
	padding-bottom: 1em;
}

.breadcrumbs {
	border: 0;
	background: none;
	padding: 0;
}

.breadcrumbs>* {
	text-transform: none;
	line-height: normal
}

.breadcrumbs>*:before {
	content: ">";
	position: relative;
	top: -2px;
}

.main-content {
	background: #fff;
	padding: 0.9375rem;
	margin-bottom: 2rem;
}

.main-content.main-content-no-mar {
	margin-bottom: 0;
}

.img-container {
	display: block;
	clear: both;
	width: 100%;
	border: 1px solid #d4d5d7;
	margin-bottom: 0.9375rem;
}

.img-container img {
	width: 100%;
	max-width: 100%;
}

.fernox-content ul {
	padding: 0 0 1.5rem 1.5rem;
}

.fernox-content ul.partners-grid {
	padding-left: 0;
}

.main-col .fernox-content ul.partners-grid header {
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
}

.fernox-content ul.partners-grid li{
	padding-left: 5px;
	padding-right: 5px;
}

.partners-grid li figure {
	border: 1px solid #d4d5d7;
    padding-bottom: 1px;
}

.partners-grid li figure img {
    width: 80%;
    margin-left: 10%;
}

ul.partners-grid header h4, ul.partners-grid p {
    padding-left: 15px;
    padding-right: 15px;
}

.list-blue-bullet li,
.fernox-content ul li {
	font-size: .85rem;
	position: relative;
	padding: 0 0 .25rem 1.5rem;
}

.list-blue-bullet li:before,
.fernox-content ul li:before {
	content: "\f111";
	color: #007ee9;
	font-family: FontAwesome;
	position: absolute;
	top: .075rem;
	left: 0;
}

.fernox-content ul.slick-dots li:before {
	display: none;
}

.main-content p,
.main-sidebar p,
.main-sidebar>div a {
	font-size: .95rem;
}

.main-sidebar>div a {
	color: #196789;
	/*border-bottom: 1px solid #196789;
    padding-bottom: .1em;
    -webkit-transition: border .3s ease;
    transition: border .3s ease;*/
}

.main-sidebar>div a:hover {
	/*border-bottom: 1px solid transparent;*/
}

.main-sidebar>div {
	background: #fff;
	/*border: 1px solid #d4d5d7;*/
	padding-top: 0.9375rem;
	padding-bottom: 0.9375rem;
	margin-bottom: 0.9375rem;
}

.main-sidebar>div:last-child {
	margin-bottom: 0;
}

.main-sidebar>div h3 {
	color: #196789;
	font-size: 1.15rem;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0 0 .5rem 0;
}

.list-blue-bullet {
	padding-bottom: 1rem;
}

.main-sidebar>div .list-blue-bullet li {
	padding-bottom: .25rem;
}

.hero-inner-pages {
	height: 414px;
}

.hero-inner-pages .hero-img {
	width: 100%;
	display: block;
	position: relative;
	clear: both;
	height: 300px;
}

.hero-inner-pages .img-message {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: rgba(48, 59, 63, .5);
	max-width: 2000px;
	z-index: 1;
}

.hero-inner-pages h1 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	display: block;
	padding: 1rem 0;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.hero-inner-pages h1 span {
	font-weight: 600;
	color: #fff9c7;
}

.hero-img .relative-header {
	position: relative;
	z-index: 11;
	height: 100%;
}

.hero-img .relative-header>div {
	height: 100%;
}

.or {
	display: none;
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	width: 16px;
	overflow: hidden;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.or span {
	position: absolute;
	top: 50%;
	left: 0;
	width: 16px;
	text-align: center;
}

.or:before {
	width: 1px;
	height: 100%;
	display: block;
	content: "";
	background: #aeb3bb;
	position: absolute;
	top: -52%;
	left: 8px;
}

.or:after {
	width: 1px;
	height: 100%;
	display: block;
	content: "";
	background: #aeb3bb;
	position: absolute;
	bottom: -56%;
	left: 8px;
}

.contact-echo {
	width: 59px;
	height: 62px;
	display: block;
	background: url(../img/trade-sprite.png) no-repeat -283px -167px;
	position: absolute;
	top: 16px;
	right: 16px;
}

#map {
	position: absolute;
	top: 0;
	left: 0;
	height: 1150px;
	width: 100%;
	display: block;
}

.contact-form-map {
	background: rgba(255, 255, 255, .8);
	max-width: 37.5rem;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%);
	z-index: 10;
	padding-top: 2rem;
	padding-bottom: 3rem;
}

.contact-form-map h3 {
	color: #1a6689;
	font-size: 1.15rem;
	font-weight: 400;
	text-transform: uppercase;
	padding: 1rem 0 2rem 0;
}

.contact-form-map textarea {
	min-height: 140px;
}

.img-full {
	width: 100%;
	margin-bottom: 1rem;
	border: 1px solid #d4d5d7;
}

.img-right {
	width: 50%;
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

.img-left {
	width: 50%;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.img-left-third {
	width: 33.33%;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.main-content .cat-crumb {
	display: block;
}

.main-content .cat-crumb ul {}

.main-content .cat-crumb ul li {
	display: inline-block;
	padding-bottom: 0;
	padding-left: .33em!important;
}

.main-content .cat-crumb ul li:first-child {
	padding-left: 0!important;
}

.main-content .cat-crumb ul li:after {
	content: "|";
}

.main-content .cat-crumb ul li:last-child:after {
	display: none;
}

.main-content .cat-crumb ul li:before {
	display: none;
}

.main-content .cat-crumb ul li a {
	padding-right: .5em;
}

.news-section {
	display: block;
	clear: both;
	width: 100%;
	padding-top: 1.5rem;
}

.news-section h3 {
	color: #1a6689;
	font-size: 1.15rem;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0 0 .5rem 0;
}

.main-content .pagination-centered ul.pagination li {
	padding: 0;
}

.main-content .pagination-centered ul.pagination li:hover,
.main-content .pagination-centered ul.pagination li:hover a {
	background: none;
}

.main-content .pagination-centered ul.pagination li:before {
	display: none;
}

.main-content .pagination-centered:first-of-type {
	margin-bottom: 1rem;
}

.map-container {
	display: block;
	width: 100%;
	clear: both;
	background: #eee;
	margin-bottom: 0.9375rem;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
}

.map-container.training-map {
	min-height: 400px;
}

.map-container iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}

.map-callout {
	display: block;
	width: 100%;
	clear: both;
	background: url(../img/map.jpg) no-repeat center center / cover;
	height: 249px;
	position: relative;
	margin-bottom: 1rem;
}

.main-col .map-callout header {
	padding: 1rem 0 0 1rem;
	background: transparent;
}

.map-callout h3 {
	padding: 0;
	margin: 0;
	color: #575a5c;
	font-size: 1.5rem;
}

.map-callout h3 span {
	display: block;
}

.map-callout p {
	text-align: right;
	position: absolute;
	bottom: 0;
	left: 0;
	padding-right: 1rem;
	width: 100%;
}

.product-modal img {
	width: 100%;
	max-width: 100%;
}

.product-modal .close-reveal-modal {
	top: 0;
	right: .5rem;
}

.training-locations ul li {}

.training-locations ul li a {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}


/*.training-locations ul li a:after {
    background: rgba(4,2,34,0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}*/

.page-node-45 .training-locations ul li a:after {
	display: none!important;
}

.training-locations ul li a:hover:after {
	opacity: 0;
}

.training-locations ul li a img {
	width: 100%;
	max-width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: transform .3s ease;
	transition: transform .3s ease;
}

.training-locations ul li a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.training-locations ul li a h3 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15;
	color: #fff104;
	font-size: 1.2rem;
	width: 100%;
	background: #0d4b87;
	padding: .5em;
	margin-top: 0;
}

.training-locations ul li a span.btn {
	position: absolute;
	bottom: .5rem;
	right: .5rem;
	z-index: 15;
}

ul.accreditation-logos {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

ul.accreditation-logos li {
	/*border-bottom: 1px solid #d4d5d7;
    border-left: 1px solid #d4d5d7;
    border-top: 1px solid #d4d5d7;*/
	display: block;
	float: left;
	padding: 10px;
	vertical-align: middle;
	/*width: 33.33%;*/
	text-align: center;
	min-height: 113px;
}

ul.accreditation-logos li:last-child {
	/*border-right: 1px solid #d4d5d7;*/
}

ul.accreditation-logos li.accreditation-1 {
	background: url(../img/product-cert-example-1.jpg) no-repeat center center/ 80%;
}

ul.accreditation-logos li.accreditation-2 {
	background: url(../img/product-cert-example-2.jpg) no-repeat center center/ 80%;
}

ul.accreditation-logos li.accreditation-3 {
	background: url(../img/product-cert-example-3.jpg) no-repeat center center/ 80%;
}

a.back-to-top {
	display: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: #0d4b87;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-align: center;
}

a.back-to-top span {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px 1px 1px 1px);
	/* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

a.back-to-top:after {
	font-family: 'FontAwesome';
	content: "\f062";
	color: #fff104;
}

a:hover.back-to-top {
	background-color: #040222;
}

.app-screens {
	border-bottom: 1px solid #e9e8e8;
	width: 100%;
	display: block;
	margin-bottom: 2rem;
	padding-left: 2%;
	padding-right: 2%;
}

.fernox-content .app-screens ul[class*="block-grid-"] {
	padding: 0;
	margin: 0;
}

.fernox-content .app-screens ul[class*="block-grid-"]>li {
	padding: 0;
	text-align: center;
}

.fernox-content .app-screens ul[class*="block-grid-"]>li:before {
	display: none;
}

.fernox-content ul[class*="block-grid-"]>li:before {
	display: none;
}

.fernox-content .app-links ul[class*="block-grid-"]>li:before {
	display: none;
}

.app-links ul li a {
	font-size: 1rem;
}

.item-list ul.pager {
	margin: 0;
}

.fernox-content .item-list ul.pager li:before {
	display: none;
}

h1#firstHeading {
	font-size: 1.5em;
}


/****** media queries *******/

@media only screen and (min-width: 40.0625em) {
	.top-bar-section li:not(.has-form) a:not(.button):hover {
		background: #fff;
		color: #323232;
	}
	.top-bar-section .dropdown {
		border: 1px solid #d4d5d7;
	}
	.top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button) {
		background: #fff;
		color: #323232;
		padding-top: .66em;
		padding-bottom: .66em;
	}
	.top-bar-section .dropdown li:not(.has-form):not(.active):hover>a:not(.button) {
		background: #f4f4f4;
		color: #323232;
	}
	.or {
		display: block;
	}
}

@media only screen and (max-width: 1100px) {}

@media only screen and (max-width: 1000px) {
	.hero-inner-pages .img-message {
		max-width: 100%;
		width: 100%;
	}
	input[type="submit"],
	input[type="reset"] {
		margin-bottom: 2em;
	}
}

@media only screen and (max-width: 768px) {
	.ellipse-titles>div,
	.ellipse-titles>div:nth-child(2) {
		display: block;
		width: 100%;
	}
}

@media only screen and (max-width: 640px) {
	.img-right,
	.img-left,
	.img-right-third,
	.img-left-third {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
		margin-bottom: 15px;
	}
	.contact-form .tel {
		display: block;
		padding: 2em 0 0 0;
		position: static;
	}
	.contact-form .tel a {
		font-size: 34px;
	}
	.hero {
		min-height: 500px;
	}
	.hero-img.home-hero-img .img-message {
		max-width: 800px;
		margin: 3em auto 3em auto;
	}
	.hero-img.home-hero-img {
		min-height: 600px;
		/* position: static; */
		padding-top: 150px;
	}
	#home-boxes {
		display: block;
		clear: both;
		margin-top: 200px;
	}
	.contact-form-map {
		width: 100%;
		position: relative;
		left: 100%;
	}
}

@media only screen and (max-width: 500px) {
	.input-container {
		width: 300px;
	}
}


/*-------- MOBILE MENU --------*/

@media only screen and (max-width: 640px) {
	.top-bar .toggle-topbar.menu-icon a {
		color: #231f20;
	}
	.top-bar .toggle-topbar.menu-icon a span::after {
		box-shadow: 0 0 0 1px #231f20, 0 7px 0 1px #231f20, 0 14px 0 1px #231f20;
	}
	ul.top-utilities {
		display: none;
	}
	.top-bar .name {
		height: 60px;
	}
	.top-bar-section ul {
		background: #e2e3e5;
	}
	.top-bar.expanded .title-area {
		background: #e2e3e5;
	}
	#calendar {
		font-size: .85rem;
	}
	.fernox-content .app-screens ul[class*="block-grid-"]>li {
		padding-bottom: 1rem!important;
	}
}


/********* Fernox specific *********/

#mc-embedded-subscribe {
	height: 50px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.preloader {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: #064989;*/
	background: #fff;
	z-index: 999;
}

.preloader-content {
	position: absolute;
	top: 50%;
	color: #fff;
	left: 50%;
	text-align: center;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.preloader-content img {
	display: block;
	margin: 0 auto 1rem auto;
}

.outercontainer {
	width: 100%;
	display: block;
	text-align: left;
}

.innercontainer {
	width: 100%;
	display: block;
}

.head {
	width: 100%;
	clear: both;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 120;
}

.top-section {
	/*margin-top: 196px;*/
}

.top-section-internal {
	margin-top: 197px;
}

.top-section-internal:nth-of-type(2) {
	margin-top: 0;
}

.top-section-internal:before,
.top-section-internal:after {
	content: " ";
	display: table;
}

.top-section-internal:after {
	clear: both;
}

.top-row {
	background: #30304e;
	width: 100%;
	clear: both;
	display: block;
	position: relative;
	padding: 2px 0;
}

.top-row ul {
	display: inline-block;
	line-height: normal;
	position: relative;
	top: -3px;
}

.top-row ul li {
	display: inline-block;
	line-height: normal;
	font-size: .8rem;
	position: relative;
	color: #9cabae;
}

.top-row ul li:after {
	content: "|";
	color: #9cabae;
	display: inline-block;
}

.top-row ul li:last-child:after {
	display: none;
}

.top-row ul li a {
	color: #9cabae;
	padding-right: .33rem;
	-webkit-transition: .3s color ease;
	transition: .3s color ease;
}

.top-row ul li:last-child a {
	padding-right: 0;
}

.top-row ul li a:hover {
	color: #fff;
}

.language-selection {
	display: inline-block;
	padding: 0 .25rem;
	margin-right: .5rem;
}

.language-img {
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url(../img/fernox-sprite.png) no-repeat 0 0;
}

.language-selection:after {
	font-family: 'FontAwesome';
	content: "\f0d7";
	display: inline-block;
	color: #9dabae;
	margin-left: 5px;
	position: relative;
	top: -2px;
}

.reveal-modal h2 {
	font-size: 1.5rem;
}

.head-mid {
	padding: 14px 0;
	background: #0d4b87;
}

.head-mid>.row {
	min-height: 89px;
}

.logo {
	display: inline-block;
	padding-top: .5rem;
}

.logo img {
	max-width: 100%;
}

.search {
	display: inline-block;
	position: relative;
	width: 33%;
	margin-left: 5%;
	bottom: -10px;
}

#search-api-page-search-form-search .form-item,
#search-api-page-search-form-product-and-faq-search .form-item {
	margin: 0!important;
}

.form-item .description {
	display: inline-block;
}

#edit-submitted input[type="checkbox"],
#edit-submitted input[type="radio"] {
	margin-bottom: 0;
}

.search input[type="text"] {
	width: 100%;
	background: #fff;
	border: 0;
	margin: 0;
	height: 50px;
	padding-right: 52px;
	padding-left: 1rem;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}

.search button[type="submit"],
.search input[type="submit"] {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 0;
	background: #273460;
	width: 42px;
	height: 42px;
	color: #fff104;
	padding: 0;
	position: absolute;
	top: 4px;
	right: 4px;
}

.fernox-utilities {
	position: absolute;
	bottom: 0px;
	right: 11px;
}

.fernox-utilities li {
	display: inline-block;
}

.fernox-utilities li a {
	display: block;
}

.fernox-utilities li a:hover {}

p.tel {
	float: right;
	color: #fff;
	font-size: 1.75rem;
	font-weight: 700;
	padding: 0;
	margin: 0;
}

p.tel a {
	color: #fff;
}

.main-nav {
	background: #e9e8e8;
	border-top: 1px solid #d4d5d7;
	border-bottom: 1px solid #d4d5d7;
}

.main-nav ul {}

.main-nav ul li {
	float: left;
	width: 20%;
	border-left: 1px solid #d4d5d7;
}

.main-nav ul>li:last-child {
	border-right: 1px solid #d4d5d7;
}

.main-nav ul li a {
	display: block;
	text-align: center;
	padding: 16px 0 13px 0;
	background: none;
	line-height: 1;
	color: #004a8a;
	border-bottom: 3px solid transparent;
	-webkit-transition: background .3s ease, border .3s ease;
	transition: background .3s ease, border .3s ease;
}

.main-nav ul li:hover a {
	border-bottom: 3px solid #fff104;
	background: #fff;
}

.main-nav ul li .ddown {
	position: absolute;
	top: 100%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	z-index: 99;
	text-align: left;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	padding-bottom: 0.9375rem;
	-webkit-transition: all .33s ease;
	transition: all .33s ease;
}

.ddown-inner {
	background: #fff;
	padding: 1rem;
}

.ddown-inner form h2 {
	font-size: 1em;
}

.main-nav ul li:hover .ddown {
	opacity: 1;
	visibility: visible;
	transition-delay: .25s;
}

.main-nav ul li .ddown ul {}

.main-nav ul li .ddown ul li {
	float: none;
	width: auto;
	border: 0;
	text-align: left;
	line-height: 1.6;
}

.main-nav ul li .ddown ul li a {
	background: none;
	border: 0;
	padding: 0;
	text-align: left;
	line-height: 1.6;
}

.main-nav ul li .ddown input[type="text"],
.main-nav ul li .ddown input[type="tel"],
.main-nav ul li .ddown input[type="email"],
.main-nav ul li .ddown input[type="date"],
.main-nav ul li .ddown select,
.main-nav ul li .ddown textarea {
	display: block;
	width: 100%;
	height: 48px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	border: 1px solid #d4d5d7;
	padding-left: 20px;
}

.main-nav ul li .ddown textarea {
	height: 70px;
	max-height: 70px;
}

.main-nav ul li .ddown button.btn.long-btn {
	width: 100%;
	height: 48px;
}

.slider {
	height: 450px;
	/* slider height change nov 1st */
	max-height: 450px;
	/* slider height change nov 1st */
	width: 100%;
	overflow: hidden;
	visibility: hidden;
}

.slider.slick-initialized {
	visibility: visible;
}

.slick-slider.slider {
	margin-bottom: 0;
}

.slider .slick-slide {
	height: 450px;
	/* slider height change nov 1st */
	width: 100%;
	background-position: center center!important;
	background-size: cover!important;
	position: relative;
	overflow: hidden;
	padding: 0;
}

.slider .slick-slide .row {
	position: relative;
	z-index: 5;
}

.slider .slick-slide header {}

.slider .slick-slide header h1 {
	color: #fff;
	font-size: 2.1rem;
}

.slider .slick-slide footer {
	text-align: right;
	padding-top: .75rem;
}

.slider .slick-slide p {
	color: #fff;
}

.slick-next,
.slick-prev {
	width: 3rem;
	height: 3rem;
	background: #273460;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	z-index: 10;
	opacity: 1;
}

.slick-next:before,
.slick-prev:before {
	color: #fff104;
	font-size: 2.25rem;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 3rem;
	height: 3rem;
	text-align: center;
	opacity: 1;
}

.slick-next:before {
	font-family: FontAwesome;
	content: "\f061";
}

.slick-prev:before {
	font-family: FontAwesome;
	content: "\f060";
}

.slider .slick-next {
	right: 3%;
	padding-left: 3px;
}

.slider .slick-prev {
	left: 3%;
	padding-right: 3px;
}

.slider .slick-dots {
	bottom: 36px;
	max-width: 75em;
	text-align: left;
	left: 50%;
	transform: translateX(-50%);
	background: none;
}

.inner-page-slider .slick-dots {
	bottom: 36px;
	width: 100%;
	text-align: center;
	background: rgba(4, 2, 34, 0.5);
	padding: 0.5em 1em 1em 1em;
	bottom: 0;
}

.slider .slick-dots li button {
	background: #fff104;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.slider .slick-dots li.slick-active button {
	background: #273460;
}

.main-content .slider li:before {
	content: "";
}

.slick-dots li button:before {
	display: none;
}

.slider-overlay {
	background: rgba(4, 2, 34, .4);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 50%;
	display: block;
	z-index: 2;
}

.inner-page-slider .slick-slide {
	position: relative;
}

.inner-page-slider .slick-prev {
	left: 2%
}

.inner-page-slider .slick-next {
	right: 2%
}

.slick-slider .slick-arrow,
.slick-next,
.slick-prev {
	display: none!important;
}

.inner-page-slider .slick-dots li button {
	background: #fff104;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.inner-page-slider .slick-dots li.slick-active button {
	background: #273460;
}

.inner-page-slider .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 5;
}

.tabs-content>.content {
	padding-top: 1.5rem;
}

.slider .slick-slide.video-slide>.row {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.front .slider .slick-arrow {
	display: none!important;
}

.row.formulate-bar .text-right p {
	display: none;
}

.homepage-callouts header {
	padding: 1.2rem 0;
}

.homepage-callouts ul li a {
	background: #fff;
	display: block;
}

.homepage-callouts ul li a figure {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.homepage-callouts ul li a figure img {
	max-width: 100%;
	width: 100%;
	display: block;
	margin: 0 auto;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: transform .3s ease;
	-ms-transition: transform .3s ease;
	transition: transform .3s ease;
}

.homepage-callouts ul li a:hover figure img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.homepage-callouts ul li a h4 {
	font-size: 1.2rem;
	color: #575a5c;
	clear: both;
	display: block;
	padding: .9rem .25rem .9rem .9rem;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.homepage-callouts ul li a:hover h4 {
	color: #064a8a;
}

.article-list article {
	background: #fff;
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 64px;
}

.article-list article header {
	padding: .9rem;
}

.article-list article header h3 {
	font-size: 1.5rem;
}

.article-list article figure {
	padding: 0;
	margin: 0;
}

.article-list article figure img {
	max-width: 100%;
	width: 100%;
	display: block;
	margin: 0 auto;
}

.article-list article footer {
	padding: .9rem;
	text-align: right;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.testimonials {
	height: 588px;
}

.slick-slider.testimonials-slider {
	height: 588px;
	margin-bottom: 0.625rem;
}

.slick-slider.testimonials-slider .slick-track {
	height: 100%;
}

.testimonials-slider .slick-slide {
	text-align: center;
	position: relative;
}

.testimonials-slider .slick-list {
	height: 100%;
}

.testimonials-slider .slick-slide h3 {
	color: #fff;
	padding-bottom: 2rem;
}

.testimonials-slider .slick-slide h3:before {
	content: '"';
	font-size: 1.1em;
}

.testimonials-slider .slick-slide h3:after {
	content: '"';
	font-size: 1.1em;
}

.testimonials-slider .slick-slide p {
	color: #fff;
}

.testimonials-slider .slick-slide cite {
	color: #fff;
}

.testimonials-slider .slick-slide blockquote {
	color: #fff;
	padding: 0;
	margin: 0;
	border: 0;
}

.testimonials-slider .slick-slide cite {
	font-style: normal;
}

.testimonials-slider .slider-content {
	padding: 3rem 3rem 1rem 3rem;
	display: block;
}

.testimonial-img {
	text-align: center;
	display: block;
	width: 100%;
	position: absolute;
	bottom: 3em;
	left: 0;
}

.testimonial-img img {
	display: block;
	margin: 0 auto;
}

.slick-slider.product-slider {
	display: block;
	margin: 0 -0.9375rem 0.9375rem -0.9375rem;
}

.slick-slide img {
	width: 100%;
	max-width: 100%;
}

.testimonials-slider .slick-slide img {
	width: auto;
}

ul.product-display {
	padding-top: 0.9375rem;
}

.product-slider article,
.product-display article {
	margin: 0 0.9375rem;
	background: #fff;
	position: relative;
	padding-bottom: 66px;
}

.product-display article {
	min-height: 470px;
}

.product-slider article figure,
.product-display article figure {
	margin-top: 0;
}

.product-slider article figure a,
.product-display article figure a {
	overflow: hidden;
	display: block;
	padding: .5rem 0;
}

.product-slider article figure a img,
.product-display article figure a img {
	display: block;
	margin: 0 auto;
	max-height: 168px;
	width: auto;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: transform .3s ease;
	-ms-transition: transform .3s ease;
	transition: transform .3s ease;
}

.product-display li {
	background: #e9e8e8;
}

.product-display article {
	margin: 0;
}

.product-slider article figure a:hover img,
.product-display article figure a:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.product-slider article header {}

.product-slider article header h2 {
	font-size: 1.1rem;
}

.product-slider article header h2 {}

.product-content {
	display: block;
	padding: 0 0.9375rem;
}

.product-slider article header h2 a {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.main-col .product-content header {
	background: none;
	padding: 0;
}

.main-col .product-content header h2 {
	font-size: 1.1rem;
}

.product-cat {}

.product-cat p {
	margin: 0;
	padding: 0 0 .5em 0;
	font-size: .9rem;
}

.product-cat p a {}

.product-description {}

.product-description p {
	font-size: .9rem;
}

.product-code {}

.product-code p {
	margin: 0;
	padding: 0 0 .33em 0;
	font-size: .9rem;
}

.product-price {}

.product-price p {
	margin: 0;
	padding: 0 0 .33em 0;
}

.vat-rate {}

.product-slider article footer,
.product-display article footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0.9375rem 0;
	text-align: center;
}

.article-list.news-list article {
	padding: 0.9375rem 0.9375rem 66px 0.9375rem;
}

.article-list.news-list article header {
	padding-left: 0;
	padding-right: 0;
}

.article-list.news-list article header h3 {
	font-size: 1.1rem;
}

.newsletter {
	display: block;
	width: 100%;
	clear: both;
	background: #c4cbcb;
	padding-top: 0.9375rem;
}

.input-holder input[type="email"] {
	height: 50px;
	border: 1px solid #fff;
	-webkit-border-radius: 25px 0 0 25px;
	border-radius: 25px 0 0 25px;
	box-shadow: 0px 0px;
}

.input-holder button[type="submit"] {
	height: 50px;
	-webkit-border-radius: 0 25px 25px 0;
	border-radius: 0 25px 25px 0;
}

.social {
	display: block;
	width: 100%;
	clear: both;
	padding-bottom: 2rem;
}

.social ul {}

.social ul li {
	display: inline-block;
	margin: 0 1%;
}

.social ul li a {
	font-size: 2.75rem;
	display: block;
	-webkit-transform: scale(.9) translateZ(0);
	transform: scale(.9) translateZ(0);
	border: 0;
	-webkit-transition: transform .3s ease, color .3s ease;
	transition: transform .3s ease, color .3s ease;
}

.social ul li a:hover {
	-webkit-transform: scale(1);
	transform: scale(1);
	border: 0;
}

.social ul li a:after {
	font-family: FontAwesome;
	content: "";
}

.social ul li a.facebook:after {
	content: "\f09a";
}

.social ul li a.twitter:after {
	content: "\f099";
}

.social ul li a.google:after {
	content: "\f0d5";
}

.social ul li a.linkedin:after {
	content: "\f0e1";
}

.social ul li a.email-link:after {
	content: "\f0e0";
}

.social ul li a.youtube:after {
	content: "\f16a";
}

.social ul li a.instagram:after {
	content: "\f16d";
}

.menu-overlay {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	background: rgba(00, 00, 00, .66);
	-webkit-transition: .33s all ease;
	transition: .33s all ease;
}

.menu-overlay.overlay-active {
	opacity: 1;
	visibility: visible;
	transition-delay: .25s;
}

.menu-trigger {
	display: none;
}

.menu-expand {
	display: none;
}

.search-trigger {
	display: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	background: #273460;
	color: #fff104;
}

.product-slider .slick-prev {
	left: -45px;
}

.product-slider .slick-next {
	right: -45px;
}

.testimonials-slider .slick-prev {
	left: 0;
}

.testimonials-slider .slick-next {
	right: 0;
}

.foot ul li ul {
	padding: 0;
	margin: 0;
}

.slider .large-5.columns {
	padding-top: 5rem;
}

.breadcrumb-print {
	background: #575a5c;
	display: block;
	width: 100%;
	clear: both;
	padding: 0.9375rem;
}

.breadcrumbs>* li,
.breadcrumbs>*.current a,
.breadcrumbs>*:before {
	color: #fff;
}

.breadcrumbs>* a {
	color: #fff104;
}

.print-link {
	color: #fff104;
	float: right;
	font-size: .85rem;
	margin-top: -11px;
}

.print-link:before {
	content: "\f02f";
	font-family: FontAwesome;
	font-size: 22px;
	margin-right: .5rem;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.print-link:hover {
	color: #fff;
}

.main-col {
	display: block;
}

.main-col header {
	padding: 1rem 0 .5rem 0.9375rem;
	background: #e9e8e8;
}

.main-col header h1 {
	font-size: 2rem;
}

.main-col-content {
	background: #fff;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

fieldset>legend {
	display: none;
}

.mobile-only {
	display: none;
}

.formelement {
	display: block;
	width: 100%;
	position: relative;
}

.formelement input[type="text"],
.formelement input[type="tel"],
.formelement input[type="email"],
.formelement select,
.formelement textarea {
	display: block;
	width: 100%;
	height: 48px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	border: 1px solid #d4d5d7;
	padding-left: 20px;
}

.formelement textarea {
	min-height: 200px;
}

.formelement label {
	display: block;
	padding-bottom: 2px;
	padding-left: 20px
}

.formelement label.radio-label {
	padding-left: 0;
}

.main-col>header {
	padding-left: 0.9375rem;
}

.white-section {
	background: #fff;
	display: block;
	width: 100%;
	clear: both;
	padding: 0.9375rem;
	margin-bottom: 0.9375rem;
}

.white-section p {
	font-size: .9rem;
}

.white-section p:last-child {
	margin: 0;
}

.pagination-centered h6 {
	display: inline-block;
	padding: 0;
	margin: 0 .33rem 0 0;
	font-size: 0.875rem;
}

.pagination-centered ul.pagination {
	display: inline-block;
}

ul.pagination {
	margin-left: 0;
}

ul.pagination li {
	margin-left: 0;
}

ul.pagination li a,
ul.pagination li button {
	font-weight: 700;
	padding: 0;
	color: #273460;
	border-bottom: 1px solid #273460;
	-webkit-border-radius: 0;
	border-radius: 0;
}

ul.pagination li.current a,
ul.pagination li.current button {
	background: none;
	color: #273460;
	border-bottom: 0;
}

ul.pagination li.current a:hover,
ul.pagination li.current a:focus,
ul.pagination li.current button:hover,
ul.pagination li.current button:focus {
	background: none!important;
}


/* ------ STOCKISTS PAGE ------ */

.stockists-map-container {
	width: 100%;
	display: block;
	clear: both;
	position: relative;
	min-height: 1150px;
	border: 1px solid #eee;
}

.stockists-results-container {
	border: 1px solid #c4cbcb;
	width: 300px;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, .9);
	z-index: 10;
}

.stockists-results-search {
	background: #c4cbcb;
	padding: 1.5em;
}

.stockists-results-search input[type="search"] {
	height: 50px;
	border: 1px solid #fff;
	-webkit-border-radius: 25px 0 0 25px;
	border-radius: 25px 0 0 25px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0);
	margin-bottom: 1em;
}

.stockists-results-search span.postfix {
	background: #273460;
	border-left: none;
	color: #fff104;
	border-color: #ccc;
	-webkit-border-radius: 0 25px 25px 0;
	border-radius: 0 25px 25px 0;
	height: 50px;
	line-height: 50px;
}

.stockists-results-search label {
	margin-bottom: 1em;
}

.tabs-content .stockists-results-search {
	background: none;
	padding: 0;
}

.stockists-results li {
	padding: 1.5em 4em 1.5em 1.5em;
	border-bottom: 1px solid #c4cbcb;
	position: relative;
}

.stockists-results li a {
	text-decoration: underline;
}

.stockists-results li span.distance {
	display: block;
}

.stockists-results li em {
	width: 40px;
	height: 40px;
	border-radius: 50% 50% 50% 0;
	background: #273460;
	position: absolute;
	transform: rotate(-45deg);
	top: 1.5em;
	right: 1em;
}

.stockists-results li em span {
	transform: rotate(45deg);
	position: absolute;
	font-style: normal;
	top: 0;
	left: 0;
	padding: 9px 17px 9px 15px;
	color: #fff104;
	font-weight: bold;
}

.product-page-image-slider-nav .slick-slide {
	margin-right: 5px;
	margin-left: 5px;
	overflow: hidden;
	max-height: 117px;
	border: 1px solid #d4d5d7;
}

.slick-slider.product-page-image-slider {
	margin-bottom: 10px;
}

.product-page-image-slider-nav .slick-list.draggable {
	padding: 0 0 !important;
}


/* ------ END STOCKISTS PAGE ------- */


/* ------ PRODUCT PAGE ------- */

.product-page-image-slider-nav .slick-slide>img {
	opacity: .666;
	display: block;
	margin: 0 auto;
	-webkit-transition: .3s opacity ease;
	transition: .3s opacity ease;
}

.product-page-image-slider-nav .slick-slide:hover>img,
.product-page-image-slider-nav .slick-slide.slick-current>img {
	opacity: 1;
}

.product-page-description.columns {
	padding-bottom: 70px;
}

.product-page-description.columns h4.product-price {
	position: absolute;
	bottom: 30px;
	right: 0.9375rem;
	font-size: 2.2rem;
	padding: 0;
	margin: 0;
}

.product-page-description header {
	padding: 0 0 0 0;
	margin: 0 0 1.25rem 0;
	background: none;
}

.product-page-description header h3 {
	color: #323232;
	font-size: 1rem;
}

.tabs.product-page-tabs {
	width: 100%;
	display: block;
	clear: both;
}

.tabs.product-page-tabs .tab-title {
	width: 20%;
	text-align: center;
	border: 1px solid #d4d5d7;
	border-left: 0;
}

.tabs.product-page-tabs .tab-title:first-child {
	border-left: 1px solid #d4d5d7;
}

.tabs.product-page-tabs .tab-title>a {
	padding-left: 0;
	padding-right: 0;
	background: none;
	-webkit-transition: .3s background ease;
	transition: .3s background ease;
	font-family: 'Raleway', sans-serif;
}

.tabs.product-page-tabs .tab-title.active {
	border-bottom: 0;
}

.tabs.product-page-tabs .tab-title>a:hover {
	background: #f2f2f2;
}

.tabs.product-page-tabs .tab-title.active>a:hover {
	background: none;
}


/* ------ END PRODUCT PAGE ------- */


/* ------ AWARDS ------- */

.awards article,
.news article {
	padding-top: 1em;
	padding-bottom: 0;
}

.awards article:last-of-type,
.news article:last-of-type {
	margin-bottom: 1em !important;
}

.awards article figure,
.news article figure {
	margin: 0 0 1rem 0;
	overflow: hidden;
	max-height: 200px;
}

.awards .main-col-content article header,
.news .main-col-content article header {
	padding: 0;
	background: transparent;
}

.awards article h3,
.news article h3 {
	font-size: 1.5rem;
	margin-top: 0;
}

.awards article p.date,
.news article p.date {
	margin-bottom: 0.5em;
}

.awards article hr,
.news article hr {
	margin-right: 0.9375rem;
	margin-left: 0.9375rem;
	margin-top: 0;
	margin-bottom: 0;
	width: auto;
	display: block;
}


/* ------ END AWARDS ------- */


/* ------ VIDEOS ------- */

.fernox-content ul.videos-grid li figure {
	border: 1px solid #d4d5d7;
	margin: 0 0 1em 0;
	position: relative;
	overflow: hidden;
	max-height: 200px;
}

.fernox-content ul.videos-grid li figure a {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url('/sites/all/themes/fernox/img/video-play.png') center center no-repeat;
}

.fernox-content ul.videos-grid li figure img {
	width: 100%;
}

.fernox-content ul.videos-grid {
	margin-top: 1em;
	margin-bottom: 1em;
}

.fernox-content ul.videos-grid li {
	padding: 0;
}

.fernox-content ul.videos-grid li:before {
	display: none;
}

.fernox-content ul.videos-grid li h4 {
	font-size: 1rem;
	margin-top: 0;
	padding: 0;
	background: transparent;
}

.fernox-content ul.videos-grid li header {
	padding: 0;
	background: transparent;
}


/* ------ END VIDEOS ------- */


/* ------ PARTNERS ------- */

.partners ul.partners-grid {
	margin-top: 1em;
	margin-bottom: 1em;
}

.partners ul li figure {
	margin: 0;
	overflow: hidden;
	max-height: 200px;
	margin-bottom: 1em;
	border: 1px solid #d4d5d7;
}

.partners ul li h4 {
	font-size: 1rem;
	margin-top: 0;
	padding: 0;
	background: transparent;
}

.partners .main-col-content ul li header {
	padding: 0;
	background: transparent;
}


/* ------ END PARTNERS ------- */


/* ------ TRAINING ------- */

.training-links a {
	display: block;
	width: 100%;
	background-size: cover!important;
	background-position: right bottom!important;
	position: relative;
	padding: 0.9375rem;
	padding-bottom: 80px;
	border: 1px solid #d4d5d7;
	overflow: hidden;
}

.training-links a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(4, 2, 34, 0.1);
	width: 100%;
	z-index: 10;
	height: 100%;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: transform .3s ease;
	transition: transform .3s ease;
}

.training-links a:hover:after {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.training-links a .btn {
	position: absolute;
	bottom: .5rem;
	right: .5rem;
	z-index: 15;
}

.training-links a p,
.training-links a h3 {
	position: relative;
	z-index: 15;
}

.training-links>div:first-child {
	margin-bottom: 1rem;
}

.accordion.how-to-accordion {
	border-right: 1px solid #d4d5d7;
	border-left: 1px solid #d4d5d7;
	border-bottom: 1px solid #d4d5d7;
}

.accordion.how-to-accordion .accordion-navigation>a {
	position: relative;
	padding-right: 2.75rem;
	background: #e9e8e8;
	border-bottom: 1px solid #d4d5d7;
}

.accordion.how-to-accordion .accordion-navigation.active>a {
	background: #e2e3e5;
}

.accordion.how-to-accordion .accordion-navigation a:before,
.accordion.how-to-accordion .accordion-navigation a:after {
	content: " ";
	display: table;
}

.accordion.how-to-accordion .accordion-navigation a:after {
	clear: both;
}

.accordion.how-to-accordion .accordion-navigation a .expand-icon {
	display: block;
	background: #273460;
	width: 26px;
	height: 26px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #fff104;
	text-align: center;
	position: absolute;
	top: 1rem;
	right: .75rem;
	padding-top: 1px;
}

.accordion.how-to-accordion .accordion-navigation a h4 {
	font-size: 1rem;
}

.accordion.how-to-accordion .accordion-navigation a p {
	margin: 0;
	font-size: .85rem;
}

.accordion .accordion-navigation>.content p {
	font-size: .85rem;
}

.accordion.how-to-accordion .accordion-navigation.active a .expand-icon .fa.fa-plus:before {
	content: "\f068";
}

.accordion.how-to-accordion .accordion-navigation a .accordion-img {
	float: left;
	display: block;
	width: 166px;
	max-height: 115px;
	overflow: hidden;
	margin-right: 0.9375rem;
}


/* ------ END TRAINING ------- */


/* ------ METHOD STATEMENT ------- */

.fernox-content ul.method-statement-list {
	margin-bottom: 1em;
	margin-top: 1em;
	border-top: solid #ddd 1px;
	padding: 0;
}

.fernox-content ul.method-statement-list li {
	border-bottom: solid #ddd 1px;
	padding-bottom: 1em;
	padding-top: 1em;
	width: 100%;
	padding-left: 0;
}

.fernox-content ul.method-statement-list li:before {
	display: none;
}


/* ------ END METHOD STATEMENT ------- */


/* ------ SAFETY DATA SHEETS------- */

select.safety-search {
	height: 50px;
	border: 1px solid #fff;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0);
	margin-bottom: 1em;
	margin-top: 1em;
}

.safety-results-search {
	background: #c4cbcb;
	padding: 1.5em;
}

.safety-results-search {
	font-size: 0.875rem;
}

.safety-results-search input[type="search"] {
	height: 50px;
	border: 1px solid #fff;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0);
	margin-bottom: 1em;
	margin-top: 1em;
}

.safety-results-search input[type="submit"] {
	width: 100%;
}

.safety-results-search a {
	text-align: right;
	width: 100%;
	display: block;
}

.method-statement-list.safety-data-list {
	border-top: 0;
	margin-top: 0;
}


/* ------ END SAFETY DATA SHEETS------- */


/* ------ CATEGORIES ------- */

.cat-list li a {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.cat-list li a:after {
	background: rgba(4, 2, 34, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	opacity: 1;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.cat-list li a:hover:after {
	opacity: 0;
}

.cat-list li a img {
	width: 100%;
	max-width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: transform .3s ease;
	transition: transform .3s ease;
}

.cat-list li a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.cat-list li a h3 {
	font-size: 1.2rem;
	position: absolute;
	top: 0;
	left: 0;
	padding: .25rem .25rem .25rem .5rem;
	width: 100%;
	color: #fff104;
	margin: 0;
	z-index: 5;
}

.cat-list li a span.btn {
	position: absolute;
	bottom: .5rem;
	right: .5rem;
	z-index: 5;
}


/**** product sheets *****/

ul.product-sheet-download {}

ul.product-sheet-download li {
	position: relative;
	padding: 0 0 .33rem 1.6rem;
}

.fernox-content ul.product-sheet-download li:before {
	font-family: FontAwesome;
	content: "\f1c1";
	position: absolute;
	top: 0;
	left: 0;
	color: #cc0000;
	display: inline-block;
}

ul.product-sheet-download li a {
	background: none!important;
	padding: 0;
	margin: 0;
	border: 0!important;
	color: #196789;
}

ul.product-sheet-download li a:before,
ul.product-sheet-download li a:after {
	display: none!important;
}

ul.download-links {
	padding: 0;
	margin: 0;
}

ul.download-links li {}

ul.download-links li a {
	font-size: .85rem;
}

ul.download-links li a:before {
	display: inline-block;
	font-family: FontAwesome;
	margin-right: .33rem;
}

ul.download-links li:first-child a:before {
	content: "\f003";
}

ul.download-links li:nth-child(2) a:before {
	content: "\f1c1";
}

ul.download-links li:last-child a:before {
	content: "\f0ed";
}

ul.download-links li a:after {
	font-family: FontAwesome;
	content: "\f105";
	margin-left: .33rem;
}

.videos ul.download-links li figure a {
	position: relative;
	width: 100%;
	height: auto;
	top: auto;
	left: auto;
	background: none;
}

.main-col ul.brochures-grid li header {
	background: none;
	padding: 0;
}


/****** apps ******/

.download-apps h2 {}

.download-apps article {
	width: 100%;
	padding-bottom: 1rem;
}

.download-apps h3 {
	font-size: 1.1rem;
}

.app-links {
	clear: both;
	display: block;
	width: 100%;
	border-bottom: 1px solid #e9e9e9;
}

.app-links:before,
.app-links:after {
	content: " ";
	display: table;
	clear: both;
}

.app-links ul {
	padding: 0;
	margin: 0;
}

.app-links ul li {
	text-align: center;
}

.app-links ul li:before {
	display: none;
}

.app-links ul li a {}

.app-links ul li a:after {
	font-family: FontAwesome;
}

.app-links ul li a.ios-app:after {
	content: "\f179";
}

.app-links ul li a.android-app:after {
	content: "\f17b";
}

.app-links ul li a.blackberry-app {
	display: block;
	width: 40px;
	height: 28px;
	background: #ccc;
	margin: 0 auto;
	background: url(../img/fernox-sprite.png) no-repeat 0 -313px;
	position: relative;
	bottom: -24px;
}

.language-modal p {
	font-size: .85rem;
}

.language-modal ul {}

.language-modal ul li a {
	font-size: .85rem;
}

.language-modal ul li a .language-img {
	margin-bottom: -5px;
	margin-right: .33rem;
}

.language-modal ul li a .language-img.us-lang {
	background-position: -20px 0;
}

.language-modal ul li a .language-img.chec-lang {
	background-position: -40px 0;
}

.language-modal ul li a .language-img.dansk-lang {
	background-position: -60px 0;
}

.language-modal ul li a .language-img.neder-lang {
	background-position: -80px 0;
}

.language-modal ul li a .language-img.polski-lang {
	background-position: -100px 0;
}


/*-------- LANDING PAGE ---------*/

.landing-illustrate {
	margin-top: 1.5em;
	margin-bottom: 1em;
}

.landing-illustrate li:first-of-type article {
	background-size: cover;
	background-repeat: no-repeat;
}

.landing-illustrate li:last-of-type article {
	background: #fff;
	padding: 0.9rem;
	padding-bottom: 1em;
}

.landing-illustrate li footer {
	text-align: right;
}

ul.tick {
	margin: 1em 0 1em 0;
}

ul.tick li {
	position: relative;
}

ul.tick li:before {
	content: "\f00c";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	background-color: #fff104;
	text-rendering: auto;
	padding: 1em;
	border-radius: 2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 1em;
	margin-bottom: 1em;
	position: absolute;
	left: 0;
	top: -10px;
}

.landing-contact {
	min-height: 588px;
	margin-bottom: 1em;
}

.contact-inner {
	background-color: rgba(255, 255, 255, 0.5);
	padding: 0.9rem;
	margin-top: 4rem;
	margin-bottom: 4rem;
}

.contact-inner input[type="text"],
.contact-inner input[type="tel"],
.contact-inner input[type="email"],
.contact-inner select,
.contact-inner textarea {
	display: block;
	width: 100%;
	height: 48px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	border: 1px solid #d4d5d7;
	padding-left: 20px;
}

.contact-inner textarea {
	min-height: 10em;
}

.contact-innner-text {
	text-align: center;
	padding-top: 7em;
}


/*-------- WARRANTY PAGE ---------*/

.warranty input[type="text"],
.warranty input[type="tel"],
.warranty input[type="email"],
.warranty input[type="date"],
.warranty select,
.warranty textarea {
	display: block;
	width: 100%;
	height: 48px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	border: 1px solid #d4d5d7;
	padding-left: 20px;
}

.hide {
	display: none;
}

.show {
	display: block !important;
}


/*-------- WATER HARDNESS ---------*/

.water-hardness .water-hardness-outer {
	display: block;
	width: 100%;
	background-color: transparent;
	position: relative;
	padding: 0.9375rem;
	border: 1px solid #d4d5d7;
	overflow: hidden;
	margin: 1em 0 0 0 !important;
}

.water-hardness .input-holder input[type="text"] {
	border: 1px solid #d4d5d7;
	padding-left: 20px;
	height: 50px;
	border: 1px solid #fff;
	-webkit-border-radius: 25px 0 0 25px;
	border-radius: 25px 0 0 25px;
	box-shadow: 0px 0px;
}

.water-hardness .input-holder input[type="text"]::-webkit-input-placeholder,
.water-hardness .input-holder input[type="text"]:-moz-placeholder,
.water-hardness .input-holder input[type="text"]::-moz-placeholder,
.water-hardness .input-holder input[type="text"]:-ms-input-placeholder {
	color: #e9e8e8;
	font-style: italic;
}

ul.water-hardness-list {
	list-style: none;
	padding-left: 0;
	margin-bottom: 1em;
}

ul.water-hardness-list li {
	padding-left: 30px;
	position: relative;
	line-height: 2em;
}

ul.water-hardness-list li:before {
	height: 20px;
	width: 20px;
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 0;
	content: "";
}

ul.water-hardness-list li.soft:before {
	background-color: #dee3f4;
}

ul.water-hardness-list li.mediumto:before {
	background-color: #a3aed8;
}

ul.water-hardness-list li.medium:before {
	background-color: #0153a0;
}

ul.water-hardness-list li.hard:before {
	background-color: #273583;
}

#water-hardness-reveal footer {
	text-align: right;
}


/*.front .top-section-internal {
    margin-top: 0;
}*/

.main-col .field-type-fernox-landinggrid-config article header {
	background: none;
	padding: 0;
}

.fernox-content ul.pagination {
	padding: 0;
}

.fernox-content .training-locations ul {
	padding: 0;
}

.fernox-content .training-locations ul li {
	padding-left: 0;
}

.fernox-content .training-locations ul li:before {
	display: none;
}

.fernox-content .training-locations ul[class*="block-grid-"] {
	margin: 0;
}

.fernox-content ul.stockists-results {
	padding: 0;
}

.fernox-content ul.stockists-results li {
	padding: 1.5em 4em 1.5em 1.5em;
}

.fernox-content ul.stockists-results li:before {
	display: none;
}

.fernox-content ul.accordion.how-to-accordion {
	padding: 0;
}

.fernox-content ul.accordion.how-to-accordion>li {
	padding: 0;
}

.fernox-content ul.accordion.how-to-accordion>li:before {
	display: none;
}

.tabs-content .stockists-results-search input[type="search"] {
	border-left: 1px solid #d4d5d7!important;
	border-top: 1px solid #d4d5d7!important;
	border-bottom: 1px solid #d4d5d7!important;
}


/********* timeline ***********/

#cd-timeline {
	position: relative
}

#cd-timeline {
	position: relative
}

.cd-container {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto
}

.cd-container::after {
	content: '';
	display: table;
	clear: both
}

#cd-timeline {
	position: relative;
	padding: 0 0 2em 0;
	margin-top: 2em;
	margin-bottom: 2em;
}

#cd-timeline::before {
	content: '';
	position: absolute;
	top: 0;
	left: 18px;
	height: 100%;
	width: 4px;
}

@media only screen and (min-width:1170px) {
	#cd-timeline {
		margin-top: 3em;
		margin-bottom: 3em
	}
	#cd-timeline::before {
		left: 50%;
		margin-left: -2px
	}
}

.cd-timeline-block {
	position: relative;
	margin: 2em 0;
	clear: both;
	float:left;
}

.cd-timeline-block:after {
	content: "";
	display: table;
	clear: both
}

.cd-timeline-block:first-child {
	margin-top: 0
}

.cd-timeline-block:last-child {
	margin-bottom: 0
}

@media only screen and (min-width:1170px) {
	.cd-timeline-block {
		margin-bottom: 0;
		margin-bottom: -12em;
		min-width: 100%;
	}
	.cd-timeline-block:first-child {
		margin-top: 1em;
	}
	.cd-timeline-block:last-child {
		margin-bottom: 0
	}
}

.cd-timeline-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #004a8a url(../img/fernox-sprite.png) no-repeat 0 -357px;
	box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, .08), 0 3px 0 4px rgba(0, 0, 0, .05)
}

.cd-timeline-img img {
	display: block;
	width: 24px;
	height: 24px;
	position: relative;
	left: 50%;
	top: 50%;
	margin-left: -12px;
	margin-top: -12px
}

.cd-timeline-img.cd-picture {
	background: #75ce66
}

.cd-timeline-img.cd-movie {
	background: #c03b44
}

.cd-timeline-img.cd-location {
	background: #f0ca45
}

@media only screen and (min-width:1170px) {
	.cd-timeline-img {
		width: 60px;
		height: 60px;
		left: 50%;
		margin-left: -30px;
		-webkit-transform: translateZ(0);
		-webkit-backface-visibility: hidden;
		background: #004a8a url(../img/fernox-sprite.png) no-repeat 0 -357px;
	}
	.cd-timeline-img.is-hidden {
		visibility: hidden
	}
	.cd-timeline-content.is-hidden {
		visibility: hidden
	}
	.cd-timeline-img.bounce-in {
		visibility: visible;
		-webkit-animation: cd-bounce-1 .6s;
		-moz-animation: cd-bounce-1 .6s;
		animation: cd-bounce-1 .6s
	}
}

@-webkit-keyframes cd-bounce-1 {
	0% {
		opacity: 0;
		-webkit-transform: scale(.5)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale(1.2)
	}
	100% {
		-webkit-transform: scale(1)
	}
}

@-moz-keyframes cd-bounce-1 {
	0% {
		opacity: 0;
		-moz-transform: scale(.5)
	}
	60% {
		opacity: 1;
		-moz-transform: scale(1.2)
	}
	100% {
		-moz-transform: scale(1)
	}
}

@keyframes cd-bounce-1 {
	0% {
		opacity: 0;
		-webkit-transform: scale(.5);
		-moz-transform: scale(.5);
		-ms-transform: scale(.5);
		-o-transform: scale(.5);
		transform: scale(.5)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2)
	}
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}
}

.cd-timeline-content {
	position: relative;
	margin-left: 60px;
	background: #fff;
	border-radius: .25em;
	text-align: left;
	padding: 1em;
	-webkit-box-shadow: 0 3px 3px 2px rgba(0, 0, 0, .15);
	box-shadow: 0 3px 3px 2px rgba(0, 0, 0, .15)
}

.cd-timeline-content:after {
	content: "";
	display: table;
	clear: both
}

.cd-timeline-content h2 {
	color: #1a6689;
	font-size: 1.25rem;
}

.cd-timeline-content p,
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
	font-size: 13px;
	font-size: .8125rem
}

.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
	display: inline-block
}

.cd-timeline-content p {
	padding-bottom: 1em
}

.cd-timeline-content p:last-of-type {
	padding-bottom: 0
}

.cd-timeline-content .cd-read-more {
	float: right;
	padding: .8em 1em;
	background: #acb7c0;
	color: #fff;
	border-radius: .25em
}

.no-touch .cd-timeline-content .cd-read-more:hover {
	background-color: #bac4cb
}

.cd-timeline-content .cd-date {
	float: left;
	padding: .8em 0;
	opacity: .7;
	display:none;
}

@media only screen and (min-width:768px) {
	.cd-timeline-content h2 {
		font-size: 20px;
		font-size: 1.25rem
	}
	.cd-timeline-content p {
		font-size: 16px;
		font-size: 1rem
	}
	.cd-timeline-content .cd-read-more,
	.cd-timeline-content .cd-date {
		font-size: 14px;
		font-size: .875rem
	}
}

@media only screen and (min-width:1170px) {
	.cd-timeline-content {
		margin-left: 0;
		padding: 1.6em;
		width: 45%;
		text-align: left
	}
	.cd-timeline-content .cd-read-more {
		float: left
	}
	.cd-timeline-content .cd-date {
		position: absolute;
		width: 100%;
		left: 122%;
		top: 6px;
		font-size: 16px;
		font-size: 1rem
	}
	.cd-timeline-block:nth-child(even) .cd-timeline-content {
		float: right
	}
	.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
		float: right
	}
	.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
		left: auto;
		right: 122%;
		text-align: right
	}
	cd-timeline-content.is-hidden {
		visibility: hidden
	}
	.cd-timeline-content.bounce-in {
		visibility: visible;
		-webkit-animation: cd-bounce-2 .6s;
		-moz-animation: cd-bounce-2 .6s;
		animation: cd-bounce-2 .6s
	}
}

@media only screen and (min-width:1170px) {
	.cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
		-webkit-animation: cd-bounce-2-inverse .6s;
		-moz-animation: cd-bounce-2-inverse .6s;
		animation: cd-bounce-2-inverse .6s
	}
}

@-webkit-keyframes cd-bounce-2 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(20px)
	}
	100% {
		-webkit-transform: translateX(0)
	}
}

@-moz-keyframes cd-bounce-2 {
	0% {
		opacity: 0;
		-moz-transform: translateX(-100px)
	}
	60% {
		opacity: 1;
		-moz-transform: translateX(20px)
	}
	100% {
		-moz-transform: translateX(0)
	}
}

@keyframes cd-bounce-2 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
		-moz-transform: translateX(-100px);
		-ms-transform: translateX(-100px);
		-o-transform: translateX(-100px);
		transform: translateX(-100px)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		-moz-transform: translateX(20px);
		-ms-transform: translateX(20px);
		-o-transform: translateX(20px);
		transform: translateX(20px)
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes cd-bounce-2-inverse {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100px)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(-20px)
	}
	100% {
		-webkit-transform: translateX(0)
	}
}

@-moz-keyframes cd-bounce-2-inverse {
	0% {
		opacity: 0;
		-moz-transform: translateX(100px)
	}
	60% {
		opacity: 1;
		-moz-transform: translateX(-20px)
	}
	100% {
		-moz-transform: translateX(0)
	}
}

@keyframes cd-bounce-2-inverse {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100px);
		-moz-transform: translateX(100px);
		-ms-transform: translateX(100px);
		-o-transform: translateX(100px);
		transform: translateX(100px)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		-moz-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		-o-transform: translateX(-20px);
		transform: translateX(-20px)
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
}

.cd-container header {
	padding: 0;
	background: #fff;
	position: relative;
	z-index: 5;
	border-bottom: 1px solid #064a8a;
}


/******* end timeline ********/


/****** sales territory *****/

.territory-sales {
	width;
	100%;
	display: block;
	padding: .5rem 0 0 0;
}

.fernox-content .territory-sales ul {
	padding-left: 0;
}

.fernox-content .territory-sales ul li {
	padding-bottom: 1rem;
	font-size: .85rem;
}

.territory-marker {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 .33rem 0 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #ddd;
	overflow: hidden;
	text-indent: -120000px;
	-webkit-box-shadow: inset 0 0 0 1px #ffffff;
	box-shadow: inset 0 0 0 1px #ffffff;
}

.territory-marker.scotland {
	background: #ff3333;
}

.territory-marker.ireland {
	background: #66cdff;
}

.territory-marker.wales {
	background: #fe9933;
}

.territory-marker.north {
	background: #ffcc00;
}

.territory-marker.london {
	background: #d1d0d1;
}

.territory-marker.midlands {
	background: #fff100;
}

.territory-marker.sw {
	background: #99fe00;
}

.territory-marker.surrey {
	background: #01cc00;
}

.territory-marker.essex {
	background: #00cdcb;
}

.territory-marker.kent {
	background: #9966ff;
}


/****** end sales territory *****/

#mc_embed_signup #mce-responses #mce-success-response,
#mc_embed_signup #mce-responses #mce-error-response {
	font-size: .85rem;
	display: block;
	padding-bottom: 1rem;
}

#mc_embed_signup #mce-responses #mce-success-response:before,
#mc_embed_signup #mce-responses #mce-error-response:before {
	content: "*";
	display: inline-block;
	margin-right: .33rem;
	color: #fff;
}

#mc_embed_signup .input-holder input[type="email"]::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #aaa;
	font-style: italic;
}

#mc_embed_signup .input-holder input[type="email"]::-moz-placeholder {
	/* Firefox 19+ */
	color: #aaa;
	font-style: italic;
}

#mc_embed_signup .input-holder input[type="email"]:-ms-input-placeholder {
	/* IE 10+ */
	color: #aaa;
	font-style: italic;
}

#mc_embed_signup .input-holder input[type="email"]:-moz-placeholder {
	/* Firefox 18- */
	color: #aaa;
	font-style: italic;
}

@media only screen and (max-width: 1300px) {
	.slider .slick-next {
		top: auto;
		bottom: -21px;
	}
	.slider .slick-prev {
		top: auto;
		left: auto;
		bottom: -21px;
		right: 90px;
	}
}

@media only screen and (max-width: 1300px) {
	.product-slider .slick-next,
	.product-slider .slick-prev {
		display: none!important;
	}
}

@media only screen and (max-width: 1200px) {
	.slider .slick-slide,
	.slider {
		height: 450px;
	}
}

@media only screen and (max-width: 1140px) {
	.head {
		position: static;
		left: auto;
		top: auto;
	}
	.top-section-internal {
		margin-top: 0.9375rem;
	}
	.outercontainer {
		overflow: hidden;
	}
	.innercontainer {
		position: relative;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition: -webkit-transform .33s ease;
		transition: transform .33s ease;
	}
	.full.main-nav {
		float: none;
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: -290px;
		width: 290px;
		background: #30304e;
		-webkit-box-shadow: inset 5px 0 5px 0 rgba(00, 00, 00, .15);
		box-shadow: inset 5px 0 5px 0 rgba(00, 00, 00, .15);
		border: 0;
	}
	.full.main-nav ul li {
		float: none;
		width: 100%;
		border-left: 0;
		position: relative;
		border-bottom: 1px dotted rgba(255, 255, 255, .75);
	}
	.main-nav ul li a {
		display: block;
		text-align: left;
		padding: .66rem .25rem .66rem .5rem;
		background: none;
		line-height: 1;
		color: #fff;
		border-bottom: 0;
		-webkit-transition: none;
		transition: none;
	}
	.main-nav ul li:hover a {
		background: none;
		border: 0;
	}
	.main-nav ul li .ddown {
		position: relative;
		top: 100%;
		padding: 0;
		left: auto;
		opacity: 1;
		visibility: visible;
		overflow: hidden;
		max-height: 0px;
		width: 100%;
		z-index: 99;
		text-align: left;
		padding: 0;
		-webkit-transition: all .33s ease;
		transition: all .33s ease;
	}
	.main-nav ul li.sub-menu-open .ddown {
		max-height: 900px;
	}
	.main-nav ul li .ddown .ddown-inner {
		background: none;
		padding: .5rem .5rem .5rem 1rem;
	}
	.main-nav ul {
		margin: 0;
		padding: 0;
	}
	.main-nav ul>li:last-child {
		border: 0;
	}
	.main-nav ul li .ddown ul li {}
	.main-nav ul li .ddown ul li a {
		font-size: .9rem;
	}
	.main-nav ul li .ddown .small-12.medium-3.large-3.columns {
		float: none;
		width: 100%;
		display: block;
	}
	.main-nav ul li .ddown .small-12.medium-3.large-3.columns img {
		display: none;
	}
	.top-section {
		margin-top: 0;
	}
	.menu-trigger {
		font-size: 30px;
		display: inline-block;
		width: 1.25em;
		height: .9em;
		padding: 0;
		cursor: pointer;
		transition: transform .2s ease-in-out;
		-moz-transition: transform .2s ease-in-out;
		-webkit-transition: transform .2s ease-in-out;
		vertical-align: middle;
		border: 0 none;
		background: transparent;
		float: right;
		z-index: 10;
	}
	.menu-trigger:before,
	.menu-trigger:after {
		content: "";
	}
	.menu-trigger:before,
	.menu-trigger .icon,
	.menu-trigger:after {
		display: block;
		width: 100%;
		height: .1em;
		margin: 0 0 .2em 0;
		transition: transform .2s ease-in-out;
		-moz-transition: transform .2s ease-in-out;
		-webkit-transition: transform .2s ease-in-out;
		border-radius: .033em;
		-moz-border-radius: .033em;
		-webkit-border-radius: .033em;
		background: #fff104
	}
	.menu-trigger.active:before,
	.menu-trigger.active .icon,
	.menu-trigger.active:after {
		background: #fff104;
	}
	.menu-trigger.hamburger-plus.active .icon {
		transform: scale(0);
		-moz-transform: scale(0);
		-webkit-transform: scale(0);
	}
	.menu-trigger.hamburger-plus.active:before {
		transform: translateY(.3em) rotate(45deg);
		-moz-transform: translateY(.3em) rotate(45deg);
		-webkit-transform: translateY(.3em) rotate(45deg);
	}
	.menu-trigger.hamburger-plus.active:after {
		transform: translateY(-.3em) rotate(-45deg);
		-moz-transform: translateY(-.3em) rotate(-45deg);
		-webkit-transform: translateY(-.3em) rotate(-45deg);
	}
	.innercontainer.menu-open {
		-webkit-transform: translateX(-290px);
		-ms-transform: translateX(-290px);
		transform: translateX(-290px);
	}
	.menu-overlay,
	.menu-overlay.overlay-active {
		display: none;
	}
	.menu-expand {
		display: inline-block;
		position: absolute;
		top: 0;
		right: 0;
		height: 37px;
		width: 37px;
		background: #0d4b87;
		border: 0;
		padding-top: 5px;
		color: #fff;
		text-align: center;
		cursor: pointer;
	}
	.menu-expand:after {
		content: "\f00d";
		font-family: FontAwesome;
		display: inline-block;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: -webkit-transform .2s ease;
		transition: transform .2s ease;
	}
	.menu-expand.icon-rotate:after {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}
	.search {
		float: right;
		display: block;
		position: relative;
		width: auto;
		margin-left: 0;
		bottom: auto;
		margin-right: 1rem;
		margin-top: -.15rem;
		width: 36%;
	}
	.search-trigger {
		display: none;
		font-size: 1.66rem;
		color: #fff104;
		position: absolute;
		top: -7px;
		right: 0;
		cursor: pointer;
	}
	.search-trigger {}
	.search-content {
		position: relative;
		margin-right: 0;
		-webkit-transition: .3s opacity ease;
		transition: .3s opacity ease;
	}
	.show-search .search-content {
		opacity: 1;
		visibility: visible;
	}
	.menu-based-contact-form {
		display: none;
	}
	p.tel {
		float: none;
		padding-top: .5rem;
	}
	.logo {
		padding-top: 0;
	}
	.slider .slick-next,
	.slider .slick-prev {
		display: none;
	}
	.main-nav>ul {
		padding-bottom: 1rem;
	}
	.main-nav ul>li:nth-last-child(3) {
		border-right: 0;
	}
	.main-nav>.row {
		display: block;
		max-width: 100%;
		width: 100%;
		height: 100vh;
		padding-top: 2rem;
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.main-nav>.row .large-12.columns {
		height: calc(100% + 1px);
	}
	/*body.toolbar {
        padding-top: 0!important;
    } undid fix for drupal js error */
}

@media only screen and (max-width: 1086px) {
	.homepage-callouts ul li a {
		min-height: 299px;
	}
}

@media only screen and (max-width: 767px) {
	.slider-overlay {
		width: 100%;
	}
	.slider .slick-next,
	.slider .slick-prev,
	.testimonials-slider .slick-prev,
	.testimonials-slider .slick-next {
		display: none!important;
	}
}

@media only screen and (max-width: 767px) {
	.homepage-callouts ul li a h4 {
		font-size: 1rem;
	}
	.logo {
		display: inline-block;
	}
	.fernox-utilities {
		position: relative;
		bottom: auto;
		right: auto;
		padding-top: 1rem;
	}
	p.tel {
		text-align: left;
		font-size: 1.5rem;
	}
	.search {
		position: absolute;
		top: -46px;
		right: -290px;
		width: 290px;
		z-index: 10;
		margin: 0;
		padding: 10px;
		background: #30304e;
	}
	.search-content {
		opacity: 1;
		visibility: visible;
		margin-right: 0;
	}
	.logo {
		max-width: 76%;
	}
	.logo img {
		display: block;
	}
	.menu-trigger {
		position: absolute;
		top: 0;
		right: 0.9375rem;
	}
	.search-trigger {
		display: none;
	}
	.full.main-nav {}
	.main-nav>.row {
		padding-top: 5.5rem;
	}
	.mobile-only {
		display: block;
	}
	.fernox-utilities {
		display: none;
	}
	.fernox-mobile-btns {
		padding: 1rem 0;
	}
	.fernox-mobile-btns .btn {
		display: block;
		margin-bottom: .5rem;
	}
	.slick-slider.slider {
		height: auto;
	}
	.index .slick-slider.slider .slick-slide {
		height: 400px;
	}
	.stockists-results-container {
		width: 100%;
		position: relative;
		top: auto;
		left: auto;
	}
	.stockists-map-container #map {
		position: relative;
		top: auto;
		left: auto;
		height: 650px;
	}
	.tabs.product-page-tabs .tab-title,
	.tabs.product-page-tabs .tab-title.active {
		float: none;
		width: 100%;
		display: block;
		text-align: left;
		border: 0;
		border-bottom: 1px solid #eee;
	}
	.tabs.product-page-tabs .tab-title:first-child {
		border-left: 0;
	}
	.tabs.product-page-tabs .tab-title>a {
		padding-top: .75rem;
		padding-bottom: .75rem;
	}
	.accordion.how-to-accordion .accordion-navigation a .accordion-img {
		display: none;
	}
}

@media only screen and (max-width: 640px) {
	.contact-innner-text {
		padding-top: 1em;
	}
	.small-hide {
		display: none;
	}
	.homepage-callouts ul li a {
		min-height: 1px;
	}
}

@media only screen and (max-width: 479px) {
	.logo {
		max-width: 66%;
	}
	p.tel {
		font-size: 1.25rem;
	}
	.homepage-callouts ul li a h4 {
		min-height: 69px;
	}
}

@media only screen and (min-width: 64.0625em) {
	.columns.main-col {
		padding-right: 0;
	}
	.columns.main-col.main-col-12 {
		padding-right: 0.9375rem;
	}
}

@media only screen and (min-width: 40.0625em) {
	.training-links>div:first-child {
		margin-bottom: 0;
	}
	.awards article figure,
	.news article figure {
		margin-bottom: 0;
	}
}


/******** MISC *********/

.img-full {
	width: 100%;
	margin-bottom: 15px;
}

.img-right {
	width: 50%;
	float: right;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.img-left {
	width: 50%;
	float: left;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}

@media only screen and (max-width: 640px) {
	.img-right,
	.img-left {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
		margin-bottom: 15px;
	}
}


/*—- CMS EDIT CONTROLS —*/

ul.action-links {
	float: left;
	display: inline-block;
	margin-left: 0;
	padding-left: 0;
	position: relative;
	z-index: 10;
}

div>ul.tabs.primary {
	float: left;
	margin-right: 0;
	z-index: 10;
	position: relative;
}

.action-links li {
	border: 1px solid #bbb;
	border-collapse: collapse;
	height: auto;
	line-height: normal;
	list-style: none;
	margin: 5px;
	padding: 0 1em 0 1em;
	white-space: nowrap;
	display: inline-block;
	margin-top: 4px;
	margin-left: 0;
	background-color: #ddd;
}

.front .columns.main-col {
	height: 0!important;
}


/*.front div > ul.tabs.primary {
    margin-top: 206px;
}
.front ul.action-links {
    margin-top: 201px;
}*/

.fernox-content ul[class*="block-grid-"].brochures-grid {
	padding-left: 0;
	margin: 0;
}

.fernox-content ul.brochures-grid li {
	padding-left: 0;
}

.fernox-content ul.brochures-grid li:before {
	display: none;
}

.fernox-calendar-event article header {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	padding: 0;
}


/******* calendar *******/

.fc-event {
	background-color: #0d4b87;
	border-color: #0d4b87;
	color: #fff104;
}

button.fc-state-default {
	background: #273460;
	border: 0;
	background-image: none;
	text-shadow: none;
	box-shadow: none;
	color: #fff104;
}

button.fc-state-default:hover {
	color: #fff;
	background: #040222;
}

.search-results {
	list-style: none;
	padding: 0;
	margin: 0;
}


/******** Kerrys drupal additions ********/

body.toolbar .head {
	top: 30px;
}

body.toolbar-drawer .head {
	top: 65px;
}

.toolbar-shortcuts {
	display: inline-block;
}

.easy-breadcrumb {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 0 none;
	padding: 0;
	color: #fff;
	font-size: 0.6875rem;
}

.easy-breadcrumb>.easy-breadcrumb_segment {
	color: #fff104;
}

.easy-breadcrumb>.easy-breadcrumb_segment:last-child {
	color: #fff;
}

.easy-breadcrumb>.easy-breadcrumb_segment-separator {
	padding-left: 10px;
	padding-right: 10px;
}

.easy-breadcrumb a {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}


/******** end Kerrys drupal additions ********/


/****** print styles ******/

@media print {
	* {
		background: transparent !important;
		color: black !important;
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}
	/* Black prints faster: h5bp.com/s */
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	a[href].logo:after {
		display: none;
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	/* Don't show links for images, or javascript/internal links */
	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;
	}
	.top-section-internal {
		margin-top: 0;
	}
	.head {
		position: static;
		top: auto;
		left: auto;
	}
	.main-nav,
	.top-row,
	.search,
	p.tel,
	ul.fernox-utilities,
	.breadcrumb-print,
	.newsletter,
	.foot,
	.main-sidebar {
		display: none!important;
	}
	.main-col-content {
		height: auto!important;
	}
	.pagination-centered {
		display: none;
	}
}


/****** end print styles ******/

.fernox-stockist-go-button {
	cursor: pointer;
}

.product-summary p {
	font-size: 0.9em;
}

.language-switcher-locale-url li a {
	font-size: 0.85rem;
}

.language-switcher-locale-url li a:before {
	background-color: rgba(0, 0, 0, 0);
	background-image: url("/sites/all/themes/fernox/img/fernox-sprite.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin-bottom: -5px;
	margin-right: 0.33rem;
	content: "";
}

.language-switcher-locale-url li.en a:before {
	background-position: 0 0;
}

.language-switcher-locale-url li.en-gb a:before {
	background-position: -20px 0;
}

.language-switcher-locale-url li.cs a:before {
	background-position: -40px 0;
}

.language-switcher-locale-url li.da a:before {
	background-position: -60px 0;
}

.language-switcher-locale-url li.nl a:before {
	background-position: -80px 0;
}

.language-switcher-locale-url li.pl a:before {
	background-position: -100px 0;
}

.language-switcher-locale-url li.sl a:before {
	background-position: -120px 0;
}

.language-switcher-locale-url li.de a:before {
	background-position: -140px 0;
}

.language-switcher-locale-url li.es a:before {
	background-position: -160px 0;
}

.language-switcher-locale-url li.fr a:before {
	background-position: -180px 0;
}

.language-switcher-locale-url li.sv a:before {
	background-position: -200px 0;
}

.language-switcher-locale-url li.ru a:before {
	background-position: -220px 0;
}

.language-switcher-locale-url li.ro a:before {
	background-position: -240px 0;
}

.language-switcher-locale-url li.tr a:before {
	background-position: -260px 0;
}

.language-switcher-locale-url li.ga a:before {
	background-position: -280px 0;
}

.language-switcher-locale-url li.it a:before {
	background-position: -300px 0;
}

.language-switcher-locale-url li.hu a:before {
	background-position: -320px 0;
}

.language-switcher-locale-url li.nn a:before {
	background-position: -340px 0;
}

.language-switcher-locale-url li.sk a:before {
	background-position: -360px 0;
}

.language-switcher-locale-url li.uk a:before {
	background-position: -380px 0;
}

.language-switcher-locale-url li.zh-hans a:before {
	background-position: 0 -20px;
}

.fernox-content ul.videos-grid {
	padding-left: 0;
}

.fernox-content ul.videos-grid li {
	padding: 5px;
}

ul.tick li {
	line-height: 25px;
	padding-left: 55px;
	position: relative;
	padding-bottom: 2em;
}

.fernox-content .category-grid-padding ul li {
	padding: 0.5em
}

.yellow-text {
	color: #fff104 !important;
}

.locale-untranslated {
	text-decoration: none;
}

.smart-search {
	position: absolute;
	/*background-color: #f0f;*/
	height: auto;
	width: 100%;
	z-index: 1000;
	display: block;
	padding-bottom: 10px;
}

.smart-search .content {
	padding: 0 20px 10px 20px;
	margin-left: 25px;
	margin-right: 25px;
	background-color: #fff;
	position: relative;
	display: block;
	border-radius: 0 0 25px 25px;
	-webkit-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.6);
	box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.6);
}


/*** cookie bar ***/

.cc_container {
	background: #575a5c!important;
}

.cc_container a {
	color: #fff104!important;
}

.cc_container .cc_btn {
	background: #273460!important;
	font-family: 'Raleway', sans-serif!important;
	color: #fff104!important;
	padding: .7rem 1rem!important;
	text-align: center;
	position: relative;
	line-height: 1!important;
	border: 0!important;
	font-size: .75rem!important;
	display: inline-block!important;
	font-weight: 400!important;
	-webkit-border-radius: 24px!important;
	border-radius: 24px!important;
	cursor: pointer!important;
}

.cc_container .cc_btn:hover {
	color: #fff!important;
	background: #040222!important;
}

p.cc_container .cc_message {
	font-family: 'Raleway', sans-serif!important;
	font-size: .9rem!important;
}


.field-name-field-stockists-map .carousel-slider-container {
display: block;
width: 100%;
padding: 0 60px;
}
.field-name-field-stockists-map .carousel-slider {
display: block;
width: 100%;
}
.field-name-field-stockists-map .carousel-slider-container .slick-slider .slick-arrow, .field-name-field-stockists-map .carousel-slider-container .slick-next, .slick-prev {
display: block!important;
}
.field-name-field-stockists-map .carousel-slider .slick-arrow.slick-next {
right: -60px;
}
.field-name-field-stockists-map .carousel-slider .slick-arrow.slick-prev{
left: -60px;
}
.field-name-field-stockists-map .carousel-slider .slick-slide {
border: 1px solid #e8e6e8;
padding: 1em 1em 2.5em 1em;
margin: 0 5px;
background: url(/sites/default/files//mouse-icon.jpg) no-repeat right bottom;
}
.field-name-field-stockists-map .carousel-slider .slick-slide p a {

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/************* search results page *****************/

#search-api-page-search-form {
	width: 100%;
	display: block;
}
#search-api-page-search-form > div {
	width: 100%;
	display: block;
}
#search-api-page-search-form  .form-item-keys-4 {
	width: 80%;
	float: left;

}
#search-api-page-search-form  .form-item-keys-4 input[type="text"] {
	-webkit-border-radius: 24px;
	border-radius: 24px;
}
#search-api-page-search-form .form-submit {
    margin-top: 3.2em;
    margin-left: 2%;
    overflow: hidden;
    width: 18%;
}
.search-result-container {
	display: block;
	width: 100%;
	clear: both;
}
.search-result-container h2 {
	display: inline-block;
}
p.search-performance {
	display: inline-block;
	float: right;
	text-align: right;
	font-size: .8em;
	margin: 1em 0 0 0;
	padding: 0;
}
.search-filters {
	display: block;
	width: 100%;
	margin-bottom: 1em;
}
.search-filters ul {
	
}
.search-filters ul li {
	display: block;
	width: 100%;
	margin-bottom: 2px;
}
.search-filters ul li a {
	display: block;
	width: 100%;
	background: #f2f2f2;
	padding: 5px 5px 2px 10px;
	border-bottom: 3px solid #f2f2f2;
}
.search-filters ul li.active a {
	border-bottom: 3px solid #fff104;
}
.item-list {
	text-align: center;
	display: block;
	padding: 1em 0;
}
.search-results-head {
	display: block;
	width: 100%;
	border-bottom: 2px solid #e9e8e8;
	margin-bottom: 1em;
}
ol.search-results {
	display: block;
	width: 100%;
}
ol.search-results li.search-result {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #e9e8e8;
}
.search-results .search-info {
	margin-bottom: 0;
	display:none;
}

@media only screen and (max-width: 620px) {
	p.search-performance {
		text-align: left;
		display: block;
	}
}
.search-filters {
	display: block;
	width: 100%;
}
.search-filters ul {
	
}
.search-filters ul li {
	display: block;
	width: 100%;
}
.search-filters ul li a {
	
}
.search-filters ul li.active a {
	
}
.item-list {
	text-align: center;
	display: block;
	padding: 1em 0;
}


/************* end search results page *****************/


/*********** new product page layout **************/

@media only screen and (max-width: 640px) {
	.small-block-grid-2.product-display li {
		width: 100%;
		float: none;
		display: block;
	}
	.small-block-grid-2.product-display li article {
		width: 100%;
		display: block;
		min-height: 1px;
		padding-top: 10px;
	}
	.small-block-grid-2.product-display li article figure {
		float: left;
		width: 32%;
	}
}





/*********** end new product page layout **************/



