/* DEL STRIKE THROUGH FIX 
del{
	text-decoration: none;
}
strike{
	text-decoration: none !important;
}
*/
#hideall {
	background: rgba(255,255,255,0.5);
	z-index: 99999;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

/* STANDARD TAGS AND CLASSES */

iframe { max-width: 100%; }

a {
    color: #0000ee;
    text-decoration: underline;
}

a:hover, a:focus {
    text-decoration: underline;
}

a.action, .actions a {
	display: inline-block;
	position: relative;
	margin-right: 2em;
	font-weight: 700;
	text-decoration: none;
}

a.goto:after,
a.action:after,
.actions a:after {
	content:"→";
	position: absolute;
	right: -1.5em;
}

.access {
	height: 0;
	position: absolute;
	left: -999px;
}

.clear {
	clear: both;
}

br.clear {
	clear: both;
	height: 0;
}

.highlight-red { color: #ED2024; }
.highlight-blue { color: #004681; }
.highlight-green { color: #3E8275; }
.highlight-brown { color: #8D441B; }
.highlight-yellow { color: #DC8913; }

/*
div.clear {
    margin-bottom: -1px;
    padding-top: 1px;
    position: relative;
    top: -1px;
}
*/
.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;} /* IE 5.5/6/7 */

dt {
	font-weight: bold;
}

ul {
	margin: 0.5em 2em;
	padding: 0;
}

ul.horizontal {
	padding: 0;
	margin: 1.5em 1em;
}

ul.horizontal li {
	padding: 0;
	list-style: none;
	display: inline-block;
}

ul.horizontal li:after {
	content: " | ";
	padding: 0 0.5em;
}

ul.horizontal li:last-child:after {
	content: "";
	padding: 0;
}

ul.horizontal.cloud {
	margin-top: 0;
}


ul.horizontal.cloud li {
	margin-right: 1em;
	line-height: 2em;
}

ul.horizontal.cloud li:after {
	display: none;
}

/* Posittionning */

.left { float: left!important; }
.center { margin: auto!important; }
.right { float: right!important; }
.content-left { text-align: left!important; }
.content-center { text-align: center!important; }
.content-right { text-align: right!important; }
.text-center { text-align: center; }
.full {
	width: 100%;
	clear: both;
}
.fullcenter {
	height: 20em;
	text-align: center;
	line-height: 20em;
}
.fullcenter > * {
	line-height: 1em;
}
.text-center img {
	margin-left: auto;
	margin-right: auto;
}
.image-center figure {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 40%;
}
.image-center figure img {
	width: auto;
}

/* text style */

.textStyle-accent {
	color: #A30A0F;
	font-size: 120%;
	font-weight: 600;
}
.textStyle-large {
	font-size: 120%;
}
.textStyle-extraLarge {
	font-size: 140%;
}
.textStyle-small  {
	font-size: 80%;
}

/* images */

figure {
	padding: 0;
	margin: 1em 0;
}

figure.full img {
	width: 100%;
}

figcaption cite {
	display: block;
	font-style: italic;
  font-size: 0.7em;
	margin: 0 0 0.2em;
	/*white-space: nowrap;*/
}

figcaption {
	margin: 0.5em 0;
	font-size: 0.9em;
	text-align: left;
}

figure, figure > img, figure > a > img {
	/*width: 100%;*/ /* see the donations page sidebar for an example of where this doesn't work */
	max-width: 100%;
}

figure > img {
	border-bottom: 3px solid #A30A0F;
}

#content figure > img { border-bottom: none; } /* Added at Gord's request April 23, 2018 - CRM */

figure.inline-image, figure.inline-image > img, figure.inline-image > a > img {
	width: auto;
	border-bottom: none;
	display: inline-block;
}

.textStyle-standard.column.two-third img {
	display: inline;
}

.blockGallery figure img {
	width: auto;
}

.blockGallery figure {
	background: #fff;
}

.blockGallery figcaption {
	opacity: 0;
	-webkit-transition: all 0.7s ease;
	-moz-transition:    all 0.7s ease;
	-o-transition:      all 0.7s ease;
	transition:         all 0.7s ease;
}

.blockGallery .slick-current figcaption {
	opacity: 1;
}

.blockGallery .slick-current:hover figcaption {
	opacity: 0;
}

.wide figure img {
	border: none;
}

/* borders */

#content > div {
	margin-top: 0;
	margin-bottom: 1em;
}

#content > div > *:first-child {
	margin-top: 0;
}

#content > div > *:last-child {
	margin-bottom: 0;
}

.border-style-full {
	border: 1px solid #A30A0F;
	padding: 1em;
}

.border-thinBorder {
	border-style: solid;
	border-width: 1px;
}

.border-thickBorder {
	border-style: solid;
	border-width: 3px;
}

.border-dottedBorder {
	border-style: dotted;
}

.border-doubleBorder {
	border-style: double;
	border-width: 3px;
}

.border-style-left {
	border-right-width: 0;
	border-top-width: 0;
	border-bottom-width: 0;
	padding: 0 0 0 1em;
}

.border-style-right {
	border-left-width: 0;
	border-top-width: 0;
	border-bottom-width: 0;
	padding: 0 1em 0 0;
}

.border-noBorder {
	border: none;
	padding: 0 0;
}

.bg-blue             { padding: 1em; background: #0A3E70; color: #fff; }
.bg-green            { padding: 1em; background: #3E8275; }
.bg-brown            { padding: 1em; background: #8D441B; }
.bg-yellow           { padding: 1em; background: #DC8913; }
.bg-red, .bg-primary { padding: 1em; background: #A30A0F; }
.bg-gray10           { padding: 1em; background: #eee; }
.bg-gray20           { padding: 1em; background: #ddd; }
.bg-other            { padding: 1em; background: #D6D6D4; }
.bg-final            { padding: 1em; background: #4789A3; color: #fff; }
.bg-marbled          { padding: 1em; background-image: url('/images/content/backgrounds/marbled.png'); }
.bg-white			 { background: #fff; color: #000; }

.bg-primary .slotted:before {
	box-shadow: 0 0 0 7px #4789A3, 7px 0 5px #000;
}
.bg-primary .slotted:after {
	box-shadow: 0 0 0 7px #4789A3, 7px 0 5px #000;
}
.bg-final .slotted:before {
	box-shadow: 0 0 0 7px #4789A3, 7px 0 5px #000;
}
.bg-final .slotted:after {
	box-shadow: 0 0 0 7px #4789A3, 7px 0 5px #000;
}

.bg-final a, .bg-final a:hover, .bg-final a:focus {
	color: #fff;
}

blockquote {
	border-left-width: 3px;
	border-left-style: solid;
	padding-left: 1em;
	margin-left: 0;
	font-size: 120%;
}

.zoomimage-container {
    background-position: center center;
    background-size: cover;
    width: auto;
    margin: 0;
    padding: 0;
}
.zoomimage-container > figure > figcaption{
	visibility: visible;
  	opacity: 1;
  	transition: visibility 0s, opacity 0.5s linear;
}
.zoomimage-container:hover > figure > figcaption{
	/* display: none; */
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
}

.zoomimage-container figure {
	position: absolute;
	height: 100%;
	/* bottom: 0; */
	bottom: 1em;
	height: 1em;
}

.zoomimage-container img {
	display: none;
}

.zoomimage-container.full-width {
	width: 100%;
}

.zoomimage-container img.grid-watermark-image {
	display: block;
}

a, a:hover, a:focus {
	color: #ED2024;
}

input[type="button"], input[type="submit"], button[type="button"], a.button, .buttons a {
	display: inline-block;
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
	font-size: 0.775em;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.3em;
	margin: 0.5em 0;
	opacity: 0.8;
	padding: 1.3em 2em 1.1em;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	white-space: nowrap;
	text-shadow: none!important;
}
input[type="button"]:active, input[type="submit"]:active, button[type="button"]:active,
input[type="button"]:hover, input[type="submit"]:hover, button[type="button"]:hover,
a.button:hover, .buttons a:hover, a.button.hover, .buttons a.hover {
	background-color: #000!important;
	color: #fff!important;
	border-color: #fff;
	opacity: 1;
	cursor: pointer;
}
#footer input[type="button"], #footer input[type="submit"],
#footer a.button, #footer .buttons a {
	background-color: #fff!important;
	color: #000!important;
}

ul.submitted-form-list {
	list-style: none;
}
ul.submitted-form-list li {
	display: inline-block;
}
ul.submitted-form-list li:after {
	content: "; ";
}
ul.submitted-form-list li:last-child:after {
	display: none;
}
.submitted-form-text {
	white-space: pre-wrap;
}

.grid {
	background-size: cover;
}

.hover-dim {
	position: relative;
}

.hover-dim:after {
  content: "";
  position: absolute;
  top: 0; bottom: 0; left: 0; right: 0;
  background: rgba(0,0,0,0.3);
  pointer-events: none;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hover-dim .buttons a, .hover-dim a.button {
	z-index: 10;
	position: relative;
}

/* GENERAL SITE STRUCTURE */

body
{
    font-family: 'Open Sans', sans-serif;
	color: #0f0f0f;
	font-size: 93.5%;
	/*line-height: 1.2em;*/
	position: relative;
}

body, html {
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, p, hr {
	margin: 1em 0;
	padding: 0;
}

h1, h2, h3, h4, h5 {
	font-weight: 300;
}

h1, .tagline {
	font-size: 2em;
	font-weight: 100;
}

h1 {
	position: relative;
	padding: 1em 0 0;
}

h2 {
	font-size: 1.5em;
	font-weight: 600;
}

h3 {
	font-size: 1.2em;
	font-weight: 600;
}

h4 {
	font-size: 1em;
	font-weight: 600;
}

h5 {
	font-size: 1em;
	font-weight: 300;
	font-style: italic;
}

#content h1::before,
#asides h1::before
{
    background-color: #ED2024;
    content: " ";
    height: 0.2em;
    position: absolute;
    top: 0.5em;
    width: 1.5em;
}

.tagline {
	margin: 0.5em 0 0.75em;
}

.header-contained {
	background: #393335;
	color: #fff;
	display: inline-block;
	clear: both;
	margin: 0.5em 0em;
	padding: 0.25em 1em;
	letter-spacing: 0.15em;
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: 400;
}

.header-contained:before {
	display: none;
}

hr {
    border: 0;
    height: 1px;
    background: #EC433C;
}

#content {
	padding-top: 1em;
	padding-bottom: 1em;
}

#content > .video {
	text-align: center!important;
}

#content > .wide:last-child {
	margin-bottom: -1em;
}

#asides > .wide:first-child {
	padding-top: 1em;
}

#asides > .wide:first-child > *:first-child {
	margin-top: -1em;
}

.videoembed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* HEADER */

.js body {
	padding-top: 10em;
}

#oht-logo {
	margin: 0;
	padding: 0;
}

h1#oht-logo:before {
	display: none;
}

/* header padding */
#header {                 padding:        1em 0 0; } /*height: 8.5em; }*/
#header-logo {            margin-bottom:  1em; }

#header-logo {            margin-left:  1.5em; }
ul#header-social.social { margin:     0 1.5em; }
#language_select {        margin:     0 1.5em 0; padding: 0; }
#language_select {        height:       1.5em;}


#header {
    background: #fff none repeat scroll 0 0;
    margin: 0;
    top: 0;
    width: 100%;
    z-index: 10000;
    overflow: visible;
}

#header h1 {
	line-height: 0;
	font-size: 1em;
}

#header-logo {
	float: left;
	width: 33.3%;
}

#oht-logo img {
	height: 5em;
}

ul#header-social.social,
#language_select {
	padding: 0;
	line-height: 0.6em;
}

.js #header {
    position: fixed;
}

#language_select {
	text-align: right;
}

#sitesearch {
	float: right;
}

form#sitesearch input[type="textbox"], form#sitesearch input[type="text"] {
    border-radius: 0;
    box-sizing: unset;
    font-size: 1em;
    width: 15em;
}

/* Content Block Styles */
.wide {
    clear: both;
    margin-left: -50vw;
    margin-top: 0;
    padding: 0 50vw;
    width: 100%;
}

.wide.gallery {
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 1.5em 50vw;
}

.column {
	margin-top: 25px;
	margin-bottom: 25px;
}

ul.scroller {
	display: block;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 0;
}

ul.scroller li {
	display: inline-block;
	list-style: none;
	margin-left: 1em;
	vertical-align: top;
}

ul.scroller li:first-child {
	margin-left: 0;
}

.scroller li figure {
	margin: 0;
}

.scroller li p {
	white-space: normal;
	width: auto!important;
}

.slotted {
    position: relative;
    padding: 1em 45px;
}

.slotted:before {
    z-index: 0;
	content: " ";
	height: 90%;
	left: 33px;
	margin: 0;
	position: absolute;
	top: 5%;
	width: 5px;
	z-index: 0;
	-webkit-box-shadow: 0 0 0 7px #fff, 7px 0 5px #000;
	-moz-box-shadow:    0 0 0 7px #fff, 7px 0 5px #000;
	box-shadow:         0 0 0 7px #fff, 7px 0 5px #000;
    -webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    box-sizing: unset;
}

.slotted:after {
    content: " ";
    height: 90%;
    right: 33px;
    margin: 0;
    position: absolute;
    top: 5%;
    width: 5px;
    z-index: 0;
	-webkit-box-shadow: 0 0 0 7px #fff, -7px 0 5px #000;
	-moz-box-shadow:    0 0 0 7px #fff, -7px 0 5px #000;
	box-shadow:         0 0 0 7px #fff, -7px 0 5px #000;
    -webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    box-sizing: unset;
}

.scrollLeft, .scrollRight {
	text-indent: -999px;
	overflow: hidden;
	display: block;
	background-image: url("/images/template/bxslider.png");
	background-size: 128px;
	height: 32px;
	width: 32px;
	position: absolute;
	top: 50%;
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.scrollLeft {
	background-position: 0 -64px;
	left: 0;
}

.scrollRight {
	background-position: -32px -64px;
	right: 0;
}

.bg-marbled .scrollLeft {
	background-position: 0 -96px;
}

.bg-marbled .scrollRight {
	background-position: -32px -96px;
}

.gallery .scroller li p {
	width: auto;
	color: #fff;
}

.blockRelated ul.scroller li {
	width: 20%;
	white-space: normal;
}

.blockRelated {
	padding: 0 0 3em;
}

.child-pages-list > ul {
	margin-bottom: 1em;
}

dl.accordion {
    border-top: 1px solid #817F7F;
    margin-bottom: 2em;
    margin-top: 2em;
}
dl.accordion > dt {
	border-bottom: 1px solid #817F7F;
	color: #000;
	font-size: 115%;
	font-weight: 500;
	line-height: 130%;
	padding: 0.5em 2em 0.5em 0;
	margin: 0;
	position: relative;
	text-align: left;
}
dl.accordion > dt.open {
	color: #ed2024;
	font-weight: bold;
}
dl.accordion > dd {
    background: #EFEFEF;
    margin: 0;
    padding: 1em 1.5em;
    text-align: left;
}
dl.accordion > dt::after {
    /*
    background: rgba(0, 0, 0, 0) url("/images/template/accordion.png") no-repeat scroll center top;
    color: #da0000;
    width: 15px;
    height: 8px;
    */
    content: "›";
    font-family: "Tahoma", sans-serif;
    font-size: 2em;

	-webkit-transition: all 0.3s ease;
	-moz-transition:    all 0.3s ease;
	-o-transition:      all 0.3s ease;
	transition:         all 0.3s ease;

    position: absolute;
    right: 0;
    top: 0.2em;
}
dl.accordion > dt.open::after {
	/*background-position: center bottom;*/
	font-weight: normal;
	-webkit-transform: rotate(90deg);
	-sand-transform:   rotate(90deg);
	-moz-transform:    rotate(90deg);
	-ms-transform:     rotate(90deg);
	-o-transform:      rotate(90deg);
	transform:         rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(rotation=1)"; /* IE8 */
}

.contentBlock {
	background: #fff;
	padding: 10px;
	height: 100%;
	box-sizing: border-box;

    background: #fff none repeat scroll 0 0;
    box-sizing: border-box;
    height: 100%;
    min-height: 34em;
    padding: 10px 10px 2em;
    position: relative;
}

.contentBlock .zoomimage-container {
	height: 20em;
}

.contentBlock-container {
	padding-top: 2em;
	padding-bottom: 2em;
}

.contentBlock .content-block-title {
	margin: 1em 0;
	padding: 0;
}

.contentBlock .actions {
	margin: 1em 0 0.5em;

    bottom: 10px;
    margin: 1em 0 0.5em;
    position: absolute;
}

.contentBlock.hover {
	border-bottom: 3px solid #ed413b;
}

.contentBlock.hover .actions {
	bottom: 7px;
}

#back-to-top {
	text-align: right;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

/* FOOTER **/

#footer:before {
	content: " ";
	position: absolute;
	top: -0.5em;
	height: 0.5em;
	width: 100%;

	background: #8D441B; /* Old browsers */

	background: -moz-linear-gradient(left,
		#004681 0%,
		#004681	14.28571428571429%,
		#3E8275	14.28571428571429%,
		#3E8275 28.57142857142858%,
		#8D441B 28.57142857142858%,
		#8D441B 42.85714285714287%,
		#DC8913 42.85714285714287%,
		#DC8913 57.14285714285716%,
		#004681 57.14285714285716%,
		#004681 71.42857142857145%,
		#3E8275 71.42857142857145%,
		#3E8275 85.71428571428574%,
		#8D441B 85.71428571428574%,
		#8D441B 100%,
		#DC8913 100%); /* FF3.6-15 */

	background: -webkit-linear-gradient(left,
		#004681 0%,
		#004681	14.28571428571429%,
		#3E8275	14.28571428571429%,
		#3E8275 28.57142857142858%,
		#8D441B 28.57142857142858%,
		#8D441B 42.85714285714287%,
		#DC8913 42.85714285714287%,
		#DC8913 57.14285714285716%,
		#004681 57.14285714285716%,
		#004681 71.42857142857145%,
		#3E8275 71.42857142857145%,
		#3E8275 85.71428571428574%,
		#8D441B 85.71428571428574%,
		#8D441B 100%,
		#DC8913 100%); /* Chrome10-25,Safari5.1-6 */

	background: linear-gradient(to right,
		#004681 0%,
		#004681	14.28571428571429%,
		#3E8275	14.28571428571429%,
		#3E8275 28.57142857142858%,
		#8D441B 28.57142857142858%,
		#8D441B 42.85714285714287%,
		#DC8913 42.85714285714287%,
		#DC8913 57.14285714285716%,
		#004681 57.14285714285716%,
		#004681 71.42857142857145%,
		#3E8275 71.42857142857145%,
		#3E8275 85.71428571428574%,
		#8D441B 85.71428571428574%,
		#8D441B 100%,
		#DC8913 100%); /* Chrome10-25,Safari5.1-6 */
}

#footer {
	margin-top: 0.5em;
	padding-top: 4em;
	background-color: #3A3436;
	color: #fff;
	position: relative;
	font-size: 0.9em;
}

#footer .grid {
	text-transform: uppercase;
}

#footer ul, #footer li {
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#footer li {
	margin-bottom: 0.5em;
	padding-left: 0;
	list-style: none;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #EB433D;
}

ul#footer-social {
	font-size: 1em;
	margin-top: 1em;
}

#final-menu ul {
	clear: both;
	padding-top: 2.5em;
	margin-left: -0.8em;
}

#final-menu ul li {
	display: inline-block;
	border-right: 1px solid #fff;
	margin-left: 0.8em;
	padding-right: 1em;

}

#final-menu ul li:last-child {
	border-right: none;
}

#final-menu ul li a {
	text-transform: none;
}

#footer .grid {
	padding:0;
}

/* SOCIAL MEDIA */

ul.social li {
	list-style: none;
	display: inline-block;
	border: 1px solid #000;
	width: 2em;
	height: 2em;
}

ul.social li a {
	display: inline-block;
	margin-right: 3px;
	overflow: hidden;
	text-indent: 9999px;
	white-space: nowrap;
	background-size: 65%;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
}

ul.social li a:hover, ul.social li a:focus {
	background-color: #2685FD;
}

ul.social li a.instagram { background-image: url("/images/template/icons/instagram.png"); }
ul.social li a.linkedin { background-image: url("/images/template/icons/linkedin-logo.svg"); }
ul.social li a.twitter { background-image: url("/images/template/icons/twitter.png"); }
ul.social li a.facebook { background-image: url("/images/template/icons/facebook.png"); }
ul.social li a.googleplus { background-image: url("/images/template/icons/google-plus.png"); }
ul.social li a.rss { background-image: url("/images/template/icons/rss.png"); }

ul.social#header-social { float: right; padding: 0; line-height: 0;}

ul.social#footer-social li { border-color: #fff; }
ul.social#footer-social li a.instagram { background-image: url("/images/template/icons/instagram-w.png"); }
ul.social#footer-social li a.linkedin { background-image: url("/images/template/icons/linkedin-logo-w.svg");}
ul.social#footer-social li a.twitter { background-image: url("/images/template/icons/twitter-w.png"); }
ul.social#footer-social li a.facebook { background-image: url("/images/template/icons/facebook-w.png"); }
ul.social#footer-social li a.googleplus { background-image: url("/images/template/icons/google-plus-w.png"); }
ul.social#footer-social li a.rss { background-image: url("/images/template/icons/rss-w.png"); }

/* DONATE */

#sidebutton {
	background-color: #3E8275;
	color: #fff;
	z-index: 10000;
	font-size: 175%;
	position: fixed;
	right: 0.5em;
	top: 50%;
	display: block;
	transform: rotate(-90deg) translate(50%);
	transform-origin: 100% 50%;
	padding: 0.25em 1em 1em;
}
#sidebutton a, #sidebutton a:hover, #sidebutton a:focus {
	color: #fff;
	text-decoration: none;
}

#donate {
	background-color: #3E8275;
	color: #fff;
	position: relative;
	padding-left: 4em;
	overflow: hidden;
	z-index: 10000;
	-webkit-transition: all 0.3s ease;
	-moz-transition:    all 0.3s ease;
	-o-transition:      all 0.3s ease;
	transition:         all 0.3s ease;
}

.js #donate h2 {
    font-size: 175%;
    font-weight: 400;
    height: 100%;
    left: -6.325em;
    line-height: 12em;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 7em;
	-webkit-transform: rotate(-90deg);
	-sand-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

#donate a, #donate a:hover, #donate a:focus {
	color: #fff;
}

.js #donate {
	width: 13em;
	padding: 2em 3em 0.5em 4em;
	cursor: pointer;
	position: fixed;
	right: -16.5em;
	top: 67%;
}

.js #donate.open {
	right: 0;
	cursor: initial;
	max-width: 75%;
}

.js #donate h2 {
	cursor: pointer;
}

.js #donate p {
	margin: 0 0 0.5em;
}

.js #donate p a {
	font-weight: 600;
}

.js #donate-close {
	background-image: url("/images/template/icons/donate-close.png");
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	position: absolute;
	right: 1em;
	text-indent: -999px;
	top: 1em;
	width:  1.3em;
	height: 1.3em;
}

.js #donate-close:before {
	content: 'x';
	color: #fff;
	font-weight: 300;
	font-family: Arial, sans-serif;
}

#fields-orderNumber-field-dt, #fields-orderNumber-field-dd {
	display: none;
}


/* HEADER SEARCH */
#sitesearch input {
	border: 1px solid #000;
	border-width: 0 0 1px;
	margin: 0;
	padding: 0 25px 1px;
	background-image: url("/images/template/icons/search.png");
	background-repeat: no-repeat;
	background-position: left center;
	height: 1.7em;
}

/* SECONDARY NAVIGATION */

#secondary_navigation {
	width: 100%;
	background-color: #EBEBEB;
	z-index: 9999;
	margin-top: -1px;
}

#secondary_navigation ul {
	display: block;
	padding-top: 0;
	padding-bottom: 0.25em;
}

#secondary_navigation li {
	display: inline-block;
	/*font-weight: 700;*/
	font-size: .8em;
	text-transform: uppercase;
	margin: 0.5em 1em 0.5em 0;
}

#secondary_navigation li.active {
	border-top: 0.5em solid #EC2124;
	margin-top: 0;
	padding-top: 0.2em;
}

#secondary_navigation a {
	color: #000;
	text-decoration: none;
	display: inline-block;
	padding: 0;
	margin: 0;
}

#secondary_navigation ul li#sectionhome a {
	/*
    background-image: url("/images/template/section_home.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    position: relative;
    background-position: left center;
    padding-left: 27px;
    */
    font-weight: 700;
}
#secondary_navigation ul li#sectionhome a:after {
	content: ":";
}
.fr #secondary_navigation ul li#sectionhome a:after {
	content: " :";
}
#secondary_navigation ul li#sectionhome:last-child a:after {
	content: "";
}
.fr #secondary_navigation ul li#sectionhome:last-child a:after {
	content: "";
}

/** SLIDERS **/

/* In-Content Slider (eg places of worship results) */
/*
ul#banner.slider li {
	min-height: 25em; /* SLIDER HEIGHTS: ensure banners are reasonably tell
}
*/
ul.slider > li > img {
	width: 100%;
}

ul.slider {
	color: #fff;
	margin: 0;
	padding: 0;
}

ul.slider > li .slider-simple-content {
	vertical-align: bottom;
	position: absolute;
	bottom: 2em;
    width: 80%;
    max-width: 1000px;
	max-height: 80%;
	margin: 0 auto;
	padding: 0;
}

#page-homepage ul#banner.slider > li .slider-simple-content {
	bottom: 6em;
}

ul.slider > li .slider-simple-content > .slider-title {
    font-size: 3em;
    font-weight: 300;
    line-height: 1.1em;
    margin: 0 0 1em;
    padding: 0;
}

ul.slick-slider {
	margin: 0;
	padding: 0.5em 2em;
}

#home-ewg-slider {
	position: relative;
	min-height:  25em;
}

#home-ewg-slider > .content {
	position: relative;
	height: 0;
	overflow: visible;
}

#home-ewg-slider .home-ewg-content {
	position: absolute;
	left: 10%;
	top: 0;
	padding: 1em 1em 1em;
	width: 33%;
	overflow: auto;
	background-color: #fff;
	background-color: rgba(256,256,256,0.9);
	z-index: 1000;
}

#home-ewg-slider .home-ewg-content ul li {
	list-style: none;
	font-weight: 500;
}

#home-ewg-slider .home-ewg-content ul li br {
	display: none;
}

#home-ewg-slider h1 {
	margin: 0;
	padding-bottom: 0;
}

#home-ewg-slider ul {
	margin: 2em 0 1em;
	padding: 0;
}

#home-ewg-slider ul.slider li {
	min-height:  28em; /* SLIDER HEIGHTS: ensure credit is visible, 3-26-2018 */
}

#home-ewg-slider .bx-pager {
	background-color: #3A3436;
	padding: 1em 0 0.8em;
}

#home-ewg-slider .bx-controls {
	margin: 0 0 -2px;
}

#home-ewg-slider .bx-wrapper .bx-controls-auto .bx-stop {
	line-height: 3em;
}

ul#banner.with-details > li > figure {
	position: relative;
}

.shadowed.darktext {
	text-shadow: 2px 2px 2px #FFF;
}

.shadowed.lighttext {
	text-shadow: 2px 2px 2px #000;
}

ul.slider > li .boxshadowed .slider-simple-content {
	width: auto;
	background: rgba(255, 255, 255, 0.45);
	box-shadow: 0 0 30px 30px rgba(255, 255, 255, 0.45);
	-webkit-border-radius: 3em;
	-mos-border-radius:    3em;
	-ms-border-radius:     3em;
	-o-border-radius:      3em;
	border-radius:         3em;
	padding: 0.5em 1em;
	margin-left: -1em;
	/*margin-bottom: 2.5em;*/
}

ul.slider > li .boxshadowed.lighttext .slider-simple-content {
	background: rgba(0, 0, 0, 0.45);
	box-shadow: 0 0 30px 30px rgba(0, 0, 0, 0.45);
}

ul.slider > li .boxshadowed .slider-simple-content .slider-title {
	margin-bottom: 0;
}

/** TABLES **/

table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 2em;
}

table, th, td {
	padding: 0.5em;
	border: 1px solid #dfdfdf;
	text-align: left;
}

table thead th {
	text-align: center;
	font-weight: bold;
}

.td-numeric, .td-icon {
	text-align: center;
}

table thead button {
	white-space: nowrap;
}

a.sort {
	display: block;
	display: inline-block;
	position: relative;
	margin-right: 1.5em;
	white-space: nowrap;
}

a.sort:hover, a.sort:focus {
	text-decoration: none;
	border-bottom: 1px solid red;
	margin-bottom: -1px;
	cursor: pointer;
}

.sort.asc:after, .sort.desc:after {
/*.sort.asc:before, .sort.desc:before {*/
	content: "↑";
	position:absolute;
	right: -0.9em;
}

.sort.desc:after { /*, .sort.desc:before { */
	content: "↓";
}
a.sort { white-space: normal; }
a.sort.desc:after, a.sort.asc:after { top: 0; }
/*
.sort.asc:before, .sort.desc:before {
	right: auto;
	left: -1.1em;
}
*/
/** FORMS **/

/* Plaque DB Form */

option.fields-select-level-1 {
	font-weight: bolder;
}
option.fields-select-level-2 {
	font-weight: bold;
	margin-left: 2em;
}
option.fields-select-level-3 {
	margin-left: 4em;
}

/* animations */
.collapsable {
	-webkit-transition: all 0.3s ease;
	-moz-transition:    all 0.3s ease;
	-o-transition:      all 0.3s ease;
	transition:         all 0.3s ease;
	max-height:20em;
	overflow: hidden;
}

.expanded-fully {
	max-height: none;
}

.collapsed {
	overflow: hidden;
	max-height: 0;
}

/* DATE SELECTOR */

.event_date_select {
	display: block;
	background: #fff;
	width: 12em;
	text-align: center;
	padding: 0;
	margin-bottom: 3em;
	overflow: hidden;
	box-shadow: 0px 0px 10px 5px #ccc;
	-o-box-shadow: 0px 0px 10px 5px #ccc;
	-ms-box-shadow: 0px 0px 10px 5px #ccc;
	-moz-box-shadow: 0px 0px 10px 5px #ccc;
	-webkit-box-shadow: 0px 0px 10px 5px #ccc;
}

.event_date_select h4 {
	margin: 0 0 1em;
	padding: 1em 0 0;
	color: #fff;
	background: #ED2024;
	text-transform: uppercase;
	position: relative;
	font-weight: 600;
}

.event_date_select h4::after {
    border-left: 6em solid #fff;
    border-right: 6em solid #fff;
    border-top: 1.75em solid #ED2024;
    bottom: 0;
    content: " ";
    display: block;
    height: 0;
    left: 0;
    width: 2px;
}

.event_date_select h4 small {
	font-weight: normal;
	display: block;
	font-style: italic;
	text-transform: default;
	margin: 0 auto 0.2em;
}

#event-date-visual {
	margin-top: 1.5em;
}

.event_date_select .event_date_day {
    border: 5px solid #ccc;
    display: block;
    font-size: 4em;
    font-weight: 900;
    height: 1.25em;
    line-height: 1.25em;
    margin: 0 auto;
    padding: 0.05em;
    width: 1.25em;
    position: relative;
}
.event_date_select .event_date_day:before {
	border: 0.1em solid #ccc;
	border-top: none;
	border-bottom: none;
	content: " ";
	height: 12px;
	left: 0.25em;
	position: absolute;
	top: -8px;
	width: 0.65em;
}


.event_date_month {
	font-size: 0.9em;
	display: inline-block;
	color: #fff;
	background: #ED2024;
	padding: 0 0.2em .1em;
	margin: 1em auto 1.5em;
	min-width: 6.3em;
}

ul.collapsable-container li {
	list-style: none;
}

/******** HOMEPAGE **********/

#page-homepage #content {
	margin: 0;
	padding: 0;
	max-width: 100%;
}
/*
.background-grid .grid {
	min-height: 25em;
}

.background-grid .grid.one-half {
	min-height: 20em;
}
*/

.background-grid .grid {
	background-position: center center;
}

.background-grid .grid.inner-center {
	display: table;
	text-align: center;
}

.background-grid .grid.inner-center > * {
    display: table-cell;
    text-align: center;
}

.background-grid .grid.inner-center h1::before {
	left: 42%;
	width: 16%!important;
}

.background-grid .grid.inner-left,
.background-grid .grid.inner-right {
	padding-left: 0;
	padding-right: 0;
}

.background-grid .grid.inner-left > div,
.background-grid .grid.inner-right > div {
	padding: 5% 0;
	margin: auto;
	width: 80%;
	max-width: 1000px;
	position: relative;
}

.background-grid .grid.inner-left .hp-inner-content-wrapper {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.75);
    display: inline-block;
    margin: -1em;
    padding: 1em;
}

.background-grid .grid.inner-left .hp-inner-content-wrapper h1 {
	margin-top: 0;
}

.background-grid .grid.inner-left > *
{
	text-align: left;
}

.background-grid .grid.inner-right > * {
	text-align: right;
}
.background-grid .grid .buttons a,
.background-grid .grid a.button {
	min-width: 12em;
}

.background-grid .grid > * > h1:first-child {
	margin-top: 0;
}

.grid-watermark-image {
	position: absolute;
	bottom: 2em;
	right: 0em;
}

#spotlight, #spotlight > * {
	background-color: #0A3E70;
}

#spotlight > h1 {
	color: #fff;
}

#spotlight .contentBlock-container {
	padding-top: 0;
}

.bythenumbers .scroller-container {
	padding-left: 0;
	padding-right: 0;
}

.bythenumbers {
	padding-top: 2em;
	padding-bottom: 2em;
}

.bythenumbers .scrollLeft {
	background-position: 0 -128px;
	left: -45px;
}
.bythenumbers .scrollRight {
	background-position: -32px -128px;
	right: -45px;
}

.bythenumbers a, .bythenumbers a:hover, .bythenumbers a:focus {
	color: #fff;
	text-decoration: none;
}

.bythenumbers a .bythenumbers-title {
	text-decoration: underline;
}

.slotted::before {
	left: -10px;
	z-index: 10;
}

.slotted::after {
	right: -10px;
	z-index: 10;
}

.bythenumbers li {
	color: #fff;
	width: 15em;
	height: 6em;
	margin: 0 0 0 0;
	padding: 2em 1em!important;
	white-space: normal;
	text-align: center;
}

.bythenumbers-number {
	font-size: 2em;
	display: block;
}

#event-date-controller {
	cursor: pointer;
}

a#event-date-controller, a#event-date-controller:hover, a#event-date-controller:focus {
	text-decoration: none;
}
a#event-date-controller:hover, a#event-date-controller:focus {
	box-shadow:         0px 0px 10px 5px #999;
	-o-box-shadow:      0px 0px 10px 5px #999;
	-ms-box-shadow:     0px 0px 10px 5px #999;
	-moz-box-shadow:    0px 0px 10px 5px #999;
	-webkit-box-shadow: 0px 0px 10px 5px #999;
}

.event-calendar,
.event-time,
.event-location,
.event-partner {
	margin-right: 1em;
	font-weight: 600;
	display: inline;
	/*white-space: nowrap;*/
}

.event-calendar .fa,
.event-time .fa,
.event-location .fa,
.event-partner .fa {
	color: #ED2024;
	font-size: 150%;
	width: 1em;
	text-align: center;
}

.event-partner .fa {
	margin-right: 0.5em;
}

#home-ewg-slider .actions h1 a:after {
	display: none;
}

/**** UPCOMING EVENTS ******/

#date-events-list > *:first-child {
	margin-top: 0;
	padding-top: 0;
}

#date-events-list h3 {
	margin-bottom: 0.25em;
	padding-bottom: 0;
}

#date-events-list p {
	margin-top: 0.25em;
}


/******** PROPERTY LIST PAGE ********/

.property-list .property-title,
.event-list .event-title {
	margin-top: 0;
}

.property-list.list-featured .property-list-item {
	padding-top: 300px;
    position: relative;
}

.property-list.list-featured figure.property-list-image {
	height: 300px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.property-list.list-featured .property-list-content {
    background-color: #f5f5f5;
    border-bottom: 0.2em solid #ed413b;
    margin: -75px auto 0;
    position: relative;
    width: 90%;
    padding: 1em 1em 0.8em;
    z-index: 2;
}

.property-list.list-featured .property-list-item.hover .property-list-content {
	border: 0.2em solid #ed413b;
	padding: 0.8em;
}

.property-list.list-featured .property-title {
	margin: 0 0 1em;
}

.property-list .propery-location {
	font-size: 65%;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 0 0.25em;
	text-transform: uppercase;
	display: block;
}

.property-list-inner-content {
	min-height: 8em;
}

.property-list.list-featured .property-actions {
	margin-bottom: 0;
}

.property-list.wide {
	padding-top: 2em;
	margin-top: 2em;
}

.property-list.list-by-location .property-list-item {
	margin-top: 0.5em;
	background-color: #fff;
	border-bottom: 0.2em solid #ED413B;
	position: relative;
}

.event-list-item {
	margin-top: 1em;
	border: 0.2em solid #ED413B;
	position: relative;
	padding: 1.2em 1em 0 1em;
	overflow: hidden;
}

.event-list-content {
}

.event-list-item.has-image {
	padding-right: 16em;
}

.property-list.list-by-location .property-list-content  {
    padding-right: 16em;
    height: 16em;
    overflow: hidden;
    margin: 0.6em 0.6em 6em 0.6em;
    min-width: 40%;
}

.property-list.list-by-location .property-actions {
	position: absolute;
	bottom: 0.6em;
}

.property-list.list-by-location figure.property-list-image {
	background-color: #fff;
	position: absolute;
	top: 0.6em;
	right: 0.6em;
	height: 15em;
	width: 15em;
	max-width: 50%;
}

figure.event-list-image{
	background-color: #fff;
	position: absolute;
	top: 1.5em;
	right: 0;
	height: 100%;
	width: 15em;
	max-width: 50%;
}

ul.property-type-selector {
	margin: 1.25em -0.2em 0;
	padding: 0 0;
}

ul.property-type-selector li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 1em 0 0;
    padding: 0 0 0 23px;
    position: relative;
}
ul.property-type-selector li:before {
    /*
    color: #ed413b;
    content:'\25CB';
    display: block;
    font-size: 2.5em;
    left: 0;
    line-height: 0;
    max-height: 0;
    max-width: 0;
    position: absolute;
    top: 0.2em;
    */
	border: 2px solid #ed413b;
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	top: 2px;
	height: 12px;
	width: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

ul.property-type-selector li.active:before {
	/*content:'\25CF';*/
	background-color: #ed413b;
}

ul.property-type-selector li a {
	color: #A9A9A7;
	font-weight: bold;
	text-decoration: none;
}

ul.property-type-selector li.active a {
	color: #000;
}

ul.property-actions, ul.event-actions {
	margin-left: 0;
	padding-left: 0;
}

ul.property-actions li,
ul.event-actions li {
	list-style: none;
	min-height: 28px;
}

ul.property-actions li a,
ul.event-actions li a {
	text-decoration: none;
}

.property-list-item.hover li a,
ul.property-actions li a:hover,
ul.property-actions li a:focus,
ul.event-actions li a:hover,
ul.event-actions li a:focus {
	text-decoration: none;
	font-weight: bold;
}

.icon-details, .icon-map {
    background-image: url("/images/template/icons/properties.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 24px;
    padding: 0 0 0 2em;
    position: relative;
    top: 5px;
}

.icon-map {
    background-position: 0 -24px;
}

.property-list.list-by-location ul.property-actions {
	clear: both;
	padding: 0.4em 0 0;
	margin: 0 0.6em 0.6em;
}

.property-list.list-by-location .property-list-item.hover,
.event-list-item.hover
{
	background-color: #EFEFEF;
	border: 0.2em solid #ed413b;
	cursor: pointer;
}
.property-list.list-by-location .property-list-item.hover .property-list-content,
 .event-list-item.hover .event-list-content
{
	margin: 0.4em 0.4em 6em 0.4em;
}
.property-list.list-by-location .property-list-item.hover figure.property-list-image,
 .event-list-item.hover figure.property-list-image
{
	top: 0.4em;
	right: 0.4em;
}
.property-list.list-by-location .property-list-item.hover ul.property-actions,
 .event-list-item.hover ul.property-actions
{
	bottom: 0.8em;
	padding: 0.2em 0 0;
	margin: 0 0.4em 0.4em;
}

.property-list-item.hover {
	cursor: pointer;
}

.event-list-item .calendar-id {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 0;
	left: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 0 0.2em;
	z-index:2;
}

/* Tooltips */
.event-list-item figure {
	display: none;
}

.event-list-item  {
	margin: 0;
	min-width: 300px;
}

#month_list .event-list-item {
	margin-top: 1em;
}

.event-list-item figure {
	display: block;
}


/* Smart Maps */

#smartmap-wrapper {
}

#smartmap-wrapper.smartmap-wrapper-open {
}

/* Accessibility alerts */

div.accessibilityAlert {
	color: #fff;
	line-height: 1.5em;
    padding: 0.7em 0 0.75em;
}

div.accessibilityAlert i {
	font-size: 1.5em;
	margin-right: 0.5em;
	padding-right: 0.75em;
	position: relative;
	top: 2px;
	border-right: 1px solid #fff;
}

div.accessibilityAlert.alert-level-1 { background-color: #3E8255; }
div.accessibilityAlert.alert-level-2 { background-color: #D5AF4A; color: #353634; }
div.accessibilityAlert.alert-level-3 { background-color: #ED2024; }
p.accessibilityAlert.alert-level-1 i { color: #3E8255; }
p.accessibilityAlert.alert-level-2 i { color: #D5AF4A; }
p.accessibilityAlert.alert-level-3 i { color: #ED2024; }

div.accessibilityAlert.alert-level-2 i {
	border-color: #353634;
}

ul.search-results {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

ul.search-results li {
	margin: 1.5em 0;
	padding: 0;
}

ul.search-results li .search-result-title {
	font-size: 1.2em;
}

ul.search-results li p {
	margin: 0 0 1em;
}

#facebook-select {
	display: none;
	min-height: 200px;
}

.featherlight-content #facebook-select {
	display: block;
	color: #000;
}

#footer #facebook-select .grid {
	padding: 1em;
}

#footer #facebook-select img {
	margin: auto;
	max-width: 100%;
}

#footer .featherlight-content {
	height: auto;
	min-height: 230px;
	max-width: 800px;
}

#footer .featherlight-content .fb-oht img {
	padding-top: 15px;
}

#footer .featherlight-content .fb-ewg img {
	padding-left: 50px;
}

/* video */

.video-block {
	width: 100%;
	height: 0;
	overflow: visible;
	padding-bottom: 56%;
	position: relative;
}
.video-block .youtube {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* French Tweaks */

.fr.js #donate {
	padding-top: 2.5em;
	padding-bottom: 2.5em;
}

.fr.js #donate h2 {
	font-size: 130%;
	left: -3.75em;
}
.slick-slide img {
	display: block;
	/* height: 250px !important; */
	width: auto;
	}