@charset "UTF-8";
meta.foundation-version {
	font-family: "/5.1.0/"
}
meta.foundation-mq-small {
	font-family: "/only screen and (max-width: 40em)/";
	width: 0
}
meta.foundation-mq-medium {
	font-family: "/only screen and (min-width:40.063em)/";
	width: 40.063em
}
meta.foundation-mq-large {
	font-family: "/only screen and (min-width:64.063em)/";
	width: 64.063em
}
meta.foundation-mq-xlarge {
	font-family: "/only screen and (min-width:90.063em)/";
	width: 90.063em
}
meta.foundation-mq-xxlarge {
	font-family: "/only screen and (min-width:120.063em)/";
	width: 120.063em
}
meta.foundation-data-attribute-namespace {
	font-family: false
}	
html, body {
	height: 100%
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
html, body {
	font-size: 100%
}
body {
	color: #222;
	padding: 0;
	margin: 0;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	position: relative;
	cursor: default
}
a:hover {
	cursor: pointer
}
img, object, embed {
	max-width: 100%;
	height: auto
}

object, embed {
	height: 100%
}
img {
	-ms-interpolation-mode: bicubic
}
#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object {
	max-width: none !important
}
.left {
	float: left !important
}
.right {
	float: right !important
}
.clearfix, .tile, .collection-tile, .save-tile, .activity, #experience, #activity .entity, .map-header, .explore-parent, .collection-header {
*zoom:1
}
.clearfix:before, .tile:before, .collection-tile:before, .save-tile:before, .activity:before, #experience:before, #activity .entity:before, .map-header:before, .explore-parent:before, .collection-header:before, .clearfix:after, .tile:after, .collection-tile:after, .save-tile:after, .activity:after, #experience:after, #activity .entity:after, .map-header:after, .explore-parent:after, .collection-header:after {
	content: " ";
	display: table
}
.clearfix:after, .tile:after, .collection-tile:after, .save-tile:after, .activity:after, #experience:after, #activity .entity:after, .map-header:after, .explore-parent:after, .collection-header:after {
	clear: both
}
.hide {
	display: none
}
.antialiased {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
img {
	display: inline-block;
	vertical-align: middle
}

textarea {
	height: auto;
	min-height: 50px
}
select {
	width: 100%
}
button, .button {
	border-style: solid;
	border-width: 0;
	cursor: pointer;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	position: relative;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	padding-top: 1rem;
	padding-right: 2rem;
	padding-bottom: 1.0625rem;
	padding-left: 2rem;
	font-size: 1rem;
	background-color: #008cba;
	border-color: #007095;
	color: white;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
	padding-top: 1.0625rem;
	padding-bottom: 1rem;
	-webkit-appearance: none;
	border: 0;
	font-weight: normal !important
}
button:hover, button:focus, .button:hover, .button:focus {
	background-color: #007095
}
button:hover, button:focus, .button:hover, .button:focus {
	color: white
}
button.secondary, .button.secondary {
	background-color: #e7e7e7;
	border-color: #b9b9b9;
	color: #333
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
	background-color: #b9b9b9
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
	color: #333
}
button.success, .button.success {
	background-color: #43ac6a;
	border-color: #368a55;
	color: white
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
	background-color: #368a55
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
	color: white
}
button.alert, .button.alert {
	background-color: #f04124;
	border-color: #cf2a0e;
	color: white
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
	background-color: #cf2a0e
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
	color: white
}
button.large, .button.large {
	padding-top: 1.125rem;
	padding-right: 2.25rem;
	padding-bottom: 1.1875rem;
	padding-left: 2.25rem;
	font-size: 1.25rem
}
button.small, .button.small {
padding-top:.875rem;
	padding-right: 1.75rem;
padding-bottom:.9375rem;
	padding-left: 1.75rem;
font-size:.8125rem
}
button.tiny, .button.tiny {
padding-top:.625rem;
	padding-right: 1.25rem;
padding-bottom:.6875rem;
	padding-left: 1.25rem;
font-size:.6875rem
}
button.expand, .button.expand {
	padding-right: 0;
	padding-left: 0;
	width: 100%
}
button.left-align, .button.left-align {
	text-align: left;
text-indent:.75rem
}
button.right-align, .button.right-align {
	text-align: right;
padding-right:.75rem
}
button.radius, .button.radius {
	-webkit-border-radius: 3px;
	border-radius: 3px
}
button.round, .button.round {
	-webkit-border-radius: 1000px;
	border-radius: 1000px
}
button.disabled, button[disabled], .button.disabled, .button[disabled] {
	background-color: #008cba;
	border-color: #007095;
	color: white;
	cursor: default;
	opacity: .7;
	-webkit-box-shadow: none;
	box-shadow: none
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
	background-color: #007095
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
	color: white
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
	background-color: #008cba
}
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
	background-color: #e7e7e7;
	border-color: #b9b9b9;
	color: #333;
	cursor: default;
	opacity: .7;
	-webkit-box-shadow: none;
	box-shadow: none
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
	background-color: #b9b9b9
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
	color: #333
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
	background-color: #e7e7e7
}
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
	background-color: #43ac6a;
	border-color: #368a55;
	color: white;
	cursor: default;
	opacity: .7;
	-webkit-box-shadow: none;
	box-shadow: none
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
	background-color: #368a55
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
	color: white
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
	background-color: #43ac6a
}
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
	background-color: #f04124;
	border-color: #cf2a0e;
	color: white;
	cursor: default;
	opacity: .7;
	-webkit-box-shadow: none;
	box-shadow: none
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
	background-color: #cf2a0e
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
	color: white
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
	background-color: #f04124
}
@media only screen and (min-width:40.063em) {
button, .button {
	display: inline-block
}
}
form {
	margin: 0 0 1rem
}
form .row .row {
	margin: 0 -0.5rem
}
form .row .row .column, form .row .row .columns {
padding:0 .5rem
}
form .row .row.collapse {
	margin: 0
}
form .row .row.collapse .column, form .row .row.collapse .columns {
	padding: 0
}
form .row .row.collapse input {
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-top-right-radius: 0
}
form .row input.column, form .row input.columns, form .row textarea.column, form .row textarea.columns {
padding-left:.5rem
}
label {
font-size:.875rem;
	color: #4d4d4d;
	cursor: pointer;
	display: block;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 0
}
label.right {
	float: none;
	text-align: right
}
label.inline {
	margin: 0 0 1rem 0;
padding:.625rem 0
}
label small {
	text-transform: capitalize;
	color: #676767
}
select {
	-webkit-appearance: none !important;
	background: #fafafa url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat;
	background-position-x: 97%;
	background-position-y: center;
	border: 1px solid #ccc;
padding:.5rem;
font-size:.875rem;
	-webkit-border-radius: 0;
	border-radius: 0
}
select.radius {
	-webkit-border-radius: 3px;
	border-radius: 3px
}
select:hover {
	background: #f3f3f3 url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat;
	background-position-x: 97%;
	background-position-y: center;
	border-color: #999
}
select::-ms-expand {
display:none
}
@-moz-document url-prefix() {
select {
background:#fafafa
}
select:hover {
background:#f3f3f3
}
}
.prefix, .postfix {
	display: block;
	position: relative;
	z-index: 2;
	text-align: center;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	border-style: solid;
	border-width: 1px;
	overflow: hidden;
font-size:.875rem;
	height: 2.3125rem;
	line-height: 2.3125rem
}
.postfix.button {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	line-height: 2.125rem;
	border: 0
}
.prefix.button {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	line-height: 2.125rem;
	border: 0
}
.prefix.button.radius {
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px
}
.postfix.button.radius {
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px
}
.prefix.button.round {
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-border-radius-bottomleft: 1000px;
	-moz-border-radius-topleft: 1000px;
	-webkit-border-bottom-left-radius: 1000px;
	-webkit-border-top-left-radius: 1000px;
	border-bottom-left-radius: 1000px;
	border-top-left-radius: 1000px
}
.postfix.button.round {
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-border-radius-bottomright: 1000px;
	-moz-border-radius-topright: 1000px;
	-webkit-border-bottom-right-radius: 1000px;
	-webkit-border-top-right-radius: 1000px;
	border-bottom-right-radius: 1000px;
	border-top-right-radius: 1000px
}
span.prefix, label.prefix {
	background: #f2f2f2;
	border-right: 0;
	color: #333;
	border-color: #ccc
}
span.prefix.radius, label.prefix.radius {
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px
}
span.postfix, label.postfix {
	background: #f2f2f2;
	border-left: 0;
	color: #333;
	border-color: #ccc
}
span.postfix.radius, label.postfix.radius {
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px
}
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 {
	-webkit-appearance: none;
	background-color: white;
	font-family: inherit;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	color: rgba(0,0,0,0.75);
	display: block;
font-size:.875rem;
	margin: 0 0 1rem 0;
padding:.5rem;
	height: 2.3125rem;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: -webkit-box-shadow .45s, border-color .45s ease-in-out;
	-moz-transition: -moz-box-shadow .45s, border-color .45s ease-in-out;
	transition: box-shadow .45s, border-color .45s ease-in-out
}
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 {
	-webkit-box-shadow: 0 0 5px #999;
	-moz-box-shadow: 0 0 5px #999;
	box-shadow: 0 0 5px #999;
	border-color: #999
}
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: #fafafa;
	border-color: #999;
	outline: 0
}
input[type="text"][disabled], input[type="password"][disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="datetime-local"][disabled], input[type="month"][disabled], input[type="week"][disabled], input[type="email"][disabled], input[type="number"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="time"][disabled], input[type="url"][disabled], textarea[disabled] {
	background-color: #ddd
}
input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, textarea.radius {
	-webkit-border-radius: 3px;
	border-radius: 3px
}
select {
	height: 2.3125rem
}
input[type="file"], input[type="checkbox"], input[type="radio"], select {
	margin: 0 0 0 0
}
input[type="checkbox"]+label, input[type="radio"]+label {
	display: inline-block;
margin-left:.5rem;
	margin-right: 1rem;
	margin-bottom: 0;
	vertical-align: baseline
}
input[type="file"] {
	width: 100%
}
fieldset {
	border: solid 1px #ddd;
	padding: 1.25rem;
	margin: 1.125rem 0
}
fieldset legend {
	font-weight: bold;
	background: white;
padding:0 .1875rem;
	margin: 0;
	margin-left: -0.1875rem
}
[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
	display: block;
padding:.375rem .5625rem .5625rem;
	margin-top: -1px;
	margin-bottom: 1rem;
font-size:.75rem;
	font-weight: normal;
	font-style: italic;
	background: #f04124;
	color: white
}
[data-abide] span.error, [data-abide] small.error {
	display: none
}
span.error, small.error {
	display: block;
padding:.375rem .5625rem .5625rem;
	margin-top: -1px;
	margin-bottom: 1rem;
font-size:.75rem;
	font-weight: normal;
	font-style: italic;
	background: #f04124;
	color: white
}
.error input, .error textarea, .error select {
	margin-bottom: 0
}
.error input[type="checkbox"], .error input[type="radio"] {
	margin-bottom: 1rem
}
.error label, .error label.error {
	color: #f04124
}
.error small.error {
	display: block;
padding:.375rem .5625rem .5625rem;
	margin-top: -1px;
	margin-bottom: 1rem;
font-size:.75rem;
	font-weight: normal;
	font-style: italic;
	background: #f04124;
	color: white
}
.error>label>small {
	color: #676767;
	background: transparent;
	padding: 0;
	text-transform: capitalize;
	font-style: normal;
	font-size: 60%;
	margin: 0;
	display: inline
}
.error span.error-message {
	display: block
}
input.error, textarea.error {
	margin-bottom: 0
}
label.error {
	color: #f04124
}
.row {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	max-width: 62.5rem;
*zoom:1
}
.row:before, .row:after {
	content: " ";
	display: table
}
.row:after {
	clear: both
}
.row.collapse>.column, .row.collapse>.columns {
	padding-left: 0;
	padding-right: 0;
	float: left
}
.row.collapse .row {
	margin-left: 0;
	margin-right: 0
}
.row .row {
	width: auto;
	margin-left: -0.9375rem;
	margin-right: -0.9375rem;
	margin-top: 0;
	margin-bottom: 0;
	max-width: none;
*zoom:1
}
.row .row:before, .row .row:after {
	content: " ";
	display: table
}
.row .row:after {
	clear: both
}
.row .row.collapse {
	width: auto;
	margin: 0;
	max-width: none;
*zoom:1
}
.row .row.collapse:before, .row .row.collapse:after {
	content: " ";
	display: table
}
.row .row.collapse:after {
	clear: both
}
.column, .columns {
padding-left:.9375rem;
padding-right:.9375rem;
	width: 100%;
	float: left
}
@media only screen {
.column.small-centered, .columns.small-centered {
	margin-left: auto;
	margin-right: auto;
	float: none
}
.column.small-uncentered, .columns.small-uncentered {
	margin-left: 0;
	margin-right: 0;
	float: left
}
.column.small-uncentered.opposite, .columns.small-uncentered.opposite {
	float: right
}
.small-push-0 {
	left: 0;
	right: auto
}
.small-pull-0 {
	right: 0;
	left: auto
}
.small-push-1 {
	left: 8.33333%;
	right: auto
}
.small-pull-1 {
	right: 8.33333%;
	left: auto
}
.small-push-2 {
	left: 16.66667%;
	right: auto
}
.small-pull-2 {
	right: 16.66667%;
	left: auto
}
.small-push-3 {
	left: 25%;
	right: auto
}
.small-pull-3 {
	right: 25%;
	left: auto
}
.small-push-4 {
	left: 33.33333%;
	right: auto
}
.small-pull-4 {
	right: 33.33333%;
	left: auto
}
.small-push-5 {
	left: 41.66667%;
	right: auto
}
.small-pull-5 {
	right: 41.66667%;
	left: auto
}
.small-push-6 {
	left: 50%;
	right: auto
}
.small-pull-6 {
	right: 50%;
	left: auto
}
.small-push-7 {
	left: 58.33333%;
	right: auto
}
.small-pull-7 {
	right: 58.33333%;
	left: auto
}
.small-push-8 {
	left: 66.66667%;
	right: auto
}
.small-pull-8 {
	right: 66.66667%;
	left: auto
}
.small-push-9 {
	left: 75%;
	right: auto
}
.small-pull-9 {
	right: 75%;
	left: auto
}
.small-push-10 {
	left: 83.33333%;
	right: auto
}
.small-pull-10 {
	right: 83.33333%;
	left: auto
}
.small-push-11 {
	left: 91.66667%;
	right: auto
}
.small-pull-11 {
	right: 91.66667%;
	left: auto
}
.column, .columns {
	position: relative;
padding-left:.9375rem;
padding-right:.9375rem;
	float: left
}
.small-1 {
	width: 8.33333%
}
.small-2 {
	width: 16.66667%
}
.small-3 {
	width: 25%
}
.small-4 {
	width: 33.33333%
}
.small-5 {
	width: 41.66667%
}
.small-6 {
	width: 50%
}
.small-7 {
	width: 58.33333%
}
.small-8 {
	width: 66.66667%
}
.small-9 {
	width: 75%
}
.small-10 {
	width: 83.33333%
}
.small-11 {
	width: 91.66667%
}
.small-12 {
	width: 100%
}
[class*="column"]+[class*="column"]:last-child {
float:right
}
[class*="column"]+[class*="column"].end {
float:left
}
.small-offset-0 {
	margin-left: 0 !important
}
.small-offset-1 {
	margin-left: 8.33333% !important
}
.small-offset-2 {
	margin-left: 16.66667% !important
}
.small-offset-3 {
	margin-left: 25% !important
}
.small-offset-4 {
	margin-left: 33.33333% !important
}
.small-offset-5 {
	margin-left: 41.66667% !important
}
.small-offset-6 {
	margin-left: 50% !important
}
.small-offset-7 {
	margin-left: 58.33333% !important
}
.small-offset-8 {
	margin-left: 66.66667% !important
}
.small-offset-9 {
	margin-left: 75% !important
}
.small-offset-10 {
	margin-left: 83.33333% !important
}
.small-offset-11 {
	margin-left: 91.66667% !important
}
.small-reset-order, .small-reset-order {
	margin-left: 0;
	margin-right: 0;
	left: auto;
	right: auto;
	float: left
}
}
@media only screen and (min-width:40.063em) {
.column.medium-centered, .columns.medium-centered {
	margin-left: auto;
	margin-right: auto;
	float: none
}
.column.medium-uncentered, .columns.medium-uncentered {
	margin-left: 0;
	margin-right: 0;
	float: left
}
.column.medium-uncentered.opposite, .columns.medium-uncentered.opposite {
	float: right
}
.medium-push-0 {
	left: 0;
	right: auto
}
.medium-pull-0 {
	right: 0;
	left: auto
}
.medium-push-1 {
	left: 8.33333%;
	right: auto
}
.medium-pull-1 {
	right: 8.33333%;
	left: auto
}
.medium-push-2 {
	left: 16.66667%;
	right: auto
}
.medium-pull-2 {
	right: 16.66667%;
	left: auto
}
.medium-push-3 {
	left: 25%;
	right: auto
}
.medium-pull-3 {
	right: 25%;
	left: auto
}
.medium-push-4 {
	left: 33.33333%;
	right: auto
}
.medium-pull-4 {
	right: 33.33333%;
	left: auto
}
.medium-push-5 {
	left: 41.66667%;
	right: auto
}
.medium-pull-5 {
	right: 41.66667%;
	left: auto
}
.medium-push-6 {
	left: 50%;
	right: auto
}
.medium-pull-6 {
	right: 50%;
	left: auto
}
.medium-push-7 {
	left: 58.33333%;
	right: auto
}
.medium-pull-7 {
	right: 58.33333%;
	left: auto
}
.medium-push-8 {
	left: 66.66667%;
	right: auto
}
.medium-pull-8 {
	right: 66.66667%;
	left: auto
}
.medium-push-9 {
	left: 75%;
	right: auto
}
.medium-pull-9 {
	right: 75%;
	left: auto
}
.medium-push-10 {
	left: 83.33333%;
	right: auto
}
.medium-pull-10 {
	right: 83.33333%;
	left: auto
}
.medium-push-11 {
	left: 91.66667%;
	right: auto
}
.medium-pull-11 {
	right: 91.66667%;
	left: auto
}
.column, .columns {
	position: relative;
padding-left:.9375rem;
padding-right:.9375rem;
	float: left
}
.medium-1 {
	width: 8.33333%
}
.medium-2 {
	width: 16.66667%
}
.medium-3 {
	width: 25%
}
.medium-4 {
	width: 33.33333%
}
.medium-5 {
	width: 41.66667%
}
.medium-6 {
	width: 50%
}
.medium-7 {
	width: 58.33333%
}
.medium-8 {
	width: 66.66667%
}
.medium-9 {
	width: 75%
}
.medium-10 {
	width: 83.33333%
}
.medium-11 {
	width: 91.66667%
}
.medium-12 {
	width: 100%
}
[class*="column"]+[class*="column"]:last-child {
float:right
}
[class*="column"]+[class*="column"].end {
float:left
}
.medium-offset-0 {
	margin-left: 0 !important
}
.medium-offset-1 {
	margin-left: 8.33333% !important
}
.medium-offset-2 {
	margin-left: 16.66667% !important
}
.medium-offset-3 {
	margin-left: 25% !important
}
.medium-offset-4 {
	margin-left: 33.33333% !important
}
.medium-offset-5 {
	margin-left: 41.66667% !important
}
.medium-offset-6 {
	margin-left: 50% !important
}
.medium-offset-7 {
	margin-left: 58.33333% !important
}
.medium-offset-8 {
	margin-left: 66.66667% !important
}
.medium-offset-9 {
	margin-left: 75% !important
}
.medium-offset-10 {
	margin-left: 83.33333% !important
}
.medium-offset-11 {
	margin-left: 91.66667% !important
}
.medium-reset-order, .medium-reset-order {
	margin-left: 0;
	margin-right: 0;
	left: auto;
	right: auto;
	float: left
}
.push-0 {
	left: 0;
	right: auto
}
.pull-0 {
	right: 0;
	left: auto
}
.push-1 {
	left: 8.33333%;
	right: auto
}
.pull-1 {
	right: 8.33333%;
	left: auto
}
.push-2 {
	left: 16.66667%;
	right: auto
}
.pull-2 {
	right: 16.66667%;
	left: auto
}
.push-3 {
	left: 25%;
	right: auto
}
.pull-3 {
	right: 25%;
	left: auto
}
.push-4 {
	left: 33.33333%;
	right: auto
}
.pull-4 {
	right: 33.33333%;
	left: auto
}
.push-5 {
	left: 41.66667%;
	right: auto
}
.pull-5 {
	right: 41.66667%;
	left: auto
}
.push-6 {
	left: 50%;
	right: auto
}
.pull-6 {
	right: 50%;
	left: auto
}
.push-7 {
	left: 58.33333%;
	right: auto
}
.pull-7 {
	right: 58.33333%;
	left: auto
}
.push-8 {
	left: 66.66667%;
	right: auto
}
.pull-8 {
	right: 66.66667%;
	left: auto
}
.push-9 {
	left: 75%;
	right: auto
}
.pull-9 {
	right: 75%;
	left: auto
}
.push-10 {
	left: 83.33333%;
	right: auto
}
.pull-10 {
	right: 83.33333%;
	left: auto
}
.push-11 {
	left: 91.66667%;
	right: auto
}
.pull-11 {
	right: 91.66667%;
	left: auto
}
}
@media only screen and (min-width:64.063em) {
.column.large-centered, .columns.large-centered {
	margin-left: auto;
	margin-right: auto;
	float: none
}
.column.large-uncentered, .columns.large-uncentered {
	margin-left: 0;
	margin-right: 0;
	float: left
}
.column.large-uncentered.opposite, .columns.large-uncentered.opposite {
	float: right
}
.large-push-0 {
	left: 0;
	right: auto
}
.large-pull-0 {
	right: 0;
	left: auto
}
.large-push-1 {
	left: 8.33333%;
	right: auto
}
.large-pull-1 {
	right: 8.33333%;
	left: auto
}
.large-push-2 {
	left: 16.66667%;
	right: auto
}
.large-pull-2 {
	right: 16.66667%;
	left: auto
}
.large-push-3 {
	left: 25%;
	right: auto
}
.large-pull-3 {
	right: 25%;
	left: auto
}
.large-push-4 {
	left: 33.33333%;
	right: auto
}
.large-pull-4 {
	right: 33.33333%;
	left: auto
}
.large-push-5 {
	left: 41.66667%;
	right: auto
}
.large-pull-5 {
	right: 41.66667%;
	left: auto
}
.large-push-6 {
	left: 50%;
	right: auto
}
.large-pull-6 {
	right: 50%;
	left: auto
}
.large-push-7 {
	left: 58.33333%;
	right: auto
}
.large-pull-7 {
	right: 58.33333%;
	left: auto
}
.large-push-8 {
	left: 66.66667%;
	right: auto
}
.large-pull-8 {
	right: 66.66667%;
	left: auto
}
.large-push-9 {
	left: 75%;
	right: auto
}
.large-pull-9 {
	right: 75%;
	left: auto
}
.large-push-10 {
	left: 83.33333%;
	right: auto
}
.large-pull-10 {
	right: 83.33333%;
	left: auto
}
.large-push-11 {
	left: 91.66667%;
	right: auto
}
.large-pull-11 {
	right: 91.66667%;
	left: auto
}
.column, .columns {
	position: relative;
padding-left:.9375rem;
padding-right:.9375rem;
	float: left
}
.large-1 {
	width: 8.33333%
}
.large-2 {
	width: 16.66667%
}
.large-3 {
	width: 25%
}
.large-4 {
	width: 33.33333%
}
.large-5 {
	width: 41.66667%
}
.large-6 {
	width: 50%
}
.large-7 {
	width: 58.33333%
}
.large-8 {
	width: 66.66667%
}
.large-9 {
	width: 75%
}
.large-10 {
	width: 83.33333%
}
.large-11 {
	width: 91.66667%
}
.large-12 {
	width: 100%
}
[class*="column"]+[class*="column"]:last-child {
float:right
}
[class*="column"]+[class*="column"].end {
float:left
}
.large-offset-0 {
	margin-left: 0 !important
}
.large-offset-1 {
	margin-left: 8.33333% !important
}
.large-offset-2 {
	margin-left: 16.66667% !important
}
.large-offset-3 {
	margin-left: 25% !important
}
.large-offset-4 {
	margin-left: 33.33333% !important
}
.large-offset-5 {
	margin-left: 41.66667% !important
}
.large-offset-6 {
	margin-left: 50% !important
}
.large-offset-7 {
	margin-left: 58.33333% !important
}
.large-offset-8 {
	margin-left: 66.66667% !important
}
.large-offset-9 {
	margin-left: 75% !important
}
.large-offset-10 {
	margin-left: 83.33333% !important
}
.large-offset-11 {
	margin-left: 91.66667% !important
}
.large-reset-order, .large-reset-order {
	margin-left: 0;
	margin-right: 0;
	left: auto;
	right: auto;
	float: left
}
.push-0 {
	left: 0;
	right: auto
}
.pull-0 {
	right: 0;
	left: auto
}
.push-1 {
	left: 8.33333%;
	right: auto
}
.pull-1 {
	right: 8.33333%;
	left: auto
}
.push-2 {
	left: 16.66667%;
	right: auto
}
.pull-2 {
	right: 16.66667%;
	left: auto
}
.push-3 {
	left: 25%;
	right: auto
}
.pull-3 {
	right: 25%;
	left: auto
}
.push-4 {
	left: 33.33333%;
	right: auto
}
.pull-4 {
	right: 33.33333%;
	left: auto
}
.push-5 {
	left: 41.66667%;
	right: auto
}
.pull-5 {
	right: 41.66667%;
	left: auto
}
.push-6 {
	left: 50%;
	right: auto
}
.pull-6 {
	right: 50%;
	left: auto
}
.push-7 {
	left: 58.33333%;
	right: auto
}
.pull-7 {
	right: 58.33333%;
	left: auto
}
.push-8 {
	left: 66.66667%;
	right: auto
}
.pull-8 {
	right: 66.66667%;
	left: auto
}
.push-9 {
	left: 75%;
	right: auto
}
.pull-9 {
	right: 75%;
	left: auto
}
.push-10 {
	left: 83.33333%;
	right: auto
}
.pull-10 {
	right: 83.33333%;
	left: auto
}
.push-11 {
	left: 91.66667%;
	right: auto
}
.pull-11 {
	right: 91.66667%;
	left: auto
}
}
.text-left {
	text-align: left !important
}
.text-right {
	text-align: right !important
}
.text-center {
	text-align: center !important
}
.text-justify {
	text-align: justify !important
}
@media only screen and (max-width:40em) {
.small-only-text-left {
	text-align: left !important
}
.small-only-text-right {
	text-align: right !important
}
.small-only-text-center {
	text-align: center !important
}
.small-only-text-justify {
	text-align: justify !important
}
}
@media only screen {
.small-text-left {
	text-align: left !important
}
.small-text-right {
	text-align: right !important
}
.small-text-center {
	text-align: center !important
}
.small-text-justify {
	text-align: justify !important
}
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
.medium-only-text-left {
	text-align: left !important
}
.medium-only-text-right {
	text-align: right !important
}
.medium-only-text-center {
	text-align: center !important
}
.medium-only-text-justify {
	text-align: justify !important
}
}
@media only screen and (min-width:40.063em) {
.medium-text-left {
	text-align: left !important
}
.medium-text-right {
	text-align: right !important
}
.medium-text-center {
	text-align: center !important
}
.medium-text-justify {
	text-align: justify !important
}
}
@media only screen and (min-width:64.063em) and (max-width:90em) {
.large-only-text-left {
	text-align: left !important
}
.large-only-text-right {
	text-align: right !important
}
.large-only-text-center {
	text-align: center !important
}
.large-only-text-justify {
	text-align: justify !important
}
}
@media only screen and (min-width:64.063em) {
.large-text-left {
	text-align: left !important
}
.large-text-right {
	text-align: right !important
}
.large-text-center {
	text-align: center !important
}
.large-text-justify {
	text-align: justify !important
}
}
@media only screen and (min-width:90.063em) and (max-width:120em) {
.xlarge-only-text-left {
	text-align: left !important
}
.xlarge-only-text-right {
	text-align: right !important
}
.xlarge-only-text-center {
	text-align: center !important
}
.xlarge-only-text-justify {
	text-align: justify !important
}
}
@media only screen and (min-width:90.063em) {
.xlarge-text-left {
	text-align: left !important
}
.xlarge-text-right {
	text-align: right !important
}
.xlarge-text-center {
	text-align: center !important
}
.xlarge-text-justify {
	text-align: justify !important
}
}
@media only screen and (min-width:120.063em) and (max-width:99999999em) {
.xxlarge-only-text-left {
	text-align: left !important
}
.xxlarge-only-text-right {
	text-align: right !important
}
.xxlarge-only-text-center {
	text-align: center !important
}
.xxlarge-only-text-justify {
	text-align: justify !important
}
}
@media only screen and (min-width:120.063em) {
.xxlarge-text-left {
	text-align: left !important
}
.xxlarge-text-right {
	text-align: right !important
}
.xxlarge-text-center {
	text-align: center !important
}
.xxlarge-text-justify {
	text-align: justify !important
}
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
	margin: 0;
	padding: 0
}
a {
	color: #008cba;
	text-decoration: none;
	line-height: inherit
}
a:hover, a:focus {
	color: #0078a0
}
a img {
	border: 0
}
p {
	font-family: inherit;
	font-weight: normal;
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 1.25rem;
	text-rendering: optimizeLegibility
}
p.lead {
	font-size: 1.21875rem;
	line-height: 1.6
}
p aside {
font-size:.875rem;
	line-height: 1.35;
	font-style: italic
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #222;
	text-rendering: optimizeLegibility;
margin-top:.2rem;
margin-bottom:.5rem;
	line-height: 1.4
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	font-size: 60%;
	color: #6f6f6f;
	line-height: 0
}
h1 {
	font-size: 2.125rem
}
h2 {
	font-size: 1.6875rem
}
h3 {
	font-size: 1.375rem
}
h4 {
	font-size: 1.125rem
}
h5 {
	font-size: 1.125rem
}
h6 {
	font-size: 1rem
}
.subheader {
	line-height: 1.4;
	color: #6f6f6f;
	font-weight: normal;
margin-top:.2rem;
margin-bottom:.5rem
}
hr {
	border: solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 1.25rem 0 1.1875rem;
	height: 0
}
em, i {
	font-style: italic;
	line-height: inherit
}
strong, b {
	font-weight: bold;
	line-height: inherit
}
small {
	font-size: 60%;
	line-height: inherit
}
code {
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	font-weight: bold;
	color: #bd260d
}
ul, ol, dl {
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 1.25rem;
	list-style-position: outside;
	font-family: inherit
}
ul {
	margin-left: 1.1rem
}
ul.no-bullet {
	margin-left: 0
}
ul.no-bullet li ul, ul.no-bullet li ol {
	margin-left: 1.25rem;
	margin-bottom: 0;
	list-style: none
}
ul li ul, ul li ol {
	margin-left: 1.25rem;
	margin-bottom: 0
}
ul.square li ul, ul.circle li ul, ul.disc li ul {
	list-style: inherit
}
ul.square {
	list-style-type: square;
	margin-left: 1.1rem
}
ul.circle {
	list-style-type: circle;
	margin-left: 1.1rem
}
ul.disc {
	list-style-type: disc;
	margin-left: 1.1rem
}
ul.no-bullet {
	list-style: none
}
ol {
	margin-left: 1.4rem
}
ol li ul, ol li ol {
	margin-left: 1.25rem;
	margin-bottom: 0
}
dl dt {
margin-bottom:.3rem;
	font-weight: bold
}
dl dd {
margin-bottom:.75rem
}
abbr, acronym {
	text-transform: uppercase;
	font-size: 90%;
	color: #222;
	border-bottom: 1px dotted #ddd;
	cursor: help
}
abbr {
	text-transform: none
}
blockquote {
	margin: 0 0 1.25rem;
padding:.5625rem 1.25rem 0 1.1875rem;
	border-left: 1px solid #ddd
}
blockquote cite {
	display: block;
font-size:.8125rem;
	color: #555
}
blockquote cite:before {
	content: "\2014 \0020"
}
blockquote cite a, blockquote cite a:visited {
	color: #555
}
blockquote, blockquote p {
	line-height: 1.6;
	color: #6f6f6f
}
.vcard {
	display: inline-block;
	margin: 0 0 1.25rem 0;
	border: 1px solid #ddd;
padding:.625rem .75rem
}
.vcard li {
	margin: 0;
	display: block
}
.vcard .fn {
	font-weight: bold;
font-size:.9375rem
}
.vevent .summary {
	font-weight: bold
}
.vevent abbr {
	cursor: default;
	text-decoration: none;
	font-weight: bold;
	border: 0;
padding:0 .0625rem
}
@media only screen and (min-width:40.063em) {
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4
}
h1 {
	font-size: 2.75rem
}
h2 {
	font-size: 2.3125rem
}
h3 {
	font-size: 1.6875rem
}
h4 {
	font-size: 1.4375rem
}
}
.print-only {
	display: none !important
}
@media print {
* {
	background: transparent !important;
	color: #000 !important;
	box-shadow: none !important;
	text-shadow: none !important
}
a, a:visited {
	text-decoration: underline
}
a[href]:after {
	content: " (" attr(href) ")"
}
abbr[title]:after {
	content: " (" attr(title) ")"
}
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	content: ""
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid
}
thead {
	display: table-header-group
}
tr, img {
	page-break-inside: avoid
}
/*img {
	max-width: 100% !important
}*/
@page {
margin:.5cm
}
p, h2, h3 {
	orphans: 3;
	widows: 3
}
h2, h3 {
	page-break-after: avoid
}
.hide-on-print {
	display: none !important
}
.print-only {
	display: block !important
}
.hide-for-print {
	display: none !important
}
.show-for-print {
	display: inherit !important
}
}
meta.foundation-mq-topbar {
	font-family: "/all/";
	width: 0
}
.contain-to-grid {
	width: 100%;
	background: #333
}
.contain-to-grid .top-bar {
	margin-bottom: 0
}
.fixed {
	width: 100%;
	left: 0;
	position: fixed;
	top: 0;
	z-index: 99
}
.fixed.expanded:not(.top-bar) {
	overflow-y: auto;
	height: auto;
	width: 100%;
	max-height: 100%
}
.fixed.expanded:not(.top-bar) .title-area {
	position: fixed;
	width: 100%;
	z-index: 99
}
.fixed.expanded:not(.top-bar) .top-bar-section {
	z-index: 98;
	margin-top: 45px
}
.top-bar {
	overflow: hidden;
	height: 45px;
	line-height: 45px;
	position: relative;
	background: #ea5153;
	margin-bottom: 0
}

.top-bar ul {
	margin-bottom: 0;
	list-style: none
}
.top-bar .row {
	max-width: none
}
.top-bar form, .top-bar input {
	margin-bottom: 0
}
.top-bar input {
	height: auto;
padding-top:.35rem;
padding-bottom:.35rem;
font-size:.75rem
}
.top-bar .button {
padding-top:.45rem;
padding-bottom:.35rem;
	margin-bottom: 0;
font-size:.75rem
}
.top-bar .title-area {
	position: relative;
	margin: 0
}
.top-bar .name {
	height: 45px;
	margin: 0;
	font-size: 16px
}
.top-bar .name h1 {
	line-height: 45px;
	font-size: 1.0625rem;
	margin: 0
}
.top-bar .name h1 a {
	font-weight: normal;
	color: white;
	width: 50%;
	display: block;
	padding: 0 15px
}
.top-bar .toggle-topbar {
	position: absolute;
	right: 0;
	top: 0
}
.top-bar .toggle-topbar a {
	color: white;
	text-transform: uppercase;
font-size:.8125rem;
	font-weight: bold;
	position: relative;
	display: block;
	padding: 0 15px;
	height: 45px;
	line-height: 45px
}
.top-bar .toggle-topbar.menu-icon {
	right: 15px;
	top: 50%;
	margin-top: -16px;
	padding-left: 40px
}
.top-bar .toggle-topbar.menu-icon a {
	height: 34px;
	line-height: 33px;
	padding: 0;
	padding-right: 25px;
	color: white;
	position: relative
}
.top-bar .toggle-topbar.menu-icon a::after {
	content: "";
	position: absolute;
	right: 0;
	display: block;
	width: 16px;
	top: 0;
	height: 0;
	-webkit-box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
	box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white
}
.top-bar.expanded {
	height: auto;
	background: transparent
}
.top-bar.expanded .title-area {
	background: #ea5153
}
.top-bar.expanded .toggle-topbar a {
	color: #888
}
.top-bar.expanded .toggle-topbar a span {
	-webkit-box-shadow: 0 10px 0 1px #888, 0 16px 0 1px #888, 0 22px 0 1px #888;
	box-shadow: 0 10px 0 1px #888, 0 16px 0 1px #888, 0 22px 0 1px #888
}
.top-bar-section {
	position: relative;
	-webkit-transition: left 300ms ease-out;
	-moz-transition: left 300ms ease-out;
	transition: left 300ms ease-out
}
.top-bar-section ul {
	height: auto;
	display: block;
	background: #ea5153;
	font-size: 16px;
	margin: 0
}
.top-bar-section .divider, .top-bar-section [role="separator"] {
	border-top: solid 1px #1a1a1a;
	clear: both;
	height: 1px;
	width: 100%
}
.top-bar-section ul li>a {
	display: block;
	width: 100%;
	color: white;
	padding: 12px 0 12px 0;
	padding-left: 15px;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
        font-size:.8125rem;
	font-weight: normal;
	background: #333
}
.top-bar-section ul li>a.button {
	background: #008cba;
font-size:.8125rem;
	padding-right: 15px;
	padding-left: 15px
}
.top-bar-section ul li>a.button:hover {
	background: #068
}
.top-bar-section ul li>a.button.secondary {
	background: #e7e7e7
}
.top-bar-section ul li>a.button.secondary:hover {
	background: #cecece
}
.top-bar-section ul li>a.button.success {
	background: #43ac6a
}
.top-bar-section ul li>a.button.success:hover {
	background: #358854
}
.top-bar-section ul li>a.button.alert {
	background: #f04124
}
.top-bar-section ul li>a.button.alert:hover {
	background: #d42b0f
}
.top-bar-section ul li:hover>a {
	background: #272727;
	color: white
}
.top-bar-section ul li.active>a {
	background: #008cba;
	color: white
}
.top-bar-section ul li.active>a:hover {
	background: #0078a0;
	color: white
}
.top-bar-section .has-form {
	padding: 15px
}
.top-bar-section .has-dropdown {
	position: relative
}
.top-bar-section .has-dropdown>a:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: inset 5px;
	border-color: transparent transparent transparent rgba(255,255,255,0.4);
	border-left-style: solid;
	margin-right: 15px;
	margin-top: -4.5px;
	position: absolute;
	top: 50%;
	right: 0
}
.top-bar-section .has-dropdown.moved {
	position: static
}
.top-bar-section .has-dropdown.moved>.dropdown {
	display: block
}
.top-bar-section .dropdown {
	position: absolute;
	left: 100%;
	top: 0;
	display: none;
	z-index: 99
}
.top-bar-section .dropdown li {
	width: 100%;
	height: auto
}
.top-bar-section .dropdown li a {
	font-weight: normal;
	padding: 8px 15px
}
.top-bar-section .dropdown li a.parent-link {
	font-weight: normal
}
.top-bar-section .dropdown li.title h5 {
	margin-bottom: 0
}
.top-bar-section .dropdown li.title h5 a {
	color: white;
	line-height: 22.5px;
	display: block
}
.top-bar-section .dropdown li.has-form {
	padding: 8px 15px
}
.top-bar-section .dropdown li .button {
	top: auto
}
.top-bar-section .dropdown label {
	padding: 8px 15px 2px;
	margin-bottom: 0;
	text-transform: uppercase;
	color: #777;
	font-weight: bold;
font-size:.625rem
}
.js-generated {
	display: block
}
@media all {
.top-bar {
	background: #ea5153;
*zoom:1;
	overflow: visible
}
.top-bar:before, .top-bar:after {
	content: " ";
	display: table
}
.top-bar:after {
	clear: both
}
.top-bar .toggle-topbar {
	display: none
}
.top-bar .title-area {
	float: left
}
.top-bar .name h1 a {
	width: auto
}
.top-bar input, .top-bar .button {
font-size:.875rem;
	position: relative;
	top: 7px
}
.top-bar.expanded {
	background: #fff
}
.contain-to-grid .top-bar {
	max-width: 62.5rem;
	margin: 0 auto;
	margin-bottom: 0
}
.top-bar-section {
	-webkit-transition: none 0 0;
	-moz-transition: none 0 0;
	transition: none 0 0;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
.top-bar-section ul {
	height: auto !important;
	display: inline

}
.top-bar-section ul li {
	float: left
}
.top-bar-section ul li .js-generated {
	display: none
}
.top-bar-section li.hover>a:not(.button) {
	background: #272727;
	color: white
}
.logoCanada {
	width:430px;
	height: 70px;
	background-image: url('../images/signature_fr.png');
	background-size:430px 70px;
	background-repeat: no-repeat;
}
@media only screen and (max-width:767px) {
	.logoCanada { width:100px;}
}

.top-bar-section li:not(.has-form) a:not(.button) {
	padding: 0 15px;
	line-height: 45px;
	background: #333;
	width:100%;
}
.top-bar-section li:not(.has-form) a:not(.button):hover {
	background: #272727
}
.top-bar-section li.active:not(.has-form) a:not(.button) {
	padding: 0 15px;
	line-height: 45px;
	color: white;
	background: #008cba
}
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
	background: #0078a0
}
.top-bar-section .has-dropdown>a {
	padding-right: 35px !important
}
.top-bar-section .has-dropdown>a:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: inset 5px;
	border-color: rgba(255,255,255,0.4) transparent transparent transparent;
	border-top-style: solid;
	margin-top: -2.5px;
	top: 22.5px
}
.top-bar-section .has-dropdown.moved {
	position: relative
}
.top-bar-section .has-dropdown.moved>.dropdown {
	display: none
}
.top-bar-section .has-dropdown.hover>.dropdown, .top-bar-section .has-dropdown.not-click:hover>.dropdown {
	display: block
}
.top-bar-section .has-dropdown .dropdown li.has-dropdown>a:after {
	border: 0;
	content: "\00bb";
	top: 1rem;
	margin-top: -2px;
	right: 5px;
	line-height: 1.2
}
.top-bar-section .dropdown {
	left: 0;
	top: auto;
	background: transparent;
	min-width: 100%
}
.top-bar-section .dropdown li a {
	color: white;
	line-height: 1;
	white-space: nowrap;
	padding: 12px 15px;
	background: #333
}
.top-bar-section .dropdown li label {
	white-space: nowrap;
	background: #333
}
.top-bar-section .dropdown li .dropdown {
	left: 100%;
	top: 0
}
.top-bar-section>ul>.divider, .top-bar-section>ul>[role="separator"] {
border-bottom:0;
border-top:0;
border-right:solid 1px #4e4e4e;
clear:none;
height:45px;
width:0
}
.top-bar-section .has-form {
	background: #ea5153;
	padding: 0 15px;
	height: 45px
}
.top-bar-section .right li .dropdown {
	left: auto;
	right: 0
}
.top-bar-section .right li .dropdown li .dropdown {
	right: 100%
}
.top-bar-section .left li .dropdown {
	right: auto;
	left: auto;
}
.top-bar-section .left li .dropdown li .dropdown {
	left: 100%
}
.no-js .top-bar-section ul li:hover>a {
	background: #272727;
	color: white
}
.no-js .top-bar-section ul li:active>a {
	background: #008cba;
	color: white
}
.no-js .top-bar-section .has-dropdown:hover>.dropdown {
	display: block
}
}
.tabs {
*zoom:1;
	margin-bottom: 0 !important
}
.tabs:before, .tabs:after {
	content: " ";
	display: table
}
.tabs:after {
	clear: both
}
.tabs dd {
	position: relative;
	margin-bottom: 0 !important;
	top: 1px;
	float: left
}
.tabs dd>a {
	display: block;
	background: #efefef;
	color: #222;
	padding-top: 1rem;
	padding-right: 2rem;
	padding-bottom: 1.0625rem;
	padding-left: 2rem;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 1rem
}
.tabs dd>a:hover {
	background: #e1e1e1
}
.tabs dd.active a {
	background: white
}
.tabs.radius dd:first-child a {
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px
}
.tabs.radius dd:last-child a {
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px
}
.tabs.vertical dd {
	position: inherit;
	float: none;
	display: block;
	top: auto
}
.tabs-content {
*zoom:1;
	margin-bottom: 1.5rem;
	width: 100%
}
.tabs-content:before, .tabs-content:after {
	content: " ";
	display: table
}
.tabs-content:after {
	clear: both
}
.tabs-content>.content {
	display: none;
	float: left;
padding:.9375rem 0;
	width: 100%
}
.tabs-content>.content.active {
	display: block
}
.tabs-content>.content.contained {
padding:.9375rem
}
.tabs-content.vertical {
	display: block
}
.tabs-content.vertical>.content {
padding:0 .9375rem
}
@media only screen and (min-width:40.063em) {
.tabs.vertical {
	width: 20%;
	float: left;
	margin-bottom: 1.25rem
}
.tabs-content.vertical {
	width: 80%;
	float: left;
	margin-left: -1px
}
}
@-webkit-keyframes rotate {
from {
-webkit-transform:rotate(0)
}
to {
	-webkit-transform: rotate(360deg)
}
}
@-moz-keyframes rotate {
from {
-moz-transform:rotate(0)
}
to {
	-moz-transform: rotate(360deg)
}
}
@-o-keyframes rotate {
from {
-o-transform:rotate(0)
}
to {
	-o-transform: rotate(360deg)
}
}
@keyframes rotate {
from {
transform:rotate(0)
}
to {
	transform: rotate(360deg)
}
}
.slideshow-wrapper {
	position: relative
}
.slideshow-wrapper ul {
	list-style-type: none;
	margin: 0
}
.slideshow-wrapper ul li, .slideshow-wrapper ul li .orbit-caption {
	display: none
}
.slideshow-wrapper ul li:first-child {
	display: block
}
.slideshow-wrapper .orbit-container {
	background-color: transparent
}
.slideshow-wrapper .orbit-container li {
	display: block
}
.slideshow-wrapper .orbit-container li .orbit-caption {
	display: block
}
.preloader {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
	border: solid 3px;
	border-color: #555 #fff;
	-webkit-border-radius: 1000px;
	border-radius: 1000px;
	-webkit-animation-name: rotate;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: rotate;
	-moz-animation-duration: 1.5s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-o-animation-name: rotate;
	-o-animation-duration: 1.5s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
	animation-name: rotate;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear
}
.orbit-container {
	overflow: hidden;
	width: 100%;
	position: relative;
	background: 0
}
.orbit-container .orbit-slides-container {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	-webkit-transform: translateZ(0)
}
.orbit-container .orbit-slides-container img {
	display: block;
	max-width: 100%
}
.orbit-container .orbit-slides-container>* {
	position: absolute;
	top: 0;
	width: 100%;
	margin-left: 100%
}
.orbit-container .orbit-slides-container>*:first-child {
	margin-left: 0
}
.orbit-container .orbit-slides-container>* .orbit-caption {
	position: absolute;
	bottom: 0;
	background-color: rgba(51,51,51,0.8);
	color: white;
	width: 100%;
padding:.625rem .875rem;
font-size:.875rem
}
.orbit-container .orbit-slide-number {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 12px;
	color: white;
	background: rgba(0,0,0,0);
	z-index: 10
}
.orbit-container .orbit-slide-number span {
	font-weight: 700;
padding:.3125rem
}
.orbit-container .orbit-timer {
	position: absolute;
	top: 12px;
	right: 10px;
	height: 6px;
	width: 100px;
	z-index: 10
}
.orbit-container .orbit-timer .orbit-progress {
	height: 3px;
	background-color: rgba(255,255,255,0.3);
	display: block;
	width: 0;
	position: relative;
	right: 20px;
	top: 5px
}
.orbit-container .orbit-timer>span {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: ;
	height: 14px;
	border: solid 4px #fff;
	border-top: 0;
	border-bottom: 0
}
.orbit-container .orbit-timer.paused>span {
	right: -4px;
	top: 0;
	width: 11px;
	height: 14px;
	border: inset 8px;
	border-right-style: solid;
	border-color: transparent transparent transparent #fff
}
.orbit-container .orbit-timer.paused>span.dark {
	border-color: transparent transparent transparent #333
}
.orbit-container:hover .orbit-timer>span {
	display: block
}
.orbit-container .orbit-prev, .orbit-container .orbit-next {
	position: absolute;
	top: 45%;
	margin-top: -25px;
	width: 36px;
	height: 60px;
	line-height: 50px;
	color: white;
	background-color: none;
	text-indent: -9999px !important;
	z-index: 10
}
.orbit-container .orbit-prev:hover, .orbit-container .orbit-next:hover {
	background-color: rgba(0,0,0,0.3)
}
.orbit-container .orbit-prev>span, .orbit-container .orbit-next>span {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	display: block;
	width: 0;
	height: 0;
	border: inset 10px
}
.orbit-container .orbit-prev {
	left: 0
}
.orbit-container .orbit-prev>span {
	border-right-style: solid;
	border-color: transparent;
	border-right-color: white
}
.orbit-container .orbit-prev:hover>span {
	border-right-color: white
}
.orbit-container .orbit-next {
	right: 0
}
.orbit-container .orbit-next>span {
	border-color: transparent;
	border-left-style: solid;
	border-left-color: white;
	left: 50%;
	margin-left: -4px
}
.orbit-container .orbit-next:hover>span {
	border-left-color: white
}
.orbit-bullets-container {
	text-align: center
}
.orbit-bullets {
	margin: 0 auto 30px auto;
	overflow: hidden;
	position: relative;
	top: 10px;
	float: none;
	text-align: center;
	display: block
}
.orbit-bullets li {
	display: inline-block;
width:.5625rem;
height:.5625rem;
	background: #ccc;
	float: none;
	margin-right: 6px;
	-webkit-border-radius: 1000px;
	border-radius: 1000px
}
.orbit-bullets li.active {
	background: #999
}
.orbit-bullets li:last-child {
	margin-right: 0
}
.touch .orbit-container .orbit-prev, .touch .orbit-container .orbit-next {
	display: none
}
.touch .orbit-bullets {
	display: none
}
@media only screen and (min-width:40.063em) {
.touch .orbit-container .orbit-prev, .touch .orbit-container .orbit-next {
	display: inherit
}
.touch .orbit-bullets {
	display: block
}
}
@media only screen and (max-width:40em) {
.orbit-stack-on-small .orbit-slides-container {
	height: auto !important
}
.orbit-stack-on-small .orbit-slides-container>* {
	position: relative;
	margin-left: 0 !important
}
.orbit-stack-on-small .orbit-timer, .orbit-stack-on-small .orbit-next, .orbit-stack-on-small .orbit-prev, .orbit-stack-on-small .orbit-bullets {
	display: none
}
}
.alert-box {
	border-style: solid;
	border-width: 1px;
	display: block;
	font-weight: normal;
	margin-bottom: 1.25rem;
	position: relative;
padding:.875rem 1.5rem .875rem .875rem;
font-size:.8125rem;
	background-color: #008cba;
	border-color: #0078a0;
	color: white
}
.alert-box .close {
	font-size: 1.375rem;
	padding: 9px 6px 4px;
	line-height: 0;
	position: absolute;
	top: 50%;
	margin-top: -0.6875rem;
right:.25rem;
	color: #333;
	opacity: .3
}
.alert-box .close:hover, .alert-box .close:focus {
	opacity: .5
}
.alert-box.radius {
	-webkit-border-radius: 3px;
	border-radius: 3px
}
.alert-box.round {
	-webkit-border-radius: 1000px;
	border-radius: 1000px
}
.alert-box.success {
	background-color: #43ac6a;
	border-color: #3a945b;
	color: white
}
.alert-box.alert {
	background-color: #f04124;
	border-color: #de2d0f;
	color: white
}
.alert-box.secondary {
	background-color: #e7e7e7;
	border-color: #c7c7c7;
	color: #4f4f4f
}
.alert-box.warning {
	background-color: #f08a24;
	border-color: #de770f;
	color: white
}
.alert-box.info {
	background-color: #a0d3e8;
	border-color: #74bfdd;
	color: #4f4f4f
}
.icons-sprite, .icons-close-x-2x, .icons-dropdown-triangle, .icons-flag-2x, .icons-heart-2x, .icons-ico-fb-2x, .icons-ico-fb-round-black-2x, .icons-ico-fb-round-blue-2x, .icons-ico-fb, .icons-ico-google-round-black-2x, .icons-ico-google-round-red-2x, .icons-ico-twitter-round-black-2x, .icons-ico-twitter-round-blue-2x, .icons-list-2x, .icons-map-icon-2x, .icons-map-icon-white, .icons-map-icon, .icons-more-left, .icons-more-right, .icons-pointer-right-photo-2x, .icons-pointer-right-photo, .icons-pointer-up-border, .icons-pointer-up, .icons-profile, .icons-search-icon-2x, .icons-search-icon-white-2x, .icons-share-2x, .icons-tab-triangle, .page .header .close, .top-bar section ul li.menu-button a.icon-wrapper .icon, .top-bar section ul li.search-menu-button a.icon-wrapper .icon, .drilldown .suggestion .container:before, .drilldown .suggestion .place:before, .flag:before, .like-button:before, .facebook-share:before, .facebook-share:hover:before, .twitter-tweet:before, .twitter-tweet:hover:before, .pinterest-share:before, .pinterest-share:hover:before, .print-share:before, .print-share:hover:before, .share-button:before, .facebook-button .logo, .wrapper .header .close, .collection .selected:after, .orbit-container .large-right-arrow>span:after, .orbit-container .large-left-arrow>span:after, dl.tabs dd.active .triangle, dl.tabs dd:hover a .triangle {
	background: url(../image/icons.png) no-repeat
}
.cart-share, .cart-share:before, .cart-share:hover:before{
	background: url(../image/icons.png) no-repeat
}

.selection-share, .selection-share:before, .selection-share:hover:before, .Xselection-share, .Xselection-share:before, .Xselection-share:hover:before, .button-selection {
	background: url(../image/icons2.png) no-repeat
}

.icons-close-x-2x {
	background-position: 0 -1115px
}
.icons-dropdown-triangle {
	background-position: 0 -1287px
}
.icons-flag-2x {
	background-position: 0 0
}
.icons-heart-2x {
	background-position: 0 -1170px
}
.icons-ico-fb-2x {
	background-position: 0 -1213px
}
.icons-ico-fb-round-black-2x {
	background-position: 0 -955px
}
.icons-ico-fb-round-blue-2x {
	background-position: 0 -652px
}
.icons-ico-fb {
	background-position: 0 -403px
}
.icons-ico-google-round-black-2x {
	background-position: 0 -719px
}
.icons-ico-google-round-red-2x {
	background-position: 0 -491px
}
.icons-ico-twitter-round-black-2x {
	background-position: 0 -786px
}
.icons-ico-twitter-round-blue-2x {
	background-position: 0 -585px
}
.icons-list-2x {
	background-position: 0 -55px
}
.icons-map-icon-2x {
	background-position: 0 -904px
}
.icons-map-icon-white {
	background-position: 0 -464px
}
.icons-map-icon {
	background-position: 0 -558px
}
.icons-more-left {
	background-position: 0 -376px
}
.icons-more-right {
	background-position: 0 -349px
}
.icons-pointer-right-photo-2x {
	background-position: 0 -110px
}
.icons-pointer-right-photo {
	background-position: 0 -269px
}
.icons-pointer-up-border {
	background-position: 0 -1262px
}
.icons-pointer-up {
	background-position: 0 -1275px
}
.icons-profile {
	background-position: 0 -429px
}
.icons-search-icon-2x {
	background-position: 0 -853px
}
.icons-search-icon-white-2x {
	background-position: 0 -1022px
}
.icons-share-2x {
	background-position: 0 -1073px
}
.icons-tab-triangle {
	background-position: 0 -1306px
}
.tile, .collection-tile, .save-tile {
	background-color: white;
	border: 1px solid #ccc;
	margin: 0 auto 20px;
	padding: 9px
}
body {
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	background-color: #eee;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center 0%;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a {
	color: #42a0a1
}
a:hover {
	color: #3b8e8f
}
.page {
	position: relative;
	height: 100%;
	width: 934px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	display: table;
	padding-top: 5px
}
@media only screen and (max-width:767px) {
.page {
	width:302px
}
}

@media only screen and (min-width:768px) and (max-width:959px) {
.page {
	width: 748px
}
}
@media only screen and (min-width:960px) {
.page {
	width: 934px
}
}
.page .header {
	position: fixed;
	z-index: 100;
	top: 5px
}
@media only screen and (min-width:768px) {
.page .header {
	margin-left: 698px;
	width: 54px;
	height: 50px;
	-webkit-box-shadow: #969696 -1px 1px 0;
	-moz-box-shadow: #969696 -1px 1px 0;
	box-shadow: #969696 -1px 1px 0;
	background-color: #444;
	color: #FFF
}
}
@media only screen and (min-width:960px) {
.page .header {
	margin-left: 900px
}
}
@media only screen and (max-width:767px) {
.page .header {
	position: relative;
	right: 0;
	margin: -15px 0 10px 0
}
}
.page .header .close {
	display: none;
	background-position: 0 -1115px;
	-webkit-background-size: 45px 661px;
	-moz-background-size: 45px 661px;
	-o-background-size: 45px 661px;
	background-size: 45px 661px;
	width: 26px;
	height: 26px;
	background-position: 0 -558px;
	float: right;
	margin: 13px 15px
}
@media only screen and (min-width:768px) {
.page .header .close {
	display: initial
}
}
@media only screen and (max-width:767px) {
.hide-only-phone {
	display: none
}
}
@media not screen and (max-width:767px) {
.show-only-phone {
	display: none
}
}
@media only screen and (min-width:768px) and (max-width:959px) {
.hide-only-tablet {
	display: none
}
}
@media not screen and (min-width:768px) and (max-width:959px) {
.show-only-tablet {
	display: none
}
}
@media only screen and (min-width:960px) {
.hide-only-desktop {
	display: none
}
}
@media not screen and (min-width:960px) {
.show-only-desktop {
	display: none
}
}
.clickable {
	position: relative
}
.clickable a.click {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-decoration: none;
	z-index: 15;
	background-color: white;
	opacity: 0;
	filter: alpha(opacity=1)
}
.bottom-right-wrapper {
	position: absolute;
	bottom: 0;
	right: 0
}
.bottom-left-wrapper {
	position: absolute;
	bottom: 0;
	left: 0
}
.top-right-wrapper {
	position: absolute;
	top: 0;
	right: 0
}
.top-left-wrapper {
	position: absolute;
	top: 0;
	left: 0
}
table {
	border: 0;
	border-spacing: 0
}
h1 {
	font-size: 26px;
	font-weight: 400;
	margin: 0
}
@media only screen and (min-width:768px) and (max-width:959px) {
h1 {
	font-size: 24px
}
}
@media only screen and (max-width:767px) {
h1 {
	font-size: 18px
}
}
h2 {
	font-size: 20px;
	font-weight: 400
}
@media only screen and (max-width:767px) {
h2 {
	font-size: 16px
}
}
h3 {
	font-size: 16px
}
em {
	font-weight: 700;
	font-style: normal
}
ul, li {
	list-style-type: none;
	text-align: left
}
.hide {
	display: none !important
}
.page .responsive-picture {
	max-width: 100%;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	
}
.modal {
	height: 100%;
	overflow: auto;
	width: 100%;
	position: fixed;
	z-index: 99 !important
}
.modal .wrapper {
	z-index: 100;
	margin: 60px auto
}
.modal .wrapper .header {
	margin-bottom: 0
}
@media only screen and (max-width:767px) {
.modal .wrapper {
	margin-top: 5px
}
}
@media only screen and (max-width:767px) {
.modal {
	background: #eee
}
}
.modal .page {
	margin: 25px auto
}
.blocker {
	z-index: 98 !important;
	opacity: .95 !important;
	background-color: #e6e6e6 !important
}
.supermodal {
	z-index: 101 !important
}
.supermodal+.blocker {
	z-index: 100 !important;
	opacity: .65 !important
}
.close-modal {
	display: none
}
#modal-loading {
	z-index: 106;
	opacity: .5;
	background-color: #e6e6e6;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed
}
#modal-loading .spinner {
	z-index: 107;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px
}
#infscr-loading img, .engage .spinner {
	width: 40px;
	height: 40px
}


.fixed-bar {
	top: 0;
	position: fixed;
	width: 100%;
	z-index: 90
}


.fixed-bar .logo {
	display: inline-block;
	z-index: 10;
	top: -2px;
	width: 200px;
	padding:2px 0px 2px 0px
}
@media not screen and (max-width:767px) {
.fixed-bar .logo {
	position: absolute;
	left: 20px;}
}

.adjust-for-top-bar {
	margin-top: 75px
}
.modal .adjust-for-top-bar {
	margin-top: 5px
}
.top-bar {
	height: 70px;
	background: #154F4F;
	background-image:linear-gradient(90deg, #154F4F 0%, #0C2727 50%);
	opacity: .95
}

@media only screen and (max-width:767px) {
.top-bar .top-bar-section {
	width:300px;
	height:90px;
}
}
@media only screen and (min-width:768px) and (max-width:959px) {
.top-bar .top-bar-section {
	width: 768px;
}
}
@media only screen and (min-width:960px) {
.top-bar .top-bar-section {
	width: 960px;
}
}

.top-bar .logo-left img {
	margin-bottom: 2px
}
.top-bar .name h1 {
	color: white;
	width: 100%;
	font-size: 20px;
	text-align: center
}
.top-bar section .has-dropdown>a {
	padding-right: 25px !important
}
.top-bar section ul {
	background-color: #ea5153
}
.top-bar section ul li.has-form {
	background: 0
}
.top-bar section ul li.has-form input {
	top: 2px
}
.top-bar section ul li a:not(.button) {
	background: none !important
}
.top-bar section ul li.menu-item {
	background-color: #ea5153
}
.top-bar section ul li:not(.logo-left)>a {
	font-size: 14px
}
.top-bar section ul li>a:hover, .top-bar section ul li.hover>a, .top-bar section ul li.active>a {
	background: #BB133E !important
}
.top-bar section ul li.profile {
	min-width: 50px
}
.top-bar section ul li.profile a.profile-icon-wrapper {
	height: 45px
}
.top-bar section ul li.profile a.profile-icon-wrapper .profile-picture img {
	margin-right: 5px;
	height: 30px;
	min-width: 30px;
	border: 1px solid white
}
.top-bar section ul li.menu-button a.icon-wrapper, .top-bar section ul li.search-menu-button a.icon-wrapper {
	height: 45px;
	padding: 10px !important
}
.top-bar section ul li.menu-button a.icon-wrapper .icon, .top-bar section ul li.search-menu-button a.icon-wrapper .icon {
	display: block;
	background-position: 0 -55px;
	-webkit-background-size: 45px 661px;
	-moz-background-size: 45px 661px;
	-o-background-size: 45px 661px;
	background-size: 45px 661px;
	width: 26px;
	height: 26px;
	background-position: 0 -28px
}
.top-bar section ul li.menu-button a.icon-wrapper:after, .top-bar section ul li.search-menu-button a.icon-wrapper:after {
	content: none
}

.top-bar section ul li.search-menu-button {
	display: inline-block
}



input.search-box {
	padding: 6px 7px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	outline: 0;
	-webkit-appearance: none;
	border: 0;
	background: url("../static/images/CanadaPlacesIcon.png") no-repeat scroll 5px 5px;
	background-size: 20px;
	padding-left: 32px;
	background-color: white;
	font-size: 14px;
	font-weight: 400;
	font-family: "asap";
	border: 1px solid #ccc;
}
.search .search-box-wrapper {
	border-bottom: 1px solid #ccc
}
.search .search-box-wrapper input.search-box {
	border: 1px solid #ccc;
	width: 88%;
	line-height: 1.8em;
	font-size: 18px;
	background-position: 8px 12px;
	margin: 0 25px 10px 10px;
	padding-left: 40px
}
.search .search-box-wrapper a.close {
	opacity: .3;
	position: absolute;
	top: 6px;
	right: 4px
}

.search .search-box-wrapper a.close:hover, .search .search-box-wrapper a.close a:focus {
	opacity: .5
}
.search .search-box-wrapper a.close:after {
	content: "×";
	color: #333;
	font-size: 2rem
}
.top-bar .search-box-wrapper {
	display: inline-block
}

.top-bar .search-box-wrapper input.search-box {
	position: relative;
	top: 7px;
	margin-left: 5px;
	margin-top:10px;
}
@media only screen and (min-width:960px) {
.top-bar .search-box-wrapper input.search-box {
	width: 175px;
	margin-right: 0px;
	
}
}
@media only screen and (min-width:768px) and (max-width:959px) {
.top-bar .search-box-wrapper input.search-box {
	width: 175px;
	margin-right: 0px
}
}
@media only screen and (max-width:767px) {
.top-bar .search-box-wrapper input.search-box {
	margin-right: 0px;
	width: 175px;
}
}
.top-bar .search-box-wrapper input.search-box:focus {
	-webkit-box-shadow: rgba(71,204,205,0.4) 0 0 2px 3px;
	-moz-box-shadow: rgba(71,204,205,0.4) 0 0 2px 3px;
	box-shadow: rgba(71,204,205,0.4) 0 0 2px 3px
}
.autocomplete-suggestions {
	position: absolute !important;
	max-height: none !important;
	background: white;
	border-right: 1px solid #ccc;
	-webkit-box-shadow: rgba(0,0,0,0.4) -1px 2px 8px;
	-moz-box-shadow: rgba(0,0,0,0.4) -1px 2px 8px;
	box-shadow: rgba(0,0,0,0.4) -1px 2px 8px;
	margin-top: 9px;
	margin-left: 6px
}

.autocomplete-suggestions .autocomplete-suggestion {
	background: url("../static/images/CanadaPlacesIcon.png") no-repeat scroll 5px 5px;
	background-size: 20px;
	border-bottom: 1px solid #ccc;
	white-space: nowrap;
	overflow: hidden
}

.autocomplete-suggestions .autocomplete-suggestion:hover, .autocomplete-suggestions .autocomplete-suggestion:active {
	background: url("../static/images/CanadaPlacesIcon.png") no-repeat scroll 5px 5px;
	background-size: 20px;
	background-color: #f0f0f0;
}
.autocomplete-suggestions .autocomplete-suggestion a {
	padding: 0 !important
}
.autocomplete-suggestions .autocomplete-suggestion .link, .autocomplete-suggestions .autocomplete-suggestion .container, .autocomplete-suggestions .autocomplete-suggestion .place, .autocomplete-suggestions .autocomplete-suggestion .drilldown-back {
	font-size: 14px !important;
	font-weight: 400;
	text-align: left;
	line-height: 1em;
	padding: 5px 10px
}
.autocomplete-suggestions .autocomplete-suggestion .link .entity-name, .autocomplete-suggestions .autocomplete-suggestion .container .entity-name, .autocomplete-suggestions .autocomplete-suggestion .place .entity-name, .autocomplete-suggestions .autocomplete-suggestion .drilldown-back .entity-name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: auto;
	line-height: 1.4em;
	color: black
}
.autocomplete-suggestions .autocomplete-suggestion .link .parent-name, .autocomplete-suggestions .autocomplete-suggestion .container .parent-name, .autocomplete-suggestions .autocomplete-suggestion .place .parent-name, .autocomplete-suggestions .autocomplete-suggestion .drilldown-back .parent-name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 15px;
	color: #888
}
.autocomplete-suggestions .autocomplete-suggestion .link, .autocomplete-suggestions .autocomplete-suggestion .drilldown-back {
	padding-top: 10px;
	padding-bottom: 10px
}
.autocomplete-suggestions .autocomplete-suggestion .container {
	padding: 10px
}
.autocomplete-suggestions .autocomplete-suggestion .container:before {
	content: "";
	width: 20px;
	height: 20px;
	float: right
}
.autocomplete-suggestions .autocomplete-suggestion .place:before {
	content: "";
	width: 24px;
	height: 24px;
	float: left;
	margin-top: 5px;
	margin-right: 10px
}
.autocomplete-suggestions .autocomplete-suggestion .drilldown-back {
	font-style: italic
}
.autocomplete-suggestions .autocomplete-suggestion .drilldown-back:before {
	font-style: normal;
	content: '\2039'
}
.autocomplete-suggestions .autocomplete-selected {
	background: #f0f0f0
}
.menu-wrapper nav.footer {
	background-color: #eee;
	padding-left: 10px
}
.menu-wrapper nav.footer a {
	font-size: 13px;
	font-weight: 600;
	color: #888;
	padding: 0 14px 0 0 !important;
	line-height: 35px !important
}
.menu-wrapper nav.footer a.light {
	font-weight: 400
}
.menu-wrapper nav.footer a:hover, .menu-wrapper nav.footer a:active {
	text-decoration: underline
}
.drilldown-container {
	width: auto !important
}
.drilldown {
	position: absolute !important;
	max-height: none !important;
	background: white;
	border-right: 1px solid #ccc;
	-webkit-box-shadow: rgba(0,0,0,0.4) -1px 2px 8px;
	-moz-box-shadow: rgba(0,0,0,0.4) -1px 2px 8px;
	box-shadow: rgba(0,0,0,0.4) -1px 2px 8px;
	overflow: hidden;
	width: 375px;
	
}

@media only screen and (min-width:768px) and (max-width:959px) {
.drilldown {
	width: 326px
}
}
@media only screen and (max-width:767px) {
.drilldown {
	width: 250px
}
}
.drilldown .suggestion {
	border-bottom: 1px solid #ccc;
	white-space: nowrap;
	overflow: hidden;
	
	
}
.drilldown .suggestion:hover, .drilldown .suggestion:active {
	background: #f0f0f0
}
.drilldown .suggestion a {
	padding: 0 !important
}
.drilldown .suggestion .link, .drilldown .suggestion .container, .drilldown .suggestion .place, .drilldown .suggestion .drilldown-back {
	font-size: 14px !important;
	font-weight: 300;
	text-align: left;
	line-height: 1em;
	padding: 5px 10px
}
.drilldown .suggestion .link .entity-name, .drilldown .suggestion .container .entity-name, .drilldown .suggestion .place .entity-name, .drilldown .suggestion .drilldown-back .entity-name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: auto;
	line-height: 1.4em;
	color: black
}
.drilldown .suggestion .link .parent-name, .drilldown .suggestion .container .parent-name, .drilldown .suggestion .place .parent-name, .drilldown .suggestion .drilldown-back .parent-name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 15px;
	color: #888
}
.drilldown .suggestion .link, .drilldown .suggestion .drilldown-back {
	padding-top: 10px;
	padding-bottom: 10px
}
.drilldown .suggestion .container {
	padding: 10px
}
.drilldown .suggestion .container:before {

}
.drilldown .suggestion .place:before {

}
.drilldown .suggestion .drilldown-back {
	font-style: italic
}
.drilldown .suggestion .drilldown-back:before {
	font-style: normal;
	content: '\2039'
}
.drilldown-sub {
	display: none
}
#infscr-loading {
	clear: both;
	position: absolute;
	bottom: -50px;
	width: 100%;
	text-align: center
}
#infscr-loading img {
	margin: 5px
}
.feed, .activity-list, .collection-list {
	padding-bottom: 0px;
	margin-right: -18px;
}
@media only screen and (max-width:767px) {
.feed, .activity-list, .collection-list {
	margin-right: 0
}
}
.feed .next-page, .activity-list .next-page, .collection-list .next-page {
	display: none
}
.feed {
	margin-bottom: 0px;
	margin-top: 300px;
}

.tile, .collection-tile, .save-tile {
	background-color: white;
	border: 1px solid #ccc;
	margin: 0 auto 20px;
	padding: 0;
	float: left;
	cursor: pointer;
	width: 302px;
	margin-bottom: 18px;
	margin-right: 14px;
	display: block
}
.tile:hover, .collection-tile:hover, .save-tile:hover {
	opacity: 1;
	background: #f8f8f8;
}

@media only screen and (max-width:767px) {
	.tile:hover {
	background: white;
	border:5px solid white;
	}
}


.tile:active, .collection-tile:active, .save-tile:active {
	background: #f0f0f0
}
.tile .picture, .collection-tile .picture, .save-tile .picture {
	position: relative
}
.tile .label, .collection-tile .label, .save-tile .label {
	overflow: hidden;
	padding: 9px
}
.tile .label .entity-name, .collection-tile .label .entity-name, .save-tile .label .entity-name {
	font-size: 15px;
	margin-bottom: 3px
}
.tile .label .sharer, .collection-tile .label .sharer, .save-tile .label .sharer {
	font-size: 11px;
	color: #888;
	margin-bottom: 5px
}
.tile .label .experience, .collection-tile .label .experience, .save-tile .label .experience {
	overflow: hidden
}
.tile .label .experience .author-pic, .collection-tile .label .experience .author-pic, .save-tile .label .experience .author-pic {
	position: relative;
	float: left;
	margin: 0px 0px 0px 0px
}
.tile .label .experience .author-pic img, .collection-tile .label .experience .author-pic img, .save-tile .label .experience .author-pic img {
	max-width: 37px;
	height: 37px
}
.tile .label .experience .title, .collection-tile .label .experience .title, .save-tile .label .experience .title {
	overflow: hidden;
	font-size: 13px;
	line-height: 1.3em;
	color: #333
}
.tile .label .experience .author-name, .collection-tile .label .experience .author-name, .save-tile .label .experience .author-name {
	font-size: 13px;
	font-weight: bold;
	color: #333
}
@media only screen and (min-width:768px) and (max-width:959px) {
.tile, .collection-tile, .save-tile {
	width: 240px
}
}
@media only screen and (max-width:767px) {
.tile, .collection-tile, .save-tile {
	margin-right: 0
}
}
.activity {
	background-color: white;
	border: 1px solid #ccc;
	margin: 0 auto 20px;
	padding: 9px
}
.activity .profile-pic {
	float: left;
	padding-right: 10px
}
.activity .profile-pic img {
	height: 37px
}
.activity .label {
	float: left;
	overflow: hidden;
	font-size: 14px;
	line-height: 1.45em
}
.activity .label .name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 700;
	width: 290px
}
@media only screen and (min-width:768px) and (max-width:959px) {
.activity .label .name {
	width: 195px
}
}
.activity.left {
	width: 50%;
	float: left
}
.activity.right {
	width: 50%;
	float: right;
	border-left: 0
}
.activity-list .tile, .activity-list .collection-tile, .activity-list .save-tile {
	min-height: 320px
}
@media only screen and (min-width:768px) and (max-width:959px) {
.activity-list .tile, .activity-list .collection-tile, .activity-list .save-tile {
	min-height: 285px
}
}
.see-more-button {
	border-style: solid;
	border-width: 0;
	cursor: pointer;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	position: relative;
	text-decoration: none;
	text-align: center;
	display: inline-block;
padding-top:.625rem;
	padding-right: 1.25rem;
padding-bottom:.6875rem;
	padding-left: 1.25rem;
font-size:.6875rem;
	background-color: #ccc;
	border-color: #a3a3a3;
	color: #333;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 98%;
	height: 30px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.1em;
	font-weight: 400;
	border: 0;
	margin: -10px auto 0;
	padding: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 302px
}
.see-more-button:hover, .see-more-button:focus {
	background-color: #a3a3a3
}
.see-more-button:hover, .see-more-button:focus {
	color: #333
}
@media only screen and (min-width:768px) and (max-width:959px) {
.see-more-button {
	width: 748px
}
}
@media only screen and (min-width:960px) {
.see-more-button {
	width: 934px
}
}
.more-about {
	margin-top: -11px
}
.more-about .tile, .more-about .collection-tile, .more-about .save-tile {
	min-height: 270px
}
.more-about .label.top {
	display: none
}
@media only screen and (min-width:768px) and (max-width:959px) {
.more-about .tile, .more-about .collection-tile, .more-about .save-tile {
	min-height: 240px
}
.more-about .tile .picture .responsive-picture, .more-about .collection-tile .picture .responsive-picture, .more-about .save-tile .picture .responsive-picture {
	height: 159px
}
}
@media only screen and (max-width:767px) {
.more-about {
	margin-top: -21px;
	margin-bottom: 20px;
	text-align: center
}
.more-about .tile, .more-about .collection-tile, .more-about .save-tile {
	text-align: left;
	min-height: 0 !important;
	margin-bottom: -1px
}
.more-about .tile .label.top, .more-about .collection-tile .label.top, .more-about .save-tile .label.top {
	display: none
}
.more-about .tile .picture, .more-about .collection-tile .picture, .more-about .save-tile .picture {
	float: left
}
.more-about .tile .picture .bottom-right-wrapper, .more-about .collection-tile .picture .bottom-right-wrapper, .more-about .save-tile .picture .bottom-right-wrapper {
	display: none
}
.more-about .tile .picture .responsive-picture, .more-about .collection-tile .picture .responsive-picture, .more-about .save-tile .picture .responsive-picture {
	width: 85px;
	height: 85px
}
.more-about .tile .label.bottom, .more-about .collection-tile .label.bottom, .more-about .save-tile .label.bottom {
	margin-left: 85px
}
.more-about .tile .label.bottom .experience .author-pic, .more-about .collection-tile .label.bottom .experience .author-pic, .more-about .save-tile .label.bottom .experience .author-pic {
	display: none
}
.more-about .see-more-button {
	margin-top: 18px
}
}
#experience {
	background-color: white;
	border: 1px solid #ccc;
	margin: 0 auto 20px;
	padding: 0;
	border-top: 0
}
#experience .picture {
	position: relative;
	text-align: center;
	background: black
}
#experience .picture .img-wrapper {
	position: relative
}
#experience .picture .img-wrapper .button-bar {
	height: 40px;
	bottom: 0;
	width: 100%;
	position: absolute;
	background: rgba(255,255,255,0.5)
}
#experience .picture .img-wrapper .responsive-picture {
	position: relative;
	margin: 0 auto;
	max-height: 460px
}
@media only screen and (min-width:768px) and (max-width:959px) {
#experience .picture .img-wrapper .responsive-picture {
	max-height: 560px
}
}
@media only screen and (min-width:960px) {
#experience .picture .img-wrapper .responsive-picture {
	max-height: 525px
}
}
@media only screen and (min-width:768px) {
#experience .picture {
	padding: 20px;
	background: #f8f8f8;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc
}
}
#experience .author-and-title {
	font-size: 16px;
	padding: 10px
}
@media only screen and (max-width:767px) {
#experience .author-and-title {
	font-size: 13px
}
}
#experience .author-and-title .author-pic {
	display: table-cell;
	vertical-align: middle;
	width: 47px;
	padding-right: 10px
}
#experience .author-and-title .author-pic img {
	width: 37px;
	height: 37px
}
#experience .author-and-title .title {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.25em;
	color: #333
}
#experience .author-and-title .author-name {
	font-weight: bold;
	color: #333
}
#experience .label {
	position: relative
}
.link-to-source {
	padding: 15px 10px;
	font-weight: 700;
	font-size: 14px;
	margin-right: 47px
}
@media only screen and (max-width:767px) {
.link-to-source {
	font-size: 12px;
	font-weight: 400
}
}
.link-to-source a {
	color: #333
}
.link-to-source:hover {
	background: #f8f8f8
}
.flag {
	position: absolute;
	right: 0;
	top: 0;
	border-left: 1px solid #ccc;
	padding: 10px;
	height: 100%
}
.flag:before {
	content: '';
	background-position: 0 0;
	-webkit-background-size: 45px 661px;
	-moz-background-size: 45px 661px;
	-o-background-size: 45px 661px;
	background-size: 45px 661px;
	width: 26px;
	height: 26px;
	background-position: 0 0;
	background-repeat: no-repeat;
	float: left
}
.flag:hover {
	background-color: #f8f8f8
}
#confirm_report {
	display: none
}
.entity {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 2px solid #ccc
}
.entity ul.breadcrumbs {
	margin: 0 10px 0 0;
	line-height: 1em;
	padding: 0
}
.entity ul.breadcrumbs li {
	list-style-type: none;
	display: inline;
	margin-right: 2px;
	margin-top: 5px;
	font-size: 12px
}
.entity ul.breadcrumbs a {
	font-weight: 400;
	color: #333;
	font-size: 11px
}
.entity ul.breadcrumbs a:hover {
	color: #42a0a1;
	text-decoration: underline
}
.entity .entity-name {
	width: 100%
}
#activity .entity {
	background-color: white;
	border: 1px solid #ccc;
	margin: 0 auto 20px;
	padding: 9px;
	margin-bottom: 0
}
.map-header {
	background-color: white;
	border: 1px solid #ccc;
	margin: 0 auto 20px;
	padding: 9px;
	margin-bottom: 0
}
.map-header .follow-button {
	top: -10px;
	float: right
}
.map-header address, .map-header .website {
	font-size: 13px;
	font-style: normal
}
.map-header address {
	margin-top: 10px
}
.map-header address a {
	color: #ea5153
}
.map-header address a:hover {
	opacity: .8
}
.map-header .website {
	margin: 10px 0
}
.map-header .map {
	width: 100%;
	height: 128px;
	cursor: pointer
}
.explore-parent {
	background-color: white;
	border: 1px solid #ccc;
	margin: 0 auto 20px;
	padding: 9px;
	border-top: 0;
	text-align: right
}
.save-button {
	z-index: 15;
	float: left;
	margin: 5px 5px 5px 0 !important;
	border-style: solid;
	border-width: 0;
	cursor: pointer;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	position: relative;
	text-decoration: none;
	text-align: center;
	display: inline-block;
padding-top:.3125rem;
padding-right:.625rem;
padding-bottom:.375rem;
padding-left:.625rem;
	background-color: rgba(0,0,0,0.75);
	border-color: rgba(0,0,0,0.75);
	color: white;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: auto;
	height: 30px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.1em;
	font-weight: 400;
	border: 0;
	display: none
}
.save-button:hover, .save-button:focus {
	background-color: rgba(0,0,0,0.75)
}
.save-button:hover, .save-button:focus {
	color: white
}
.save-button:hover {
	background-color: black
}
.save-button:active {
	background-color: #ea5153
}
.save-button.enabled {
	background-color: #47cccd
}
@media not screen and (min-width:960px) {
.save-button {
	display: block
}
}
.saved {
	z-index: 15;
	float: left;
	margin: 5px 5px 5px 0 !important;
	border-style: solid;
	border-width: 0;
	cursor: pointer;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	position: relative;
	text-decoration: none;
	text-align: center;
	display: inline-block;
padding-top:.3125rem;
padding-right:.625rem;
padding-bottom:.375rem;
padding-left:.625rem;
	background-color: rgba(0,0,0,0.75);
	border-color: rgba(0,0,0,0.75);
	color: white;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: auto;
	height: 30px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.1em;
	font-weight: 400;
	border: 0;
	display: none;
	display: none
}
.saved:hover, .saved:focus {
	background-color: rgba(0,0,0,0.75)
}
.saved:hover, .saved:focus {
	color: white
}
.saved:hover {
	background-color: black
}
.saved:active {
	background-color: #ea5153
}
.saved.enabled {
	background-color: #47cccd
}
.save {
	min-height: 390px
}
.like-button {
	z-index: 15;
	float: left;
	margin: 5px 5px 5px 0 !important;
	border-style: solid;
	border-width: 0;
	cursor: pointer;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	position: relative;
	text-decoration: none;
	text-align: center;
	display: inline-block;
padding-top:.3125rem;
padding-right:.625rem;
padding-bottom:.375rem;
padding-left:.625rem;
	background-color: rgba(0,0,0,0.75);
	border-color: rgba(0,0,0,0.75);
	color: white;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: auto;
	height: 30px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.1em;
	font-weight: 400;
	border: 0;
	display: none
}
.like-button:hover, .like-button:focus {
	background-color: rgba(0,0,0,0.75)
}
.like-button:hover, .like-button:focus {
	color: white
}
.like-button:hover {
	background-color: black
}
.like-button:active {
	background-color: #ea5153
}
.like-button.enabled {
	background-color: #47cccd
}
@media not screen and (min-width:960px) {
.like-button {
	display: block
}
}
.like-button:before {
	content: '';
	margin-right: 7px;
	background-position: 0 -1170px;
	-webkit-background-size: 45px 661px;
	-moz-background-size: 45px 661px;
	-o-background-size: 45px 661px;
	background-size: 45px 661px;
	width: 20px;
	height: 20px;
	background-position: 0 -585px;
	float: left;
	background-repeat: no-repeat
}
.tile:hover .save-button, .collection-tile:hover .save-button, .save-tile:hover .save-button, #experience .save-button {
	display: block
}
.tile:hover .like-button, .collection-tile:hover .like-button, .save-tile:hover .like-button, #experience .like-button {
	display: block
}
.social-actions {
	position: relative;
	z-index: 15;
	float: right;
	padding: 15px 12px 0 0
}
.social-actions a {
	display: inline-block
}
.facebook-share:before {
	content: "";
	display: block;
	background-position: 0 -955px;
	-webkit-background-size: 45px 661px;
	-moz-background-size: 45px 661px;
	-o-background-size: 45px 661px;
	background-size: 45px 661px;
	width: 32px;
	height: 32px;
	background-position: 0 -478px
}
.facebook-share:hover:before {
	background-position: 0 -652px;
	-webkit-background-size: 45px 661px;
	-moz-background-size: 45px 661px;
	-o-background-size: 45px 661px;
	background-size: 45px 661px;
	width: 32px;
	height: 32px;
	background-position: 0 -326px
}
.facebook-share.with-label:after {
	position: absolute;
	content: "Partager sur Facebook";
	top: 10px;
	left: 50px
}
.twitter-tweet:before {
	content: "";
	display: block;
	background-position: 0 -786px;
	-webkit-background-size: 45px 661px;
	-moz-background-size: 45px 661px;
	-o-background-size: 45px 661px;
	background-size: 45px 661px;
	width: 32px;
	height: 32px;
	background-position: 0 -393px
}
.twitter-tweet:hover:before {
	background-position: 0 -585px;
	-webkit-background-size: 45px 661px;
	-moz-background-size: 45px 661px;
	-o-background-size: 45px 661px;
	background-size: 45px 661px;
	width: 32px;
	height: 32px;
	background-position: 0 -293px
}
.twitter-tweet.with-label:after {
	position: absolute;
	content: "Partager sur Twitter";
	top: 10px;
	left: 50px
}
.pinterest-share:before {
	content: "";
	display: block;
	background-position: 0 -719px;
	-webkit-background-size: 45px 661px;
	-moz-background-size: 45px 661px;
	-o-background-size: 45px 661px;
	background-size: 45px 661px;
	width: 32px;
	height: 32px;
	background-position: 0 -360px
}
.pinterest-share:hover:before {
	background-position: 0 -491px;
	-webkit-background-size: 45px 661px;
	-moz-background-size: 45px 661px;
	-o-background-size: 45px 661px;
	background-size: 45px 661px;
	width: 32px;
	height: 32px;
	background-position: 0 -246px
}
.pinterest-share.with-label:after {
	position: absolute;
	content: "Partager sur Pinterest";
	top: 10px;
	left: 50px
}
.print-share:before {
	content: "";
	display: block;
	background-position: 0 -1172px;
	-webkit-background-size: 45px 661px;
	-moz-background-size: 45px 661px;
	-o-background-size: 45px 661px;
	background-size: 45px 661px;
	width: 32px;
	height: 32px;
	background-position: 0 -586px
}
.print-share:hover:before {
	background-position: 0 -1237px;
	-webkit-background-size: 45px 661px;
	-moz-background-size: 45px 661px;
	-o-background-size: 45px 661px;
	background-size: 45px 661px;
	width: 32px;
	height: 32px;
	background-position: 0 -619px
}
.print-share.with-label:after {
	position: absolute;
	content: "Imprimer cette oeuvre";
	top: 10px;
	left: 50px
}

.cart-share:before {
	content: "";
	display: block;
	background-position: 0 -348px;
	-webkit-background-size: 45px 661px;
	-moz-background-size: 45px 661px;
	-o-background-size: 45px 661px;
	background-size: 45px 661px;
	width: 32px;
	height: 32px;
	background-position: 0 -174px
}
.cart-share:hover:before {
	background-position: 0 -414px;
	-webkit-background-size: 45px 661px;
	-moz-background-size: 45px 661px;
	-o-background-size: 45px 661px;
	background-size: 45px 661px;
	width: 32px;
	height: 32px;
	background-position: 0 -207px
}
.cart-share.with-label:after {
	position: absolute;
	content: "Acheter en ligne";
	top: 10px;
	left: 50px
}

.selection-share:before {
	content: "";
	display: block;
	background-position: 0 0px;
	-webkit-background-size: 45px 661px;
	-moz-background-size: 45px 661px;
	-o-background-size: 45px 661px;
	background-size: 45px 661px;
	width: 32px;
	height: 32px;
}
.selection-share:hover:before {
	background-position: 0 -34px;
	-webkit-background-size: 45px 661px;
	-moz-background-size: 45px 661px;
	-o-background-size: 45px 661px;
	background-size: 45px 661px;
	width: 32px;
	height: 32px;
}
.selection-share.with-label:after {
	position: absolute;
	content: "Ajouter aux favoris";
	top: 10px;
	left: 50px
}

.Xselection-share:before {
	content: "";
	display: block;
	background-position: 0 -68px;
	-webkit-background-size: 45px 661px;
	-moz-background-size: 45px 661px;
	-o-background-size: 45px 661px;
	background-size: 45px 661px;
	width: 32px;
	height: 32px;
}
.Xselection-share:hover:before {
	background-position: 0 -102px;
	-webkit-background-size: 45px 661px;
	-moz-background-size: 45px 661px;
	-o-background-size: 45px 661px;
	background-size: 45px 661px;
	width: 32px;
	height: 32px;
}
.Xselection-share.with-label:after {
	position: absolute;
	content: "Supprimer des favoris";
	top: 10px;
	left: 50px
}

.button-selection{
	display: block;
	background-position: 0 -136px;
	-webkit-background-size: 45px 661px;
	-moz-background-size: 45px 661px;
	-o-background-size: 45px 661px;
	background-size: 45px 661px;
	width: 32px;
	height: 32px;
	margin-left: 13px;
	margin-top: 5px;
	font-size: 10px;
	line-height: 30px;
	text-align: center;
	color: black;
	cursor: pointer;
}

@media only screen and (max-width:767px){
	.button-selection { display:none}
	#nav_top_selection {display:none}
	#nav_top_home {display:none}
	#nav_top_news {display:none}
	#suggestion-selection {display:none}
	#menu_nav_top_infos_2 {display:none}
}	


.share-button {
	z-index: 15;
	float: left;
	margin: 5px 5px 5px 0 !important;
	border-style: solid;
	border-width: 0;
	cursor: pointer;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	position: relative;
	text-decoration: none;
	text-align: center;
	display: inline-block;
padding-top:.3125rem;
padding-right:.625rem;
padding-bottom:.375rem;
padding-left:.625rem;
	background-color: rgba(0,0,0,0.75);
	border-color: rgba(0,0,0,0.75);
	color: white;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: auto;
	height: 30px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.1em;
	font-weight: 400;
	border: 0;
	display: none;
	display: initial;
	margin-left: 5px !important
}
.share-button:hover, .share-button:focus {
	background-color: rgba(0,0,0,0.75)
}
.share-button:hover, .share-button:focus {
	color: white
}
.share-button:hover {
	background-color: black
}
.share-button:active {
	background-color: #ea5153
}
.share-button.enabled {
	background-color: #47cccd
}
.share-button:before {
	content: '';
	background-position: 0 -1073px;
	-webkit-background-size: 45px 661px;
	-moz-background-size: 45px 661px;
	-o-background-size: 45px 661px;
	background-size: 45px 661px;
	width: 26px;
	height: 20px;
	background-position: 0 -537px;
	float: left;
	background-repeat: no-repeat
}
vieux-ul.share-menu {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	-webkit-box-shadow: rgba(0,0,0,0.5) 0 5px 5px;
	-moz-box-shadow: rgba(0,0,0,0.5) 0 5px 5px;
	box-shadow: rgba(0,0,0,0.5) 0 5px 5px;
	position: absolute;
	bottom: 0px;
	left: -0px;
	margin-left: 0
}
ul.share-menu {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	-webkit-box-shadow: rgba(0,0,0,0.5) 0 5px 5px;
	-moz-box-shadow: rgba(0,0,0,0.5) 0 5px 5px;
	box-shadow: rgba(0,0,0,0.5) 0 5px 5px;
	position: absolute;
	bottom: -20px;
	left: 5px;
	margin-left: 0
}
vieux-ul.share-menu li {
	min-width: 35px;
	position: relative;
	z-index: 15;
	padding: 2px 10px;
	background: transparent;
	border-bottom: 1px solid #ccc
}
ul.share-menu li {
	min-width: 35px;
	position: relative;
	z-index: 15;
	padding: 2px 10px;
	background: white;
}
ul.share-menu li .label {
	display: inline-block;
	vertical-align: middle
}
ul.share-menu li:hover {
	background: #eee
}
.large-button-gold {
	border-style: solid;
	border-width: 0;
	cursor: pointer;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	position: relative;
	text-decoration: none;
	text-align: center;
	display: inline-block;
padding-top:.625rem;
	padding-right: 1.25rem;
padding-bottom:.6875rem;
	padding-left: 1.25rem;
font-size:.6875rem;
	background-color: #f6d04f;
	border-color: #f3bf11;
	color: white;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 140px;
	height: 44px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.1em;
	font-weight: 400;
	border: 0;
	color: black
}
.large-button-gold:hover, .large-button-gold:focus {
	background-color: #f3bf11
}
.large-button-gold:hover, .large-button-gold:focus {
	color: white
}
.large-button-gold:hover {
	color: black
}
.large-button-turquoise {
	border-style: solid;
	border-width: 0;
	cursor: pointer;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	position: relative;
	text-decoration: none;
	text-align: center;
	display: inline-block;
padding-top:.625rem;
	padding-right: 1.25rem;
padding-bottom:.6875rem;
	padding-left: 1.25rem;
font-size:.6875rem;
	background-color: #47cccd;
	border-color: #2fadae;
	color: white;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 140px;
	height: 44px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.1em;
	font-weight: 400;
	border: 0;
	color: white
}
.large-button-turquoise:hover, .large-button-turquoise:focus {
	background-color: #2fadae
}
.large-button-turquoise:hover, .large-button-turquoise:focus {
	color: white
}
.large-button-turquoise:hover {
	color: white
}
.large-button-grey {
	border-style: solid;
	border-width: 0;
	cursor: pointer;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	position: relative;
	text-decoration: none;
	text-align: center;
	display: inline-block;
padding-top:.625rem;
	padding-right: 1.25rem;
padding-bottom:.6875rem;
	padding-left: 1.25rem;
font-size:.6875rem;
	background-color: #ccc;
	border-color: #a3a3a3;
	color: #333;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 140px;
	height: 44px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.1em;
	font-weight: 400;
	border: 0;
	color: black
}
.large-button-grey:hover, .large-button-grey:focus {
	background-color: #a3a3a3
}
.large-button-grey:hover, .large-button-grey:focus {
	color: #333
}
.large-button-grey:hover {
	color: black
}
.medium-button-gold {
	border-style: solid;
	border-width: 0;
	cursor: pointer;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	position: relative;
	text-decoration: none;
	text-align: center;
	display: inline-block;
padding-top:.625rem;
	padding-right: 1.25rem;
padding-bottom:.6875rem;
	padding-left: 1.25rem;
font-size:.6875rem;
	background-color: #f6d04f;
	border-color: #f3bf11;
	color: white;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 120px;
	height: 38px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.1em;
	font-weight: 400;
	border: 0;
	color: black
}
.medium-button-gold:hover, .medium-button-gold:focus {
	background-color: #f3bf11
}
.medium-button-gold:hover, .medium-button-gold:focus {
	color: white
}
.medium-button-gold:hover {
	color: black
}
.medium-button-turquoise {
	border-style: solid;
	border-width: 0;
	cursor: pointer;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	position: relative;
	text-decoration: none;
	text-align: center;
	display: inline-block;
padding-top:.625rem;
	padding-right: 1.25rem;
padding-bottom:.6875rem;
	padding-left: 1.25rem;
font-size:.6875rem;
	background-color: #47cccd;
	border-color: #2fadae;
	color: white;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 120px;
	height: 38px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.1em;
	font-weight: 400;
	border: 0;
	color: white
}
.medium-button-turquoise:hover, .medium-button-turquoise:focus {
	background-color: #2fadae
}
.medium-button-turquoise:hover, .medium-button-turquoise:focus {
	color: white
}
.medium-button-turquoise:hover {
	color: white
}
.medium-button-grey {
	border-style: solid;
	border-width: 0;
	cursor: pointer;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	position: relative;
	text-decoration: none;
	text-align: center;
	display: inline-block;
padding-top:.625rem;
	padding-right: 1.25rem;
padding-bottom:.6875rem;
	padding-left: 1.25rem;
font-size:.6875rem;
	background-color: #ccc;
	border-color: #a3a3a3;
	color: #333;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 120px;
	height: 38px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.1em;
	font-weight: 400;
	border: 0;
	color: black
}
.medium-button-grey:hover, .medium-button-grey:focus {
	background-color: #a3a3a3
}
.medium-button-grey:hover, .medium-button-grey:focus {
	color: #333
}
.medium-button-grey:hover {
	color: black
}
.small-button-gold {
	border-style: solid;
	border-width: 0;
	cursor: pointer;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	position: relative;
	text-decoration: none;
	text-align: center;
	display: inline-block;
padding-top:.625rem;
	padding-right: 1.25rem;
padding-bottom:.6875rem;
	padding-left: 1.25rem;
font-size:.6875rem;
	background-color: #f6d04f;
	border-color: #f3bf11;
	color: white;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 90px;
	height: 30px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.1em;
	font-weight: 400;
	border: 0;
	color: black
}
.small-button-gold:hover, .small-button-gold:focus {
	background-color: #f3bf11
}
.small-button-gold:hover, .small-button-gold:focus {
	color: white
}
.small-button-gold:hover {
	color: black
}
.small-button-turquoise {
	border-style: solid;
	border-width: 0;
	cursor: pointer;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	position: relative;
	text-decoration: none;
	text-align: center;
	display: inline-block;
padding-top:.625rem;
	padding-right: 1.25rem;
padding-bottom:.6875rem;
	padding-left: 1.25rem;
font-size:.6875rem;
	background-color: #47cccd;
	border-color: #2fadae;
	color: white;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 90px;
	height: 30px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.1em;
	font-weight: 400;
	border: 0;
	color: white
}
.small-button-turquoise:hover, .small-button-turquoise:focus {
	background-color: #2fadae
}
.small-button-turquoise:hover, .small-button-turquoise:focus {
	color: white
}
.small-button-turquoise:hover {
	color: white
}
.small-button-grey {
	border-style: solid;
	border-width: 0;
	cursor: pointer;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	position: relative;
	text-decoration: none;
	text-align: center;
	display: inline-block;
padding-top:.625rem;
	padding-right: 1.25rem;
padding-bottom:.6875rem;
	padding-left: 1.25rem;
font-size:.6875rem;
	background-color: #ccc;
	border-color: #a3a3a3;
	color: #333;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 90px;
	height: 30px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.1em;
	font-weight: 400;
	border: 0;
	color: black
}
.small-button-grey:hover, .small-button-grey:focus {
	background-color: #a3a3a3
}
.small-button-grey:hover, .small-button-grey:focus {
	color: #333
}
.small-button-grey:hover {
	color: black
}
.facebook-button {
	margin-top: 40px;
	border-style: solid;
	border-width: 0;
	cursor: pointer;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	position: relative;
	text-decoration: none;
	text-align: center;
	display: inline-block;
padding-top:.625rem;
	padding-right: 1.25rem;
padding-bottom:.6875rem;
	padding-left: 1.25rem;
font-size:.6875rem;
	background-color: #4c68a1;
	border-color: #3d5381;
	color: white;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 100%;
	height: 40px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.1em;
	font-weight: 400;
	border: 0;
	font-size: 16px;
margin-bottom:.5rem
}
@media only screen and (max-width:767px) {
.facebook-button {
	margin-top: 0
}
}
.facebook-button:hover, .facebook-button:focus {
	background-color: #3d5381
}
.facebook-button:hover, .facebook-button:focus {
	color: white
}
.facebook-button .logo {
	background-position: 0 -1213px;
	-webkit-background-size: 45px 661px;
	-moz-background-size: 45px 661px;
	-o-background-size: 45px 661px;
	background-size: 45px 661px;
	width: 12px;
	height: 23px;
	background-position: 0 -607px;
	float: left;
	background-repeat: no-repeat;
	border-right: 1px solid #000;
	padding-right: 24px
}
.facebook-button .logo+span {
	height: 100%
}
h1 .edit-button, h2 .edit-button {
	border-style: solid;
	border-width: 0;
	cursor: pointer;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	position: relative;
	text-decoration: none;
	text-align: center;
	display: inline-block;
padding-top:.625rem;
	padding-right: 1.25rem;
padding-bottom:.6875rem;
	padding-left: 1.25rem;
font-size:.6875rem;
	background-color: #ccc;
	border-color: #a3a3a3;
	color: #333;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 60px;
	height: 25px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.1em;
	font-weight: 400;
	border: 0;
	vertical-align: middle;
	font-weight: 600;
	font-size: 14px;
	line-height: 14px !important;
	color: black;
	padding: 5px;
	line-height: 10px;
	float: none;
	margin: 0 5px 3px;
	z-index: 15
}
h1 .edit-button:hover, h1 .edit-button:focus, h2 .edit-button:hover, h2 .edit-button:focus {
	background-color: #a3a3a3
}
h1 .edit-button:hover, h1 .edit-button:focus, h2 .edit-button:hover, h2 .edit-button:focus {
	color: #333
}
h1 .edit-button:after, h2 .edit-button:after {
	font-size: 13px
}
.wrapper {
	position: relative;
	width: 320px;
	background-color: #eee;
	text-align: center;
	margin: 20px auto;
	padding: 10px
}
@media only screen and (min-width:768px) {
.wrapper {
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 2px 5px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0 2px 5px;
	box-shadow: rgba(0,0,0,0.3) 0 2px 5px
}
}
.wrapper .box {
	padding: 20px 0 0 0
}
@media only screen and (min-width:768px) {
.wrapper {
	padding: 0;
	width: 410px;
	margin-top: 50px
}
.wrapper .box {
	padding: 20px 50px 30px 50px
}
}
.wrapper .header {
	width: 100%;
	margin-bottom: 20px
}
@media only screen and (min-width:768px) {
.wrapper .header {
	height: 50px;
	background-color: #333;
	color: #FFF
}
}
.wrapper .header .close {
	display: none;
	background-position: 0 -1115px;
	-webkit-background-size: 45px 661px;
	-moz-background-size: 45px 661px;
	-o-background-size: 45px 661px;
	background-size: 45px 661px;
	width: 26px;
	height: 26px;
	background-position: 0 -558px;
	float: right;
	margin: 13px 15px
}
@media only screen and (min-width:768px) {
.wrapper .header .close {
	display: initial
}
}
.wrapper .header .close-link {
	color: #42a0a1;
	line-height: 22pt;
	float: left
}
.wrapper .header .close-link:hover {
	text-decoration: underline
}
.wrapper .header .save-link {
	color: #42a0a1;
	line-height: 22pt;
	float: right
}
.wrapper .header .save-link:hover {
	text-decoration: underline
}
.wrapper .header .title {
	font-size: 22px
}
@media only screen and (min-width:768px) {
.wrapper .header .title {
	float: left;
	margin: 13px 15px
}
}
input::-webkit-input-placeholder {
font-weight:100;
color:#888
}
input:-moz-placeholder {
font-weight:100;
color:#888
}
input::-moz-placeholder {
font-weight:100;
color:#888
}
input:-ms-input-placeholder {
font-weight:100;
color:#888
}
input[type="submit"] {
	-webkit-appearance: none
}
input[type="password"], input[type="email"], input[type="text"], input[type="url"] {
	font-size: 1.0rem;
	height: 3em;
	padding-left: 12px
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="url"]:focus, textarea:focus {
	border-color: #47cccd;
	box-shadow: none
}
textarea {
	height: auto
}
.fields-together {
	margin-bottom: 20px
}
.fields-together input, .fields-together textarea {
	margin-bottom: 0
}
small.error {
	display: none
}
.errored .error {
	display: inherit
}
label {
	text-align: left;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	color: #333
}
label.inside {
	text-align: right;
	float: left;
	width: 30%;
	background: #f8f8f8;
	padding: 10px 20px 10px 10px;
	height: 2.3125rem;
	line-height: 1.4em;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-right: 0
}
.fake-input {
	border: 1px solid #ccc;
	padding: 10px;
	background: white;
	display: inline-block;
	text-align: left;
	height: 2.3125rem;
	font-size: 14px
}
input.simple, .fake-input.simple {
	width: 70%;
	height: 2.3125rem
}
.input-message {
	color: #888;
	font-size: 13px;
	margin-bottom: 20px;
	margin-top: -10px;
	display: block;
	clear: both
}
.hidden-radio {
	list-style: none;
	height: 59px;
	background-color: #FFF;
	border: 1px solid #ccc
}
.hidden-radio>li {
	height: 100%;
	border-left: 1px solid #ccc;
	padding: 0
}
.hidden-radio>li.selected .button {
	color: black;
	background-color: #ccc;
	font-weight: bolder
}
.hidden-radio>li .button {
	text-align: middle;
	background-color: #fff;
	height: 100%;
	width: 100%;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.1em;
	color: #333;
	margin: 0;
	padding: 15px 15px 0;
	border: 0
}
.hidden-radio>li:first-child {
	border-left: 0
}
.text-hint {
	font-weight: 700;
	margin-bottom: 10px;
	color: #888;
	font-size: 12px;
	text-align: left
}
.explanation-text {
	color: #333;
	font-size: 13px;
	font-weight: 400
}
.line-behind {
	position: relative;
	display: inline-block
}
.line-behind:before, .line-behind:after {
	position: absolute;
	content: "";
	width: 50%;
	top: .8em;
	border-top: 1px solid #ccc
}
.line-behind:before {
	right: 100%;
	margin-right: 15px
}
.line-behind:after {
	left: 100%;
	margin-left: 15px
}
hr.deco-only {
	margin-top: 0;
	border-bottom: 1px
}
.footer-text {
	font-size: 14px;
	color: #888;
	font-weight: 400
}
.copy-text {
	color: #888;
	font-size: 11px;
	margin-bottom: 10px
}
.follow-button {
	display: table-cell;
	vertical-align: middle;
	border-style: solid;
	border-width: 0;
	cursor: pointer;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	position: relative;
	text-decoration: none;
	text-align: center;
	display: inline-block;
padding-top:.625rem;
	padding-right: 1.25rem;
padding-bottom:.6875rem;
	padding-left: 1.25rem;
font-size:.6875rem;
	background-color: #ccc;
	border-color: #a3a3a3;
	color: #333;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 100px;
	height: 30px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.1em;
	font-weight: 400;
	border: 0;
	float: right;
	margin: 5px 0;
	padding: 5px;
	z-index: 15
}
.follow-button:hover, .follow-button:focus {
	background-color: #a3a3a3
}
.follow-button:hover, .follow-button:focus {
	color: #333
}
.follow-button:after {
	content: 'Follow';
	font-weight: 600;
	font-size: 14px;
	color: black
}
.follow-button.following {
	background-color: #47cccd !important
}
.follow-button.following:after {
	content: 'Following';
	color: white
}
.follow-button.following:hover {
	background-color: #ccc !important
}
.follow-button.following:hover:after {
	content: 'Unfollow';
	color: black
}
@media only screen and (max-width:767px) {
.follow-button {
	float: none
}
}
h1 .follow-button, h2 .follow-button {
	border-style: solid;
	border-width: 0;
	cursor: pointer;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	position: relative;
	text-decoration: none;
	text-align: center;
	display: inline-block;
padding-top:.625rem;
	padding-right: 1.25rem;
padding-bottom:.6875rem;
	padding-left: 1.25rem;
font-size:.6875rem;
	background-color: #ccc;
	border-color: #a3a3a3;
	color: #333;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 75px;
	height: 23px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.1em;
	font-weight: 400;
	border: 0;
	padding: 5px;
	line-height: 10px;
	float: none;
	margin: 0 5px 3px;
	z-index: 15
}
h1 .follow-button:hover, h1 .follow-button:focus, h2 .follow-button:hover, h2 .follow-button:focus {
	background-color: #a3a3a3
}
h1 .follow-button:hover, h1 .follow-button:focus, h2 .follow-button:hover, h2 .follow-button:focus {
	color: #333
}
h1 .follow-button:after, h2 .follow-button:after {
	font-size: 13px
}
.profile-action .follow-button {
	border-style: solid;
	border-width: 0;
	cursor: pointer;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	position: relative;
	text-decoration: none;
	text-align: center;
	display: inline-block;
padding-top:.625rem;
	padding-right: 1.25rem;
padding-bottom:.6875rem;
	padding-left: 1.25rem;
font-size:.6875rem;
	background-color: #f6d04f;
	border-color: #f3bf11;
	color: white;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 100%;
	height: 40px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.1em;
	font-weight: 400;
	border: 0;
	z-index: 15
}
.profile-action .follow-button:hover, .profile-action .follow-button:focus {
	background-color: #f3bf11
}
.profile-action .follow-button:hover, .profile-action .follow-button:focus {
	color: white
}
.activity .follow-button {
	margin: 5px
}
.collection-header {
	background-color: white;
	border: 1px solid #ccc;
	margin: 0 auto 20px;
	padding: 9px;
	padding: 6px;
	font-size: 13px
}
.collection-header .profile-picture {
	height: 58px;
	float: left
}
.collection-header .collection-info {
	float: left;
	margin-top: 4px;
	margin-left: 10px
}
@media only screen and (min-width:960px) {
.collection-header .collection-info h1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 715px
}
}
@media only screen and (min-width:768px) and (max-width:959px) {
.collection-header .collection-info h1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 530px
}
}
@media only screen and (max-width:767px) {
.collection-header .collection-info {
	margin-top: 0;
	margin-left: 5px
}
}
.collection-header .profile-link {
	color: #888;
	font-weight: 400;
	font-size: inherit
}
.collection-show #experience {
	margin-top: -20px
}
.collection-tile {
	width: 302px;
	height: 364px
}
.collection-tile .label {
	height: 62px
}
.collection-tile .num-items {
	color: #888;
	font-size: 11px
}
.collection-tile .main-image {
	width: 300px
}
.collection-tile .main-image.last-image {
	height: 301px
}
@media only screen and (min-width:768px) and (max-width:959px) {
.collection-tile .main-image.last-image {
	height: 240px
}
}
@media only screen and (min-width:768px) and (max-width:959px) {
.collection-tile .main-image {
	width: 240px;
	height: 160px
}
}
.collection-tile .subimages {
	width: 302px;
	margin-top: 1px
}
@media only screen and (min-width:768px) and (max-width:959px) {
.collection-tile .subimages {
	width: 242px
}
}
.collection-tile .bottom-image {
	display: inline-block;
	height: 100px;
	width: 149px
}
@media only screen and (min-width:768px) and (max-width:959px) {
.collection-tile .bottom-image {
	width: 119px;
	height: 80px
}
}
.collection-tile .bottom-image.last-image {
	margin-left: -2px
}
@media only screen and (min-width:768px) and (max-width:959px) {
.collection-tile {
	width: 242px;
	height: 304px;
	margin-right: 10px
}
}
.collection .selected {
	border: 1px solid #ccc;
	background-color: white;
	text-align: left;
	padding: 10px 10px;
	margin: 0 0 20px
}
.collection .selected .title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 25px;
	line-height: 1.2em
}
.collection .selected:after {
	content: '';
	background-position: 0 -1287px;
	float: right;
	height: 16px;
	width: 16px;
	margin: 2px;
	margin-top: -15px
}
.collection .select-or-create {
	display: none
}
.collection .select-or-create input {
	margin: 0
}
@media not screen and (max-width:767px) {
.collection .select-or-create input {
	padding-right: 65px
}
}
.collection .select-or-create input.submit {
	margin: 9px;
	position: absolute;
	right: 50px;
	padding: 5px;
	width: 50px
}
.collection .select-or-create ul {
	margin: -1px 0 0 0;
	border-bottom: 1px solid #ccc
}
.collection .select-or-create li {
	list-style-type: none;
	text-align: left;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: white;
	padding: 5px 10px;
	margin: 0
}
.collection .select-or-create li:active {
	background-color: #eee
}
.outer-orbit.selected {
	position: fixed;
	width: 100%;
	top: 0;
	overflow: auto;
	bottom: 0;
	left: 0;
	z-index: 100;
	background-color: black
}
.outer-orbit.selected .orbit-container {
	margin: 20px auto;
	width: 300px
}
.orbit-container .orbit-timer {
	display: none
}
.orbit-container .large-left-arrow>span {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	left: 35px
}
@media only screen and (max-width:767px) {
.orbit-container .large-left-arrow>span {
	left: 5px
}
}
.orbit-container .large-right-arrow>span {
	right: 35px
}
@media only screen and (max-width:767px) {
.orbit-container .large-right-arrow>span {
	right: 5px
}
}
.orbit-container .large-right-arrow, .orbit-container .large-left-arrow {
	z-index: 10
}
.orbit-container .large-right-arrow>span, .orbit-container .large-left-arrow>span {
	display: inline-block;
	opacity: .7;
	z-index: 10;
	position: absolute;
	top: 45%;
	border: 0
}
.orbit-container .large-right-arrow>span:after, .orbit-container .large-left-arrow>span:after {
	content: "";
	background-position: 0 -269px;
	-webkit-background-size: 45px 661px;
	-moz-background-size: 45px 661px;
	-o-background-size: 45px 661px;
	background-size: 45px 661px;
	width: 45px;
	height: 78px;
	background-position: 0 -55px;
	background-repeat: no-repeat;
	float: left;
	top: 0;
	left: 0
}
@media only screen and (max-width:767px) {
.orbit-container .large-right-arrow>span:after, .orbit-container .large-left-arrow>span:after {
	-webkit-background-size: 27px 397px;
	-moz-background-size: 27px 397px;
	-o-background-size: 27px 397px;
	background-size: 27px 397px;
	width: 27px;
	height: 47px;
	background-position: 0 -33px
}
}
@media not screen and (max-width:767px) {
.orbit-container .orbit-slides-container .img-wrapper {
	height: 100%
}
}
@media only screen and (max-width:767px) {
.orbit-container .orbit-slides-container li {
	display: table;
	height: 100%
}
.orbit-container .orbit-slides-container li .picture {
	display: table-cell;
	vertical-align: middle
}
}
.save-tile {
	height: auto;
	font-size: 13px
}
.save-tile .author-name-header {
	font-weight: bold;
	display: inline
}
.save-tile .author-name {
	display: inline
}
dl.tabs {
	position:fixed;
	top:45px;
	text-align: center;
	border:2px solid #ccc;
	border-left: hidden;
	border-top: hidden;
	border-right: hidden;
	padding-bottom:2px;
	padding-top: 10px;
	height: 42px;
	color: #333;
	z-index: 10001;
	background: #eee;
	opacity: 0.9;
}
dl.tabs dd {
	position: relative;
	display: inline;
	float: none
}
dl.tabs dd a {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased !important;
	display: inline;
	text-transform: uppercase;
	font-size: 14px;
	padding: 5px;
	letter-spacing: -0.5px;
	background: 0;
	color: #555
}
dl.tabs dd.spacer {
	padding-right: 20px
}
@media only screen and (min-width:960px) {
dl.tabs dd.spacer {
	padding-right: 65px
}
	
}
@media only screen and (max-width:767px) {
dl.tabs dd.spacer {
	padding-right: 10px
}
#top-menu-language {
	font-size: 10px;
}
dl.tabs dd a {
	font-size:8px
}
}
dl.tabs dd .triangle {
	position: absolute;
	top: 14px;
	left: 0;
	width: 100%;
	display: none;
	z-index: 999999
}
dl.tabs dd.active a {
	color: #42a0a1;
	background: 0;
	font-weight: 700
}
dl.tabs dd:hover:not(.active) a {
	color: #42a0a1;
	background: 0
}
dl.tabs dd.active .triangle, dl.tabs dd:hover a .triangle {
	display: block;
	background-position: 0 -1306px;
	margin-left: 35%;
	height: 16px;
	width: 16px;
	background-repeat: no-repeat
}

@media only screen and (min-width:960px) {
	dl.tabs {width: 934px;}
}
@media only screen and (min-width:768px) and (max-width:959px) {
	dl.tabs {width: 748px;}
}
@media only screen and (max-width:767px) {
	dl.tabs {width: 302px;}
}
.line {
	position:fixed;
	top:77px;	
	width: 100%;
	margin: 0px 0 15px;
	border-top: 2px solid #ccc;
	background: #eee;
	opacity: 0.9;
	z-index: 9999999
}
.tabs-content>.content {
	padding: 0;
	position: relative;
	width: 100%
}
.wrapper.latent-action {
	height: auto
}
.wrapper.latent-action .action-text {
	margin: 20px 0 40px 0
}
.wrapper.latent-action .large-button-gold {
	width: 100%
}
.wrapper.latent-action .copy-text {
	font-size: 13px;
	margin: 0 10px;
	vertical-align: middle
}
@media only screen and (min-width:768px) {
.wrapper.latent-action {
	width: 600px
}
.wrapper.latent-action .sign-up-widget {
	line-height: 50px
}
.wrapper.latent-action .facebook-button {
	width: auto;
	vertical-align: middle;
	margin-bottom: 0;
	height: 44px
}
.wrapper.latent-action .facebook-button span {
	vertical-align: middle;
	margin-left: 20px
}
.wrapper.latent-action .large-button-gold {
	line-height: 24px;
	font-size: 16px;
	margin-bottom: 0;
	width: auto;
	vertical-align: middle
}
}
@media only screen and (max-width:767px) {
.wrapper.latent-action .copy-text {
	display: block;
	margin-bottom: 10px
}
}
.report .flag-error {
	color: red;
	font-size: 13px;
	margin-bottom: 5px
}
.auth-container {
	background-color: #eee
}
@media screen and (min-width:768px) {
.auth-container {
	background-color: #bbb;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
}
.profile-type-container {
	margin-bottom: 20px
}
.profile-type-container label {
	padding: 20px 20px 0 !important
}
.text-counter-container {
	position: relative
}
.text-counter-container .text-counter {
	position: absolute;
	top: 3px;
	right: 3px;
	color: #aaa;
font-size:.8rem
}
textarea.business-desc {
	height: 175px
}
p.inline {
margin:.5rem 0 1rem;
	color: #999;
	font-size: 14px
}
.subheader {
	text-align: left
}
.devise-error {
	color: red;
	font-size: 13px;
	margin-bottom: 5px;
	text-align: left
}
.devise-error h2 {
	font-size: inherit;
	margin-bottom: 4px
}
.devise-error ul {
	list-style: none;
	margin-left: 5px;
	margin-bottom: 0;
	font-size: 12px
}
.location-input-wrapper {
	position: relative
}
.location-input-wrapper .autocomplete-suggestions {
	top: 40px;
	left: -5px
}
.location-input-wrapper .selected {
	text-decoration: underline
}
.home img.background {
	min-height: 100%;
	min-width: 1400px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0
}
@media screen and (max-width:1400px) {
.home img.background {
	left: 50%;
	margin-left: -700px
}
}
.home .photo-label {
	font-size: 10px;
	font-style: italic;
	line-height: 1.5em;
	padding: 5px;
	color: white;
	background: rgba(0,0,0,0.3)
}
.home .attribution {
	text-align: center;
	width: 100%;
	position: fixed;
	bottom: 35px;
	z-index: 5
}
.home .login {
	width: 300px;
	max-height: 325px;
	margin: 30px auto;
	display: table;
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #333;
	background-color: rgba(0,0,0,0.65);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px
}
.home .login .logo {
	padding-top: 20px;
	margin: auto;
	width: 175px
}
.home .login .logo img {
	align: middle;
	width: 175px
}
@media not screen and (max-width:767px) {
.home .login .logo {
	padding-top: 35px
}
}
.home .login .tagline {
	font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	line-height: 1.3em;
	width: 100%;
	padding: 20px;
	text-align: center;
	color: white
}
.home .login .button-wrapper {
	margin: 10px
}
.home .login .button-wrapper .auth-button {
	width: 100%
}
.home .login .button-wrapper .signup-button {
	border-style: solid;
	border-width: 0;
	cursor: pointer;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	position: relative;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	padding-top: 1rem;
	padding-right: 2rem;
	padding-bottom: 1.0625rem;
	padding-left: 2rem;
	font-size: 1rem;
	background-color: #f6d04f;
	border-color: #f3bf11;
	color: black;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 18px
}
.home .login .button-wrapper .signup-button:hover, .home .login .button-wrapper .signup-button:focus {
	background-color: #f3bf11
}
.home .login .button-wrapper .signup-button:hover, .home .login .button-wrapper .signup-button:focus {
	color: black
}
.home .login .button-wrapper .login-button {
	border-style: solid;
	border-width: 0;
	cursor: pointer;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	position: relative;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	padding-top: 1rem;
	padding-right: 2rem;
	padding-bottom: 1.0625rem;
	padding-left: 2rem;
	font-size: 1rem;
	background-color: #ccc;
	border-color: #a3a3a3;
	color: #333;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 18px
}
.home .login .button-wrapper .login-button:hover, .home .login .button-wrapper .login-button:focus {
	background-color: #a3a3a3
}
.home .login .button-wrapper .login-button:hover, .home .login .button-wrapper .login-button:focus {
	color: #333
}
@media only screen and (min-width:768px) {
.home .login {
	width: 600px;
	margin: 100px auto
}
.home .login .tagline {
	font-size: 2.5em
}
.home .login .button-wrapper {
	width: 100%;
	margin: 0 45px
}
.home .login .button-wrapper .auth-button {
	width: 225px;
	margin: 25px 15px 40px;
	float: left
}
}
.home nav.footer, .error-page nav.footer {
	height: 35px;
	position: absolute;
	bottom: 10%;	
	margin-right: -10px;
	text-align: center;
	padding: 10px 0;
	width: 100%;
	font-size: 13px;
	background-color: rgba(0,0,0,0.65)
}
.home nav.footer a, .error-page nav.footer a {
	color: #ccc;
	padding-right: 10px;
	font-weight: 700
}
.home nav.footer a.light, .error-page nav.footer a.light {
	font-weight: 400
}
.home nav.footer a:hover, .home nav.footer a:active, .error-page nav.footer a:hover, .error-page nav.footer a:active {
	color: white;
	text-decoration: underline
}
.profile-header {
	text-align: center;
	position: relative;
	margin-top: -10px;
	margin-bottom: 15px;
	padding: 15px 0;
	background-image: url('');
	background-size: cover;
	-webkit-box-shadow: rgba(0,0,0,0.2) 0 1px 3px 0;
	-moz-box-shadow: rgba(0,0,0,0.2) 0 1px 3px 0;
	box-shadow: rgba(0,0,0,0.2) 0 1px 3px 0
}
@media only screen and (max-width:767px) {
.profile-header {
	padding: 10px 0
}
}
.profile-header .box {
	display: inline-block;
	visibility: hidden;
	background-color: rgba(75,75,75,0.8);
	-webkit-box-shadow: rgba(0,0,0,0.5) 0 2px 2px 0;
	-moz-box-shadow: rgba(0,0,0,0.5) 0 2px 2px 0;
	box-shadow: rgba(0,0,0,0.5) 0 2px 2px 0
}
@media not screen and (max-width:767px) {
.profile-header .box {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px
}
}
.profile-header .box .section {
	height: 220px;
	display: inline-block;
	color: white;
	height: 100%;
	vertical-align: middle
}
.profile-header .picture {
	padding: 20px
}
@media only screen and (max-width:767px) {
.profile-header .picture {
	padding: 10px
}
}
.profile-header .picture img {
	display: block;
	max-width: 140px;
	max-height: 140px;
	min-width: 110px
}
@media only screen and (max-width:767px) {
.profile-header .picture img {
	max-width: 80px;
	max-height: 80px;
	min-width: 0
}
}
.profile-header .picture .profile-action a, .profile-header .picture .profile-action .follow-button {
	width: 100%;
	border-radius: 0;
	margin: 0
}
@media only screen and (max-width:767px) {
.profile-header .picture .profile-action a, .profile-header .picture .profile-action .follow-button {
	height: 25px;
	font-size: 13px;
	line-height: 5px
}
.profile-header .picture .profile-action a:after, .profile-header .picture .profile-action .follow-button:after {
	font-size: 12px
}
}
.profile-header .other-info {
	margin-right: 20px;
	line-height: 1.5em;
	text-align: left;
	color: #f8f8f8;
	font-size: 12px
}
@media only screen and (max-width:767px) {
.profile-header .other-info {
	font-size: 11px
}
}
.profile-header .other-info .name {
	color: inherit;
	font-size: 24px;
	font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif
}
@media only screen and (max-width:767px) {
.profile-header .other-info .name {
	font-size: 18px;
	margin-right: 10px
}
}
.profile-header .other-info .address {
	color: inherit
}
.profile-header .other-info .address a.city {
	color: white;
	vertical-align: super
}
.profile-header .other-info .website, .profile-header .other-info .address {
	color: inherit
}
.profile-header .other-info .website a, .profile-header .other-info .address a {
	color: #ccc
}
.profile-header .other-info .website a:hover, .profile-header .other-info .address a:hover {
	text-decoration: underline
}
.profile-header .other-info .follows {
	margin-top: 5px;
	font-size: 13px;
	vertical-align: super
}
.profile-header .short_description {
	max-width: 200px;
	text-align: left;
	padding: 20px 0 20px 20px;
	line-height: 1.4em
}
.profile-header .short_description blockquote {
	text-indent: -6px;
	font-style: italic;
	color: #f8f8f8;
	margin: 0
}
@media only screen and (max-width:767px) {
.profile-header .short_description {
	width: 320px;
	max-width: 320px;
	padding: 0 0 10px 10px
}
.profile-header .short_description blockquote {
	border-left: 0;
	font-size: 12px
}
}
.profile-edit .location-input-wrapper {
	float: left;
	width: 70%;
	position: relative
}
.profile-edit .location-input-wrapper input.simple {
	width: 100%
}
.profile-edit .location-input-wrapper .autocomplete-suggestions {
	top: 30px;
	left: -5px
}
.profile-edit .location-input-wrapper .selected {
	text-decoration: underline
}
@media only screen and (min-width:768px) {
.profile-edit .wrapper {
	width: 600px
}
}
.activity-content .long-description {
	background: white;
	width: 100%;
	position: absolute;
	padding: 10px;
	border: 1px solid #ccc;
	line-height: 1.25em
}
.user-edit .submit {
	margin-top: 20px;
}
.user-edit .change-password-link {
	margin-top: -10px;
	margin-bottom: 10px;
	display: block;
	clear: both;
	font-size: 14px
}
.error-page .errorbunny {
	margin: 25px 0
}
.error-page .errorbunny h1 {
	font-size: 48px;
	line-height: 48px;
	font-style: italic;
	margin-bottom: 25px
}
.error-page .errorbunny p {
	font-size: 20px;
	line-height: 24px
}
.error-page .errorbunny .image {
	width: 250px;
	float: right
}

.signatureArtiste{
	position:inherit;
	left:0px;
	top:0px;
	width:100%;
	margin-bottom:12px}
	

@media only screen and (max-width:767px) {
.signatureArtiste {
	height:49px;
	border-top-left-radius:5px;
	border-top-right-radius:5px}

.expandableThumbnail{
	width:80px;
        height:80px;
	margin-bottom:10px;
	margin-top: 20px;
	margin-left:4px;
	margin-right:4px;
	border-radius:8px}

.expandedTileH{ width:302px}
.expandedTileL{ width:302px}
}

@media only screen and (min-width:768px) and (max-width:959px){
.signatureArtiste {
	height:122px;
	border-top-left-radius:7px;
	border-top-right-radius:7px}

.expandableThumbnail{
	width:81px;
	height:81px;
	margin-bottom:40px;
	border-radius:8px}
	
.expandedThumbnail{
	width:360px;
	height:360px;
	border-radius:5px}

.expandedTileH{ width:492px}
.expandedTileL{ width:744px}
}
@media only screen and (min-width:960px) {
.signatureArtiste {
	height:152px;
	border-top-left-radius:10px;
	border-top-right-radius:10px}
	
.expandableThumbnail{
	width:81px;
	height:81px;
	margin-bottom:40px;
	border-radius:8px;
	cursor:zoom-in}
	
.expandedThumbnail{
	width:360px;
	height:360px;
	border-radius:5px}
	
.expandedTileH{ width:618px}
.expandedTileL{ width:930px}
}

.footerAPB{ text-align:center;
	    float:none;
	    font-size:14px;
  	    position:relative;
	    margin: 0 auto;
}

.feed-footer{text-align:center;
	position:fixed;
	bottom: 1em
}
@media only screen and (min-width:960px) {
.feed-footer{left:30%;}
.footerAPB{width:930px;}
}
@media only screen and (min-width:768px) and (max-width:959px){
.feed-footer{left:20%;}	
.footerAPB{width:744px;}
}
@media only screen and (max-width:767px){
.feed-footer{left:15%;}
.footerAPB{width:302px;}
}
.copyrightAPB{ font-size: xx-small;
	    line-height: 90%;
	    font-size:12px !important; color:#76797c;
	    	    margin:0px 20px 0px 20px;
}


.back-to-top {
	position: fixed;
	bottom: 2em;
	right: 12px;
	text-decoration: none;
	color: #000000;
	background-color: rgba(235, 235, 235, 0.80);
	font-size: 12px;
	padding: 1em;
	display: none
}

.back-to-top:hover {	
	background-color: rgba(135, 135, 135, 0.50)
}

.back-to-back {
	position: fixed;
	top: 100px;
	right: 30px;
	text-decoration: none;
	color: #000000;
	background-color: rgba(235, 235, 235, 0.80);
	font-size: 12px;
	padding: 1em;
	display: none;
}

.back-to-back:hover {	
	background-color: rgba(135, 135, 135, 0.50)
}

.newPaintLabel{
	position:relative;
	float:right;
	top:10px;
	right: 0px;
	z-index: 10;
	background-color: #a0d3e8;
	font-size: 13px;
	line-height: 1.3em;
	color: #333;
	opacity: .9
}




.news-holder p {
    margin-bottom: 12px;
}

.news-holder {
    max-width: 768px;
    margin: 0 auto;
    font-size: 10px
}

.news-holder * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
  color: #336699;
  text-decoration: none;
}

.news-headlines {
  list-style: none;
  position: relative;
	font-size: 13px;
	line-height: 1.3em;
	color: #333       
}

  .news-headlines li {
    padding: 5px 20px 5px 24px;
    margin-bottom: 5px;
    position: relative;
    z-index: 20;
	font-size: 13px;
	line-height: 1.3em;
	color: #333       
  }

  .nh-anim {
    -webkit-transition: all .75s ease-out;
    -moz-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;
    transition: all .75s ease-out;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  
  .news-headlines li:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #888;
    vertical-align: middle;
    margin-left: -12px;
    margin-right: 7px;
  }

  .news-headlines li:hover, a:hover {
      cursor: pointer;
      text-decoration: underline;
  }
  
  .news-headlines .highlight {
     width: 100%;
     background: #ffffff;
     border-top: 1px solid #ccc;
     border-left: 1px solid #ccc;
     border-bottom: 1px solid #ccc;
     position: absolute;
     top: 0;
     left: 0;
     z-index: 10;
     border-bottom-left-radius: 3px;
     border-top-left-radius:3px;

  }

  .news-headlines .highlight:before {
    display: none;
  }

.news-headlines {
   float: left;
   width: 30%;
}

.news-preview {
   float: left;
   border: 1px solid #ccc;
   width: 70%;
   background: #ffffff;
   position: relative;
   z-index: 5;
   margin-left: -1px;
   min-height: 304px;
   position: relative;
   border-radius: 3px;
}

  .news-preview img {
    display: block
    border: 1px solid #ccc;
    height: auto;
    max-width: 500px;
    max-height: 500px;
    margin: 0 auto 5px auto;
  } 

.news-content {
    position: absolute;
    background: #ffffff;
    z-index: 10;
    padding: 10px;
    top: 0;
    left: 0;
    display: none;
    font-size: 13px;
    line-height: 1.3em;
    color: #333      
}
.news-content p{
    font-size: 13px;
    line-height: 1.3em;
    color: #333      
}

.top-content {
    display: block;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

@media only screen and (max-width:767px){
#detail1_fr { float: left;}
#detail2_fr { float: left;}
#detail3_fr { float: left;}
.alert-box.info { min-height: 120px;}
}

.googlebot {
	display:none;
}

#loginCanada ,#loginCanada ul li a, #loginCanada a {
	color:#FFFFFF;
	font-size: 14px;
	font-weight: 400;
	font-family: "asap"
}


/* CSS pour la barre au bas en cell... */

.fixed-bottom-bar {
	bottom: 0;
	position: fixed;
	width: 100%;
	z-index: 90;
	display: none;
}

.bottom-bar-section {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.bottom-bar-section ul {
	height: auto;
	display: block;
	background: #ea5153;
	margin: 0
}

.adjust-for-bottom-bar {
	margin-bottom: 55px
}
.modal .adjust-for-bottom-bar {
	margin-bottom: 5px
}
.bottom-bar {
	height: 35px;
	background: #EA5153;
	opacity: 1
}

@media only screen and (max-width:767px) {
.fixed-bottom-bar {
	display: block;
}
.bottom-bar .bottom-bar-section {
	width:300px;
}

}
@media only screen and (min-width:768px) and (max-width:959px) {
.bottom-bar .bottom-bar-section {
	width: 768px;
}
}
@media only screen and (min-width:960px) {
.bottom-bar .bottom-bar-section {
	width: 960px;
}
}

.bottom-bar .logo-left img {
	margin-top: 2px;
}
.bottom-bar .name h1 {
	color: white;
	width: 100%;
	font-size: 20px;
	text-align: center
}
.bottom-bar section .has-dropdown>a {
	padding-right: 5px !important
}
.bottom-bar section ul {
	background-color: #ea5153
}
.bottom-bar section ul li.has-form {
	background: 0
}
.bottom-bar section ul li.has-form input {
	bottom: 2px
}

	
.icons-Canadasearch, .icons-Canadatool, .icons-Canadamatch {
	background: url(../static/images/CanadaIcons2.png) no-repeat;
	width:33%;
	height:22px;
	margin-top:5px;
	float:left;
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
}
.icons-Canadasearch {
	background-position: 50px -0px;
}
.icons-Canadasearch:hover, .icons-Canadasearch.on{
	background-position: 50px -22px;
}
.icons-Canadatool {
	background-position: 30px -44px;
}
.icons-Canadatool:hover,  .icons-Canadatool.on{
	background-position: 30px -66px;
}
.icons-Canadamatch {
	background-position: 30px -110px;
}
.icons-Canadamatch:hover, .icons-Canadamatch.on{
	background-position: 30px -88px;
	
}
.icons-Canadamatch:after {
	content: '';
	margin-left:0px;
	color:#ea5153;
}

.top-icons-Canadasearch, .top-icons-Canadatool, .top-icons-Canadamatch {
	background: url(../static/images/CanadaIcons2.png) no-repeat;
	width:22px;
	height:22px;
	margin-top:10px;
	float:right;
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
}
.top-icons-Canadasearch {
	background-position: 0px -0px;
	margin-left: 5px;
}
.top-icons-Canadasearch:hover, .top-icons-Canadasearch.on{
	background-position: 0px -22px;
}
.top-icons-Canadatool {
	background-position: 0px -44px;
}
.top-icons-Canadatool:hover,  .top-icons-Canadatool.on{
	background-position: 0px -66px;
}
.top-icons-Canadamatch {
	background-position: 0px -110px;
	width:60px;
	margin-left: 5px;
}
.top-icons-Canadamatch:hover, .top-icons-Canadamatch.on{
	background-position: 0px -88px;
	width:60px;
}
.top-icons-Canadamatch:after {
	content: '';
	margin-left:17px;
	color:#ea5153;
	
}
