
/*
 _____              __          __             
|  __ \             \ \        / /             
| |  | | ___  ___ __ \ \  /\  / /_ ___   _____ 
| |  | |/ _ \/ __/ _` \ \/  \/ / _` \ \ / / _ \
| |__| |  __/ (_| (_| |\  /\  / (_| |\ V /  __/
|_____/ \___|\___\__,_| \/  \/ \__,_| \_/ \___|

by DaraCreative info@daracreative*


Colour definitions 


Decawave Red            #a00000
Red                     #e41e25
Green                   #008da9
Light Green             #b3dde5
Dark Grey               #555555
Grey                    #818285
Light Grey              #ebebeb
Lightest Grey           #f2f2f3
Navy                    #3c444f


Fonts

font-family: 'Montserrat', sans-serif;

*/

/* Reset */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clear {
    display: block;
    width: 0;
    height: 0;
    clear: both;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* General structure */

.decawaveRed {background-color: #a00000;}
.red {background-color: #e41e25;}
.red:hover {background-color: #a00000;}
.blue{background-color: #008da9;}
.blue:hover {background-color: #2fa0b6;}
.lightblue{background-color: #b3dde5;}
.darkGrey{background-color: #555555;}
.darkGrey:hover {background-color: #3c444f;}
.grey{background-color: #818285;}
.lightGrey{background-color: #ebebeb;}
.lightestGrey{background-color: #f2f2f3;}
.navy{background-color: #3c444f;}
.transparent {background-color: transparent; border: 1px solid #818285;}
.transparent:hover {background-color: #818285;}



html {
	background: #fff;
	background: #656262;
}

body {
	background: #ebebeb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #555;
}

html.wht, body.wht {
	background: #fff;
}

.wrapper {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

	@media all and (max-width: 959px){
		.wrapper {
			width: 100%;
			padding: 0 20px;
		}
	}

	@media all and (max-width: 959px){
		.decaWaveContent > .wrapper:first-child {
			width: 100%;
			padding: 10px 20px 0;
		}
	}

a {
	text-decoration: none;
	color: #008da9;
}

a, button {
	outline: 0;
}

dl {
	font-size: 1.4em;
	color: #fff;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

strong em, em strong {
	font-weight: 700;
	font-style: italic;
}

button {
	border: 0;
}


a.button, button, .button a {
	font-size: 1.8em;
	text-transform: capitalize;
	color: #fff;
	width: 200px;
	height: 38px;
	border-radius: 6px;
	display: inline-block;
	text-align: center;
	line-height: 2.2em;
	font-family: 'Montserrat', sans-serif;
    background-color: #a00000;
}

	@media all and (max-width: 500px){
		a.button, button {
			width: 170px;
			font-size: 1.5em;
			line-height: 2.5em;
		}
	}

.featureWrap .button {
	margin: 0 5px 5px 0;
    display: inline-block;
}

.button.transparent {
	color: #818285;
    background: transparent;
}

.button.uppercase {
	text-transform: uppercase;
	font-size: 1.4em;
	line-height: 2.8em;
	vertical-align: top;
}

.node .links,
.comment .links { display:none;

}

.button.transparent:hover {
	color: #fff;
}

.seeHow {
	background-color: #008da9;
}
.seeHow:hover {background-color: #2fa0b6;}


.seeHow:before {
	content: "";
	width: 23px;
	height: 23px;
	display: inline-block;
	background: url(../images/sprite.png) no-repeat  -94px 0;
	vertical-align: middle;
	margin: -4px 2px 0 0;
}

.order {
	background-color: #555555;
}

.order:hover {background-color: #3c444f;}

.order:before {
	content: "";
	width: 19px;
	height: 19px;
	display: inline-block;
	background: url(../images/sprite.png) no-repeat  -64px 0;
	vertical-align: middle;
	margin: -4px 5px 0 0;
}


.registerWithUs span:before {
	content: "";
	width: 19px;
	height: 19px;
	display: inline-block;
	background: url(../images/sprite.png) no-repeat  -150px 0;
	vertical-align: middle;
	margin: -3px 5px 0 0;
}

h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 3.5em;
	color: #a00000;
	line-height: 1.3em;
	margin-bottom: 10px;
} 

h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 2.4em;
	color: #818285;
	line-height: 1.7em;
	margin-bottom: 30px;
}

.featureWrap h2 {
	font-size: 2em;
}

h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.6em;
	color: #008da9;
	line-height: 2em;
	margin-bottom: 5px;
}

h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.4em;
	color: #665c8d;
	line-height: 1.6em;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.decaWaveContent p {
	font-family: Arial, sans-serif;
	font-size: 1.4em;

	line-height: 1.6em;

	margin-bottom: 15px;
}

.decaWaveContent p a {
	color: #008da9;
    font-size: 100%;
}

.decaWaveContent .field-item ul li, .pProduct ul li, .decaWaveContent .rightColumn ol li {
	font-family: arial, sans-serif;
	font-size: 1.4em;
	margin-bottom: 5px;
	color: #555;
	padding-left: 15px;
	position: relative;
	line-height: 1.6em;
}

.decaWaveContent .rightColumn ol li {
    padding-left: 0;
    margin-left: 20px;
}

.decaWaveContent .rightColumn ol {
    list-style: decimal;
}

.pProduct ul, .pProduct p { margin-bottom: 20px;}

.pProduct ul li { color: #3c444f;}


.decaWaveContent .field-item ul li:before, .pProduct ul li:before {
	content: "\2022";
	display: inline-block;
	vertical-align: middle;
	color: #555;
	font-size: 1.4em;
	position: absolute;
	top: 1px;
	left: 0px;
}

p.intro {
	color: #3c444f;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.6em;
}


/* Site navigation */

header {
	height: 84px;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
}

	@media all and (max-width: 500px)/*, all and (orientation:landscape)*/{
		header {
			height: 60px
		}
	}

header.important {
	position: relative;
}

header.important + .mobileWrapperGeneral {
	display: none;
}



.logo {
	width: 268px;
	height: 65px;
	float: left;
	margin-top: 7px;
}

.logo img {	width: 100%;}

	@media all and (max-width: 500px)/*, all and (orientation:landscape)*/{
		.logo {
			width: 180px;
		}
	}

	@media all and (max-width: 441px){
		.logo {
			width: 150px;
			margin-top: 10px;
		}
	}


nav {
	position: relative;
	margin: 0 auto;
	width: 960px;
}

	@media all and (max-width: 959px){
		nav {
			width: 100%;
			padding: 0 20px;
		}
	}

nav ul {
	float: right;
	margin-top: 33px;
	background: #fff;
}

	@media all and (max-width: 959px){
		header nav ul {
			width: 100%;
			float: none;
			min-height: 100%;
			position: absolute;
			z-index: -1;
			left: 0;
			top: 51px;
			display: none;
		}

	}

	@media all and (max-width: 500px){
		header nav ul {
			top: 27px;
		}
	}

nav ul > li {
	float: left;
	margin-left: 10px;
	padding-bottom: 26px;
	position: relative;
}

nav ul > li:hover > ul {
    display: block;
}

	@media all and (max-width: 959px){
		header nav ul li {
			width: 100%;
			float: none;
			margin: -1px 0 0 0;
			border-bottom: 1px solid #ebebeb;
			border-top: 1px solid #ebebeb;
			padding: 0;

		}
	}

nav ul > li:first-child {
	margin-left: 0;
}

nav ul > li > a {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.35em;
	line-height: 1.35em;
	color: #818285;
	text-transform: uppercase;
	font-weight: 700;
	height: 25px;
	padding: 5px 0;
	position: relative;

}

	@media all and (max-width: 959px){
		header nav ul li a {
			height: 40px;
			line-height: 2.4em;
			display: block;
			padding: 5px 20px;
		}
	}

header nav ul > li:first-child > a {
	text-indent: -9999px;
	width: 17px;
	background: url(../images/sprite.png) no-repeat 1px 7px;
}

	@media all and (max-width: 959px){
		header nav ul li:first-child a {
			width: auto;
			text-indent: 0;
			background: transparent;
		}
	}


header nav ul > li:hover > a, header nav > ul > li.active > a {
	color: #a00000;
}

nav ul ul {
    display: none;
    position: absolute;
    width: 210px;
    padding: 15px 10px;
    background: #008da9;
    left: 50%;
    margin-left: -105px;
    top: 18px;
    float: none;
}

nav ul ul:before {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 11px solid #008da9;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    top: -11px;
    left: 50%;
    margin-left: -11px;
    z-index: 2;
}

nav ul > li > ul > li > ul {
    display: none !important;
}

header nav ul ul li {
    text-align: center;
    float: none;
    margin: 0;
    padding: 0;
}

header nav ul ul li a {
    color: #fff;
    text-transform: capitalize;
    display: block;
    margin: 0;
    padding: 10px 0;
    font-size: 1.2em;
    height: auto;
    text-transform: capitalize;
    font-weight: 400;
}

header nav ul ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

header nav ul ul li a:first-child {
    width: auto;
    text-indent: 0;
    background: transparent;
}

	@media all and (max-width: 959px){
		header nav ul ul {
			width: 100%;
			float: none;
			display: block;
			box-shadow: none;
			position: relative;
			padding: 0;
			top: 0;
			left: 0;
			margin: 0;
			z-index: 1;
			background-color: #ebebeb;
		}

		header nav ul ul li {
			padding: 0;
			margin: 0;
			border-bottom: 0px solid #fff;
			border-top: 1px solid #fff;
			text-align: left;
		}

		header nav ul ul li:first-child {
			border: 0;
		}

		header nav ul ul li a {
			padding: 5px 30px;
			font-size: 1.3em;
			color: #818285;
		}
		
		header nav ul ul li a:hover {
		    color: #a00000;
		    text-decoration: none;
		}
		
		nav ul > li > ul > li > ul {
		    display: block !important;
		}

	}

.welcome-user {
	position: absolute;
	right: 0;
	top: 0;
}

.searchForm {
	float: right;
	position: relative;
}

.searchForm button {
	width: 34px;
	height: 34px;
	margin: 30px 0 0 10px;
	background: url('../images/sprite.png') no-repeat -167px 7px;
	border-radius: 40px;
	cursor: pointer;
}

.searchForm button:hover, .searchForm button.active {
	background: url('../images/sprite.png') no-repeat -167px -21px #e41e25;
}


.searchfieldHold {
	position: absolute;
	width: 413px;
	height: 44px;
	background: #008da9;
	padding: 0 15px;
	top: 84px;
	right: 0;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.4);
	display: none;
}

	@media all and (max-width: 500px){
		.searchfieldHold {
			position: fixed;
			width: 100%;
			left: 0;
			top: 60px;
		}
	}

.searchfieldHold:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-bottom: 6px solid #008da9;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	top: -6px;
	right: 8px;
}

	@media all and (max-width: 500px){
		.searchfieldHold:before {
			right: 28px;
		}
	}

.searchfieldHold input[type="text"] {
	background: transparent;
	border: 0;
	color: #fff;
	font-family: arial, sans-serif;
	font-style: italic;
	font-size: 1.6em;
	line-height: 2.4em;
	width: 100%;
	outline: 0;
	margin: 5px 0 0 0;
}

.searchfieldHold input[type="submit"] {
	display: none;
}


.searchfieldHold input::-webkit-input-placeholder {color: #fff;}
.searchfieldHold input:-moz-placeholder {color: #fff;}
.searchfieldHold input::-moz-placeholder {color: #fff;}
.searchfieldHold input:-ms-input-placeholder {color: #fff; }


.searchForm button.active + .searchfieldHold {
	display: block;
}

.form-item-keys label {
	margin-bottom: 5px;
	font-size: 1.4em;
	display: block;
}

.form-item-keys + input[type="submit"] {
	-webkit-appearance: none;
	margin: 0;
	float: right;
}

	@media all and (max-width: 601px){
		.form-item-keys + input[type="submit"] {
			float: none;
			width: 100%;
		}
	}

.search-info {
	display: none;
}

.search-results .search-snippet-info {
	padding-left: 0 !important;
}

.search-advanced {
	display: none;
}

/* mobile */



.mobileNavTrigger {
	font-size: 1.8em;
	font-family: 'Montserrat', sans-serif;
	color: #818285;
	background: transparent;
	float: right;
	margin-top: 30px;
	cursor: pointer;
	text-transform: uppercase;
	width: 34px;
	height: 34px;
	border-radius: 40px;
	display: none;
	line-height: 1;
	background: url(../images/mobile.png) top center no-repeat;
}

	@media all and (max-width: 500px)/*, all and (orientation:landscape)*/{
		.searchForm button, .mobileNavTrigger {
			margin-top: 13px
		}
	}

	@media all and (max-width: 500px)/*, all and (orientation:landscape)*/{
		.searchForm button, .mobileNavTrigger {
			margin-top: 13px
		}
	}

.mobileNavTrigger:hover, .mobileNavTrigger.active {
	background-color: #e41e25;
	color: #fff;
	background-position: bottom center;
}

	@media all and (max-width: 959px){
		.mobileNavTrigger {
			display: block;
		}
	}

.mobileNavTrigger.active + div > ul {
	display: block;
}



footer {
	
	position: relative;
	width: 100%;
	background: #818285;
}



footer .registerWithUs {
	position: absolute;
	width: 240px;
	height: 38px;
	display: block;
	border-radius: 5px 5px 0 0;
	left: 0;
	top: -38px;
	z-index: 90;
	color: #fff;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.4em;
	line-height: 2.9em;
	box-shadow: inset 0 -3px 8px rgba(0,0,0,.2);
	background-color: #8e181b;
}

footer .registerWithUs:hover {
	background-color: #e41e25;
}


	@media all and (max-width: 700px){
		footer .registerWithUs {
			left: 50%;
			margin-left: -120px;
		}
	}

footer nav {
	height: 62px;
}

footer nav, footer .wrapper {width: 940px}

	@media all and (max-width: 959px){
		footer nav, footer .wrapper {
			width: 100%;
			padding: 0 20px;
		}
	}

	@media all and (max-width: 500px){
		footer nav, footer .wrapper {
			height: auto;
		}
	}


footer nav ul {
	float: left;
	background: transparent;
	padding-top: 20px;
	margin-top: 0;
}

footer nav ul li a {
	color: #dcdcdd;
	font-size: 1.4em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}

footer nav ul.footerNav {
	margin-right: 42px;
}

	@media all and (max-width: 939px){
		footer nav ul.footerNav {
			display: none;
		}
	}

footer nav ul.footerNav li:first-child a:before {
	content: "";
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	background: url('../images/sprite.png') no-repeat -176px -55px;
	margin: 1px 3px 0 0;
}

footer nav ul.footerNav li:first-child:hover a:before {background-position: -177px -75px;}

footer nav ul.locations:before {
	content: "";
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	background: url('../images/sprite.png') no-repeat -33px 0;
	margin-top: 3px;
}

	@media all and (max-width: 500px){
		footer nav ul.locations {
			display: none;
		}
	}

footer nav ul.locations li {
	margin-left: 8px;
}

footer nav ul.locations li a {
	color: #ebebeb;
}

footer nav ul.locations li:before {
	content: "|";
	color: #dcdcdd;
	font-size: 1.4em;
	margin-right: 6px;
	font-family: 'Montserrat', sans-serif;
}

footer nav ul.locations li:first-child:before {
	display: none;
}

footer nav ul.social {
	float: right;
}

footer nav ul.social2 {
	float: right;
}


footer nav ul.social li {
	margin: 0 0 0 8px;
}

footer nav ul.social2 li {
	margin: 0 0 0 8px;
}

	@media all and (max-width: 500px){
	
		footer nav ul.social {
			float: none;
			text-align: center;
		}
		
			footer nav ul.social2 {
			float: none;
			text-align: center;
		}
	
		footer nav ul.social li {
			float: none;
			display: inline-block;
			margin: 10px 3px; 
		}
		
		footer nav ul.social2 li {
			float: none;
			display: inline-block;
			margin: 10px 3px; 
		}
	}

footer nav ul.social li a {
	text-indent: -9999px;
	background: url('../images/sprite.png') no-repeat 0 0;
	width: 27px;
	height: 27px;
}


footer nav ul.social2 li a {
	
	text-indent:-9999px;
	background: url('../images/sprite2.png') no-repeat 0 0;
	width: 27px;
	height: 27px;
}

footer nav ul.social li.twitter a {background-position: -1px -32px;}
footer nav ul.social li.linkedin a {background-position: -34px -32px;}
footer nav ul.social li.youtube a {background-position: -66px -32px;}

footer nav ul.social li.facebook a { background:grey url('http://www.decawave.com/images/facebook_logo2_invert_grey.png') no-repeat 0 0;  }
footer nav ul.social li.facebook a:hover { background:grey url('http://www.decawave.com/images/facebook_logo2_invert_white.png') no-repeat 0 0;  }

<!------>footer nav ul.social li.facebook:hover a {background-position: -1px -69px;}

footer nav ul.social li.twitter:hover a {background-position: -1px -69px;}
footer nav ul.social li.linkedin:hover a {background-position: -34px -69px;}
footer nav ul.social li.youtube:hover a {background-position: -66px -69px;}

footer .credits {
	background: #656262;
	clear: both;
	position: relative;
	width: 100%;
	font-size: 1.2em;
	line-height: 3em;
	font-family: 'Montserrat', sans-serif;
	color: #949191;
}

footer .credits:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	clear: both;
}

footer .credits a {
	color: #949191;
}

footer a:hover {
	color: #fff;
}

footer .credits ul {
	float: left;
	text-transform: capitalize;
}


footer .credits ul li {
	float: left;
}

footer .credits ul li:before {
	content: "|";
	margin: 5px;
}

footer .credits ul li:first-child:before {
	display: none;
}

footer .daraLink {
	float: right
}

	@media all and (max-width: 650px){
		footer .credits ul, footer .daraLink {
			float: none;
			text-align: center;
		}
	
		footer .credits ul li {
			float: none;
			display: inline-block;
			margin: 5px 0 -10px 0;
		}
	

	
		footer .daraLink {
			display: block;
			text-align: center;
			margin-top: -10px
		}
	}



/* Content */


.decaWaveContent {
	margin-top: 84px;
	position: relative;
	z-index: 80;
}

	@media all and (max-width: 500px)/*, all and (orientation:landscape)*/{
		.decaWaveContent {
			margin-top: 60px;
		}
	}

/* Home Slider */

.homeSlider {
	width: auto;
	height: 373px;
	position: relative;
	padding: 0;
	margin: 0 auto;
	background: url(../images/bg.jpg) top center no-repeat #4a515a; 
	z-index: 8;
}

	@media all and (max-width: 700px){
		.homeSlider {
			height: 320px;
		}
	}

	@media all and (max-width: 500px){
		.homeSlider {
			height: 220px;
		}
	}

	@media all and (max-width: 441px){
		.homeSlider {
			height: 400px;
		}
	}



.homeSlider section.pattern {
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(../images/pattern.png);

}

.homeSlider nav {
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -34px;
}


	@media all and (max-width: 959px){
		.homeSlider nav {
			display: none;
		}
	}

.homeSlider nav a {
	position: absolute;
	display: block;
	height: 68px;
	width: 50px;
	background: url(../images/sprite.png) no-repeat 0 0;
	z-index: 101;
	text-indent: -9999px;
	top: 50%;
	
}

.homeSlider nav a:hover {
	opacity: .7;
}

.homeSlider nav a.prev{
	background-position: -10px -97px;
	left: 50px;
}

.homeSlider nav a.next {
	background-position: -142px -97px;
	right: 50px;
}

#block-views-front-page-slider-block-2 {
	overflow: hidden;
	height: 100%;
}



.homeSlider figure {
	position: relative;
	height: 100%;
	width: 100%;
	display: block;
	z-index: 400;
	
}

	@media all and (max-width: 959px){
		.homeSlider figure {
			left: auto;
			right: 20px;
			margin: 0 10px 0 0;
			width: 100%;
		}
	}




.homeSlider figure article {
	height: 100%;
	display: table;
	width: 960px;
	margin: 0 auto;
	color: #fff;
	position: relative;
	z-index: 101;
}

.homeSlider figure .newsImageWrap + article {
	padding-left: 370px;
}

	@media all and (max-width: 959px){
		.homeSlider figure article {
			width: 100%;
			padding: 0 20px;
		}

		.homeSlider figure .newsImageWrap + article {
			padding-left: 20px;
		}
	}

.homeSlider figure article section {
	display: table-row;
}

	@media all and (max-width: 441px){
		.homeSlider figure article section {
			display: table-cell;
			vertical-align: middle;
			text-align: center;
		}
	}

.homeSlider figure article section .imageCell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 40%;
}

.sliderPager {
	margin: 0px;
	text-align: center;
}

.sliderPager span {
	display: inline-block;
	font-size: 4em;
	margin: 0 3px;
	cursor: pointer;
}

.sliderPager span.cycle-pager-active {
	color: #2fa0b6;
}


.newsImageWrap {
	display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.ratio {
    padding-top: 100%; 
}
.newsImageOverlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#66000000', endColorstr='#66000000');
	z-index: 99;
}

.imageElement {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 88;
}

	

@media all and (max-width: 441px){
		.homeSlider figure article section .imageCell {
			display: block;
			position: relative;
			width: 100%;
			padding: 0 20px;
			height: auto;
			text-align: center;
		}

		.homeSlider figure article section .contentCell {
			width: 100%;
			padding: 0;
			text-align: center;
			display: block;
		}
	}


.imageElement img {
	position: absolute;
	/*min-width: 100%;
	min-height: 120%;*/
}


.homeSlider figure article section .contentCell {
	display: table-cell;
	vertical-align: middle;
	padding-left: 30px;
}

	@media all and (max-width: 700px){
		.homeSlider figure article section .imageCell {
			width: 40%;
		}

		.homeSlider figure article section .contentCell {
			width: 60%;
		}

		.homeSlider figure article section .imageCell img {
			width: 100%;
			height: auto;
		}
	}

	@media all and (max-width: 600px){
		.homeSlider figure article section .contentCell {
			width: 100%;
			height: auto;
		}
	}

	@media all and (max-width: 441px){
		.homeSlider figure article section .imageCell {
			display: block;
			position: relative;
			width: 100%;
			padding: 0 20px;
			height: auto;
			text-align: center;
		}

		.homeSlider figure article section .contentCell {
			width: 100%;
			padding: 0;
			text-align: center;
			display: block;
		}
	}

	@media all and (max-width: 700px){
		.homeSlider figure article section .imageCell img {
			width: 95%;
			height: auto;
		}
	}

	@media all and (max-width: 600px){
		.homeSlider figure article section .imageCell img {
			width: 90%;
			height: auto;
		}
	}

	@media all and (max-width: 440px){
		.homeSlider figure article section .imageCell img {
			width: 80%;
			height: auto;
		}
	}

	@media all and (max-width: 380px){
		.homeSlider figure article section .imageCell img {
			width: 90%;
			height: auto;
		}
	}

	


.homeSlider figure article h2 {
	color: #fff;
	line-height: 1em;
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 3em
}

	@media all and (max-width: 700px){
		.homeSlider figure article h2 {
			font-size: 2.5em;
		}
	}

	@media all and (max-width: 500px){
		.homeSlider figure article h2 {
			font-size: 2em;
		}
	}



.homeSlider figure article p {
	line-height: 1.6em;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.8em;
	margin-bottom: 40px;
}

	@media all and (max-width: 650px){
		.homeSlider figure article p {
			margin-bottom: 20px;
			font-size: 1.5em;
		}
	}

	@media all and (max-width: 500px){
		.homeSlider figure article p {
			display: none;
		}
	}

.homeSlider ol li {
	display: inline-block;
	margin-right: 5px;
}

	@media all and (max-width: 441px){
		.homeSlider ol li {
			display: inline-block;
			margin: 0;
		}

		.homeSlider figure article li.first + li.last {
			margin-left: -3px;
		}
	}

.homeSlider figure article li.first a {
	font-size: 1.8em;
	text-transform: capitalize;
	color: #fff;
	width: 220px;
	height: 38px;
	border-radius: 6px;
	display: inline-block;
	text-align: center;
	line-height: 2.2em;
	font-family: 'Montserrat', sans-serif;
	background-color: #e41e25;
	margin-bottom: 5px;
}


.homeSlider figure article li.first a:hover {
	background-color: #a00000;
}

.homeSlider figure article li.first + li.last a {
	font-size: 1.8em;
	text-transform: capitalize;
	color: #fff;
	width: 220px;
	height: 38px;
	border-radius: 6px;
	display: inline-block;
	text-align: center;
	line-height: 2.2em;
	font-family: 'Montserrat', sans-serif;
	background-color: #555;
	margin-bottom: 5px;
}


.homeSlider figure article li.first + li.last a:hover {
	background-color: #3c444f;
}

.homeSlider figure article li.first + li.last a:before {
	content: "";
	width: 19px;
	height: 19px;
	display: inline-block;
	background: url(../images/sprite.png) no-repeat  -64px 0;
	vertical-align: middle;
	margin: -4px 5px 0 0;
}






/* Highlight */

.highlight {
	text-align: center;
	margin-bottom: 30px;
	padding-top: 20px;
}

.highlight p span {
	text-decoration: underline;
}

.highlight p {
	font-size: 2em;
	line-height: 1.5em;
	color: #818285;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	padding: 30px;
}

	@media all and (max-width: 600px){
		.highlight p {
			font-size: 1.6em;
		}
	}

.highlight .button.blue {
	margin-right: 5px;
}

.highlight .button.mobileButton {
	display: none;
}

	@media all and (max-width: 550px){
		.highlight .button {
			display: block;
			margin: 0 auto 10px auto;
			position:relative
		}
	
		.highlight .button.blue {
			margin: 0 auto 10px auto;
		}
	}

	@media all and (max-width: 500px){
		.highlight .button {
			width: 220px;
		}

		.highlight .button.mobileButton {
			display: block;
		}


	}



/* Features */

.features {
	padding: 30px 0 50px;
	color: #b3dde5;
	font-family: 'Montserrat', sans-serif;
	background-color: #008da9;
	text-align: left;
}

.page-products-overview .features {
	padding-bottom: 70px;
}

.features:after {
	content: "";
	width: 0;
	height: 0;
	display: block;
	clear: both;
}

.features h2 {
	color: #fff;
	text-align: center;
}

.features h2:after {
	content: "";
	width: 50px;
	height: 0;
	border-bottom: 1px solid #fff;
	display: block;
	position: relative;
	margin: 10px auto;
}

.features figure {
	display: inline-block;
	width: 25%;
	margin: 0 -3px 15px 0;
	text-align: center;
	vertical-align: top;
}

	@media all and (max-width: 900px){
		.features figure {
			width: 33.334%;
		}
	}

	@media all and (max-width: 700px){
		.features figure {
			width: 50%;
		}
	}

	@media all and (max-width: 500px){
		.features figure {
			width: 100%;
		}
	}


.page-products-overview .features figure {
	width: 50%;
	text-align: left;
	padding-right: 20px;
	margin-bottom: 10px;
}

@media all and (max-width: 900px){
		.page-products-overview .features figure {
			width: 50%;
		}
	}

	@media all and (max-width: 750px){
		.page-products-overview .features figure {
			width: 100%;
		}
	}


.features figure figcaption {
	text-transform: capitalize;
	font-size: 1.8em;
	font-weight: 700;
	margin-bottom: 7px;
}

.features figure p {
	font-size: 1.4em;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.2em;
}

.page-products-overview figure section {
	height: 100%;
}

.page-products-overview figure p {
	margin-left: 75px;
}

.page-products-overview .features img {
	float: left;
	margin-right: 15px;
}




/* Markets */

.markets {
	text-align: center;
	margin-top: 10px;
	position: relative;
	margin-bottom: 50px;
}

	@media all and (max-width: 959px){
		.markets {
			padding-right: 30px;
		}
	}

.markets h2 {
	text-transform: capitalize;
	color: #555;
}

.markets h2:after {
	content: "";
	width: 50px;
	height: 0;
	border-bottom: 1px solid #555;
	display: block;
	position: relative;
	margin: 10px auto;
}

.markets nav {
	position: absolute;
	bottom: 0;
	width: 100%;
}

	@media all and (max-width: 979px){
		.markets nav {
			display: none;
		}
	}

.markets nav a {
	display: block;
	width: 25px;
	height: 135px;
	background-color: #ebebeb;
	position: absolute;
	bottom: 32px;
	text-indent: -9999px;
	z-index: 999;
}

.markets nav a.next {
	right: -15px;
}

.markets nav a.next:before {
	content: "";
	position: absolute;
	display: block;
	width: 21px;
	height: 18px;
	background: url(../images/sprite.png) no-repeat -39px -179px;
	top: 50%;
	margin-top: -9px;
	right: 0;
}

.markets nav a.prev {
	left: -15px;
}

.markets nav a.prev:before {
	content: "";
	position: absolute;
	display: block;
	width: 21px;
	height: 18px;
	background: url(../images/sprite.png) no-repeat 0 -179px;
	top: 50%;
	margin-top: -9px;
	left: 0;
}

.markets .pager {
	margin-top: 20px;
	height: 12px;
}

.markets .pager span {
	display: inline-block;
	text-indent: -9999px;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	background-color: #abacae;
	margin: 0 3px;
}

.markets .pager span.cycle-pager-active {
	background-color: #e41e25;
}

.markets .carouselHolder article {
	position: relative !important;
	width: 220px;
	height: 135px;
	margin: 0 10px;
}

.markets article h3 {
	font-size: 100%;
	display: table;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 220px;
	height: 135px;
}

.markets article h3 a {
	position: relative;
	width: 220px;
	height: 135px;
	color: #fff;
	background-color: rgba(0,0,0,.4);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#66000000', endColorstr='#66000000');
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	z-index: 10;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 1.6em;
	font-weight: 700;
	left: 0;
	top: 0;
	white-space: normal; 
}

.markets .carouselHolder article a:hover{
	background-color: rgba(0,0,0,.6);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000');
}

.markets .carouselHolder article img{
	position: absolute;
	z-index: 8;
	top: 0;
	left: 0;
}


/* Markets Landing */


.page-markets .decaWaveContent .wrapper {
	padding: 70px 0 120px 0;
	text-align: center;
}

.page-search .decaWaveContent .wrapper {
	padding: 70px 0 80px 0;
}

.page-markets aside, .page-search aside {
	display: none;
}

.page-markets .rightColumn, .page-search .rightColumn {
	float: none;
	width: 100%;
	margin-top: 0;
}

.page-markets .wrapper article {
	position: relative;
	width: 299px;
	height: 183px;
	margin: 10px 7px;
	display: inline-block;
}

.page-markets .wrapper article h3 {
	font-size: 100%;
}

.page-markets .wrapper article h3 a {
	position: relative;
	width: 299px;
	height: 183px;
	color: #fff;
	background-color: rgba(0,0,0,.4);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#66000000', endColorstr='#66000000');
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	z-index: 10;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 1.6em;
	font-weight: 700;
	left: 0;
	top: 0;
	white-space: normal; 
}

.page-markets .wrapper article h3 a:hover {
	background-color: rgba(0,0,0,.6);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000');
}

.page-markets .wrapper article a img {
	position: absolute;
	z-index: 8;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}


.node-type-markets .featureWrap {
	background: transparent;
	height: 280px;
	overflow: hidden;
}

	@media all and (max-width: 700px){
		.node-type-markets .featureWrap {
			background: transparent;
			height: 230px;
		}

	}

	@media all and (max-width: 500px){
		.node-type-markets .featureWrap {
			background: transparent;
			height: 180px;
		}

	}



.node-type-markets .featureWrap article {
	width: 100%;
	height: 100%;
	position: relative;
	display: table;
}

	@media all and (max-width: 959px){
		.node-type-markets .featureWrap article {
			width: 100%;
			display: table;
			height: 100%;
			padding: 0;
		}

	}


	@media all and (max-width: 750px){
		.node-type-markets .featureWrap article {
			padding: 0;
		}

	}


	@media all and (max-width: 610px){
		.node-type-markets .featureWrap article {
			text-align: center;
			padding: 0;
		}
	}

.node-type-markets .featureWrap div {
	
	width: 100%;
	height: 100%;
}

.node-type-markets .featureWrap article h3 {
	width: 100%;
	height: 100%;
	position: relative;
	color: #fff;
	background-color: rgba(0,0,0,.4);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#66000000', endColorstr='#66000000');
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	z-index: 10;
	font-family: 'Montserrat', sans-serif;
	text-transform: capitalize;
	font-size: 3.5em;
	font-weight: 300;
	left: 0;
	top: 0;
	white-space: normal; 
}

	@media all and (max-width: 700px){
		.node-type-markets .featureWrap article h3 {
			font-size: 2.8em;
		}

	}

	@media all and (max-width: 500px){
		.node-type-markets .featureWrap article h3 {
			font-size: 2.4em;
		}

	}

.node-type-markets .featureWrap article figure {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.node-type-markets .featureWrap article figure img {
	position: absolute;
}


.node-type-markets .page__title {
	display: none;
}




/* News */

.decaWaveNews {
	background: #fff;
	padding: 40px 0 80px 0;
	position: relative;
	z-index: 40;
}


.decaWaveNews:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	clear: both;
}

.decaWaveNews article {
	width: 300px;
	height: 150px;
	float: left;
	margin: 10px;
	background-color: #ebebeb;
	padding: 20px;
	position: relative;
	z-index: 10;
}

	@media all and (max-width: 979px){
		.decaWaveNews article:first-child, .decaWaveNews article:nth-child(2) {
			width: 48%;
			margin: 10px 1%;
		}
		
		.decaWaveNews article:nth-child(3) {
			width: 98%;
			margin: 10px 1%;
		}
	}

	@media all and (max-width: 700px){
		.decaWaveNews article {
			width: 98% !important;
			height: auto;
		}
	}

.decaWaveNews article:after {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-left: 22px solid transparent;
	border-right: 22px solid transparent;
	border-top: 22px solid #d9d9d9;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 1px;
	top: 12px;
	z-index: 12;

}

.decaWaveNews article:before {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	display: block;
	background-color: #fff;
	right: 0px;
	top: 0px;
	z-index: 11;
}

.decaWaveNews article:hover time, .decaWaveNews article:hover h2, .decaWaveNews article:hover a  {
	color: #fff;
}

.decaWaveNews article:hover {
	background-color: #8e181b;
}

.decaWaveNews article:hover:after {
	border-top: 22px solid #6b1214;
}

.ie8 .decaWaveNews article:after, .ie8 .decaWaveNews article:before {
	display: none;
}

.decaWaveNews article time {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: 700;
	color: #818285;
	margin-bottom: 10px;
	display: block;
}

.decaWaveNews article h2 {
	font-size: 100%;
	line-height: 100%;
	margin-bottom: 20px;
}

.decaWaveNews article h2 a {
	line-height: 1.2em;
	color: #8e181b;
	font-size: 1.8em;
}

.decaWaveNews article > a {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: 300;
	color: #e41e25;
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.decaWaveNews article > a:before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-right: 5px;
	background: url(../images/sprite.png) no-repeat -126px 0;
	vertical-align: bottom;
}

.decaWaveNews .wrapper a.seeAll {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	float: right;
	margin: 10px 10px 0 0;
	font-size: 1.4em;
	color: #818285;
}

	@media all and (max-width: 700px){
		.decaWaveNews .wrapper a.seeAll {
			float: none;
			display: block;
			text-align: center;
		}
	}


/* Aside */

aside {
	margin-top: 70px;
	float: left;
	margin-bottom: 100px;
}

	@media all and (max-width: 959px){
		aside {
			display: none;
		}
	}

aside h2 {
	color: #8e181b;
	font-size: 1.6em;
	font-weight: 700;
	margin-bottom: 12px;
	text-transform: uppercase;
}

aside ul li a {
	color: #585958;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.4em;
	display: block;
	margin-bottom: 20px;
}

aside ul li a:hover, aside ul li.active > a {
	color: #e41e25;
}

aside ul li li {
	padding-left: 15px;
}

aside ul ul {
	display: none;
}

aside ul li.active ul {
	display: block;
}
/* Right Column */

.rightColumn {
	margin-top: 70px;
	float: right;
	width: 630px;
	margin-bottom: 70px;
}

	@media all and (max-width: 959px){
		.rightColumn {
			float: none;
			display: block;
			width: 100%;
			margin: 0 0 70px 0;
			padding-top: 50px;
		}
	}

.rightColumn > span {
	display: block;
	text-align: center;
	margin-top: 20px;
}

.rightColumn > span a:first-child {
	margin-right: 10px;
}

.rightColumn .field-name-field-image {
	margin-bottom: 30px;
}

.rightColumn .field-name-field-image img {
	width: 100%;
	height: auto;
}


/* Register Form */

.registerWrap {
	padding: 60px 20px;
	background-color: #3c444f;
}

.registerWrap h1 {
	color: #fff;
	text-align: center;
}

.registerWrap h2 {
	text-align: center;

}

.registerWrap form {
	padding: 70px 115px;
	background-color: #fff;
	max-width: 630px;
	position: relative;
	margin: 30px auto 0;
}

	@media all and (max-width: 700px){
		.registerWrap form {
			padding: 50px;
		}
	}

	@media all and (max-width: 500px){
		.registerWrap form {
			padding: 20px;
		}

		.registerWrap h2 {
			font-size: 1.8em;
			line-height: 1.3;
		}
	}

.messages.error {
	padding: 30px 115px;
	background-color: #f5704d;
	max-width: 630px;
	position: relative;
	margin: 30px auto 0;
	color: #fff;
}

.section-contact .messages.error {
	margin: 0 auto 30px;
	padding: 30px;
}

.section-user .messages.error {
	margin-bottom: -30px;
}

	@media all and (max-width: 700px){
		.messages.error {
			padding: 50px;
		}
	}

	@media all and (max-width: 500px){
		.messages.error {
			padding: 40px;
		}
	}

.messages.error li {
	font-size: 1.4em;
	padding: 5px 0;
}

input.error[type="text"],
input.error[type="password"], 
textarea.error {
	border: 1px solid #f5704d;
}

.messages.error li:first-child {
	border: none;
}

form label {
	display: none;
	font-size: 1.2em;
	margin-bottom: 5px;
}

form input[type="text"],
form input[type="password"] {
	height: 38px;
	width: 100%;
	border: 1px solid #bfc5ca;
	margin-bottom: 10px;
	padding: 0 10px;
	font-family: arial, sans-serif;
}

form input[type="submit"] {
	-webkit-appearance: none;
	font-size: 1.4em;
	text-transform: uppercase;
	color: #fff;
	width: 220px;
	height: 38px;
	border-radius: 6px;
	display: block;
	text-align: center;
	line-height: 2.2em;
	font-family: 'Montserrat', sans-serif;
	background-color: #008da9;
	border: 0;
	margin: 20px auto 0;
	position: relative;
}

	@media all and (max-width: 500px){
		.registerWrap form input[type="submit"] {
			width: 100%;
		}
	}

.description {
	font-size: 1.2em;
	margin: 0 0 20px 0;
	display: none;
	padding: 10px;
	background-color: #f2f2f3;
	border-radius: 4px;
	font-size: 1.2em;
	line-height: 1.3em;
	color: #999;
	position: relative;
}

.description:before {
	content: "";
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	border-bottom: 10px solid #f2f2f3;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	top: -9px;
	left: 20px;
}

input:focus + .description {
	display: block;
}

.description.displayit {
	display: block;
}

a.backtoResources {
	text-align: center;
	color: #818285;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.4em;
	line-height: 1em;
	display: block;
	text-transform: uppercase;
	margin-top: 30px;
}

body.page-user-register .registerWithUs {
	display: none;
}


/* Awards */

article.award {
	display: table;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
	margin-bottom: 20px;
	width: 100%;
	min-height: 150px;
}

	@media all and (max-width: 600px){
		article.award {
			display: block;

		}
	}

article.award section, article.award figure {
	display: table-cell;
	width: 50%;
	height: 100%;
	vertical-align: middle;
}


	@media all and (max-width: 600px){
		article.award section, article.award figure {
			display: block;
			width: 100%;
			height: auto;
			padding: 20px 60px;
		}
	}

	@media all and (max-width: 400px){
		article.award section, article.award figure {
			display: block;
			width: 100%;
			height: auto;
			padding: 20px;
		}
	}


article.award section {
	background-color: #fff;
	text-align: center;
	padding: 20px;
}

article.award section img {
	max-width: 100%;
	max-height: 100%;
}

article.award figure {
	background-color: #f2f2f3;
	padding: 20px 60px;
	text-align: left;
}

article.award h4, article.award p {
	color: #3c444f;
}

.decaWaveContent article.award p {
	margin: 0;
}


article.award ul, article.award ul li {
	border: 0;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1.6em;
}

/* Resources */

.whiteBg {
	background-color: #fff;
}

	@media all and (max-width: 959px){
		.whiteBg {
			padding-bottom: 70px;
		}

		.section-contact .whiteBg {
			padding-bottom: 0;
			margin-bottom: -70px;
		}

	}



.page-resources .featureWrap, .page-videos .featureWrap {
	text-align: center;
	color: #fff;
}

.field-name-field-video-description {
	margin: 20px 0;
	font-size: 1.6em;
	line-height: 1.3em;
}

.page-resources .featureWrap h2, .page-videos .featureWrap h2 {
	color: #fff;
	font-size: 4em;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 5px;
}

.page-resources .featureWrap p, .page-videos .featureWrap p {
	color: #fff;
	font-size: 1.8em;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.8em;
}

	@media all and (max-width: 500px){
		.page-resources .featureWrap p, .page-videos .featureWrap p {
			font-size: 1.4em;
			line-height: 1.4em;
		}
	}

.page-resources .featureWrap ol, .page-videos .featureWrap ol {
	margin-top: 10px;
}

.page-resources .featureWrap li, .page-videos .featureWrap li {
	display: inline-block;
	margin: 0 5px 5px 5px;
}

.page-resources .featureWrap li a, .page-videos .featureWrap li a {
	text-transform: uppercase;
	font-size: 1.4em;
	line-height: 2.8em;
}

.page-resources .featureWrap li.first a, .page-videos .featureWrap li.first a {
	background-color: #008da9;
}

.page-resources .featureWrap li.first a:hover, .page-videos .featureWrap li.first a:hover {background-color: #2fa0b6;}

.page-resources .featureWrap li.last a, .page-videos .featureWrap li.last a {
	background-color: transparent;
	border: 1px solid #fff;
}

.page-resources .featureWrap li.last a:hover, .page-videos .featureWrap li.last a:hover {background-color: #818285;}

.page-resources .featureWrap li a:before, .page-videos .featureWrap li a:before {
	display: none;
}

h4.field-content {
	color: #8e181b;
	font-size: 1.8em;
	font-weight: 700;
	margin-bottom: 0;
	border-bottom: 1px solid #8e181b;
	padding-bottom: 15px;
	text-transform: capitalize;
}

.item-list {
	margin-bottom: 20px;
}

.item-list ul li {
	font-size: 1.4em;
	line-height: 1.45em;
	color: #818285;
	border-bottom: 1px solid #c0c0c2;
	padding: 20px 150px 20px 0;
	position: relative;
}

	@media all and (max-width: 600px){
		.item-list ul li {
			padding: 20px 0;
		}
	}

.item-list ul li .file-icon, .item-list ul li .file-size {
	display: none;
}

.item-list ul li .file a {
	display: block;
	font-size: 1em;
	text-transform: uppercase;
	width: 133px;
	height: 38px;
	border-radius: 6px;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	right: 0px;
	text-align: center;
	line-height: 2.8em;
	font-family: 'Montserrat', sans-serif;
	text-indent: -9999px;
}

	@media all and (max-width: 600px){
		.item-list ul li .file a {
			position: relative;
			margin-top: 5px;
			top: auto;
			right: auto;
		}
	}

.item-list ul li .file a:after {
	content: "download";
	text-align: center;
	line-height: 2.8em;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	display: block; 
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: 0px;
	color: #fff;
}


.item-list ul li .file a:hover {
	background-color: #e41e25;
	color: #fff;
}

.item-list ul li .file a:hover:after {
	color: #fff;
}

.videoWrap {
	text-align: center;
	margin-top: 10px;
	position: relative;
	margin-bottom: 50px;
}

.videoWrap h2 {
	text-transform: capitalize;
	color: #555;
}

.videoWrap h2:after {
	content: "";
	width: 50px;
	height: 0;
	border-bottom: 1px solid #555;
	display: block;
	position: relative;
	margin: 10px auto;
}

.videoWrap figure {
	display: inline-block;
	margin: 0 5px;
	width: 220px;
	vertical-align: top;
}

	@media all and (max-width: 500px){
		.videoWrap figure {
			width: 100%;
		}
	}



video {
	background-color: #818285;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
	width: 220px;
	height: 150px;
}

.rightColumn .video {
	display: block;
	margin-bottom: 50px;
	width: 100%;
}

.rightColumn .video a {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

.rightColumn .video article {
	width: 50%;
	display: inline-block;
	padding-left: 50px;
	margin-left: -3px;
	vertical-align: top;
}

	@media all and (max-width: 650px){
		.rightColumn .video a {
			width: 45%;
		}

		.rightColumn .video article {
			width: 55%;
			padding-left: 30px;
		}
	}

	@media all and (max-width: 500px){
		.rightColumn .video a {
			width: 100%;
			display: block;
		}

		.rightColumn .video article {
			width: 100%;
			display: block;
			padding: 10px 0 0;
			margin: 0;
		}
	}

	.rightColumn .video article h3 {
		line-height: 1.3;
	}

	.rightColumn .video article div {
		font-family: Arial, sans-serif;
		font-size: 1.4em;
		color: #555555;
		line-height: 1.6em;
	}


/* user account */

.tabs.primary {
	text-align: center;
	margin-top: 30px;
}

.tabs.primary li {
	display: inline-block;
	text-align: center;
	margin: 2px 8px;
}

.tabs.primary a {
	text-align: center;
	color: #818285;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.4em;
	line-height: 1em;
	text-transform: uppercase;
	
}

.tabs.primary a:hover {
	color: #fff;
}


/* Contact form */

.contactDetails, .contactFormWrap {
	float: right;
	width: 230px;
}




.contactDetails .frame, .contactDetails .distributors {
	width: 230px;
	padding: 36px 24px;
	border: 1px solid #ebedee;
	border-radius: 8px;
}

.contactDetails .distributors {
	margin-top: 10px;
}


	@media all and (max-width: 959px){
		.contactDetails {
			position: absolute; 
			top: 50px;
			right: 20px;
			float: none;
		}

	}

	@media all and (max-width: 620px){
		.contactDetails {
			position: relative; 
			top: 0px;
			right: 0;
			width: 100%;
			margin-bottom: 30px;
			padding: 20px;
		}

		.contactDetails .frame, .contactDetails .distributors {
			width: 100%;
			clear: both;
		}

		.distributors article {
			width: 50%;
		}
	}

.contactDetails h2 {
	color: #8e181b;
	font-size: 1.5em;
	margin-bottom: 20px;
}


.contactDetails h3 {
	font-family: arial, sans-serif;
	font-size: 1.4em;
	color: #585958;
	font-weight: 700;
}

.contactDetails p, .contactDetails .node > .field {
	font-size: 1.4em;
	color: #585958;
	line-height: 1.5em;
}

.contactDetails strong {
	margin: 35px 0 6px;
	font-size: 1.4em;
	font-weight: 700;
	display: block;
}

	@media all and (max-width: 620px){
		.contactDetails strong {
			margin-top: 15px;
		}
	}



.contactDetails span {
	font-size: 1.4em;
}

.contactDetails a {
	font-size: 1.4em;
}

.contactFormWrap {
	width: 360px;
	margin-right: 40px;
}

	
	@media all and (max-width: 959px){
		.contactFormWrap {
			width: 100%;
			padding-right: 250px;
			float: none;
			padding-bottom: 70px;
		}
	}

	@media all and (max-width: 620px){
		.contactFormWrap {
			width: 100%;
			padding-right: 0;
		}
	}




.contactFormWrap input[type="submit"] {
	-webkit-appearance: none;
	float: right;
	width: 120px;
	cursor: pointer;
}

	@media all and (max-width: 620px){
		.contactFormWrap input[type="submit"] {
			width: 100%;
		}
	}

.contactFormWrap h2 {
	color: #8e181b;
}

.mapWrapper {
	height: 250px;
	overflow: hidden;
}

	@media all and (max-width: 500px){
		.mapWrapper {
			height: 180px;
		}
	}



/* product pages */

div.horizontal-tabs {
	border: 0;
	margin-bottom: 30px;
}

ul.horizontal-tabs-list {
	background-color: transparent;
	border-bottom: 1px solid #cdcdce;
	height: 47px;
	text-align: center;
	margin-top: 70px;
}

	@media all and (max-width: 959px){
		ul.horizontal-tabs-list {
			text-align: left;
			border: 0;
		}
	}

ul.horizontal-tabs-list li {
	display: inline-block;
	height: 100%;
	width: 185px;
	margin: 0 -1px;
	background-color: #a7a7a9;
	position: relative;
	text-align: center;

}

	@media all and (max-width: 959px){
		ul.horizontal-tabs-list li {
			width: 50%;
			margin: 0;
		}
	}

ul.horizontal-tabs-list li.selected {
	background-color: #008da9;
}

ul.horizontal-tabs-list li.selected:before {
	content: "";
	width: 0;
	height: 0;
	display: block;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 11px solid #008da9;
	position: absolute;
	bottom: -11px;
	left: 50%;
	margin-left: -12px;
}


ul.horizontal-tabs-list li a {
	display: block;
	height: 100%;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.8em;
	line-height: 2.8em;
	text-transform: uppercase;
}

	@media all and (max-width: 500px){
		ul.horizontal-tabs-list li a {
			font-size: 1.4em;
			line-height: 3.4em;
		}
	}

ul.horizontal-tabs-list li strong {
	font-weight: 300;
}

.horizontal-tab-hidden {
	display: none;
}

.horizontal-tabs-panes {
	padding: 45px 0 0;
	margin-bottom: 25px;
}

.horizontal-tabs-panes legend {
	display: none;
}

.field-type-field-collection {
	margin-bottom: 20px;
	font-size: 1.4em;
	line-height: 1.4em;
	padding-left: 50px;
	position: relative;
}

.field-type-field-collection:before {
	content: "";
	width: 35px;
	height: 35px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/sprite.png) no-repeat -166px -166px;
}



.field-name-field-benefit-title,
.field-name-field-feature-title {
	font-weight: 700;
}

.field .file a {
	display: inline-block;
	font-size: 1.4em;
	text-transform: uppercase;
	color: #fff;
	width: auto;
	height: 38px;
	padding: 0 20px;
	border-radius: 6px;
	text-align: center;
	line-height: 2.8em;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	margin: 0 5px 0 0;
	background-color: #8e181b;
}

	@media all and (max-width: 600px){
		.field .file a {
			position: relative;
			margin-top: 5px;
			top: auto;
			right: auto;
		}
	}

.field .file a:hover {
	background-color: #e41e25;
	color: #fff;
}

.field .file img, .field .file span {
	display: none;
}

.featureWrapBG {
	background: url(../images/bg.jpg) top center no-repeat #4a515a; 
	max-width: 100%;
	position:  relative;
	margin: 0 auto;
}

.featureWrapBG h2.headerDesc {
	color: #fff;
}

.featureWrap {
	background: url(../images/pattern.png) ;
	border-bottom: 1px solid #f2f2f2;
	width: 100%;
	margin: 0 auto;
}

.featureWrap .wrapper {
	height: 100%;
}

.featureWrap article {
	width: 960px;
	height: 256px;
	display: table-cell;
	vertical-align: middle;
}


	@media all and (max-width: 959px){
		.featureWrap article {
			width: 100%;
			display: block;
			height: auto;
			padding: 30px 0 30px 28%;
		}

		.page-resources .featureWrap article, .page-videos .featureWrap article {
			padding: 30px 0;
		}

		.page-products-overview .featureWrap article {
			padding: 30px 0 30px 43%;
		}

	}

	@media all and (max-width: 830px){
		.featureWrap article h2 {
			line-height: 1.5em;
			font-size: 1.6em;
			margin-top: 10px;
		}
		.field-name-field-header-description {
			font-size: 1.8em;
			line-height: 1.3em;
		}
	}

	@media all and (max-width: 750px){
		.featureWrap article {
			padding: 30px 0 30px 43%;
		}

	}


	@media all and (max-width: 610px){
		.featureWrap article {
			text-align: center;
			padding: 20px 0;
		}

		.page-products-overview .featureWrap article {
			padding: 20px 0;
		}


		
	}


.headerImage {
	float: left;
	margin-right: 30px
}

.page-products-overview .headerImage {
	margin-bottom: -48px;
}


	@media all and (max-width: 959px){
		.headerImage {
			position: absolute;
			left: 10px;
			top: 50px;
			width: 25%;
		} 

		.page-products-overview .headerImage {
			top: auto;
			bottom: 0;
			margin-bottom: -2px;
			width: 40%;
		}

		.headerImage img {
			width: 100%;
			height: auto;
		} 

	}

	@media all and (max-width: 750px){
		.headerImage {
			width: 40%;
		} 

		.headerImage img {
			width: 100%;
			height: auto;
		} 

	}

	@media all and (max-width: 610px){
		.headerImage {
			float: none;
			position: relative;
			margin: 0 auto 20px;
			width: 50%;
			top: auto;
			left: auto;
		}

		.page-products-overview .headerImage {
			margin-bottom: 0;
		}

	}

	@media all and (max-width: 410px){
		.headerImage img {
			width: 90%;
			height: auto;
		}

	}


.headerTitle {
	margin-top: 30px;
}

	@media all and (max-width: 830px){
		h1.headerTitle {
			margin: 0px;
		}

	}

	@media all and (max-width: 610px){
		h1.headerTitle {
			font-size: 3em;
		}

	}


.featureWrap article h2 {
	line-height: 1.5em;
}

#flexslider_views_slideshow_main_front_page_slider-block_2 article li {
	display: inline-block;
}

	@media all and (max-width: 830px){
		#flexslider_views_slideshow_main_front_page_slider-block_2 article li {
			display: block;
		}
	}

#flexslider_views_slideshow_main_front_page_slider-block_2 article li.first {
	margin-right: 5px;
}


/*.featureWrap article a {
	margin-bottom: 10px;
}



.featureWrap article a, #flexslider_views_slideshow_main_front_page_slider-block_2 article li.first + li.last a {
	font-size: 1.8em;
	text-transform: capitalize;
	color: #fff;
	width: 220px;
	height: 38px;
	border-radius: 6px;
	display: inline-block;
	text-align: center;
	line-height: 2.2em;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	background-color: #555555;
	margin-right: 5px;
}

.featureWrap article a:hover, #flexslider_views_slideshow_main_front_page_slider-block_2 article li.first + li.last a:hover {
	background-color: #818285;
}



.featureWrap article a[rel="lightvideo"] {
	font-size: 1.4em;
	text-transform: uppercase;
	color: #fff;
	width: 220px;
	height: 38px;
	border-radius: 6px;
	display: inline-block;
	text-align: center;
	line-height: 2.8em;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	background-color: #008da9;
	vertical-align: top;
}

.featureWrap article a[rel="lightvideo"]:hover {
	background-color: #2fa0b6;
}

	@media all and (max-width: 500px){
		.featureWrap article a {
			width: 220px;
			font-size: 1.5em;
			line-height: 2.5em;
		}
	}

.featureWrap article a:before, #flexslider_views_slideshow_main_front_page_slider-block_2 article li.first + li.last a:before {
	content: "";
	width: 19px;
	height: 19px;
	display: inline-block;
	background: url(../images/sprite.png) no-repeat  -64px 0;
	vertical-align: middle;
	margin: -4px 5px 0 0;
}

.featureWrap article a[rel="lightvideo"]:before {
	content: "";
	width: 23px;
	height: 23px;
	display: inline-block;
	background: url(../images/sprite.png) no-repeat  -94px 0;
	vertical-align: middle;
	margin: -3px 5px 0 0;
}
*/



/* Featured product */

.page-products-overview .whiteBg h2 {
	padding: 20px 0 20px 0;

	background: #fff;
	font-size: 2em;
	position: relative;  
	text-align: center;
	z-index: 10;

}

.page-products-overview .whiteBg h2:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: #fff;
	display: block;
	top: 0;
	left: 0;
	z-index: -1;
}

.page-products-overview .whiteBg h2:before {
	content:"";
    position:absolute; 
    z-index: -1;
    -webkit-box-shadow:0 0 40px rgba(0,0,0,0.4);
    -moz-box-shadow:0 0 40px rgba(0,0,0,0.4);
    box-shadow:0 0 40px rgba(0,0,0,0.4);
    bottom: 0;
    left: 2%;
    width: 96%;
    height: 30px;
    border-radius: 50%;

} 

	@media all and (max-width: 500px){
		.page-products-overview .whiteBg h2:before {
			width: 90%;
			left: 5%;
		}
	}



.page-products-overview .whiteBg h2 a {
	color: #555555;
}

.whitePadding {
	padding-bottom: 50px;
}

.productOverviewLinks {
	text-align: center;
	padding: 30px 0 80px;
}

.productOverviewLinks h2 {
	text-transform: capitalize;
	color: #555;
}

.productOverviewLinks h2:after {
	content: "";
	width: 50px;
	height: 0;
	border-bottom: 1px solid #555;
	display: block;
	position: relative;
	margin: 10px auto;
}

.productOverviewLinks article {
	display: inline-block;
	width: 220px;
	height: 250px;
	background: #f2f2f3;
	box-shadow: 0 0 5px rgba(0,0,0,.5);
	vertical-align: top;
	position: relative;
	margin: 0 5px 10px 5px;
	z-index: 1;
}

.productOverviewLinks article:hover {
	z-index: 2;
}

.productOverviewLinks article .field-name-field-header-image {
	width: 100%;
	height: 150px;
	background: #fff;
	padding: 10px;
}

.productOverviewLinks article .field-name-field-header-image img {
	height: 100%;
	width: auto;
}

.productOverviewLinks article span section {
	width: 100%;
	height: 100px;
	background: rgba(242, 242, 243, .8);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#c8f2f2f3', endColorstr='#c8f2f2f3');
	position: absolute;
	padding: 20px;
	bottom: 0px;
	left: 0;
	z-index: 99;
}

.productOverviewLinks article span {
	display: block;
	cursor: pointer;
	width: 100%;
	height: 100%;
}

.productOverviewLinks article span:hover section {
	width: 100%;
	height: 160px;
	background: rgba(242, 242, 243, .8);
	position: absolute;
	padding: 20px;
	bottom: 0px;
	left: 0;
}

.productOverviewLinks article span:hover a {
	color: #e41e25;
}

.productOverviewLinks article span section .field-name-field-product-category {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.8em;
	line-height: 1.2em;
	color: #818285;
}

.productOverviewLinks article span section a {
	color: #8e181b;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.8em;
	line-height: 1.2em;
}

.productOverviewLinks article span section .view {

	display: none;
	width: 100px;
	left: 50%;
	margin-left: -50px;
	position: absolute;
	bottom: 15px;
}

.productOverviewLinks article span:hover .view {
	display: block;
}

.productOverviewLinks article span section .view:before {
	content: "";
	width: 20px;
	margin-right: 2px;
	height: 17px;
	background: url(../images/sprite.png) no-repeat  0 -220px;
	vertical-align: middle;
	display: inline-block;

}


.productOverviewLinks article span > .field-name-field-product-cta {
	position: absolute;	
	background-color: #8e181b;
	text-align: center;
	width: 120px;
	height: 37px;
	border-radius: 0 0 8px 8px;
	bottom: -37px;
	left: 50%;
	margin-left: -60px;
	display: none;
}

.productOverviewLinks article span:hover .field-name-field-product-cta {
	display: block;
}

.productOverviewLinks article span > .field-name-field-product-cta a {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.2em;
	line-height: 2.8em;
	text-transform: uppercase;
}


.confirm-parent, .password-parent {
	width: 100%;
}

div.form-item div.password-suggestions {
	width: 100%;
	border: 0;
	background-color: #f2f2f3;
}


.even p {

	color: #3c444f;
}

.node-type-products .even p {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.6em;
	line-height: 1.8em;
}



.field-name-field-download-product-brief, .field-name-field-product-cta, .field-name-field-custom-cta {
	display: inline-block;
}

.field-name-field-download-description{
	font-size: 8pt;
	line-height: normal;
	text-align: justify;
	
}

.field-name-field-download-description strong{
	color: black;
	
	
}

.field-name-field-custom-cta .button {
	min-width: 160px;
	margin-left: 5px;
	text-align: center;
	vertical-align: -2px; 
}

.node-type-products .field-name-field-product-cta a, .Order-Now a {
	font-size: 1.8em;
	text-transform: capitalize;
	color: #fff;
	min-width: 160px;
	height: 38px;
	border-radius: 6px;
	display: inline-block;
	text-align: center;
	line-height: 2.1em;
	font-family: 'Montserrat', sans-serif;
	background-color: #555;

}



.node-type-products .field-name-field-product-cta a:before, .Order-Now a:before {
	content: "";
	width: 19px;
	height: 19px;
	display: inline-block;
	background: url(../images/sprite.png) no-repeat  -64px 0;
	vertical-align: middle;
	margin: -4px 5px 0 0;
}


.node-type-products .field-name-field-product-cta a:hover {
	background-color: #818285;
}


.field-type-text-with-summary {
	max-width: 600px;
}

	@media all and (max-width: 959px){
		.field-type-text-with-summary {
			width: 100%;
			max-width: 100%;
		}
	}


.page-products-overview .field-type-text-with-summary {
	float: left;
	padding-left: 100px;
}


	@media all and (max-width: 959px){
		.page-products-overview .field-type-text-with-summary {
			width: 100%;
			max-width: 100%;
			padding: 0;
			float: none;
		}

		.field-name-field-product-image {
			display: block;
			text-align: center;
		}
	}

.page-node-57 .mapWrapper, .page-node-123 .mapWrapper, .page-node-124 .mapWrapper  {
	display: none;
}


.field-type-text-with-summary h2 {
	font-size: 100%;
	line-height: 100%;
	font-size: 2.0em;
	line-height: 1.5em;
}

.field-type-text-with-summary p:first-child {
	font-weight: 700;
	font-size: 1.6em;
}

.node-type-partner .field-type-text-with-summary p:first-child {
	font-weight: 400;
	font-size: 1.4em;
}

#modalContainer {
	overflow: hidden;
	width: auto !important;
}

#imageData #bottomNav {
	height: 36px;
	margin: 0;
}

.lightbox2-alt-layout-data #bottomNavClose {

	margin: 0;
	float: right;
}

#outerImageContainer, #imageDataContainer {
	width: 100% !important;
}

#outerImageContainer {
	height: 410px !important;
}

#lightbox {
	width: 100% !important;
}



#outerImageContainer .description {
	display: none;
}

.field-name-field-product-pdf,
.field-name-field-product-public-pdf {
	display: inline-block;
	margin-bottom: 5px;
}

.field-name-field-product-pdf,
.field-name-field-product-public-pdf a {
	display: block;
	font-size: 1em;
	background-color: transparent;
	text-transform: uppercase;
	color: #fff;
	width: 133px;
	height: 38px;
	border-radius: 6px;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	right: 0px;
	text-align: center;
	line-height: 2.8em;
	font-family: 'Montserrat', sans-serif;
	text-indent: -9999px;
	min-width: 250px;
}

	@media all and (max-width: 600px){
		.field-name-field-product-pdf a,
		.field-name-field-product-public-pdf a {
			position: relative;
			margin-top: 5px;
			top: auto;
			right: auto;
		}
	}

.field-name-field-product-pdf a:after,
.field-name-field-product-public-pdf a:after {
	content: "download product brief";
	text-align: center;
	line-height: 2.8em;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	display: block; 
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: 0px;
	color: #fff;
}


.field-name-field-product-pdf a:hover,
.field-name-field-product-public-pdf a:hover {
	background-color: #e41e25;
	color: #fff;
}

.field-name-field-product-pdf a:hover:after,
.field-name-field-product-public-pdf a:hover:after {
	color: #fff;
}


/* News */

.page-news article {
	border-bottom: 1px solid #dededf;
	padding: 38px 0 38px 105px;
	min-height: 156px;
	position: relative;
}
	@media all and (max-width: 500px){
		.page-news article {
			padding: 28px 0 28px 75px;
			min-height: 116px;
		}
	}

.page-news article h3 {
	line-height: 1;
}

.page-news article time {
	display: block;
	width: 80px;
	height: 60px;
	padding-top: 9px;
	background-color: #008da9;
	position: absolute;
	top: 38px;
	left: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 2.4em;
	text-align: center;
	color: #fff;
}

	@media all and (max-width: 500px){
		.page-news article time {
			width: 60px;
			height: 50px;
			font-size: 200%;
			padding-top: 6px;
			top: 28px;
		}
	}

.page-news article time span {
	font-size: 0.8em;
	line-height: 18px;
	text-transform: uppercase;
	display: block;
	margin: 0 auto;
}

.page-news article time p {
	font-family: Arial, sans-serif;
	font-size: 0.6em;
	padding: 2px;
	margin-top: 10px;
	margin-bottom: 0;
	background-color: #008da9;
}

	@media all and (max-width: 500px){
		.page-news article time p {
			margin-top: 7px;
		}
	}

.page-news article .readmore a {
	display: block;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: 300;
	color: #e41e25;
	margin-top: 10px;
}

.page-news article .readmore a:before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-right: 5px;
	background: url(../images/sprite.png) no-repeat -126px 0;
	vertical-align: bottom;
}





/* team */
.page-about-team .rightColumn {
	position: relative;
}


.team {
	width: 180px;
	height: 288px;
	display: block;
	display: inline-block;
	position: relative;
	cursor: pointer;
}


.board {
	width: 180px;
	height: 288px;
	display: block;
	display: list-item;
	display: inline-block;
	position: relative;
	cursor: pointer;
}


	@media all and (max-width: 959px){
		.team {
			width: 100%;
			height: 100%;
			margin: 0;
		}
	}





.team figure {
	width: 100%;
	height: 199px;

}

	@media all and (max-width: 959px){
		.team figure {
			width: 100%;
			height: auto;
			margin: 0;
		}
	}

.team figure img {
	width: 100%;
	height: auto;
	z-index: 1;
	max-height: 100%;
}
.team h3, .team p {
	padding: 0 10px;
}

.team p {
	margin-top: 10px;
	line-height: 1.4em;
}

	@media all and (max-width: 650px){
		.team h3, .team p {
			padding: 0 10px;
			
		}
	}

.team h3 {
	margin-top: 10px;
	margin-bottom: -5px;
	line-height: 1.2em;
}

.teamDesc {
	padding: 40px 10px 10px;
	color: #fff;
	z-index: 4;
	background-color: #008da9;
	margin-bottom: 20px;
	left: 0px;
	right: 30px;
	top: auto;
	bottom: auto;
	position: absolute;
	display: none;
	position: relative;
	margin-top: 1px;
	
}


.boardDesc {
	padding: 40px 10px 10px;
	color: #fffff;
	background-color: #ffffff;
	margin-bottom: 20px;
	left: 0px;
	right: 30px;
	top: auto;
	bottom: auto;
	position: absolute;
	display: none;
	position: relative;
	z-index: -2;
	margin-top: 1px;
	
}
	@media all and (max-width: 959px){
		.boardDesc {
			left: 1%;
			right: 1%;
			margin-right: -4px;
		}
	}

	@media all and (max-width: 650px){
		.boardDesc {
			padding: 40px 10px 10px;
			
		}
	}

	@media all and (max-width: 350px){
		.boardDesc {
			left: 0;
			right: 0;
		}
	}
	
	@media all and (max-width: 959px){
		.teamDesc {
			left: 1%;
			right: 1%;
			margin-right: -4px;
		}
	}

	@media all and (max-width: 650px){
		.teamDesc {
			padding: 40px 10px 10px;
			
		}
	}

	@media all and (max-width: 350px){
		.teamDesc {
			left: 0;
			right: 0;
		}
	}




.teamDesc .field-type-text-with-summary:first-child p {
	font-weight: 300;
}


.team.active {
	background-color: #008da9;
	color: #fff;
}

.team.active h3 {
	color: #fff;

}


.team.active + div .teamDesc{
	position: absolute;
	display: block;
}

.teamMember {
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
}

	@media all and (max-width: 959px){
		.teamMember {
			margin-right: -3px;
			width: 33.5%;
			height: auto;
			padding: 0 1%;
		}
	}

	@media all and (max-width: 650px){
		.teamMember {
			width: 50%;
			height: auto;
			padding: 0 1%;
		}
	}

	@media all and (max-width: 350px){
		.teamMember {
			width: 100%;
			height: auto;
			padding: 0;
		}
	}


.boardMember {
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
}

	@media all and (max-width: 959px){
		.boardMember {
			margin-right: -3px;
			width: 33.5%;
			height: auto;
			padding: 0 1%;
		}
	}

	@media all and (max-width: 650px){
		.boardMember {
			width: 50%;
			height: auto;
			padding: 0 1%;
		}
	}

	@media all and (max-width: 350px){
		.boardMember {
			width: 100%;
			height: auto;
			padding: 0;
		}
	}



.closeDesc {
	border: 0;
	background: transparent;
	color: #80c6d4;
	font-size: 1.4em;
	line-height: 1;
	text-transform: uppercase;
	position: absolute;
	right: 20px;
	top: 10px;
	width: auto;
	height: auto;
	padding: 0 2px;
	cursor: pointer;
}

	@media all and (max-width: 650px){
		.closeDesc {
			top: 10px;
			right: 10px;
		}
	}
	

.boardcloseDesc {
	border: 0;
	background: transparent;
	color: #80c6d4;
	font-size: 1.4em;
	line-height: 1;
	text-transform: uppercase;
	position: absolute;
	right: 20px;
	top: 10px;
	width: auto;
	height: auto;
	padding: 0 2px;
	cursor: pointer;
}

	@media all and (max-width: 650px){
		.boardcloseDesc {
			top: 10px;
			right: 10px;
		}
	}	


.board figure {
	width: 100%;
	height: 199px;

}

	@media all and (max-width: 959px){
		.board figure {
			width: 100%;
			height: auto;
			margin: 0;
		}
	}

.board figure img {
	width: 100%;
	height: auto;
	max-height: 100%;
	z-index: -2;
}
.board h3, .board p {
	padding: 0 10px;
}

.board p {
	margin-top: 10px;
	line-height: 1.4em;
}

	@media all and (max-width: 650px){
		.board h3, .board p {
			padding: 0 10px;
			
		}
	}

.board h3 {
	margin-top: 10px;
	margin-bottom: -5px;
	line-height: 1.2em;
}

.boardDesc {
	padding: 40px 10px 10px;
	color: #ffffff;
	background-color: #008da9;
	margin-bottom: 20px;
	left: 0px;
	right: 30px;
	top: auto;
	bottom: auto;
	position: absolute;
	display: none;
	position: relative;
	margin-top: 1px;
	
}



.boardDesc .field-type-text-with-summary:first-child p {
	font-weight: 300;
}


.board.active {
	background-color: #008da9;
	color: #ffffff;
}

.board.active h3 {
	color: #ffffff;

}


.board.active + div .boardDesc{
	position: absolute;
	display: block;
}

.boardMember {
	display: inline-block;
	z-index: 2;
	vertical-align: top;
	margin-right: 30px;
}

	@media all and (max-width: 959px){
		.boardMember {
			margin-right: -3px;
			width: 33.5%;
			height: auto;
			padding: 0 1%;
		}
	}

	@media all and (max-width: 650px){
		.boardMember {
			width: 50%;
			height: auto;
			padding: 0 1%;
		}
	}

	@media all and (max-width: 350px){
		.boardMember {
			width: 100%;
			height: auto;
			padding: 0;
		}
	}





.field-name-field-news-pdf-download a {
	display: block;
	font-size: 1em;
	background-color: transparent;
	text-transform: uppercase;
	color: #fff;
	height: 38px;
	border-radius: 6px;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	right: 0px;
	text-align: center;
	line-height: 2.8em;
	font-family: 'Montserrat', sans-serif;
	text-indent: -9999px;
	min-width: 200px;
}

	@media all and (max-width: 600px){
		.field-name-field-news-pdf-download a {
			position: relative;
			margin-top: 5px;
			top: auto;
			right: auto;
		}
	}


.field-name-field-news-pdf-download a:after {
	content: "download";
	text-align: center;
	line-height: 2.8em;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	display: block; 
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: 0px;
	color: #fff;
}


.field-name-field-news-pdf-download a:hover {
	background-color: #e41e25;
	color: #fff;
}

.field-name-field-news-pdf-download a:hover:after {
	color: #fff;
}


.page-news .field .file a {
	margin-top: 10px;
}

.search-results .title {
	font-size: 1.6em;
}


/* pager */

ul.pager {
	text-align: center;
	margin-top: 20px;
}

.item-list ul.pager  li {
	font-size: 1.4em;
	line-height: 1.45em;
	text-transform: capitalize;
	color: #818285;
	border-bottom: 0;
	padding: 5px 10px;
	position: relative;
	display: inline-block;
	border-left: 1px solid #c0c0c2;
	margin-right: -3px;
}

.item-list ul.pager li:first-child {
	border-left: 0;
}

	@media all and (max-width: 600px){
		.item-list ul li {
			padding: 20px 0;
		}
	}

#block-menu-block-13 {
	margin-top: 45px;
}

.form-textarea-wrapper textarea {
	border: 1px solid #bfc5ca;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

select {
	width: 100%;
	height: 38px;
	margin: 0 0 10px 0;
	padding: 8px 10px;
	border: 1px solid #bfc5ca;
}

.messages--status {
	padding: 30px 115px;
	background-color: #008da9;
	max-width: 630px;
	position: relative;
	margin: 30px auto 0;
	color: #fff;
	font-size: 1.4em;
}

.section-contact .messages--status {
	margin: 0 auto 30px;
	padding: 30px;
}

.section-user .messages--status {
	margin-bottom: -30px;
}

	@media all and (max-width: 700px){
		.messages--status {
			padding: 50px;
		}
	}

	@media all and (max-width: 500px){
		.messages--status {
			padding: 40px;
		}
	}



.contactDetails .field-type-field-collection {
	margin: 20px 0 0 0; 
	padding: 0;
}

.contactDetails .field-type-field-collection:before {
	display: none;
}

.contactDetails .field-type-field-collection img {
	width: 100%;
	height: auto;
}

/* anchor*/

.anchor {
	margin-top: -120px;
	padding-bottom: 120px;
	display: block;
}

/* 404 */

.error404 {
	text-align: center;
}

.error404 h1 {
	font-size: 10em;
}

.error404 h2 {
	font-size: 1.8em;
	max-width: 400px;
	margin: 0 auto 30px auto;

}

.error404 .button {
	font-size: 1.4em;
	text-transform: uppercase;
	line-height: 2.6em;
}


/* Cookie policy */

#decawave_cookieWrap{
        background: #3c444f;
        overflow: hidden;
        padding: 7px 0;
        position: fixed;
        left: 0;
        bottom: 0; 
        height: 45px;
        width: 100%;
        z-index: 9999;
}       

@media all and (max-width: 630px /*adjust size*/){

                #decawave_cookieWrap {
                        min-height: 55px;
                        height: auto;
                }
        }

#decawave_cookieWrap .cookieText{
        margin: 0 auto;
        /*width:990px;*/
}
#decawave_cookieWrap .cookieText p{
        float: left;
        font: 400 12px arial, sans-serif;        
        color: #fff;
        line-height: 35px;
        margin-left: 20px;
}

@media all and (max-width: 630px /*adjust size*/){

                #decawave_cookieWrap .cookieText p {
                        float: none;
                        line-height: 25px;
                        padding-right: 160px;
                }
        }


#decawave_cookieWrap .cookieText p .large{
        font: 700 18px arial, sans-serif;
        color: #fff;
}
#decawave_cookieWrap .cookieText p .normal{
        font: 400 18px arial, sans-serif;
        color: #fff;
}
#decawave_cookieWrap .cookieText a{
        text-decoration: underline;
        color: #fff;
}
#decawave_cookieWrap .cookieText .cookieButton{
        float: right;
        background: url('../images/cookie_close.png') no-repeat 90px 0;
        padding: 10px 40px 9px 0;
        text-decoration: none;   
        margin-right: 20px;
}

    @media all and (max-width: 630px /*adjust size*/){

                #decawave_cookieWrap .cookieText .cookieButton {
                        float: none;
                        position: absolute;
                        right: 0px;
                        top: 15px;

                }
        }

/* Partners */

.page-partners .rightColumn h1 {
	display: none;
}

.page-partners aside {
	display: none;
}

.page-partners .headerDesc {
    width: 55%;
    display: inline-block;
    margin-right: 5%;
    vertical-align: top;
}

    	@media all and (max-width: 959px){
		.page-partners .headerDesc  {
		    width: auto;
		    display: block;
		    margin: 0;
		}
	}

.page-partners .partnerInfo {
    width: 40%;
    display: inline-block;
    vertical-align: top;
    margin: -40px 0 30px;
}

	@media all and (max-width: 959px){
		.page-partners .partnerInfo {
		    display: none;
		}
	}

.partnerInfo img {
    width: 100%;
    height: auto;
}


.page-partners .rightColumn {
	float: none;
	margin: 50px auto 90px;
}



article.partner, article.pProduct {
	display: table;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
	margin-bottom: 20px;
	width: 100%;
}

	@media all and (max-width: 600px){
		article.partner, article.pProduct {
		    display: block;
		}
	}

.Platinum article.partner {
	min-height: 240px;
}

.Gold article.partner, .Silver article.partner {
	min-height: 0;
}

.Gold article.partner section, .Silver article.partner section {
	display: none;
}

article.partner section, article.partner figure, article.pProduct section {
	display: table-cell;
	width: auto;
	height: 100%;
	vertical-align: middle;
}

article.pProduct figure {
    display: table-cell;
    width: auto;
    height: 100%;
    vertical-align: top;
}

article.partner section, article.pProduct section {
	width: 240px;
}



	@media all and (max-width: 600px){
	    article.partner section, article.partner figure, article.pProduct section, article.pProduct figure {
		display: block;
		width: 100%;
		height: auto;
		padding: 20px 60px;
	    }
	}

	@media all and (max-width: 400px){
	    article.partner section, article.partner figure, article.pProduct section, article.pProduct figure {
		display: block;
		width: 100%;
		height: auto;
		padding: 20px;
	    }
	}


article.partner section, article.pProduct section {
	background-color: #fff;
	text-align: center;
	padding: 20px;
}

article.partner section img, article.pProduct section img {
	width: 100%;
	height: auto;
}

article.partner figure, article.pProduct figure {
	background-color: #f2f2f3;
	padding: 20px;
	text-align: left;
}

article.partner p, article.pProduct p {
	color: #3c444f;
}

.decaWaveContent article.partner p {
	margin: 0;
}


article.partner ul, article.partner ul li {
	border: 0;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1.6em;
}

.Silver article.partner p {
	display: none;
}

.partner h4 {
	color: #008da9;
	font-size: 1.6em;
}

.Silver .partner h4 {
	margin: 0;
	padding-right: 120px;
	float: left;
}

	@media all and (max-width: 400px){
		.Silver .partner h4 {
			margin: 0;
			padding-right: ;
			float: none;
		}
	}



.partner a, a.bktopartner, .onlinePartner a, .pProduct a, .field-name-field-partner-page-link a {
	display: inline-block;
	font-family: 'Montserrat',sans-serif;
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: 300;
	color: #e41e25;
	position: relative;
	margin-top: 20px;
}

.field-name-field-partner-page-link a {
    color: #008da9;
}

.field-name-field-partner-page-link h3 { display: none;}

.field-name-field-partner-page-link span { display: block; }

.field-name-field-partner-page-link span img { display: none; }

.partnerWebsite {
    margin-top: -30px;
}


.partner a:before, a.bktopartner:before, .onlinePartner a:before, .pProduct a:before, .field-name-field-partner-page-link a:before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-right: 5px;
	background: url(/sites/all/themes/zen_decawave_v3/images/sprite.png) no-repeat -126px 0;
	vertical-align: bottom;
}

a.bktopartner {
    margin: 5px 0 20px 0;
}


.Silver .partner a {
	margin: 4px 0 0 0;
	float: right;
}

	@media all and (max-width: 400px){
	    .Silver .partner a {
		margin: 20px 0 0 0;
		float: none;
	    }
	}


.page-partners .views-exposed-form {
	padding: 10px;
	background: #fff;
}

.contextual-links-region .views-exposed-widgets {
	max-width: 950px;
	margin: 0 auto;
	text-align: center;
}

.views-exposed-form .views-exposed-widget {
	display: inline-block;
	padding: 0;
	float: none;
	margin: 0 10px;
	width: 20%;
}

	@media all and (max-width: 750px){
	    .views-exposed-form .views-exposed-widget {
		display: block;
		margin: 5px 0;
		width: 100%;
	    }
	}

.views-exposed-widget.views-submit-button {
	display: none;
}

.formTitle {
	display: inline-block;
	margin: 0 10px;
	color: #3c444f;
	font-weight: 700;
	font-size: 1.6em;
}

.views-exposed-widgets {
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
}

.partnerLogo {
    width: 240px;
    height: 240px;
    background: #fff;
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
}

.partnerLogo img {
    width: 100%;
    msx-width: 400px;
    height: auto;
}


.node-type-partner .field-name-field-partner-image {
    width: 100%;
    background: #fff;
    display: none;
    padding: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    margin-bottom: 30px;
    text-align: center;
}

	@media all and (max-width: 959px){
		.node-type-partner .field-name-field-partner-image {
			display: block;
		}
	}

.node-type-partner .field-name-field-partner-image img {
    width: 100%;
    max-width: 200px;
    height: auto;
}


.node-type-partner .decaWaveContent h2.block-title {
    font-size: 2em;
    color: #008da9;
    margin: 40px 0 20px;
}


/* Buy */

#online {
    padding-top: 150px;
    margin-top: -150px;
}

.section-buy .rightColumn h2 {
    color: #008da9;
    font-size: 2em;
    margin: 20px 0;
}

.onlineTotal {
    margin-bottom: 40px;
}

.onlinePartner {
    background: #f2f2f3;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    width: 48%;
    display: table;
    float: left;
}

.onlinePartner:first-child {
    margin-right: 4%;
}

	@media all and (max-width: 600px){
		.onlinePartner {
			width: 100%;
			float: none;
			margin: 0 0 20px 0 !important;
		}
	}

.onlinePartner section {

    background: #fff;
    display: table-row;
    width: 100%;
}

.onlinePartner section div {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    width: 100%;
    padding: 0 40px;
    height: 190px;
}

.onlinePartner section img {
    width: 100%;
    height: auto;
}

	@media all and (max-width: 600px){
		.onlinePartner section img {
			max-width: 300px;
		}
	}

.onlinePartner figure {
    padding: 40px;
}

.onlinePartner h4 {
    color: #3c444f;
    margin-bottom: -10px;
}

.localTotal {
    background: #fff;
    padding: 24px 0;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    display: table;
    width: 100%;
}


.localTotal .field-name-field-partner-region {
    font-size: 1.6em;
    font-family: 'Montserrat', sans-serif;
}

.localWrap {
    border-left: 1px solid #e4e4e4;
    padding: 0 15px;
    display: table-cell;
    width: 25%;
}

	@media all and (max-width: 600px){
		.localWrap {
		    border-left: 0;
		    border-top: 1px solid #e4e4e4;
		    padding: 10px 15px;
		    display: block;
		    width: 100%;
		    text-align: center;
		}
	}

.localWrap:first-child {
    border: 0;
}

.localWrap img {
    width: 100%;
    height: auto;
}

	@media all and (max-width: 600px){
		.localWrap img {
		    max-width: 200px;
		}
	}

.localPartner {
    margin: 10px 0;
}


/* AddThis */

.addthis_toolbox {
	margin-top: 30px;
}


/* board */
.page-about-board .rightColumn {
	position: relative;
}

.board {
	width: 180px;
	height: 288px;
	display: block;
	display: inline-block;
	position: relative;
	cursor: pointer;
}

	@media all and (max-width: 959px){
		.board {
			width: 100%;
			height: 100%;
			margin: 0;
		}
	}



.board figure {
	width: 100%;
	height: 199px;
	z-index: 1;

}

	@media all and (max-width: 959px){
		.board figure {
			width: 100%;
			height: auto;
			margin: 0;
		}
	}

.board figure img {
	width: 100%;
	height: auto;
	max-height: 100%;
}
.board h3, .board p {
	padding: 0 10px;
}

.board p {
	margin-top: 10px;
	line-height: 1.4em;
}

	@media all and (max-width: 650px){
		.board h3, .board p {
			padding: 0 10px;
			
		}
	}

.board h3 {
	margin-top: 10px;
	margin-bottom: -5px;
	line-height: 1.2em;
}

.boardDesc {
	padding: 40px 10px 10px;
	color: #fff;
	background-color: #008da9;
	margin-bottom: 20px;
	left: 0px;
	right: 30px;
	top: auto;
	bottom: auto;
	position: absolute;
	z-index: 2;
	display: none;
	position: relative;
	margin-top: 1px;
	
}
	@media all and (max-width: 959px){
		.boardDesc {
			left: 1%;
			right: 1%;
			margin-right: -4px;
		}
	}

	@media all and (max-width: 650px){
		.boardDesc {
			padding: 40px 10px 10px;
			
		}
	}

	@media all and (max-width: 350px){
		.boardDesc {
			left: 0;
			right: 0;
		}
	}


.boardDesc .field-type-text-with-summary:first-child p {
	font-weight: 300;
}

.boardDesc p {
	
	color: #FFFFFF; 
	text-align: justify;
}


.board.active {
	background-color: #008da9;
	color: #fff;
}

.board.active h3 {
	color: #fff;

}


.board.active + div .boardDesc{
	position: absolute;
	display: block;
}

.boardMember {
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
}

	@media all and (max-width: 959px){
		.boardMember {
			margin-right: -3px;
			width: 33.5%;
			height: auto;
			padding: 0 1%;
		}
	}

	@media all and (max-width: 650px){
		.boardMember {
			width: 50%;
			height: auto;
			padding: 0 1%;
		}
	}

	@media all and (max-width: 350px){
		.boardMember {
			width: 100%;
			height: auto;
			padding: 0;
		}
	}



.closeDesc {
	border: 0;
	background: transparent;
	color: #80c6d4;
	font-size: 1.4em;
	line-height: 1;
	text-transform: uppercase;
	position: absolute;
	right: 20px;
	top: 10px;
	width: auto;
	height: auto;
	padding: 0 2px;
	cursor: pointer;
}

	@media all and (max-width: 650px){
		.closeDesc {
			top: 10px;
			right: 10px;
		}
	}






/* CSS for FAQ */

.faq-question-answer{
	position: relative;
	padding: 10px;

}

.faq-dt-hide-answer {
position: relative;	
background: transparent url(../images/plus.gif) left no-repeat; padding-left:25px;
	font-size: small;
text-decoration: underline;
font-weight: 400
}

.faq-dd-hide-answer {
position:relative;
background: transparent url(../images/minus5.gif) top left no-repeat; padding-left:25px;

top:-18px;
padding-top:20px;
;
}

.faq-dt-hide-answer a {
position:relative;
z-index:2;
}

.faq-dd-hide-answer a {
position:relative;
z-index:4;
}

/* Custom CSS for custom created pages */

.node-509{
	
position: relative;
right: 200px;

}

.node-509 .page_title title {
	position: relative;
	right:	200px;
}

