@charset "utf-8";
/* CSS Document */
/* Default Neue Luxury Desktop Site CSS */

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

/* Set Box Model */
*, *:before, *:after {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
*:focus {
	outline:none;
}
/* End Reset */

/*************************** Begin general document styles ***************************/

html,body {
	width: 100%;
	height: 100%;
	font-size: 100%;
	font-size: 0.825vw;
}
body {
	background-color:#f3f3f3;
	color:#000;
	font-family: founders-grotesk-web-light;
	text-align:center;
}
img {
	position:relative;
	max-width:100%;
	height:auto;
	margin:0px;
	padding:0px;
	display: block;
	transition: top 1s ease, opacity 1s ease;
}
strong {
	font-family: founders-grotesk-web-regular;
	font-weight:normal;
}
em {
	font-style:italic;
}
h1 {
	position:relative;
	font-family: 'FreightDispProMedium-Regular';
	font-style: normal;
	font-weight: 200;
	font-size:3rem;
}
h2 {
	position:relative;
	font-family: 'FreightDispProMedium-Regular';
	font-style: normal;
	font-weight: 200;
	font-size:3rem;
	color:#000;
	margin-bottom:3rem;
	font-weight:normal;
	font-size:3.8rem;
	margin-bottom:3rem;
	line-height:1;
}

h3 {
	position:relative;
	font-family: 'FreightDispProMedium-Regular';
	font-style: normal;
	font-weight: 200;
	font-size:3.8rem;
	margin-bottom:3rem;
	color:#000;
	text-align:center;
}
h3.articleheading {
	margin-bottom:.5rem !important;
}
h3.right-aligned-carousel-heading {
	padding-bottom:3rem !important;
}

h4 {
	position:relative;
	font-family: Caslon540BT;
	font-style: normal;
	font-weight: 200;
	font-size:2.5rem;
	margin-bottom:1.7rem;
	color:#000;
}
h5 {
	position:relative;
	font-family: 'FreightDispProMedium-Regular';
	font-style: normal;
	font-weight: 200;
	font-size:1rem;
	margin-bottom:0;
	font-weight:normal;
	color:#000;
}
ul {
	font-size:1rem;
}
li {
	margin-bottom:1rem;
}
a {
	text-decoration:underline;
	color:#000;
}
p {
	font-family: founders-grotesk-web-light;
	font-size:1.1rem;
	font-size:1.25rem;
	line-height:1.4;
	letter-spacing:.5px;
	margin-bottom:2rem;
	color:#000;
	text-align:center;
}
p.actionlink {
	font-family: founders-grotesk-web-light !important;
	font-size:1rem !important;
}
p.actionlink a {
	text-decoration:none;
}
p.actionlink a:hover {
	text-decoration:none;
}
p.articledate {
	text-align:center !important;
}
hr {
	height:1px;
	border:none;
	background:#999;
	color:#999;
	margin-top:2rem;
	margin-bottom:2rem;
}

span.privatedownload {
	text-decoration:underline;
	cursor:pointer;
	color:#000;
}


a.button {
	display:inline-block;
	width:auto;
	padding: 1.25rem 4rem 1.25rem 3rem;
	font-family: founders-grotesk-web-light;
	font-size: 0.9rem;
	
	letter-spacing: 1px;
	color: #000;
	text-decoration: none !important;
	outline: none;
	margin: 1rem 0 1rem 0;
	border: 1px solid #999;
	text-align: center;
	background: linear-gradient(to left, transparent 50%, #808080 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: background-position .1s linear;
	transition: background-position .1s cubic-bezier(0.55, 0.06, 0.68, 0.19)
}
a.button:hover {
	background: linear-gradient(to left, transparent 50%, #808080 50%);
	background-size: 200% 100%;
	background-position:left bottom;
	color:#000;
	opacity: 0.9;
}
a.button.plus {
	background-image:url(JWA_Desktop_Side_Menu_More_Off_Revised.svg);
	background-repeat:no-repeat;
	/*background-position: 70% center;
	background-size: 1.25rem;	*/
	background-position: 70.5% center;
	background-size: 0.9rem;
	position: relative;
	width: 200px !important;

	display:inline;
	background-color:#f3f3f3;


	transition: width 1s ease, opacity 1s ease, background-position .1s linear;
	transition: width 1s ease, opacity 1s ease, background-position .05s cubic-bezier(0.55, 0.06, 0.68, 0.19);
	background: linear-gradient(to left, #f3f3f3 50%, #808080 50%);
	background-size: 200% 100%;
	background-position:right bottom;
	display: block;
	margin: 5.1rem auto auto;

}
a.button.plus.continuereading {
	width: 35% !important;
	margin-bottom: 4rem !important;
}
a.button.plus.continuereading span {
	right: 2.5rem;
}
a.button.plus:hover {
	background: linear-gradient(to left, #f3f3f3 50%, #808080 50%);
	background-size: 200% 100%;
	color: #FFF;
	background-position:left bottom;
}
a.button.plus:hover span {
	background-color: #FFF;

}
span.plus-sign {

}
a.button.plus span {

	-webkit-mask-image: url(JWA_Desktop_Side_Menu_More_Off_Revised.svg);
	mask-image: url(JWA_Desktop_Side_Menu_More_Off_Revised.svg);
	background-size: cover;
	-webkit-mask-size: cover;
	mask-size: cover;
	background-color: #000;



	background-repeat: no-repeat;
	display: inline-block;
	/* background-size: cover; */
	width: 1.2rem;
	margin-top: 0rem;
	height: 1.2rem;
	line-height: 0rem;
	top: 1.1rem;

	right: 4rem;
	position: absolute;
}


a.button.plus.large {
	background-position: 84% center;
}
a.button.plus.addguest {
	width: 100% !important;
	/*background: none !important;*/
	background-color:#f3f3f3;
	transition: width 1s ease, opacity 1s ease, background-position .1s linear;
	transition: width 1s ease, opacity 1s ease, background-position .05s cubic-bezier(0.55, 0.06, 0.68, 0.19);
	background: linear-gradient(to left, #f3f3f3 50%, #f3f3f3 50%);
	background-size: 200% 100%;
	background-position:right bottom;
	margin-bottom: 1rem !important;
}
a.button.plus.addguest:hover {
	background: linear-gradient(to left, #f3f3f3 50%, #808080 50%);
	background-size: 200% 100%;
	color: #FFF;
	background-position:left bottom;
}
a.button.leftarrow {
	background-image:url(Desktop_Carousel_Arrow_Prev_Off.svg);
	background-repeat:no-repeat;
	background-position: 1rem center;
	background-size: 0.9375rem 1.375rem;
}
a.button.leftarrow:hover {
	background-image:url(Desktop_Carousel_Arrow_Prev_On.svg);
	background-repeat:no-repeat;
	background-position: 1rem center;
	background-size: 0.9375rem 1.375rem;
}

.circle {
	display:inline-block;
	border-radius: 50%;
	width: 1.45rem;
	height: 1.45rem;
	margin-right:.3rem;
	border:1px solid white;
	outline:1px none red;
	cursor:pointer;
}
.circle.selected {
	box-shadow: 0 0 2px #000;
}

.splitcircle {
	position:relative;
	display:inline-block;
	border:1px solid #ccc;
	margin: 0 0.3rem 0 0;
	border-radius: 50%;
	font-size:0;
	transform:rotate(-30deg);
	transform-origin: 50% 50%;
	outline:1px none red;
	cursor:pointer;
}
.splitcircle.selected {
	box-shadow: 0 0 2px #000;
}
.left-half,
.right-half {
	float: left;
	width: 0.625rem;
	height: 1.25rem;
	/*line-height: 1.45rem;*/
	color: white;
	text-align: center;
	margin: 0;
}
.left-half:nth-child(1) {
	border-radius: 1.25rem 0 0 1.25rem;
	background: white;
}
.right-half:nth-child(2) {
	border-radius: 0 1.25rem 1.25rem 0;
	background: white;
}

.seo {
	position:absolute;
	left:-10000px;
}

.border-top {
	border:1px solid #999;
	border-width:1px 0 0 0;
}

/*************************** End general document styles ***************************/

/*************************** begin structural styles ***************************/

body > #wrapper { height: auto; min-height: 100%; }

/* wrapper to set minimum width */


#wrapper {
	min-width:1080px;
	background:#f5f5f5;
	overflow:hidden;
	outline:1px none red;
}
#content {
	background:#f5f5f5;
	padding-bottom:52px;
}

/* begin masthead */
.masthead {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	min-width:1080px;
	font-family: founders-grotesk-web-light;
	height:5.3rem;
	background:#000;
	color:#FFF;
	outline:1px none blue;
	transform: translate(0,0);
	transition: transform 0.25s cubic-bezier(0.42, 0, 0.88, 0.19);
	transition:transform 0.25s;
	z-index:990;
}
.masthead.nav-up {
	transform:translate(0,-100%);
}

.masthead.nav-down {
	transform:translate(0,0);
}

.masthead ul {
	position:relative;
	list-style:none;
	text-align:center;
	font-size:0;
	height:5.3rem;
}
.masthead li {
	font-size:11px;
	display:inline-block;
	width:33.33%;
	height:5.3rem;
}
.masthead li.logocontainer {
	line-height:5.3rem;
	/*font-size:5rem;*/
}

.masthead li.logocontainer .logoimagecontainer {
	width: 19.5rem;
	height: 1.6rem;
	background: url(NL_Desktop_Logo_Off.svg) center top no-repeat;
	background-size: cover;
	display: inline-block;
	overflow: visible;
}
.masthead li.logocontainer .logorollovercontainer {
	width:97px;
	height:29px;
	display:inline-block;
	outline:1px none red;
	overflow:hidden;
}
.masthead li.logocontainer .logorollovercontainer .logorolloverimagecontainer {
	position:absolute;
	left:0;
	top:0;
	width:97px;
	height:29px;
	background:url(JWA_Desktop_Logo_Bars.png) right top no-repeat;
	opacity:0;
	transition: opacity .5s;
	outline:1px none red;
}
.masthead li.logocontainer .logorollovercontainer .logorolloverimagecontainer.active {
	opacity:1;
}
#logoimagerollover {
	position:relative;
}

.masthead li a, .masthead li span {
	vertical-align:middle;
	text-decoration:none;
	color:#000;
	transition: color 0.1s ease-in-out;
}
.masthead li a:hover {
	color:#666;
}
.masthead li img {
	vertical-align:middle;
	outline:1px none blue;
	/*max-height:30px;*/
}
.masthead li .menudivider {
	font-size:.5rem;
	vertical-align:middle;
}

.masthead li span.headerlinkdivider {
	padding: 0 5px 0 5px;
}

.masthead li:first-of-type {
	text-align:left;
	padding-left:4.5rem;
	line-height: 5.3rem;
	float: left;
}

.masthead li:last-of-type {
	text-align: right;
	padding-right: 4.5rem;
	line-height: 5.3rem;
	float: right;
}

/* begin masthead icons */
.masthead li a.primary-menu-control {
	display:inline-block;
	width: 1.75rem;
	height: 1.3rem;
	background:url(NL_Desktop_Header_Menu_Off.svg) left top no-repeat;
	background-size:cover;
	opacity:1;
	transition:opacity .25s;
	outline:1px none red;
}
.masthead li a.primary-menu-control:hover {
	opacity:0.5;
}
.masthead li a.primary-menu-control.open {
	opacity:0;
}

.masthead li a.secondary-menu-control {
	display:inline-block;
	width:27px;
	height:20px;
	background:url(JWA_Desktop_Header_Featured_Off.svg) left top no-repeat;
	background-size:27px 20px;
	opacity:1;
	transition:opacity .25s;
	margin-left:20px;
	outline:1px none red;
}
.masthead li a.secondary-menu-control:hover {
	opacity:0.5;
}
.masthead li a.secondary-menu-control.open {
	opacity:0;
}

.masthead li .menu-supporting-text-container {
	position:relative;
	display:inline-block;
	width:140px;
	height:20px;
	opacity:1;
	transition:opacity .25s;
	margin-left:20px;
	vertical-align:middle;
	outline:1px none blue;
	line-height:20px;
}

.masthead li .menu-supporting-text-container .text-message {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:transparent;
	opacity:0;
	transition:opacity .25s;
	transition-delay: .0s; /* add value here to make off transition delayed */
	font-size:15px;
	letter-spacing:1px;
	color:#000;
	font-family: founders-grotesk-web-light;
}

.masthead li .menu-supporting-text-container .text-message.over {
	opacity:1;
	transition:opacity .25s;
	transition-delay: 0s; /* add value here to make on transition delayed */
}

.masthead li a.instagram-control {
	display:inline-block;
	width:1.5rem;
	height:1.5rem;
	background:url(NL_IG_Static.svg) left top no-repeat;
	background-size:cover;
	opacity:1;
	transition:opacity .25s;
	outline:1px none red;
}
.masthead li a.instagram-control:hover {
	opacity:0.5;
}

.masthead li .icon-cart {
	position:relative;
	display:inline-block;
	width:1.5rem;
	height:1.5rem;
	background:url(bag-2-pixel.svg) left top no-repeat;
	background-size:cover;
	opacity:1;
	transition:opacity .25s;
	outline:1px none red;
	margin-right:1rem;
	
}

.masthead li .icon-cart .cart-value {
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-46%);
	font-size:.75rem;
	color:#fff;	
}

.masthead li a.icon-cart:hover {
	opacity:0.5;
}

.masthead li a.search-control {
	display:inline-block;
	width:1.5rem;
	height:1.5rem;
	background:url(NL_IG_Static.svg) left top no-repeat;
	background-size:cover;
	opacity:1;
	transition:opacity .25s;
	outline:1px none red;
}
.masthead li a.search-control:hover {
	opacity:0.5;
}
.masthead li a.search-control.open {
	opacity:0;
}

.masthead li .search-supporting-text-container {
	position:relative;
	display:inline-block;
	width:140px;
	height:20px;
	opacity:1;
	transition:opacity .25s;
	margin-right:20px;
	vertical-align:middle;
	outline:1px none blue;
	line-height:20px;
}

.masthead li .search-supporting-text-container .text-message {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:transparent;
	opacity:0;
	transition:opacity .25s;
	transition-delay: .0s; /* add value here to make off transition delayed */
	font-size:14px;
	color:#000;
	font-family: founders-grotesk-web-light;
	font-size:15px;
	letter-spacing:1px;
}

.masthead li .search-supporting-text-container .text-message.over {
	opacity:1;
	transition:opacity .25s;
	transition-delay: 0s; /* add value here to make on transition delayed */
}

/* begin masthead 2 */
.masthead2 {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	min-width:1080px;
	font-family: founders-grotesk-web-light;
	height: 5.3rem;
	background:#FFF;
	color:#000;
	outline:1px none blue;
	transform: translate(0,-100%);
	transition: transform 0.25s cubic-bezier(0.42, 0, 0.88, 0.19);
	transition:transform 0.25s;
	z-index:990;
}

.masthead2.nav-up {
	transform:translate(0,0);
}

.masthead2.nav-down {
	transform:translate(0,-100%);
}

.masthead2 ul {
	position:relative;
	list-style:none;
	text-align:center;
	font-size:0;
	height: 5.3rem;
}

.masthead2 li {
	font-size:11px;
	display:inline-block;
	width:33.33%;
	height: 5.3rem;
}

.masthead2 li.logocontainer {
	position:relative;
	padding:0;
	height: 5.3rem;
	outline:1px none blue;
	vertical-align:top;
}

.masthead2 li.logocontainer .project-title {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height: 5.3rem;
	font-size:1rem;
	font-size:1rem;
	text-transform:uppercase;
	line-height: 5.6rem;
	letter-spacing: 0.1rem;
}

.masthead2 li.logocontainer .project-title.hidden {
	top:-85px;
}

.masthead2 li.logocontainer .project-nextback-container {
	position:relative;
	max-width:490px;
	height:5.3rem;
	outline:1px none red;
	margin:auto;
	top:-85px;
	opacity:0;
	font-size:0;
	transition:top .5s, opacity .5s;
}
.masthead2 li.logocontainer .project-nextback-container.shown {
	top:0px;
	opacity:1;
}

.masthead2 li.logocontainer .project-nextback-container .project-back {
	position:relative;
	display:inline-block;
	width:49.5%;
	height:5.3rem;
	outline:1px none red;
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center center;
	vertical-align:top;
}

.sepnextprev {
	width: 1px;
	height: 3.3rem;
	margin-top: 1rem;
	display: inline-block;
	border-right: 1px solid #000;
}
.masthead2 li.logocontainer .project-nextback-container .project-back .background {
	position:absolute;
	top:0;
	right:0;
	width:250px;
	/*opacity: 0;*/
	opacity: 1;
	max-height: 0;
	overflow: hidden;
	background-color: #FFF;
	/*	background-repeat:no-repeat;
        background-size:cover;
        background-position: center center;*/
	/*transition: width .25s;*/
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	/*overflow:hidden;*/
}

.masthead2 li.logocontainer .project-nextback-container .project-back .background.shown {
	opacity: 1;
	max-height: 500px;
	height: auto;
}

.masthead2 li.logocontainer .project-nextback-container .project-back .background .backgroundimage {
	/*position:absolute;
	right:0;
	top:0;*/
	width:250px;
	/*height:16.3rem;
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center center;*/
}
.backtitle {
	/*position: absolute;
    bottom: 0px;*/
	/* left: 0; */
	font-size: 1rem;
	/* height: 3.7rem;*/
	margin: 1.5rem auto 1.5rem;
	letter-spacing: 0.1rem;
	/* background-color: #000; */
	width: 65%;
	margin-left: 17.5%;
	/* text-align: left; */
	color: #000;
	
}
.masthead2 li.logocontainer .project-nextback-container .project-back .arrow {
	position:absolute;
	left:0;
	top:0;
	height:5.3rem;
	width:12px;
	background:url(JWA_Desktop_Side_Menu_Arrow_Left_Off.svg) left center no-repeat;
	opacity:1;
	transition:opacity .25s;
}

.masthead2 li.logocontainer .project-nextback-container .project-back:hover .arrow {
	opacity:1;
}

.masthead2 li.logocontainer .project-nextback-container .project-next {
	position:relative;
	display:inline-block;
	width:50%;
	height:5.3rem;
	outline:1px none red;
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center center;
	vertical-align:top;
}

.masthead2 li.logocontainer .project-nextback-container .project-next .background {
	position:absolute;
	top:0;
	right:0;
	width:250px;
	opacity: 1;
	max-height: 0;
	overflow: hidden;
	background-color: #FFF;
	/*background-repeat:no-repeat;
	background-size:cover;
	background-position: center center;*/
	/*transition: width .25s;*/
	-webkit-transition: max-height .25s ease-in-out;
	-moz-transition: max-height .25s ease-in-out;
	-ms-transition: max-height .25s ease-in-out;
	-o-transition: max-height .25s ease-in-out;
	transition: max-height .25s ease-in-out;
}

.masthead2 li.logocontainer .project-nextback-container .project-next .background.shown {
	opacity: 1;
	max-height: 500px;
	height: auto;
	/*height: 235px;*/
}

.masthead2 li.logocontainer .project-nextback-container .project-next .background .backgroundimage {

	background-repeat:no-repeat;
	background-size:cover;
	background-position: center center;
}

.masthead2 li.logocontainer .project-nextback-container .project-next .arrow {
	position:absolute;
	right:0;
	top:0;
	height:5.3rem;
	width:12px;
	background:url(JWA_Desktop_Side_Menu_Arrow_Right_Off.svg) right center no-repeat;
	opacity:1;
	transition:opacity .25s;
}

.masthead2 li.logocontainer .project-nextback-container .project-next:hover .arrow {
	opacity:1;
}

.project-back-title,.project-next-title {
	font-size:1rem;
	/*font-size:16px;*/
	text-align:center;
	text-transform:uppercase;
	color:#000;

	letter-spacing: 0.1rem;
	line-height: 5.54rem;
}

.masthead2 li a, .masthead li span {
	vertical-align:middle;
	text-decoration:none;
	color:#000;
	transition: color 0.1s ease-in-out;
}

.masthead2 li a:hover {
	color:#666;
}

.masthead2 li img {
	vertical-align:middle;
	outline:1px none blue;
	/*max-height:30px;*/
}

.masthead2 li .menudivider {
	font-size:.5rem;
	vertical-align:middle;
}

.masthead2 li span.headerlinkdivider {
	padding: 0 5px 0 5px;
}

.masthead2 li:first-of-type {
	text-align:left;
	padding-left:3.5rem;
	line-height:5.3rem;
}

.masthead2 li:last-of-type {
	text-align:right;
	padding-right:4.5rem;
	line-height:5.3rem;
	float: right;
}

/* begin masthead icons */
.masthead2 li a.project-menu-control {
	display:inline-block;
	width:20px;
	height:20px;
	background:url(JWA_Desktop_Secondary_Header_Close_Off.svg) left top no-repeat;
	background-size:cover;
	opacity:1;
	transition:opacity .25s;
	outline:1px none red;
}

.masthead2 li a.project-menu-control:hover {
	opacity:0.5;
}

.masthead2 li a.project-menu-control.open {
	opacity:0;
}

.masthead2 li a.related-menu-control {
	position:relative;
	display:inline-block;
	/*width:27px;
	height:21px;*/
	width: 1.75rem;
	height: 1.2rem;
	/*background:url(JWA_Desktop_Secondary_Header_Filter_Off.svg) left top no-repeat;*/
	background-size:cover;
	opacity:1;
	transition:opacity .25s;
	margin-left:13px;
	outline:1px none red;
}

.masthead2 li a.related-menu-control .line {
	position:absolute;
	left:0;
	width:100%;
	height:1px;
	background:#000;
}

.masthead2 li a.related-menu-control .line.top {
	top:0;
}

.masthead2 li a.related-menu-control .line.middle {
	top:50%;
	transform:translateY(0px);
}

.masthead2 li a.related-menu-control .line.bottom {
	top:auto;
	bottom:0;
}

.masthead2 li a.related-menu-control .line-dot {
	position:absolute;
	width:6px;
	height:3px;
	background:#000;
	transition:left .25s
}

.masthead2 li a.related-menu-control .line.top .line-dot {
	top:-1px;
	left:calc(100% - 6px);
}

.masthead2 li a.related-menu-control .line.middle  .line-dot{
	left:0;
	top:50%;
	transform:translateY(-2px);
}

.masthead2 li a.related-menu-control .line.bottom  .line-dot{
	top:auto;
	bottom:-1px;
	left:calc(100% - 6px);
}

.masthead2 li a.related-menu-control:hover {
	opacity:0.5;
}

.masthead2 li a.related-menu-control:hover .line.top .line-dot {
	left:0;
}

.masthead2 li a.related-menu-control:hover .line.middle  .line-dot{
	left:calc(100% - 6px);
}

.masthead2 li a.related-menu-control:hover .line.bottom  .line-dot{
	left:0;
}


.masthead2 li a.related-menu-control.open {
	opacity:0;
}

.masthead2 li .menu-supporting-text-container {
	position:relative;
	display:inline-block;
	width:12rem; /* update by ND */
	height:5.3rem;
	opacity:1;
	transition:opacity .25s;
	margin-left:20px;
	vertical-align:middle;
	outline:1px none blue;
	line-height:5.6;
}

.masthead2 li .menu-supporting-text-container .text-message {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:transparent;
	opacity:0;
	transition:opacity .25s;
	transition-delay: .0s; /* add value here to make off transition delayed */
	color:#000;
	font-family: founders-grotesk-web-light;
	font-size:1rem;
	text-transform:uppercase;
	letter-spacing:1px;
}

.masthead2 li .menu-supporting-text-container .text-message.over {
	opacity:1;
	transition:opacity .25s;
	transition-delay: 0s; /* add value here to make on transition delayed */
}

.masthead2 li a.search-control {
	display:inline-block;
	width:1.2rem;
	height:1.3rem;
	background:url(JWA_Desktop_Header_Search_Off.svg) left top no-repeat;
	background-size:cover;
	opacity:1;
	transition:opacity .25s;
	outline:1px none red;
}

.masthead2 li a.search-control:hover {
	opacity:0.5;
}

.masthead2 li a.search-control.open {
	opacity:0;
}

.masthead2 li .search-supporting-text-container {
	position:relative;
	display:inline-block;
	width:140px;
	height:20px;
	opacity:1;
	transition:opacity .25s;
	margin-right:20px;
	vertical-align:middle;
	outline:1px none blue;
	line-height:20px;
	/*display:none;*/
}

.masthead2 li .search-supporting-text-container .text-message {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:transparent;
	opacity:0;
	transition:opacity .25s;
	color:#000;
	font-family: founders-grotesk-web-light;
	font-size: 1rem;
	
	letter-spacing: 1px;
}

.masthead2 li .search-supporting-text-container .text-message.over {
	opacity:1;
}

.progresscircle {
	display:inline-block;
	outline:1px none red;
	position: relative;
	padding-top:0px;
	margin-right:0;
}
.progresscircle canvas {
	vertical-align: middle;
	margin-top:-2px;
}

/****** Slide in Panel content overlay ******/
.navigationoverlay {
	position:fixed;
	width:100%;
	left:0;
	top:0;
	height:100%;
	background:rgba(0,0,0,0.65);
	display:none;
	z-index:1002;
}
/*.navigationoverlay:hover {
	cursor: url('https://ydstag.3deephosting3.com.au/assets/css/cursor-close.cur'), auto;
}*/

/****** Begin Slide in Panels ******/

.leftpanel {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:1002;
	transform: translateX(-100%);
	transition:transform 0.25s cubic-bezier(0.42, 0, 0.88, 0.19);
	transition:transform 0.25s linear;
	transition:transform 0.5s cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
	background-color:transparent;
	opacity:1;
	overflow:auto;
	overflow-x:hidden;
	overflow:hidden;
}
.panelwrap {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	min-height:100%;
}
.panelcontent {

	position: relative;
	width: 40%;
	min-width:768px;
	max-width:768px;
	/*width: 625px;
    max-width: 625px;*/
	padding: 25px 50px 32px 50px;

	/*position:relative;
	width:40%;
	min-width:680px;
	max-width:680px;
	padding: 32px 30px 32px 30px;*/
	text-align:left;
	/*padding-top:85px;*/
	background-color:#fff;
	cursor:default;
	transform: translateX(0);
	transition:transform 0.25s linear;
	min-height:100%;
}
#relatedpanel .panelcontent, #relatedpanel_enquiry .panelcontent {
	position: relative;
	width: 40%;
	min-width:768px;
	max-width:768px;
	/*    width: 585px;
    max-width: 585px;*/
	padding: 27px 47px 32px 47px;
	/*position:relative;
    width:40%;
    min-width:680px;
    max-width:680px;
    padding: 32px 30px 32px 30px;*/
	text-align:left;
	/*padding-top:85px;*/
	background-color:#fff;
	cursor:default;
	transform: translateX(0);
	transition:transform 0.25s linear;
	min-height:100%;
}
#relatedpanel_enquiry .panelcontent {
	width: 40%;
	max-width:768px;
}
#relatedpanel_enquiry .enquiryformexp{
	margin-bottom:3.2rem;
}
#relatedpanel_enquiry .enquiryformexp ul{
	line-height:0.8;
}
.leftpanel .closearea {
	position:relative;
	/*width:calc(60% - 10px);*/
	width:100%;
	background-color:transparent;
	min-height:100%;
	/*cursor: url('https://ydstag.3deephosting3.com.au/assets/css/cursor-close.cur'), auto;*/
	/*display:none;*/
}

.leftpanel.open {
	left:0;
	transform: translateX(0);
	transition:transform 0.25s cubic-bezier(0.42, 0, 0.88, 0.19);
	transition:transform 0.5s linear;
}
.leftpanel.open.nudge .panelcontent {
	transform: translateX(-10px);
	transition:transform 0.25s linear;
}

.leftpanelclosebutton {
	position:relative;
	display:block;
	width:100%;
	height:22px;
	line-height:22px;
	text-align:left;
	text-decoration:none;
	font-size:12px;
	outline:1px none red;
	margin-bottom: 2.2rem;
}
.leftpanelclosebutton:before {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width: 1.5rem;
	height: 1.5rem;
	background:url(JWA_Desktop_Side_Menu_Close_Off.svg) left top no-repeat;
	background-size:cover;
	opacity:1;
	transition:opacity .25s;
}
.leftpanelclosebutton:hover:before {
	opacity:0.5;
}
/*.leftpanelclosebutton:after {
	content:"Close";
	
	text-align:right;
	width:80px;
	padding-left:35px;
	color:transparent;
	transition:color .25s;
	font-size:1rem;
}
.leftpanelclosebutton:hover:after {
	color:#000;
}*/

.rightpanel {
	position:fixed;
	right:0;
	top:0;
	width:100%;
	height:100%;
	z-index:1002;
	transform: translateX(100%);
	transition:transform 0.25s cubic-bezier(0.42, 0, 0.88, 0.19);
	transition:transform 0.25s;
	background-color:transparent;
	opacity:1;
	overflow:auto;
	overflow-x:hidden;
	overflow:hidden;
}
.rightpanel.open {
	right:0;
	transform: translateX(0);
	transition:transform 0.25s cubic-bezier(0.42, 0, 0.88, 0.19);
	transition:transform 0.25s;
}
.rightpanel.open.nudge {
	transform: translateX(10px);
	transition:transform 0.25s linear;
}

.rightpanel .closearea {
	position:relative;
	width:calc(100% - 10px);
	background-color:transparent;
	min-height:100%;
	/*cursor: url('https://ydstag.3deephosting3.com.au/assets/css/cursor-close-white.cur'), auto;*/
	display:none;
}


.rightpanel h3 {
	text-align:left;
	/*margin-left:4.23%;*/
	margin-bottom:16px;
}

.rightpanelclosebutton {
	position:relative;
	display:inline-block;
	width:100%;
	height:22px;
	line-height:22px;
	text-align:right;
	text-decoration:none;
	font-size:12px;
	outline:1px none red;
	margin-bottom:0px;
	margin-left:0px;
}
.rightpanelclosebutton:after {
	content:"";
	position:absolute;
	right:0;
	top:0;
	width:1.5rem;
	height:1.5rem;
	background:url(JWA_Desktop_Side_Menu_Close_Off.svg) left top no-repeat;
	background-size:cover;
	opacity:1;
	transition:opacity .25s;
}
.rightpanelclosebutton:hover:after {
	opacity:0.5;
}
/*.rightpanelclosebutton:before {
	content: "Close";
	
	text-align: right;
	width: 80px;
	letter-spacing: 0.1rem
	position: absolute;
	padding-right: 28px;
	color: transparent;
	transition: color .25s;
	font-size: 1rem;
	right: 0rem;
	top: 1rem;
	margin-top: -12px;
}
.rightpanelclosebutton:hover:before {
	color:#000;
}*/

.viewallbutton {
	position: absolute;
	right: 0;
	top: 60%;
	transform: translateY(-46%);
	width: 90px;
	height: 1.5rem;
	/* left: 0; */
	line-height: 1.1rem;
	text-align: left;
	text-decoration: none;
	font-size:1rem;
	outline: 1px none red;
	vertical-align: middle;
	font-family: founders-grotesk-web-light;
	display: block;
}
.viewallbutton.panelviewall {
	width:7.5rem;
}
.viewallbutton:after {
	content:"";
	position:absolute;
	right:0;
	top:0;
	width:1rem;
	height:1rem;
	background:url(NL_Desktop_View_More_Plus_Icon.svg) left top no-repeat;
	background-size:cover;
	opacity:1;
	transition:opacity .25s;
}
.viewallbutton:hover:after {
	opacity:1;
}
.viewallbutton:before {
	content:"View All";
	text-align:right;
	width:90px;
	padding-left:11px;
	color:transparent;
	transition:color .25s;
	font-size:0.95rem;
	letter-spacing:1px;
}
.viewallbutton:hover:before {
	color:#000;
}

.viewmorebutton {
	position:absolute;
	/*float:right;
	right:2.5rem;
	top:1.875rem;*/
	right:0;
	top:12%;
	transform: translateY(-50%);
	width:110px;
	height:22px;
	line-height:22px;
	text-align:left;
	text-decoration:none;
	font-size:0.9rem;
	outline:1px none red;
	vertical-align:middle;
	font-family: founders-grotesk-web-light;
}
.viewmorebutton:after {
	content:"";
	position:absolute;
	right:0;
	top:0;
	width:20px;
	height:20px;
	background:url(NL_Desktop_View_More_Plus_Icon.svg) left top no-repeat;
	background-size:cover;
	opacity:1;
	transition:opacity .25s;
}
.viewmorebutton:hover:after {
	opacity:0.5;
}
.viewmorebutton:before {
	content:"View More";
	text-align:right;
	width:105px;
	padding-left:0px;
	color:transparent;
	transition:color .25s;
	line-height: 25px;
	letter-spacing:2px;
}
.viewmorebutton:hover:before {
	color:#000;
}

.viewallarrow {
	position:relative;
	display:inline-block;
	float:right;
	width:2rem;
	height:2rem;
	background: url(3Deep_Carousel_Arrow_Right.png) center center no-repeat;
	background-size:cover;
}

.info-icon {
	/*position:absolute;*/
	position: relative;
	float: right;
	margin-top: -2.5rem;
	right:0;
	bottom:0;
	min-width:2.5rem;
	height:2.5rem;
	background:url(JWA_Desktop_Info_Icon_Off.png) right top no-repeat;
	background-size:2.5rem;
	opacity:1;
	transition: opacity .25s;
	z-index:101;
	width: auto;
	/*max-width:16.3rem;*/
	cursor:pointer;
}
.info-icon .credit {
	position:relative;
    right:0;
    bottom: 0;
	display:inline-block;
	width:auto;
	height: 2.5rem;
	line-height:1.5rem;
	margin-right:2.4rem;
	padding:0;
	background:rgba(0,0,0,1);
	color:transparent;
	text-align:right;
	opacity:0;
	transition: opacity .4s, max-width .8s;
	font-size:0;
	z-index:1000000000000000000;
	max-width:0;
}
.info-icon:hover {
	opacity:1;
}

.info-icon:hover .credit {
	width:auto;
	max-width: 100rem !important;
	opacity:1;
	font-size:1rem;
	padding:0.5rem 1rem 0.5rem 1rem;
	padding-right: 0.5rem;
	color:#fff;
}

.hero-carousel .info-icon .credit {
	position: absolute;
    right:0;
    bottom: 0;
	display:inline-block;
	width:auto;
	height: 2.5rem;
	min-height:2.5rem;
	line-height:1.5rem;
	margin-right:2.4rem;
	padding:0;
	background:rgba(0,0,0,1);
	color:transparent;
	text-align:right;
	opacity:0;
	transition: opacity .4s, max-width .8s;
	font-size:0;
	z-index:1000000000000000000;
	max-width:0;
	white-space: nowrap;
}

.hero-carousel .info-icon:hover .credit {
	width:auto;
	max-width: 100rem !important;
	opacity:1;
	font-size:1rem;
	padding:0.5rem 1rem 0.5rem 1rem;
	padding-right: 0.5rem;
	color:#fff;
}


.standard-carousel .info-icon {
	position:absolute;
	right:0;
	bottom:0;
	min-width:2.5rem;
	min-height:2.5rem;
	background:url(JWA_Desktop_Info_Icon_Off.png) right bottom no-repeat;
	background-size:2.5rem;
	opacity:1;
	transition: opacity .4s, max-width .4s;
	z-index:101;
	width: auto;

}
.standard-carousel .info-icon .credit {
	display:inline-block;
	/*position:relative;*/
	position: relative;
	right: 0;
	    bottom: 0;
	/* max-width: 0rem;
     white-space: nowrap;
     max-width:0rem;*/
	width:auto;
	max-width: 0;
	min-height: 2.5rem;
	line-height:1.5rem;
	margin-right:2.4rem;
	padding:0;
	background:rgba(0,0,0,1);
	color:#fff;
	text-align:right;
	opacity:0;
	transition: opacity .4s, max-width .8s, margin-top .4s;
	font-size:0;
	color:transparent;
	z-index:1000000000000000000;
}
/*.standard-carousel .info-icon:hover {
	opacity:1;
	height:auto;
}
.standard-carousel .info-icon.displayed .credit {
	max-width: 20rem;
	opacity:1;
}*/

.standard-carousel .info-icon.displayed .credit {
	max-width: 100rem;
	opacity:1;
	padding:0.5rem 1rem 0.5rem 1rem;
	padding-right: 0.5rem;
	font-size:1rem;
	color:#fff;
	height:auto;
}

/* Begin Added by ND from JWA 
.info-icon {
	position:absolute;
	right:0;
	bottom:0;
	min-width:2.5rem;
	height:2.5rem;
	background:url(JWA_Desktop_Info_Icon_Off.png) right top no-repeat;
	background-size:2.5rem;
	opacity:1;
	transition: opacity .25s;
	outline:1px none red;
	z-index:103;
}
.info-icon .credit {
	display:inline-block;
	position:relative;
	max-width:0rem;
	width:auto;
	height:2.5rem;
	line-height:2.5rem;
	margin-right:2.4rem;
	padding:0 1rem 0 1rem;
	background:rgba(0,0,0,1);
	color:#fff;
	text-align:left;
	opacity:0;
	transition: opacity .4s, max-width .4s;
	font-size:1rem;
}
.info-icon:hover {
	opacity:1;
}
.info-icon:hover .credit {
	max-width:30rem;
	opacity:1;
}
/* End Added by ND from JWA */



.additionalcontent {
	/*margin-top: 40px;*/
	padding-top:17px;
	border:1px solid #999;
	border-width: 1px 0px 0px 0px;
	font-family: 'FreightDispProMedium-Regular';
	font-style: normal;
	font-weight: 300;
}

.additionalcontent h3 a{
	text-decoration: none;
}
.additionalcontent.formenquire {
	float: left;
	width: 100%;
}

.formenquire .select-selected{
	padding: 0.9rem 0.7rem 0.9rem 0.7rem;
}

.additionalcontent.noline {
	border:none;
	margin-top:0px;
	padding-top:0px;
}

.additionalcontent h1, .additionalcontent h2, .additionalcontent h3, .additionalcontent p {
	position:relative;
	text-align:left;
}

.additionalcontent h3 {
	font-size:1.8rem;
	/*letter-spacing: 0.1rem;*/
	margin-bottom: 1.2rem;
	color:#000;
	text-transform: uppercase;
}
.additionalcontent h3.underlined {
	border:1px solid #999;
	border-width: 0px 0px 1px 0px;
	padding-bottom:16px;
	margin-bottom:32px;
}

.additionalcontent .meta-box-panel h3 {
    font-family: 'FreightDispProMedium-Regular';
    text-align: left;
    font-size: 1.4rem;
    letter-spacing: 0rem;
    margin-bottom: 0rem;
    margin-top: 1rem;
	text-transform: uppercase;
}

.additionalcontent p {
	font-family: 'FreightDispProMedium-Regular';
	font-style: normal;
	font-weight: 300;
	font-size:14px;
	margin-top:8px;
	margin-bottom:8px;
	text-align:left;
	line-height:1.2;
}
/***** Begin Subscribe Popup *****/
#closebox {
	position: absolute;
	right: 30px;
	top: 30px;
	width: 32px;
	height: 32px;
	display: block;
	padding: 0px;
	background: url(icon-popup-close.png) left top no-repeat;
}
#subscribe-box-wrapper{
	background-color: transparent;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right:0;
	top: 50%;
	margin-top:-200px;
	/* right: 50%; */
	width: 70%;
	max-width:83rem !important;

	color: #FFF;
	overflow: none;

}


#thankyoubox{
	display:none;
}
#subscribebox{
	background-color: #000;
	position: relative;
	bottom: 2em;
	color: #FFF;
	padding: 3.9rem 19.5rem;
}
#subscribebox .subscribe-form{
	position: relative;
}
#subscribebox #overlay{
	display:none;
	position:absolute;
	height:100%;
	width: 100%;
}
#subscribebox #overlay img{
	position: absolute;
	top: 50%;
	left: 50%;
}
#subscribebox h4, #subscribebox p{
	color: #FFF !important;
	/* font-size: 1.1rem; */
}
#subscribebox h4{
	font-family: 'FreightDispProMedium-Regular';
	margin-bottom: 2rem;
}
.subscribe-sub-text{
	font-size:1.5rem;
}
#subscribebox .email-address-wrapper{
	text-align: center;
	margin-bottom: 1.4rem;
}
#subscribebox #email_address{
	background-color:#FFF;
	padding: 1rem;
	width: 35rem;
}
#subscribebox #email_error{
	display:none;
}
#subscribebox #subscribesubmit{
	padding: 1.2rem;
	border: 1px solid #FFF;
	width: 35rem;
}
#subscribebox .privacy-policy-wrapper{
	margin-top:2.5rem;
	
	padding: 0 5rem;
	/* margin-left: 0; */
	/* margin-right: 0; */
}
/***** Begin Subscribe in Panel *****/

.additionalcontent .panelsubscribe {
	position:relative;
	width:70%;
	/*margin:auto;*/
	text-align:left;
}

.additionalcontent .panelsubscribe h3 {
	text-align:left;
	margin-bottom: 1.1rem;
	margin-top: 0.4rem;
}
.additionalcontent .panelsubscribe p {
	margin-bottom:12px;
}
.additionalcontent .panelsubscribe .panelsocialicons {
	margin-top:0px;
	text-align: left;
}
.additionalcontent .panelsubscribe a.socialicon {
	display:inline-block;
	width: 22px;
	height: 22px;
	outline:1px none red;
	padding:0;
	text-decoration:none !important;
	border:1px solid #000;
	border-radius: 50%;
	transition:all .25s;
	opacity:1;
	margin: 0 1px 0 1px;
	padding-top: 4px;
	font-size: 1.3rem;
	text-align: center;
}
/*.additionalcontent .panelsubscribe a.socialicon:hover {
	background-color: #DDD;
}*/
.additionalcontent .panelsubscribe a.socialicon:hover {
	opacity:0.5;
}

.additionalcontent .panelsubscribe .overlay {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:rgba(255,255,255,1);
	z-index:100;
	display:none;
}
.additionalcontent .panelsubscribe .overlay .overlaycontent{
	position:absolute;
	left:50%;
	top:3rem;
	width:100%;
	height:auto;
	text-align:center;
	transform: translateX(-50%) translateY(-50%);
}
.additionalcontent .meta-box-panel h4 {
	font-family: founders-grotesk-web-light;
	letter-spacing: 0rem;
	font-size:1.05rem;
}

.adrow img {
	width: 100%;
}
/***** End Subscribe in Panel *****/


.panelcontent .sitesearchcontainer {
	position:relative;
	left:0px;
	min-height:60px;
	font-family: founders-grotesk-web-light;
	border:1px solid #999;
	border-width:0px 0px 0px 0px;
	/*margin-left:4.23%;
	padding-right:4.23%;
	padding-top:5.8125rem;*/
	text-align:left;
	margin-bottom: 19px;
	margin-top: -5px;
}
.panelcontent .sitesearchcontainer p {
	text-align:left;
	width:100%;
	margin-bottom:0;
	border:1px solid #999;
	padding-bottom: 10px;
	border-width:0px 0px 1px 0px;
}
.panelcontent .sitesearchcontainer input[type=text] {
	width:85%;
	border-width:0px 0px 1px 0px;
	font-family: 'FreightDispProMedium-Regular';
	font-style: normal;
	font-weight: 200;
	font-size: 1.8rem;
	border:none;
	padding-left:0;
}
.panelcontent .sitesearchcontainer input[type=submit] {
	width:15%;
	background: transparent url(JWA_Desktop_Side_Menu_Search_Off.svg) right center no-repeat;
	background-size:1.2rem;
	color:transparent;
	opacity:1;
	transition:opacity .25s;
	font-family: 'FreightDispProMedium-Regular';
	font-style: normal;
	font-weight: 200;
	font-size:32px;
}
.panelcontent .sitesearchcontainer input[type=submit]:hover {
	width:15%;
	background: transparent url(JWA_Desktop_Side_Menu_Search_Off.svg) right center no-repeat;
	background-size:1.2rem;
	color:transparent;
	opacity:.5;
}
.extrabottomnline {
	border-bottom: 1px solid #999;
	border-width: auto !important;
}
/* Arrows */
.panelcontent .slick-prev, .panelcontent .slick-next {
	position: absolute;
	display: block;
	/*height: 17px;
	width: 11px;*/
	width: 0.825rem;
	height: 0.825rem;
	opacity: 1;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	padding: 0;
	border: none;
	outline: none;
	z-index: 99;
}
.panelcontent .slick-prev:hover, .panelcontent .slick-prev:focus, .panelcontent .slick-next:hover, .panelcontent .slick-next:focus { outline: none; opacity: 1; color: transparent; }
.panelcontent .slick-slider:hover .panelcontent .slick-prev, .panelcontent .slick-slider:hover .panelcontent .slick-prev:focus, .panelcontent .slick-slider:hover .panelcontent .slick-next, .panelcontent .slick-slider:hover .panelcontent .slick-next:focus { outline: none; opacity: 1; color: transparent; }
.panelcontent .slick-prev:hover:before, .panelcontent .slick-next:hover:before { opacity: 1; }
.panelcontent .slick-prev:focus:before, .panelcontent .slick-next:focus:before { opacity: 1 }
.panelcontent .slick-prev.slick-disabled:before, .panelcontent .slick-next.slick-disabled:before { opacity: 1; }

.panelcontent .slick-prev:before, .panelcontent .slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.panelcontent .slick-prev {
	/*right: 64px;
	top:-48px; */
	right: 39px;
	top: -36px;
	width: 0.85rem;
	height: 0.95rem;
	/* right: 45px;
     top: -36px;
     width: 15px;
     height: 15px;*/
	background-image: url('JWA_Desktop_Side_Menu_Arrow_Left_Off.svg');
	/*background-size:cover; */
	background-repeat: no-repeat;
	opacity:1
}
.panelcontent .slick-prev:hover {
	right: 39px !important;
	top: -36px !important;
	width: 0.85rem;
	height: 0.95rem;

	background-image: url('JWA_Desktop_Side_Menu_Arrow_Left_Off.svg');
	background-size: auto !important;
	background-repeat: no-repeat;
	/* background-size:cover;*/
	opacity:0.5 !important;
}
.panelcontent .slick-next {
	right: 0px;
	top:-36px;
	width: 0.85rem;
	height: 0.95rem;
	/* right: -5px;
     top: -36px;
     width: 15px;
     height: 15px;*/
	background-repeat: no-repeat;
	background-image: url('JWA_Desktop_Side_Menu_Arrow_Right_Off.svg');
	/*background-size:cover; */
	opacity:1
}
.panelcontent .slick-next:hover {
	right: 0px;
	top:-36px;
	width: 0.85rem;
	height: 0.95rem;
	/*right: -5px;
       top: -36px;
       width: 15px;
       height: 15px;*/

	background-image: url('JWA_Desktop_Side_Menu_Arrow_Right_Off.svg');
	background-size: auto !important;
	background-repeat: no-repeat;
	/* background-size:cover;*/
	opacity:0.5 !important;
}

.panelcontent .carouselnumbers {
	position:absolute;
	/*float:right;
	right:2.5rem;
	top:1.875rem;*/
	/*right:20px;
	top:50%;
	transform: translateY(-69%);
	width:34px;
	height:22px;
	line-height:22px;
	text-align:center;
	text-decoration:none;
	outline:1px none red;
	vertical-align:middle;
	font-family: founders-grotesk-web-light;
	font-size:16px;*/




	width: auto;
	float: right;
	right: 3%;
	height: 1.2rem;

	line-height: 1.1rem;
	text-align: center;
	text-decoration: none;
	outline: 1px none red;
	vertical-align: top;
	font-family: founders-grotesk-web-light;
	font-size: 0.9rem;
	/*font-size: 15px;*/
	/* height:15px;
     line-height: 15px;*/
	margin-left: 0rem;
	margin-top: 0rem;
}
#searchpanel .panelcontent .carouselnumbers {
	margin-top: -0.1rem;
}

.panelcontent label {
	display:inline;
	font-family: helvetica,sans-serif;
	font-size:12px;

}
.panelcontent input[type=text],.panelcontent input[type=password],.panelcontent input[type=email],.panelcontent input[type=submit],.panelcontent textarea,.panelcontent select {
	width: 100%;
	padding: 0.6rem 1.5rem;
	font-family: founders-grotesk-web-light;
	font-size: 1rem;
	letter-spacing: .5px;
	color:#000;
	border: 1px solid #999;
	background:transparent;
	outline:none;
}

.panelcontent .panelsubscribe input[type=text],.panelcontent .panelsubscribe input[type=password],.panelcontent .panelsubscribe input[type=email],.panelcontent .panelsubscribe input[type=submit],.panelcontent .panelsubscribe textarea,.panelcontent .panelsubscribe select {
	width: 75%;
	padding: 0.6rem 1rem;
	font-family: founders-grotesk-web-light;
	font-size: 1.1rem;
	letter-spacing: .5px;
	color:#000;
	border: 1px solid #999;
	background:transparent;
	outline:none;
}
.panelcontent .panelsubscribe input[type=submit] {
	background-color: #000;
	color: #FFF;
}
.panelcontent textarea {
	min-height:220px;
	font-family: founders-grotesk-web-light;
	font-size:19.2px;
	letter-spacing:.5px;
}
.panelcontent select {
	padding:11.2px;
}
.panelcontent input[type=submit].disabled {
	opacity:0.5;
}
.panelcontent input[type=submit] {
	background:#000;
	
	color:#fff;
	cursor:pointer;
	font-family: founders-grotesk-web-light;
	border:none;
	background: linear-gradient(to left, #000 50%, #808080 50%);
	background-size: 200% 100%;
	background-position:right bottom;
	transition:background-position .1s linear;
	transition:background-position .1s cubic-bezier(0.55, 0.06, 0.68, 0.19);

}

.panelcontent input[type=submit]:hover {
	/*background:#808080;*/
	background: linear-gradient(to left, #000 50%, #808080 50%);
	background-size: 200% 100%;
	background-position:left bottom;
}
.panelcontent input[type=submit].disabled {
	/*background:#808080;*/
	background: linear-gradient(to left, #000 50%, #808080 50%);
	background-size: 200% 100%;
	background-position:left bottom;
	opacity:0.5;
}

.panelcontent input[type=button] {
	width:100%;
	padding:19.2px;
	font-family: founders-grotesk-web-light;
	font-size:16px;
	color:#000;
	border: 1px solid #999;
	background:transparent;
	outline:none;
	cursor:pointer;
}

.panelcontent input[type=button].disabled {
	opacity:0.5;
}

.panelcontent input[type=button]:hover {
	background:#808080;
	color:#fff;
}

/****** End Slide in Panels ******/


/* end masthead icons */

/* end masthead */

/* Begin Main Menu Styles */

.mainmenu {
	position:relative;
	font-family: 'FreightDispProMedium-Regular';
	font-style: normal;
	font-weight: 200;
	margin-bottom: 1.8rem;
	/*outline:1px solid blue;*/
}

/* First Level */

.mainmenu > ul > li {
	position: relative;
	padding:0;
	text-transform: uppercase;
	z-index: 100;
	font-family: 'FreightDispProMedium-Regular';
	font-style: normal;
	font-weight: 200;
	font-size:1.8rem;
	/*outline:1px solid red;*/
	margin-bottom:0.4rem;
	transform: translateX(-2.5rem);
	transition: transform 1000ms ease, opacity 2000ms ease;
	transition-delay:0;
	opacity:0;
}

.leftpanel.open .mainmenu > ul > li {
	transform: translateX(0);
	opacity:1;
	transition: transform 1000ms ease, opacity 2000ms ease;	
}

.leftpanel.open .mainmenu > ul > li:nth-child(1) {
	transition-delay: 500ms;
}
.leftpanel.open .mainmenu > ul > li:nth-child(2) {
	transition-delay: 600ms;
}
.leftpanel.open .mainmenu > ul > li:nth-child(3) {
	transition-delay: 700ms;
}
.leftpanel.open .mainmenu > ul > li:nth-child(4) {
	transition-delay: 800ms;
}
.leftpanel.open .mainmenu > ul > li:nth-child(5) {
	transition-delay: 900ms;
}
.leftpanel.open .mainmenu > ul > li:nth-child(6) {
	transition-delay: 1000ms;
}
.leftpanel.open .mainmenu > ul > li:nth-child(7) {
	transition-delay: 1100ms;
}
.leftpanel.open .mainmenu > ul > li:nth-child(8) {
	transition-delay: 1200ms;
}
.leftpanel.open .mainmenu > ul > li:nth-child(9) {
	transition-delay: 1300ms;
}
.leftpanel.open .mainmenu > ul > li:nth-child(10) {
	transition-delay: 1400ms;
}
.leftpanel.open .mainmenu > ul > li:nth-child(11) {
	transition-delay: 1500ms;
}
.leftpanel.open .mainmenu > ul > li:nth-child(12) {
	transition-delay: 1600ms;
}
.leftpanel.open .mainmenu > ul > li:nth-child(13) {
	transition-delay: 1700ms;
}
.leftpanel.open .mainmenu > ul > li:nth-child(14) {
	transition-delay: 1800ms;
}
.leftpanel.open .mainmenu > ul > li:nth-child(15) {
	transition-delay: 1900ms;
}

.mainmenu > ul > li span {
	
	font-family: 'FreightDispProMedium-Regular';
}
.mainmenu > ul {
	position:relative;
}

.mainmenu > ul > li > a {
	text-decoration:none;
	color:#000;
	opacity:1;
	transition:opacity .25s;
}
.mainmenu > ul > li:hover > a {
	opacity:.5;
}
.mainmenu > ul > li.selected > a {
	opacity:.5;
}

/* Second Level */

.mainmenu > ul > li > ul {
	position: absolute;
	left: 0;
	top: 60px;
	min-width:400px;
	padding-top:1.5rem;
	padding-bottom:3rem;
	z-index: 101;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
	-moz-transition: visibility 0.3s ease, opacity 0.3s ease;
	-o-transition: visibility 0.3s ease, opacity 0.3s ease;
	transition: visibility 0.3s ease, opacity 0.3s ease;
	overflow:visible;
	font-family: founders-grotesk-web-light;
}

.mainmenu > ul > li:hover > ul {
	visibility: visible;
	opacity: 1;
}

.mainmenu > ul > li > ul > li {
	text-align:left;
	min-width:400px;
	margin:1.5rem 0 1.5rem 0;
	font-size:19.5px;
}
.mainmenu > ul > li > ul > li a {
	border:none;
	color:#000;
	font-size:19.2px;
	text-decoration:none;
	padding-bottom:2px;
}
.mainmenu > ul > li > ul > li a:hover {
	border:1px solid #000;
	border-width:0px 0px 1px 0px;
}
.mainmenu > ul > li > ul > li.selected a {
	border:1px solid #000;
	border-width:0px 0px 1px 0px;
}


/* End Main Menu Styles */

/* begin main content area */
.main {
	position:relative;
	padding-top:5.2rem;
	opacity:1;
}

.main > div {
	transform:translateY(9.375rem);
	opacity:0;
	transition:transform 1s ease, opacity 1.5s ease;
}
.main > div.loaded {
	transform:translateY(0);
	opacity:1;
}

.main > div.loaded.notransition {
	transform:none !important;
	transition:none !important;
}

.main .imageheader {
	transform:translateY(6.25rem);
	opacity:0;
	transition:transform 1s ease, opacity 1s ease;
	transition-delay: .4s;
	background-color: rgba(255,255,255,0.95);
}
.main .imageheader.loaded {
	transform:translateY(0);
	opacity: .95;
}

.main .imageheader.loaded.notransition {
	transform:none !important;
	transition:none !important;
}

.more {
	transform:translateY(-2.5rem);
	opacity:0;
	transition:transform 1s ease, opacity 1s ease;
}
.more.loaded {
	transform:translateY(0);
	opacity:1;
	margin-top: 4.5rem
}

a.socialicon:hover {
	opacity:0.5;
}
a.socialicon2 {
	width: 1.8rem !important;
	height: 1.8rem !important;
	display: inline-block !important;
	text-align: center !important;
	font-size: 1.1rem !important;

	border: 1px solid #000 !important;
	border-radius: 50% !important;
	margin-right: 0.2rem;
}
a.socialicon2:hover {
	opacity:0.5;
}
.socialicon2 i {
	line-height: 1.7rem !important;
}
/*.main div {
	transition: top 1s ease, opacity 1s ease;
}*/

/* end main content area */

/* begin footer */

.footer {
	position:relative;
	font-family: founders-grotesk-web-light;
	height:4.1rem;
	background:#f5f5f5;
	color:#000;
	margin:auto;
	margin-top:-52px;
	outline:1px none red;
	min-width:1080px;
}


.footermenucontainer {
	position:relative;
	width:100%;
	border: 1px solid #999;
	border-width: 1px 0px 0px 0px;
}

.footerleft {
	width:auto;
	padding-left:3.6%;
	/*height:60px;*/
	line-height:4.1rem;
	float:left;
	text-align:left;
}

.footerright {
	width:auto;
	/*height:60px;*/
	line-height:4.1rem;
	float:right;
	text-align:right;
	padding-right:3.7rem;
	outline:1px none blue;
}

.footer a, .footer span {
	display: inline-block;
	width: auto;
	/* height: 60px;
     line-height: 60px;*/
	text-decoration: none;
	font-size: 1rem;
	text-transform:uppercase;
	color: #000;
	margin-right: 10px;
	transition: color 0.1s ease-in-out;
	outline: 1px none green;
	text-align: left;
	letter-spacing: 0.1rem;

}
.footer a:hover {
	color:#333;
}
.footer span {
	width:180px;
}


.footer span.about {
	width: 10rem;
}
.footer span.customer-service {
	width:15.5rem;
}
.footer span.membership {
	width:180px;
}

.footer span.profile {
	width:180px;
}
.footer span.projects {
	width:180px;
}
.footer span.people {
	width:180px;
}
.footer span.contact {
	width:200px;
}
.footer span.footersocial {
	width:50px;
}
.footer span {
	width:11.25rem;
}
.footer span.profile {
	width:12.25rem;
}
.footer span.projects {
	width:17.25rem;
}
.footer span.people {
	width:11.25rem;
}
.footer span.contact {
	width:11.25rem;
}
.footer span.social {
	width:14.25rem;
}
.footer span.footersocial {
	width:3.125rem;
}

/* end footer */

/* begin footer extension */

.footerextension {
	font-family: founders-grotesk-web-light;
	display:none;
	background:#f5f5f5;
	color:#000;
	margin:auto;
	padding:2rem 0 5.75rem 0;
	outline:1px none blue;
	min-width:1080px;
}

.footerextensioncontainer {
	position:relative;
	width:100%;
}

.footerextensionleft {
	padding-left:3.6%;
	width:auto;
	line-height:60px;
	float:left;
	text-align:left;
	overflow:hidden;
}

.footerextensionright {
	width:auto;
	line-height:45px;
	float:right;
	text-align:right;
	padding-right:3.7rem;
	outline:1px none blue;
	overflow:hidden;
}
.footerextension a, .footerextension span {
	display:inline-block;
	width:180px;
	color:#000;
	vertical-align:top;
	margin-right:10px;
	text-decoration:none;
}


.footerextension .about {
	width: 10rem;
}
.footerextension .customer-service {
	width: 15.5rem;
}
span.membership{
	width:11rem !important;
}

.footerextension .profile {
	width:180px;
}
.footerextension .projects {
	width:180px;
}
.footerextension .people {
	width:180px;
}
.footerextension .contact {
	width:180px;
}
.footerextension .footersocial {
	width:80px;
}
.footerextension a, .footerextension span {
	display:inline-block;
	width:11.25rem;
	color:#000;
	vertical-align:top;
	margin-right:10px;
	text-decoration:none;
}
.footerextension .profile {
	width:12.25rem;
}
.footerextension .projects {
	width:17.25rem;
}
.footerextension .people {
	width:11.25rem;
}
.footerextension .contact {
	width:11.25rem;
}
.footerextension .footersocial {
	width:4.125rem;
	margin-top: 5px;
}
.footerextension ul li {
	padding:0;
	margin:.25rem 0 .25rem 0;
	margin:.5rem 0 .5rem 0;
	height:auto;
	line-height:1.2;
}
.footerextension ul li a {
	height:auto;
	width:auto;
	color:#000;
	font-size:1.2rem;
	padding-bottom:2px;
	border:1px solid transparent;
	border-width:0px 0px 1px 0px;
}
.footerextension ul li a:hover {
	border:1px solid black;
	border-width:0px 0px 1px 0px;
}
.footerextension ul.socialicons li {
	margin:0 0 .65rem 0;
}

.footerextension ul li a.socialicon {
	position:relative;
	display:block;
	/*width:36px;
	height:36px;*/
	width:22px;
	height:22px;
	border:1px solid #000;
	border-radius: 50%;
	outline:1px none red;
	padding:0;
	text-decoration:none !important;

	transition:opacity .25s;
	opacity:1;
}

.footerextension ul li a.socialicon:hover {
	/*opacity:0.5;*/
}

.facebook {
	position:relative;
	overflow:hidden;
}
.facebook:before {
	content:'';
	/*font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;*/
	position:absolute;
	left:0px;
	top:0px;
	width: 22px;
	height: 22px;
	background:url(JWA_Social_Icons_Facebook_Off.svg) center center no-repeat;
	background-size:100%;
	transform:scale(1,1);
	background-position-y: -1px;
	background-position-x: -1px;
	transition: transform .2s;
}
.facebook:hover:before {
	transform:scale(.95,.95);
}
.facebook:after {
	content:'';
	color: #FFF;
	/*font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;*/
	/*background-color: #8D8D8D;*/
	position:absolute;
	left:0px;
	top:0px;
	width: 22px;
	height: 22px;
	background:url(JWA_Social_Icons_Facebook_On.svg) center center no-repeat;
	background-size:100%;
	transform:scale(0,0);
	background-position-y: -1px;
	background-position-x: -1px;
	transition: transform .2s;
}
.facebook:hover:after {
	transform:scale(1,1);
}

.twitter {
	position:relative;
	overflow:hidden;
}
.twitter:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width: 22px;
	height: 22px;
	background:url(JWA_Social_Icons_Twitter_Off.svg) center center no-repeat;
	background-size:100%;
	background-position-y: -1px;
	background-position-x: -1px;
	transform:scale(1,1);
	transition: transform .2s;
}
.twitter:hover:before {
	transform:scale(.95,.95);
}
.twitter:after {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width: 22px;
	height: 22px;
	background:url(JWA_Social_Icons_Twitter_On.svg) center center no-repeat;
	background-size:100%;
	background-position-y: -1px;
	background-position-x: -1px;
	transform:scale(0,0);
	transition: transform .2s;
}
.twitter:hover:after {
	transform:scale(1,1);
}

.pinterest {
	position:relative;
	overflow:hidden;
}
.pinterest:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width: 22px;
	height: 22px;
	background:url(JWA_Social_Icons_Pinterest_Off.svg) center center no-repeat;
	background-size:100%;
	background-position-y: -1px;
	background-position-x: -1px;
	transform:scale(1,1);
	transition: transform .2s;
}
.pinterest:hover:before {
	transform:scale(.95,.95);
}
.pinterest:after {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width: 22px;
	height: 22px;
	background:url(JWA_Social_Icons_Pinterest_On.svg) center center no-repeat;
	background-size:100%;
	transform:scale(0,0);
	background-position-y: -1px;
	background-position-x: -1px;
	transition: transform .2s;
}
.pinterest:hover:after {
	transform:scale(1,1);
}

.youtube {
	position:relative;
	overflow:hidden;
}
.youtube:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width: 22px;
	height: 22px;
	background:url(JWA_Social_Icons_Youtube_Off.svg) center center no-repeat;
	background-size:100%;
	background-position-y: -1px;
	background-position-x: -1px;
	transform:scale(1,1);
	transition: transform .2s;
}
.youtube:hover:before {
	transform:scale(.95,.95);
}
.youtube:after {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width: 22px;
	height: 22px;
	background:url(JWA_Social_Icons_Youtube_On.svg) center center no-repeat;
	background-size:100%;
	background-position-y: -1px;
	background-position-x: -1px;
	transform:scale(0,0);
	transition: transform .2s;
}
.youtube:hover:after {
	transform:scale(1,1);
}

.instagram {
	position:relative;
	overflow:hidden;
}
.instagram:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width: 22px;
	height: 22px;
	background:url(JWA_Social_Icons_Instagram_Off.svg) center center no-repeat;
	background-size:100%;
	background-position-y: -1px;
	background-position-x: -1px;
	transform:scale(1,1);
	transition: transform .2s;
}
.instagram:hover:before {
	transform:scale(.95,.95);
}
.instagram:after {
	content:'';
	position:absolute;
	left:-1px;
	top:-1px;
	width: 22px;
	height: 22px;
	background-position-y: -1px;
	background-position-x: -1px;
	background:url(JWA_Social_Icons_Instagram_On.svg) center center no-repeat;
	background-size:100%;
	transform:scale(0,0);
	transition: transform .2s;
}
.instagram:hover:after {
	transform:scale(.89,.89);
}

#footersubscribe {
	width:auto;
}
#footersubscribe #footer_subscribe_email {
	/*width:265px;
	width:16.5625.rem;*/
	width: auto;
	max-width: 24rem;
	min-width: 18rem;
	display:inline;
	margin-right:0rem;
	color:#000;
	font-size:12px;
	font-size:1rem;
	transition: width 1s ease, opacity 1s ease;
}
#footersubscribe #footer_subscribe_email.processing {
	width:0px;
	opacity:0;
}
#footersubscribe #footer_subscribe_submit {
	width:120px;
	width:7.5rem;
	display:inline;
	
	background-color:#000;
	color:#fff;
	font-size:12px;
	font-size:1rem;
	transition: width 1s ease, opacity 1s ease, background-position .1s linear;
	transition: width 1s ease, opacity 1s ease, background-position .05s cubic-bezier(0.55, 0.06, 0.68, 0.19);
	background: linear-gradient(to left, #000 50%, #808080 50%);
	background-size: 200% 100%;
	background-position:right bottom;
}
#footersubscribe #footer_subscribe_submit:hover {
	color:#fff;
	background: linear-gradient(to left, #000 50%, #808080 50%);
	background-size: 200% 100%;
	background-position:left bottom;
}
#footersubscribe #footer_subscribe_submit.submitted {
	width:0px;
	opacity:0;
}
#footersubscribe #footer_subscribe_submit.disabled {
	background: linear-gradient(to left, #000 50%, #808080 50%);
	background-size: 200% 100%;
	background-position:left bottom;
}
#footersubscribe #footer_subscribe_thankyou {
	width:16.5625.rem;
	margin-right:5px;
	margin-right:0rem;
	color:#000;
	font-size:12px;
	font-size:1rem;
	display:none;
	margin-top: -1rem;
	float: right;
}
#footersubscribe #footer_subscribe_thankyou.activated {
	width:16.5625.rem;
	margin-right:5px;
	margin-right:0.3125rem;
	opacity:1;
}
#footersubscribe #footer_subscribe_spinner {
	display:none;
	position: absolute;
	width:30px;
	height:auto;
	vertical-align:middle;
	margin-right:10px;
	margin-right:0.625rem;
	top: 0.7rem;
	/* right: 0; */
	right: 14rem;
	display:none;
}

.footerextension .footercredits {
	padding-left:4.5rem;
	font-size:11px;
	font-size:1rem;
	text-align:left;
	margin-top:40px;
	margin-bottom:0;
}
.footerextension .footercredits a, .footerextension .footercredits span {
	display:inline-block;
	margin-right:20px;
	margin-right:1.25rem;
	width:auto;
	font-size: 1.2rem;
}
.footerextension .footercredits a:hover {
	border:1px solid black;
	border-width:0px 0px 1px 0px;
}
/* end footer extension */

/*************************** end structural styles ***************************/

/*************************** begin text content styles ***************************/

ul.decorative {
	font-size:1.2rem;
}
ul.decorative li:before {
	content:'\2013\2002';
}

/*************************** end text content styles ***************************/

/*************************** begin form styles ***************************/
.formcontainer {
	position:relative;
	outline:1px none red;
	margin-bottom:1rem;
	margin-top:2rem;
}

.formcolumn {
	position:relative;
	width:50%;
	float:left;
	margin:0;
	padding:0;
	text-align:left;
	outline:1px none blue;
	margin-bottom:2rem;
}
.formcolumn p:last-of-type {
	margin-bottom:0;
}

.leftcolumn {
	padding-right:1rem;
}

.rightcolumn {
	padding-left:1rem;
}

.formcontaineroverlay {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:rgba(232,232,232,0.8);
	z-index:100;
	display:none;
}
.formcontaineroverlaytext {
	position:absolute;
	width:100%;
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform:    translateY(-50%);
	-ms-transform:     translateY(-50%);
	-o-transform:      translateY(-50%);
	transform:         translateY(-50%);
}
.formcontaineroverlaytext h2{
	font-family: helvetica,sans-serif;
	text-align:center !important;
}
.formcontaineroverlaytext p{
	font-family: helvetica,sans-serif;
	text-align:center !important;
}
.formcontainer h3 {
	font-family: helvetica,sans-serif;
	font-size:.9rem;

	text-align:left;
	margin-bottom:2px;
	padding:0;
	color:#666;
}
.formcontainer p {
	font-family: helvetica,sans-serif;
	text-align:left;
	margin-bottom:2rem;
	color:#666;
}

label {
	display:inline;
	font-family: helvetica,sans-serif;
	font-size:.75rem;

}
input[type=text],input[type=password],input[type=email],input[type=submit],textarea,select {
	width:100%;
	padding: 0.6rem 0.7rem 0.6rem 0.7rem;
	font-family: founders-grotesk-web-light;
	font-size:1rem;
	letter-spacing:.5px;
	color:#000;
	border: 1px solid #999;
	background:transparent;
	outline:none;
}
textarea {
	min-height:7.75rem;
	font-family: founders-grotesk-web-light;
	font-size:1.2rem;
	letter-spacing:.5px;
}
select {
	padding:.7rem;
}
input[type=submit].disabled {
	opacity:0.5;
}
input[type=submit] {
	color:#fff;
	cursor:pointer;
	font-family: founders-grotesk-web-light;
	border:none;
	background: linear-gradient(to left, #000 50%, #808080 50%);
	background-size: 200% 100%;
	background-position:right bottom;
	transition:background-position .1s linear;
	transition:background-position .1s cubic-bezier(0.55, 0.06, 0.68, 0.19);
}
input[type=submit]:hover {
	background: linear-gradient(to left, #000 50%, #808080 50%);
	background-size: 200% 100%;
	background-position:left bottom;
	color: #FFF;
}
input[type=submit].disabled {
	background: linear-gradient(to left, #000 50%, #808080 50%);
	background-size: 200% 100%;
	background-position:left bottom;
	opacity:0.5;
}

input[type=button] {
	width:100%;
	padding:.85rem;
	font-family: founders-grotesk-web-light;
	font-size:1rem;
	color:#000;
	border: 1px solid #999;
	background:transparent;
	outline:none;
	cursor:pointer;
}

input[type=button].disabled {
	opacity:0.5;
}
/*input[type=button] {
	background:#000;
	color:#fff;
	cursor:pointer;
	font-family: founders-grotesk-web-light;
}*/
input[type=button]:hover {
	background:#808080;
	color:#fff;
}

/* begin footer subscribe form */

::-webkit-input-placeholder {
	color: #000;
}
:focus::-webkit-input-placeholder {
	color: transparent;
}

:-moz-placeholder { /* Firefox 18- */
	color: #000;
	opacity: 1;
}
:focus:-moz-placeholder { /* Firefox 18- */
	color: transparent;
	opacity: 1;
}

::-moz-placeholder {  /* Firefox 19+ */
	color: #000;
	opacity: 1;
}
:focus::-moz-placeholder {  /* Firefox 19+ */
	color: transparent;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #000;
}


#sitesearch input::-webkit-input-placeholder {
	color: #000;
}
#sitesearch input:focus::-webkit-input-placeholder {
	color: transparent;
}
#sitesearch input:-moz-placeholder { /* Firefox 18- */
	color: #000;
	opacity: 1;
}
#sitesearch input:focus:-moz-placeholder { /* Firefox 18- */
	color: transparent;
	opacity: 1;
}

#sitesearch input::-moz-placeholder {  /* Firefox 19+ */
	color: #000;
	opacity: 1;
}
#sitesearch input:focus::-moz-placeholder {  /* Firefox 19+ */
	color: transparent;
	opacity: 1;
}

#sitesearch input:-ms-input-placeholder {
	color: #000;
}

.fullscreen-overlay input::-webkit-input-placeholder {
	color: #fff;
}
.fullscreen-overlay input:focus::-webkit-input-placeholder {
	color: transparent;
}
.fullscreen-overlay input:-moz-placeholder { /* Firefox 18- */
	color: #fff;
	opacity: 1;
}
.fullscreen-overlay input:focus:-moz-placeholder { /* Firefox 18- */
	color: transparent;
	opacity: 1;
}

.fullscreen-overlay input::-moz-placeholder {  /* Firefox 19+ */
	color: #fff;
	opacity: 1;
}
.fullscreen-overlay input:focus::-moz-placeholder {  /* Firefox 19+ */
	color: transparent;
	opacity: 1;
}

.fullscreen-overlay input:-ms-input-placeholder {
	color: #fff;
}

#footer_subscribe_email::-webkit-input-placeholder {
	color: #000;
}
#footer_subscribe_email:focus::-webkit-input-placeholder {
	color: transparent;
}

#footer_subscribe_email:-moz-placeholder { /* Firefox 18- */
	color: #000;
}
#footer_subscribe_email:focus:-moz-placeholder { /* Firefox 18- */
	color: transparent;
}

#footer_subscribe_email::-moz-placeholder {  /* Firefox 19+ */
	color: #000;
}
#footer_subscribe_email:focus::-moz-placeholder {  /* Firefox 19+ */
	color: #000;
}

#footer_subscribe_email:-ms-input-placeholder {
	color: #000;
}

/* end footer subscribe form */

.errormessage {
	padding-top:5px;
	color:red;
	display:inline-block;
	font-size:1rem;
	text-align:left;
	margin:0;
    font-weight: normal;
    font-family: founders-grotesk-web-light
}
select.narrow {
	width:32%;
	margin-right:1.3%;
}
select.narrow:last-of-type {
	margin-right:0;
}
option {
	background:transparent;
}
.errormessage {
	display:none;
}

span.error{
    color: #FF0000 !important;
    font-size: 1rem;
    display: block;
    font-weight: normal;
    font-family: founders-grotesk-web-light
}

/* begin pseudoselect control */

.pseudoselect {
	position:relative;
	display:inline-block;
	width:100%;
	/*padding: .85rem 10px .85rem 10px;*/
	padding:.865rem;
	font-size:1.2rem;
	letter-spacing:.5px;
	color:#000;
	border: 1px solid #999;
	background:transparent;
	outline:none;
	margin-bottom:1.1em;
	margin-top:0;
	background:url(Desktop_Form_Arrow_Revised_Off.svg) calc(100% - 5px) no-repeat;
	/*background: #transparent url(Mobile_Down_Arrow.svg) no-repeat;*/
	background-size: 1.25rem .75rem;
	cursor:default;
	text-align:left;
}
.pseudoselect:hover {
	background:url(Desktop_Form_Arrow_Revised_On.svg) calc(100% - 5px) no-repeat;
	background-size: 1.25rem .75rem;
}
.pseudoselect.filter {
	width:18%;
	border:none;
	background:url(Desktop_Form_Arrow_Revised_Off.svg) left center no-repeat;
	background-size: 1.25rem .75rem;
	margin-bottom:0;
	margin-right:2%;
}
.pseudoselect.filter:hover {
	background:url(Desktop_Form_Arrow_Revised_On.svg) left center no-repeat;
	background-size: 1.25rem .75rem;
}
.pseudoselect.filter .selectiontext {
	padding-left: 20px;
}
.psselections {
	position:absolute;
	max-height:200px;
	left:0px;
	right:0px;
	top:66px;
	margin: 0px 8px 0px 10px;
	padding:10px;
	font-size:1rem;
	color:#333;
	border: 1px solid #999;
	background:#fff;
	overflow:auto;
	display:none;
	z-index:10000;
}
.psselections label {
	display:block;
	font-family: founders-grotesk-web-light;
	font-size:1rem;
	cursor:pointer;
	margin-bottom:10px;
	text-align:left;
}

.selectioncount {
	font-family: founders-grotesk-web-light;

	font-size:.9rem;
}

.pseudoselect.filter .psselections {
	max-height:none;
}

/* end pseudoselect control */

/* custom checkboxes for pseudoselect multi-select */

input[type=checkbox].multi-check {
	width:auto;
	margin:0;
	padding:0;
	opacity:0;
	margin-left:-15px;
}

input[type=checkbox].multi-check + span {
	font-size:.75rem;
	color:#999;
	cursor:pointer;
}
input[type=checkbox].multi-check:checked + span {
	color:#000;
}

/* custom radio buttons for pseudoselect standard-select */

input[type=radio].single-check {
	width:auto;
	margin:0;
	padding:0;
	opacity:0;
	margin-left:-15px;
}

input[type=radio].single-check + span {
	font-size:1rem;
	color:#000;
	cursor:pointer;
}
input[type=radio].single-check + span:hover {
	border:1px solid #000;
	border-width: 0px 0px 1px 0px;
}
input[type=radio].single-check:checked + span {
	color:#000;
	border:1px solid #000;
	border-width: 0px 0px 1px 0px;
}

/* custom checkbox and radio buttons */

label.checkboxcontainer {
	display:inline-block;
	font-size:1rem;
	color:#000;
	vertical-align:middle;
	cursor:pointer;
	padding-left:0 !important;
	
}
label.checkboxcontainer input[type=checkbox] {
	width:0px;
	height:0px;
	position:absolute;
	left:-9999px;
}
label.checkboxcontainer input[type=checkbox] + span {
	display:inline-block;
	vertical-align:middle;
	width:2rem;
	height:2rem;
	margin-bottom:1px;
	margin-right:10px;
	background:url(Desktop_Check_Box_Off.png) left top no-repeat;
	background-size:100%;
	outline:1px none red;
}

label.checkboxcontainer input[type=checkbox]:checked + span {
	background:url(Desktop_Check_Box_On.png) left top no-repeat;
	background-size:100%;
}

label.radiobuttoncontainer {
	display:inline-block;
	font-size:1rem;
	color:#000;
	vertical-align:middle;
	cursor:pointer;
}
label.radiobuttoncontainer input[type=radio] {
	width:0px;
	height:0px;
	position:absolute;
	left:-9999px;
}
label.radiobuttoncontainer input[type=radio] + span {
	display:inline-block;
	vertical-align:middle;
	width:2rem;
	height:2rem;
	margin-bottom:1px;
	margin-right:10px;
	background:url(Desktop_Check_Box_Off.png) center center no-repeat;
	background-size:99%;
	outline:1px none red;
}

label.radiobuttoncontainer input[type=radio]:checked + span {
	background:url(Desktop_Check_Box_On.png) center center no-repeat;
	background-size:99%;
	color:#000;
}

label.radiobuttoncontainer input[type=radio]:checked + span + span {
	color:#000
}

.formoverlay {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:rgba(255,255,255,1);
	display:none;
}

.formoverlay .overlaymessage {
	position:absolute;
	width:100%;
	height:auto;
	left:0px;
	top:50%;
	transform: translateY(-50%);
	text-align:center;
	outline:1px none red;
}
.formoverlay .overlaymessage h4 {
	font-size:1.6rem;
	margin-bottom:1.6rem;
}
.formoverlay .overlaymessage p {
	text-align:center;
}

/*************************** end form styles ***************************/

.topherocarousel {
	height: 60rem;
	height:72vh;
	outline:1px none blue;
	overflow:hidden;
}
/*.heromiddlepage {
	height:72vh !important;
	overflow:hidden !important;
	outline:1px solid blue !important;
}
.herocarouselmiddlepage {
   height: 68rem;
}*/
.herocarouselmiddlepage {
	/*padding-top: 56.25%;*/
	position: relative;
}

.herocarouselmiddlepage .herocarousel {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.herocarouselmiddlepageexp {
	height: 59.9em;
}
.carouselcontainer {
	position:relative;
	margin:0;
	padding:0;
}

.carousel {
	position:relative;
	margin:0;
	transition: top 1s ease, opacity 1s ease;
	outline:1px none blue;
}
.carouselcrossfade {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:red;
	opacity:1;
	display:none;
	background-color:#fff;
	background-position: center center;
	background-repeat:no-repeat;
	background-size:cover;
	/*border:10px solid red;
	outline:1px solid red;
	transition:opacity .2s linear;*/
}
.carouselimage {
	position:relative;
	display:block;
	margin-bottom:1rem;
}

.carouselimage-overlay {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	/*background-image:url(Desktop_YD_Brand_Tile_White_100.png);*/
	opacity:0;
	transition:opacity .25s;
	text-decoration:none !important;
}
.carouselimage:hover .carouselimage-overlay {
	opacity:0.3;
}
.carouselimage .viewdetailsbutton {
	display:block;
	position:absolute;
	width:50%;
	left:50%;
	top:50%;
	margin-top:-2rem;
	transform: translateX(-50%) translateY(-50%);
	opacity:0;
	transition:margin-top .25s, opacity .25s;
	padding:1rem 2rem 1rem 2rem;
	font-family: founders-grotesk-web-light;
	font-size:1.2rem !important;
	color:#000;
	background:rgba(243,243,243,0.4);
	text-decoration:none !important;
	border:1px solid #666;
	text-align:center;
}
.carouselimage:hover .viewdetailsbutton {
	top:50%;
	opacity:1;
	margin-top:0;
}
.grid-carousel.large .viewdetailsbutton {
	width:25%;
}

.carouselimage .pinterestbutton {
	position:absolute;
	width: 1.25rem;
	height: 1.25rem;
	top:1rem;
	right:1rem;
	background: transparent url(Desktop_Product_Pintrest_Icon_Off.png) left top no-repeat;
	background-size:cover;
}
.carouselimage .pinterestbutton:hover {
	background: transparent url(Desktop_Product_Pintrest_Icon_On.png) left top no-repeat;
	background-size:cover;
}

/*************************** begin page specific styles ***************************/

/* ABOUT */

.hero-carousel .imageheader .textcontainer.staticpage {
	padding: 3.25rem 15% 1rem 15%;
}

.small-center-grid p {
	line-height: 2rem;
}
/*.gridobject.aboutcarouseltop {.hero-carousel .imageheader .textcontainer.staticpagect
	margin-top: 0.5rem;
}*/
.blockspacer {
	height: 6rem;
}
/* CONTACT */
.hero-carousel .imageheader .textcontainer.staticpagect {
	padding: 3.25rem 15% 3.25rem 15%;
	/* min-height: 345px;*/
}
.margin3 {
	margin-bottom: 3rem !important;
}

/* FEEDBACK */
.margin22 {
	margin-bottom: 2.2rem !important;
}

/* LATEST */
.margin10 {
	margin-bottom: 1rem !important;
}
.shopcolumns h3 {
	margin-top: 0rem !important;
}
.minusmarginbottom28 {
	margin-bottom: -2.8rem !important;
}

/* ISSUE */
.marginbottom10 {
	margin-bottom: 1rem !important;
}
.margin24 {
	margin-bottom: 2.4rem;
}

.extrarow {
	margin-top: 6rem;
}

/* FEATURES */
.quote-text {
	font-family: 'FreightDispProMedium-Regular';
	text-align: center;
	font-size: 2.5rem;
}
.quote-text:before {
	content: "";
	display: block;
	width: 12rem;
	text-align: center;
	margin: 0rem auto 0.5rem;
	height: 5rem;
	/* background-size: cover; */
	background: url(NL_Quote_Open.svg) center center no-repeat;
	background-size: 1.625rem 1.125rem;
}
.quote-text:after {
	content:"";
	display: block;
	width: 12rem;
	text-align: center;
	margin: 0rem auto 2rem;
	height: 5rem;
	/* background-size: cover; */
	background: url(NL_Quote_Close.svg) center center no-repeat;
	background-size: 1.625rem 1.125rem;
}

.half-carousel-middle {
	display: inline-block;
	width: 47.8%;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.margin42 {
	margin-bottom: 4.2rem !important;
}

/* SUBSCRIPTION */
.img_card {
	float: right;
	width: 43%;
	margin-top: 0.7rem;
	font-size: 1rem;
	letter-spacing: 0.05rem;
	text-decoration: none;
	
}
.img_card img {
	float: left;
	width: 5rem !important;
	-moz-transition: all 0s !important;
	-webkit-transition: all 0s !important;
	transition: all 0s !important;
}
.img_card img:hover {
	-moz-transform: scale(1) !important;
	-webkit-transform: scale(1)!important;
	transform: scale(1)!important;
}



.img_card p {
	float: right;
}
.img_card a {

}
.subscribe-details {
	margin-top: 3rem;
}
.subscribe_button {
	display: block;
	padding: 1.3rem;
	background-color: #d8d8d8;
	color: #000;
	/*  width: 410px;*/
	text-decoration: none;
	text-align: center;
	
	transition: width 1s ease, opacity 1s ease, background-position .1s linear;
	transition: width 1s ease, opacity 1s ease, background-position .05s cubic-bezier(0.55, 0.06, 0.68, 0.19);
	/*background: linear-gradient(to left, #d8d8d8 50%, #000000 50%);*/
	background-size: 200% 100%;
	background-position:right bottom;
}
.subscribe_button:hover {
	color: #FFF !important;
	/*  background-color: #000;*/
	transition: width 1s ease, opacity 1s ease, background-position .1s linear;
	transition: width 1s ease, opacity 1s ease, background-position .05s cubic-bezier(0.55, 0.06, 0.68, 0.19);
	background: linear-gradient(to left, #d8d8d8 50%, #000000 50%);
	background-size: 200% 100%;
}
.content-accordeon {
	border-bottom: 1px solid #999;
}
.content-accordeon:last-child {
	border-bottom: 1px solid transparent;
}
.content-accordeon h4 {
	
	font-family: founders-grotesk-web-light !important;
	font-size: 0.9rem !important;
	line-height: 2.5rem !important;
	margin-top: 0rem !important;
	margin-bottom: 0rem !important;
	/*     margin-top: 0.5rem !important;
 margin-bottom: 0.5rem !important;*/
	cursor: pointer;
}

.content-accordeon h4:after {
	content: "";
	display: block;
	position: absolute;
	top: 0.7rem;
	right: 0rem;
	height: 1em;

	width: 1rem;
	background-size: 100%;
	background: url(NL_Desktop_Expand_Symbol_Off.svg) center center no-repeat;

}
.content-accordeon.open h4:after {
	content: "";
	display: block;
	position: absolute;
	top: 0.6rem;
	right: 0rem;
	height: 1rem;
	width: 1rem;
	background-position: center center;
	background-size: 100%;
	background: url(NL_Desktop_Product_Info_Closed.svg) center center no-repeat;

}
.content-accordeon p {
	font-size: 1rem !important;
	text-align: left;
	margin-bottom: 0.9rem !important;
}
.content-accordeon.open p {
	font-size: 1rem;
	margin-bottom: 0.9rem !important;
}
.content-accordeon .txt{
	display:none;
}
.content-accordeon.open txt{
	display:block;
}

.subscribe-info-accordeon {
	margin-top: 0.5rem;
	width: 100%;
}
.subscription .boxcanvas {
	position: relative;
}
.content-grid-item.landscape.subscription:before {
	padding-top: 0rem;
}

.subscription .title-meta .thumbprice{
	margin-top: -1.1rem;
}

.form-subscribe {
	margin: 3rem auto 1.5rem;
}

.form-subscribe input {
	
}
.form-subscribe .custom-select{
	width: 100%;
}

label.error{
	color:#ff0000;
}

.form-subscribe .field-separator {
	margin-bottom: 1rem;
}

.order-review {
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	text-align: right;
	padding-top: 0.5rem;
	padding-bottom: 0.6rem;
	margin-bottom: 1rem;
	
}
.line-item {
	margin-bottom: 0.3rem;
}
.line-item .desc-prod {
	display: inline-block;
	vertical-align: top;
	width: 70%;
	font-size: 0.95rem !important;
	letter-spacing: 0.06rem;
	text-align: left;
}
.line-item .cost {
	width: 29%;
	vertical-align: top;
	display: inline-block;
	text-align: right;
}
.subtotal {
	margin-top: 1.8rem;
}
.total {
	margin-top: 1.8rem;
}
.checkbox-approve {
	margin-top: 1.2rem;
	float: left;
	width: 80%;
}
.checkbox-approve.alignsideside {
	width: 100%;
}
.checkbox-approve.alignsideside .containercheck {
	/*text-decoration: underline;*/
}
.checkbox-approve.nomargin {
	margin-top: 0rem;
}
.final-order input[type=submit] {
	margin-top: 2.2rem;
}
/* Customize the label (the container) */
.containercheck {
	display: inline-block;
	position: relative;
	padding-left: 2.5rem;
	padding-top: 6px;
	text-decoration: none;
	cursor: pointer;
	
	font-size: 0.9rem;
	margin-right: .75rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.containercheck input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 2rem;
	width: 2rem;
	background-color: transparent;
	border: 1px solid #000;
	opacity: 0.5;
}

/* On mouse-over, add a grey background color */
.containercheck:hover input ~ .checkmark {
	background-color: transparent;
	border: 1px solid #000;
}

/* When the checkbox is checked, add a blue background */
.containercheck input:checked ~ .checkmark {
	/* background-color: #2196F3;*/
	border: 1px solid #000;
	background-size: cover;
	background: url(JWA_Desktop_Side_Menu_Close_Off.svg) center center no-repeat;


}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmarkcheck:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.containercheck input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.containercheck .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sideinput {
	display: inline-block;
	float:left;
	text-align: left;
}
.sideinput.rightsideinput .select-selected {
	/*border-left: none;*/
}
.step4 {
	margin-bottom: 1.5rem;
}
.req_text {
	
}
.address-recap .name {
	text-align: left;
	margin-bottom: 2.3rem !important;
	font-size: 0.95rem !important;
}
.address-recap {
	
}
.address-recap p {
	font-size: 0.95rem !important;
	line-height: 1rem !important;
	padding: 0;
	margin: 0;
	margin-bottom: 0.5rem !important;
}
.back_bt {
	margin-top: 1rem;
}
.back_button {
	position: relative;
	cursor: pointer;
	text-decoration: none;
	/*  font-weight: 900;*/
	padding-left: 1.5rem;
	/*font-family: 'founders-grotesk-web-regular' !important;*/
}
.back_button:before {
	position: absolute;
	content: "";
	top: 0rem;
	left: -5px;
	width: 2rem;
	height: 1rem;
	background: url(JWA_Desktop_Side_Menu_Arrow_Right_Off.svg) center center no-repeat;
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.order_message {
	padding-top: 12rem;
	padding-bottom: 9.5rem;
	text-align: center;
}
.order_message h3 {
	text-align: center !important;
	margin-bottom: 1rem !important;
}
.order_message h5 {
	text-align: center;
	font-family: 'founders-grotesk-web-regular' !important;
	font-size: 1rem !important;
	letter-spacing: 0.1rem;
	margin-bottom: 3rem !important;

}
.order_message p {
	text-align: center;
}


/* EXPERIENCES */
.experiencefullbleed {

}
.experiencefullbleed h3{
	line-height: 1 !important;
}
.sep-experience {
	border-top: 1px solid #E1E1E2;
	width: 32.5rem;
	margin: 3rem auto 3rem;
}
h3.pricecost {
	font-size: 3.6rem !important;
	letter-spacing: 0rem !important;
}
.hero-carousel .imageheader .textcontainer.experiencefullbleed {
	padding: 3.25rem 15% 1.5rem 15% !important;
}
.margin31 {
	margin-bottom: 3.1rem !important;
}
.threecolumn.experiences .title-meta {
	min-height: 6.5rem;
}

#enquiry_form .checkbox-approve{
	width:33rem !important;
}
#enquiry_form .checkbox-approve label{
	width:14rem  !important;
}
#enquiry_form .checkbox-approve label:nth-child(odd){
	float:left;
	margin: 0;
}
#enquiry_form .checkbox-approve label:nth-child(even){
	float:right;
}
.enquire-box {
	width: 32.5rem;
	padding-top: 3.7rem;
	margin: 0.5rem auto 3rem;
	border-top: 1px solid #E1E1E2;
}
.enquire-box.removeline {
	border-top: 0px solid #E1E1E2;
}
/*.enquire-box:nth-child(1) {
	border-top: 0px solid #E1E1E2;
	
}
.enquire-box:nth-child(2) {
	border-top: 1px solid #E1E1E2;
}*/
/*.enquire-box:last-child {
	border-top: 0px solid #E1E1E2;
}*/

.bt_enquire {
	display: block;
	letter-spacing: 0.1rem;
	padding: 0.9rem;
	text-decoration: none;
	
	text-align: center;
	color: #fff;
	cursor: pointer;
	font-family: founders-grotesk-web-light;
	border: none;
	background: linear-gradient(to left, #000 50%, #808080 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	margin-bottom: 1rem;
	transition: background-position .1s linear;
	transition: background-position .1s cubic-bezier(0.55, 0.06, 0.68, 0.19);
}
.chatconcierge_bt {
	width: 32.5rem;
	position: relative;
	letter-spacing: 0.1rem;
	display: block;
	padding: 1.2rem;
	text-decoration: none;
	line-height: 1rem;
	
	text-align: center;
	color: #000;
	border: 1px solid #D3D3D4 !important;
	cursor: pointer;
	font-family: founders-grotesk-web-light;
	border: none;
	background-color:#f3f3f3;

	transition: width 1s ease, opacity 1s ease, background-position .1s linear;
	transition: width 1s ease, opacity 1s ease, background-position .05s cubic-bezier(0.55, 0.06, 0.68, 0.19);
	/* background: linear-gradient(to left, #f3f3f3 50%, #808080 50%);
     background-size: 200% 100%;*/
	background-position:right bottom;

}
.chatconcierge_bt:after {
	content: '';
	/*top: 30%;
    right: 27%;
	position: absolute;*/
	margin-left: 7px;
	top: 2px;
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	background-size: cover;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	background-repeat: no-repeat;
	-webkit-mask-image: url(NL_Desktop_Concierge_Icon_Off.svg);
	mask-image: url(NL_Desktop_Concierge_Icon_Off.svg);
	background-color: #000;
	/* background-image: url(NL_Desktop_Concierge_Icon_Off.svg);*/
	width: 1.6rem;
	height: 1.5rem;
}
.chatconcierge_bt:hover {
	/* background-image: url(NL_Desktop_Concierge_Icon_On.svg);*/
	background: linear-gradient(to left, #f3f3f3 50%, #808080 50%);
	background-size: 200% 100%;
	color: #FFF;
}
.chatconcierge_bt:hover:after {
	-webkit-mask-image: url(NL_Desktop_Concierge_Icon_Off.svg);
	mask-image: url(NL_Desktop_Concierge_Icon_Off.svg);
	background-color: #FFF;


}
.button-concierge-area {
	margin-top: 4.5rem;
}

/*.chatconcierge_sidebar_bt {
	display: block;
	      padding: 0.9rem 0rem 0.7rem 2rem;

    letter-spacing: 0.05rem;
	text-decoration: none;
	
	text-align: left;
   color: #000;
       width: 75%;
   border: 1px solid #000 !important;
    cursor: pointer;
    font-family: founders-grotesk-web-light;
    border: none;
    background: linear-gradient(to left, #000 50%, #808080 50%);
       background-size: 1.5rem 1.5rem;
    background-repeat: no-repeat;
    background-image: url(NL_Desktop_Concierge_Icon_Off.svg);
    background-position: 87% center;
    transition: background-position .1s linear;
    transition: background-position .1s cubic-bezier(0.55, 0.06, 0.68, 0.19);
}
.chatconcierge_sidebar_bt:hover {
   background-image: url(NL_Desktop_Concierge_Icon_On.svg);
}	*/




.chatconcierge_sidebar_bt {
	position: relative;
	display: block;
	padding: 0.9rem 0rem 0.7rem 0rem;
	letter-spacing: 0.05rem;
	text-decoration: none;
	
	text-align: left;
	letter-spacing: 0.1rem;
	color: #000;
	width: 76%;
	border: 1px solid #999 !important;
	cursor: pointer;
	font-family: founders-grotesk-web-light;
	border: none;
	background-color:#f3f3f3;
	min-width: 190px;
	transition: width 1s ease, opacity 1s ease, background-position .1s linear;
	transition: width 1s ease, opacity 1s ease, background-position .05s cubic-bezier(0.55, 0.06, 0.68, 0.19);
	background: linear-gradient(to left, #f3f3f3 50%, #808080 50%);
	background-size: 200% 100%;
	background-position:right bottom;
	text-align: center;

}
.chatconcierge_sidebar_bt:after {
	content: '';
	/*top: 30%;
    margin-left: 5px;
	position: absolute;*/
	margin-left: 7px;
	top: 0px;
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-mask-image: url(NL_Desktop_Concierge_Icon_Off.svg);
	mask-image: url(NL_Desktop_Concierge_Icon_Off.svg);
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	background-color: #000;
	/*background-image: url(NL_Desktop_Concierge_Icon_Off.svg);*/
	width: 1.4rem;
	height: 1.2rem;
}
.chatconcierge_sidebar_bt:hover {
	/* background-image: url(NL_Desktop_Concierge_Icon_On.svg);*/
	background: linear-gradient(to left, #f3f3f3 50%, #808080 50%);
	background-size: 200% 100%;
	color: #FFF;
}
.chatconcierge_sidebar_bt:hover:after {
	-webkit-mask-image: url(NL_Desktop_Concierge_Icon_Off.svg);
	mask-image: url(NL_Desktop_Concierge_Icon_Off.svg);
	background-color: #FFF;


}




.carousel-centered-middle h3 {
	text-align: center !important;
	margin-bottom: 2.5rem !important;
}
.experience_interest_box {
	/*position: absolute;
	left: -15rem;*/
	margin-left: -15rem;
	/*width: 136px;*/
	width: 13.6rem;
	z-index: 10;
	background-color: #f5f5f5;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.experience_interest_box:nth-child(2) {
	display: none;
}
.experience_interest_box.fixed {
	position: fixed;
	left: 3rem;
	top: 71rem;
	width: 145px;
	z-index: 10;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	background-color: #f5f5f5;
}
.fixme {
	/*top:4.5rem;*/
	padding-top: 4.5rem;

	position: absolute;
}
.fixme.fixnow {
	top:0rem;
	position: fixed;
}
h3.experienceheader {
	text-align: center !important;
	margin-bottom: 3.2rem !important;
}
.google-object h3.experienceheader {
	margin-top: 1.2rem !important;
}
.experience_interest_box.fixnow .number-interest {
	font-family: 'FreightDispProMedium-Regular';
	font-size: 3rem;
	padding-top:3.5rem;

}
.experience_interest_box .number-interest {
	font-family: 'FreightDispProMedium-Regular';
	font-size: 3rem;
	padding-top:1rem;

}
.experience_interest_box .text-intesrest {
	border-top: 1px solid #999;
	margin-bottom: 0.5rem;
	margin-top: 0rem;
}
.experience_interest_box .text-intesrest p{
	text-align: left !important;
	font-family: 'FreightDispProMedium-Regular';
	
	line-height: 1.5rem;
	font-size: 1.3rem;
	margin-top: 1rem;
	margin-bottom: 0.6rem !important;
}
.experience_interest_box .text-intesrest a{
	text-decoration: none;
	letter-spacing: 0.05rem;
	
}
.textleft, .textleft p {
	text-align: left !important;
}

.block50 h3 {
	margin-bottom: 3rem !important;
}
.block50 {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	height: 100%;
	padding-right: 2rem;
}
.block50.paddindleft {
	padding-left: 2rem;
}
.blockform {
	width: 80%
}
.blockform input{
	margin-bottom: 1rem;
}
.block50.border-left {
	border-right: 1px solid #999;
}
.bookformblock {
	height: 800px;
}
.enquiryformexp {
	margin-bottom: 0;
}
.formgeneral {
	margin-top: 0;
	margin-left: 0px;
}
.formgeneral input {
	font-size:1rem !important;
	padding: 0.7rem !important;
}
.form_info {
	
	font-family: founders-grotesk-web-light;
	margin-bottom: 1.5rem;
	display: inline-block;
	margin-top: 0.6rem !important;
	letter-spacing: 0.05rem;
	font-size: 1rem;
}
.formenquire .formgeneral {
	width: 70%;
}

.formenquire .formgeneral .containercheck {
	margin-bottom: 0 !important;
}
.formgeneral .containercheck {
	font-size: 1rem;
	font-weight: 200;
	display: inline-block;
	width: 35rem;
	text-decoration: none;
	margin-bottom: 1rem;
	position: relative;
	padding-left: 2.7rem;
}
.formgeneral .containercheck.enquirecheck {
	width: 0rem;
	float:left;

}
.formgeneral textarea {
	min-height: 95px;
	padding-left: 10px;
	font-size: 1rem !important;
	margin-bottom: 1rem;
}
.formgeneral input[type=submit] {
	margin-top: 0rem;
	height: 2.5rem;
	
}
.formgeneral .req_text, .loginarea .req_text {
	font-family: founders-grotesk-web-light;
	margin-top: 0.2rem !important;
	font-size: 0.9rem !important;
	letter-spacing: 0.1rem !important;
}
.link_form {
	font-family: founders-grotesk-web-light;
}
.carousel-centered-middle .contact-map {
	margin-top: 0px;
}
.content-centered-middle-form {
	width: 88%;
	margin: 0px auto auto;
}
.border-sep.centercontenttitle.noheader {
	text-align: center;
	font-family: 'FreightDispProMedium-Regular' !important;
	font-size: 3rem !important;
	margin-top: 5rem;
	padding-bottom: 2.5rem;
	margin-bottom: 0rem !important;
	border-bottom: 0;
}
.formenquire.halfwidthform .formgeneral {
	width: 55%;
}
.form-three-input {
	width: 100%;
	float: left;
	display: inline-block;
}
.col_1_form {
	width: 33%;
	float: left;
}
.checkbox-area {
	margin-bottom: 1.5rem;
}
.checkbox-area label {
	padding-left: 2.5rem;
	font-size: 1rem;
	font-weight: 200;
	text-decoration: none;
}
.checkbox-area label a{
	text-decoration: underline;
}
.privacybottomtext {
	text-align: left;
	font-size: 1rem;
	line-height: 1.8rem;
}
.smallbottom{
	margin-bottom: 1.5rem;
}
.smallbottom p {
	width:80%; margin-bottom:0rem !important;
}
.addguest {
	display: block !important;
	width: 100% !important;
	/* height: 2.5rem;*/
	background-size: 202% 100% !important;
	margin: 0rem auto 0.4rem auto !important;
	padding: 0.7rem !important
}
h3.textleft {
	text-align: left !important;
}
.forgotpassword {
	font-family: 'founders-grotesk-web-regular';
	letter-spacing: 0.1rem;
}
.forgotpassword a{
	text-decoration: none;
}
.loginarea .blockform {
	width: 100%;
}
.loginarea input[type=submit] {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.fullconcierge {
	width: 100% !important;
	text-align: left !important;
	padding: 0.9rem 0rem 0.7rem 5.5rem !important;

	transition: width 1s ease, opacity 1s ease, background-position .1s linear;
	transition: width 1s ease, opacity 1s ease, background-position .05s cubic-bezier(0.55, 0.06, 0.68, 0.19);
	background: linear-gradient(to left, #f3f3f3 50%, #f3f3f3 50%);
	background-size: 200% 100%;
	background-position: right bottom;
}
.fullconcierge:after {
	/*right: 15% !important;*/
}
.login-centered-middle {
	position: relative;
	margin: 0px auto;
	width: 60%;
	text-align: left;
}
.login-content {
	margin-bottom: 3rem;
	margin-top: 3rem;
	font-size: 1rem;
	line-height: 1.8rem;
}
.login-content p{
	font-size: 1.05rem;
	line-height: 1.8rem;
}


/* SHOP */
.shop-menu-icons {

	display: inline-block;
	width: 9rem;
	height: 0.95rem;
}
.menu-shop-icon {
	display: inline-block;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	margin-right: 1.5rem;
	position: relative;
	cursor: pointer;
}
.menu-shop-icon:hover {
	opacity: 0.5;
}
.wishlist {

	background-image: url(NL_Desktop_Wishlist_Icon.svg);
	width: 1.3rem;
	height: 1.2rem;
}
.mini-cart {
	background-image: url(NL_Desktop_Shopping_Bag_Icon.svg);
	width: 1.5rem;
	height: 1.3rem;
}
.mini-cart span {
	color: #FFF !important;
	position: absolute !important;
	top: 0px;
	line-height: 1.7rem;
	left: 6px;
	font-size: 0.8rem;
}
.account-login {
	background-image: url(NL_Desktop_My_Account_Icon.svg);
	width: 1.3rem;
	margin-top: -3px;
	height: 1.6rem;
}

.main-menu-shop {
	text-align: center;
	margin-top: 2.5rem;
	padding-bottom: 2.5rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid #999;
}
.main-menu-shop ul {
	display: inline-block;
}
.main-menu-shop ul li {
	display: inline-block;
	margin: 0rem 5.8rem;
}
.main-menu-shop ul li a {
	text-decoration: none;
	padding-bottom: 2.5rem;
	letter-spacing: 0.095rem;
	
}
.main-menu-shop ul li a:hover {
	text-decoration: none;
	border-bottom: 2px solid #000;
	
}
.main-menu-shop ul li.has-submenu:hover .mega-submenu {
	display: block;
}
.mega-submenu {
	position: absolute;
	width: 100%;
	left: 0px;
	/* top: 0px; */
	margin-top: 2.5rem;
	background: rgba(0,0,0,0.9);
	z-index: 1;
	display: none;
}
.mega-submenu ul li {
	display:  inline-block;
	width: 16rem;
	margin: 0rem;
	text-align: left;
}
.mega-submenu ul li li{
	display: block;
}
.mega-submenu ul li a {
	color: #FFF;
	font-size: 0.9rem;
	letter-spacing: 0.05rem;
	font-family: 'founders-grotesk-web-regular';
}
.mega-submenu ul li a:hover {
	color: #FFF;
	border-bottom: transparent;
	opacity: 1;
}
.mega-submenu ul li ul li a {
	color: #FFF;
	letter-spacing: 0.05rem;
	padding-bottom: 0rem;
	opacity: 1;
	font-size: 0.9rem;
	font-family: 'founders-grotesk-web-light';
}
.mega-submenu ul li ul li a:hover {
	border-bottom: transparent;
	opacity: 1;
}
.mega-submenu ul {
	display: inline-block;
	vertical-align: top;
	width: 100%;

	margin: 3rem auto 1.29rem;
}
.mega-submenu ul ul{
	margin-top: 1.5rem;
}
.mega-submenu ul li ul li {
	display: block;
	font-family: 'founders-grotesk-web-light';
	margin-bottom: 0.65rem;
	vertical-align: top;
}

.minicart-box {
	background-color: #D8D8D8;
	position: absolute;
	right: 0px;
	
	width: 26rem;
	padding: 1.5rem;
}

.minicart-item .img {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 27%;
	background-size: cover;
	background-repeat: no-repeat;
}

.imgcont:before{
	padding-top: 133.45%;
	display: block;
	content: '';
}
.minicart-item .det-item {
	display: inline-block;
	
	text-align: left;
	color: #000;
	vertical-align: top;
	width: 51%;
	padding-left: 1rem;
}
.mini-cart-details {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding-top: 1.2rem;
	letter-spacing: 0.05rem;
	padding-bottom: 0.5rem;
}
.minicart-item {
	margin-bottom: 1.7rem;
}
.minicart-item .del-item {
	display: inline-block;
	vertical-align: top;
	width: 18%;
	text-align: right;
}
.nb-items {
	color: #000;
	letter-spacing: 0.05rem;
	margin-bottom: 1rem;
}
.det-item .title {
	font-family: 'founders-grotesk-web-regular';
	line-height: 1.5rem;
}
.det-item .descript {
	font-family: 'founders-grotesk-web-light';
	line-height: 1.5rem;
}
.det-item .costqt {
	font-family: 'founders-grotesk-web-light';
	line-height: 1.5rem;
	letter-spacing: 0.1rem;
}
.minicart-item .del-item img {
	width: 1rem;
	cursor: pointer;
}
.minicart-box {
	display: none;
}
.total-minicart {
	color: #000;
	margin-top: 1rem;
	letter-spacing: 0.1rem;
	margin-bottom: 1rem;
}
.control-minicart {
	margin-top: 0.5rem;
	display: inline-block;
}
.control-minicart a {
	border: 1px solid #999;
	text-align: center;
	text-decoration: none;
	font-size: 0.9rem;
	padding: 0.7rem 4.1rem 0.7rem 4.1rem;



	background-color:#D0D0D0;

	transition: width 1s ease, opacity 1s ease, background-position .1s linear;
	transition: width 1s ease, opacity 1s ease, background-position .05s cubic-bezier(0.55, 0.06, 0.68, 0.19);
	/*background: linear-gradient(to left, #D0D0D0 50%, #808080 50%);*/
	background-size: 200% 100%;
	background-position:right bottom;

}
.control-minicart a:hover, .control-minicart a.minicheckout:hover {
	background: linear-gradient(to left, #D0D0D0 50%, #808080 50%);
	background-size: 200% 100%;
	color: #FFF;
}

.control-minicart a.minicheckout {
	border-left: 0px;
	background-color: #000;
	border-color: #000;
	color: #FFF;
	transition: width 1s ease, opacity 1s ease, background-position .1s linear;
	transition: width 1s ease, opacity 1s ease, background-position .05s cubic-bezier(0.55, 0.06, 0.68, 0.19);
	/*background: linear-gradient(to left, #000 50%, #808080 50%);*/
	background-size: 200% 100%;
	background-position:right bottom;
}
.filtershop {
	margin-top: 2rem;
}
.filtershop a {
	font-family: 'founders-grotesk-web-light';
	border: 1px solid #999;
	text-align: center;
	text-decoration: none;
	font-size: 1.2rem;
	display: inline-block;
	width: 50%;
	padding: 0.7rem 0rem 0.7rem 0rem;
}
.prodextrabutton {
	display: inline-block;
}
.prodextrabutton a {
	border: 1px solid #999;
	text-align: center;
	display: inline-block;
	float: left;
	
	text-decoration: none;
	font-size: 0.9rem;
	padding: 0.6rem 3.7rem 0.6rem 3.7rem;
}
.noborderleft {
	border-left: 0px !important;
	padding-left: 3.8rem !important;
}
.noborderleft2 .select-selected{
	border-left: 0px !important;
}
.shopcolumns.secondrow {
	margin-top: 4.2rem;
}
.extended-carousel.shopcarousel .carouselnav {
	top:86%;
}
.extended-carousel img {
	/*width: 82.5rem !important;*/
}
.extended-carousel .slick-slide img {
	/*width: 83.5rem!important;
height: 62.5rem !important;*/
}
.extended-carousel .slick-slide {
	margin-right: 4rem;
}

.extended-carousel .slick-slide:hover * {
	color:#666;
	cursor:pointer;	
}


.single-prod-details {
	display: inline-block;
	vertical-align: top;
	width: 34%;
	padding-left: 4rem;
}
.single-prod-gallery {
	display: inline-block;
	vertical-align: top;
	width: 64%;
}
.singleprod h3{
	font-size: 3rem !important;
	margin-top: 0rem !important;
}
.singleprod .title-meta .thumbprice {
	font-family: 'FreightDispProMedium-Regular';
	font-size: 2.5rem;
	margin-top: 0rem;
}
.formenquire .formgeneral.centpercent {
	width: 100%;
}
.single-prod-details .formenquire {
	margin-top: 1rem;
}
.single-prod-details .select-items div, .single-prod-details .select-selected {
	text-align: center;
	margin-bottom: 0rem;
	height: 2.5rem;
}
.single-prod-gallery .standard-carousel .buttonprev {
	position: absolute;
	top: 50%;
	left: 2rem;
	width: 2rem;
	height: 2rem;
	background: url(NL_Desktop_Product_Left_Arrow_Off.svg) center center no-repeat;
}

.single-prod-gallery .standard-carousel .buttonnext {
	position: absolute;
	width: 2rem;
	height: 2rem;
	right: 2rem;
	background: url(NL_Desktop_Product_Right_Arrow_Off.svg) center center no-repeat;
	top:50%;
}
.single-prod-details .back_bt {
	position: absolute;
	bottom: 0;
}
.single-prod-details .content-accordeon:last-child {
	border-bottom: 1px solid transparent;
	margin-bottom: 2rem;
}
#selectsizing {
	display: none;
	position: absolute;
	position: absolute;
	width: 52rem;
	left: 50%;
	margin-left: -26rem;
	background-color: #FFF;
	top: 50%;
	padding: 8.25rem 4rem;
	z-index: 9999;
}
#selectsizing h2 {
	font-size: 3rem;
	
}
#selectsizing ul {
	display: inline-block;
}
#selectsizing ul li {
	display: inline-block;
	margin: 0rem 0.5rem;
}
#selectsizing ul li a{
	text-decoration: none;
	font-size: 2rem;
}
#sizingchartbox {
	display: none;
	position: absolute;
	position: absolute;
	width: 73rem;
	left: 50%;
	margin-left: -36.5rem;
	background-color: #FFF;
	top: 6rem;
	padding: 4rem;
	z-index: 9999;
}
#sizingchartbox h2 {
	font-size: 3rem;
	
}
.sizingcontent.topone {
	margin-bottom: 3rem;
}
#sizingchartbox p {
	font-size: 1rem;
	line-height: 1.8rem;
	margin-top: 2rem;
}
.tablechart table {
	width: 100%;
}
.tablechart table tr:first-child{
	border-top: 1px solid #999;
}
.tablechart table tr{
	border-bottom: 1px solid #999;
}
.tablechart table td{
	font-size: 1.2rem;
	width: 14%;
	text-align: center;
	padding-bottom: 1rem;
	padding-top: 1rem;
}
.tablechart table td.country{
	text-align: left;
	width: 15%;
	font-size: 1.2rem;
}
.closesizebox {
	cursor: pointer;
	position: absolute;
	right: 2rem;
	width: 2rem;
	top: 2rem;
	height: 2rem;
	background-image: url(NL_Desktop_Shopping_Bag_Rollover_Close_Off.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.result_research {
	margin-top: 1.5rem;
	margin-bottom: 1.2rem;
}

.result_research h3{
	text-align: center !important;
	font-size: 3rem !important;
	
}

.result_research p{
	text-align: center !important;
	font-size: 1.2rem !important;
	letter-spacing: 0.1rem;
	margin-bottom: 0rem;
	
}
/*************************** end page specific styles ***************************/

/*************************** Begin Content Object styles ***************************/

.content-object {
	padding: 0 3.6% 0 3.6%;
	outline:1px none red;
	text-align:left;
	/*margin-bottom: 5.1rem;*/
	margin-bottom: 4.8rem;
}
.troisquart-carousel {
	margin-bottom: 3rem !important;
}
.troisquart-carousel .experienceheader{
	margin-top: 0.9rem !important;
}
.content-object-single {
	padding: 0 3.6% 0 3.6%;
	outline:1px none red;
	text-align:left;
	margin-bottom: 1rem;
}
.content-object-single .experienceheader{
	margin-top: 1rem !important;
}
.content-object-single-car {
	padding: 0 3.6% 0 3.6%;
	outline:1px none red;
	text-align:left;
	margin-bottom: 3rem;
}
.content-object-single-car2 {
	padding: 0 3.6% 0 3.6%;
	outline:1px none red;
	text-align:left;
	margin-bottom: 3rem;
}
.content-object-single-nospace {
	padding: 0 3.6% 0 3.6%;
	outline:1px none red;
	text-align:left;
	margin-bottom: 0rem;
}
.content-object-sep {
	padding: 0 3.6% 0 3.6%;
	outline:1px none red;
	text-align:left;
}

.content-object.content-objectsep {
	margin-bottom: 3.7rem;
}
.content-object.content-objectsep  h3 {
	font-size: 0rem !important;
}
.content-object.fullbleed {
	padding: 0;
}

.content-object:last-of-type {
	margin-bottom:0;
}
.features_result {
	width: 100%;
}

.moduleheading {
	text-align:left;
	font-size:2rem;
	border:1px solid #999;
	border-width:1px 0 0 0;
	padding-top:1rem;
}
.left {
	float:left;
}
.right {
	float:right;
}

.boxcanvas {
	position: relative;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color:transparent;
	color: #000;
}

.prev-overlay {
	position:absolute;
	left:0;
	top:0;
	width:25%;
	height:95%;
	cursor: url('3Deep_Carousel_Arrow_Left_48.cur') 1 32, auto;
	z-index:10000;
}
.next-overlay {
	position:absolute;
	right:0;
	top:0;
	width:25%;
	height:95%;
	cursor: url('3Deep_Carousel_Arrow_Right_48.cur') 48 32, auto;
	z-index:10000;	
}

.textcontainer h2 {
	font-size:2rem;
}

.textcontainer p {
	font-size:1rem;
}
.imageheader {
	background:#f3f3f3;
	outline:1px none red;
	overflow:hidden;

}
.imageheader .textcontainer {
	transition:opacity .2s, color 2s;
}
.imageheader * {
	transition:color .2s;
}
.imageheader:hover * {
	color:#666 !important;
	cursor:pointer;
}

.imageheader a {
	text-decoration:none;
}

.carousel a {
	text-decoration:none;
}

a.slidelink {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color:transparent;
	color: transparent;
	z-index:2;
}
a.slidelink.playicon {
	background:url(Desktop_Video_Off.png) center center no-repeat;
	background-size: 150px 150px;
}
a.slidelink.playicon:hover {
	background:url(Desktop_Video_On.png) center center no-repeat;
	background-size: 150px 150px;
}

/*** begin text content object ***/

.rich-text-content {

}

.text-content-object {
	position: relative;
	width:41%;
	margin-left:9.6%;
	outline:1px none red;
}

.text-column {
	width:50%;
	float:left;
	padding:5%;
	outline:1px none red;
}

.text-content-object.centered {
	width:48%;
	margin:auto;
}

.text-content-object h3 {
	font-size:3.6rem;
	margin-bottom:3rem;
	text-align:center;
}

.text-content-object p {
	font-size:1.2rem;
	letter-spacing:.5px;
	margin-bottom:2rem;
	text-align:left;
	line-height:1.6;
}

/*** end text content object ***/

/*** begin project details content object ***/

.project-details-content {

}

.project-details-content .project-details-text {
	position: relative;
	width:41%;
	margin-left:9.6%;
	outline:1px none red;
	float:left;
}
.project-details-content .project-details-text h3 {
	font-size:3.6rem;
	margin-bottom:3rem;
	text-align:left;
}

.project-details-content .project-details-text p {
	font-size:1.2rem;
	letter-spacing:.5px;
	margin-bottom:2rem;
	text-align:left;
	line-height:1.6;
}
.project-details-content .project-stats {
	position: relative;
	width:32%;
	margin-right:5%;
	outline:1px none red;
	float:right;

}
.project-details-content .project-stats ul {
	text-align:left;
	width:68%;
}
.project-details-content .project-stats ul li {
	border:1px solid #999;
	border-width: 0 0 1px 0;
	padding-bottom:.5rem;
	margin-bottom:.5rem;
	font-size:1.2rem;
}

/*** end text content object ***/

/*** begin call to action text content object ***/

.call-to-action-text-module {
	position: relative;
	width:83%;
	max-width:1774px;
	max-width:1550px;
	max-width:1450px;
	margin:auto;
	padding-top:4rem;
	margin-bottom:4rem;
}

.narrow .call-to-action-text-module {
	width:53.66%;
	max-width:952px;
}

.call-to-action-text-module:before {
	content:"";
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	width:300%;
	border: 1px solid #999;
	border-width: 1px 0px 0px 0px;
}

.call-to-action-text-module h3 {
	font-size:3.8rem;
	margin-bottom:1rem;
	text-align:center;
}

.call-to-action-text-module p {
	font-size:1.2rem;
	letter-spacing:.5px;
	line-height:1.4;
	width:50%;
	margin:auto;
	margin-bottom:2rem;
	text-align:center;
}

.narrow .call-to-action-text-module p {

	width:75%;
	margin:auto;
	text-align:center;
	font-size:1.2rem;
	letter-spacing:.5px;
	margin-bottom:2rem;
	line-height:1.4;
}

/*** end call to action text content object ***/

/*** begin heading module ***/

.heading-module {
	position: relative;
	width: 100%;
	height:auto;
	outline:1px none green;
	text-align:left;
	margin:3rem 0 6rem 0;
}

.heading-module h3 {
	font-size:3.6rem;
	line-height:1;
	padding: 4rem 0 6rem 9.6%;
	text-align:left;
	border:1px solid #999;
	border-width:0 0 1px 0;
}

/*** end heading module ***/

/** seb custom **/
.fl {
	float: left;
}
.border-top-sep {
	border-bottom: 1px solid #999;
	width: 100%;
	border-width: 1px 0 1px 0;
}
.nomarginbottom, .nomarginbottom p {
	/*margin-bottom: 0px !important;*/
}
/*.nomarginbottom .about-content p {
	margin-bottom: 2rem !important;
}*/
.about-content.nomarginbottom p, .about-content.nomarginbottom {
	margin-bottom: 0rem !important;
}
.about-content.nomarginbottom {
	margin-bottom: 1.5rem !important;
}
.marginbottom {
	margin-bottom: 3.5rem
}
.marginbottom-carouselabout {
	margin-bottom: 0.6rem;
	/*    margin-top: 1rem;*/
	float: left;
}
.small-center-grid {
	margin: 0px auto;
	width: 48.5%;
	position: relative;
	text-align: left;
}


.small-center-grid.medium {
	width: 74%;
	max-width:1325px;
}

.small-center-grid p {
	text-align: left;
}
.content-centered-middle {
	margin: 0px auto;
	width: 74.3%;
	text-align: left;
}
.carousel-centered-middle {
	position: relative;
	margin: 0px auto;
	width: 74.25%;
	text-align: left;
	max-width:1325px;
}
.about-content {
	/*float: left;*/
	/*margin-bottom: 3rem!important;*/
}
.about-content h3 {
	margin-bottom: 2.6rem !important;
	text-align: center !important;
}
.contact-content {
	text-align: left;
	margin-bottom: 2.7rem;
}
.contact-content p {
	text-align: left;
	line-height: 2rem;
	margin-bottom: 2rem !important;
}
.contact-content h3 {
	font-size: 2.1rem !important;
	margin-bottom: 2.7rem !important;
}

.contact-content.nomarginbottom {
	margin-bottom: 0rem !important
}
.contact-content.nomarginbottom p{
	margin-bottom: 0rem !important
}
.booking-area-right {
	width: 69.7%;
	padding-left: 2.85em;
	margin-top: 3.7rem;
	display: inline-block;
	vertical-align: top;
	height: 100%;
	min-height: 800px;
	border-left: 1px solid #999;
}


.booking-area-left-sidebar {
	width: 29%;
	/*border-right: 1px solid #999;*/
	padding-right: 3rem;
	margin-top: 3.5rem;
	display: inline-block;
	vertical-align: top;
}
.menu-booking a {
	text-decoration: none;
	
	letter-spacing: 0.14rem;
	font-weight: 200;
	color: #808080;
	/*text-shadow: 1px 1px #DDD;*/
	padding-bottom: 0.3rem;
}
.menu-booking li {
	margin-bottom: 1.2rem;
}
.menu-booking a.selected {
	color: #000;
	font-family: 'founders-grotesk-web-regular';
	border-bottom: 1px solid #000;
}

.contact-area-left {
	width: 72.7%;
	padding-right: 3rem;
	margin-top: 3.7rem;
	display: inline-block;
	vertical-align: top;
	height: 100%;
	border-right: 1px solid #999;
}
.border-right {
	border-right: 1px solid #999;
}
.contact-area-right-sidebar {
	width: 25%;
	padding-left: 1.85rem;
	margin-top: 3.5rem;
	display: inline-block;
	vertical-align: top;
}
.contact-map {
	position: relative;
	margin-top: 4rem;
	overflow: hidden;
	padding-top: 75%;
	margin-bottom: 0.8rem;
}
.form-feedback {
	margin: 3.5rem auto 1.5rem;
	width: 60%;
}

.form-feedback input {
	margin-bottom: 1rem;
}


#interests-multiselect .select2{
	position: relative;
	font-family: founders-grotesk-web-light;
	font-size: 1rem;
	float: left;
	letter-spacing: .5px;
	color: #000;
	
	width:100% !important;
}

#interests-multiselect .select2-container .select2-selection--multiple{
	height:auto;
}

#interests-multiselect .select2-container--default .select2-search--inline .select2-search__field{
	font-family: founders-grotesk-web-light !important;
	
}
#interests-multiselect .select2-container--default .select2-selection--multiple .select2-selection__rendered{
	padding: 0px;
}
#interests-multiselect .select2-selection__rendered li{
	margin:0px;
	padding:0.5rem 0.7rem 0.5rem 0.7rem;
}

#interests-multiselect .select2-selection__rendered li input {
	margin:0px;
	padding:0;
}

#interests-multiselect .select2-container--default .select2-selection--multiple{
	background-color: #F5F5F5 !important;
	border: 1px solid #666;
}

#interests-multiselect .select2-container--default .select2-results__option{
	margin:0px;
}

#interests-multiselect .select2-container--default .select2-results__option--highlighted[aria-selected]{
	background-color:#999;
	text-decoration: none;
}

ul.select2-results__options li.select2-results__option{
	display:block !important;
	width:100% !important;
	text-align: left;
	
	padding:0.8rem 0.7rem 0.6rem 0.7rem;
	margin:0;
	font-size:1rem;
	font-family: founders-grotesk-web-light !important;
}
#interests-multiselect .select2-dropdown{
	background-color: #F5F5F5 !important;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;

}

/* Custom SELECT **/

/*the container must be positioned relative:*/
.custom-select {
	position: relative;
	font-family: founders-grotesk-web-light;
	font-size: 1rem;
	float: left;
	letter-spacing: .5px;
	color: #000;
}
.custom-select select {
	display: none; /*hide original SELECT element:*/
}
/* When three drop downs are next to each other (e.g. day/month/year), the middle drop drop down will be misaligned due to borders*/
/* apply .noborderright .noborderleft and .border-alignment-fix  */
.border-alignment-fix .select-items {
	margin-left: -1px;
}
.select-selected.select-arrow-active  {
	/*margin-bottom: 1rem;*/
	/* border: 1px solid #999;*/
}
/*style the arrow inside the select element:*/
.select-selected:after {
	position: absolute;
	content: "";
	top: 0.5rem;
	right: 10px;
	width: 1.5rem;
	height: 1.5rem;
	background: url(JWA_Desktop_Side_Menu_Arrow_Right_Off.svg) center center no-repeat;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	/* border: 6px solid transparent;
     border-color: #fff transparent transparent transparent;*/
}

#enquiry_form .select-selected:after {
	position: absolute;
	content: "";
	top: 0.75rem;
	right: 10px;
	width: 1.5rem;
	height: 1.5rem;
	background: url(JWA_Desktop_Side_Menu_Arrow_Right_Off.svg) center center no-repeat;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	/* border: 6px solid transparent;
     border-color: #fff transparent transparent transparent;*/
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
	background: url(JWA_Desktop_Side_Menu_Arrow_Right_Off.svg) center center no-repeat;
}
/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
	font-family: founders-grotesk-web-light;
	font-size: 1rem;
	letter-spacing: .5px;
	color: #000;
	
	padding: 0.6rem 0.7rem 0.6rem 0.7rem;
	background-color: #F5F5F5;
	border: 1px solid #999;
	/* border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;*/
	cursor: pointer;
}
.noborderright .select-selected, .noborderright input {
	border-right: 0;
}
.noborderright .select-items div {
	width: 100.5%;
}

#relatedpanel_enquiry .select-items div,#relatedpanel_enquiry .select-selected {
	background-color: #FFF;
}

#relatedpanel_enquiry .additionalcontent{
	padding-top:0px;
}
#relatedpanel_enquiry .additionalcontent .form_info{
	margin-top: 23px !important;
	margin-bottom: 23px;
	display: block !important;
}
#relatedpanel_enquiry .formgeneral input {
	padding: 0.9rem !important;
	/*margin-bottom:1.2rem !important;*/
}


.select-items div {
	border-top:0px;
	border-bottom: 0px;
	border-right:0;
}
.select-items div:last-child {
	border-bottom: 1px solid #999;
}
/*style items (options):*/
.select-items {
	/* position: absolute;
         top: calc(100% - 1.1rem);
     left: 0;
     right: 0;*/
	position: absolute;
	width: 100%;
	margin-top: -1px;
	margin-bottom: 1rem;
	z-index: 99;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	max-height:150px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.almostthere p {
	margin-bottom: 1.2rem !important;
}
/*hide the items when the select box is closed:*/
.select-hide {
	display: none;
}
.select-items div:hover {
	background-color: #999;
	color: #000;
}
#relatedpanel_enquiry .select-items div:hover {
	background-color: #999;

}
.form-feedback label {
	font-size: 1rem;
	margin-bottom: 1.5rem;
	width: 100%;
	margin-top: 0.5rem;
	display: inline-block;
	
}
.form-feedback textarea {
	font-size: 1rem;
	
}
.form-feedback input[type="submit"] {
	
}
.link_form {
	margin-top: 3.5rem;
	font-size: 1.2rem;
}
.req_text {
	margin-top: -0.2rem;
	font-size: 1rem;
	letter-spacing: 0.05rem;
}
/*** begin hero carousel ***/

.hero-carousel {
	position: relative;
	width: 100%;
	height:auto;
	outline:1px none red;
	padding:0 !important;
	text-align:left;
	margin-bottom: 4rem !important;
}


.hero-carousel .prevbutton, .hero-carousel .nextbutton {
	position: absolute;
	display: block;
	height: 100%;
	width: 25%; 
	opacity: 1; 
	line-height: 0; 
	font-size: 0; 
	background: transparent; 
	color: transparent; 
	top: 0; 
	padding: 0; 
	border: none; 
	outline: 1px none red;
	z-index:1000;
}
.hero-carousel .prevbutton {
	left:0;
	/*cursor: url('Arrow_Carousel_Left_R.cur'), auto;*/
	cursor: url('3Deep_Carousel_Arrow_Left_48.cur') 1 32, auto;
}
.hero-carousel .nextbutton {
	right:0;
	/*cursor: url('Arrow_Carousel_Right_R.cur'), auto;*/
	cursor: url('3Deep_Carousel_Arrow_Right_48.cur') 48 32, auto;
}


.hero-carousel .boxcanvas {
	position:relative;
	background-color:#fff;
	background-position: center top;
	background-repeat:no-repeat;
	background-size:cover;
}

.hero-carousel .boxcanvas.islinked {
	cursor:pointer;
}

/*.hero-carousel .imageheader {
	position: relative;
	left: 50%;
	margin-left: -34.6%;
	margin-top: -5.25rem;
	width: 69%;
	min-height: 12.5rem;
	text-align: left;
	color: #000;
	outline: 1px none red;
	max-width:1325px;
}*/

.hero-carousel .imageheader {
	position: relative;
	/*left: 50%;
	margin-left: -34.6%;*/
	margin:-4.2rem auto 0 auto;
	/*margin:-5.25rem auto 0 auto;
	/*margin-top: -5.25rem;*/
	width: 69%;
	min-height: 12.5rem;
	/*text-align: left;*/
	color: #000;
	outline: 1px none red;
	max-width:1325px;
	overflow:visible;
}

.hero-carousel .imageheader .textcontainer {
	position:relative;
	width:100%;
	height:auto;
	outline:1px none green;
	text-align: center;
	padding: 3.25rem 15% 3.25rem 15%;
}


body.subscribe .hero-carousel .imageheader .textcontainer {
	padding: 3.25rem 15% 6.6rem 15%;
}



.hero-carousel .imageheader h3, .hero-carousel .imageheader .p1{
	font-family: 'FreightDispProMedium-Regular';
	font-size: 3.65rem;
	font-size: 4rem;
	line-height: 1.1;
	letter-spacing: 0.2rem;
	margin-bottom:1rem;
	text-align:center;
	text-transform:uppercase;
}

.hero-carousel .imageheader h4, .hero-carousel .imageheader .subtitle {
	font-family: 'FreightDispProMedium-Regular';
	letter-spacing: 0.1rem;
	font-family: 'founders-grotesk-web-light';
	font-size:1.125rem;
	text-transform:uppercase;
	margin-bottom:1rem;
}

.experience-single .hero-carousel .imageheader h4, .experience-single .hero-carousel .imageheader .subtitle {
	font-family: 'founders-grotesk-web-light';
	letter-spacing: 0.1rem;
	font-size:1.125rem;
	text-transform:uppercase;
}

.experience-single .hero-carousel .imageheader h3 {
	margin-bottom:2rem;
}

.experience-single .hero-carousel .imageheader .sep-experience {
    border-top: 1px solid #E1E1E2;
    width: 32.5rem;
    margin: 2rem auto 2rem;
}

.hero-carousel .imageheader p {
	font-family: founders-grotesk-web-light;
	font-style: normal;
	font-weight: 200;
	font-size:1.1rem;
	margin-bottom:1rem;
	letter-spacing:0.5px;
	text-align:center;
	padding: 0 15% 0 15%;
}
.hero-carousel .imageheader p:last-of-type {
	margin-bottom:0;
}

/*.hero-carousel .carouselnav {
	position: relative;
	display: inline-block;
	width: auto;
	float: right;
	right: 11%;
	height: 1.275rem;
	line-height: 1.275rem;
	text-align: center;
	text-decoration: none;
	outline: 1px solid red;
	vertical-align: top;
	font-family: founders-grotesk-web-light;
	font-size: 0.9rem;
	margin-left: 0rem;
	margin-top: 1rem;
}*/

.hero-carousel .carouselnav {
	position: absolute;
	right:0;
	top:3.5rem;
	height: 1.275rem;
	line-height: 1.275rem;
	text-align: center;
	text-decoration: none;
	outline: 1px none red;
	vertical-align: top;
	font-family: founders-grotesk-web-light;
	font-size: 0.9rem;
	margin-left: 0rem;
	margin-top: 1rem;
	transform:translateX(130%);
}
.newcarouselnumbers {
	font-family: founders-grotesk-web-light;
	font-size: 0.9rem;
	display: inline-block;
	top: -0.1rem;
	position: relative;
}
.panelcontent .buttonnext {
	margin-left: 4px !important;
}
.additionalcontent .carouselnav {
	float: right;
}
.hero-carousel .carouselnav .carouselnumber {
	position:relative;
	display:inline-block;
	vertical-align:bottom;
	letter-spacing:2px;
	line-height: 1.2rem;
}

.hero-carousel .buttonprev, .hero-carousel .buttonnext, .carouselnav .buttonprev, .carouselnav .buttonnext {
	position:relative;
	display:inline-block;
	width:0.85rem;
	height:0.9rem;
	outline:1px none blue;
	vertical-align:middle;
	cursor:pointer;
	opacity:1;
	transition:opacity .2s linear;
}
.hero-carousel .buttonprev:hover, .hero-carousel .buttonnext:hover {
	opacity:0.5;
}
.hero-carousel .buttonprev, .carouselnav .buttonprev {
	width:0.95rem;
	height:0.95rem;
	background: url('JWA_Desktop_Side_Menu_Arrow_Left_Off.svg') center center no-repeat;
	/*background-size:cover;*/
	opacity:1;
	margin-right:0.3rem;
}
.hero-carousel .buttonnext, .carouselnav .buttonnext {
	width:0.95rem;
	height:0.95rem;
	background: url('JWA_Desktop_Side_Menu_Arrow_Right_Off.svg') center center no-repeat;
	/*background-size:cover;*/
	opacity:1;
	margin-left:0rem;
}
.credits-line {
	text-align: center;
	font-size: 0.9rem !important;
	margin-top: 2.8rem;
	color: #a5a5a5;
	text-transform:uppercase;
	letter-spacing: 0.05rem;
}
.about-content .credits-line {
	text-align: center;
	font-size: 0.9rem !important;
	margin-top: 0.5rem;
	margin-bottom: 2.7rem;
	color: #a5a5a5;
	
	letter-spacing: 0.05rem;
}
.meta-text-box .credits-line {
	text-align: left;
	/* font-size: 10px !important;*/
	margin-top: 11px;
	color: #a5a5a5;
	line-height: 1.3rem;
	margin-bottom: 2rem;
	
	/*min-height: 1.6rem;*/
	max-height: 1.6rem;
	letter-spacing: 0.1rem;
}

.extended-carousel .credits-line {
	margin-bottom: 0;
}
#credit-page.credits-line {
	
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.newsnoimage .meta-text-box .credits-line {
	margin-top: 0px;
}
.meta-text-box h3 {
	text-align: left;
	font-family: 'FreightDispProMedium-Regular';
	text-align: left;
	font-size: 25px;
	letter-spacing: 0.1rem;
	margin-bottom: 0.5rem;
	/*margin-top: 1.4rem;*/
	
}
.meta-text-box.smaller-box h3, .fourcolumn h3 {
	font-size: 1.7rem !important;
}
ul.fourcolumn .grid-item-image {
	margin-bottom:1.5rem;
}
.meta-text-box h4 {
	font-family: 'FreightDispProMedium-Regular';
	font-family: founders-grotesk-web-light;
	text-align: left;
	font-size: 1.1rem;
	letter-spacing: 0.1rem;
	margin-bottom: 1rem;
	margin-top: 1rem;
	/*min-height: 2.7rem;*/
	/*  min-height: 36px;*/
}

.extended-carousel .meta-text-box h4 {
	margin-top: -0.3rem;
}
.meta-text-box.smaller-box h4 {
	/*font-size: 1.1rem !important;*/
	margin-bottom: 1.7rem;
}
.meta-text-box p {
	text-align: left;
	font-style: normal;
	font-weight: 200;
	text-align: left;
	margin-bottom: 0rem;
	line-height: 1.3;
	font-size: 1.1rem;
}
.extended-carousel .meta-text-box p {
	width: 83%;
	line-height: 1.3;
	font-size: 1.1rem;
}
.title-meta {
	min-height: 5.9rem;
}

.title-meta.purchase {
	position:relative;
	/*background:url(dollars.png) right top no-repeat;
	background-size: 1.375rem 1.375rem;
	background-position: right 0 top 0.25rem;*/
}

.title-meta.purchase .dollars {
	position:absolute;
	right:0;
	top:0.25rem;
	width:1.375rem;
	height:1.375rem;
	outline:1px none red;
	background: transparent url(dollars.png) center center no-repeat;
	background-size: 100%;
	overflow:hidden;
	font-family: 'FreightDispProMedium-Regular';
	color:transparent;
	font-size:.685rem;
	border-radius:50%;
	text-align:center;
	text-transform:uppercase;
	transition: width .5s, background-size .5s, background-color .5s, color .5s, border-radius .5s;
	line-height:1.375rem;
}

.content-grid-item:hover .title-meta.purchase .dollars {
	background-color:#000;
	width:5rem;
	color:#fff;
	/* background-image:none; */
	background-size:0;
	border-radius:360px;
	transition: width .5s, background-size .5s, background-color .5s, color .5s, border-radius .5s;

}

    

.projects_overview .title-meta {
	min-height: 6.7rem;
}
.extended-carousel .title-meta {
	min-height: 6.2rem;
}
.title-meta .thumbprice {
	font-family: 'FreightDispProMedium-Regular';
	font-size: 1.6rem;
	margin-top: -2.1rem;
}
.title-meta .thumbprice.smallprice {
	font-family: 'FreightDispProMedium-Regular';
	font-size: 1.6rem;
	margin-top: -1rem;
}
.landscape.largethumb .title-meta {
	/*min-height: 6.4rem;*/
}

.landscape.largethumb .meta-text-box .credits-line {

	margin-bottom: 0;
}

.landscape.largethumb h3 {
	font-size: 2.3rem !important;
	margin-top: 1.85rem;
}
.landscape.largethumb .experiencecat h3 {

	margin-top: 2rem;
}

.landscape.largethumb.features h3 {
	font-size: 2.5rem !important;
	margin-top: 0.3rem;
}
.landscape.largethumb p {
	width: 75%;
}

.meta-box-panel h3 {
	font-family: 'FreightDispProMedium-Regular';
	text-align: left;
	font-size: 1.2rem;
	letter-spacing: 0rem;
	margin-bottom: 0rem;
	margin-top: 1rem;
	
}

.meta-box-panel h4 {
	font-family: 'FreightDispProMedium-Regular';
	text-align: left;
	font-size: 1rem;
	letter-spacing: 0.1rem;
	margin-bottom: 1rem;
	margin-top: 0rem;
	/*  min-height: 36px;*/
}
.meta-box-panel .title-meta {
	min-height: 41px;
}

.cadenas {
	-webkit-mask-image: url(NL_Desktop_Text_Symbol_Lock.svg);
	mask-image: url(NL_Desktop_Text_Symbol_Lock.svg);
	background-size: cover;
	display: inline-block;
	width: 0.57rem;
	height: 0.7rem;
	-webkit-mask-size: cover;
	mask-size: cover;
	background-color: #a5a5a5;
}
.plus-sign {
	-webkit-mask-image: url(NL_Desktop_View_More_Plus_Icon.svg);
	mask-image: url(NL_Desktop_View_More_Plus_Icon.svg);
	background-size: cover;
	display: inline-block;
	width: 0.7rem;
	height: 0.7rem;
	margin-left: 3px;
	/* height: 9px;*/
	-webkit-mask-size: cover;
	mask-size: cover;
	background-color: #a5a5a5;
}
/*** end hero carousel ***/


/*** begin standard carousel ***/
.singlelargecarousel {
	padding-top: 75%;
	position: relative;
	/*height: 61.7rem;*/
}
.singlelargecarousel #carousel1001 {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.singlelargecarouselexp {
	padding-top: 75%;
	position: relative;
}

.singlelargecarouselexp .carousel{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.singlesmallcarousel {
	padding-top: 75%;
	position: relative;
}

.singlesmallcarousel .carousel{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.singlehalflargecarousel {
	padding-top: 133.33%;
	position: relative;
}
.singlehalflargecarousel .carousel{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.standard-carousel {
	position: relative;
	width: 100%;
	height:auto;
	outline:1px none green;
	text-align:left;
}

/*.standard-carousel h3 {
	text-align:left;
	padding-top:2rem;
	font-size:3rem;
}*/

.standard-carousel .boxcanvas {
	background-color:#fff;
	background-position: center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.standard-carousel .imageheader {
	position:relative;
	left:0;
	margin-top:-3.5rem;
	width:32%;
	min-height:5.5rem;
	text-align:left;
	color:#000;
	outline:1px none red;
	/*transform: translateY(-6.25rem);
	margin-bottom:-3.5rem;*/
}

.standard-carousel .imageheader .textcontainer {
	position:relative;
	width:100%;
	height:auto;
	outline:1px none green;
	text-align:left;
	padding:1.8rem 20% 1.5625rem 0%;
}

.standard-carousel .imageheader h3 {
	font-size:2rem;
	line-height:1;
	margin-bottom:1rem;
	text-align:left;
	padding-top:0;
}

.standard-carousel .imageheader p {
	font-family: founders-grotesk-web-light;
	font-style: normal;
	font-weight: 200;
	font-size:1.25rem;
	margin-bottom:1rem;
	letter-spacing:1px;
	text-align:left;
}
.standard-carousel .imageheader p:last-of-type {
	margin-bottom:0;
}

.standard-carousel .carouselnav {
	position:relative;
	display:inline-block;
	width:auto;
	height:1.275rem;
	line-height:1.275rem;
	text-align:center;
	text-decoration:none;
	outline:1px none red;
	vertical-align:top;
	font-family: founders-grotesk-web-light;
	font-size: 0.9rem;
	margin-left:0rem;
	margin-top:1.1rem;
	float:right;
}
.standard-carousel .carouselnav .carouselnumber {
	position:relative;
	display:inline-block;
	vertical-align:bottom;
	letter-spacing:2px;
}

.standard-carousel .buttonprev, .standard-carousel .buttonnext {
	position:relative;
	display:inline-block;
	width: 0.6rem;
	height: 0.825rem;
	outline:1px none blue;
	vertical-align:middle;
	cursor:pointer;
	opacity:1;
	transition:opacity .2s linear;
}
.standard-carousel .buttonprev:hover, .standard-carousel .buttonnext:hover {
	opacity:0.5;
}
.standard-carousel .buttonprev {
	background: url('JWA_Desktop_Side_Menu_Arrow_Left_Off.svg') center center no-repeat;
	background-size:cover;
	opacity:1;
	margin-right:.5rem;
}
.standard-carousel .buttonnext {
	background: url('JWA_Desktop_Side_Menu_Arrow_Right_Off.svg') center center no-repeat;
	background-size:cover;
	opacity:1;
	margin-left:.5rem;
}
/*** end standard carousel ***/


/*** begin extended carousel ***/
.extended-carousel .carousel {
	/*left: -12.5rem;
	margin-left: -20.7rem;*/
	/*margin-left: -1.7rem;*/
}
.container-left-carousel {
	/*margin-left: -48px;*/
	/*margin-left: -10.5rem;*/
}
.extended-carousel .slick-list {
	overflow: visible;
	/*padding: 0 17.5rem 0 17.5rem;*/
	padding: 0 35.5% 0 0;
}

.extended-carousel .meta-text-box h3 {
	font-size: 2.3575rem;
	font-size: 2.05rem;
	letter-spacing: 0.1rem;
	/*   margin-bottom: -1rem;*/
	margin-top: 0.7rem;
	text-transform:uppercase;
}
/*.slick-slide.slick-current.slick-active.slick-center {
	  -webkit-animation: slide 800ms forwards;
    animation: slide 800ms forwards;
}

@-webkit-keyframes slide {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-4.8%); }
}

@keyframes slide {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-4.8%); }
}*/

.extended-carousel {
	position: relative;
	width: 100%;
	height:auto;
	outline:1px none green;
	text-align:left;
	margin-left:3.6%;
	overflow:hidden;
}

.extended-carousel .vertical-bar {
	position:absolute;
	top:0;
	width: 4.3rem;
	height:100%;
	background:#f5f5f5;
	z-index:20;
	cursor:pointer;
}


.extended-carousel .vertical-bar-left {
	right:auto;
	left:0rem;
	display:none;
}
.movetoleft {
	/*margin-left: -6.5rem;*/
}
.extended-carousel .vertical-bar-right {
	left: auto;
	display: none;
	width: 4.3rem;
	right: calc(30% - 4.3rem);
	outline:1px none red;
	/*height:81.5%;*/
}

.extended-carousel .boxcanvas {
	background-color:#fff;
	background-position: top center;
	background-repeat:no-repeat;
	background-size:cover;
}

.extended-carousel .imageheader {
	position:relative;
	width:100%;
	/*height:10.5rem;*/
	text-align:left;
	color:#000;
	outline:1px none red;
	/*transform: translateY(-6.25rem);*/
}

.extended-carousel .imageheader .textcontainer {
	position:relative;
	width:100%;
	height:auto;
	outline:1px none green;
	text-align:left;
	padding:0.78125rem 0% 1.5625rem 0%;
}

.extended-carousel .imageheader h3 {
	font-size:3.6rem;
	font-size:3rem;
	line-height:1;
	margin-bottom:1rem;
	text-align:left;
}

.extended-carousel .imageheader p {
	font-family: founders-grotesk-web-light;
	font-style: normal;
	font-weight: 200;
	font-size:1.25rem;
	margin-bottom:1rem;
	letter-spacing:1px;
	text-align:left;
}
.extended-carousel .imageheader p:last-of-type {
	margin-bottom:0;
}

.extended-carousel .carouselnav {
	/*position: absolute;
	 top: 61rem;
     right: 0.8rem;
	top: 79.6%;
	left:4.5rem;*/

	/*background-color: transparent;
	display:inline-block;
	width:auto;
	height:1.275rem;
	line-height:1.275rem;
	text-align:center;
	text-decoration:none;
	outline:1px none red;
	vertical-align:top;
	font-family: founders-grotesk-web-light;
	font-size:0.9rem;
	margin-left:0rem;
	margin-top: 0.3rem;
	margin-right:0rem;
	float:right;
	text-align: right;
	z-index:100;
	/* added by nd *//*
	position:relative;
	left:0;
	display:inline-block;
	width:auto;
	height:1.275rem;
	line-height:1.275rem;
	text-align:left;
	text-decoration:none;
	outline:1px none red;
	font-size:0.9;
	margin-left:0rem;
	margin-top:1.5rem;
	vertical-align:top;
	float:right;
	margin-right:calc(30% + 4.3rem);
	margin-top:-13.7rem;
	outline:1px none red;*/
}

.extended-carousel .carouselnav {
	position:relative;
	display:inline-block;
	width:auto;
	height:1.275rem;
	line-height:1.275rem;
	text-align:left;
	text-decoration:none;
	outline:1px none red;
	font-family: founders-grotesk-web-light;
	font-size:0.9;
	margin-left:0rem;
	/*margin-top:1.5rem;*/
	vertical-align:top;
	float:right;
	/*margin-right:16.1%;*/
}

.extended-carousel .carouselnav .carouselnumber {
	position:relative;
	display:inline-block;
	vertical-align:bottom;
	letter-spacing:2px;
}

.extended-carousel .buttonprev, .extended-carousel .buttonnext {
	position:relative;
	display:inline-block;
	width:0.825rem;
	height:0.825rem;
	outline:1px none blue;
	vertical-align:middle;
	cursor:pointer;
	opacity:1;
	transition:opacity .2s linear;
}
.extended-carousel .buttonprev:hover, .extended-carousel .buttonnext:hover {
	opacity:0.5;
	width:0.825rem;
	height:0.825rem;
}
.extended-carousel .buttonprev {
	background: url('JWA_Desktop_Side_Menu_Arrow_Left_Off.svg') center center no-repeat;
	/*background-size:cover;*/
	opacity:1;
	margin-right:.5rem;
}
.extended-carousel .buttonnext {
	background: url('JWA_Desktop_Side_Menu_Arrow_Right_Off.svg') center center no-repeat;
	/*background-size:cover;*/
	opacity:1;
	margin-left:.5rem;
}

.extended-carouselfulltext .imageheader {
	overflow: auto;
}
.main .extended-carouselfulltext .imageheader.loaded {
	opacity: 1;
}
.main .extended-carouselfulltext .imageheader.loaded.notransition {
	background-color: transparent;
}
.extended-carouselfulltext .slidetextcontent {
	display:block;
}

.extended-carouselfulltext .meta-text-box {
	width: 71%;
}
/*** end extended carousel ***/


.quadrant-module {
	margin-bottom:0 !important;
	outline:1px none red;
}

/** AD BLOCK  **/

.ad-block {
	margin-top: 6rem;
}
.ad-block-smallh {
	margin-top: 3rem;
	margin-bottom: 3.5rem;
}
/*** begin 2/3 width carousel and text object ***/

.two-thirds-carousel-and-text-object {
	position: relative;
	width: 56.17%;
	outline:1px none red;
	text-align:left;
}

.two-thirds-carousel-and-text-object .imageheader {
	position:relative;
	display:inline-block;
	left:0;
	margin-top:-6.25rem;
	margin-bottom:2rem;
	width:60%;
	height:15.5rem;
	text-align:left;
	color:#000;
	float:none;
	overflow:hidden;
	outline:1px none red;
}

.two-thirds-carousel-and-text-object .imageheader .headingcontainer {
	position:relative;
	width:100%;
	height:auto;
	outline:1px none green;
	text-align:left;
	background:#f5f5f5;
	padding-top:2.25rem;
	float:left;
	margin-bottom:1rem;
}
.two-thirds-carousel-and-text-object .imageheader .headingcontainer .headingcontainertext {
	position:relative;
	width:100%;
	height:auto;
	min-height:4.1rem;
	outline:1px none blue;
	/*display: table-cell;
	vertical-align: bottom;*/
	display: flex;
	align-items: flex-end;
	font-size:2rem;
	line-height:1.1;
	margin-bottom:.5rem;
	text-align:left;
	font-family: founders-grotesk-web-light;
	font-style: normal;
	font-weight: 200;
	padding-right:10%;
}

.two-thirds-carousel-and-text-object .imageheader .textcontainer {
	position:relative;
	width:100%;
	height:auto;
	text-align:left;
	padding:2.5rem 10% 1.5rem 0%;
}

.two-thirds-carousel-and-text-object .imageheader h3 {
	font-size:2rem;
	line-height:1;
	margin-bottom:1.5rem;
	text-align:left;
}

.two-thirds-carousel-and-text-object .imageheader p {
	font-family: founders-grotesk-web-light;
	font-style: normal;
	font-weight: 200;
	font-size:1.25rem;
	margin-bottom:1rem;
	text-align:left;
	line-height:1.1;
}
.two-thirds-carousel-and-text-object .imageheader p:last-of-type {
	margin-bottom:0;
}

.two-thirds-carousel-and-text-object .textobject {
	position:relative;
	width:100%;
	outline:1px none blue;
	margin-top:-6.25rem;
}
.two-thirds-carousel-and-text-object .textobject:before {
	padding-top: 68%;
	padding-top: 58%;
	display: block;
	content: '';
}

.two-thirds-carousel-and-text-object .textobject .textcontainer {
	position:absolute;
	left:50%;
	top:50%;
	width:100%;
	padding:0 10% 0 10%;
	outline:1px outline green;
	transform: translateX(-50%) translateY(-50%);
	text-align:center;
	z-index:100;
	font-family: founders-grotesk-web-light;
	font-style: normal;
	font-weight: 200;
}

.two-thirds-carousel-and-text-object .textobject .textcontainer h3 {
	font-size:2.5rem;
	line-height:1;
	margin-bottom:1.5rem;
}

.two-thirds-carousel-and-text-object .textobject .textcontainer p {
	font-size:1.25rem;
	margin-bottom:.5rem;
	font-family: founders-grotesk-web-light;
	font-style: normal;
	font-weight: 200;
	line-height:1.2;
}

.two-thirds-carousel-and-text-object .carouselnav {
	position:relative;
	display:inline-block;
	width:auto;
	height:1.275rem;
	line-height:1.275rem;
	text-align:center;
	text-decoration:none;
	outline:1px none red;
	vertical-align:top;
	font-family: founders-grotesk-web-light;
	font-size:1.2rem;
	margin-left:0rem;
	margin-top:1.2rem;
	float:right;
}
.two-thirds-carousel-and-text-object .carouselnav .carouselnumber {
	position:relative;
	display:inline-block;
	vertical-align:bottom;
	letter-spacing:2px;
}

.two-thirds-carousel-and-text-object .buttonprev, .two-thirds-carousel-and-text-object .buttonnext {
	position:relative;
	display:inline-block;
	width:0.825rem;
	height:1.275rem;
	outline:1px none blue;
	vertical-align:middle;
	cursor:pointer;
	opacity:1;
	transition:opacity .2s linear;
}
.two-thirds-carousel-and-text-object .buttonprev:hover, .two-thirds-carousel-and-text-object .buttonnext:hover {
	opacity:0.5;
}
.two-thirds-carousel-and-text-object .buttonprev {
	background: url('JWA_Desktop_Side_Menu_Arrow_Left_Off.svg') center center no-repeat;
	background-size:cover;
	opacity:1;
	margin-right:.5rem;
}
.two-thirds-carousel-and-text-object .buttonnext {
	background: url('JWA_Desktop_Side_Menu_Arrow_Right_Off.svg') center center no-repeat;
	background-size:cover;
	opacity:1;
	margin-left:.5rem;
}

/*** end 2/3 width carousel and text object ***/

/*** begin 1/3 width carousel and text object ***/

.one-third-carousel-and-text-object {
	position: relative;
	width: 37.58%;
	outline:1px none red;
	text-align:left;
}

.one-third-carousel-and-text-object .imageheader {
	position:relative;
	left:0;
	margin-top:-6.25rem;
	margin-bottom:2rem;
	width:85%;
	height:15.5rem;
	/*min-height:12.5rem;
	max-height:12.5rem;*/
	text-align:left;
	color:#000;
	overflow:hidden;
	outline:1px none red;
}

.one-third-carousel-and-text-object .imageheader .headingcontainer {
	position:relative;
	width:100%;
	height:auto;
	outline:1px none green;
	text-align:left;
	background:#f5f5f5;
	padding-top:2.35rem;
	float:left;
	margin-bottom:1rem;
}
.one-third-carousel-and-text-object .imageheader .headingcontainer .headingcontainertext {
	position:relative;
	width:100%;
	height:auto;
	min-height:4.1rem;
	outline:1px none blue;
	/*display: table-cell;
	vertical-align: bottom;*/
	display: flex;
	align-items: flex-end;
	font-size:2rem;
	line-height:1.1;
	margin-bottom:.5rem;
	text-align:left;
	font-family: founders-grotesk-web-light;
	font-style: normal;
	font-weight: 200;
	padding-right:10%;
}

.one-third-carousel-and-text-object .imageheader .textcontainer {
	position:relative;
	width:100%;
	height:auto;
	outline:1px none green;
	text-align:left;
	padding:2.5rem 10% 1.5rem 0%;
}

.one-third-carousel-and-text-object .imageheader h3 {
	font-size:2rem;
	line-height:1;
	margin-bottom:1.5rem;
	text-align:left;
}

.one-third-carousel-and-text-object .imageheader p {
	font-family: founders-grotesk-web-light;
	font-style: normal;
	font-weight: 200;
	font-size:1.25rem;
	margin-bottom:1rem;
	text-align:left;
	line-height:1.1;
}

.one-third-carousel-and-text-object .imageheader p:last-of-type {
	margin-bottom:0;
}

.one-third-carousel-and-text-object .textobject {
	position:relative;
	width:100%;
	outline:1px none blue;
}
.one-third-carousel-and-text-object .textobject:before {
	padding-top: 51%;
	display: block;
	content: '';
}

.one-third-carousel-and-text-object .textobject .textcontainer {
	position:absolute;
	left:50%;
	top:50%;
	width:100%;
	padding:0 10% 0 10%;
	outline:1px none green;
	transform: translateX(-50%) translateY(-50%);
	text-align:center;

}

.one-third-carousel-and-text-object .textobject .textcontainer h3{
	font-size:2rem;
	line-height:1;
	margin-bottom:1rem;
}

.one-third-carousel-and-text-object .textobject .textcontainer p {
	font-size:1.2rem;
	margin-bottom:0;
	font-family: founders-grotesk-web-light;
	font-style: normal;
	font-weight: 200;
	letter-spacing:1px;
	margin-bottom:1rem;
}

.one-third-carousel-and-text-object .carouselnav {
	position:relative;
	display:inline-block;
	width:auto;
	height:1.275rem;
	line-height:1.275rem;
	text-align:center;
	text-decoration:none;
	outline:1px none red;
	vertical-align:top;
	font-family: founders-grotesk-web-light;
	font-size:1.2rem;
	margin-left:0rem;
	margin-top:1.2rem;
	float:right;
}
.one-third-carousel-and-text-object .carouselnav .carouselnumber {
	position:relative;
	display:inline-block;
	vertical-align:bottom;
	letter-spacing:2px;
}

.one-third-carousel-and-text-object .buttonprev, .one-third-carousel-and-text-object .buttonnext {
	position:relative;
	display:inline-block;
	width:0.825rem;
	height:1.275rem;
	outline:1px none blue;
	vertical-align:middle;
	cursor:pointer;
	opacity:1;
	transition:opacity .2s linear;
}
.one-third-carousel-and-text-object .buttonprev:hover, .one-third-carousel-and-text-object .buttonnext:hover {
	opacity:0.5;
}
.one-third-carousel-and-text-object .buttonprev {
	background: url('JWA_Desktop_Side_Menu_Arrow_Left_Off.svg') center center no-repeat;
	background-size:cover;
	opacity:1;
	margin-right:.5rem;
}
.one-third-carousel-and-text-object .buttonnext {
	background: url('JWA_Desktop_Side_Menu_Arrow_Right_Off.svg') center center no-repeat;
	background-size:cover;
	opacity:1;
	margin-left:.5rem;
}

/*** end 1/3 width carousel and text object ***/

/*** begin full width landscape carousel ***/

.full-width-landscape-carousel {
	position: relative;
	width: 100%;
	outline:1px none red;
}

.full-width-landscape-carousel .imageheader {
	position:absolute;
	left:32%;
	bottom:-1px;
	width:36%;
	height:20%;
	background:#f3f3f3;
	text-align:center;
	color:#000;
}

.full-width-landscape-carousel .imageheader .textcontainer {
	position:absolute;
	left:50%;
	top:50%;
	width:100%;
	height:auto;
	outline:1px none green;
	transform: translateX(-50%) translateY(-50%);
	text-align:center;
}

.full-width-landscape-carousel .imageheader h3 {
	font-size:3rem;
	line-height:1;
	margin-bottom:.25rem;
}

.full-width-landscape-carousel .imageheader p {
	font-size:1rem;
	margin-bottom:0;
	font-family: HelveticaNeueLT-Medium;
	letter-spacing:2px;
}

/*** end full width landscape carousel ***/

/*** begin 75% width portrait carousel ***/

.three-quarter-portrait-carousel {
	position: relative;
	width: 75%;
	outline:1px none red;
}

.three-quarter-portrait-carousel .imageheader {
	position:absolute;
	left:33.33%;
	bottom:-1px;
	width:33%;
	height:7.5%;
	background:#f3f3f3;
	text-align:center;
	color:#000;
}

.three-quarter-portrait-carousel .imageheader .textcontainer {
	position:absolute;
	left:50%;
	top:50%;
	width:100%;
	height:auto;
	outline:1px none green;
	transform: translateX(-50%) translateY(-30%);
	text-align:center;
}

.three-quarter-portrait-carousel .imageheader h3 {
	font-size:2rem;
	line-height:1;
	margin-bottom:0;
}

.three-quarter-portrait-carousel .imageheader p {
	font-size:.75rem;
	margin-bottom:0;
	font-family: HelveticaNeueLT-Medium;
	letter-spacing:2px;
}

/*** end 75% width portrait carousel ***/

/*** begin 75% width landscape carousel ***/

.three-quarter-landscape-carousel {
	position: relative;
	width: 75%;
	outline:1px none red;
}

.three-quarter-landscape-carousel .imageheader {
	position:absolute;
	left:33.33%;
	bottom:-1px;
	width:33%;
	height:15%;
	background:#f3f3f3;
	text-align:center;
	color:#000;
}

.three-quarter-landscape-carousel .imageheader .textcontainer {
	position:absolute;
	left:50%;
	top:50%;
	width:100%;
	height:auto;
	outline:1px none green;
	transform: translateX(-50%) translateY(-30%);
	text-align:center;
}

.three-quarter-landscape-carousel .imageheader h3 {
	font-size:2rem;
	line-height:1;
	margin-bottom:0;
}

.three-quarter-landscape-carousel .imageheader p {
	font-size:.75rem;
	margin-bottom:0;
	font-family: HelveticaNeueLT-Medium;
	letter-spacing:2px;
}

/*** end 75% width landscape carousel ***/


/*** begin grid image modules ***/
.content-grid {
	max-width:2200px;
	margin:auto;
	margin-bottom:2.4rem;
}
.content-grid h3 {
	font-family: 'FreightDispProMedium-Regular';
	text-align: left;
	font-size: 2.3575rem;
	font-size: 2.05rem;
	letter-spacing: 0.1rem;
	margin-bottom: 0rem;
	/* margin-top: 1rem;*/
	text-transform:uppercase;
}
.content-grid h4 {
	font-family: 'FreightDispProMedium-Regular';
	font-family: founders-grotesk-web-light;
	text-align: left;
	font-size: 1.1rem;
	letter-spacing: 0.04rem;
	margin-bottom: 1.5rem;
	margin-top: 0.4rem;
	line-height: 1.4rem;
	/*   min-height: 2.7rem;*/
	/*  min-height: 36px;*/

}
.videothumb h3 {
	font-size: 2.4rem;
	margin-top: 0.6rem;
}
.videothumb p {
	width: 73%;
	margin-top: 1.5rem;
}
.gridobject {
	position:relative;
	width:100%;
	margin:auto;
	/*border:1px solid #999;
	border-width: 1px 0 1px 0;*/
}
.border-sep {
	display: flex;
	align-items: center;
	justify-content: left;
	font-family: founders-grotesk-web-light !important;
	text-transform:uppercase;
	/*border-bottom: 1px solid #999;*/
	font-size: 0.9rem !important;
	padding-top: 0px;
	letter-spacing: 0.13rem !important;
	/*border-width: 1px 0 1px 0;*/
	margin-bottom: 1.875rem !important;
	/* padding-bottom: 3.4rem;
	    margin-bottom: 3.7rem !important;
     padding-bottom: 3.5rem;*/
	/* margin-bottom: 44px !important;
     padding-bottom: 38px;*/
}
.border-sep:after {
	background: #999;
	height: 1px;
	flex: 1;
	content: '';
	margin-left:1.725rem;  
	margin-top:.15rem;
}
.content-objectsep .border-sep {
	font-family: founders-grotesk-web-light !important;
	border-bottom: 1px solid #999;
	font-size: 0.9rem !important;
	padding-top: 0px;
	letter-spacing: 0.13rem !important;
	border-width: 1px 0 1px 0;
	margin-bottom: 0rem !important;
	padding-bottom: 0rem;
	/*     margin-bottom: 3.7rem !important;
     padding-bottom: 3.5rem;*/
	/* margin-bottom: 44px !important;
     padding-bottom: 38px;*/
}
.content-objectsep .border-sep:after {
	background: none;
}
.border-sep.centercontenttitle {
	text-align: center;
	font-family: 'FreightDispProMedium-Regular' !important;
	font-size: 3rem !important;

}


.border-sep.notext {
	font-family: founders-grotesk-web-light !important;
	border-bottom: 1px solid #999;
	font-size: 0.9rem !important;
	letter-spacing: 0.13rem !important;
	border-width: 1px 0 1px 0;
	/* margin-bottom: 44px !important;
     padding-bottom: 38px;*/
}

.newsep {
	font-family: founders-grotesk-web-light !important;
	border-bottom: 1px solid #999;
	font-size: 12px !important;
	border-width: 1px 0 1px 0;
	height: 1px;
	margin-bottom: 2.1rem;
	padding-bottom: 0rem;
	margin-left: 3%;
	width: 97%;
}
.grid-carousel p {
	text-align:left;
	margin-bottom:.1rem;
	font-size:1.2rem;
	letter-spacing:.5px;
}

ul.rig {
	list-style: none;
	font-size: 0px;
	margin-left: -3.3%; /* should match li left margin */
	margin-bottom:0;
	/*overflow:hidden;*/
	outline:1px none red;
}
ul.rig li {
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin: 0 0 0% 3.3%;
	background: transparent;
	font-size: 16px;
	font-size: 1rem;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align:center;
}

ul.rig.threecolumn li {
	width: 30%; /* this value + 6 should = 33.33% */
	margin-bottom: 3rem;
}
ul.rig.threecolumn.experiences li {
	width: 30%; /* this value + 6 should = 33.33% */
	/*  margin-bottom: 9.2rem;*/
}
ul.rig.threecolumn.subscribe li {
	width: 30%; /* this value + 6 should = 33.33% */
	/*margin-bottom:0rem;*/
}

ul.rig.twocolumn.newcolumnshoplatest li {
	width: 46.7%; /* this value + 6 should = 33.33% */
	/*margin-bottom:5.2rem;*/
}

ul.rig.twocolumn.newcolumn li {
	width: 46.7%; /* this value + 6 should = 33.33% */
	/*	margin-bottom:14.5rem;*/
}

ul.rig.twocolumn.newcolumnvideos li {
	width: 46.7%; /* this value + 6 should = 33.33% */
	margin-bottom:4.5rem;
}
ul.rig.twocolumn.newcolumnvideos.lastrow li {
	margin-bottom: 0rem;
}
ul.rig.fourcolumn li {
	width: 21.7%; /* this value + 6 should = 25% */
	/* margin-bottom: 20.8rem;*/
	margin-bottom: 3rem;
}

ul.rig.fourcolumn.nheight li {
	width: 21.7%; /* this value + 6 should = 25% */
	/* margin-bottom: 20rem;*/
}

ul.rig.fourcolumn.shopcolumns li {
	width: 21.7%; /* this value + 6 should = 25% */
	/*margin-bottom: 2.7rem;*/
}
ul.rig.fourcolumn.nobottom li {
	width: 21.7%; /* this value + 6 should = 25% */
	/* margin-bottom: 0rem;*/
}
.fourcolumn .title-meta {
	min-height: 5.2rem;
}
.fourcolumn .title-meta.auto{
	/* min-height: 5.4rem;*/
}
.fourcolumn.nheight .title-meta {
	/* min-height: 6rem;*/
}
/*.newsnoimage {
	margin-top: -0.7rem;
}*/
.fourcolumn.newsnoimage .title-meta {
	/* min-height: 5.6rem;*/
}

.nobottom {
	margin-bottom: -0.8rem !important;
}

.lastrownews {
	margin-top: 3.1rem;
}
.content-grid.lastblock {
	margin-bottom:1.4rem !important;
}
.lastblock .gridobject {
	margin-bottom: 0rem !important;
}
.content-grid-item {
	outline:1px none red;
	position:relative;
	/*overflow:hidden;*/
	text-align:left;

}

.content-grid-item .meta-text-box * {
	transition:color .2s;
}
.content-grid-item:hover .meta-text-box * {
	color:#666;
	cursor:pointer;
}

/*.standard .content-grid-item:hover * {
	color:#666;
	cursor:inherit;
}

.content-grid-item.formsubscribe:hover .errormessage {
	color:red;
}*/


.content-grid-item.landscape.large {
	width:62.96%;
}
.content-grid-item.landscape.small {
	margin-bottom:.25rem;
}

.content-grid-item.landscape:before {
	/*padding-top: 78%;
	display: block;
	content: '';*/
}

.content-grid-item.landscape.videothumb:before {
	padding-top: 0%;
	display: block;
	content:'';
}
.content-grid-item.landscape.top {
	margin-bottom:2.5rem;
}
.content-grid-item.landscape.large:before {
	padding-top: 78.5%;
	display: block;
	content: '';
}
.content-grid-item.portrait:before {
	/*padding-top: 155.65%;
	display: block;
	content: '';*/
}

.content-grid-item .image-zoom-wrapper {
	width:100%;
	position: relative;
	overflow:hidden;
	margin-bottom:0rem;
}

.content-grid-item  p {
	font-style: normal;
	font-weight: 200;
	text-align: left;
	margin-bottom: 0rem;
	line-height: 1.3;
	font-size: 1.1rem;
	font-size:1.155rem;
	outline:1px none red;
}

.content-grid-container ul.rig {
	margin-bottom:1.45rem;
}

.grid-item-image {
	outline:1px none green;
	margin-bottom:0rem;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	background-position:center center;
	cursor:pointer;
	background-repeat: no-repeat;
	background-size:cover;
	transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;

	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.grid-item-image:hover {
	-moz-transform: scale(1.025);
	-webkit-transform: scale(1.025);
	transform: scale(1.025);
}
.portrait .grid-item-image {
	margin-bottom: 1rem;
}

.content-grid-item.landscape.large .grid-item-image:before {
	padding-top: 71.05%;
	display: block;
	content: '';
}

.content-grid-item.landscape .grid-item-image:before {
	padding-top: 75.25%;
	display: block;
	content: '';
}

.panel-grid-item.menuimg .grid-item-image:before {
	padding-top: 75.25%;
	display: block;
	content: '';
}
.content-grid-item.landscape.related .grid-item-image:before {
	/*padding-top: 81.25%;
	display: block;
	content: '';*/
}
.content-grid-item.landscape.videothumb .grid-item-image:before {
	padding-top: 56.25%;
	display: block;
	content: '';
}
.content-grid-item.landscape.videothumb .boxcanvas {
	position: relative;
}

.content-grid-item.portrait .grid-item-image:before {
	padding-top: 133.45%;
	display: block;
	content: '';
}

.story-grid-item {
	outline:1px none red;
	position:relative;
	overflow:hidden;
	text-align:left;
}

.story-grid-item * {
	transition:color .2s;
}
.story-grid-item:hover * {
	color:#666;
	cursor:pointer;
}
.story-grid-item  h3 {
	font-family: "Chronicle Display A", "Chronicle Display B";
	font-style: normal;
	font-weight: 200;
	text-align:left;
	margin-bottom:.5rem;
	margin-bottom:1.6rem;
	font-size:2rem;
	outline:1px none red;
}
.story-grid-item  p {
	font-family: "Chronicle Display A", "Chronicle Display B";
	font-style: normal;
	font-weight: 200;
	text-align:left;
	margin-bottom:.5rem;
	font-size:1.2rem;
	outline:1px none red;
}
.story-grid-item .image-zoom-wrapper {
	width:100%;
	overflow:hidden;
	margin-bottom:1rem;
}




ul.rig.twocolumn li {
	width: 44%; /* this value + 6 should = 50% */
	/*margin-bottom:1rem;*/
}

.panelcontent ul.rig {
	list-style: none;
	font-size: 0px;
	margin-left: -5%; /* should match li left margin */
	margin-bottom:0;
	overflow:hidden;
	outline:1px none red;
}
.panelcontent ul.rig li {
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin: 0 0 0 5%;
	background: transparent;
	font-size: 16px;
	font-size: 1rem;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align:center;
}
.panelcontent ul.rig.threecolumn li {
	width: 28.33%; /* this value + 3.7 should = 33.33% */
	margin-bottom:15px;
}

.panelcontent ul.rig.twocolumn li {
	width: 45%; /* this value + 3.7 should = 50% */
	/*margin-bottom:16px;*/
	transition: color .2s;
}

.panelcontent ul.rig.twocolumn li:hover * {
	cursor:pointer;
	color:#666;
}

.smallgridimgcontent {
	position: relative;
	padding-top: 75.21%;
}
/*.smallgridimgcontent:before {
    padding-top: 75.21%;
    display: block;
    content: '';
}
.insta .smallgridimgcontent:before {
    padding-top: 100%;
    display: block;
    content: '';
}*/
.smallgridimgcontent .boxcanvas {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.content-grid-item.insta .image-zoom-wrapper {
	height: 100%;
}
.content-grid-item.insta .grid-item-image {
	height: 100%;
}


ul.rig img {
	width:100%;
	height:auto;
	vertical-align:top;
	/*-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;*/
	cursor:pointer;
}
ul.rig img:hover {
	/*-moz-transform: scale(1.025);
	-webkit-transform: scale(1.025);
	transform: scale(1.025);*/
}

.bigsearchimage {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	transition: all 0.2s;
	cursor:pointer;
}
.bigsearchimage:before {
	padding-top: 60.25%;
	display: block;
	content: '';
}
.bigsearchimage:hover {
	-moz-transform: scale(1.025);
	-webkit-transform: scale(1.025);
	transform: scale(1.025);
}

.image-zoom-wrapper {
	width:100%;
	overflow:hidden;
	margin-bottom:1rem;
}

.panel-grid-item {
	position:relative;
	/*height:206px;*/
	outline:1px none red;
	margin-bottom:2rem;
}
.panel-grid-item.large {
	position:relative;
	height:400px;
	outline:1px none red;
}
.panel-grid-item.large.search {
	position:relative;
	height:428px;
	outline:1px none red;
}

.panel-grid-item .image-zoom-wrapper {
	width:100%;
	overflow:hidden;
	margin-bottom:10px;
}

ul.rig .slick-prev, ul.rig .slick-next { position: absolute; display: block; height: 22px; width: 15px; opacity: 0; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 50%; padding: 0; border: none; outline: none; z-index: 99; }
ul.rig.twocolumn .slick-prev, ul.rig.twocolumn .slick-next {height: 44px; width: 29px; }

ul.rig .slick-prev:hover, ul.rig .slick-prev:focus, ul.rig .slick-next:hover, ul.rig .slick-next:focus { outline: none; opacity: 0; color: transparent; }

ul.rig .slick-slider:hover .slick-prev, ul.rig .slick-slider:hover .slick-prev:focus, ul.rig .slick-slider:hover .slick-next, ul.rig .slick-slider:hover .slick-next:focus { outline: none; opacity: 1; color: transparent; }


ul.rig .slick-prev:hover:before, ul.rig .slick-next:hover:before { opacity: 1; }
ul.rig .slick-prev:focus:before, ul.rig .slick-next:focus:before { opacity: 1 }
ul.rig .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 1; }

ul.rig .slick-prev:before, ul.rig .slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

ul.rig .slick-prev { left: 20px; background-image: url('Desktop_Carousel_Arrow_Prev_Off.png'); background-size:cover; }
ul.rig .slick-prev:hover { left: 20px; background-image: url('Desktop_Carousel_Arrow_Prev_On.png'); background-size:cover; }
ul.rig .slick-next { right: 20px; background-image: url('Desktop_Carousel_Arrow_Next_Off.png'); background-size:cover; }
ul.rig .slick-next:hover { right: 20px; background-image: url('Desktop_Carousel_Arrow_Next_On.png'); background-size:cover; }

ul.rig .slick-dots { position: absolute; bottom: 2rem; right:0; list-style: none; display: block; text-align: right; padding: 0; width: auto; }
ul.rig .slick-dots li { position: relative; display: inline-block; height: 20px; width: 10px; margin: 0 1px; padding: 0; cursor: pointer; text-align:right; }
ul.rig .slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 10px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; }
ul.rig .slick-dots li button:hover, ul.rig .slick-dots li button:focus { outline: none; }
ul.rig .slick-dots li button:hover:before, ul.rig .slick-dots li button:focus:before { opacity: 0.5; }
ul.rig .slick-dots li button:before { position: absolute; top: 0; left: 0; content: "\2022"; width: 10px; height: 20px; font-family: "slick"; font-size: 8px; line-height: 20px; text-align: right; color: black; opacity: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
ul.rig .slick-dots li.slick-active button:before { color: black; opacity: 0.5; }

/*.grid-carousel.landscape.large .carouselimage {
	outline:1px solid red;
	position:relative;
	width:100%;
}*/
.grid-carousel.landscape.large .carouselimage:before {
	padding-top: 71.05%;
	display: block;
	content: '';
}

.grid-carousel.landscape.top {
	margin-bottom:.75rem;
}

.grid-carousel .carouselimage {
	margin-bottom:0.8125rem;
}

/*** end grid image modules ***/

/*** Begin Video Player Module ***/

.videocontainer {
	padding-bottom:0rem;
	outline:none;
	background:transparent;
}
.videocontainer * {
	outline:none;
}
.video-wrapper {
	position:relative;
	left:-1px;
	width:calc(100% + 1px);
	margin-bottom:0;
	background:transparent;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0; overflow: hidden;
	background:transparent;
}

.video-container iframe,
.video-container object,
.video-container video,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	bottom:0;
	background:transparent;
}

.video-container-4-3 {
	position: relative;
	padding-bottom: 75%;
	height: 0; overflow: hidden;
	background:transparent;
}

.video-container-4-3 iframe,
.video-container-4-3 object,
.video-container-4-3 video,
.video-container-4-3 embed {
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	bottom:0;
	background:transparent;
}


.slidelink.playicon {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	color: transparent;
	z-index: 2;
	background: url(JWA_Desktop_Film_Off.svg) center center no-repeat;
	background-size: 7.375rem 7.375rem;
}

.slidelink.playicon:hover {
	background: url(JWA_Desktop_Film_On.svg) center center no-repeat;
	background-size: 7.375rem 7.375rem;
}

.videothumb .slidelink.playicon {
	background-size: 5.375rem 5.375rem;
}

/*** End Video Player Module ***/

.slidelink.playiconradio {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	color: transparent;
	z-index: 2;
	background: url(NL_Desktop_Latest_Home_Page_Podcast_icon_OFF.svg) center center no-repeat;
	background-size: 9.375rem 9.375rem;
}

.slidelink.playiconradio:hover {
	background: url(NL_Desktop_Latest_Home_Page_Podcast_icon_ON.svg) center center no-repeat;
	background-size: 9.375rem 9.375rem;
}


/* begin slider / carousel component */

/* begin global slick slider styles */

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-loading .slick-list { background: white url("./ajax-loader.gif") center center no-repeat; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {position:relative;/*needed for hero carousel*/ -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; zoom: 1; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
/*.extended-carousel .slick-slide
{
width: 1000px !important;
}*/
/*.extended-carousel .slick-slide img {
	width:75%;
}*/
.slick-slide img { display: block; width:100%; height:auto; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

/* Icons */
@font-face { font-family: "slick"; src: url("./fonts/slick.eot"); src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); font-weight: normal; font-style: normal; }
/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 1.0625rem; width: 0.6875rem; opacity: 1; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 50%; padding: 0; border: none; outline: none; z-index: 99; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; opacity: 1; color: transparent; }
.slick-slider:hover .slick-prev, .slick-slider:hover .slick-prev:focus, .slick-slider:hover .slick-next, .slick-slider:hover .slick-next:focus { outline: none; opacity: 1; color: transparent; }
.slick-prev:hover:before, .slick-next:hover:before { opacity: 1; }
.slick-prev:focus:before, .slick-next:focus:before { opacity: 1 }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 1; }

.slick-prev:before, .slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-prev { right: 4rem; top:-3rem; background-image: url('JWA_Desktop_Side_Menu_Arrow_Left_Off.svg'); background-size:cover; opacity:1 }
.slick-prev:hover { right: 4rem; top:-3rem; background-image: url('JWA_Desktop_Side_Menu_Arrow_Left_Off.svg'); background-size:cover; opacity:.5 }
.slick-next { right: 0px; top:-3rem; background-image: url('JWA_Desktop_Side_Menu_Arrow_Right_Off.svg'); background-size:cover; opacity:1 }
.slick-next:hover { right: 0px; top:-3rem; background-image: url('JWA_Desktop_Side_Menu_Arrow_Right_Off.svg'); background-size:cover; opacity:.5 }

.carouselnumbers {
	position:absolute;
	/*float:right;
	right:2.5rem;
	top:1.875rem;*/
	right:1.25rem;
	top:50%;
	transform: translateY(-50%);
	width:2.125rem;
	height:1.375rem;
	line-height:1.375rem;
	text-align:center;
	text-decoration:none;
	outline:1px none red;
	vertical-align:middle;
	font-family: founders-grotesk-web-light;
	font-size:1rem;
}

/* Dots */
/*.slick-slider { margin-bottom: 30px; }*/

/*.slick-dots { position: absolute; bottom: 10%; list-style: none; display: block; text-align: right; padding: 0; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "\2022"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: right; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { color: black; opacity: 0.75; }*/

.slick-dots { position: absolute; bottom: -2rem; right:0; list-style: none; display: block; text-align: right; padding: 0; width: auto; padding-right:1.25rem; outline:1px none red; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 10px; margin: 0 1px; padding: 0; cursor: pointer; text-align:right; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 10px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; }
.slick-dots li button:hover, ul.rig .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, ul.rig .slick-dots li button:focus:before { opacity: 0.5; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "\2022"; width: 10px; height: 20px; font-family: "slick"; font-size: 8px; line-height: 20px; text-align: right; color: black; opacity: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { color: black; opacity: 0.5; }

[dir="rtl"] .slick-next {right: auto;left: -25px;}
[dir="rtl"] .slick-next:before {content: "\2190";}
[dir="rtl"] .slick-prev {right: -25px;left: auto;}
[dir="rtl"] .slick-prev:before {content: "\2192";}
[dir="rtl"] .slick-slide {float: right;}

/* end global slick slider styles */

/* begin main slider over-rides */

.carousel {
	position:relative;
}

.carouseltext {
	background:#f7f7f7;
	/*min-height:15rem;*/
}

.slick-slide:hover {
	cursor:pointer;
}

.slide-overlay {
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-20%);
	-moz-transform: translateY(-20%);
	-ms-transform: translateY(-20%);
	-o-transform: translateY(-20%);
	transform: translateY(-20%);
	text-align: center;
	color: #fefefe;
	outline: 1px none #fff;
	z-index: 10000000;
	padding: 0% 5% 0% 5%;
}
.slidetextcontent, .creditcontent {
	display:none;
}

h2.projectsdivider {
	position:relative;
	margin:0;
	font-size:2.4rem;

	padding-top:2rem;

	padding-bottom:2rem;

	background:transparent;
	z-index:100000;
}


.slideimage {
	width:100%;
	height:auto;
}

.dummyspacer {
	width:100%;
	height:auto;
}

.slick-track {
	margin-left: 0;
	transition: margin-left 0.6s ease;
}
.extended-carousel img{
	transition: margin-left 0.6s ease;
}
.pull-little-left img, .pull-little-right img {
	margin-left: 0;
	transition: margin-left 0.6s ease;
}
.pull-little-left img {
	margin-left: -4% !important;
}

.pull-little-right img{
	margin-left: 4% !important;
}

.extended-carousel .pull-little-left img{
	margin-left: -6% !important;
}

.extended-carousel .pull-little-right img{
	margin-left: 6% !important;
}

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

	html, body {
		font-size:60%;
	}

}

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

	html, body {
		font-size:100%;
	}
	
	.extended-carousel-wrapper {
		outline:1px none red;
		max-width:2020px;
		margin:auto;
		overflow:hidden;position:relative;
		margin-bottom:2.4rem;
		/*left:-2.3rem;*/
	}
	.extended-carousel {
		margin-left:0;
	}
	.extended-carousel .carousel {
		left:0;
	}
	.extended-carousel .slick-list {
		overflow: visible;
		padding: 0 17.5rem 0 0;
		padding: 0 35.5% 0 0;
		padding-right:31%;
		
	}
	
	.extended-carousel .vertical-bar-left {
		display:none;
	}
	
	/*.extended-carousel .carouselnav {
		margin-right:calc(30% + 4.3rem);
		margin-top:-12.7rem;
	}*/

}

/* end main slider over-rides */

/* end slider / carousel component */

/*************************** End Content Object Styles ***************************/

/*************************** begin utility styles ***************************/

.fullscreen-overlay {
	position:fixed;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	z-index:10000000000;
	background: rgba(0,0,0,.85);
	display:none;
}

.sharethis {
	cursor: pointer;
	color: #a5a5a5;
	text-decoration: none;
}
.fullscreen-overlay .popupformbox .popupformfields {
	position:relative;
	min-height:200px;
}

.fullscreen-overlay .popupformbox .popupformfields p {
	text-align:left;
	margin-bottom:1rem;
}

.fullscreen-overlay .popupclosebox {
	position:absolute;
	right:40px;
	top:40px;
	width:22px;
	height:22px;
	background:url(Desktop_Popup_Close_Off.png) left top no-repeat;
	background-size:100%;
	cursor:pointer;
}
.fullscreen-overlay .popupclosebox:hover {
	background:url(Desktop_Popup_Close_On.png) left top no-repeat;
	background-size:100%;
}

.fullscreen-overlay .popupformbox {
	position:absolute;
	left:50%;
	top:50%;
	width:40%;
	max-width:750px;
	transform: translateX(-50%) translateY(-50%);
	text-align:center;
	color:#fff;
	outline:1px none red;
}
.fullscreen-overlay .popupformbox h3, .fullscreen-overlay .popupformbox p {
	color:#fff;
	margin:auto;
	margin-bottom:3rem;
	
}
.fullscreen-overlay .popupformbox p {
	width:60%;
}
/*input[type=password],input[type=email],input[type=submit]*/
.fullscreen-overlay .popupformbox input[type=text], .fullscreen-overlay .popupformbox input[type=email], .fullscreen-overlay .popupformbox input[type=button], .fullscreen-overlay .popupformbox a {
	color:#fff;
}
.fullscreen-overlay .popupformbox input[type=submit] {
	background:#fff;
	color:#000;
}
.fullscreen-overlay .popupformbox input[type=submit]:hover {
	background:#808080;
	color:#fff;
}

.popupformoverlay {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:transparent;
	display:none;
}

.popupformoverlay .overlaymessage {
	position:absolute;
	width:100%;
	height:auto;
	left:0px;
	top:50%;
	transform: translateY(-50%);
	text-align:center !important;
	outline:1px none red;
}
.popupformoverlay .overlaymessage h4 {
	font-size:1.6rem;
	margin-bottom:1.6rem;
}
.popupformoverlay .overlaymessage p {
	text-align:center !important;
}

.no-margin{
	margin:0 !important;;
}

.no-margin-top{
	margin-top: 0px !important;
}

/* Begin clearfix hack */
/* For modern browsers */
.cf:before,
.cf:after {
	content:"";
	display:table;
}
.cf:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom:1;
}
/* End clearfix hack */

.spacing-b-bottom-inner{
	margin-padding:3.7rem  !important;
}
.spacing-b-bottom-outer{
	margin-bottom:3.7rem  !important;
}
.spacing-c-bottom-outer{
	margin-bottom:1.1rem  !important;
}

.spacing-f-top-inner{
	padding-top:2rem !important;
}
.spacing-f-top-outer{
	margin-top:2rem !important;
}

.spacing-k-top-inner{
	padding-top:3.6rem !important;
}
.spacing-k-top-outer{
	margin-top:3.6rem !important;
}
.spacing-k-bottom-inner{
	padding-bottom:3.6rem  !important;
}
.spacing-k-bottom-outer{
	margin-bottom:3.6rem  !important;
}

.spacing-k-bottom-outer{
	margin-bottom:3.6rem  !important;
}
/* This shouldnt be spacing k.. its obviously listed wrong on the spacing guide. */
.spacing-k-form-bottom-outer{
	margin-bottom:1.3rem  !important;
}

.spacing-g-bottom-outer{
	margin-bottom:3rem !important;
}


ul.subscribe li div h3{
	line-height:1.7rem;
}
/*************************** end utility styles ***************************/


/***** GATED POPUP *****/
.gated_popup,
.main > div.gated_popup,
.main > div.loaded.gated_popup,
.main > div.loaded.notransition.gated_popup{
	/* position: fixed; */
	/* bottom: 0; */
	/* left: 0; */
	/* right: 0; */
	/* z-index: 9999; */
	padding: 250px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f4f4+0,f4f4f4+37,f4f4f4+100&0+0,1+41,1+100 */
	background: -moz-linear-gradient(top, rgba(244,244,244,0) 0%, rgba(244,244,244,0.8) 10%, rgba(244,244,244,1) 41%, rgba(244,244,244,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(244,244,244,0) 0%,rgba(244,244,244,0.8) 10%,rgba(244,244,244,1) 41%,rgba(244,244,244,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(244,244,244,0) 0%,rgba(244,244,244,0.8) 10%,rgba(244,244,244,1) 41%,rgba(244,244,244,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f4f4f4', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
	opacity: 1 !important;
	visibility: visible;
	transform: translateY(-200px) !important;
	max-height: 1500px;
	/* transition: all .6s ease 0s !important; */
}
.gated_popup.disable,
.main > div.gated_popup.disable,
.main > div.loaded.gated_popup.disable,
.main > div.loaded.notransition.gated_popup.disable{
	opacity: 0 !important;
	visibility: hidden;
	max-height: 0;
	/* transform: translateY(0) !important; */
}

.gated_popup .popup_ctn{
	width: 69%;
	margin: 0 auto;
}
.gated_popup .popup_header{
	background: #231f20;
	padding: 28px 15px;
}
.gated_popup .popup_header h2{
	 font-family: 'FreightDispProMedium-Regular';
	 color: #FFF;
	 font-size: 28px;
	 text-align: center;
	 line-height: 1;
	 margin: 0;
	 letter-spacing: 2px;
	 font-weight: lighter;
}
.gated_popup .popup_body{
	padding: 50px 13% 83px;
	background: #FFFF;
}
.gated_popup .popup_body h3{
	font-size: 33px;
	margin-bottom: 0;
}
.gated_popup .popup_body h3:after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #bcbbbb;
	margin: 70px 0 55px;
}
.gated_popup .popup_body .check_subscriber{
	width: 69%;
	margin: 0 auto;
}
.gated_popup .popup_body .button{
	margin: 0;
	width: 100%;
	background: #d7d7d7;
	border: none;
}
.gated_popup .popup_body .check_subscriber > p{
	margin: 30px 0 15px;
}
.gated_popup .popup_body .check_subscriber input[type="email"]{
	padding: 1rem .7rem;
}
.gated_popup .popup_body .check_subscriber input[type="submit"]{
	padding: 1rem .7rem;
}
.gated_popup .popup_body .check_subscriber .errormessage{
	position: relative;
	top: 10px;
}


/* End Styles */



