@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, Helvetica, sans-serif;
	font-size: 160%;
	background-color: #e8f4fb;
}
@media screen and (max-width: 767px) {
	body { font-size: 120%; }
} /* phones */

.container { background-color: #fff; }
@media screen and (min-width: 1600px) {
	.container { width: 1440px; }
} /* large screens only */

.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 85 Heavy", "Arial Black", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
strong, b {
	font-family: "Avenir LT W01 45 Book", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a {
	color: #2d499e;
	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;
	color: #2d499e;
}
.black { color: black; }
.red { color: red; }
.button { 
	text-transform: uppercase;
	font-size: 1.3em;
	font-family: "Avenir LT W01 85 Heavy", "Arial Black", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #2d499e;
	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 45 Book", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #2d499e !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: #ffe800;
	font-size: 0.7em;
	vertical-align: 0.1em;
	padding-left: 0.4em;
}
.button:hover { 
	text-decoration: none;
	color: #2d499e;
}
.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 45 Book", Arial, Helvetica, sans-serif;
	font-weight: bold;
	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 45 Book", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000 !important;
	background-color: LightBlue !important;
}
form button.emphasize, form input[type='submit'].emphasize { 
	zoom: 1.4;
	background-color: #2d499e !important;
	color: #fff !important;
}
@media screen and (max-width: 1024px) {
	.button { font-size: 1.1em; }
} /* tablets and below */
iframe { 
	border: 0;
	width: 100%;
}
.closeThis { 
	background-color: #fff;
	display: block;
	width: 23px;
	height: 22px;
	color: #ccc;
	padding: 2px 2px 2px 4px !important;
}

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

/* remove 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 { position: relative; }
header * { text-align: left; }

/* logo, logotype and signup button */
a#logo {
	float: left;
	background: url(../images/GDUKlogo.svg) no-repeat;
	height: 3.3em;
	width: 17em;
	background-size: 100%;
	margin-left: 15px;
}
a#logo:hover { text-decoration: none; }
@media print {
    a#logo:before { content: url(../images/GDUKlogo.svg); }
} /* print */
.logotypeWrapper {float: left;}
.signUp {
	position: absolute;
	right: 20px;
	top: 15px;
}
.signUp a { 
	color: #2d499e;
	font-family: "Avenir LT W01 85 Heavy", Arial, sans-serif;
	display: block;
	background: #ffe800;
	padding: 0.4em 10px 0.3em;
	font-size: 1.7em;
	text-align: center;
	line-height: 1em;
	text-transform: uppercase;
}
.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;
}
@media screen and (max-width: 1200px) {
	.logotypeWrapper .signUp a { 
		font-size: 1.2em;
		width: 12em;
	}
} /* medium screen */
@media screen and (max-width: 1023px) {
	a#logo { 
		width: 	11em;
		height: 2.2em;
	}
	.logotypeWrapper .signUp a { 
		font-size: 1em;
		width: 12em;
		margin-top: -5px;
	}
} /* tablets and below */
@media screen and (max-width: 767px) {
	header { 
		height: auto;
		border-bottom: 1px solid #8198db;
	}
	a#logo {
		width: 230px;
		height: 55px;
		margin-left: 10px;
		margin-top: -8px;
	}
	.logotypeWrapper .signUp a { display: none; }
} /* phones */
@media screen and (max-width: 767px) and (orientation: portrait) {
	a#logo {
		width: 160px;
		margin-top: 5px;
	}
} /* phones (portrait) */
@media print {
	.signUp { display: none; }
} /* print */

/*-------------------------------- NAVIGATION --------------------------------*/
/* genaral layout for alll nav lists */
header .container-fluid { padding: 0; }
header ul {
	list-style-type: none;
	font-size: 1.1em;
	font-family: "Avenir LT W01 45 Book", Arial, Helvetica, 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: 0.8em;
		padding-top: 0.8em;
	}
} /* tablets and below */

/* 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: 36px;
}
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%;
}
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: #2d499e;
	text-transform: uppercase;
	width: auto;
	font-size: 1em;
	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;
}
@media screen and (max-width: 1200px) {
	ul.socialLinkBar {
		top: 2em;
		font-size: 1em;
		bottom: auto;
		padding-top: 2em;
	}
} /* medium desktop */
@media screen and (max-width: 1024px) {
	ul.socialLinkBar { top: 2.5em; }
} /* tablet */
@media screen and (max-width: 1024px) and (orientation: portrait) {
	ul.socialLinkBar { top: 1.1em; }	
} /* tablet (portrait) */
@media screen and (max-width: 767px) {
	ul.socialLinkBar { 
		top: 3.8em;
		right: 2em;
		font-size: 0.6em;
		text-align: right;
		padding-top: 1em;
	}
	ul.socialLinkBar li.heading { 
		text-align: left;
		font-size: 1.05em;
	}
} /* phones */
@media screen and (min-width: 540px) and (max-width: 767px) and (orientation: landscape) {
	ul.socialLinkBar { 
		top: -0.2em;
		right: 4em;
		font-size: 1em;
		text-align: right;
	}
	ul.socialLinkBar li.heading {
		text-align: right;
		margin-bottom: -0.3em;
	}
} /* phones */
@media print {
	ul.socialLinkBar { display: none; }
} /* print */

/* mods to bootstrap navbar */
.navbar {
	float: left;
	width: 100%;
	margin-bottom: 0;
	margin-top: 0.8em;
	border: none;
	min-height: 32px;
	text-transform: uppercase;
}
.navbar-collapse { padding: 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 (max-width: 1200px) { 
	.navbar-collapse:not(.in) ul.nav { font-size: 0.8em; }
} /* medium desktops and below */
@media screen and (max-width: 1024px) {
	.navbar { 
		margin-top: 1.2em;
		padding-right: 0;
		padding-left: 0.3em;
	}
	.navbar-collapse:not(.in) { padding-right: 0; }
} /* tablets and below */
@media screen and (max-width: 767px) {
	.navbar { 
		width: auto;
		position: absolute;
		right: -5px;
		top: -17px;
	}
} /* phones */
@media screen and (min-width: 768px) {
	.navbar .signUp { display: none; }
} /* tablets and above */
.navbar-nav {
	margin: 0;
	padding: 0 30px 0 15px;
	margin-left: 0;
	font-size: 1em;
	width: 100%;
	background-color: #2d499e;
	font-family: "Avenir LT W01 65 Medium", Arial, Helvetica, sans-serif;
}
.navbar-nav > li { margin-right: 0; }
.navbar-nav > li > a { color: #fff !important; }
.navbar-nav > li > .dropdown-menu {}
@media screen and (max-width: 1200px) {
	.navbar-nav>li>a { 
		padding-right: 0;
		padding-left: 10px;
	}
} /* medium desktop and below */
@media screen and (max-width: 1024px) {
	.navbar-nav>li>a { 
		padding: 10px 5px 10px 10px;
		font-size: 0.8em;
	}
} /* tablets and below */
/* mods to bootstrap dropdown for navbar */
.dropdown-menu { background: LightBlue; }
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #2d499e;
	background-color: transparent;
}
.dropdown-menu:before {
	position: absolute;
	top: -7px;
	left: 20px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid LightBlue;
	border-left: 7px solid transparent;
	content: '';
}
.dropdown-menu .divider { background-color: #fff; }
@media screen and (max-width: 1024px) {
	.dropdown-menu > li > a { 
		font-size: 0.8em;
	}
} /* tablets and below */

/* mods to responsive navbar */
.navbar-collapse.in, .navbar-collapse.collapsing {
	width: 280px;
	height: 100%;
	position: fixed;
	right: -0.9em;
	background: #2d499e;
	top: 0;
	z-index: 40000;
	padding-left: 20px;
}
.navbar-collapse.in .caret { color: #fff; }
.navbar-toggle { 
	z-index: 200000;
	background-color: transparent !important;
	margin-top: 5px;
	margin-right: 25px;
}
.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 {
	color: #fff;
	margin: -45px 0 30px 20px;
	font-size: 1.2em;
	width: 15em;
	text-align: left;
	text-transform: uppercase;
	text-decoration: underline;
}
.navbar-collapse.in .dropdown-menu:before { display: none; }
.navbar-collapse.in ul { 
	padding-left: 0;
}
.navbar-collapse.in ul li { 
	margin-bottom: 0.3em;
	font-size: 1.2em;
}
.navbar-collapse.in ul li a {
	color: #fff;
	padding: 0;
}

/* 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: #999;
  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: #2d499e;
}
.navbar-default .navbar-toggle:not(.collapsed) .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: #ffe800 !important;
  background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #fff; }
.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: #2d499e;
	background-color: transparent;
}
.navbar-default .navbar-collapse.in .navbar-nav .open .dropdown-menu>li { margin-left: 0; }
.navbar-default .navbar-collapse.in .navbar-nav .open .dropdown-menu>li>a { 
	color: #fff !important;
	font-size: 0.6em;
	padding: 0;
	padding-left: 10px;
}
.navbar-default .caret { 
	color: #ffe800; 
	margin-top: -0.1em;
}
/* in-menu search input */
.searchBox ul.dropdown-menu { margin-left: -130px; }
.searchBox ul.dropdown-menu:before {
	position: absolute;
	top: -7px;
	left: 180px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid LightBlue;
	border-left: 7px solid transparent;
	content: '';
}
.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: 1024px) {
	.searchBox ul.dropdown-menu { margin-left: -110px; }
	.searchBox ul.dropdown-menu:before {
		position: absolute;
		top: -7px;
		left: 140px;
		display: inline-block;
		border-right: 7px solid transparent;
		border-bottom: 7px solid LightBlue;
		border-left: 7px solid transparent;
		content: '';
	}
	.dropdown-menu input.form-control { font-size: 0.8em; }
} /* tablets and below */
@media screen and (max-width: 767px) {
	.dropdown-menu input.form-control {
		margin: 0 5px 0 110px;
		padding-right: 0;
		width: 50%;
		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: 24px;
		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: 50%;
	}
	#socialShare a { 
		width: 2em;
		height: 2em;
	}
	#socialShare h5 { 
	  display: none;
	}
} /* phones */
@media screen and (max-width: 767px) and (orientation: portrait) {
	#socialShare { top: 75%; }
} /* phones (portrait) */
@media print {
	#socialShare { display: none; }
} /* print */

/*-------------------------------- FOOTER --------------------------------*/
footer {
	padding: 20px 15px;
	font-size: 1em;
	background-color: #ffe800;
}
.indexPage footer { margin-top: 25px; }
a.footerFRSBlink
{
	width: 9em;
	height: 3.5em;
	display: inline-block;
	background: url(../images/footerFRSBlink.svg) no-repeat bottom;
	background-size: 100% auto;
}
footer ul {
	list-style-type: none;
	text-align: left;
	padding: 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 li a { color: #2d499e; } 
footer p { 
	margin-top: 0;
	font-size: 0.85em;
	line-height: 2em;
	text-align: left;
}
@media screen and (min-width: 1600px) {
	a.footerGDUKlink {
		width: 100%;
		background-size: 70% auto;
	}
} /* large desktops only */
@media screen and (max-width: 1024px) {
	footer { height: auto; }
	a.footerGDUKlink { 
		display: block;
		width: auto;
		background-position: top center;
		background-size:16em auto;
	}
} /* tablets and below */
@media print {
	footer ul, footer nav:first-child, footer nav:last-child { display: none; }
	footer nav { width: 100% !important; }
} /* print */

/*-------------------------------- HOMEPAGE --------------------------------*/
/* hero */
#heroPanel { 
	margin-top: 20px;
	margin-bottom: 20px;
}
#heroPanel .carousel-inner > .item { background-color: #2d499e; }
#heroPanel .carousel-inner > .item > img { width: 100%; }
#heroPanel .carousel-inner > .item.narrow > img,
#heroPanel .carousel-inner > .item.narrow > a > img { padding-right: 32.2%; }

.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: #fff;
}
#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 { 
	background-color: rgba(45, 73, 158, 1); /* #2d499e */
	position: absolute;
	top: 0;
	height: 100%;
	left: auto;
	right: 0;
	margin-right: -15px;
	padding-right: 60px;
	padding-left: 35px;
	text-align: left;
}
/* #heroPanel .item.narrow .carousel-caption {
	background: none;
	color: #000;
	text-shadow: none;
} */
#heroPanel .carousel-caption h2 { 
	font-family:"Avenir LT W01 95 Black", "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	line-height: 1.3em;
	margin: 0;
}
#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, Helvetica, sans-serif;
}
#heroPanel .carousel-caption figcaption {
	font-size: 1.3em;
	padding-top: 20px;
}
.carousel-indicators .active { background-color: #ffe800; }
@media screen and (max-width: 1200px) {
	.carousel-indicators { bottom: 0px; }
	#heroPanel .carousel-caption { 
		padding: 1em 1.5em;
	}
	#heroPanel .carousel-caption h2 { font-size: 1.4em; }
	#heroPanel .carousel-caption figcaption {
		font-size: 0.9em;
		padding-top: 0.6em;
		padding-right: 1em;
	}
} /* medium desktop and below */
@media screen and (max-width: 1200px) and (orientation: landscape) {
	#heroPanel .carousel-caption h2 { font-size: 1.6em; }
	#heroPanel .carousel-caption figcaption { font-size: 1.05em; }
} /* medium desktop and below */
@media screen and (max-width: 1010px) {
	.carousel-indicators { bottom: 0px; }
} /* medium desktop and below */
@media screen and (max-width: 767px) {
	#heroPanel .carousel-caption { padding: 10px 30px 10px 10px; }
	#heroPanel .carousel-caption h2 { display: none; }
	#heroPanel .carousel-caption figcaption {
		font-size: 0.7em;
		padding: 0 7px;
	}
	.carousel-indicators { display: none;}
} /* phone */
@media screen and (max-width: 767px) and (orientation: portrait) {
	#heroPanel .carousel-inner > .item.narrow > img,
	#heroPanel .carousel-inner > .item.narrow > a > img { 
		padding-right: 0; 
		margin-bottom: -75px;
	}
	#heroPanel .carousel-caption { 
		display: block;
		width: 100%;
		position: relative;
		opacity: 1;
		padding-right: 3px;
	}
	#heroPanel .carousel-caption figcaption { font-size: 0.8em; }
} /* phones (portrait) */
@media print {
     #heroPanel > div {
	     width: 100%;
     }
    .carousel-indicators,
    .carousel-control {
        display: none;
     }
     #heroPanel * { 
	     color: #fff !important;
	     -webkit-print-color-adjust: exact;
	 }
	 #heroPanel .item.narrow *  { color: #000 !important; }

} /* print */

/*-------------------------------- CONTENT --------------------------------*/
/* content panels */
.contentPanel { 
	min-height: 20em;
	font-size: 0.9em;
}
.contentPanel > div { 
	background-clip: content-box;
	margin-bottom: 20px;
}
	 
.contentPanel h2 { font-size: 1.4em;
	background-color: #2d499e;
	background-clip: border-box;
	margin: 0 !important; 
	padding: 10px !important;
	color: #fff;
	height: 3.2em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.contentPanel h2:after {
	position: absolute;
	top: 3em;
	left: 45%;
	display: inline-block;
	border-right: 20px solid transparent;
	border-top: 20px solid #2d499e;
	border-left: 20px solid transparent;
	content: '';
}
.contentPanel h2, .contentPanel h3 { 
	margin-top: 0.4em;
	padding: 0 20px;
	font-weight: normal;
}
.contentPanel .textWrapper { 
	border: 1px solid #2d499e;
	height: 165px;
}
.contentPanel .twitter iframe { 
	height: 347px !important;
}
.contentPanel .twitter h2 {
	display: block;
	padding-top: 1.05em !important;
}
.contentPanel .twitter .textWrapper { height: 418px; }
.twitter a {
	text-transform: uppercase;
	font-size: 0.9em;
	font-family: "Avenir LT W01 45 Book", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #2d499e;
	display: block;
	padding-bottom: 0.8em;
	padding-top: 0.5em;
}
.twitter a:hover {
	text-decoration: none;
	color: #2d499e;
}
h2 span.twitterStamp {
	padding-left: 1.4em;
	background: url(../images/socnetTwitterIconRev.svg) left center no-repeat;
}
.contentPanel p { 
	padding: 0 20px;
	font-size: 1.2em;
	margin-top: 0.8em;
	min-height: 4.25em;
}
.contentPanel img { 
	width: 100%;
	height: auto;
}
.contentPanel .button { text-align: right; }
@media screen and (max-width: 1600px) {
	.contentPanel h2 {	font-size: 1.6em; }
	.contentPanel p { min-height: 100px; }
	.contentPanel .textWrapper { height: 190px; }
	.contentPanel .twitter .textWrapper { height: 392px; }
} /* medium desktop and below only */
@media screen and (max-width: 1280px) {
	.contentPanel .twitter .textWrapper { height: 355px; }
	.contentPanel .twitter iframe {	height: 314px !important; }
	.contentPanel p { font-size: 1em; }
} /* medium desktop and below */
@media screen and (min-width: 768px) and (max-width: 1000px) {
	.contentPanel h2 { font-size: 1.2em; }
} /* tablet only */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.contentPanel .textWrapper { height: 180px; }
	.contentPanel .twitter .textWrapper { height: 304px; }
	.contentPanel .twitter iframe {	height: 256px !important; }
} /* tablet only (landscape) */
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	.contentPanel .twitter .textWrapper { height: 345px; }
	.contentPanel .twitter iframe {	height: 299px !important; }
} /* tablet only (landscape) */
@media screen and (max-width: 767px) {
	.contentPanel p { 
		font-size: 1.1em;
		min-height: 0;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.contentPanel .textWrapper { height: 120px; }
	.contentPanel .twitter .textWrapper { height: 352px; }
} /* phone */
@media screen and (min-width: 1600px) {
	.contentPanel .twitter iframe {	height: 374px !important; }
	.contentPanel p { min-height: 4.5em; } /* firefox */
} /* large desktop only */

/* feature page */
.featurePanel { 
	margin-top: 2%;
	margin-bottom: 15px;
}
.featurePanel * { text-align: left; }
.featurePanel img { 
	width: 100%;
	height: auto;
}
.featurePanel h2 {
	text-align: center;
	margin: 0;
	color: #2d499e;
}
.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; }

@media screen and (min-width: 1200px) {
	.featurePanel h2.right { font-size: 2.5em; }
} /* medium to large desktop only */
@media screen and (max-width: 1000px) {
	.featurePanel h2.right {
		font-size: 1.8em;
		text-align: center;
		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;
	}
} /* phone */
@media screen and (max-width: 767px) and (orientation: landscape) {
	.featurePanel h2.right {
		font-size: 1.4em;
	}
} /* phone (landscape) */
@media print {
	.featurePanel h2.right { 
		color: #fff !important;
	    -webkit-print-color-adjust: exact;
	}
} /* print */

/* index page */
.indexPage .intro h2 {
	text-align: center;
	margin: 0;
	color: #2d499e;
}
.indexPage .contentPanel { 
	padding-top: 20px;
	margin-bottom: -25px;
}
.indexPage .contentPanel * { text-align: left; }
.indexPage .contentPanel div {
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 25px;
}
.indexPage .contentPanel > div {
	background: #ffe800;
	background-clip: content-box;
}
.indexPage h3 { 
	font-family: "Avenir LT W01 45 Book", Arial, Helvetica, sans-serif;
	font-weight: bold;
	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;
} 
@media screen and (max-width: 767px) {
	.indexPage:not(.grid) img { 
		width: 100%;
		margin-bottom: 1em;
	}
} /* phone */

.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;
	border-bottom: none;
}
.indexPage .button span { color: #fff; }
@media screen and (max-width: 767px) {
	.indexPage .button { 
		width: 100%;
		padding-bottom: 20px;
	}
	.indexPage .shortDescription { padding: 0 20px; }
	.contentPanel p { padding: 0; }
} /* phone */

/* alternate grid layout */
.indexPage.grid .condensedView { margin-bottom: 0 ; }
.indexPage.grid .shortDescription { display: none; }
.indexPage.grid img {
	width: 100%;
	margin-right: 0;
	float: none;
}
.indexPage.grid h3 { 
	padding-top: 11px;
	text-align: center;
	font-size: 1.3em;
	min-height: 4.25em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.indexPage.grid h3 a { text-align: center; }
.indexPage p { min-height: 0; }

/* expanded layout */
.contentPanel div.expanded { margin-bottom: 0; }
.contentPanel div.expanded,
.contentPanel div.expanded div { background: transparent !important; }
.contentPanel .expandedView div.left { 
	padding-left: 0;
	margin-bottom: 10px;
}
.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;
	}
} /* tablet and below (landscape) */
.expandedView .right { 
	padding-right: 0;
	font-size: 1.1em;
}
.expandedView .right  * { padding: 0; }
.expandedView .right h2 { 
	margin-top: 0;
	font-size: 1.6em;
	padding-right: 50px !important;
	background-color: transparent;
	color: #000;
	padding-left: 0 !important;
	height: auto;
}
.expandedView .right h2:after { border: 0; }
.expandedView .right .closeThis { 
	position: absolute;
	right: 0;
	top: 0;
}
@media screen and (max-width: 1023px) {
	.expandedView .right .closeThis { 
		position: static;
		float: right;
	}
} /* tablet 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 { 
	font-size: 2.4em;
	color: #2d499e;
}
.longForm .mainContent h3, .longForm .mainContent h4, .longForm .mainContent h5 { font-family: "Avenir LT W01 45 Book", Arial, Helvetica, sans-serif; }
@media screen and (max-width: 1023px) {
	.longForm .mainContent .col-xs-12 { padding: 0 }
} /* tablet and below */

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

/*-------------------------------- WEBSHOP --------------------------------*/
.webshop .contentPanel div {
	background: #ffe800;
	background-clip: content-box;
}
.webshop .row { clear: both; }
.webshop img { width: 100%; }
.webshop section h2, .webshop section h1 {
	font-size: 1.6em;
	text-align: center !important;
	margin-top: 0.8em;
	font-weight: bold;
	margin-botton: 0;
	background-color: transparent;
	color: #2d499e;;
}
.webshop section h2:after { border: 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; }
} /* tablet and below */
@media screen and (max-width: 767px) {
	.webshop .webshopNav,
	.webshop .carouselWrapper { display: none; }
	.webshop .carousel-indicators { display: block; }
} /* phone */

/* 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.png);
	text-transform: uppercase;
	font-size: 0.7em;
	color: #ccc;
	font-weight: bold;
	vertical-align: top;
	background-size: 520px auto;
}
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 desktop and above */

/*-------------------------------- PAYMENT CHOOSER --------------------------------*/
.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;
}
.paymentOptions .bg-info { background: LightBlue; }
@media screen and (max-width: 1023px) {
	.paymentOptions fieldset { 
		width: 100%;
		font-size: 0.8em;
	}
} /* tablet 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; }

/* 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 45 Book", Arial, Helvetica, sans-serif;
	font-weight: bold;
	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%; }
} /* medium to large desktop 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:''; }
} /* phone */

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

/* grant recipients fixes */
.longForm .ws_item { margin-top: 1.4em; }
.longForm .ws_item img, .longForm  h3 { clear: both; }
.longForm .ws_item p { padding-left: 158px; }