/* basics */

html {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	/* smooth scrolling */
	scroll-behavior: smooth;
	background-color: #000;
}

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

body {
	font-size: 14px;
	line-height: 16px;
	margin: 0;
	padding: 80px 0 0 0;
	color: #fff;
}

a {
	text-decoration: none;
}

p {
	padding-bottom: 1em !important;
}

/*
.form-copy p {
	padding-bottom: 0 !important;
}

.form-copy p.tel-number {
	padding-top: 1em !important;
}
*/

.content-text-copy ul {
	list-style: disc;
}

.content-text-copy ul { 
   list-style-type: disc; 
   list-style-position: inside; 
}
.content-text-copy ol { 
   list-style-type: decimal; 
   list-style-position: inside; 
}
.content-text-copy ul ul,
.content-text-copy ol ul { 
   list-style-type: circle; 
   list-style-position: inside; 
   margin-left: 15px; 
}
.content-text-copyol ol,
.content-text-copy ul ol { 
   list-style-type: lower-latin; 
   list-style-position: inside; 
   margin-left: 15px; 
}

.no-white-space {
	white-space: nowrap;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/* //////////// */
/* Fonts */
/* //////////// */
body {
	font-family: 'Open Sans', sans-serif;
}

strong {
	font-weight: 600;
}

#video-overlay h1,
.footer-tagline {
	font-family: "nouvelle_vagunouvellevagueBlk", Georgia, "serif";	
}

/* //////////// */
/* logo */
/* //////////// */
#header-bar .logo {
	position: absolute;
	top: 14px;
	left: 5%;
	width: 150px;
    height: 52px;
}

#header-bar .logo a {
	height: 52px;
}

#footer-bar .logo {
	margin: 0 auto;
	display: block;
	width: 134px;
    height: 48px;
}

#footer-bar .logo a {
	height: 46px;
}

.logo a {
	display: block;
	overflow: hidden;
	text-indent: -999px;
	text-align: left;
	background-image: url("../imgComp/wpnc-new-logo.png");
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
}

.logo a:hover,
.hamburger:hover,
#filters button:hover,
#news .thumb:hover,
.work .thumb:hover {
	cursor: pointer;
}

/* //////////// */
/* header */
/* //////////// */
#header-bar {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	padding-right: calc(5% - 1em);
	height: 80px;
	width: 100%;
	background-color: #000;
	z-index: 1000;
	/* transitions */
	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
}

/* Nav */

.hamburger {
	display: none;
	position: fixed;
	z-index: 2001;
	top: 16px;
	right: 20px;
}

/* hamburger - https://codepen.io/RRoberts/pen/ZBYaJr */

/* ALL */
.hamburger .line {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: block;
	margin: 10px auto;
	background-color: #fff;
	height: 3px;
}

.hamburger .line {
	width: 34px;
}

/* ONE */

#hamburger-1.is-active .line:nth-child(2) {
	opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
	-webkit-transform: translateY(13px) rotate(45deg);
	-ms-transform: translateY(13px) rotate(45deg);
	-o-transform: translateY(13px) rotate(45deg);
	transform: translateY(13px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
	-webkit-transform: translateY(-13px) rotate(-45deg);
	-ms-transform: translateY(-13px) rotate(-45deg);
	-o-transform: translateY(-13px) rotate(-45deg);
	transform: translateY(-13px) rotate(-45deg);
}

/* hamburger - ends */

#main-nav {
	text-align: right;
	font-size: 1.2em;
	line-height: 1em;
}

.nav {
	text-align: center;
}

#header-bar .nav {
	margin-top: 30px;
}

.nav li a {
	color: #fff;
	font-weight: 600;
	padding: 0 1em;
	/*text-transform: capitalize;*/
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.nav li:nth-child(odd) a:hover {
	color: #14e4d6;
}

.nav li:nth-child(even) a:hover {
	color: #903ca2;
}

.nav li {
	display: inline-block;
}

.nav li:nth-child(odd) {
	border-right: solid 2px #14e4d6;
}

.nav li:nth-child(even) {
	border-right: solid 2px #903ca2;
}

/*.nav li:nth-child(4)*/
.nav li:last-child {
	border-right: none;
}

#user-login {
	position: absolute;
	display: block;
	top: 26px;
	right: 5%;
}

/* social-nav */
#social-nav {
	text-align: center;
	padding-left: 10px;
	margin-top: 20px;
}

#social-nav li {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 10px;
}

#social-nav li a {
	display: block;
	width: 32px;
	height: 32px;
	text-align: left;
	text-indent: -999px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 32px;
	opacity: 0.5;
}

#social-nav li a:hover {
	opacity: 1;
}

.linked-in a { background-image: url("../imgComp/social-linkedin.svg"); }
.youtube a { background-image: url("../imgComp/social-youtube.svg"); }
.twitter a { background-image: url("../imgComp/social-twitter.svg"); }
.vimeo a { background-image: url("../imgComp/social-vimeo.svg"); }

/* //////////// */
/* buttons */
/* //////////// */
.btn {
	display: inline-block;
	padding: 0.4em 0.8em;
}

.btn,
.nav a,
#social-nav li a {
	/* transitions */
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.btn:hover {
	padding-top: 0.3em;
	padding-bottom: 0.5em;
}

.btn-black {
	background-color: #000;
	color: #fff;
}

.btn-black:hover {
	background-color: #000;
}

.btn-white {
	background-color: #fff;
	color: #000;
}

.btn-white:hover {
	background-color: #f4f3f3;
}

h1, h2, h3, h4, h5, h6, p {
	padding: 0;
	margin: 0;
}

/* //////////// */
/* sections */
/* //////////// */
h1, h2, h3, h4, h5, h6 {
	font-weight: 900;
	line-height: 1em;
	font-weight: 400;
}

.inner-content {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}

.section-title {
	position: relative;
	font-weight: 600;
	text-align: center;
	font-size: 2em;
	margin: 20px 0 10px 0;
}

.section-title-line,
.page-title-line {
	background-color: #fff;
	height: 2px;
	width: 70px;
	margin: 0 auto;
	margin-bottom: 20px;
}

#case-studies-details .page-title-line {
	background-color: #14e4d6;
}

.page-title {
	position: relative;
	font-weight: 600;
	text-align: center;
	font-size: 2em;
	/*margin: 20px 0 10px 0;*/
}

.page-subtitle {
	position: relative;
	font-weight: 600;
	font-style: italic;
	text-align: center;
	font-size: 1.5em;
	margin: 10px 0 20px 0;
}



#formContactUs .btn,
.section-btn {
	display: block;
	margin: 0 auto;
	padding: 10px;
	width: 240px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	background-color: #883c89;
	/* transitions */
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	font-weight: 600;
}

#section-what .section-btn {
	margin-top: 36px;
}

#section-team .section-btn {
	margin-top: 30px;
}

#section-news .section-btn {
	margin-top: 10px;
	background-color: #14e4d6;
	color: #000;
}

#formContactUs .btn {
	width: 100%;
}

#formContactUs .btn:hover,
.section-btn:hover {
	background-color: #a12b99;
}

#section-news .section-btn:hover {
	background-color: #0fd1b4;
}



/* //////////// */
/* section-hero */
/* //////////// */
#section-hero {
	position: relative;
	aspect-ratio: 16 / 9;
}

/* video */

.video-bg-wrap {
	padding: 56.25% 0 0 0;
	position: relative;
}

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


video {
	width: 100%;
	height: auto;
	display: block;
}

#video-overlay {
	position: absolute;
	z-index: 100;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: transparent;
	background-color: rgba(0,0,0,0.4);
	background-image: url("../imgComp/vid_pattern_dark1_50p.png");
	background-repeat: repeat;
	background-size: auto;
}

#video-overlay h1,
#hero-slideshow {
	color: #fff;
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	/* Default updated in generic.js */
	display: none;
}

#video-overlay h1 {
	z-index: 101;
	font-size: 3.5em;
	padding:0 1em 1.5em 1em;
	/* shadow */
	text-shadow: 0px 0px 10px #000;
}

#hero-slideshow {
	z-index: 102;
}

#hero-slideshow h2 {
	font-size: 1.5em;
	line-height: 1.2em;
	padding-top: 1.5em;
	padding-left: 1em;
	padding-right: 1em;
}

#section-team h2 {
	color: #000;
}

.hero-subtitle {
	width: 100%;
}


#filters {
	margin: 4px 0 4px 4px;
	/*display: flex;
	flex-flow: row wrap;*/
	display: block;
	overflow: hidden;
}

#filters .button .arrow {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 2px 0 0 5px;
	background-image: url("../imgComp/icon-external-link.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px 0px;
}

#filters,
#filters .button {
	height: 80px;
}

#filters .button,
.filters-mob-btn {
	padding: 10px;
	color: #fff;
	line-height: 1.2em;
	font-weight: 600;
	text-align: left;
	/*text-transform: uppercase;*/
	background-position: right center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.filters-mob-btn {
	display: none;
	margin: 4px;
	position: relative;
	font-size: 1em;
	background-color: #1E1E1E;
}

.filters-mob-btn .arrow {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	z-index: 100;
	background-image: url("../imgComp/icon-arrow-white-right.svg");
	background-repeat: no-repeat;
	background-size: contain;
	top: 3px;
	right: 3px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	transform: rotate(90deg)
}

.filters-mob-btn.is-active .arrow {
	transform: rotate(270deg)
}

#filters .button {
	position: relative;
	margin-right: 4px;
	float: left;
	border: none;
	font-size: 1.5em;
	background-size: 80px;
	display: inline-flex; /* keep the inline nature of buttons */
    align-items: flex-start; /* this is default */
}

#filters.filter-active .button:nth-child(1),
#filters.filter-active .button:nth-child(2),
#filters.filter-active .button:nth-child(3),
#filters.filter-active .button:nth-child(4),
#filters.filter-active .button:nth-child(5),
#filters.filter-active .button:nth-child(6),
#filters.filter-active .button:nth-child(7),
#filters.filter-active .button:nth-child(8),
#filters.filter-active .button:nth-child(9),
#filters.filter-active .button:nth-child(10) {
	background-color: #808082;
	background-image: url("../imgComp/filter-btn-bg-01.png")
}

#filters .button:nth-child(2),
#filters.filter-active .button:nth-child(2).is-checked {
	background-color: #00647e;
	background-image: url("../imgComp/filter-btn-bg-02.png")
}
#filters .button:nth-child(3),
#filters.filter-active .button:nth-child(3).is-checked {
	background-color: #674595;
	background-image: url("../imgComp/filter-btn-bg-03.png")
}
#filters .button:nth-child(4),
#filters.filter-active .button:nth-child(4).is-checked {
	background-color: #a5529a;
	background-image: url("../imgComp/filter-btn-bg-04.png")
}
#filters .button:nth-child(5),
#filters.filter-active .button:nth-child(5).is-checked {
	background-color: #00647e;
	background-image: url("../imgComp/filter-btn-bg-05.png")
}
#filters .button:nth-child(6),
#filters.filter-active .button:nth-child(6).is-checked {
	background-color: #0d7d7a;
	background-image: url("../imgComp/filter-btn-bg-06.png")
}
#filters .button:nth-child(7),
#filters.filter-active .button:nth-child(7).is-checked {
	background-color: #244b9b;
	background-image: url("../imgComp/filter-btn-bg-07.png")
}
#filters .button:nth-child(8),
#filters.filter-active .button:nth-child(8).is-checked {
	background-color: #aa1254;
	background-image: url("../imgComp/filter-btn-bg-08.png")
}
#filters .button:nth-child(9),
#filters.filter-active .button:nth-child(9).is-checked {
	background-color: #0099b9;
	background-image: url("../imgComp/filter-btn-bg-09.png")
}
#filters .button:nth-child(10),
#filters.filter-active .button:nth-child(10).is-checked {
	background-color: #526695;
	background-image: url("../imgComp/filter-btn-bg-10.png")
}


#filters .button:hover {
	background-size: 100px;
	padding-right: 0px;
	padding-left: 20px;
}

#filters .button.show-all {
	/*display: none;*/
	width: 0;
	padding: 0;
	margin: 0;
}

#filters.filter-active .button.show-all {
	/*display: inline-flex;*/
	padding: 10px;
	margin-right: 4px;
}

/* //////////// */
/* What we do */
/* //////////// */
#section-what {
	padding-bottom: 40px;
}
.btn-0 .button { 
	width: calc(100% - 4px);
}
.btn-1 .button,
.btn-0.filter-active .button,
#filters.filter-active.btn-0 .button.show-all { 
	width: calc(50% - 4px);
}
.btn-2 .button,
.btn-1.filter-active .button,
#filters.filter-active.btn-1 .button.show-all {
	width: calc(33.333% - 4px);
}
.btn-3 .button,
.btn-2.filter-active .button,
#filters.filter-active.btn-2 .button.show-all { 
	width: calc(25% - 4px);
}
.btn-4 .button,
.btn-3.filter-active .button,
#filters.filter-active.btn-3 .button.show-all { 
	width: calc(20% - 4px);
}
.btn-5 .button,
.btn-4.filter-active .button,
#filters.filter-active.btn-4 .button.show-all { 
	width: calc(16.666% - 4px);
}
.btn-6 .button,
.btn-5.filter-active .button,
#filters.filter-active.btn-5 .button.show-all {
	width: calc(14.285% - 4px);
}
.btn-7 .button,
.btn-6.filter-active .button,
#filters.filter-active.btn-6 .button.show-all { 
	width: calc(12.5% - 4px);
}
.btn-8 .button,
.btn-7.filter-active .button,
#filters.filter-active.btn-7 .button.show-all { 
	width: calc(11.111% - 4px);
}
.btn-9 .button,
.btn-8.filter-active .button,
#filters.filter-active.btn-8 .button.show-all { 
	width: calc(10% - 4px);
}

.work {
	margin: 0 0 0 4px;
}

.work .grid-sizer,
.work .thumb {
	float: left;
	width: calc(33.333% - 4px);
	margin: 0 4px 4px 0;
}

.work .thumb-text {
	position: absolute;
	bottom: -56px;
	height: 56px;
	width: 100%;
	padding: 10px;
	line-height: 1.2em;
	background-color: #000; /* backup */
	background-color: rgba(0,0,0,0.9);
	/* transitions */
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.work a .thumb-text {
	color: #fff;
}

.work .thumb {
	overflow: hidden;
}

h3.thumb-title {
	font-weight: 600;
	font-size: 1.2em;
	padding-bottom: 5px;
}

h4.thumb-subtitle {
	font-size: 1em;
	line-height: 1.2em;
}

.thumb-img,
#news .thumb-img img,
#news .thumb-text {
	/* transitions */
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.thumb-img img {
	width: 100%;
	height: auto;
	display: block;
	vertical-align: bottom;
}

.work .thumb:hover .thumb-text  {
	bottom: 0;
}

.work .thumb:hover .thumb-img  {
	transform: scale(1.1);
}

/* //////////// */
/* Team */
/* //////////// */
#section-team {
	background: #14e4d6;
	padding: 40px 0;
}

#team,
#news {
	/* update remove
	padding-left: 10px;
	font-size: 0px;
	
	display: flex;*/
}



#team .thumb,
#news .thumb {
	/* update remove
	float: left;
	margin: 0 10px 10px 0;		
	*/
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 10px 5px;
}

#team .thumb {
	width: calc(20% - 10px);
}

.team-item-img img,
#news .thumb-img img {
	width: 100%;
	height: auto;
	display: block;
	vertical-align: bottom;
}

.team-item-text {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	padding: 5px 10px;
	text-transform: uppercase;
	background-color: #883c89; /* backup */
	background-color: rgba(136,60,137,0.95)
}

.team-item-name {
	font-weight: 600;
}

.team-item-job {
	font-size: 11px;
}

/* //////////// */
/* News */
/* //////////// */
#section-news {
	background: #903ca2;
	padding: 40px 0;
}

#news .thumb {
	/*overflow: hidden;*/
	width: calc(25% - 10px);
}

#news .thumb-text {
	margin: 10px 0;
	padding-right: 20px;
	line-height: 1.4em;
}

#news .thumb-title {
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
}

#news .thumb-img {
	overflow: hidden;
}

#news .thumb-subtitle {
	color: #fff;
}

#news .thumb:hover .thumb-img img {
	transform: scale(1.1);
}

/*
#news .thumb:hover .thumb-text {
	margin: 20px 0 0 0;
}*/


/* //////////// */
/* Contact */
/* //////////// */
#section-contact {
	background-color: #FFF;
	color: #000;
	padding: 40px 0;
}

#section-contact .section-title-line,
#section-team .section-title-line {
	background-color: #000;
}

#section-contact .form-title a {
	color: #000;
}

#section-contact .form-title a:hover {
	color: #903ca2;
}

#section-contact .column-text,
#section-contact .column-form {
	float: left;
	width: 50%;
}

#section-contact .column-text {
	padding-right: 40px;
}

.form-title {
	font-size: 2em;
	line-height: 1.2em;
	font-weight: 600;
	margin-bottom: 1em;
}

form {
	margin-top: 1em;
	max-width: 680px;
}

label,
input,
textarea {
	width: 100%;
	display: block;
}

input,
textarea {
	border: none;
	border: solid 1px #666;
	background: #fff;
	color: #000;
	padding: 10px;
	margin: 0.5em 0 1em 0;
}

textarea {
	min-height: 100px;
	resize: vertical;
}
input:focus,
textarea:focus {
	border-color: #000;
	background: #f4f4f4;
}

.form-column {
	width: 47%
}

.form-column.left {
	margin-right: 6%;
}

.label-star {
	color: #666;
}

#error-message {
	margin: 1em 0;
	color: #fff;
	padding: 1em;
	background-color: #000;
}


/* The container */
.container {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 1em;
	cursor: pointer;
	line-height: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

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

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 22px;
	width: 22px;
	background-color: #eee;
	border: solid 1px #666;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
	background-color: #903ca2;
	border-color: #903ca2;
}

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

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

/* Style the checkmark/indicator */
.container .checkmark:after {
	left: 8px;
	top: 4px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* //////////// */
/* Case studies details */
/* //////////// */

#case-studies-details {
	padding: 40px 0;
}

.page-light {
	background-color: #fff;
	color: #000;
}

.page-light a,
.section-contact a {
	color: #000;
}

.page-dark {
	background-color: #1E1E1E;
	color: #fff;
}

.page-dark a {
	color: #fff;
}

.space-preload .cycle-slideshow {
	/*max-width: 980px;*/
	overflow: hidden;
	/* image pre load help */
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
}

.space-preload {
	position: relative;
	padding:56.25% 0 0 0;
}

.cycle-slideshow img {
	width: 100%;
	height: auto;
}

.image-zoom-effect img {
  transition: transform 6.5s linear;
}

.image-zoom-effect  .scale {
  transform: scale(1.1);
}

.image-zoom-effect  .fx1 {
  transform-origin: bottom left;
}

.image-zoom-effect  .fx2 {
  transform-origin: top left;
}

.image-zoom-effect  .fx3 {
  transform-origin: top right;
}

.image-zoom-effect  .fx4 {
  transform-origin: bottom right;
}

#content-text {
	margin-top: 40px;
	line-height: 1.8em;
}

.content-text-leadcopy {
	background-image: url("../imgComp/icon-arrow-col1-cs.svg");
	background-repeat: no-repeat;
	background-position: 0px 5px;
	background-size: 36px;
	padding: 0  0 1.4em 36px;
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: 600;
	display: block;
	min-height: 46px;
}

.content-text-copy h1 {
	font-size: 2em;
}

.content-text-copy h2 {
	font-size: 1.6;
}

.content-text-copy h3 {
	font-size: 1.4em;
}

.content-text-copy h4 {
	font-size: 1.2em;
}

.content-text-copy h5,
.content-text-copy h6 {
	font-size: 1.1em;
}


.content-text-copy p {
	padding-bottom: 1.4em;
}

.content-text-copy em {
	font-style: italic;
}

#form-complete-message {
	display: none;
}

.content-text-copy a,
.form-copy a,
#form-complete-message a {
	font-weight: 600;
	/* transitions */
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.content-text-copy a {
	border-bottom: solid 2px #14e4d6;
}

.form-copy a,
#form-complete-message a {
	border-bottom: solid 2px #903ca2;
}

.form-copy a,
#form-complete-message a {
	color: #000;
}

.content-text-copy a:hover,
.form-copy a:hover,
#form-complete-message a:hover {
	border-bottom-color: #000;
}

.page-dark .content-text-copy a:hover {
	border-bottom-color: #fff;
}

.content-text-image {
	float: right;
	width: 33.333%;
	margin: 0 0 30px 60px;
}

.content-text-image img {
	width: 100%;
	height: auto;
}

.video-item iframe {
	border: none; 
}

#inner-page-nav,
#video-paging-nav {
	text-align: center;
	padding-left: 28px;
	margin-top: 20px;
}

#inner-page-nav {
	padding-left: 28px;
}

#video-paging-nav {
	padding-left: 10px;
}

#inner-page-nav a,
#video-paging-nav a {
	position: relative;
	display: inline-block;
	height: 28px;
	text-transform: uppercase;
	line-height: 28px;
	/* transitions */
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

#inner-page-nav a {
	margin-right: 28px;
}

#video-paging-nav a {
	margin-right: 10px;
}

#inner-page-nav a.see-all-cs,
#video-paging-nav a {
	opacity: 0.6;
}

#inner-page-nav a.see-all-cs:hover {
	opacity: 1;
}

#video-paging-nav a {
	width: 20px;
}

#video-paging-nav a:hover {
	opacity: 1;
	border-bottom: 2px #fff solid;
}

#video-paging-nav a.selected {
	opacity: 1;
	border-bottom: 2px #14e4d6 solid;
}

.previous-cs,
.next-cs {
	background-repeat: no-repeat;
	background-size: 28px;
}

.previous-cs {
	background-position: left 10px top;
	padding-left: 38px;
}

.next-cs {
	background-position: right 10px top;
	padding-right: 38px;
}

.page-dark .previous-cs { background-image: url("../imgComp/icon-arrow-white-left.svg"); }
.page-dark .next-cs { background-image: url("../imgComp/icon-arrow-white-right.svg"); }
.page-light .previous-cs { background-image: url("../imgComp/icon-arrow-black-left.svg"); }
.page-light .next-cs { background-image: url("../imgComp/icon-arrow-black-right.svg"); }

.previous-cs:hover {
	background-position: left top;
}

.next-cs:hover {
	background-position: right top;
}



/* //////////// */
/* footer */
/* //////////// */
#footer-bar {
	padding: 40px;
	background-color: #000;
}

.footer-tagline {
	text-align: center;
	font-size: 2em;
	line-height: 1.2em;
	margin-bottom: 20px;
}

#footer-bar .small-print {
	margin-top: 0.5em;
	text-align: center;
}

#footer-nav {
	margin: 20px 0;
}

.small-print a {
	color: #fff;
	text-decoration: none;
	margin-right: 10px;
}

/* //////////// */
/* cookie bar */
/* //////////// */
#cookie-bar {
	position: fixed;
	z-index: 1000;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 15px 200px 15px 30px;
	background-color: #fff;
	border-top: solid 2px #e4e4e4;
	color: #000;
	min-height: 60px;
}

#cookie-bar a {
	color: #000;
	text-decoration: underline;
}

#cookie-bar a#cookie-bar-accept-btn {
	color: #fff;
	text-decoration: none;
}

#cookie-bar.accepted {
	display: none;
}

#cookie-bar-accept-btn {
	position: absolute;
	z-index: 1001;
	top: 15px;
	right: 20px;
	text-decoration: none;
}


/* //////////// */
/* Media quiries */
/* //////////// */
@media only screen and (max-width : 1310px) {
	#team .thumb {
		width: calc(25% - 10px);
	}
}

@media only screen and (max-width : 1080px) {
	
	#video-overlay h1 {
		font-size: 3em;
	}
	/*
	.inner-content {
		width: 90%;
	}
	*/
}


@media only screen and (max-width : 1050px) {
	#team .thumb {
		width: calc(33.333% - 10px);
	}
}


@media only screen and (max-width : 880px) {
	
	#video-overlay h1 {
		padding-bottom: 2.5em;
	}
	
}


@media only screen and (max-width : 840px) {
	
	#video-overlay h1 {
		font-size: 2.5em;
		padding-bottom: 1.5em;
		
	}
	
	.work .grid-sizer,
	.work .thumb {
		width: calc(50% - 4px);
	}
	
	#header-bar .nav {
		margin-top: 0;
	}
	
	#main-nav {
		/*display: none;*/
		position: fixed;
		z-index: 1000;
		top: 0;
		right: -300px;
		bottom: 0;
		/*left: 0;*/
		padding: 80px 25px 0 25px;
		background-color: #191919;
		/* transitions */
		-webkit-transition: all 0.4s ease-out;
		-moz-transition: all 0.4s ease-out;
		-o-transition: all 0.4s ease-out;
		transition: all 0.4s ease-out;
		/* shadow */
		box-shadow: -10px 0px 30px 0px rgba(0,0,0,0.75);
		-webkit-box-shadow: -10px 0px 30px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: -10px 0px 30px 0px rgba(0,0,0,0.75);
	}
	
	#main-nav.show {
		/*display: block;*/
		right: 0 !important;
	}
	
	#main-nav li {
		display: block;
		margin-bottom: 0.6em;
		border: none;
	}
	
	#main-nav.show #user-login {
		position: relative;
		top: 0;
		right: 0;
	}
	
	.hamburger  {
		display: block;
	}
	
}

@media only screen and (max-width : 800px) {
	
	#team .thumb {
		width: calc(50% - 10px);
	}
	
}


@media only screen and (max-width : 740px) {
	
	#video-overlay h1 {
		font-size: 2.25em;
		padding-bottom: 2em;
	}
	
	#filters .button {
		font-size: 1.2em;
	}
	
}


@media only screen and (max-width : 660px) {
	
	#video-overlay h1 {
		font-size: 2.1em;
		padding-bottom: 2em;
	}
	
	#hero-slideshow h2 {
		font-size: 1.25em;
	}
	
	#news .thumb {
		width: calc(33.333% - 10px);
	}
	
	#section-contact .column-text,
	#section-contact .column-form {
		width: 100%;
	}
	
	#section-contact .column-form {
		margin-top: 25px;
	}
	
	.form-title {
		font-size: 1.75em;
	}
	
	#filters {
		display: none;
		top: 0px;
		height: auto;
		margin-right: 4px;
		background-color: #000;
	}
	
	#filters .button {
		height: auto;
		display: block;
		width: 100%;
		margin-bottom: 4px;
		font-size: 1em;
		/*float: none;*/
	}
	
	#filters .button.show-all {
		display: none;
		width: 100%;
		padding: 10px;
		margin-right: 4px;
	}
	
	#filters.filter-active.btn-1 .button.show-all,
	#filters.filter-active.btn-2 .button.show-all,
	#filters.filter-active.btn-3 .button.show-all,
	#filters.filter-active.btn-4 .button.show-all,
	#filters.filter-active.btn-5 .button.show-all,
	#filters.filter-active.btn-6 .button.show-all,
	#filters.filter-active.btn-7 .button.show-all,
	#filters.filter-active.btn-8 .button.show-all,
	#filters.filter-active.btn-9 .button.show-all,
	#filters.filter-active.btn-10 .button.show-all {
		display: block;
		width: 100%;
		margin-bottom: 4px;
	}
	
	.filters-mob-btn {
		display: block;
	}
	
}


@media only screen and (max-width : 540px) {
	
	#video-overlay h1 {
		font-size: 2em;
		padding-bottom: 2.5em;
	}
	
	#news .thumb {
		width: calc(50% - 10px);
	}
	
	.team-item-job {
		font-size: 10px;
	}
	
	.content-text-image {
		float: none;
		width: 100%;
		margin: 0 0 20px 0;
	}
	
	.inner-content {
		width: 98%;
	}
	
}


@media only screen and (max-width : 470px) {
	
	.team-item-name {
		font-size: 13px;
	}
	
	.team-item-job {
		font-size: 9px;
	}
	
} 



@media only screen and (max-width : 420px) {
	
	#video-overlay h1 {
		font-size: 1.7em;
		padding-bottom: 2.75em;
	}
	
	#hero-slideshow h2 {
		font-size: 1.1em;
	}
	
	.work .grid-sizer,
	.work .thumb {
		width: calc(100% - 4px);
	}
	
	.form-title {
		font-size: 1.5em;
	}
	
	#inner-page-nav {
		padding-left: 10px;
	}

	#inner-page-nav a {
		margin-right: 10px;
	}
	
	/*
	#team .thumb {
		width: calc(100% - 10px);
	}*/
	
	.team-item-name {
		font-size: 9.5px;
		line-height: 12px;
	}
	
	.team-item-job {
		font-size: 6.2px;
		line-height: 9px;
	}
} 






