/*-------------------------------- GLOBAL OVERRIDES --------------------------------*/
body
{
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 140%;
	background: url(../images/denimsBack.jpg) repeat-x center top;
	background-size: auto 201px;
	color: #0c3455;
}
@media screen and (min-width: 1600px) {
	body { font-size: 170%; }
	.container { width: 1540px; }
} /* large desktops */
@media screen and (max-width: 1199px) {
	body { background-size: auto 182px; }
} /* small medium desktops and below */
@media screen and (max-width: 991px) {
	body { background-size: auto 152px; }
} /* tablets and below */
@media screen and (max-width: 767px) {
	body { background-size: auto 102px; }
} /* phones */
.clearRow { clear: both; }
.addPad { padding: 10px; }
.addBottomMargin { margin-bottom: 10px; }
.centred { text-align: center; }
.collapseMarginLeft { padding-left: 0;}
.collapseMarginRight { padding-right: 0;}
h1,h2,h3,h4,h5,h6
{
	font-family: cubano, "Arial Black", 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;
}
.black { color: black; }
.red { color: red; }
.button { 
	text-transform: uppercase;
	font-size: 1.3em;
	font-family: cubano, "Arial Black", Arial, sans-serif;
	color: #2a5caa;
	padding: 0.4em 0.8em 0.4em 20px;
	display: inline-block;
}
form button { 
	text-transform: uppercase;
	font-size: 1.3em;
	font-family: cubano, "Arial Black", Arial, sans-serif;
	color: #2a5caa !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;
	text-decoration: none;
}
.button span.glyphicon { 
	color: #2a5caa;
	font-size: 0.7em;
	vertical-align: 0.1em;
	margin-left: -0.2em;
}
.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: cubano, "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: cubano, "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: #ffe600 !important;
	color: #2a5caa !important;
}
@media screen and (max-width: 1023px) {
	.button { font-size: 1.1em; }
}/* tablets and below */
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 { }

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

img.fltleft { 
	float: left;
	width: auto !important;
	margin-right: 10px !important;
}
img.fltright { 
	float: right;
	width: auto !important;
	margin-left: 10px !important;
}

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

/* logo, logotype and signup button */
a#logo {
	float: left;
	background: url(../images/j4gLogo.svg) no-repeat;
	height: 4.5em;
	width: 4.5em;
	background-size: 100%;
	margin-bottom: 0.3em;
}
a#logo:hover { text-decoration: none; }
@media print {
    a#logo:before { content: url(../images/j4gLogo_rev.png); }
} /* print */
.logotype { 
	vertical-align: -0.2em;
	font-size: 3em;
	margin-left: 0.85em;
	text-align: left;
	float: left;
	margin-top: 0.18em;
	color: #ffe600;
}
.logotype span { 
	display: block;
	color: #fff;
	margin-top: -0.15em;
}
.logotypeWrapper { float: left; }
.signUp {
	position: absolute;
	right: 20px;
	top: 30px;
}
.signUp ul li { float: left; }
.signUp a { 
	color: #2a5caa;
	font-family: cubano, "Arial Black", Arial, sans-serif;
	width: 11em;
	height: 3.5em;
	background: #bae4fa;
	font-size: 1.05em;
	text-align: center;
	line-height: 1em;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 10px 20px;
}
.signUp a:hover {
	text-decoration: none;
	background-color: #99d6ea;
}
/* freephone */
.freephone {
	color: #ffe600;
	margin-top: 2.1em;
	font-size: 1.3em;
	float: left;
	clear: both;
}
@media screen and (max-width: 1600px) { /* not needed for old header without date */
	.signUp a { 
		width: 10em;
		font-size: 1em;
		padding: 10px 10px;
	}
	.freephone { margin-top: 3.6em; }
} /* medium desktops and below */
@media screen and (max-width: 1199px) { /* not needed for old header without date */
	header { height: 180px; }
	a#logo {
		height: 4.2em;
		width: 3.8em;
	}
	.logotype { 
		font-size: 2.25em;
		margin-left: 1em;
		margin-top: 0.5em;
	}
	.signUp a { font-size: 0.9em; }
	.freephone { 
		float: right;
		margin-top: 3.3em;
		font-size: 1.15em;
	}
} /* medium desktops and below */
@media screen and (max-width: 991px) {
	header { height: 150px; }
	a#logo {
		height: 3em;
		width: 3em;
	}
	.logotype { 
		font-size: 1.8em;
		margin-left: 0.8em;
		margin-top: 0.3em;
	}
	.logotypeWrapper .signUp { top: 20px;
		right: 0; }
	.logotypeWrapper .signUp a { 
		font-size: 1em;
		width: 11em;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	.freephone { 
		margin-top: 3.3em;
		font-size: 0.9em;
	}
} /* tablets and below */
@media screen and (max-width: 767px) {
	header { height: 100px; }
	a#logo {
		width: 2em;
		height: 2em;
		margin-left: -5px;
		margin-top: -5px;
	}
	.logotype { 
		font-size: 1.1em;
		margin-left: 1.2em;
		margin-top: 15px;
	}
	.logotypeWrapper .signUp a, .freephone { display: none; }
} /* phones */
@media screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
	.logotype { 
		font-size: 2em;
		margin-top: 0.1em;
	}
} /* phones (landscape) */
@media screen and (max-width: 479px) and (orientation: portrait) {
	a#logo {
		width: 1.6em;
		height: 1.6em;
		margin-left: -10px;
		margin-top: 0px;
	}
	.logotype { 
		font-size: 1em;
		margin-top: 1em;
	}
} /* amall phones (portrait) */
@media screen and (max-width: 480px) and (orientation: landscape) {
	.logotype { 
		font-size: 1.4em;
		margin-top: 0.5em;
	}
} /* amall phones (landscape) */
@media print {
	.signUp { display: none; }
} /* print */

/*-------------------------------- NAVIGATION --------------------------------*/
/* genaral layout for alll nav lists */
header ul {
	list-style-type: none;
	font-size: 1.2em;
	font-family: cubano, "Arial Black", Arial, sans-serif;
	padding-top: 0em;
	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: 991px) {
	header ul { 
		font-size: 0.7em;
		padding-top: 1.2em;
	}
	header li { margin-right: 0.9em; }
} /* tablets and below */

/* mods to bootstrap navbar */
.navbar {
	float: left;
	width: 700px;
	margin-bottom: -0.1em;
	margin-top: 1.5em;
	border: none;
	margin-left: -0.3em;
	min-height: 0;
}
.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 (min-width: 1600px) {
	.navbar { 
		clear:both;
		margin-top: -2.3em;
		padding-left: 9em;
		width: 100%;
		margin-left: 0.8em;
	}
} /* large desktops */
@media screen and (max-width: 1600px) { 
	.navbar { margin-top: 2.1em; }
} /* medium large desktops and below */
@media screen and (max-width: 1199px) { 
	.navbar {  /* not needed for old header without date */
		margin-left: -0.7em;
		margin-top: 1.6em;
	}
	.navbar-collapse:not(.in) ul.nav { font-size: 1.1em; }
} /* medium desktops and below */
@media screen and (max-width: 991px) {
	.navbar { 
		margin-top: -2.4em;
		margin-left: 6.3em;
	}
	.navbar-collapse:not(.in) ul.nav { font-size: 0.9em; }
} /* tablets and below */
@media screen and (max-width: 767px) {
	.navbar { 
		width: auto;
		position: absolute;
		right: -28px;
		top: 42px;
	}
} /* phones */
@media screen and (min-width: 768px) {
	.navbar .signUp { display: none; }
} /* tablets and above ********/

.navbar-nav {
	margin: 0;
	padding: 0;
	padding-left: 10px;
}
.navbar-nav > li > a { padding: 0 !important; }
.navbar-nav > li > a:hover { 
	color: #ffe600 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
}
.navbar-nav > li > .dropdown-menu {
	margin-top: 1.85em;
	margin-left: -1.25em;
}

/* mods to bootstrap dropdown for navbar */
.dropdown-menu > li > a { 
	color: #0c3455; 
	font-size: 1.1em;
}

.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;
}
.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: #ffe600;
	color: #2a5caa;
	margin: -46px 0 40px 15px;
	font-size: 1.2em;
	width: 80%;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	height: auto;
}
.navbar-collapse.in .signUp a:hover {
	background: #ffe600;
}
.navbar-collapse.in .dropdown-menu:before { display: none; }
.navbar-collapse.in ul li { 
	margin-bottom: 0.3em;
	font-size: 1.4em;
}
.navbar-collapse.in ul li ul li { 
	font-size: 0.8em;
	padding: 0;
}
.navbar-collapse.in ul li ul li a { 
	padding:  0 20px !important;
}
/* 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: #0c3455; 
  }
  .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;
  }
} /* phones */

.navbar-default .caret { 
	color: #00afd7; 
	margin-top: -0.1em;
}
/* in-menu search input */
.dropdown-menu input.form-control {
	height: 25px;
	font-family: "Helvetica Neue", 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: #ffe600 url(../images/lens.svg) center center no-repeat !important;
		background-size: 80% !important;
		position: relative;
		right: 0;
		top: 0;
		height: 25px;
		width: 25px;
	}
} /* phones */

/* 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); }
@media screen and (max-width: 767px) {
	#socialShare {
		width: 2.5em;
		height: auto;
		padding-bottom: 0;
		top: 80%;
	}
	#socialShare a { 
		width: 2em;
		height: 2em;
	}
	#socialShare h5 { 
	  display: none;
	}
} /* phones */
@media print {
	#socialShare { display: none; }
} /* print */

/* big navigation menu and variants (currently used in footer only) */
.bigNavMenu { margin-top: 0.8em; }
.bigNavMenu li {
	display: block;
	border: none;
	font-family: cubano, Arial, sans-serif;
	font-size: 2.2em;
	line-height: 1em;
	color: #bae4fa;
}
.bigNavMenu li a { 
	color: #2ec3e7;
	text-decoration: none;
	position: relative;
}
.bigNavMenu li a:hover { 
	color: #ffe600;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
}
.bigNavMenu li a .glyphicon { 
	color: #2ec3e7;
	font-size: 0.5em;
	vertical-align: 0.3em;
}
.bigNavMenu.separated li {
	margin-bottom: 0.6em;
	border-top: 1px solid #bae4fa;
	padding-top: 0.3em;
	margin-bottom: 0.4em;
}
.bigNavMenu.separated li a { 
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	width: 100%;
}

/*-------------------------------- FOOTER --------------------------------*/
footer {
	padding-top: 3em;
	padding-bottom: 20px;
	font-size: 0.8em;
	background: url(../images/denimsBack.jpg) center bottom;
	background-size: 100% auto;
}
footer .container .row:last-child { margin-top: 3em; }
footer a, footer p { color: #fff; }
footer a:hover { color: #fff; }
footer h4 { 
	color: #bae4fa;
	font-size: 1.6em;
	margin-bottom: 0.8em;
}
a.footerFRSBlink
{
	width: 13em;
	height: 8em;
	display: block;
	background: url(../images/footerFRSBlink_rev.svg) no-repeat top;
	background-size: 100% auto;
	margin-top: -3em;
}
a.footerGDUKlink
{
	width: 19.5em;
	height: 10em;
	display: block;
	background: url(../images/GDUKlogo.svg) no-repeat left top;
	background-size: 100% auto;
	border-bottom: 1px solid #bae4fa;
}
footer ul {
	list-style-type: none;
	padding: 0;
	margin-bottom: 0;
}
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 }
@media screen and (max-width: 991px) {
	a.footerGDUKlink { 
		width: 40%;
		height: 120px;
		background-size: 100% auto;
		border: none;
	}
	a.footerFRSBlink { margin-top: 0; }
} /* tablets and below */
@media screen and (max-width: 767px) {
	a.footerGDUKlink { 
		width: 50%;
		height: 80px;
	}
} /* phones */
@media screen and (max-width: 767px) and (orientation: landscape) {
	a.footerGDUKlink { }
} /* phones (landscape) */
@media print {
	footer { display: none; }
} /* print */

/* social icon bar */
ul.socialLinkBar
{
	list-style-image:none;
	list-style-type:none;
	margin: 0;
	margin-bottom: 1em;
}
ul.socialLinkBar li
{
	display: inline-block;
	margin-right: 1.3em;
	border: none;
	margin-bottom: 1em;
}
ul.socialLinkBar li:last-child { margin-right: 0; }
ul.socialLinkBar li a
{
	width: 4em;
	height: 4em;
	padding: 0;
	display:block;
	background: url(../images/socnetFBicon.svg) no-repeat center center;
	background-size: 100%;
	color: #fff;
}
ul.socialLinkBar li a:hover { 
	background-image: url(../images/socnetFBicon_o.svg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
}
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.linkedin { background-image: url(../images/socnetLinkedinIcon.svg); }
ul.socialLinkBar li a.twitter:hover { background-image: url(../images/socnetTwitterIcon_o.svg); }
ul.socialLinkBar li a.youtube:hover { background-image: url(../images/socnetYTicon_o.svg) ; }
ul.socialLinkBar li a.pinterest:hover { background-image: url(../images/socnetPinterestIcon_o.svg); }
ul.socialLinkBar li a.instagram:hover { background-image: url(../images/socnetInstagramIcon_o.svg); }
ul.socialLinkBar li a.linkedin:hover { background-image: url(../images/socnetLinkedinIcon_o.svg); }
ul.socialLinkBar li a span
{
	position: absolute;
	margin-left: -20000px;
}
ul.socialLinkBar li.heading { 
	color: #fff;
	text-transform: uppercase;
	width: auto;
	font-size: 0.8em;
	font-family: cubano, Arial, sans-serif;
	display: block;
	text-align: center;
}
ul.socialLinkBar li.heading span { 
	font-family: "Helvetica Neue", Arial, sans-serif;
	text-transform: none;
}
ul.socialLinkBar li.heading a { 
	background: none;
	display: inline;
}
@media screen and (max-width: 1599px) {
	ul.socialLinkBar li a {
		width: 3.6em;
		height: 3.6em;
	}
} /* medium large desktop and below */
@media screen and (max-width: 1199px) {
	ul.socialLinkBar li { margin-right: 0.6em; }
	ul.socialLinkBar li a {
		width: 3.2em;
		height: 3.2em;
	}
} /* medium desktop and below */
@media screen and (max-width: 767px) {
	ul.socialLinkBar { margin-top: 10px; }	
	ul.socialLinkBar li a {
		width: 4.6em;
		height: 4.6em;
	}
} /* phones */
@media print {
	ul.socialLinkBar { display: none; }
} /* print */


/*-------------------------------- HOMEPAGE --------------------------------*/
/* hero */
#heroPanel .carousel-inner > .item > img { width: 100%; }
#heroPanel .carousel-caption {
	top: -10px;
	padding-left: 100px;
	text-align: left;
	width: 50%;
	left: 0;
	font-family: cubano, Arial, sans-serif;
	text-shadow: none;
}
#heroPanel .carousel-caption h2 { 
	text-transform: uppercase;
	font-size: 9.5em;
	line-height: 0.8em;
	color: #2a5caa;
	letter-spacing: -0.02em;
}
#heroPanel .carousel-caption.reversedText h2 { color: #fff; }
#heroPanel .carousel-caption.smallText h2 { font-size: 7.5em; }
#heroPanel .carousel-caption h2 em {
	font-size: 0.4em;
	display: block;
	font-style: normal;
	color: #2ec3e7;
	line-height: 1em;
	letter-spacing: -0.01em;
}
#heroPanel .carousel-caption.reversedText h2 em { color: #ffe600; }
#heroPanel .carousel-caption a {
	font-size: 1.8em;
	color: #0c3455;
	line-height: 1em;
	padding-right: 50%;
	display: inline-block;
	margin-top: -0.3em;
}
#heroPanel .carousel-caption a:hover { text-decoration: none; }
#heroPanel .carousel-caption a span.glyphicon { 
	font-size: 0.7em;
	vertical-align: 0.1em;
	margin-left: -0.2em;
}
#heroPanel figcaption { 
	font-size: 0.8em;
	position: absolute;
	right: -95%;
	bottom: 5px;
	font-weight: 900;
	color: #0c3455;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-weight: normal;
}
#heroPanel .carousel-indicators li { 
	border: none;
	background-color: #dbdbd9;
	width: 20px;
	height: 20px;
	margin: 0;
	margin-right: 15px;
}
#heroPanel .carousel-indicators li:last-child { margin-right: 0; }
#heroPanel .carousel-indicators li.active { background-color: #bcbdbf; }
.carousel-indicators li.active { background-color: #bcbdbf; }
@media screen and (min-width: 1700px) {
	#heroPanel .carousel-caption h2 { font-size: 10.5em; }
	#heroPanel .carousel-caption.smallText h2 { font-size: 8.5em; }
	#heroPanel .carousel-caption a { font-size: 1.75em; }
} /* very large desktops */
@media screen and (max-width: 1599px) {
	#heroPanel .carousel-caption h2 { font-size: 8.5em; }
	#heroPanel .carousel-caption { width: 47%; }
	#heroPanel .carousel-caption a { font-size: 1.6em; }
} /* medium large desktop and below */
@media screen and (max-width: 1199px) {
	#heroPanel .carousel-caption h2 { font-size: 6.25em; }
	#heroPanel .carousel-caption.smallText h2 { font-size: 5.5em; }
	#heroPanel .carousel-caption a { font-size: 1.35em; }
} /* medium desktop and below */
@media screen and (max-width: 991px ) {
	#heroPanel .carousel-caption { padding-left: 70px; }
	#heroPanel .carousel-caption h2 { 
		font-size: 4.75em;
		margin-top: 8px;
	}
	#heroPanel .carousel-caption.smallText h2 { font-size: 4em; }
	#heroPanel .carousel-caption a { 
		font-size: 1.2em;
		padding-right: 40%; 
	}
	#heroPanel .carousel-indicators li { 
		width: 16px;
		height: 16px;
	}
} /* tablets and below */
@media screen and (max-width: 767px ) and (orientation: portrait) {
	#heroPanel .carousel-caption { padding-left: 20px; }
	#heroPanel .carousel-caption h2 { 
		font-size: 4em;
		margin-top: 20px;
	}
	#heroPanel .carousel-caption a { 
		font-size: 1.2em;
		padding-right: 0;
		position: absolute;
		display: block;
		bottom: -20px;
		width: 215%;
		height: 60px;
		background-color: #ffe600;
		margin-left: -20px;
		margin-right: -20px;
		padding: 15px;
	}
	#heroPanel img { padding-bottom: 60px; }
	#heroPanel figcaption { 
		font-size: 0.4em;
		right: -110%;
		bottom: inherit;
		top: 14px;
	}
	#heroPanel .carousel-indicators li { 
		width: 12px;
		height: 12px;
	}
	.carousel-indicators { bottom: 60px; }
} /* phones */
@media screen and (max-width: 767px ) and (orientation: landscape) {
	#heroPanel .carousel-caption { 
		padding-left: 20px;
		width: 50%;
	}
	#heroPanel .carousel-caption h2 { margin-top: 0px; }
	#heroPanel .carousel-caption a { 
		font-size: 1.1em;
		padding-right: 40%; 
	}
} /* phones (landscape only) */
@media screen and (max-width: 735px) {
	#heroPanel .carousel-caption h2 { 
		font-size: 2.9em;
		margin-top: 0;
	}
	#heroPanel .carousel-caption.smallText h2 { font-size: 2.5em; }
} /* amall phones */
@media screen and (max-width: 735px) and (orientation: landscape) {
	#heroPanel .carousel-caption h2 { 
		font-size: 3.8em;
		margin-top: 10px;
	}
	#heroPanel .carousel-caption.smallText h2 { font-size: 3.3em; }
} /* amall phones (landscape) */
@media screen and (max-width: 413px) {
	#heroPanel .carousel-caption h2 { 
		font-size: 2em;
		margin-top: 0;
	}
	#heroPanel .carousel-caption.smallText h2 { font-size: 1.8em; }
	#heroPanel .carousel-caption a { font-size: 0.95em; }
} /* amall phones */
@media screen and (max-width: 480px) and (orientation: landscape) {
	#heroPanel .carousel-caption h2 { 
		font-size: 3em;
		margin-top: 10px;
	}
	#heroPanel .carousel-caption.smallText h2 { font-size: 2.5em; }
} /* amall phones (landscape) */

/* audience menu */
#audienceMenu { 
	background-color: #f5f5f5; 
	margin-left: -15px;
	margin-right: -15px;
	padding-top: 20px;
}
#audienceMenu h3 {
	font-size: 3.5em;
	text-transform: uppercase;
	color: #2a5caa;
	text-align: center;
	margin-top: 0;
}
#audienceMenu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#audienceMenu ul li {
	padding: 0 60px;
}
#audienceMenu ul li a { 
	font-family: cubano, "Arial Black", Arial, sans-serif;
	height: 3.5em;
	background: #2ec3e7;
	color: #fff;
	font-size: 1.5em;
	text-align: center;
	line-height: 1em;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 10px 20px;
	margin-bottom: 1.6em;
	margin-top: 0.6em;
}
#audienceMenu ul li a:hover { 
	text-decoration: none;
	background: #ffe600;
	color: #2a5caa;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
}
@media screen and (max-width: 767px) {
	#audienceMenu ul li a { 
		height: 2.6em;
		font-size: 1.3em;
		margin-bottom: 1em;
	}
	#audienceMenu h3 { font-size: 2.6em; }
} /* phones */
@media print {
     #heroPanel > div {
	     width: 100%;
     }
    #audienceMenu,
    .carousel-indicators,
    .carousel-control {
        display: none;
     }
     #heroPanel * { 
	     color: #fff !important;
	     -webkit-print-color-adjust: exact;
	 }
} /* print */

/* infographics */
.infographics { 
	text-align: center;
	font-family: cubano, "Arial Black", Arial, sans-serif;
	font-size: 1.8em;
	line-height: 1em;
}
.infographics div { 
	padding: 40px 80px; 
	background: no-repeat center center;
	background-size:  60%;
}
.infographics h2 { 
	word-spacing: -0.1em;
	font-size: 3.4em;
	letter-spacing: -0.075em;
	color: #2a5caa;
	margin-bottom: 0;
}
.infographics p {
	height: 200px;
}
@media screen and (max-width: 1599px) {
	.infographics { font-size: 1.4em; }
	.infographics div { 
		padding: 20px 60px 10px; 
		background-size: 70%;
	}
	.infographics h2 { font-size: 4em; }
} /* medium desktop and below */
@media screen and (max-width: 1439px) {
	.infographics { font-size: 1.4em; }
	.infographics h2 { font-size: 4em; }
} /* medium desktop and below */
@media screen and (max-width: 1199px) {
	.infographics { font-size: 1.3em; }
	.infographics div { 
		padding: 20px 60px 10px; 
		background-size: 70%;
	}
	.infographics h2 { font-size: 3.4em; }
	.infographics p { height: 180px; }
} /* medium desktop and below */
@media screen and (max-width: 991px) {
	.infographics { font-size: 1.3em; }
	.infographics div { 
		padding: 50px 40px 10px; 
		background-size: 70%;
	}
	.infographics h2 { font-size: 2.4em; }
	.infographics p { height: 180px; }
}  /* tablets and below */
@media screen and (max-width: 767px) and (orientation: landscape) {
	.infographics div { 
		padding: 30px 200px 10px; 
		background-size: auto 100%;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.infographics p { height: 100px; }
} /* phones (landscape) */

/*-------------------------------- CONTENT --------------------------------*/
/* content panels */
.contentPanel { min-height: 20em; }
.contentPanel > div, .homepage .contentPanel > section, .webshop .contentPanel div { 
	background-color: #bae4fa;
	padding-top: 40px;
	padding-bottom: 50px;
	min-height: 625px;
}
.contentPanel > section > div > div { min-height: 545px; }
h2 span.twitterStamp {
	padding-left: 1em;
	background: url(../images/twitterIcon.svg) left no-repeat;
	
}
.twitter a {
	text-transform: uppercase;
	font-size: 0.9em;
	font-family: cubano, Arial, sans-serif;
	color: #2a5caa;
	display: block;
	padding-bottom: 0.8em;
	padding-top: 0.5em;
	margin-left: 20px;
}
.contentPanel h2, .contentPanel h3 { 
	margin-top: 0.4em;
	text-transform: uppercase;
	padding: 0 20px;
}
.contentPanel h2 { 
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.contentPanel p { 
	padding: 0 20px;
	font-size: 1.2em;
	margin-top: 0.8em;
	margin-bottom: 0;
}
.contentPanel img { 
	width: calc(100% - 30px);
	height: auto;
	margin: 0 20px;
}
.contentPanel .twitter iframe { 
	height: 290px !important;
	width: calc(100% - 30px) !important;
	margin-left: 20px;
}
@media screen and (min-width: 1600px) {
	.contentPanel .twitter iframe {	height: 361px !important; }
} /* large desktops */
@media screen and (max-width: 1599px) {
	.contentPanel h2 { font-size: 1.8em; }
	.contentPanel div { min-height: 510px; }
	.contentPanel > section > div > div { min-height: 450px; }
} /* medium desktops and below */
@media screen and (max-width: 1199px) {
	.contentPanel div { min-height: 490px; }
	.contentPanel > section > div > div { min-height: 420px; }
	.contentPanel .twitter iframe {	height: 250px !important; }
} /* medium desktops and below */
@media screen and (max-width: 991px) {
	.contentPanel h2 { font-size: 1.3em; }
	h2 span.twitterStamp { padding-left: 2em; }
} /* tablets and below */
@media screen and (max-width: 767px) {
	.contentPanel h2 { 
		font-size: 1.3em;
		padding: 0;
	}
	.contentPanel img { 
		width: 100%;
		margin: 0;
	}
	.contentPanel .button { 
		padding: 0;
		margin-top: 10px;
	}
} /* phones */

/* feature page */
.featurePanel { margin-top: 2%; }
.featurePanel * { text-align: left; }
.featurePanel img { 
	width: 100%;
	height: auto;
}
.featurePanel h2 {
	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; }
.featurePage .contentPanel:nth-child(even) div { background-color: transparent; }
.featurePage .contentPanel:last-child { margin-bottom: 2.5%; }

@media screen and (min-width: 1200px) {
	.featurePanel h2.right { font-size: 2.5em; }
} /* medium - large desktops and below  ********/
@media screen and (max-width: 1000px) {
	.featurePanel h2.right {
		font-size: 1.8em;
		padding: 0;
		width: 100%;
		margin-top: -13%;
	}
} /* tablet ********/
@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;
	}
} /* phones */
@media screen and (min-width: 540px) and (max-width: 767px) and (orientation: landscape) {
	.featurePanel h2.right {
		font-size: 1.4em;
	}
} /* phones (landscape) */
@media print {
	.featurePanel h2.right { 
		color: #fff !important;
	    -webkit-print-color-adjust: exact;
	}
} /* print */
#videoWrapper { 
	background: none;
	margin-bottom: -10px;
}
#videoDescription { 
	background: none;
	text-align: left;
}

/* index page */
.indexPage .intro h2 {
	text-transform: uppercase;
	margin: 0;
}
.indexPage .contentPanel { margin-bottom: 2.5%; }
.indexPage .contentPanel * { text-align: left; }
.indexPage .contentPanel div { 
	background-clip: content-box;
	padding-top: 1%;
	padding-bottom: 1%;
	min-height: 0;
	margin-bottom: 0;	
}
.indexPage .contentPanel div div { padding-top: 0; }
.indexPage h3 { 
	font-family: cubano, Arial, sans-serif;
	font-size: 1.2em;
	text-transform: none;
	padding-top: 14px;
	margin-top: 0;
}
.indexPage h3 a { color: #2a5caa; }
.indexPage h3 a:hover { text-decoration: none; }
.indexPage img { 
	width: 50%;
	float: left;
	margin: 0;
	margin-right: 16px;
}
@media screen and (max-width: 767px) {
	.indexPage:not(.grid) img { 
		width: 100%;
		margin-bottom: 1em;
	}
} /* phones */

.indexPage .contentPanel p { font-size: 0.95em; }
.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; }
} /* phones */

/* 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;
	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 .right img { 
	width: auto;
	float: left;
}
.expandedView iframe { margin-bottom: 1.2em; }
@media screen and (max-width: 1023px) and (orientation: portrait) {
	.expandedView .left, .expandedView .right { 
		padding-right: 0;
		float: none;
	}
} /* tablets and below (portrait) */

.expandedView .right { padding-right: 0; }
.expandedView .right  * { padding: 0; }
.expandedView .right h2 { 
	margin-top: 0;
	font-size: 1.6em;
	padding-right: 50px;
	height: auto;
}
.expandedView .right .closeThis { 
	position: absolute;
	right: 0;
	top: 0;
}
@media screen and (max-width: 1023px) {
	.expandedView .right .closeThis { 
		position: static;
		float: right;
	}
} /* tablets and below */

/* 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: cubano, Arial, sans-serif; }
@media screen and (max-width: 1023px) {
	.longForm .mainContent .col-xs-12 { padding: 0 }
} /* tablets and below */

/* form */
@media screen and (min-width: 1024px) {
	.longForm form { 
		padding-top: 1em;
		padding-right: 4em;
	}
} /* medium desktops and above */
@media screen and (max-width: 767px) {
	.longForm .mainContent .col-xs-12 { 
		padding: 0.8em;
	}
	.longForm .mainContent h1, .longForm .mainContent h2 { font-size: 1.6em; }
} /* phones */
.howYourMoneyHelps {
	margin-top: 1.2em;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.howYourMoneyHelps h3 {	margin-bottom: 0.8em; }
.howYourMoneyHelps p { padding: 15px 25px; }
.howYourMoneyHelps img { width: 100%; }
.donation { 
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	position: absolute;
	top: 30%;
}
.donation .amount { 
	width: 120px;
	height: 120px;
	background-color: #00b0d7;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	color: #fff;
	font-size: 1.8em;
	-moz-transform: rotate(-15deg);
	-webkit-transform: rotate(-15deg);
	transform: rotate(-15deg);
	font-family: cubano, Arial, sans-serif;
}

/*-------------------------------- 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;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  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; }
} /* tablets and below */
@media screen and (max-width: 767px) {
	.webshop .webshopNav,
	.webshop .carouselWrapper { display: none; }
} /* phones */

/* 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;
	}
} /* medium desktops and above */

/*-------------------------------- PAYMENT CHOOSER --------------------------------*/
.paymentOptions h2 { 
	text-transform: uppercase;
	text-align: center;
}
.paymentOptions p { text-align: center; }
.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;
	float: right;
	margin-right: 17%;
}
@media screen and (max-width: 1023px) {
	.paymentOptions fieldset { 
		width: 100%;
		font-size: 0.8em;
	}
} /* tablets and below */

/* 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: cubano, 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: 1199px) {
	.searchAgain input[type="text"] { width: 65%; }
} /* medium desktops and below */
@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:''; }
} /* phones */

.hInline {
    position: absolute;
    z-index: -999;

    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
}

.juicerWrapper { padding: 30px; }

