@font-face{
font-family:"Avenir LT W01 45 Book";
src:url("../fonts/721226/4f32268f-fd86-4960-b72c-4bb1ba75ec6f.eot?#iefix");
src:url("../fonts/721226/4f32268f-fd86-4960-b72c-4bb1ba75ec6f.eot?#iefix") format("eot"),url("../fonts/721226/939cba03-5b40-4d01-9bc5-7589eca863db.woff") format("woff"),url("../fonts/721226/849bc5b9-a2ff-4343-977b-26ba8bd24a60.ttf") format("truetype"),url("../fonts/721226/f67fa3b5-c1d1-488f-8e60-a828b9ad56a4.svg#f67fa3b5-c1d1-488f-8e60-a828b9ad56a4") format("svg");
}
@font-face{
font-family:"Avenir LT W01 65 Medium";
src:url("../fonts/721238/212ab03d-5db2-4d6a-b94c-171cc702aa51.eot?#iefix");
src:url("../fonts/721238/212ab03d-5db2-4d6a-b94c-171cc702aa51.eot?#iefix") format("eot"),url("../fonts/721238/2cac77ec-9bc0-4ee7-87e4-27650190744f.woff") format("woff"),url("../fonts/721238/aaf11848-aac2-4d09-9a9c-aac5ff7b8ff4.ttf") format("truetype"),url("../fonts/721238/294099f3-8d00-4676-afc5-5e9d8d43ad69.svg#294099f3-8d00-4676-afc5-5e9d8d43ad69") format("svg");
}
@font-face{
font-family:"Avenir LT W01 85 Heavy";
src:url("../fonts/721244/f61bf0f6-c193-4100-b940-12a1a01dcee5.eot?#iefix");
src:url("../fonts/721244/f61bf0f6-c193-4100-b940-12a1a01dcee5.eot?#iefix") format("eot"),url("../fonts/721244/7147ec3a-8ff8-4ec9-8c5c-bd1571dc6ae6.woff") format("woff"),url("../fonts/721244/d1dc54b2-878d-4693-8d6e-b442e99fef68.ttf") format("truetype"),url("../fonts/721244/731dd4d3-64da-427d-ba61-01575b3cf3f7.svg#731dd4d3-64da-427d-ba61-01575b3cf3f7") format("svg");
}
@font-face{
font-family:"Avenir LT W01 95 Black";
src:url("../fonts/721250/a24b3f55-c8c8-41a1-a77e-7cdf417d82f6.eot?#iefix");
src:url("../fonts/721250/a24b3f55-c8c8-41a1-a77e-7cdf417d82f6.eot?#iefix") format("eot"),url("../fonts/721250/5a05cf7f-f332-456f-ae67-d8c26e0d35b3.woff") format("woff"),url("../fonts/721250/c33278bc-988e-440b-b4be-6acc095e6044.ttf") format("truetype"),url("../fonts/721250/7bdad4a5-289b-42f9-b6fa-c5883b9e9f23.svg#7bdad4a5-289b-42f9-b6fa-c5883b9e9f23") format("svg");
}
/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://webfonts.fonts.com
*/

/*-------------------------------- GLOBAL OVERRIDES --------------------------------*/
body
{
	font-family: "Avenir LT W01 45 Book", Arial, sans-serif;
	font-size: 160%;
/*	background: url(../images/denimsBack.jpg) repeat-x center 30px, url(../images/footerPixel.gif) repeat-x center bottom; */
	background: url(../images/denimsBack.jpg) repeat-x center top, url(../images/footerPixel.gif) repeat-x center bottom;
	background-size: auto, auto 100px;
}
/* tablets and below */
@media screen and (max-width: 1024px) {
	body { background: url(../images/denimsBack.jpg) repeat-x center top,#fff; }
} /* phones */
@media screen and (max-width: 767px) {
	body { background-size: auto 140px, auto 100px; }
}
/* large screen */
@media screen and (min-width: 1600px) {
	.container { width: 1440px; }
}
.clearRow { clear: both; }
.addPad { padding: 10px; }
.collapseMarginLeft { padding-left: 0;}
.collapseMarginRight { padding-right: 0;}
h1,h2,h3,h4,h5,h6
{
	font-family: "Avenir LT W01 95 Black", "Arial Black", Arial, sans-serif;
	font-weight: normal;
}
strong, b
{
	font-family: "Avenir LT W01 85 Heavy", Arial, sans-serif;
	font-weight: normal;
}
a
{
	color: #666;
	outline:0;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	-moz-opacity: 0.6;
	-webkit-opacity: 0.6;
	opacity: 0.6;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
figcaption { 
	font-size: 0.7em;
	position: absolute;
	right: 20px;
	bottom: -25px;
	font-weight: 900;
}
.black { color: black; }
.red { color: red; }
.button { 
	text-transform: uppercase;
	font-size: 1.3em;
	font-family: "Avenir LT W01 95 Black", "Arial Black", Arial, sans-serif;
	color: #2461c1;
	padding: 0.4em 0.8em;
	display: inline-block;
	margin-top: 1em;
	float: right;
}
form button { 
	text-transform: uppercase;
	font-size: 1.3em;
	font-family: "Avenir LT W01 95 Black", "Arial Black", Arial, sans-serif;
	color: #2461c1 !important;
	padding: 0.4em 0.8em;
	display: inline-block;
}
button:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	-moz-opacity: 0.6;
	-webkit-opacity: 0.6;
	opacity: 0.6;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.button span.glyphicon { 
	color: #00afd7;
	font-size: 0.7em;
	vertical-align: 0.1em;
	padding-left: 0.4em;
}
.button:hover { text-decoration: none; }
.button.facebook {
	background-color: #6484aa;
	margin-top: 2em;
}
.button.facebook:before { 
	content: "f";
	text-transform: lowercase;
	font-size: 1.6em;
	margin-right: 0.6em;
	margin-left: 0.2em;
	font-family: "Avenir LT W01 95 Black", "Arial Black", Arial, sans-serif;
	vertical-align: -0.1em;
}
.button.left, .button.right { margin-top: 0; }
.button.left { float: left; }
.button.right { float: right; }
button, form button, form input[type='submit'] { 
	text-transform: uppercase;
	font-family: "Avenir LT W01 95 Black", "Arial Black", Arial, sans-serif;
	color: #fff !important;
	background-color: #00afd7 !important;
}
form button.emphasize, form input[type='submit'].emphasize { 
	zoom: 1.4;
	background-color: #fff100 !important;
	color: #2461c1 !important;
}
/* tablets and below */
@media screen and (max-width: 1024px) {
	.button { font-size: 1.1em; }
}
iframe { 
	border: 0;
	width: 100%;
}
.closeThis { 
	background-color: #99d6ea;
	display: block;
	width: 23px;
	height: 22px;
	color: #fff;
	padding: 2px 2px 2px 4px !important;
}
.closeThis:hover { background-color: #dadada; }

/* unordered list defaults */
.circleBullet { list-style-type: circle; }
.squareBullet { list-style-type: square; }
.noBullet { list-style-type: none; }

/* ordered list defaults */
.leadingZero { list-style-type: decimal-leading-zero; }
.upperLatin { list-style-type: upper-latin; }
.lowerRoman { list-style-type: lower-roman; }
.upperRoman { list-style-type: upper-roman; }

/* align all text centre */
.row { text-align: center; }

.form-horizontal .bg-info { 
	padding: 1em 1.2em 0.4em;
	margin-bottom: 1.2em;
}

/* remoove outline on ekko lightbox gallery links (for Firefox issue) */
.ekko-lightbox-nav-overlay a { outline: none; }	

/* override generic bootsrap print style rules */
@media print {
  a[href]:after {
    content: "";
  }
  .label {
    border: none;
  }
}

/*-------------------------------- CALL TO ACTION BLOCK --------------------------------
#callToAction {
	font-family: "Avenir LT W01 85 Heavy", Arial, sans-serif;
	background: #fff100;
	position: fixed;
	width: 100%;
	z-index: 40000000;
	box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.6);
	height: 30px;
	padding-top: 4px;
}
#callToAction.hovered { background: #00afd7; }
#clock { padding-right: 10px; }
#callToAction a { 
	color: #10249f;
	display: block; 
	width: 100%;
}
#callToAction a:hover { 
	text-decoration: none;
	color: #fff;
	opacity: 1 !important;
}*/

/*-------------------------------- HEADER --------------------------------*/
header { 
	height: 200px;
	text-transform: uppercase;
	color: #fff;
	position: relative;
/*	margin-top: 30px; */
}
header * { text-align: left; }

/* logo, logotype and signup button */
a#logo {
	float: left;
/*	background: url(../images/j4gLogo+date.svg) no-repeat; */
	background: url(../images/j4gLogo.svg) no-repeat;
/*	width: 3.8em; */
	height: 4.6em;
	width: 4.2em;
	background-size: 100%;
	margin-bottom: 0.3em;
}
a#logo:hover { text-decoration: none; }
@media print {
    a#logo:before {
        content: url(../images/j4gLogo_rev.png);
     }
}
.logotype { 
	vertical-align: -0.2em;
/*	font-size: 3.5em; */
	font-size: 3.3em;
	margin-left: 0.7em;
/*	text-align: center; */
	text-align: left;
	float: left;
/*	margin-top: 0.1em; */
	margin-top: 0.18em;
}
.logotype span { 
	display: block;
/*	font-size: 0.9em; */
	font-size: 0.8em;
	color: #fff100;
	margin-top: -0.075em;
}
.logotypeWrapper {float: left;}
.signUp {
	position: absolute;
	right: 20px;
	top: 30px;
}
.signUp a { 
	color: #10249f;
	font-family: "Avenir LT W01 95 Black", "Arial Black", Arial, sans-serif;
	width: 9.5em;
	display: block;
	background: #fff100;
	padding: 0.4em 0 0.15em;
	font-size: 1.7em;
	text-align: center;
	line-height: 1em;
}
.signUp a:hover {
	text-decoration: none;
	background-color: #99d6ea;
}
/* freephone */
.signUp a span {
	color: #000;
	font-family: "Avenir LT W01 45 Book", Arial, sans-serif;
	display: block;
	font-size: 0.6em;
	text-align: center;
	text-transform: none;
}
/* tablets and below */
@media screen and (max-width: 1200px) { /* not needed for old header without date */
	.logotype { 
		font-size: 2.5em;
		margin-left: 0.7em;
	}
}
@media screen and (max-width: 1024px) {
	a#logo { 
		margin-left: 20px;
		width: 2.8em; /* not needed for old header without date */
	}
	.logotype { 
		font-size: 1.75em;
		margin-left: 0.8em;
		margin-top: 0.5em;
	}
	.logotypeWrapper .signUp a { font-size: 1.2em; }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
	.logotype {  
/*		font-size: 3em; */
		font-size: 1.8em;
		margin-left: 0.7em;
		margin-bottom: 0.1em;
		margin-bottom: 0;
		margin-top: 0.8em; /* not needed for old header without date */
	}
} /* phones */
@media screen and (max-width: 767px) {
	header { height: 140px; }
	a#logo {
		width: 1.8em;
		height: 3em;
		margin-left: 20px;
	}
	.logotype { 
/*		font-size: 1.25em; */
		font-size: 0.85em;
/*		margin-left: 0.8em; */
		margin-left: 1.2em;
	}
	.logotypeWrapper .signUp a { display: none; }
}
@media screen and (min-width: 540px) and (max-width: 767px) and (orientation: landscape) {
	.logotype { 
/*		font-size: 1.75em; */
		font-size: 1.25em;
		margin-top: 0.4em;
	}
}
@media print {
	.signUp { display: none; }
}

/*-------------------------------- NAVIGATION --------------------------------*/
/* genaral layout for alll nav lists */
header ul {
	list-style-type: none;
	font-size: 1.1em;
	font-family: "Avenir LT W01 95 Black", "Arial Black", Arial, sans-serif;
	margin-left: 2.5em;
	padding-top: 0.3em;
	clear: both;
	padding-left: 0;
}
header li { margin-right: 1.4em; }
header li:last-child { margin-right: 0; }
header li a:link, header li a:active, header li a:visited, header li a:hover { text-decoration: none !important; }
@media screen and (max-width: 1024px) {
	header ul { 
		font-size: 1em;
		padding-top: 1.2em;
	}
}

/* social icon bar */
ul.socialLinkBar
{
	list-style-image:none;
	list-style-type:none;
	margin: 0;
	margin-bottom: 1em;
	text-align: center;
	position: absolute;
	right: 20px;
	bottom: 0;
}
ul.socialLinkBar li
{
	display: inline-block;
	width: 2em;
	height: 2em;
	margin-right: 2px;
	background-image: none;
}
ul.socialLinkBar li a
{
	width: 2em;
	height: 2em;
	padding: 0;
	display:block;
	background: url(../images/socnetFBicon.svg) no-repeat center center;
	background-size: 90%;
	color: #fff;
}
ul.socialLinkBar li a.twitter { background-image: url(../images/socnetTwitterIcon.svg); }
ul.socialLinkBar li a.youtube { background-image: url(../images/socnetYTicon.svg) ; }
ul.socialLinkBar li a.flickr { background-image: url(../images/socnetFlickrIcon.svg); }
ul.socialLinkBar li a.pinterest { background-image: url(../images/socnetPinterestIcon.svg); }
ul.socialLinkBar li a.blog { background-image: url(../images/socnetBlogIcon.svg); }
ul.socialLinkBar li a.instagram { background-image: url(../images/socnetInstagramIcon.svg); }
ul.socialLinkBar li a span
{
	position: absolute;
	margin-left: -2000px;
}
ul.socialLinkBar li.heading { 
	color: #fff;
	text-transform: uppercase;
	width: auto;
	font-size: 0.8em;
	font-family: "Avenir LT W01 85 Heavy", Arial, sans-serif;
	display: block;
	text-align: center;
}
ul.socialLinkBar li.heading span { 
	font-family: "Avenir LT W01 45 Book", Arial, sans-serif;
	text-transform: none;
}
ul.socialLinkBar li.heading a { 
	background: none;
	display: inline;
}
/* tablets and below */
@media screen and (max-width: 1024px) {
	ul.socialLinkBar {
		top: 3.6em;
		font-size: 1em;
		bottom: auto;
		padding-top: 2em;
	}
	ul.socialLinkBar li, ul.socialLinkBar li a
	{
		width: 1.5em;
		height: 1.5em;
	}
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
} /* phones */
@media screen and (max-width: 767px) {
	ul.socialLinkBar { 
		top: 4.3em;
		left: 7.2em;
		font-size: 0.875em;
		text-align: left;
		padding-top: 1em;
	}
	ul.socialLinkBar li.heading {text-align: left;}
}
@media screen and (min-width: 540px) and (max-width: 767px) and (orientation: landscape) {
	ul.socialLinkBar { 
		top:1em;
		right: 5em;
		font-size: 0.85em;
		text-align: right;
	}
	ul.socialLinkBar li.heading {text-align: right;}
}
@media print {
	ul.socialLinkBar { display: none; }
}

/* mods to bootstrap navbar */
.navbar {
	float: left;
	width: 700px;
	margin-bottom: 0;
/*	margin-top: 0.4em; */
	margin-top: 0.8em;
	border: none;
}
.navbar-collapse.in {
	overflow-x: hidden;
	border-top: none;
	-webkit-box-shadow: -5px 0 5px rgba(0, 0, 0, .2);
		box-shadow: -5px 0 5px rgba(0, 0, 0, .2);
}
@media screen and (max-width: 1200px) { 
	.navbar {  /* not needed for old header without date */
		margin-left: -0.7em;
		margin-top: 2.5em;
	}
	.navbar-collapse:not(.in) ul.nav { font-size: 0.9em; }
}

@media screen and (max-width: 1024px) {
	.navbar { 
		width: 580px;
/*		margin-top: 1.7em; */
		margin-top: 3.6em;
		margin-left: -1em; /* not needed for old header without date */
	}
}
@media screen and (max-width: 767px) {
	.navbar { 
		width: auto;
		position: absolute;
		right: -5px;
		top: -17px;
	}
}
@media screen and (min-width: 768px) {
	.navbar .signUp { display: none; }
}
@media screen and (min-width: 1600px) {
	.navbar { 
		clear:both;
		margin-top: -2.6em;
		padding-left: 8.5em;
		width: 100%
	}
}
.navbar-nav {
	margin: 0;
	padding: 0;
	padding-left: 10px;
}
.navbar-nav > li > a { padding: 0 !important; }
.navbar-nav > li > .dropdown-menu {
	margin-top: 1.85em;
	margin-left: -1.25em;
}

/* mods to bootstrap dropdown for navbar */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #00afd7;
	background-color: transparent;
}
.dropdown-menu:before {
	position: absolute;
	top: -7px;
	left: 20px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #fff;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(255, 255, 255, 1);
	content: '';
}

/* mods to responsive navbar */
.navbar-collapse.in, .navbar-collapse.collapsing {
	width: 280px;
	height: 100%;
	position: fixed;
	right: -0.9em;
	background: #00afd7;
	top: 0;
	z-index: 40000;
}
.navbar-collapse.in .caret { color: #000; }
.navbar-toggle { 
	z-index: 200000;
	background-color: transparent !important;
	margin-top: -20px;
	margin-right: 10px;
}
.navbar-collapse.collapsing .navbar-nav, .navbar-collapse.in .navbar-nav { margin-top: 40px; }
.navbar-collapse.collapsing {
	width: 0%;
	-webkit-transition-duration: 1s;
	   -o-transition-duration: 1s;
	      transition-duration: 1s;
	-webkit-transition-property: width;
	   -o-transition-property: width;
	      transition-property: width;
}
.navbar-collapse.in .signUp a {
	background: #fff100;
	color: #10249f;
	margin: -46px 0 70px 20px;
	font-size: 1.3em;
	height: 2em;
	width: 7em;
	padding-top: 12px !important;
}
.navbar-collapse.in .signUp a:hover {
	background: #fff100;
}
/* freephone in responsive nav */
.navbar-collapse.in .signUp a span {
	font-family: "Avenir LT W01 85 Heavy", Arial, sans-serif;
	margin-top: 1em;
	margin-bottom: 2.5em;
	font-size: 0.55em;
	color: #fff; 
}
.navbar-collapse.in .dropdown-menu:before { display: none; }
.navbar-collapse.in ul li { margin-bottom: 0.3em; }
/* bootstrap .navbar-default mods */
.navbar-default {
	background-color: transparent;
	border: none;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #fff !important;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #00afd7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #00afd7;
    background-color: transparent;
  }
}
.navbar-default .caret { 
	color: #00afd7; 
	margin-top: -0.1em;
}
/* in-menu search input */
.dropdown-menu input.form-control {
	height: 25px;
	font-family: "Avenir LT W01 45 Book", Arial, sans-serif;
	margin: 3px 8px;
	padding-top: 8px;
	padding-right: 25px;
}
.dropdown-menu button {
	background: #fff url(../images/lens.svg) !important;
	border: 0;
	width: 22px;
	height: 22px;
	background-size: 100% !important;
	position: absolute;
	right: 10px;
	top: 10px;
}
.navbar-collapse.in .searchBox .caret { display: none; }
.navbar-collapse.in .searchBox .dropdown-menu { 
	display: block;
	position: static;
	float: none;
	width: auto;
	margin-top: 0;
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
@media screen and (max-width: 767px) {
	.dropdown-menu input.form-control {
		margin: 0 5px 0 15px;
		padding-right: 0;
		width: 70%;
		float: left;
	}
	.dropdown-menu button {
		background: #fff100 url(../images/lens.svg) center center no-repeat !important;
		background-size: 80% !important;
		position: relative;
		right: 0;
		top: 0;
		height: 25px;
		width: 25px;
	}
}

/* social share widget */
#socialShare {
	width: 4em;
	height: 10em;
	position: fixed;
	top: 35%;
	z-index: 10000 !important;
	background-color: #fff;
	-webkit-box-shadow: -5px 5px 14px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: -5px 5px 14px 2px rgba(0,0,0,0.5);
	box-shadow: -5px 5px 14px 2px rgba(0,0,0,0.5);
	padding: 0.3em;
	text-align: center;
}
#socialShare h5 { 
	text-transform: uppercase;
	margin-top: 0.2em;
}
#socialShare ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#socialShare a { 
	width: 3.5em;
	height: 3.5em;
	background: url(../images/shareFBicon.svg) no-repeat;
	background-size: 100%;
	display: block;
	margin-bottom: 0.3em;
}
#socialShare .tweetThis a { background-image: url(../images/shareTwitterIcon.svg); }
/* phone */
@media screen and (max-width: 767px) {
	#socialShare {
		width: 2.5em;
		height: auto;
		padding-bottom: 0;
		top: 30%;
	}
	#socialShare a { 
		width: 2em;
		height: 2em;
	}
	#socialShare h5 { 
	  display: none;
	}
}
@media print {
	#socialShare { display: none; }
}

/*-------------------------------- FOOTER --------------------------------*/
footer {
	padding-top: 1em;
	padding-bottom: 20px;
	font-size: 0.8em;
	background-color: #00b0d7;
	height: 90px;
}
footer * { color: #fff; }
a.footerFRSBlink
{
	width: 10em;
	height: 3.5em;
	display: inline-block;
	background: url(../images/footerFRSBlink_rev.svg) no-repeat bottom;
	background-size: 100% auto;
	margin-top: 0.5em;
}
a.footerGDUKlink
{
	width: 16em;
	height: 3.5em;
	display: inline-block;
	background: url(../images/GDUKlogo.svg) no-repeat top;
	background-size: 100% auto;
	margin-top: 0.4em;
}
@media screen and (min-width: 1600px) {
	a.footerGDUKlink {
		width: 100%;
		background-size: 70% auto;
	}
}
footer ul {
	list-style-type: none;
	text-align: left;
	padding: 0;
	text-align: center;
}
footer li {
	display: inline-block;
	border-right: 1px solid #fff;
	padding-right: 0.4em;
	margin-right: 0.4em;
}
footer li:last-child { border: 0; }
footer p { 
	margin-top: 0;
	font-size: 0.85em;
}
/* tablet and phone */
@media screen and (max-width: 1024px) {
	footer{ 
		margin: 0 -30px !important;
		height: auto;
	}
	a.footerGDUKlink { 
		display: block;
		width: auto;
		background-position: top center;
		background-size:16em auto;
	}
}
@media print {
	footer { display: none; }
}

/*-------------------------------- HOMEPAGE --------------------------------*/
/* hero */
#heroPanel { margin-top: 2%; }
#heroPanel .carousel-inner > .item > img { width: 100%; }
.carousel-inner > .item {
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  position: absolute;
  z-index: 0;
  -webkit-transition: none;
       -o-transition: none;
          transition: none;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}
.carousel-inner > .item:first-of-type {
  position: relative;
}
.carousel-inner > .active {
  opacity: 1;
  z-index: 3;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  -webkit-transition: opacity 0.6s ease-in-out;
       -o-transition: opacity 0.6s ease-in-out;
          transition: opacity 0.6s ease-in-out;
  opacity: 1;
  left: 0;
  z-index: 2;
}
.carousel-inner > .active.left,
.carousel-inner > .active.right {
  z-index: 1;
}
.carousel-control {
  z-index: 4;
}.carousel-control .glyphicon-play {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  color: #ffe800;
}
#heroPanel .left.carousel-control .glyphicon-play {
  left: 15%;
  margin-left: -10px;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#heroPanel .right.carousel-control .glyphicon-play {
  right: 15%;
  margin-right: -10px;
}

#heroPanel .carousel-caption {
  bottom: 7%;
  color: #fff;
  text-align: center;
  width: 100%;
  left: 0;
}
#heroPanel .carousel-caption h2 { 
	text-transform: uppercase;
	font-size: 2.5em;
	text-shadow: 1px 1px 30px rgba(0, 0, 0, 0.63);
}
#heroPanel .carousel-caption h2 em {
	font-size: 0.7em;
	display: block;
	padding-top: 0.2em;
	text-transform: none;
	font-style: normal;
	font-family: "Avenir LT W01 45 Book", Arial, sans-serif;
}
.carousel-indicators .active { background-color: #00afd7; }

/* audience menu */
#audienceMenu h3 {
	margin: 0 0 13px;
	text-transform: uppercase;
}
#audienceMenu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#audienceMenu ul li { 
	margin-bottom: 20px; 
	display: table;
	vertical-align: middle;
	width: 100%;
}
#audienceMenu ul li:last-child { margin-bottom: 0; }
#audienceMenu ul li a { 
	font-family: "Avenir LT W01 95 Black", "Arial Black", Arial, sans-serif;
	background: #99d6ea url(../images/denimTab.jpg);
	display: table-cell;
	vertical-align: middle;
	height: 130px;
	text-transform: uppercase;
	color: #10249f;
	font-size: 1.4em;
	padding: 0 30px;
	width: 100%;
}
#audienceMenu ul li a:hover {
	background-image: url(../images/zigzagFadedTurquoise.svg);
	background-position: center center;
	background-origin: border-box;
	text-decoration: none;
}
/* medium screen and tablets */
@media screen and (max-width: 1199px) {
	#audienceMenu ul li a { 
		height: 102px;
		font-size: 1em;
		padding: 0 30px 1px;
	}
} /* tablet and below only */
@media screen and (max-width: 1024px) {
	#audienceMenu h3 { margin-top: 18px; }
	#audienceMenu ul li { margin-top: 18px; }
	#audienceMenu ul li a { height: 80px; }
} /* phone */
@media screen and (max-width: 767px) {
	#heroPanel .carousel-caption h2 { font-size: 1.2em; }
	.carousel-indicators { bottom: 0px; }
	#heroPanel .carousel-caption { bottom: 5px; }
	#audienceMenu ul li { margin: 10px 0; }
	#audienceMenu ul li a { height: 40px; }
} /* large screen */
@media screen and (min-width: 1600px) {
	#audienceMenu ul li a { height: 167px; }
}
@media print {
     #heroPanel > div {
	     width: 100%;
     }
    #audienceMenu,
    .carousel-indicators,
    .carousel-control {
        display: none;
     }
     #heroPanel * { 
	     color: #fff !important;
	     -webkit-print-color-adjust: exact;
	 }
}

/*-------------------------------- CONTENT --------------------------------*/
/* content panels */
.contentPanel { 
	min-height: 20em;
}
.contentPanel div { 
	background-color: #fff100;
	background-clip: content-box;
	padding-top: 2.5%;
}
.contentPanel#panelRow2 div {
	background-color: #99d6ea;
	margin-bottom: 2.5%;
}
.contentPanel div div { padding-top: 0; }
.contentPanel .twitter iframe { 
	height: 455px !important;
}
h2 span.twitterStamp {
	padding-left: 1.2em;
	background: url(../images/socnetTwitterIcon.svg) left center no-repeat;
}
.twitter a {
	text-transform: uppercase;
	font-size: 0.9em;
	font-family: "Avenir LT W01 85 Heavy", Arial, sans-serif;
	color: #2461c1;
	display: block;
	padding-bottom: 0.8em;
	padding-top: 0.5em;
}
.twitter a:hover {
	text-decoration: none;
	color: #fff;
}
.contentPanel h2, .contentPanel h3 { 
	margin-top: 0.4em;
	text-transform: uppercase;
	padding: 0 20px;
}
.contentPanel p { 
	padding: 0 20px;
	font-size: 1.2em;
	margin-top: 0.8em;
	min-height: 4.25em;
}
.contentPanel img { 
	width: 100%;
	height: auto;
}
/* medium desktop */
@media screen and (max-width: 1200px) {
	.contentPanel .twitter iframe {	height: 398px !important; }
} /* tablet only */
@media screen and (min-width: 768px) and (max-width: 1000px) {
	.contentPanel p { min-height: 6em; }
	.contentPanel h2 { font-size: 1.3em; }
	.contentPanel .twitter iframe {	height: 356px!important; }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	.contentPanel .twitter iframe {	height: 355px !important; }
} /* phone */
@media screen and (max-width: 767px) {
	.contentPanel h2 { font-size: 1.3em; }
}
@media screen and (min-width: 1600px) {
	.contentPanel .twitter iframe {	height: 535px !important; }
}

/* feature page */
.featurePanel { margin-top: 2%; }
.featurePanel * { text-align: left; }
.featurePanel img { 
	width: 100%;
	height: auto;
}
.featurePanel h2 {
	text-align: center;
	text-transform: uppercase;
	margin: 0;
}
.featurePanel h2.right { 
	float: right; 
	font-size: 2em;
	text-shadow: 1px 1px 30px rgba(0, 0, 0, 0.63);
	color: #fff;
	margin-top: -14%;
	padding-right: 10%;
	text-align: left;
}
.featureCopy {
	padding-top: 1.2em;
	-moz-column-count: 2;
	-webkit-column-count: 2;
		column-count: 2;
}
.featureCopy p {
	widows: 2;
	orphans: 2;
}
.featurePage .contentPanel:nth-child(even) div { background-color: transparent; }
.featurePage .contentPanel:last-child { margin-bottom: 2.5%; }
/* large desktop */
@media screen and (min-width: 1200px) {
	.featurePanel h2.right { font-size: 2.5em; }
} /* tablet */
@media screen and (max-width: 1000px) {
	.featurePanel h2.right {
		font-size: 1.8em;
		text-align: center;
		padding: 0;
		width: 100%;
		margin-top: -13%;
	}
} /* phone */
@media screen and (max-width: 767px) {
	.featurePanel h2.right {
		font-size: 1em;
		margin-top: -12%;
	}
	.featureCopy {
		clear: both;
		padding-top: 0.2em;
		-moz-column-count: 1;
		-webkit-column-count: 1;
			column-count: 1;
	}
}
@media screen and (max-width: 767px) and (orientation: landscape) {
	.featurePanel h2.right {
		font-size: 1.4em;
	}
}
@media print {
	.featurePanel h2.right { 
		color: #fff !important;
	    -webkit-print-color-adjust: exact;
	}
}

/* index page */
.indexPage .intro h2 {
	text-align: center;
	text-transform: uppercase;
	margin: 0;
}
.indexPage .contentPanel { margin-bottom: 2.5%; }
.indexPage .contentPanel * { text-align: left; }
.indexPage h3 { 
	font-family: "Avenir LT W01 85 Heavy", Arial, sans-serif;
	font-size: 1.1em;
	text-transform: none;
	padding-top: 14px;
	margin-top: 0;
}
.indexPage h3 a { color: #000; }
.indexPage h3 a:hover { text-decoration: none; }
.indexPage img { 
	width: 50%;
	float: left;
	margin-right: 16px;
} /* phone */
@media screen and (max-width: 767px) {
	.indexPage:not(.grid) img { 
		width: 100%;
		margin-bottom: 1em;
	}
}

.indexPage .contentPanel p { font-size: 0.85em; }
.indexPage .shortDescription p { 
	margin-top: 0.7em;
	margin-bottom: 0.2em; 
}
.indexPage .button { 
	margin-top: 0;
	text-align: left;
	float: none;
	width: 46%;
	font-size: 1.1em;
	padding-left: 0;
	padding-bottom: 0;
}

@media screen and (max-width: 767px) {
	.indexPage .button { 
		width: 100%;
		padding-bottom: 20px;
	}
	.indexPage .shortDescription { padding: 0 20px; }
	.contentPanel p { padding: 0; }
}

/* alternate grid layout */
.indexPage.grid .shortDescription { display: none; }
.indexPage.grid img {
	width: 100%;
	margin-right: 0;
	float: none;
}
.indexPage.grid h3 { 
	text-transform: uppercase;
	padding-top: 11px;
	text-align: center;
	font-size: 0.95em;
	min-height: 4.25em;
}
.indexPage p { min-height: 0; }

/* expanded layout */
.contentPanel div.expanded,
.contentPanel div.expanded div { background-color: transparent; }
.expandedView .left { padding-left: 0; }
.expandedView img { 
	width: 100%; 
	margin-bottom: 1.2em;
}
.expandedView iframe { margin-bottom: 1.2em; }
@media screen and (max-width: 1024px) and (orientation: portrait) {
	.expandedView .left, .expandedView .right { 
		padding-right: 0;
		float: none;
	}
}
.expandedView .right { padding-right: 0; }
.expandedView .right  * { padding: 0; }
.expandedView .right h2 { 
	margin-top: 0;
	font-size: 1.6em;
	padding-right: 50px;
}
.expandedView .right .closeThis { 
	position: absolute;
	right: 0;
	top: 0;
}
@media screen and (max-width: 1024px) {
	.expandedView .right .closeThis { 
		position: static;
		float: right;
	}
}

/* longform */
.longForm .mainContent a { text-decoration: underline; }
.longForm .mainContent .col-md-12 {
	padding: 0 8em 2em 11em;
	text-align: left;
}
.longForm .mainContent img { width: 100%; }
.longForm .mainContent h1, .longForm .mainContent h2, .longForm .mainContent h3, .longForm .mainContent h4, .longForm .mainContent h5  { text-transform: uppercase; }
.longForm .mainContent h1, .longForm .mainContent h2 { font-size: 2.4em; }
.longForm .mainContent h3, .longForm .mainContent h4, .longForm .mainContent h5 { font-family: "Avenir LT W01 85 Heavy", Arial, sans-serif; }
@media screen and (max-width: 1024px) {
	.longForm .mainContent .col-xs-12 { padding: 0 }
}

/* form */
@media screen and (min-width: 1024px) {
	.longForm form { 
		padding-top: 1em;
		padding-right: 4em;
	}
}
@media screen and (max-width: 767px) {
	.longForm .mainContent .col-xs-12 { 
		padding: 0 .8em;
	}
}

/*-------------------------------- WEBSHOP --------------------------------*/
.webshop h1, .webshop h2 { text-transform: uppercase; }
.webshop section h1, .webshop section h2 { font-size: 2em; }
.webshop .row { clear: both; }
.webshop img { width: 100%; }
.webshop section h2, .webshop section h1 {
	font-size: 1.6em;
	text-align: center !important;
	text-transform: uppercase;
	margin-top: 0.8em;
	margin-botton: 0;
}
.webshop .product { margin-bottom: 1.2em; }
.webshop .carousel-inner {
	background: url(../images/lens.svg) no-repeat center center;
	background-size: 40% auto;
}
.webshop .carousel-indicators {
  position: relative;
  bottom: 0;
  left: 0;
  width: auto;
  margin-left: 0;
}
.webshop .carousel-indicators li {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  margin-bottom: 0.6em;
  text-indent: 0;
  border: none;
  border-radius: 0;
}
.webshop .carousel-indicators .active {
  width: inherit;
  height: auto;
  background: #fff;
}
.webshop img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	-moz-opacity: 0.6;
	-webkit-opacity: 0.6;
	opacity: 0.6;
}
.webshop .carousel-indicators .active img { border: 2px solid #dedede; }
.webshop p, .webshop .webshopNav li, .webshop fieldset {
	font-size: 0.8em;
}
.webshop .webshopNav ul {
	list-style: none;
	margin-top: 1.3em;
	text-align: left;
	padding-left: 0;
}
.webshop .webshopNav li {
	margin-bottom: 0.6em;
	border-bottom: 1px solid #dedede;
	padding-bottom: 0.4em;
}
.webshop .webshopNav li:last-child { border: 0; }
.webshop .webshopNav li.basketLink { text-transform: uppercase; }
.webshop .product fieldset {
	border-top: 1px solid #dedede;
	padding: 1em 0 0;
	margin-bottom: 1.8em;
}
.webshop .product label {
	font-size: 0.9em;
	text-transform: uppercase;
	display: block;
	margin-bottom: 0.1em;
}
.webshop input[type='number'] { 
	width: 4em; 
	margin: 0 auto 1em;
 }
.webshop .price {
	margin-bottom: 0.6em;
	font-size: 1.6em;
	display: block;
}
.webshop .product select { 
	width: 10em; 
	margin: 0 auto 1.4em;
}
.webshop .product button,
.webshop.basket button { 
	margin-bottom: 0.5em;
	margin-top: 1em;
}
.webshop .viewpay { font-weight: bold; }
.webshop .viewpay, .webshop .continueShop, .webshop .update {
	display: block;
	font-size: 0.75em;
	text-transform: uppercase;
	clear: both;
}
.webshop .continueShop { margin-bottom: 1.2em; }
.webshop .update { font-size: 0.9em; }
span.hiddenMessage {
	color: #14aa00;
	font-weight: bold;
	font-size: 0.8em;
	visibility: visible;
	position: relative;
	top: -0.4em;
}
p .outOfStock {
	color: #f00;
	width: auto;
	float: left;
	clear: both;
}
@media screen and (max-width: 1023px) {
	.webshop .carouselWrapper { margin-bottom: 1.2em; }
	.webshop.grid .webshopNav { display: none; }
}
@media screen and (max-width: 767px) {
	.webshop .webshopNav,
	.webshop .carouselWrapper { display: none; }
}

/* basket view */
table.webShopBasket {
	border: none;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	width: 100%;
	font-size: 0.8em;
	margin-top: 1em;
}
table.webShopBasket .underline { border-bottom: solid 1px #dedede; }
table.webShopBasket th {
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	margin: 0;
	padding: 3px 3px 5px 0;
}
table.webShopBasket td {
	margin: 0;
	padding: 3px 3px 5px 0;
	text-align: left;
}
table.webShopBasket th.alignRight, table.webShopBasket td.alignRight { text-align: right; }
table.webShopBasket th.remove, table.webShopBasket td.remove { text-align: center; }
table.webShopBasket td.totals {
	text-align: right;
	font-weight: bold;
}
table.webShopBasket .noPad {
	margin: 0;
	padding: 0 0 7px;
}
table.webShopBasket td input[type='number'] { margin: 0; }
.webshop.basket table.webShopBasket td button { 
	margin-bottom: 0;
	margin-top: 0.3em;
}
table.webShopBasket td span.hiddenMessage {
	font-size: 1em;
	margin: 7px 0 0 10px;
	padding: 0;
}

/* webshop progress bar */
ol.progressBar
{
	text-align: center;
	padding: 0;
	margin: 0;
	margin-bottom: 1em;
	margin-top: 1.3em;
	padding-bottom: 2.4em;
	zoom: 0.8; /* not working in FF */
}
ol.progressBar li
{
	list-style-type: none;
	width: 104px;
	height: 30px;
	padding: 63px 0 0 0;
	margin: 0;
	display: inline-block;
	background-image: url(../images/progressBar.gif);
	text-transform: uppercase;
	font-size: 0.7em;
	color: #ccc;
	font-weight: bold;
	vertical-align: top;
}
ol.progressBar li.on { color: #000; }

ol.progressBar li.one { background-position: left 94px; }
ol.progressBar li.two { background-position: -104px 94px; }
ol.progressBar li.three { background-position: -208px 94px; }
ol.progressBar li.four { background-position: -312px 94px; }
ol.progressBar li.five { background-position: -416px 94px; }
ol.progressBar li.one.on { background-position: left top; }
ol.progressBar li.two.on { background-position: -104px top; }
ol.progressBar li.three.on { background-position: -208px top; }
ol.progressBar li.four.on { background-position: -312px top; }
ol.progressBar li.five.on { background-position: -416px top; }

/* webshop confirmation screen */
.webshop .form-horizontal { 
	text-align: left;
	padding-bottom: 1.2em;
}

@media screen and (min-width: 1024px) {
	.webshop .form-horizontal { 
		padding-top: 1em;
		padding-right: 4em;
	}
}

/*-------------------------------- PAYMENT CHOOSER --------------------------------*/
.paymentOptions h2 { text-transform: uppercase; }
.paymentOptions fieldset { 
	width: 66%;
	margin: 1em auto 0.8em;
	padding: 2em;
	text-align: left;
}
.paymentOptions fieldset label { padding: 0 1.6em 0 0.4em; }
.paymentOptions input[type='submit'] { 
	margin-bottom: 1.2em;
	margin-top: 0.6em;
}
@media screen and (max-width: 1023px) {
	.paymentOptions fieldset { 
		width: 100%;
		font-size: 0.8em;
	}
}

/* donate form */
.labelInline { vertical-align: -0.5em; }
.labelInline label { 
	margin-left: 0.1em;
	margin-right: 1em;
}

/*-------------------------------- SEARCH RESULTS --------------------------------*/
.longForm.search .mainContent .col-md-12 { padding-right: 0 !important; }
.searchResults { padding-left: 0; }
.searchResults h1 { text-transform: uppercase; }

/* search again box */
.searchAgain.form-group { width: 100%; }
.searchAgain fieldset legend { display: none; }
.searchAgain input[type="text"] { width: 72%; }

/* results */
div.resultCount {
	font-size: 0.75em;
	padding-top: 0.4em;
	margin-bottom: 1em;
}
ul.resultsList {
	list-style-type: none;
	padding-left: 0;
}
ul.resultsList li { margin-bottom: 0.8em; }
ul.resultsList p { font-size: 0.85em; }
ul.resultsList a {
	text-decoration: underline;
	color: #000;
	font-weight: 900;
}
ul.resultsList a:hover { text-decoration: none; }
ul.resultsList { margin-left: 0; }
ul.resultsList li { margin: 0; }
ul.resultsList li.more { text-align: right; }

/* loading and error panels for sidebar */
p.noResults {
	color: #000;
	font-size: 0.7em;
	text-align: center;
	padding: 10px;
}
.moreResults h2 {
	padding: 0 0 5px;
	font-size: 1.2em !important;
	margin-bottom: 0;
}
.moreResults h3 {
	font-size: 0.8em;
	border-top: 1px #dadada solid;
	padding: 10px 0;
	margin: 0;
}
.moreResults ul li {
	font-size: 0.9em;
	margin-bottom: 0;
}
.moreResults ul a { font-size: 1em; }
.moreResults ul.resultsList li.more { font-size: 0.7em; }

/* paging */
ul.prettyPager {
	list-style-type: none;
	margin-left: 0;
	text-align: center;
	padding-top: 0.6em;
}
ul.prettyPager li {
	display: inline;
	font-family: "Avenir LT W01 85 Heavy", Arial, sans-serif;
	text-transform: uppercase;
}
ul.prettyPager li.pretty {
	font-size: 1.4em;
	margin-right: 0.25em;
	vertical-align: -2px;
	color: #999;
}
ul.prettyPager li a.next { margin-left: 10px; }
ul.prettyPager li a.next:after { content:' \2192'; }
ul.prettyPager li a.prev { margin-right: 10px; }
ul.prettyPager li a.prev:before { content:'\2190 '; }

@media screen and (max-width: 1200px) {
	.searchAgain input[type="text"] { width: 65%; }
}
@media screen and (max-width: 767px) {
	.searchAgain input[type="text"] { 
		width: 55%; 
		display: inline-block;
	}
	ul.prettyPager li * { font-size: .7em; }
	ul.prettyPager li a.next:after, ul.prettyPager li a.prev:before { content:''; }
}
