@charset "utf-8";
@media screen {
/* disable Foundation responsiveness and set a specific grid width */
.row {
  width:1020px;
  max-width:1020px;
}
.reveal-modal .row {
	max-width: 62.5rem;
    width: 100%;
}
body > .row, .fullScreenContainer > .row {
	padding:0 25px;
}
.row .row {
  margin: 0 -25px;
}
.reveal-modal .row .row:not(.module) {
  margin: 0 -0.9375rem;
  max-width: none;
  width: auto;
}
.panel .row, form .popup.main .row, .f-dropdown .row {
  margin: 0 -20px;
}
.column, .columns {
  padding-left:20px;
  padding-right:20px;
}
.row.five {
	padding-left:15px;
	padding-right:15px;
}
.large-1 {width: 8.33333%;}
.popup .large-1, form .row .popup .row .columns.large-1 {
	width:10%;
	padding-left:0;
	padding-right:10px;
}
.large-2 {width: 16.66667%;}
.five .large-2 {
	width:20%
}
.five .large-2.columns {
  padding-left:5px;
  padding-right:5px;
}
.large-3 {
  width:260px;
}
.large-3.photo {
	min-height:260px;
}
.large-3.padding {
	padding-top:12px;
}
form .large-3, .module .large-3 {
  width:25%;
}
.panel.grey .large-3 {
  width: 25%;
}
.reveal-modal .large-3 {
  width: 23%;
}
.large-4 {width: 33.33333%;}
.large-4 {padding-left: 25px;}
.large-12 .panel .large-4 {padding-left: 20px;}
.large-5 {
  padding-left: 0;
  padding-right:25px;
  width:240px;
}
.row.full .large-5 {
  width:41.6667%;
  padding-right:40px;
}
.large-6 .large-5 {
  padding-left:0.9375em;
  padding-right:0.9375em;
  width:41.6667%;
}
.large-6 {width: 50%;}
.large-6.indent {
	padding-left:40px;
}
.large-9 form .large-6 {
  padding-right:25px;
}
.large-7 {
	width:475px;
}
.row.full .large-7 {
	width:58.3333%;
}
.large-6 .large-7 {
	width:58.3333%;
	padding-left:0;
}
.large-8 {width: 66.66667%;}
.reveal-modal .large-8 {
	width: 68%;
	padding-left:0;
}
.large-9 {
  width: 720px;
}
.large-9 .large-9 {
  width: 470px;
}
.panel.grey .large-9 {
  width: 75%;
  padding-left:0;
}
.large-10 {width: 83.33333%;}
.large-9 .large-10 {
  padding-right:25px;
  padding-left:25px;
}
.large-11 {width: 91.66667%;}
.popup .large-11, form .row .popup .row .columns.large-11 {
  width: 85%;
  padding-right:0;
  padding-left: 20px;
}
.large-12 {width: 100%;}
.large-9 .large-12 {
  padding-right:25px;
  padding-left:25px;
}
}
/* override Foundation font and default HTML tags */
body {
	font-family: "DIN Next W01", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: 400;
	color:#3b3b3b;
}
h1 {
	font-family: "DIN Next W01", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-size:34px;
	font-weight:500;
	color:inherit;
}
h1 span{
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#959595;
	font-style:italic;
	font-weight:400;
}
h2 {
	color:inherit;
	font-family: "DIN Next W01", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight:500;
	font-size:30px;
	line-height: 1;
	margin-bottom:25px;
}
h2 span{
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#959595;
	font-style:italic;
	font-weight:400;
	display:inline-block;
	margin-top:-10px;
}
h3 {
	color:inherit;
	font-family: "DIN Next W01", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight:700;
	font-size:19px;
	margin-bottom:0;
}
h4 {
	font-family: "DIN Next W01", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	color:#3b3b3b;
	font-size:16px;
	font-weight:700;
}
h5 {
	font-family: "DIN Next W01", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	color:#3b3b3b;
	font-size:14px;
	font-weight:700;
	text-align:center;
}
h5 span{
	display:block;
	font-size:31px;
}
h6 {
	font-family: "DIN Next W01", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#3b3b3b;
}
hr {
	border-color: #d1d1d1;
	margin:70px 0 20px;
}
p {
	font-size:inherit;
}
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li {
  color: #3b3b3b;
}
a {
  color: #4a68a6;
}
a:hover, a:focus {
  color: #4a68a6;
  text-decoration:underline;
}
ul {
	font-size:inherit;
}
form {
	margin:0;
}
form p span, form li span {
	font-size:14px;
}
form label span {
	font-size:12px;
	color:#717171;
}
form .multiline span {
	font-size: inherit;
}
label {
	color: #3b3b3b;
	font-size:15px;
	font-weight:500;
}
.large-3 form label {
  font-size: 12px;
}
label * {
	font-weight:400;
}
/*label label{
	font-size:12px;
}*/
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
  border: 1px solid #cfd6d9;
  box-shadow:none;
  color:#3b3b3b;
  font-size:12px;
  font-weight:400;
  height:25px;
  padding:4px 10px 2px 10px;
  margin: 3px 0 1rem;
}
input[type="file"], input[type="checkbox"], select {
  margin: 3px 0 1rem;
}
input[type="radio"] {
  margin: 3px 0 0.5rem;
}
/*label div:last-child input[type="radio"] {
  margin: 0 0 1rem;
}*/
.radiobutton label {
	font-weight:400;
	font-size:12px;
}
.radiobutton:last-child input[type="radio"] {
  margin: 0 0 1rem;
}
input[type="file"] {
  width:auto;
  display:block;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus {
  background:#fff;
  border-color: #4a68a6;
  box-shadow:none;
}
input[type="text"].error, input[type="password"].error, input[type="date"].error, input[type="datetime"].error, input[type="datetime-local"].error, input[type="month"].error, input[type="week"].error, input[type="email"].error, input[type="number"].error, input[type="search"].error, input[type="tel"].error, input[type="time"].error, input[type="url"].error, textarea.error, select.error {
  border:1px solid #F04124;
  border-radius: 3px 3px 0 0;
  margin-bottom: 0;
}
input[type="checkbox"] + label, input[type="radio"] + label {
	vertical-align: text-bottom;
}
form .row .row.collapse input, .row.collapse select {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right:none;
}
form .row .row.collapse .end input, form .row .row.collapse .end select {
  border-bottom-right-radius:3px;
  border-top-right-radius:3px;
  border-bottom-left-radius:0;
  border-top-left-radius:0;
  border-right:1px solid #cfd6d9;;
  border-left:none;
}
.question textarea {
	min-height:150px;
}
textarea {
	padding:10px;
	height: auto;
	min-height: 70px;
}
select:not(.big) {
  border: 1px solid #cfd6d9;
  color:#3b3b3b;
  font-size:12px;
  height:25px;
  padding:4px 10px 2px 10px;
  background-color:#fff;
}
select:not(*:root) {padding-top:0;} /* Chrome hack */

/* customize Foundation generic elements */
.label {
	margin-right:10px;
	padding-bottom:0.26rem;
}
.label.width4{
	width:23%;
}
.label.selected{
	background-color:#f36649;
	color:#fff;
}
span.error, small.error {
	background:#F04124;
	font-size:12px;
	font-style: normal;
	font-weight:500;
	margin-bottom: 1rem;
	margin-top: -1px;
	padding:10px 0.5625rem 0.5625rem;
}
.button-bar {
	background-color:#f7f7f7;
	border-radius:0 0 3px 3px;
	border-top:1px solid #D8D8D8;
	padding-top:20px;
	padding-bottom:20px;
}
.button-bar.white {
	background-color:#fff;
	border:none;
}
.question .button-bar, .popup.main .button-bar, .f-dropdown .button-bar {
	margin:0 -20px;
	padding:20px;
	position:relative;
}
.f-dropdown.content .button-bar {
	padding-bottom:0;
}
.question .popup .button-bar, form .row .popup.main .row .columns.button-bar, .f-dropdown .button-bar {
	margin:0;
	padding:20px;
	position:relative;
}
.button-bar .right {
	margin-left:10px;
}
.button-bar span {
	font-size:12px;
	margin-left:10px;
	font-weight:500;
}
.button {
	padding:10px 15px 8px 15px;
	color: #717171;
	font-family: "DIN Next W01", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 13px;
	background-color:#f6f6f6;
	background: -webkit-linear-gradient(#fff, #f6f6f6); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#fff, #f6f6f6); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#fff, #f6f6f6); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#fff, #f6f6f6); /* Standard syntax (must be last) */
	border:1px solid #acb9bf;
	box-shadow: 0 2px 1px #ececec;
}
.button.upper.tiny {
	padding-bottom: 0.45rem;
}
.button.primary {
	color: #fff;
	background-color:#4865a0;
	background: -webkit-linear-gradient(#516ea9, #4865a0);
	background: -o-linear-gradient(#516ea9, #4865a0);
	background: -moz-linear-gradient(#516ea9, #4865a0);
	background: linear-gradient(#516ea9, #4865a0);
	border:1px solid #3b5384;
}
button.alert, .button.alert {
  background: #c60f13;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background: #9e0c0f;
}
.button:hover, .button:focus {
	background-color:#f6f6f6;
	background: -webkit-linear-gradient(#fff, #f6f6f6);
	background: -o-linear-gradient(#fff, #f6f6f6);
	background: -moz-linear-gradient(#fff, #f6f6f6);
	background: linear-gradient(#fff, #f6f6f6);
	color: #3b3b3b;
	text-decoration:none;
}
.button.primary:hover, .button.primary:focus {
	background-color:#3b5384;
	background: -webkit-linear-gradient(#455e92, #3b5384);
	background: -o-linear-gradient(#455e92, #3b5384);
	background: -moz-linear-gradient(#455e92, #3b5384);
	background: linear-gradient(#455e92, #3b5384);
	color: #fff;
}
.button.primary.arrow {
	padding-right:35px;
	background-image:url("../img/sprite.png");
	background-position:right -1255px;
	background-repeat:no-repeat;
	background: -webkit-linear-gradient(#516ea9, #4865a0);
	background: -o-linear-gradient(#516ea9, #4865a0);
	background: -moz-linear-gradient(#516ea9, #4865a0);
	background: url("../img/sprite.png") no-repeat right -1255px, linear-gradient(#516ea9, #4865a0);
}
.button.primary.arrow:hover, .button.primary.arrow:focus {
	background: -webkit-linear-gradient(#455e92, #3b5384);
	background: -o-linear-gradient(#455e92, #3b5384);
	background: -moz-linear-gradient(#455e92, #3b5384);
	background: url("../img/sprite.png") no-repeat right -1255px, linear-gradient(#455e92, #3b5384);
}
.button.primary.arrow.two-lines {
	text-align:left;
	padding-left:20px;
	background-position:right -1248px;
	background: url("../img/sprite.png") no-repeat right -1248px, linear-gradient(#516ea9, #4865a0);
}
.button.primary.arrow.two-lines:hover, .button.primary.arrow.two-lines:focus {
	background: -webkit-linear-gradient(#455e92, #3b5384);
	background: -o-linear-gradient(#455e92, #3b5384);
	background: -moz-linear-gradient(#455e92, #3b5384);
	background: url("../img/sprite.png") no-repeat right -1248px, linear-gradient(#455e92, #3b5384);
}
/* todo, update sprite*/
.button.primary.large.arrow {
	text-align:left;
	padding-left:15px;
	padding-top:9px;
	padding-bottom:7px;
	font-size: 1.1rem;
	background-image:url("../img/sprite.png");
	background-position:right -1255px;
	background-repeat:no-repeat;
	background: -webkit-linear-gradient(#516ea9, #4865a0);
	background: -o-linear-gradient(#516ea9, #4865a0);
	background: -moz-linear-gradient(#516ea9, #4865a0);
	background: url("../img/sprite.png") no-repeat right -1255px, linear-gradient(#516ea9, #4865a0);
}
.button.primary.large.arrow:hover, .button.primary.arrow:focus {
	background: -webkit-linear-gradient(#455e92, #3b5384);
	background: -o-linear-gradient(#455e92, #3b5384);
	background: -moz-linear-gradient(#455e92, #3b5384);
	background: url("../img/sprite.png") no-repeat right -1255px, linear-gradient(#455e92, #3b5384);
}
.button.primary.arrow span{
	display:block;
	font-style:italic;
	font-weight:400;
	font-size:10px;
}
.button.primary.expert {
	padding-left:35px;
	background-image:url("../img/sprite.png");
	background-position:-10px -1030px;
	background-repeat:no-repeat;
	background: -webkit-linear-gradient(#516ea9, #4865a0);
	background: -o-linear-gradient(#516ea9, #4865a0);
	background: -moz-linear-gradient(#516ea9, #4865a0);
	background: url("../img/sprite.png") no-repeat -10px -1030px, linear-gradient(#516ea9, #4865a0);
}
.button.primary.expert:hover, .button.primary.expert:focus {
	background: -webkit-linear-gradient(#455e92, #3b5384);
	background: -o-linear-gradient(#455e92, #3b5384);
	background: -moz-linear-gradient(#455e92, #3b5384);
	background: url("../img/sprite.png") no-repeat -10px -1030px, linear-gradient(#455e92, #3b5384);
}
.button.share {
	padding-left:40px;
	background-color:#f6f6f6;
	background-image:url("../img/sprite.png");
	background-position:-10px -282px;
	background-repeat:no-repeat;
	background: -webkit-linear-gradient(#fff, #f6f6f6);
	background: -o-linear-gradient(#fff, #f6f6f6);
	background: -moz-linear-gradient(#fff, #f6f6f6);
	background: url("../img/sprite.png") no-repeat -10px -282px, linear-gradient(#fff, #f6f6f6);
}
.button.share:hover, .button.share:focus {
	background: -webkit-linear-gradient(#455e92, #3b5384);
	background: -o-linear-gradient(#455e92, #3b5384);
	background: -moz-linear-gradient(#455e92, #3b5384);
	background: url("../img/sprite.png") no-repeat -10px -282px, linear-gradient(#fff, #f6f6f6);
}
.button.contribute {
	padding-left:40px;
	background-color:#f6f6f6;
	background-image:url("../img/sprite.png");
	background-position:-10px -430px;
	background-repeat:no-repeat;
	background: -webkit-linear-gradient(#fff, #f6f6f6);
	background: -o-linear-gradient(#fff, #f6f6f6);
	background: -moz-linear-gradient(#fff, #f6f6f6);
	background: url("../img/sprite.png") no-repeat -10px -430px, linear-gradient(#fff, #f6f6f6);
}
.button.contribute:hover, .button.contribute:focus {
	background: -webkit-linear-gradient(#455e92, #3b5384);
	background: -o-linear-gradient(#455e92, #3b5384);
	background: -moz-linear-gradient(#455e92, #3b5384);
	background: url("../img/sprite.png") no-repeat -10px -430px, linear-gradient(#fff, #f6f6f6);
}
.button.save {
	padding-left:40px;
	background-color:#f6f6f6;
	background-image:url("../img/sprite.png");
	background-position:-10px -401px;
	background-repeat:no-repeat;
	background: -webkit-linear-gradient(#fff, #f6f6f6);
	background: -o-linear-gradient(#fff, #f6f6f6);
	background: -moz-linear-gradient(#fff, #f6f6f6);
	background: url("../img/sprite.png") no-repeat -10px -401px, linear-gradient(#fff, #f6f6f6);
}
.button.save:hover, .button.save:focus {
	background: -webkit-linear-gradient(#455e92, #3b5384);
	background: -o-linear-gradient(#455e92, #3b5384);
	background: -moz-linear-gradient(#455e92, #3b5384);
	background: url("../img/sprite.png") no-repeat -10px -401px, linear-gradient(#fff, #f6f6f6);
}
.button.email {
	padding-left:40px;
	background-color:#f6f6f6;
	background-image:url("../img/sprite.png");
	background-position:-10px -250px;
	background-repeat:no-repeat;
	background: -webkit-linear-gradient(#fff, #f6f6f6);
	background: -o-linear-gradient(#fff, #f6f6f6);
	background: -moz-linear-gradient(#fff, #f6f6f6);
	background: url("../img/sprite.png") no-repeat -10px -250px, linear-gradient(#fff, #f6f6f6);
}
.button.email:hover, .button.email:focus {
	background: -webkit-linear-gradient(#455e92, #3b5384);
	background: -o-linear-gradient(#455e92, #3b5384);
	background: -moz-linear-gradient(#455e92, #3b5384);
	background: url("../img/sprite.png") no-repeat -10px -250px, linear-gradient(#fff, #f6f6f6);
}
.button.follow {
	padding-left:40px;
	background-color:#f6f6f6;
	background-image:url("../img/sprite.png");
	background-position:-10px -340px;
	background-repeat:no-repeat;
	background: -webkit-linear-gradient(#fff, #f6f6f6);
	background: -o-linear-gradient(#fff, #f6f6f6);
	background: -moz-linear-gradient(#fff, #f6f6f6);
	background: url("../img/sprite.png") no-repeat -10px -340px, linear-gradient(#fff, #f6f6f6);
}
.button.follow:hover, .button.follow:focus {
	background: -webkit-linear-gradient(#455e92, #3b5384);
	background: -o-linear-gradient(#455e92, #3b5384);
	background: -moz-linear-gradient(#455e92, #3b5384);
	background: url("../img/sprite.png") no-repeat -10px -340px, linear-gradient(#fff, #f6f6f6);
}
.button.print {
	padding-left:40px;
	background-color:#f6f6f6;
	background-image:url("../img/sprite.png");
	background-position:-10px -1970px;
	background-repeat:no-repeat;
	background: -webkit-linear-gradient(#fff, #f6f6f6);
	background: -o-linear-gradient(#fff, #f6f6f6);
	background: -moz-linear-gradient(#fff, #f6f6f6);
	background: url("../img/sprite.png") no-repeat -10px -1970px, linear-gradient(#fff, #f6f6f6);
}
.button.print:hover, .button.print:focus {
	background: -webkit-linear-gradient(#455e92, #3b5384);
	background: -o-linear-gradient(#455e92, #3b5384);
	background: -moz-linear-gradient(#455e92, #3b5384);
	background: url("../img/sprite.png") no-repeat -10px -1970px, linear-gradient(#fff, #f6f6f6);
}
.button.toggle-panel {
	padding-right:30px;
	margin-bottom:0;
	background-color:#f6f6f6;
	background-image:url("../img/sprite.png");
	background-position:right -2176px;
	background-repeat:no-repeat;
	background: -webkit-linear-gradient(#fff, #f6f6f6);
	background: -o-linear-gradient(#fff, #f6f6f6);
	background: -moz-linear-gradient(#fff, #f6f6f6);
	background: url("../img/sprite.png") no-repeat right -2176px, linear-gradient(#fff, #f6f6f6);
	
	position:absolute;
	z-index:20;
	top:-56px;
	right:25px;
}
/*.button.toggle-panel:not(*:root) {margin-top:1px;}  Chrome hack */
.panel .button.toggle-panel {margin-top:1px;}
/*.panel .button.toggle-panel:not(*:root) {margin-top:2px;} /* Chrome hack */
.button.toggle-panel:hover, .button.toggle-panel:focus {
	background: -webkit-linear-gradient(#455e92, #3b5384);
	background: -o-linear-gradient(#455e92, #3b5384);
	background: -moz-linear-gradient(#455e92, #3b5384);
	background: url("../img/sprite.png") no-repeat right -2176px, linear-gradient(#fff, #f6f6f6);
}
.button.toggle-panel.opened {
	background-color:#fff;
	background-position:right -2207px;
	background: -webkit-linear-gradient(#fff, #fff);
	background: -o-linear-gradient(#fff, #fff);
	background: -moz-linear-gradient(#fff, #fff);
	background: url("../img/sprite.png") no-repeat right -2207px, linear-gradient(#fff, #fff);
	border-radius: 3px 3px 0 0;
	border-bottom:none;
	box-shadow:none;
}
.button.toggle-panel.opened:hover, .button.toggle-panel.opened:focus {
	background: -webkit-linear-gradient(#fff, #fff);
	background: -o-linear-gradient(#fff, #fff);
	background: -moz-linear-gradient(#fff, #fff);
	background: url("../img/sprite.png") no-repeat right -2207px, linear-gradient(#fff, #fff);
}
.button.back {
	padding-left:40px;
	background-color:#f6f6f6;
	background-image:url("../img/sprite.png");
	background-position:-10px -1741px;
	background-repeat:no-repeat;
	background: -webkit-linear-gradient(#fff, #f6f6f6);
	background: -o-linear-gradient(#fff, #f6f6f6);
	background: -moz-linear-gradient(#fff, #f6f6f6);
	background: url("../img/sprite.png") no-repeat -10px -1741px, linear-gradient(#fff, #f6f6f6);
}
.button.back:hover, .button.back:focus {
	background: -webkit-linear-gradient(#455e92, #3b5384);
	background: -o-linear-gradient(#455e92, #3b5384);
	background: -moz-linear-gradient(#455e92, #3b5384);
	background: url("../img/sprite.png") no-repeat -10px -1741px, linear-gradient(#fff, #f6f6f6);
}
.button.list {
	padding-left:20px;
	border: 1px solid #acb9bf;
	margin-left:0;
	background-color:#f6f6f6;
	background-image:url("../img/sprite.png");
	background-position:-10px -1558px;
	background-repeat:no-repeat;
	background: -webkit-linear-gradient(#fff, #f6f6f6);
	background: -o-linear-gradient(#fff, #f6f6f6);
	background: -moz-linear-gradient(#fff, #f6f6f6);
	background: url("../img/sprite.png") no-repeat -10px -1558px, linear-gradient(#fff, #f6f6f6);
}
.button.list.active {
	background:#50575e url("../img/sprite.png") no-repeat -10px -1799px;
	color:#fff;
}
.button.globe {
	padding-left:20px;
	border: 1px solid #acb9bf;
	margin-left:0;
	background-color:#f6f6f6;
	background-image:url("../img/sprite.png");
	background-position:-10px -1830px;
	background-repeat:no-repeat;
	background: -webkit-linear-gradient(#fff, #f6f6f6);
	background: -o-linear-gradient(#fff, #f6f6f6);
	background: -moz-linear-gradient(#fff, #f6f6f6);
	background: url("../img/sprite.png") no-repeat -10px -1830px, linear-gradient(#fff, #f6f6f6);
}
.button.globe.active {
	background:#50575e url("../img/sprite.png") no-repeat -10px -1769px;
}
.button.round, .panel .button.round {
	color:#fff;
	background:#717171;
	border:none;
	box-shadow:none;
	text-transform:uppercase;
	padding:7px 12px 6px;
	margin-bottom:10px;
	margin-right:10px;
}
.button.round.tiny {
	padding:6px 12px;
	font-size:0.6rem;
	background:#bbb;
}
.button.round:hover, .button.round:focus {
	background:#3b3b3b;
	color:#fff;
}
.button.round > *:before {
	width: 12px;
	height: 12px;
	border-radius: 6px;
	background:#fff;
	position: relative;
	top:1px;
	margin-right:8px;
	display:inline-block;
	content: "";
}
.button.round.tiny > *:before {
	width: 9px;
	height: 9px;
}
.button.round.brown {
	color:#fff;
	background:#932d18;
	border:none;
	box-shadow:none;
	text-transform:none;
	padding:15px 20px;
	margin-bottom:0;
	margin-right:10px;
	margin-left:10px;
}
.button.round.brown:hover, .button.round.brown:focus {
	background:#6f1e0d;
}
.button.circle {
	color:#fff;
	border:none;
	box-shadow:none;
	width:160px;
	height:160px;
	border-radius:80px;
	display:table-cell;
	vertical-align:middle;
}
.button-bar-circles.medium .button.circle {
	width:100px;
	height:100px;
	border-radius:50px;
	font-size:12px;
	padding-left:5px;
	padding-right:5px;
}
.button-bar-circles.small .button.circle {
	width:50px;
	height:50px;
	border-radius:25px;
	font-size:9px;
	font-weight:400;
	padding:1px;
}
.button.square {
	color:#fff;
	border:none;
	box-shadow:none;
	width:160px;
	height:160px;
	border-radius:10px;
	display:table-cell;
	vertical-align:middle;
}
.button.circle:hover, .button.circle:focus,
.button.square:hover, .button.square:focus {
	text-decoration:underline;
}
.button.grey {
	background:#d8d8d8;
	color:#3b3b3b;
}
.button.orange {
	background:#f36649;
}
.button.red {
	background:#cc482d;
}
.button.brown {
	background:#932d18;
}
.button.dark {
	background:#6f1e0d;
}
.button.bigger {
	background-color:#0e5277;
	background: -webkit-linear-gradient(#175c80, #0e5277);
	background: -o-linear-gradient(#175c80, #0e5277);
	background: -moz-linear-gradient(#175c80, #0e5277);
	background: linear-gradient(#175c80, #0e5277);
	border: 1px solid #0b3f5b;
	box-shadow:none;
	color: #fff;
	padding: 15px 25px;
	font-size:16px;
}
.button.bigger:focus, .button.bigger:hover {
	background-color:#0b4665;
	background: -webkit-linear-gradient(#154f6f, #0b4665);
	background: -o-linear-gradient(#154f6f, #0b4665);
	background: -moz-linear-gradient(#154f6f, #0b4665);
	background: linear-gradient(#154f6f, #0b4665);
}
.button-bar-circles {
	overflow:hidden;
}
.button-bar-circles.medium {
	margin-left:85px;
}
.button-bar-circles.small {
	margin-bottom:20px;
}
.button-bar-circles div {
	float:left;
}
.button-bar-circles div > span {
	display:table-cell;
	height:160px;
	width:100px;
	text-align:center;
	font-weight:700;
	vertical-align:middle;
}
.button-bar-circles.medium div > span {
	height:105px;
	width:35px;
	font-size:30px;
	font-weight:500;
}
.button-bar-circles.small div > span {
	height:50px;
	width:auto;
	font-weight:400;
}
.button-group li .button {
	border:1px solid #acb9bf;
}
.button-group li:first-child .button {
	border:1px solid #acb9bf;
}
.right .button {
	margin-left:10px;
}
.right .f-dropdown .button:not(.right) {
	margin-left:0;
}
.panel .button {
	margin-bottom:0;
}
.panel.story .button {
	margin-bottom: 1.25rem;
}
.panel {
  background-color:#fff;
}
.panel.border-hor {
	border-left:none;
	border-right:none;
}
.panel.story {
  margin-top:2.5rem;
}
.panel.story.equalized {
	height:255px;
}
.large-6 .panel.story {
  margin-top:0;
}
.sessionNav .current {
	position:relative;
}
.sessionNav .current:after {
	width:0; 
	height:0; 
	border-left: 8px solid #fff;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	content: "";
	position: absolute;
	right:-38px;
	top:0;
	margin: 0 0.66667rem;
	display:inline-block;
}
.sessionNav .current > div:after {
	width:0; 
	height:0; 
	border-left: 8px solid #cfd6d9;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	content: "";
	position: absolute;
	right:-39px;
	top:0;
	margin: 0 0.66667rem;
	display:inline-block;
}
.reveal-modal-bg {
	opacity:1 !important;
}
.reveal-modal {
	padding-left:0;
	padding-right:0;
	font-size:14px;
}
.reveal-modal *[data-confirm-title], .reveal-modal *[data-confirm-body], .reveal-modal *[data-confirm-footer] {
	margin-left:1.875rem;
	margin-right:1.875rem;
}
.alert-box {
	padding-bottom:0;
}
.alert-box.alert {
	font-weight:700;
	background-color: #F04124;
}
.alert-box.success {
	background-color: #86b73d;
	border-color: #3A945B;
	color: #FFFFFF;
	padding-right:50px;
}
.alert-box.warning {
  background-color: #f6d48c;
  color: #3b3b3b;
}
.alert-box.info {
  background-color: #e4f3f4;
  border-color: #cfe8e8;
  color: #3b3b3b;
  padding: 0.2rem 0.2rem 0.2rem 0.875rem;
}
.alert-box.info p {
	margin:0.5rem 0 0;
}
.alert-box.info .button {
	margin:0;
	padding:7px 40px 5px 40px;
	font-size: 14px;
}
.alert-box .close {
	right:10px;
	top:25px;
}
.alert-box .close:hover, .alert-box .close:focus {
	text-decoration:none;
}
.tabs {
	border-bottom:1px solid #d1d1d1;
}
.tabs.small {
	border-bottom:none;
}
.tabs dd > a, .tabs .tab-title > a {
	background: none repeat scroll 0 0 #f4f4f4;
	padding: 1rem;
	font-size:13px;
	font-family:inherit;
	font-weight:700;
	color:inherit;
	border:1px solid #d1d1d1;
	border-bottom:none;
	margin-right:5px;
	margin-bottom:-1px;
}
.tabs.small .tab-title > a {
	margin-right:0;
	background: none repeat scroll 0 0 #fff;
	padding:9px 10px 9px;
	border-bottom:1px solid #d1d1d1;
}
.tabs.small .tab-title > a.list {
	background: url("../img/sprite.png") no-repeat -10px -1558px;
	padding-left: 35px;
	padding-right: 18px;
}
.tabs.small .tab-title > a.map {
	background: url("../img/sprite.png") no-repeat -10px -1829px;
	padding-left: 35px;
	padding-right: 18px;
}
.tabs dd > a:hover, .tabs .tab-title > a:hover {
  background: none repeat scroll 0 0 #E1E1E1;
	text-decoration:none;
}
.tabs dd.active a, .tabs .tab-title.active a {
	background: none repeat scroll 0 0 #FFFFFF;
	color:inherit;
	border-bottom:1px solid #fff;
}
.tabs.small .tab-title.active a {
	background-color:#f4f4f4;
	color:inherit;
	border-bottom:none;
	padding-bottom:10px;
}
.tabs dd.disabled a, .tabs .tab-title.disabled a {
	background: none repeat scroll 0 0 #f9f9f9;
	color:#c0c0bf;
}
.tabs .tab-title > a span {
    border:1px solid #d1d1d1;
    border-radius: 40px;
    display: inline-block;
    line-height: 13px;
    text-align: center;
    padding: 14px 0;
    width: 42px;
	margin-left:20px;
}
.tabs-content > .content {
	margin-top: 20px;
}
.progress {
	font-size:11px;
	padding-right:0 !important;
	color:#5da423;
	float:right;
	margin-right:5px;
}
.progress .percentage {
	margin-top:5px;
}
.has-tip {
	border-bottom:none;
	color:inherit;
}
.has-tip:hover, .has-tip:focus {
	border-bottom:none;
	color:inherit;
}
.has-tip.help {
	background:url("../img/sprite.png") no-repeat -20px -170px;
	width:18px;
	height:18px;
	display:inline-block;
	margin-left:20px;
}
.has-tip.help.right {
	margin-left:0;
}
.has-tip.copyright, .has-tip.copyright:link, .has-tip.copyright:visited {
	background:url("../img/sprite.png") no-repeat -18px -2550px;
	width:27px;
	height:27px;
	position:absolute;
	z-index:20;
	bottom:-13px;
	right:-10px;
}
.has-tip.copyright:hover, .has-tip.copyright:active {
	background:url("../img/sprite.png") no-repeat -18px -2580px;
}
.tooltip{
	word-wrap: break-word;
}
.tooltip.tip-top {
	margin-top:-5px !important;
	border-radius:5px;
}
.tooltip.tip-top > .nub {
	left: 30px !important;
	bottom:-9px !important;
}
.dropdown.button:after, button.dropdown:after {
  border-color: #3b3b3b transparent transparent;
}
.f-dropdown {
	text-align:left;
	border-radius:3px;
}
.f-dropdown.content {
	padding-bottom:0;
}
.f-dropdown:after {
  top: -13px;
}
.f-dropdown:before {
  top: -11px;
}
.f-dropdown.drop-left:before {
  right: -11px;
}
.accordion dd {
	border-top: 1px solid #d8d8d8;
}
.accordion dd:first-child {
	border-top:none;
}
.accordion dd > a {
	background:none;
	color:#4a68a6;
	display: flex;
	font-family: "DIN Next W01", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight:700;
	padding: 10px 12px 7px;
}
.accordion dd > a:hover {
	background:none;
}
.accordion dd.active > a {
	background:none;
}
.accordion dd > a::before {
  border-bottom: 5px solid transparent;
  border-left: 7px solid #717171;
  border-top: 5px solid transparent;
  content: "";
  display: inline-block;
  height: 0;
  position: relative;
  top:3px;
  width: 0;
  margin-right:11px;
}
.accordion dd.active > a::before {
  border-left: 5px solid transparent;
  border-top: 7px solid #717171;
  border-right: 5px solid transparent;
  top:5px;
  margin-right:8px;
}
.accordion dd > .content {
	display: none;
	font-family: "DIN Next W01", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-size:12px;
	padding: 0 10px 7px 27px;
}
/* added missing Switch styles from downloaded Foundation 5.2.3 */
div.switch label {
	display: block;
	margin-bottom: 1rem;
	position: relative;
	color: transparent;
	background: #dddddd;
	text-indent: 100%;
	width: 4rem;
	height: 2rem;
	cursor: pointer;
	transition: left 0.15s ease-out;
}
div.switch input {display: none;}
div.switch input + label {
    margin-left: 0;
    margin-right: 0;
}
div.switch label:after {
  content: "";
  display: block;
  background: white;
  position: absolute;
  top: .25rem;
  left: .25rem;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
div.switch input:checked + label {background: #2ba6cb;}
div.switch input:checked + label:after {left: 2.25rem;}

div.switch.large label {
  width: 5rem;
  height: 2.5rem;
}
div.switch.large label:after {
  width: 2rem;
  height: 2rem;
}
div.switch.large input:checked + label:after {left: 2.75rem;}

div.switch.small label {
  width: 3.5rem;
  height: 1.75rem;
}
div.switch.small label:after {
  width: 1.25rem;
  height: 1.25rem;
}
div.switch.small input:checked + label:after {left: 2rem;}

div.switch.tiny label {
  width: 3rem;
  height: 1.5rem;
}
div.switch.tiny label:after {
  width: 1rem;
  height: 1rem;
}
div.switch.tiny input:checked + label:after {left: 1.75rem;}

div.switch.radius label {border-radius: 4px;}
div.switch.radius label:after {border-radius: 3px;}

div.switch.round {border-radius: 1000px;}
div.switch.round label {border-radius: 2rem;}
div.switch.round label:after {border-radius: 2rem;}

/* customize Foundation switches to allow label text inside */	
div.switch label:after {
	color:#3b3b3b;
	padding-top:4px;
	text-indent:2rem;
	font-weight:700;
}
div.switch input:checked + label {background-color:#ebf3de;}
div.switch input:checked + label:after {text-indent:-1.6rem;}

/* customize Foundation topbar */
.contain-to-grid,
.top-bar,
.top-bar-section ul,
.top-bar-section .has-form,
.top-bar-section .has-dropdown,
.top-bar-section li:not(.has-form) a:not(.button) {
	background-color:#3b3b3b;
	font-size:13px;
}
.contain-to-grid .top-bar {
  max-width:940px;
}
.top-bar .row {
  width: auto;
}
.top-bar-section ul li {
  background:#3B3B3B;
}
.top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
  border-right: 1px solid #222;
}
.top-bar-section ul li > a {
	font-family: "DIN Next W01", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.top-bar-section li:not(.has-dropdown) a:not(.button),
.top-bar-section li.active:not(.has-dropdown) a:not(.button) {
	padding-right:20px;
	padding-left:0;
	color: #999;
	background-color:transparent;
}
.top-bar-section li:not(.has-form) a:not(.button):hover,
.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
  background-color:#272727;
}
.top-bar-section li.active:not(.has-dropdown) a:not(.button),
.top-bar-section li:not(.has-dropdown) a:not(.button):hover,
.top-bar-section li.active:not(.has-dropdown) a:not(.button):hover {
	background-color:transparent;
	text-decoration:underline;
	color: #999;
}
#globalSearch {
	background-color: #222;
	border: 1px solid #4a4a4a;
	border-radius:25px;
    padding:6px 0 6px 12px;
	position: relative;
	margin-top:5px;
}
#globalSearch input[type=text] {
	background-color:transparent;
    border:none;
    box-shadow:none;
    box-sizing:none;
    color:#fff;
    display:inline-block;
    font-family: inherit;
    font-size:inherit;
    height:auto;
    margin:0;
    padding:0;
    transition:none;
    width:200px;
	top:1px;
}
#globalSearch input[type=image] {
  position: absolute;
  right: 12px;
  top: 5px;
}
.top-bar-section li:not(.has-form) .dropdown a:not(.button),
.top-bar-section li:not(.has-form) .dropdown a:not(.button):hover {
	background-color:#272727;
	padding:0 15px;
	color: #999;
	line-height:30px;
}
/* customize Zurb WYSIWYG editor */
.textarea {
	line-height:1.5;
}
[data-wysihtml5-command="bold"], [data-wysihtml5-command="italic"], [data-wysihtml5-command="underline"] {
  height: 37px;
  line-height: 18px;
}
/* customize jQuery TE WYSIWYG editor */
.jqte {
	border-radius: 0;
	box-shadow:none;
	border:none;
	margin:0 0 20px;
}
.jqte_toolbar {
	background: none;
	margin-bottom:10px;
	border-bottom:none;
}
.jqte_editor, .jqte_source {
	border:1px solid rgb(207, 214, 217);
	resize:none;
	max-height: 100px;
	border-radius: 3px;
	cursor:text;
}
.jqte_editor b, .jqte_editor strong {
	font-weight:700;
}
.jqte_editor blockquote {
  border:none;
  padding-top:0;
  line-height:inherit;
}
.rtl .jqte_editor {
	direction:rtl;
}
.jqte_focused .jqte_editor {
  border-color: #4a68a6;
}
/* customize font-awesome for datepicker */
.fa {
	float:right;
	margin-top:30px;
}
/* customize Select2 */
.select2-container {
	margin: 3px 0 1rem;
}
.select2-container, .select2-container:hover {
  background:none;
}
.select2-container.multiline {
	margin: 0;
}
.select2-container .select2-choice {
  background:none;
  filter:none;
}
.select2-container.multiline .select2-choice {
  height:auto;
  border-radius:3px 3px 0 0;
  border-bottom:none;
}
.select2-container .select2-choice .select2-arrow {
	display:block;
}
.select2-container.multiline .select2-choice .select2-arrow {
	border-radius: 0 3px 0 0;
}
.select2-container.multiline .select2-choice .select2-arrow b {
  background-position:0 70%;
}
.select2-dropdown-open.multiline .select2-choice .select2-arrow b {
  background-position: -18px 70%;
}
.select2-container-active.multiline .select2-choice, .select2-container-active.multiline .select2-choices {
	box-shadow: none;
}
.select2-container-multi .select2-choices .select2-search-choice {
  line-height: 1rem;
  margin: 0.25rem 0 0.25rem 0.25rem;
}
.select2-search-choice-close {
  top: 0.30rem;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: 50% 50%;
}
.select2-result-label span {
	font-weight:700;
	color:#4a68a6;
}
.select2-disabled .select2-result-label span {
	font-weight:400;
}
.select2-highlighted {
    background-color:#4a68a6;
}
.select2-highlighted .select2-result-label span {
	color:#fff;
}
/* customize FlexSlider */
.flexslider {
  background: none repeat scroll 0 0 transparent;
  border:none;
  border-radius:0;
  box-shadow:none;
  margin:0 auto;
  max-width:800px;
}
.flexslider.full {
  max-width:100%;
}
.flexslider img{        
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}
.flexslider .flex-direction-nav a{
	color: rgba(0, 0, 0, 0.8);
	text-decoration:none;
}
/* customize 'More' toggle display */
.moreinfo {
	width:100%;
	display:none;
}

/* new generic styles */
.module, .row .module {margin-bottom:40px;}
.block {display:block;}
.table {display:table;}
.table.left-padding {padding-left:40px;}
.no-padding {padding:0;}
.no-padding-bottom {padding-bottom:0;}
h2.no-margin, .panel h2.no-margin, h4.no-margin, p.no-margin, p.small-text.no-margin{margin:0 !important;}
hr.small-margin{margin-top:10px;}
.case-none {text-transform:none !important;}
.upper {text-transform:uppercase;}
.case-lower {text-transform:lowercase;}
h1.big {
	font-size:48px;
	line-height: 1.2;
	font-weight:700;
}
h1.small {
	font-size:32px;
	font-weight:700;
	margin-top:0;
}
h1.no-margin{
	margin:0;
	line-height:1;
}
h1 span.small {
	font-family:inherit;
	color:inherit;
	font-style:inherit;
	font-weight:700;
	font-size:18px;
	margin-left:10px;
}
h1 span.small.block {
	margin-left:0;
}
.panel.sand h2{
	margin-bottom:25px;
}
h2.high {
	font-weight:700;
}
h2.low {
	font-weight:400;
}
.panel h3 {
	margin-bottom:0;
}
.large-6 .large-7 h3 {
	line-height: 1.4;
	margin-bottom: 0.5rem;
}
h3.big {
	font-size:24px;
	margin-bottom:15px;
}
h3.small {
	font-size:16px;
	margin-bottom: 0.5rem;
}
h3.margin {
	margin-bottom:7px;
}
.panel.story h3.big {
	margin-bottom:25px;
}
.panel.story h3.margin {
	font-size:17px;
	max-height:68px;
	overflow:hidden;
}
.whole-page h3 {
	margin-bottom:1.5rem;
}
.panel.grey h3 {
	font-size:16px;
	height:40px;
}
.panel.square-box h3 {
	margin-bottom:20px;
}
.panel.grey h4 {
	font-size:13px;
	font-weight:400;
	line-height:1.5;
	margin-bottom:0;
}
.row.full .large-6 h4 {
	margin:20px 0;
}
.row.search-bar h4 {
	margin-top:10px;
}
h4.border {
	border-top:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
	padding:16px 0 12px 0;
}
h4.geo {
	background:url("../img/sprite.png") no-repeat -20px -2295px;
	padding-left:25px;
	line-height:1.4rem;
	margin-bottom:30px;
}
.large-6 .large-7 h4.geo, .large-6 .large-6 h4.geo {
	font-size:13px;
	line-height:0.5rem;
	background-position:-20px -2301px;
}
h4.module-title {
	margin:0;
	border-radius: 3px 3px 0 0;
	padding:15px 20px 12px 20px;
}
h4.module-title.accordion {
	padding:15px 13px 12px;
}
h4.middle {
	border-radius:0;
}
h4.dark {
	font-size:14px;
	font-weight:400;
	color:#fff;
	background: url("../img/background-header-dark.png") repeat-x left top;
	border:1px solid #35424f;
	border-bottom:none;
}
h4.dark a {
	color:#fff;
	display:block;
	position:relative;
}
h4.dark a:after {
	width:0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #fff;
	content: "";
	position: absolute;
	top:3px;
	right:0;
	display:inline-block;
}
h4.light {
	font-size:15px;
	background:#f4f4f4;
	border:1px solid #d8d8d8;
	border-bottom:none;
}
h4.white {
	font-size:15px;
	background:#fff;
	border:1px solid #d8d8d8;
	border-bottom:none;
}
h5.labeled {
	color:#717171;
	font-size:13px;
	font-weight:500;
	text-align:left;
	border:1px solid #d1d1d1;
	padding:7px 10px 5px 10px;
	display:table;
	min-width:100px;
}
.large-4 h5.text-left {
	margin-bottom:20px;
}
.list-header {
	padding-bottom:10px;
	border-bottom:1px solid #d8d8d8;
	margin-bottom:20px;
	margin-top:40px;
}
.list-header h3 {
	margin-top:0;
}
.list-header h4 {
	margin-bottom:0;
}
.list-header select {
	margin:0;
}
blockquote {
	border-left:none;
	margin:40px 5%;
	padding:0;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size:22px;
	line-height:30px;
	color:#3b3b3b;
	font-style:italic;
}
blockquote.indent {
	margin:40px 18%;
}
blockquote p {
  color: inherit;
  line-height: inherit;
}

.quote{
	margin:40px 0;
}
.quote p{
	font-size:18px;
	color:#959595;
	margin-bottom:5px;
}
.quote.big p.text{
	font-size:22px;
	line-height:30px;
	color:#3b3b3b;
	font-style:italic;
}
.quote.indent p{
	margin:auto;
	width:450px;
}
.quote span{
	color:#959595;
}
.quote.big span{
	font-size:21px;
	color:#3b3b3b;
	font-style:normal;
	font-weight:500;
}

p.text, ul.text, ol.text, .text p, .text ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:400;
	line-height: 1.8;
}
ul.text li {
    margin-bottom: 0.5rem;
}
ol.text li {
    padding-left: 5px;
}
ol.text ol, ol.letter {
	list-style-type:lower-latin;
}
.text.small, .text.small p, .two-columns.small {
	font-size:14px;
}
.text.subtitle span{
	font-weight:700;
	font-style:italic;
	color:#717171;
}
.text.subtitle .more.right{
	font-family: "DIN Next W01", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	margin-top:1px;
}
.text.headline{
	font-size:20px;
}
.panel.grey p.text {
	font-size:14px;
}
p.small-text {
	font-size:13px;
	text-transform:uppercase;
	line-height:1.4;
	margin-bottom: 0.5rem;
	font-weight:700;
}
.panel.story p.small-text {
	margin-bottom:30px;
	border-top:1px solid #d8d8d8;
	padding-top:5px;
}
p.small-text.heading {
	font-size:16px;
	margin-top:5px;
	padding-top:0 !important;
}
.panel.story p.small-text.heading {
	margin-top:0;
	margin-bottom: 1.25rem;
	border-top:none;
	padding-top:0;
}
.text-center p.small-text.heading {
	display:inline-block;
	margin:auto;
}
.top-banner {
	margin:-15px -10px 10px -53px;
	padding:25px 0 25px 80px;
}
.top-banner.green {
	background:url("../img/top-banner-green.png") no-repeat 0 0;
}
.top-banner.red {
	background:url("../img/top-banner-red.png") no-repeat 0 0;
}
.top-banner p.small-text.heading {
	margin-top:0;
	color:#fff;
}
.top-banner a {
	color:#fff;
}
p.small-text.editor {
	background:url("../img/sprite.png") no-repeat -20px -440px;
	padding:1px 0 0 25px;
}
p.small-text.documents {
	background:url("../img/sprite.png") no-repeat -20px -740px;
	padding:1px 0 0 25px;
}
p.small-text.educational {
	background:url("../img/sprite.png") no-repeat -20px -2475px;
	padding:1px 0 0 25px;
}
p.small-text.organization {
	background:url("../img/sprite.png") no-repeat -20px -800px;
	padding:1px 0 0 25px;
}
p.small-text.news {
	background:url("../img/sprite.png") no-repeat -20px -830px;
	padding:1px 0 0 25px;
}
p.small-text.network {
	background:url("../img/sprite.png") no-repeat -20px -2700px;
	padding:1px 0 0 25px;
}
p.small-text.academic {
	background:url("../img/sprite.png") no-repeat -20px -890px;
	padding:1px 0 0 25px;
}
.top-banner p.small-text.academic {
	background:url("../img/sprite.png") no-repeat -20px -1355px;
	margin-left:-25px;
}
p.small-text.job {
	background:url("../img/sprite.png") no-repeat -20px -920px;
	padding:1px 0 0 25px;
}
p.small-text.job-closed {
	background:url("../img/sprite.png") no-repeat -20px -2525px;
	padding:1px 0 0 25px;
}
.top-banner p.small-text.job {
	background:url("../img/sprite.png") no-repeat -20px -1415px;
	margin-left:-25px;
}
p.small-text.map {
	background:url("../img/sprite.png") no-repeat -20px -950px;
	padding:1px 0 0 25px;
}
p.small-text.statistics {
	background:url("../img/sprite.png") no-repeat -20px -980px;
	padding:1px 0 0 25px;
}
p.small-text.trend {
	background:url("../img/sprite.png") no-repeat -20px -1099px;
	padding:1px 0 0 25px;
}
p.small-text.key {
	background:url("../img/sprite.png") no-repeat -20px -1218px;
	padding:1px 0 0 25px;
}
p.small-text.heading.key {
	background:url("../img/sprite.png") no-repeat -20px -1216px;
}
p.small-text.event {
	background:url("../img/sprite.png") no-repeat -20px -709px;
	padding:1px 0 0 25px;
}
.top-banner p.small-text.event {
	background:url("../img/sprite.png") no-repeat -20px -1384px;
	margin-left:-25px;
}
p.small-text.external {
	background:url("../img/sprite.png") no-repeat -20px -1325px;
	padding:1px 0 0 25px;
}
p.small-text.profile {
	background:url("../img/sprite.png") no-repeat -20px -1474px;
	padding:1px 0 0 25px;
}
p.small-text.twitterblack {
	background:url("../img/sprite.png") no-repeat -20px -51px;
	padding:1px 0 0 30px;
}
p.small-text.story {
	background:url("../img/sprite.png") no-repeat -20px -2248px;
	padding:1px 0 0 25px;
}
p.small-text.policy {
	background:url("../img/sprite.png") no-repeat -20px -2370px;
	padding:1px 0 0 25px;
}
p.small-text.expert {
	background:url("../img/sprite.png") no-repeat -20px -2399px;
	padding:1px 0 0 25px;
}
p.small-text.pwcontent {
	background:url("../img/sprite.png") no-repeat -20px -2610px;
	padding:1px 0 0 25px;
}
p.small-text.search {
	background:url("../img/sprite.png") no-repeat -20px -2447px;
	padding:1px 0 0 25px;
}
p.small-text.attachment {
	background:url("../img/sprite.png") no-repeat -20px -2849px;
	padding:1px 0 0 25px;
}
p.small-text.hazard_icon_67 {
	background:url("../img/sprite.png") no-repeat -20px -2948px;
	padding:1px 0 0 25px;
}
p.small-text.hazard_icon_56 {
	background:url("../img/sprite.png") no-repeat -20px -2998px;
	padding:1px 0 0 25px;
}
p.small-text.hazard_icon_58 {
	background:url("../img/sprite.png") no-repeat -20px -3048px;
	padding:1px 0 0 25px;
}
p.small-text.hazard_icon_59 {
	background:url("../img/sprite.png") no-repeat -20px -3098px;
	padding:1px 0 0 25px;
}
p.small-text.hazard_icon_60 {
	background:url("../img/sprite.png") no-repeat -20px -3147px;
	padding:1px 0 0 25px;
}
p.small-text.hazard_icon_61 {
	background:url("../img/sprite.png") no-repeat -20px -3198px;
	padding:1px 0 0 25px;
}
p.small-text.hazard_icon_62 {
	background:url("../img/sprite.png") no-repeat -20px -3248px;
	padding:1px 0 0 25px;
}
p.small-text.hazard_icon_63 {
	background:url("../img/sprite.png") no-repeat -20px -3298px;
	padding:1px 0 0 25px;
}
p.small-text.hazard_icon_64 {
	background:url("../img/sprite.png") no-repeat -20px -3346px;
	padding:1px 0 0 25px;
}
p.small-text.hazard_icon_65 {
	background:url("../img/sprite.png") no-repeat -20px -3398px;
	padding:1px 0 0 25px;
}
p.small-text.hazard_icon_103 {
	background:url("../img/sprite.png") no-repeat -20px -3447px;
	padding:1px 0 0 25px;
}
p.small-text.hazard_icon_68 {
	background:url("../img/sprite.png") no-repeat -20px -3498px;
	padding:1px 0 0 25px;
}
p.small-text.hazard_icon_69 {
	background:url("../img/sprite.png") no-repeat -20px -3547px;
	padding:1px 0 0 25px;
}
p.small-text.hazard_icon_70 {
	background:url("../img/sprite.png") no-repeat -20px -3598px;
	padding:1px 0 0 25px;
}
p.small-text.hazard_icon_71 {
	background:url("../img/sprite.png") no-repeat -20px -3646px;
	padding:1px 0 0 25px;
}
p.small-text.hazard_icon_72 {
	background:url("../img/sprite.png") no-repeat -20px -3698px;
	padding:1px 0 0 25px;
}
p.small-text.hazard_icon_73 {
	background:url("../img/sprite.png") no-repeat -20px -3749px;
	padding:1px 0 0 25px;
}
p.small-text.theme {
	background:url("../img/sprite.png") no-repeat -20px -3798px;
	padding:1px 0 0 25px;
}
p.small-text.tagged {
	background:url("../img/sprite.png") no-repeat -20px -3848px;
	padding:1px 0 0 25px;
}
.panel.grey p.small-text {
	text-transform:none;
	font-weight:500;
}
.panel.square-box p.small-text {
	text-transform:none;
	font-weight:500;
	font-size:14px;
}
p.small-text a {
	font-weight:700;
}
.panel.grey p.small-text a {
	font-weight:500;
}
p.small-text .lower {
	color:#717171;
}
.panel.grey p.small-text .lower {
	color:inherit;
}
p.small-text .normal {
	font-weight:400;
}
p.small-text .bigger {
	font-size:14px;
	display:inline-block;
	margin:10px 0;
}
p.small-text .biggest {
	font-size:15px;
}
p.small-text .first-letter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:21px;
	font-style:italic;
	margin-right:5px;
}
span.no-margin {
	position:relative;
	top:-1rem;
}
span.green {color:#86b73d;}
span.red {color:#F04124;}
a:not(.button).more {
	font-size:12px;
	font-weight:700;
	display:inline-block;
}
a:not(.button).more.bigger {
	font-size:16px;
}
a:not(.button).more.right {
	margin:12px 0 0 50px;
	font-size: 14px;
}
a:not(.button).more:after {
	width:0; 
	height: 0; 
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #4A68A6;
	content: "";
	position: relative;
	top:0;
	margin-left:7px;
	display:inline-block;
}
a:not(.button).more.bigger:after {
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #4A68A6;
}
a:not(.button).top:after {
	width:0; 
	height: 0; 
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid #4A68A6;
	content: "";
	position: relative;
	top:-3px;
	margin-left:7px;
	display:inline-block;
}
a:not(.button).tags {
	font-size:12px;
	font-weight:500;
	color:inherit;
	background:url("../img/sprite.png") no-repeat 20px -590px;
	padding-right:20px;
	margin-top:12px;
}
a.remove {
	background:url("../img/sprite.png") no-repeat -20px -320px;
	padding:3px 0 0 20px;
	font-size:13px;
	color:#3b3b3b;
	font-weight:500;
	margin-bottom:20px;
}
a.add {
	background:url("../img/sprite.png") no-repeat -20px -350px;
	padding:3px 0 0 20px;
	font-size:13px;
	color:#3b3b3b;
	font-weight:500;
	margin-bottom:15px;
}
a:not(.button).email {
	background:url("../img/sprite.png") no-repeat -20px -2069px;
	padding:2px 0 0 30px;
	font-size:13px;
	color:#3b3b3b;
	font-weight:500;
}
.large-3 .location-data li a:not(.button).email {
	color:#4a68a6;
	text-transform:none;
	display:inline-block;
	max-width:178px;
	word-wrap:break-word;
	background-position:-20px -2065px;
}
a.phone {
	background:url("../img/sprite.png") no-repeat -20px -1885px;
	padding:3px 0 0 30px;
	font-size:13px;
	font-weight:500;
}
.large-3 .location-data li a.phone {
	display:inline-block;
	max-width:178px;
	word-wrap:break-word;
}
span.fax {
	background:url("../img/sprite.png") no-repeat -20px -1975px;
	padding:3px 0 0 30px;
	font-size:13px;
	font-weight:500;
}
.large-3 .location-data li span.fax {
	display:inline-block;
	max-width:178px;
	word-wrap:break-word;
}
a.people {
	background:url("../img/sprite.png") no-repeat -20px -1473px;
	padding:3px 0 0 30px;
	font-size:13px;
	color:#3b3b3b;
	font-weight:500;
}
a.website {
	background:url("../img/sprite.png") no-repeat -20px -1836px;
	padding:3px 0 0 30px;
	font-size:13px;
	font-weight:500;
}
.large-3 .location-data li a.website {
	text-transform:none;
	display:inline-block;
	max-width:178px;
	word-wrap:break-word;
}
a.photo {
	background:url("../img/sprite.png") no-repeat -20px -530px;
	width:16px;
	height:17px;
	display:inline-block;
}
a.photo:hover, a.photo:focus, a.photo:active, a.photo.selected {
	background:url("../img/sprite.png") no-repeat -20px -230px;
}
a.video {
	background:url("../img/sprite.png") no-repeat -20px -469px;
	width:16px;
	height:14px;
	display:inline-block;
}
a.video:hover, a.video:focus, a.video:active, a.video.selected {
	background:url("../img/sprite.png") no-repeat -20px -199px;
}
ul.two-columns {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
ul.two-columns:not(*:root) {list-style-position:inside;margin-left:0;} /* Chrome hack */
:root ul.two-columns {list-style-position:inside;margin-left:0;}
ul.two-columns li{
	overflow:hidden;
}
/*
ul.three-columns {
	list-style-type:none;
	margin:0;
	overflow:hidden;
}
ul.three-columns li{
	float:left;
	width:30%;
	margin-left:5%;
	margin-bottom:10px;
}
*/
span.option-title{
	display:block;
	font-weight:700;
	white-space:normal;
	color:#3b3b3b;
}
span.option-subtitle{
	display:block;
	white-space:normal;
	color:#3b3b3b;
}
.check-button {
	display:inline-block;
	border-radius: 3px;
	padding:12px 10px 0 10px;
	margin-right:10px;
	margin-bottom:10px;
}
.check-button.grey {
	background-color:#707070;
}
.check-button.dark {
	background-color:#3a3a3a;
}
.check-button.expert {
	padding-right:35px;
	background-image:url("../img/sprite.png");
	background-position:right -1027px;
	background-repeat:no-repeat;
}
.check-button input[type="checkbox"] + label {
	color:#fff;
	font-weight:400;
	font-size:13px;
	margin-right:0;
}
input[type="text"].datepick {
	width:90%;
}
.longlabel input {
	float:left;
	margin-top:3px;
}
.longlabel input[type="checkbox"] + label {
	width:90%;
}
textarea.tall {
	min-height:87px;
}
.bigText label, .bigText textarea {
	font-size:14px;
}
.bigText textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
}
form span.optional {
	font-size:12px;
	color:#a0a0a0;
	margin-left:7px;
}
.table1 {
	width:100%;
}
.table1 span {
	display:block;
}
.table1 td:last-child {
	text-align:center;
}
.table1 td:last-child a.remove {
	padding-left:16px;
/*	background-position:-20px -169px;*/
}
.table2 {
	width:100%;
	border-radius:3px;
	border-collapse: inherit;
}
.table2 th, .table2 td {
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
	font-size:16px;
}
.table2 th.lower{
	text-align:center;
	font-weight:400;
}
.table2 td{
	text-align:center;
	padding: 0.7rem 0.625rem 0.6rem;
	font-size:13px;
}
.table2.columns-2 td{
	width:50%;
}
.table2.columns-3 td{
	width:33%;
}
.table2.columns-4 td{
	width:25%;
}
.table2 th:last-child, .table2 td:last-child {
  border-right:none;
}
.table2 tr:last-child td {
  border-bottom:none;
}
.table2 td.labels{
	font-weight:700;
	text-align:left;
}
.table2 td.labels.sublevel{
	padding-left:2.5rem;
}
.table2.inverted tr.even, .table2.inverted tr.alt, .table2.inverted tr:nth-of-type(n) {
  background: none repeat scroll 0 0 #f9f9f9;
}
.table2.inverted tr.even, .table2.inverted tr.alt, .table2.inverted tr:nth-of-type(2n) {
  background: none repeat scroll 0 0 #fff;
}
.table2.text-left th, .table2.text-left td {
	text-align:left;
	border-right:none;
}
.table2.text-left th:first-child, .table2.text-left td:first-child {
	border-right:1px solid #dddddd;
}
.table2.text-left th.lower span {
	font-size:13px;
}
.table2.text-left .total td {
	border-top:1px solid #222;
	font-weight:700;
}
.table2.text-left .total td:first-child {
	font-size:16px;
}
.table2.hfa-progress thead {
  background:#fff;
}
.table2.hfa-progress thead th, .table2.hfa-progress thead td{
	width:12.5%;
	text-align:center;
	padding-bottom: 0.3rem;
}
.table2.hfa-progress tbody td{
	padding: 0.4rem 0.625rem 0.3rem;
}
.table2.hfa-progress tr.separator td{
	border-top:1px solid #222;
}
.table2.hfa-progress .labels{
	white-space:nowrap;
}
.table2.hfa-progress .labels.big{
	font-size:16px;
}
.table2.hfa-progress .labels.small{
	font-size:12px;
}
.table2.hfa-progress .progress{
	width:100%;
	margin:0;
	padding:3px 0;
	background-color:transparent;
	border:none;
}
.table2.hfa-progress .progress .meter{
	background-color:#4a68a6 !important;
}
.table2.hfa-progress .light .progress .meter{
	background-color:#a4b3d2 !important;
}
.table3 {
	border:none;
	width:100%;
}
.table3 tr:nth-of-type(2n) {
	background-color:#fff;
}
.table3 td {
	padding-left:0;
	font-size:13px;
	border-bottom:1px solid #d8d8d8;
	font-family: Georgia, "Times New Roman", Times, serif;
	vertical-align:top;
}
.table3 tr:last-child td {
	border-bottom:none;
}
.table3 .labels {
	font-weight:700;
	text-transform:uppercase;
	width:40%;
	font-family: "DIN Next W01", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.small-photo {
	float:left;
	width:56px;
	margin-right:10px;
}
.separator-line {
	border-top:6px solid #d1d1d1;
	height:1px;
}
.separator-line.thin {
	border-top:1px solid #d1d1d1;
	margin-bottom:20px;
}
.separator-line.thin.module {
	margin-bottom:40px;
}
.separator-line.thin.spaced {
	margin-top:15px;
}
.popup {
	position:absolute;
	z-index:50;
	background:#fff;
	width:300px;
	padding-bottom:0;
	border-width:2px;
}
.panel.no-margin, .panel.location-data.no-margin {
	margin-bottom:0;
	border-bottom:none;
	border-bottom-right-radius:0;
	border-bottom-left-radius:0;
}
.panel.noback {
	background:none;
}
.panel.grey {
	background-color:#f3f3f3;
}
.panel.greyblue {
	background-color:#f5f7fa;
	border:none;
	padding:1.25rem 2.5rem;
	margin:0;
}
.panel.sand {
	background-color:#fcfbf9 !important;
	border:none;
}
.panel.data {
	padding:0.8rem 1.1rem 0.6rem;
}
.panel.data.color1 {
	background-color:#d9e8ff !important;
}
.panel.data.color2 {
	background-color:#f4fbff !important;
}
.panel.data.color3 {
	background-color:#eefeff !important;
}
.panel.data.color5 {
	background-color:#fff0fe !important;
}
.panel.data.color6 {
	background-color:#fff3f2 !important;
}
.panel.data .small-text{
	font-size:16px;
	margin-bottom:0;
}
.panel.data .small-text.big {
	font-size:44px;
	line-height:44px;
	margin-top:2px;
	text-transform:none;
}
.panel.data .small-text span{
	font-size:14px;
	font-weight:400;
}
.panel.gradient {
	padding:8px 10px 5px;
	color: #717171;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 400;
	font-size: 13px;
	line-height:20px;
	background-color:#fff;
	background: -webkit-linear-gradient(#fff, #f6f6f6); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#fff, #f6f6f6); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#fff, #f6f6f6); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#fff, #f6f6f6); /* Standard syntax (must be last) */
	border:1px solid #acb9bf;
	box-shadow: 0 2px 1px #ececec;
	border-radius:3px 0 3px 3px;
}
.panel.gradient.what {
	position:relative;
	top:-22px;
	z-index:10;
	margin-bottom:0;
	display:none;
}
.panel .panel.gradient.what {
	top:-21px;
}
_:-ms-input-placeholder, :root .panel.gradient.what { /* IE 10+ */
	top:-23px;
}
_:-ms-lang(x), _:-webkit-full-screen, .panel.gradient.what { /* MS Edge */
	top:-23px !important;
}
_:-ms-input-placeholder, :root .panel .panel.gradient.what { /* IE 10+ */
	top:-22px;
}
_:-ms-lang(x), _:-webkit-full-screen, .panel .panel.gradient.what { /* MS Edge */
	top:-22px !important;
}
.panel.gradient.what h4{
	padding-top:0.8rem;
}
.panel.gradient.what a{
	color:#3b3b3b;
}
.panel.gradient .close{
	text-align:right;
}
.panel.gradient .close a{
	font-family: "DIN Next W01", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: 500;
	color:#717171;
}
.panel.callout {
	background: none repeat scroll 0 0 #e4f3f4;
	border-color: #cfd6d9;
}
.panel.callout.no-padding-bottom {
	padding-bottom:0;
}
.panel.callout a:not(.button) {
  color: #4A68A6;
}
.panel.yellow {
	background:#fefae6 url("../img/ribbon-small.png") no-repeat center top;
	text-align:center;
	font-size:14px;
	border-radius: 0 0 3px 3px;
}
.panel.header {
	border-radius: 0 0 3px 3px;
}
.panel.grouped {
	margin-bottom:0;
	border-radius:0;
	border-bottom:none;
}
.panel.photo {
	padding:3px;
	display:inline-block;
	margin:0 0 1rem;
}
.panel.square-box {
	display:table-cell;
	vertical-align:middle;
}
.panel.square-box.top {
	vertical-align:top;
}
.panel.three-cols {
	padding-top:0;
	padding-bottom:0;
}
.panel.three-cols .columns {
	padding-top:1.25rem;
	padding-bottom:1.25rem;
}
.panel.three-cols .columns:last-child {
	border-left:1px solid #d8d8d8;
}
.sub-menu {
	list-style:none;
	margin:0;
	padding:0;
	text-align:left;
}
.sub-menu li {
	position:relative;
}
#contentPage .sub-menu .current:after {
	width:0; 
	height:0; 
	border-left: 8px solid #fff;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	content: "";
	position: absolute;
	right:-18px;
	top:12px;
	margin: 0 0.66667rem;
	display:inline-block;
}
#contentPage .sub-menu .current > div:after {
	width:0; 
	height:0; 
	border-left: 8px solid #cfd6d9;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	content: "";
	position: absolute;
	right:-19px;
	top:12px;
	margin: 0 0.66667rem;
	display:inline-block;
}
.sub-menu a, .sub-menu span {
	display:block;
	background-color:#f4f4f4;
	padding:7px 12px;
	font-size:14px;
	color:#717171;
	border-top:1px solid #d8d8d8;
}
.sub-menu li:first-child a, .sub-menu li:first-child span {
	border-radius:3px 3px 0 0;
	border-top:none;
}
.sub-menu li:last-child a, .sub-menu li:last-child span {
	border-radius:0 0 3px 3px;
}
.sub-menu .current a, .sub-menu .current span {
	background-color:#fff;
	font-weight:700;
}
.steps {
	width:258px;
	height:22px;
	float:right;
	margin-right:5px;
}
.step-0 {
	background:url("../img/steps-0.png") no-repeat 0 0;
}
.step-1 {
	background:url("../img/steps-1.png") no-repeat 0 0;
}
.step-2 {
	background:url("../img/steps-2.png") no-repeat 0 0;
}
.step-3 {
	background:url("../img/steps-3.png") no-repeat 0 0;
}
.step-4 {
	background:url("../img/steps-4.png") no-repeat 0 0;
}
.steps-text span {
	display:table-cell;
	height:22px;
	font-size:12px;
	font-weight:700;
	text-align:right;
	padding-right:6px;
	vertical-align:middle;
}
.steps-text span.off {
	background:url("../img/steps-off.png") no-repeat right 0;
}
.steps-text span.off:first-child {
	background:url("../img/steps-off-first.png") no-repeat 0 0;
	width:21px;
}
.steps-text span.off:last-child {
	background:url("../img/steps-off-last.png") no-repeat right 0;
	font-size:20px;
	padding-right:7px;
}
.steps-text span.on {
	background:url("../img/steps-on.png") no-repeat right 0;
	color:#fff;
	padding-top:1px;
}
.steps-text span.on.last {
	background:url("../img/steps-on-last.png") no-repeat right 0;
}
.steps-text span.on.last:first-child {
	background:url("../img/steps-on-last-first.png") no-repeat 0 0;
}
.steps-text span.on:first-child {
	background:url("../img/steps-on-first.png") no-repeat right 0;
	width:21px;
}
.steps-text span.on:last-child {
	background:url("../img/steps-on-last-last.png") no-repeat right 0;
	font-size:20px;
	padding-right:6px;
}
.form-section {
	border-bottom:1px solid #d8d8d8;
	padding:1.25rem 1.25rem 0;
	overflow:hidden;
}
.form-section:last-child {
	border-bottom:none;
}
.form-section.button-section {
	padding-top:0;
	margin-top:-1px;
}
.form-subsection {
	border-bottom:1px dashed #d8d8d8;
	margin:0 -1.25rem 15px;
}
.form-subsection:last-child {
	border-bottom:none;
	margin-bottom:0;
}
.form-subsection > div {
	padding:0 1.25rem;
}
.field-extra {
    position: relative;
    top: -0.5rem;
}
.field-extra.standalone {
    top:0;
}
.field-extra, .field-extra label {
	font-size:13px;
	color:#a0a0a0;
	font-weight:400;
}
.field-extra input[type="checkbox"] + label {
	display:inline;
}
.field-extra a, .field-extra .has-tip {
	font-weight:700;
	margin-top:4px;
}
.fileUpload {
	display:block;
	font-size:12px;
	margin-bottom:5px;
	font-weight:500;
	line-height:1;
}
.language {
	position:relative;
}
.language span {
	background:url("../img/sprite.png") no-repeat -20px -380px;
	width:16px;
	height:16px;
	position:absolute;
	z-index:5;
	top:10px;
	left:10px;
}
.language select {
	padding-left:30px;
	margin-top:0;
}
.language select:not(*:root) {padding-top:5px;} /* Chrome hack */
.photo-caption {
	font-size:13px;
	text-align:right;
	margin-top:20px;
	line-height:1.5em;
}
.full-left .photo-caption {
	text-align:left;
	margin-left:40px;
}
.full-right .photo-caption {
	text-align:right;
	margin-right:20px;
}
.photo-caption span {
	color:#717171;
	display:block;
}
.image-container {
	position:relative;
}
.image-mouseover {
    background-color: rgba(147, 45, 24, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	text-align:center;
	padding-top:35%;
}
.image-mouseover p {
    background-color: rgba(111, 30, 13, 0.8);
	color:#fff;
	font-size:24px;
	font-weight:500;
	text-align:left;
    width: 100%;
	padding:20px;
    position: absolute;
    bottom:-20px;
}
.image-mouseover a.image-more {
	color:#fff;
	font-size:14px;
	font-weight:500;
	background:url("../img/sprite.png") no-repeat -10px -1140px;
	padding-bottom:40px;
}
form.countries {
	background:url("../img/placeholders/u104.png") no-repeat left top;
	padding:150px 0 10px 40px;
}
form.countries .button {
	margin-bottom:0;
	margin-top:15px;
}
.banner {
	margin-left:-54px;
}

/* page section styles */
#PWRibbon {
	background:#3b3b3b url("../img/ribbon.png") no-repeat scroll center bottom / 100% 4px;
	height:4px;
	margin-bottom:30px;
}
/*PWheader (adapt existing version) */
.contentContainer {
	width: auto;
    margin: auto;
    text-align: left;
}
.baseContainer .row {
	padding:0 19px;
}
.bg-black {
    background-color: #000;
}
.hfaRibbon {
    background:#e74934 url('../img/ribbon.png') no-repeat top center;
    background-size:100% 4px;
    height:4px;
}
#top-header {
    background-color: #000;
    height: 43px;
}
#top-header .wrapper {
    margin: 0 auto;
    background-color: #fff;
    font-family: 'DIN Next W01', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 43px;
}
#top-header li.current a {
    color: #FFF;
}
#top-header a {
    color: #CCC;
}
#top-header ul {
	margin:0;
	line-height:inherit;
}
#top-header ul li {
    float: left;
    color: #FFF;
    display: inline-block;
    font-family: 'DIN Next W01', Arial, Helvetica, sans-serif;
    font-size: 16px;
	font-weight:700;
    margin-right: 40px;
}
#top-header .icon-menu {
    cursor: pointer;
    float: right;
    position: relative;
    top: 11px;
}
#top-menu.wrapper {
    position: relative;
}
.top-dropdown-menu {
    background-color: #25292F;
    display: none;
    position: absolute;
    right: 0;
    width: 320px;
    z-index: 9999;
}
.top-dropdown-menu ul {
    display: inline-block;
    margin: 20px 0 0;
    padding: 0;
    width: 340px;
}
.top-dropdown-menu ul li {
    display: block;
    list-style: none outside none;
    padding-bottom: 10px;
    padding-left: 24px;
    text-align: left;
}
.top-dropdown-menu ul li a {
    color: #FFFFFF;
    font-family: 'DIN Next W01', Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
}
.top-dropdown-menu a.closer {
    color: #FFFFFF;
    font-family: 'DIN Next W01', Arial, Helvetica, sans-serif;
    padding: 1em;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}
.headerContainer {
    display:block;
    clear:both;
    font-family: 'DIN Next W01';
	padding-top:20px;
}
.headerContainerCol1 {
    display: table-cell; 
    vertical-align: middle;
	width: auto;
	float:left;
	height:auto;
	margin-top:5px;
}
.headerContainerCol2 {
    display: table-cell; 
    vertical-align: middle;
    text-align:right;
    font-size:13px;
	width: auto;
	float:right;
	height:auto;
	position:relative;
}
.headerContainer .search-bar {
    height: 33px;
    background-color: #FFF;
    border: 1px solid #ccc;
    position:relative;
    width:280px;
}
.headerContainer .search-bar .search-button {
    position:absolute;
    top:1px;
    right:1px;
}
.headerContainer .search-bar  .dropdown {
    position: absolute;
    width: 40px;
    height: 28px;
    top: 2px;
    right: 35px;
    border:none;
    background:url('../img/search-button.png') no-repeat;
}
.ie9 .headerContainer .search-bar  .dropdown, 
.ie8 .headerContainer .search-bar  .dropdown {
    right:36px;
}
.headerContainer .search-bar  .search-field {
    float: left;
    margin: 5px 0 0 8px;
    font: 8pt Verdana;
    color: #888;
    height: 20px;
    line-height: 18px;
    padding: 0;
    background: transparent;
    border: 0;
    width: 230px;
    outline: 0;
}

/*PWheader*/
#PWHeader {
	background:#fff;
}
#PWHeader #claim {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#868383;
	text-align:right;
	margin-top:7px;
}
#PWHeader .row {
	padding:0 19px;
}
#PWHeader .line {
	padding:1px 0 0;
	background:url("../img/background-line.png") repeat-x left top;
	margin:25px auto 20px;
}
#PWHeader #mainMenu {
	font-size:14px;
	text-transform:uppercase;
	font-weight:700;
}
#mainMenu.inline-list > li {
  margin-left: 2.5rem;
}
#mainMenu.inline-list > li:first-child {
  margin-left: 1.375rem;
}
#PWHeader #mainMenu a{
	color:#3b3b3b;
}
#PWHeader #mainMenu .current a{
	color:#4a68a6;
}
#PWHeader #mainMenu span{
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform:lowercase;
	color:#959595;
	font-style:italic;
	font-weight:400;
}
#PWHeader .subscribe{
	background:url("../img/sprite.png") no-repeat right -2070px;
	color:#717171;
	font-size:13px;
	font-weight:700;
	padding:2px 30px 0 0;
	margin-top:5px;
	margin-right:-8px;
}
#PWHeader #currentUser {
	padding-right:25px;
	border-right:1px solid #4a68a6;
	margin-right:7px;
}
#PWHeader #currentUser:after {
	width:0;
	height:0;
	border-top:6px solid #4a68a6;
	border-left:6px solid transparent;
	border-right:6px solid transparent;
	content:"";
	position:absolute;
	right:42px;
	top:3px;
	margin:0 0.66667rem;
	display:inline-block;
}
#PWHeader #userPopup {
	right:0;
	top:21px;
}
#PWHeader #userPopup:before {
	width:0; 
	height:0; 
	border-bottom: 8px solid #D8D8D8;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	content: "";
	position: absolute;
	top:-8px;
	left:222px;
	margin: 0 0.66667rem;
	display:inline-block;
}
#PWHeader #userPopup > div:before {
	width:0; 
	height:0; 
	border-bottom: 8px solid #f4f4f4;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	content: "";
	position: absolute;
	top:-6px;
	left:222px;
	margin: 0 0.66667rem;
	display:inline-block;
}
#PWHeader #userPopup .close-popup {
	margin-top:-5px;
}


#PWContent {
	background-color:#F3EDE4;
	position:relative;
}
#PWContent .background {
	background:#F3EDE4 url("../img/background-block.png") repeat-x scroll center top;
	width:100%;
	height:400px;
	position:absolute;
	z-index:5;
}
#PWContent .background.color01 {
	background-color:rgba(40,84,148,1);
}
#PWContent .background.color02 {
	background-color:rgba(71,135,164,1);
}
#PWContent .background.color03 {
	background-color:rgba(231,73,52,1);
}
#PWContent .background.color04 {
	background-color:rgba(88, 67, 88, 0.957);
}
#PWContent .row.full {
	margin:0 -65px;
}
#PWContent .row.full.module {
	margin:0 -65px 40px;
}
#PWContent .panel .row.full {
	margin:-20px -20px 20px;
}
#PWContent .row.full .large-6:first-child {
	padding-right:0;
	border-right:1px solid #d1d1d1;
}
#PWContent .row.full .large-6:last-child {
	padding-left:0;
}
#PWContent .row.full .large-6 > *:not(.image-container) {
	padding:0 40px;
}
#PWContent .row.full .large-6 .image-container {
	margin-bottom:20px;
}
#PWContent .row.full-right {
	margin-right:-45px;
	margin-left:-45px;
	padding-left:25px;
}
#PWContent .row.full-right .columns:last-child{
	padding-right:0;
	margin-right:0;
}
#PWContent .row.full-left {
	margin-right:-45px;
	margin-left:-45px;
	padding-right:25px;
}
#PWContent .large-9 .row.full-left {
	margin-left:-40px;
}
#PWContent .panel .row.full-left {
	margin-left:-20px;
}
#PWContent .row.full-left .columns:first-child{
	padding-left:0;
	margin-left:0;
}
#PWContent .row.separator-full {
	border-top:1px solid #d1d1d1;
	height:1px;
	margin-right:-45px;
	margin-left:-45px;
}
#PWContent .large-9 .row.separator-full {
	margin-right:-25px;
	margin-left:-40px;
}
#PWContent .large-3 .row.separator-full {
	margin-left:-25px;
	margin-right:-40px;
	margin-bottom:20px;
}
#PWContent .panel .row.separator-full {
	margin:20px -20px 30px;
}
#PWContent .row.preview-band {
	margin-left:-45px;
	margin-right:-45px;
	background-color:#3b3b3b;
	margin-top:-30px;
	padding-top:30px;
	height:95px;
}
#PWContent .row.preview-band.preview {
	border-bottom:10px solid #f04124;
}
#PWContent .row.preview-band.published {
	border-bottom:10px solid #86b73d;
}
#PWContent .row.preview-band .large-9 {
	color:#fff;
	padding:0 0 0 40px;
	width:75%;
}
#PWContent .row.preview-band .large-7 {
	color:#fff;
	padding:0 0 0 40px;
	width:58.3333%;
}
#PWContent .row.preview-band .large-5 {
	padding:0 40px 0 0;
	width: 41.6667%;
}
#PWContent .row.preview-band .large-3 {
	padding:0 40px 0 0;
	width: 25%;
}
#PWContent .row.preview-band h1 {
	font-size:21px;
	background:url("../img/sprite.png") no-repeat -20px -1443px;
	padding-left:25px;
	line-height:1;
}
#PWContent .row.preview-band h1 span{
	font-style: normal;
	font-size:14px;
}
#PWContent .row.preview-band .button {
	box-shadow:none;
}
#PWContent .row.preview-band .button {
	border:none;
}
#PWContent .breadcrumbs{
  background:none;
  border:none;
  padding-left:0;
  margin:13px 0 10px 0;
  position:relative;
  z-index:10;
  left:-5px;
}
#PWContent .breadcrumbs > * {
  font-size:15px;
  font-weight:500;
  letter-spacing:2px;
}
#PWContent .breadcrumbs > * a {
  color: #fff;
}
#PWContent .breadcrumbs > *:before {
	width:0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #a4c3d2;
	content: "";
	position: relative;
	top:0;
	margin: 0 0.66667rem;
	display:inline-block;
}
#PWContent .breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
  border-left:none;
}

#contentPage {
	background:#fff;
	padding-top:30px;
	border-bottom:1px solid #b4afa9;
	position:relative;
	z-index:10;
	min-height:370px;
}
#contentPage #pageTitle {
	margin-bottom:20px;
	position:relative;
}
#contentPage .popup.tag-search {
	right:100px;
	top:7px;
}
#contentPage .popup.tag-search.main {
	right:270px;
	top:-12px;
}
#contentPage .popup.tag-search:after {
	width:0; 
	height:0; 
	border-left: 8px solid #fff;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	content: "";
	position: absolute;
	right:-18px;
	top:20px;
	margin: 0 0.66667rem;
	display:inline-block;
}
#contentPage .popup.tag-search > div:after {
	width:0; 
	height:0; 
	border-left: 8px solid #cfd6d9;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	content: "";
	position: absolute;
	right:-20px;
	top:20px;
	margin: 0 0.66667rem;
	display:inline-block;
}
#contentPage .popup .close-popup {
	background:#fff url("../img/sprite.png") no-repeat -20px -140px;
	width:20px;
	height:20px;
	display:inline-block;
}
#contentPage .popup label, #contentPage .f-dropdown label {
	font-size:14px;
}
#contentPage .popup .panel, #contentPage .f-dropdown .panel {
	background-color:#fff;
	font-size:13px;
	padding:0.8rem;
	line-height: 1.2rem;
}
#contentPage .popup .panel span, #contentPage .f-dropdown .panel span {
	font-size:14px;
	font-weight:700;
}
#contentPage .popup .panel span, #contentPage .f-dropdown .panel span.lower {
	font-weight:400;
	color:#717171;
	font-size:13px;
}
#contentPage .popup .panel a, #contentPage .f-dropdown .panel a {
	font-weight:700;
}
#contentPage #sharePopup .social-buttons {
	margin-bottom:1rem;
}
#contentPage #sharePopup .twitter-share-button {
	margin-left:10px;
	position:relative;
}
#contentPage #sharePopup .twitter-share-button:not(*:root) {top:2px;} /* Chrome hack */
body:last-child #contentPage #sharePopup .twitter-share-button, x:-moz-any-link, x:default {/*top:4px;*/top:8px;} /* Firefox hack */
#contentPage #profilePhotoBig {
	position:absolute;
	z-index:10;
	left:-20px;
	top:0;
}
#contentPage .panel #profilePhotoBig {
	left: auto;
	top: auto;
}
#contentPage .row .row #profilePhotoBig {
/*	left:-15px;
	margin-right:30px;*/
	float:left;
	width:260px;
	position:static;
}
#contentPage .row .row .photo #profilePhotoBig {
	position:absolute;
}
#contentPage #profilePhoto {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:260px;
	height:340px;
	position:relative;
	z-index:20;
	padding-right:40px;
	padding-bottom:80px;
	color:#fff;
}
#contentPage #profilePhoto.message {
	position:absolute;
	top:110px;
	padding:0;
	height:auto;
}
#contentPage .panel #profilePhoto {
	padding:0;
	height:260px;
}
#contentPage #profilePhoto img {
	border:5px solid #fff;
}
#contentPage .panel #profilePhoto img {
	border:none;
}
#contentPage #signUp {
	text-align:center;
	background:#F3F3F3 url("../img/background-signup.png") no-repeat left bottom;
	padding-bottom:90px;
}
#contentPage #signUp p {
	font-size:14px;
}
#contentPage #logIn {
	font-size:12px;
	background: -webkit-linear-gradient(#f3f3f3, #eaeaea);
	background: -o-linear-gradient(#f3f3f3, #eaeaea);
	background: -moz-linear-gradient(#f3f3f3, #eaeaea);
	background: linear-gradient(#f3f3f3, #eaeaea);
	padding:20px 15px;
}
#contentPage #askQuestion, #contentPage .question, #contentPage .answer {
	position:relative;
}
#contentPage #askQuestion:before {
	width:0; 
	height:0; 
	border-bottom: 8px solid #cfd6d9;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	content: "";
	position: absolute;
	top:-9px;
	left:0;
	margin: 0 0.66667rem;
	display:inline-block;
}
#contentPage #askQuestion > div:before {
	width:0; 
	height:0; 
	border-bottom: 8px solid #E4F3F4;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	content: "";
	position: absolute;
	top:-8px;
	left:0;
	margin: 0 0.66667rem;
	display:inline-block;
}
#contentPage #askQuestion h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:21px;
	font-style:italic;
	line-height: 1.4;
	font-weight:400;
}
#contentPage .question {
	background-color:#fff;
	padding-bottom:0;
}
#contentPage .session .question {
	margin-top:30px;
}
#contentPage .question:before {
	width:0; 
	height:0; 
	border-bottom: 8px solid #D8D8D8;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	content: "";
	position: absolute;
	top:-8px;
	left:0;
	margin: 0 0.66667rem;
	display:inline-block;
}
#contentPage .question > div:before {
	width:0; 
	height:0; 
	border-bottom: 8px solid #fff;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	content: "";
	position: absolute;
	top:-7px;
	left:0;
	margin: 0 0.66667rem;
	display:inline-block;
}
#contentPage .question .text p {
	font-size:14px;
	line-height: 1.8;
}
#contentPage p.questioner {
	font-size:13px;
}
#contentPage p.questioner span {
	display:block;
	font-weight:700;
}
#contentPage p.questioner a {
	font-weight:700;
}
#contentPage .answer {
	background-color:#fffffb;
	border-color:#aaca7c;
	padding:20px 25px 30px;
}
#contentPage .answer.no-padding-bottom {
	padding:20px 25px 5px;
}
#contentPage .answer:before {
	width:0; 
	height:0; 
	border-bottom: 8px solid #aaca7c;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	content: "";
	position: absolute;
	top:-8px;
	left:0;
	margin: 0 0.66667rem;
	display:inline-block;
}
#contentPage .answer > div:before {
	width:0; 
	height:0; 
	border-bottom: 8px solid #fffffb;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	content: "";
	position: absolute;
	top:-7px;
	left:0;
	margin: 0 0.66667rem;
	display:inline-block;
}
#contentPage .answer p.relates {
	font-size:15px;
	font-weight:700;
}
#contentPage #countdown {
	border-radius:10px;
	border:4px solid #D8D8D8;
	background-color:#f3f3f3;
	position:relative;
}
#contentPage #countdown.top {
	border-radius:10px 10px 0 0;
	border-bottom:1px solid #D8D8D8;
}
#contentPage #countdown.bottom {
	border-radius: 0 0 10px 10px;
	border-top:none;
}
#contentPage #countdown div:first-child {
	border-radius:10px 0 0 10px;
	background-color:#fff;
	float:left;
	width:75px;
	padding:11px 10px 3px;
	border-right:1px solid #D8D8D8;
	font-size:48px;
	font-weight:700;
	text-align: center;
}
#contentPage #countdown div:first-child:not(*:root) {padding-top:0;} /* Chrome hack */
#contentPage #countdown.top div:first-child {
	border-radius:10px 0 0 0;
}
#contentPage #countdown.bottom div:first-child {
	border-radius: 0 0 0 10px;
}
#contentPage #countdown .left {
	font-size:15px;
	font-weight:700;
	line-height:1.3em;
	margin:12px 0 0 12px;
}
#contentPage #countdown .left:not(*:root) {margin-top:5px;} /* Chrome hack */
#contentPage #countdown span {
	position:absolute;
	z-index:10;
	top:-8px;
	left:28px;
	background:url("../img/sprite.png") no-repeat -20px -110px;
	width:16px;
	height:16px;
}
#contentPage .sessionNav, #contentPage .sessionNav ul {
	list-style:none;
	margin:0;
	font-weight:500;
	line-height:1.1;
	font-size:18px;
}
#contentPage .sessionNav.compact {
	font-size:14px;
	font-weight:700;
}
#contentPage .sessionNav li {
	border-bottom:1px solid #D8D8D8;
	margin-bottom:30px;
	padding-bottom:30px;
}
#contentPage .sessionNav.compact li {
	margin-bottom:15px;
}
#contentPage .sessionNav li:last-child {
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:0;
}
#contentPage .sessionNav li li {
	border-bottom:none;
	margin-bottom:0;
}
#contentPage .sessionNav a {
	line-height:1;
}
#contentPage .sessionNav p {
	font-size:12px;
	font-weight:700;
	margin-top:0.8rem;
	margin-bottom:0.5rem;
}
#contentPage .sessionNav p:last-child {
	margin-bottom:0;
}
#contentPage .sessionNav .date {
	font-size:13px;
	display:block;
}
#contentPage .sessionNav p span {
	display:block;
	color:#717171;
	font-weight:400;
}
#contentPage .sessionNav span a {
	font-weight:700;
}
#contentPage .thumbs {
	list-style:none;
	margin:0;
}
#contentPage .thumbs li{
	border-bottom:1px solid #d1d1d1;
	margin-bottom:20px;
	padding-bottom:20px;
	overflow:hidden;
}
#contentPage .thumbs li:last-child{
	border-bottom:none;
	padding-bottom:0;
}
#contentPage .thumbs div{
	display: table-cell;
}
#contentPage .thumbs h4{
	line-height:1.2;
}
#contentPage .thumbs .small-text{
	font-size:12px;
	line-height:1.2;
}
#contentPage .thumbs img{
	max-width:80px;
	float:left;
	margin-right:10px;
}
#contentPage #themesFilter, #contentPage .content-filter {
	padding:0 2px 0 0;
	margin-bottom:0;
}
#contentPage .scroll-viewport {
	overflow: auto;
	padding-right:10px;
	height:auto;
}
#contentPage .no-scroll .scroll-viewport {
	padding-right:0;
}
#contentPage #themesFilter .scroll-viewport {
	max-height:325px;
}
#contentPage .content-filter {
	border-radius:0;
	border-bottom:none;
}
#contentPage .content-filter:last-child {
	border-radius:0 0 3px 3px;
	border-bottom: 1px solid #d8d8d8;
}
#contentPage .content-filter .scroll-viewport {
	max-height:160px;
}
#contentPage .scroll-viewport ul {
	list-style:none;
	margin:0;
}
#contentPage .scroll-viewport label {
	margin:0;
	display:block;
	padding:12px 5px 10px 10px;
	border-bottom:1px solid #d8d8d8;
	border-right:1px solid #d8d8d8;
}
#contentPage .scroll-viewport input {
	float: left;
    margin: 1px 10px 0 0;
}
#contentPage .sessions {
	margin-bottom:40px;
	border-bottom:1px solid #d8d8d8;
}
#contentPage .session {
	font-size:14px;
	line-height:1.3;
}
#contentPage .session > a {
	display:block;
	font-weight:700;
	font-size:15px;
	margin-top:10px;
}
#contentPage .session > span {
	font-weight:700;
	font-size:15px;
}
.panel.location-data {
	padding:0;
	border-radius: 0 0 3px 3px;
}
.panel.location-data.no-select {
	border-radius:3px;
}
.location-data ul {
	list-style:none;
	margin:0;
	padding:0;
	font-size:13px;
}
.location-data.no-panel ul {
	border-bottom:1px solid #d8d8d8;
}
.location-data.no-panel.border-top ul {
	border-top:3px solid #b7b7b7;
	border-bottom:none;
	padding:0 10px;
}
.location-data li {
	border-top:1px solid #d8d8d8;
	padding:10px 20px 7px 20px;
	overflow:hidden;
}
.location-data ul:first-child li:first-child {
	border-top:none;
}
.location-data li:last-child {
	border-radius:0 0 3px 3px;
}
.location-data li.full {
	padding:0;
}
.location-data li.info {
	background-color:#f9f9f9;
}
.location-data.no-panel li {
	padding-left:0;
}
.location-data.no-panel  ul:first-child li:first-child {
	border-top:1px solid #d8d8d8;
}
.location-data.no-panel.border-top  ul:first-child li:first-child {
	border-top:none;
}
.location-data li.info .has-tip {
  background:#f9f9f9 url("../img/sprite.png") no-repeat scroll -20px -1628px;
  margin:10px 10px 10px 0;
}
.location-data li p.small-text.heading {
  font-size: 14px;
}
.location-data li span {
	display:block;
	text-transform:uppercase;
}
.location-data li a {
	text-transform:uppercase;
	font-weight:700;
}
.location-data.icon li a {
	text-transform:none;
	font-weight:700;
	font-size:14px;
}
.location-data.double li a {
	text-transform:none;
	font-weight:500;
	display:block;
}
.location-data.double li span {
	text-transform:none;
	font-weight:500;
}
.location-data.double li table {
	border:none; margin-bottom:0;width:100%;
}
.location-data.double li td {
	padding:0;line-height:inherit;color:inherit;font-size:inherit;vertical-align:middle;
}
.location-data.double li .digit {
	text-align:right;
	width:36px;
}
.location-data.double li .large {
	width:36px;
}
.location-data.double li td span {
	display:inline-block;text-align:center;background-color: #e9e9e9;border-radius: 40px;line-height:13px;
}
.location-data.double li .large span {
	padding:14px 0;margin-right:-4px;width:42px;
}
.location-data.double li .medium span {
	padding:8px 0;margin-right:-4px;width:31px;
}
.location-data.double li .small span {
	padding:4px 0;margin-right:-4px;width:21px;
}
.location-data li.contacts p {
	margin-bottom:0;
	margin-top:5px;
}
.module.documents {
  padding: 0 2px 0 0;
}
.module.documents.no-scroll {
  padding:0;
}
.module.documents li {
  border-bottom: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  overflow:hidden;
}
.module.documents li:last-child {
  border-bottom:none;
}
.module.documents.no-scroll li {
  border-right:none;
}
.module.documents li a {
	display:block;
	padding: 12px 60px 10px 15px;
	font-weight:500;
}
.module.documents li a span {
	display:block;
	color:#3b3b3b;
	font-weight:400;
}
#eventDocuments .scroll-viewport {
	max-height:290px;
}
#eventLinks .scroll-viewport {
	max-height:290px;
}
#eventTitles.module.documents li, #eventTitles.module.documents li span {
	font-size:12px;
}
#eventTitles.module.documents li:first-child {
	display:block;
	padding: 12px 60px 10px 15px;
	color:#717171;
}
.title-widget input[type="text"] {
	margin:0;
	border-radius:3px 3px 0 0;
}
.title-widget .module.documents {
	border-top:none;
}
.meta-links ul {
	list-style:none;
	margin:0;
	padding:0;
}
.meta-links li {
	padding:20px 0 0;
}
.meta-links li:first-child {
	padding-top:0;
}
.meta-links li.main-link {
	border-bottom:1px solid #d8d8d8;
	padding:0 0 15px;
}
.meta-links p.small-text{
  font-size: inherit;
  text-transform: none;
  margin-bottom:0;
  line-height: 1.2;
}
.meta-links p.small-text a{
  font-weight: 500;
}
.meta-links p.small-text span{
  font-weight: 400;
  margin-left:5px;
}
.slider.main-feature .row{
	margin: 0 -21px;
}
.slider.main-feature .slides{
	background-color:#f8f8f8;
}
.slider.main-feature h2{
	margin-top:20px;
}
.slider.main-feature .panel.noback {
	padding:2.5rem 0;
	text-align:center;
}
#risk-hazard-carousel .flex-control-nav {
	position:absolute;
	width:364px;
	bottom:0;
	right:39px;
	z-index:20;
}
#risk-hazard-carousel .flex-control-thumbs li {
	width:auto;
	margin-left:38px;
}
#risk-hazard-carousel .flex-control-thumbs li:first-child {
	margin-left:0;
}
#risk-hazard-carousel .flex-control-thumbs img {
	width: auto;
	border-radius:0;
	border-bottom:6px solid #f8f8f8;
}
#risk-hazard-carousel .flex-control-thumbs .flex-active {
	border-bottom:6px solid #3b3b3b;
	opacity:1;
}
#risk-hazard-carousel-nav{
	position:absolute;
	display:inline-block;
	bottom:12px;
	right:40px;
	z-index:10;
  	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	color:#889bc3;
}
#risk-hazard-carousel-nav span{
	margin-left:15px;
}
#risk-hazard-carousel-nav span:first-child{
	margin-left:0;
}
.slider.video, .slider.photo {
	background-color:#3b3b3b;
	text-align:center;
	padding:45px 0 65px 0;
}
.slider-nav {
	margin-bottom:40px;
}
.slider-nav a{
	margin:0 10px;
}
.slider-caption {
	margin-top:20px;
	color:#939391;
	text-transform:uppercase;
	text-align:left;
	display:inline-block;
	font-size:16px;
	padding-left:25px;
	width:800px;
}
.video .slider-caption {
	background:url("../img/sprite.png") no-repeat -20px -470px;
}
.photo .slider-caption {
	background:url("../img/sprite.png") no-repeat -20px -530px;
}
.slider-caption div:first-child{
	margin-bottom:5px;
}
.slider-caption div:last-child{
	font-size:13px;
}
.slider-caption span{
	color:#fff;
}
.row .prefooter {
	margin:0 -45px;
}
.prefooter .columns {
	border-top:1px solid #d8d8d8;
	border-left:1px solid #d8d8d8;
	padding:15px 40px 5px 40px;
}
.prefooter .large-3 {
	width:25%;
}
.prefooter .large-9 {
	width:75%;
}
.prefooter .columns:first-child {
	border-left:none;
}
.prefooter .small-text a, .prefooter .small-text span {
	display:block;
	font-weight:400;
}
.bordered {
	position:relative;
	display:inline-block;
}
.bordered img {
	border:2px solid #f3eee6;
}
.feature img {
	float:right;
	margin-left:20px;
}
ul.content-type {
	margin:0;
	list-style:none;
	page-break-inside: avoid;
}
ol.text ul.content-type p {
	font-family: "DIN Next W01", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
ul.content-type li {
	border:1px solid #d8d8d8;
	padding:20px 20px 18px;
	overflow:hidden;
	margin-bottom:20px;
}
.panel ul.content-type li {
	border:none;
	padding:0;
}
ol.text ul.content-type li {
  margin:10px 0;
  padding:10px 20px;
}
ul.content-type img {
	float:left;
	margin-right:20px;
	max-width:120px;
}
ul.content-type div {
    display: table;
}
ul.content-type p.small-text, ul.content-type p.text {
  font-size: 14px;
  margin-bottom:0;
}
ul.img-left {
	list-style:none;
	margin:0;
	padding:0;
	font-size:12px;
}
ul.img-left li {
	overflow:hidden;
	margin-bottom:15px;
}
ul.img-left li img{
	margin-top:5px;
}
ul.img-left li div{
	margin-left:50px;
}
ul.img-left li div a, ul.img-left li div span span{
	font-weight:500;
}
ul.pipe-separated {
	margin:0;
}
ul.pipe-separated > li > * {
  display: inline-block;
}
ul.pipe-separated > li {
	margin-left:0;
}
ul.pipe-separated > *:before {
  content: "|";
  color:#999;
  margin:0 10px;
}
ul.pipe-separated > *:first-child:before {
  content: " ";
  margin:0;
}
div.search {
	border: 1px solid #d8d8d8;
	border-radius:25px;
    padding:6px 0 6px 12px;
	position:relative;
	margin:5px -20px 1.25rem 0;
}
div.search input[type=text] {
    border:none;
    color:#3b3b3b;
    font-size: 13px;
    height:auto;
	width:98%;
    margin:0;
    padding:0;
	padding-right:30px;
}
div.search input[type=image] {
  position: absolute;
  right: 12px;
  top:8px;
}
.search-results {
	line-height:1.2;
	margin-bottom:20px;
	font-weight:700;
}
.bar-chart {
	margin-bottom:10px;
}
.toggle-bar .button {
	margin-bottom:0.25em;
	margin-left:0;
	padding-left: 35px;
}
.toggle-bar .button:first-child {
	border-radius:3px 0 0 3px;
	margin-right: -5px;
}
.toggle-bar .button:last-child {
	border-radius:0 3px 3px 0;
}
#contentPage .popup.org-view {
	padding:0;
	border:1px solid #4a68a6;
	width:125px;
	top:-55px;
}
#contentPage #map-list-popup {
	right:20px;
	top:-65px;
	width: 150px;
}
#contentPage #map-list-popup:after {
	right: 18px;
    top: 53px;
}
#contentPage #list-popup {
	right:22px;
}
#contentPage #map-popup {
	right:-14px;
}
#contentPage .popup.org-view:after {
	width:0; 
	height:0; 
	border-top: 8px solid #4a68a6;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	content: "";
	position: absolute;
	margin: 0 0.66667rem;
	display:inline-block;
	right:38px;
	top:40px;
}
#contentPage .popup.org-view .alert-box {
	margin-bottom:0;
	background-color:#4a68a6;
	border:1px solid #4a68a6;
	padding-bottom:0.70rem;
	text-align:center;
}
#contentPage .popup.org-view .alert-box .close {
  right: 0;
  top: 15px;
  color:#fff;
  opacity:1;
}


.badge {
	width:30px;
	height:29px;
	position:relative;
	margin-top:3px;
}
.badge.purple {
	background-color:#53254d;
	background: -webkit-linear-gradient(#875581, #53254d);
	background: -o-linear-gradient(#875581, #53254d);
	background: -moz-linear-gradient(#875581, #53254d);
	background: linear-gradient(#875581, #53254d);
}
.badge.black {
	background-color:#2d2d2d;
	background: -webkit-linear-gradient(#5e5e5e, #2d2d2d);
	background: -o-linear-gradient(#5e5e5e, #2d2d2d);
	background: -moz-linear-gradient(#5e5e5e, #2d2d2d);
	background: linear-gradient(#5e5e5e, #2d2d2d);
}
.badge.green {
	background-color:#0c8383;
	background: -webkit-linear-gradient(#3bbaba, #0c8383);
	background: -o-linear-gradient(#3bbaba, #0c8383);
	background: -moz-linear-gradient(#3bbaba, #0c8383);
	background: linear-gradient(#3bbaba, #0c8383);
}
.badge div {
	background:url("../img/background-badge.png") no-repeat 0 0;
	width:30px;
	height:29px;
	position:absolute;
	z-index:20;
}
.badge + div {
	margin-left:40px;
	min-height:30px;
}
#contentPage .facebook {
	background:url("../img/sprite.png") no-repeat -20px -1690px;
	padding-left:20px;
	padding-top:2px;
}
#contentPage .twitter {
	background:url("../img/sprite.png") no-repeat -20px -1720px;
	padding-left:25px;
}


#socialBar {
	margin:35px 0 0;
}
#socialBar li:first-child{
	margin-left:0;
}
#socialBar .facebook {
	background:url("../img/sprite.png") no-repeat -20px -20px;
	width:12px;
	height:25px;
}
#socialBar .twitter {
	background:url("../img/sprite.png") no-repeat -20px -46px;
	width:25px;
	height:22px;
}
#socialBar .goggle {
	background:url("../img/sprite.png") no-repeat -20px -78px;
	width:24px;
	height:25px;
}

#footerMenu {
	font-family: "DIN Next W01", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 12px;
	text-transform:uppercase;
	margin-top:50px;
	margin-left:0;
}
#footerMenu li {
	margin-left:60px;
}
#footerMenu li:first-child {
	margin-left:0;
}
#footerMenu li a {
	color:#717171;
}

.reveal-modal #profilePhoto {
	margin-left:-20px;
}
.close-reveal-modal:hover, .close-reveal-modal:focus {
	text-decoration:none;
}