/* start jquery.fancybox-1.3.4.css */
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('https://www.ontariojewisharchives.org/cms_core/js/jquery/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('https://www.ontariojewisharchives.org/cms_core/js/jquery/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('https://www.ontariojewisharchives.org/cms_core/js/jquery/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('https://www.ontariojewisharchives.org/cms_core/js/jquery/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('https://www.ontariojewisharchives.org/cms_core/js/jquery/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('https://www.ontariojewisharchives.org/cms_core/js/jquery/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('https://www.ontariojewisharchives.org/cms_core/js/jquery/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('https://www.ontariojewisharchives.org/cms_core/js/jquery/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('https://www.ontariojewisharchives.org/cms_core/js/jquery/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('https://www.ontariojewisharchives.org/cms_core/js/jquery/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('https://www.ontariojewisharchives.org/cms_core/js/jquery/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('https://www.ontariojewisharchives.org/cms_core/js/jquery/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('https://www.ontariojewisharchives.org/cms_core/js/jquery/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('https://www.ontariojewisharchives.org/cms_core/js/jquery/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('https://www.ontariojewisharchives.org/cms_core/js/jquery/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('https://www.ontariojewisharchives.org/cms_core/js/jquery/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('https://www.ontariojewisharchives.org/cms_core/js/jquery/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
/* end jquery.fancybox-1.3.4.css */
/* start font-awesome.css */
/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/cms_content/fonts/fontawesome-webfont.eot?v=3.2.1');
  src: url('/cms_content/fonts/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'),
   url('/cms_content/fonts/fontawesome-webfont.woff?v=3.2.1') format('woff'),
    url('/cms_content/fonts/fontawesome-webfont.ttf?v=3.2.1') format('truetype'),
    url('/cms_content/fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em;
}
.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: #ffffff;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-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);
}
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-alt:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-alt:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up-alt:before {
  content: "\f087";
}
.icon-thumbs-down-alt:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-text-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-collapse:before {
  content: "\f150";
}
.icon-collapse-top:before {
  content: "\f151";
}
.icon-expand:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-by-alphabet:before {
  content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}
.icon-sort-by-attributes:before {
  content: "\f160";
}
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}
.icon-sort-by-order:before {
  content: "\f162";
}
.icon-sort-by-order-alt:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-sign:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-sign:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stackexchange:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-sign:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-sign:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-sun:before {
  content: "\f185";
}
.icon-moon:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}

/* end font-awesome.css */
/* start reset.css */
html{height:100%;}
body, body * {max-height:1000000px;}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body{
	height:100%;
	min-width:320px;
	margin:0;
	color:#1c1e1c;
	font:15px/25px 'Bitter', Arial, Helvetica, sans-serif;
	background:#fff;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust: none;
}
img{
	border-style:none;
	vertical-align:top;
}
a{
	text-decoration:none;
	color:#003aaf;
}
a:hover {text-decoration:underline;}
a:active {background-color: transparent;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input[type="submit"]::-moz-focus-inner,
input[type="checkbox"]::-moz-focus-inner{ 
	border: 0;
	padding: 0;
}
input[type="submit"]:hover{cursor:pointer;}
input[type=image]{
	padding:0;
	border:none;
}
input[type=text], input[type=email], input[type=search], input[type=password],input[type=submit], input[type=file], textarea{
	-webkit-appearance:none;
	-webkit-border-radius:0;
}
input[type="search"],
input[type="search"]::-webkit-search-cancel-button{
	-webkit-appearance:none;
	-webkit-border-radius:0;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration,
input[type="search"]::-ms-clear{display:none;}
/* end reset.css */
/* start layout.css */
.w2{
	max-width:980px;
	height:100%;
	margin:0 auto;
}
/* wrapper */
#wrapper{
	height:100%;
	display:table;
}
.wrapper-holder{
	width:100%;
	display:table-row;
}
/* header */
#header{
	width:100%;
	padding:13px 0 15px;
	background:#fff;
	position:relative;
	z-index:11;
}
#header:after{
	content:'';
	display:block;
	clear:both;
}
/* logo */
.logo{
	float:left;
	background:url(https://www.ontariojewisharchives.org/cms_content/media/logo.png) no-repeat;
	width:229px;
	height:69px;
	text-indent:-9999px;
	overflow:hidden;
	margin:9px 0 0;
}
.logo a{
	display:block;
	height:100%;
}
.header-holder{float:right;}
.header-holder .opener{
	display:none;
	width:40px;
	height:28px;
	background:#00517f url(https://www.ontariojewisharchives.org/cms_content/media/sprite.png) no-repeat 12px 9px;
	text-indent:-9999px;
	overflow:hidden;
	border-radius:3px;
	cursor:pointer;
}
.header-holder .slide{
	position:static ;
	display:block ;
}
/* top-bar */
.top-bar{
	overflow:hidden;
	margin:0 0 12px;
}
.top-bar-holder{float:right;}
.social-networks{
	float:left;
	margin:-2px 25px -3px 0;
}
.social-networks li{
	float:left;
	margin:0 0 0 11px;
}
.social-networks li:first-child{margin-left:0;}
.social-networks a{color:#268cb6;}
.social-networks a:hover{text-decoration:none;}
/* search-area */
.search-area{float:left;}
.search-form{float:left;}
.search-form input[type="search"]{
	background:#dcdcdc;
	border:none;
	float:left;
	width:159px;
	height:15px;
	margin:0;
	padding:8px 8px 7px;
	outline:none;
}
.search-form input[type="search"]:focus{
	font-style:normal;
	color:#000;
}
.search-form input[type="submit"]{
	background:#f18519;
	border:none;
	float:left;
	width:110px;
	height:30px;
	margin:0;
	padding:0;
	cursor:pointer;
}
.top-bar .btn{
	float:left;
	min-width:104px;
	height:24px;
	padding:3px;
	margin:0 0 0 20px;
	background:#f18519;
}
/* navigation */
#nav{
	padding:0 0 0 5px;
	background:url(https://www.ontariojewisharchives.org/cms_content/media/sep1.png) no-repeat 0 13px;
}
#nav li{
	display:inline-block;
	vertical-align:top;
	text-align:center;
	background:url(https://www.ontariojewisharchives.org/cms_content/media/sep1.png) no-repeat 100% 13px;
	margin:0 0 0 -5px;
}
*+html #nav li{display:inline;}
#nav a{
	color:#000;
	display:block;
	padding:11px 24px;
}
#nav .active a,
#nav li:hover a,
#nav a:hover{
	text-decoration:none;
	color:#fff;
}
#nav .link1.active a,
#nav .link1:hover a,
#nav .link1 a:hover{
	background:#cf9579;
}
#nav .link2.active a,
#nav .link2:hover a,
#nav .link2 a:hover{
	background:#ec6420;
}
#nav .link3.active a,
#nav .link3:hover a,
#nav .link3 a:hover{
	background:#6aacb0;
}
#nav .link4.active a,
#nav .link4:hover a,
#nav .link4 a:hover{
	background:#f18519;
}
#nav .link5.active a,
#nav .link5:hover a,
#nav .link5 a:hover{
	background:#7fc4ad;
}
#nav .link6.active a,
#nav .link6:hover a,
#nav .link6 a:hover{
	background:#f4ac25;
}
#nav .link7.active a,
#nav .link7:hover a,
#nav .link7 a:hover{
	background:#f6665a;
}

#nav .link7 .drop,
#nav .link6 .drop{
	width: auto;
}

/* dropdown */
.drop{
	width:230px;
	position:absolute;
	top:-9999px;
	left:-9999px;
	z-index:10;
	padding:3px 0 0;
}
#nav ul{
	padding:5px;
	background:#fff;
	box-shadow:1px 1px 4px rgba(0,0,0,0.6);
}
#nav ul li,
#nav ul li:first-child{
	display:block;
	float:none;
	background:none;
	margin:0;
	border-top:1px solid #c8cdbe;
}
#nav ul li:first-child{
	border-top: 0;
}
#nav li.active ul a,
#nav li:hover ul a,
#nav ul a{
	margin:-1px 0;
	padding:8px 8px 8px 8px;
	color:#1c1e1c;
	text-align:left;
	word-spacing:-1px;
	background:none !important;
}
#nav li.active ul a:hover,
#nav li:hover ul a:hover,
#nav ul a:hover{
	color:#fff;
}
#nav .link1:hover ul a:hover,
#nav .link1 ul a:hover{
	background:#cf9579 !important;
}
#nav .link2:hover ul a:hover,
#nav .link2 ul a:hover{
	background:#ec6420 !important;
}
#nav .link3:hover ul a:hover,
#nav .link3 ul a:hover{
	background:#6aacb0 !important;
}
#nav .link4:hover ul a:hover,
#nav .link4 ul a:hover{
	background:#f18519 !important;
}
#nav .link5:hover ul a:hover,
#nav .link5 ul a:hover{
	background:#7fc4ad !important;
}
#nav .link6:hover ul a:hover,
#nav .link6 ul a:hover{
	background:#f4ac25 !important;
}
#nav .link7:hover ul a:hover,
#nav .link7 ul a:hover{
	background:#f6665a !important;
}
#nav .right-side .drop{
	left:auto;
	right:0;
}
#nav .drop .drop-inner {
	float: left;
	position: relative;
}
#nav .drop .drop-inner ul{ min-width: 200px; margin-left: 0; }
#nav .right-side .drop-inner{float:right;}
#nav li:hover{position:relative;}
#nav li:hover .drop{
	top:40px !important;
	left:0 !important;
}
/* slide-block */
.slide-block{
	position:relative;
	overflow:hidden;
	margin:0 0 30px;
}
.slideshow{
	width:100%;
	position:relative;
	overflow:hidden;
}
.slideshow li{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.slideshow li.active{ z-index:2;}
.slide-block img{max-width:100%;}
.slide-block .text-area{
	width:230px;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	z-index:3;
	background:#ec6420;
	color:#fff;
}
.slide-block .text-area:after{
	width:80px;
	height:110%;
	position:absolute;
	top:-15px;
	left:-38px;
	z-index:-1;
	content:'';
	background:#ec6420;
	transform:rotate(-12deg);
	-ms-transform:rotate(-12deg);
	-moz-transform:rotate(-12deg);
	-webkit-transform:rotate(-12deg);
	-o-transform:rotate(-12deg);
}
.slide-block .text-area .holder{
	padding:91px 40px 40px 4px;
}
.slide-block .title{
	margin:0 -5px 16px -34px;
	text-shadow:0 0 4px rgba(0,0,0,0.2);
}
.slide-block p{margin:0;}
.slide-block .more{
	color:#fff;
	font-weight:bold;
}
.switcher{
	position:absolute;
	bottom:20px;
	right:20px;
	z-index:10;
}
.switcher li{
	float:left;
	margin:0 0 0 6px;
}
.switcher a{
	width:18px;
	height:18px;
	display:block;
	background:#f4ac25;
}
.switcher .active a,
.switcher a:hover{
	text-decoration:none;
	background:#fff;
}
.slide-block .shadow{
	width:100%;
	height:3px;
	position:absolute;
	top:-3px;
	left:0;
	z-index:2;
	box-shadow:0 5px 18px rgba(0,0,0,0.8);
}
/* info-block */
.info-block{
	width:100%;
	margin:0 0 40px;
}
.info-block:after{
	content:'';
	display:block;
	clear:both;
}
.info-block .text-box{
	width:23.4%;
	margin:-5px 0.1% 0 0;
	float:left;
}
.info-block h1{
	margin:0 0 6px;
}
.info-block .text-box p{margin:0;}
.info-block .box{
	width:23.4%;
	margin:0 0 0 2.1%;
	float:left;
	background:#efeede;
}
.info-block .box .box{
	width: 100%;
	margin-left: 0px;
}
.info-block img{max-width:100%;}
.info-block .image-area{position:relative;}
.info-block h2{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}
.info-block h2:after{
	content:'';
	display:inline-block;
	height:100%;
	width:1px;
	overflow:hidden;
	vertical-align:middle;
}
.info-block h2 span{
	vertical-align:middle;
	display:inline-block;
	white-space:normal;
}

.info-block .box.explore h2{ color: #EC6420; }
.info-block .box.research h2{ color: #CF9579; }
.info-block .box.exhibitions h2{ color: #6AACB0; }
.info-block .box.programs h2{ color: #F18519; }
.info-block .box.blog h2{ color: #7FC4AD; }
.info-block .box.donate h2{ color: #F4AC25; }
.info-block .box.about h2{ color: #F6665A; }

.info-block .box .holder{padding:12px 18px 15px;}
.info-block  h3{
	margin:0 0 7px;
}
.info-block .more{
	display:inline-block;
	vertical-align:top;
}
.info-block p{margin:0 0 6px;}
/* form-box */
.form-box{
	background:#efeede;
	padding:15px 20px 18px;
	margin:0 0 40px;
}
.form .form-box h2{
	margin:0 0 11px 3px;
	color: #353535;
}
.form-box .holder{width:100%;}
.form-box .holder:after{
	content:'';
	display:block;
	clear:both;
}
.form-box .row{
	width:28.8%;
	float:left;
	margin:0 1% 0 0;
}
aside .form-box .row,
.aside .form-box .row{
	width: 100%;
	float: none;
}
.form-box label{
	display:block;
	margin:0 0 2px;
}

aside .form-box label,
.aside .form-box label{
	display: none;
}

.form-box input[type="text"],
.form-box input[type="email"]{
	background:#fff;
	border:1px solid #aeaeae;
	width:100%;
	float:left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin:0;
	padding:5px 5px 4px;
	overflow:hidden;
	box-shadow:none;
	outline:none;
}

.form-box input[type="text"]:focus,
.form-box input[type="email"]:focus{
	text-indent:0;
}
.form-box input[type="submit"],
.form-box input[type="button"]{
	background:#ff5a00;
	border:none;
	float:left;
	width:99px;
	height:26px;
	margin:17px -1px 0 1px;
	padding:0;
	cursor:pointer;;
}
aside .form-box input[type="text"],
aside .form-box input[type="email"],
.aside .form-box input[type="text"],
.aside .form-box input[type="email"]{
	float: none;
}

aside .form-box input[type="submit"],
.aside .form-box input[type="submit"],
aside .form-box input[type="button"],
.aside .form-box input[type="button"]{
	margin-top: 10px;
}

/* explore page */
/* visual */
.visual{
	position:relative;
	margin:0 0 11px;
}
.visual img{width:100%;}
.visual .text-area{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	z-index:2;
}
.visual .text-area a,
.visual .text-area span{
	float:right;
	padding:5px 16px 8px 16px;
	position:relative;
	z-index:1;
	background:#171a1c;
	background:rgba(18,20,22,0.8);
}
.visual .text-area .location{
	padding-left: 28px;
}
.visual .text-area .location:after{
	background:url(https://www.ontariojewisharchives.org/cms_content/media/sprite.png) no-repeat 0 -27px;
	width:36px;
	height:46px;
	position:absolute;
	top:-14px;
	left:-5px;
	z-index:-1;
	content:'';
}
/* main */
#main{
	overflow:hidden;
	margin:0 0 40px;
}
/* content */
#content{
	width: 100%;
	float: right;
}
@media(min-width: 768px){
	body.lt-sidebar #content{ width: 74.4%; }
}

/* info-bar */
.info-bar{
	overflow:hidden;
	margin:0 0 13px;
}
.breadcrumbs{
	min-width:60%;
	float:left;
	padding:2px 0 0;
}
.breadcrumbs .title{float:left;}
.breadcrumbs ul{display:block;}
.breadcrumbs ul li{
	float:left;
	background:url(https://www.ontariojewisharchives.org/cms_content/media/bullet2.png) no-repeat 0 5px;
	padding:0 5px 0 12px;
}
.breadcrumbs ul li:first-child{
	background:none;
	padding-left:5px;
}
.breadcrumbs ul a{ color:#7f9cd7;}
.info-bar .plugin{
	float:right;
	margin:0 0 0 10px;
	min-width: 30%;
}

.info-bar .plugin .addthis_default_style a.addthis_counter,
.info-bar .plugin .addthis_default_style a.at300b{
	float: right !important;
}

.info-bar .plugin .addthis_default_style iframe.twitter-share-button{
	width: 81px !important;
}

/* content-block */
.content-block{
	margin:0 0 26px;
}
.content-block-holder{overflow:hidden;}
#content h1{
	margin:0 0 11px;
}
.content-block h2{
	margin:0 0 10px;
}
.content-block p{margin:0 0 21px;}
.boxes{overflow:hidden;}
/* boxes */
.boxes .box,
.content-block .box{
	width:31.5%;
	margin:0 0 2.7% 2.7%;
	float:left;
	background:#ec6420;
}
.boxes .box .box,
.content-block .box .box{
    width: 100%;
}
.boxes .box:hover,
.content-block .box:hover{text-decoration:none;}
.boxes .box:first-child,
.content-block .box:first-child{margin-left:0;}
.boxes .box:nth-child(3n+1),
.content-block .box:nth-child(3n+1){margin-left:0;clear:left;}
.boxes .box .image-area,
.content-block .box .image-area{
	position:relative;
	overflow:hidden;
}
.boxes .box img,
.content-block .box img{max-width:100%;}
.boxes .box .info,
.content-block .box .info{
	position:absolute;
	bottom:-1px;
	left:0;
	z-index:2;
	margin:0;
	padding:6px 15px 5px;
	background:#f18519;
	background:rgba(241,133,25,0.8);
	text-transform: uppercase;
}
.boxes .box .holder,
.content-block .box .holder{padding:13px 16px 12px;}
.content-block .boxes .box h2{
	margin:0 0 8px;
}
.boxes .box p,
.content-block .box p{margin:0;}

/* items-block */
.items-block h2{
	margin:0 0 18px;
}
.items-block p{margin:0 0 20px;}

.items-block .item,
.content-block .item,
.content-block .item.colored{
	display:block;
	overflow:hidden;
	margin:0 0 20px;
}
.content-block .item,
.items-block .item{
	color: inherit;
}

.items-block .item.colored,
.content-block .item.colored{
	background:#ec6420;
	color: white;
}

.content-block .item.colored a,
.items-block .item.colored a{
	color: white;
}

.research .item.colored,
.research .box{ background: #CF9579; }
.exhibitions .item.colored,
.exhibitions .box{ background: #6AACB0; }
.programs .item.colored,
.programs .box{ background: #F18519; }
.blog .item.colored,
.blog .box{ background: #7FC4AD; }
.donate .item.colored,
.donate .box{ background: #F4AC25; }
.about .item.colored,
.about .box{ background: #F6665A; }

.research .content-block .item .info,
.about .content-block .item.colored .info,
.about .box .info{ background: rgba(207,149,121, 0.8); }
.exhibitions .content-block .item .info,
.blog .content-block .item.colored .info,
.blog .box .info{ background: rgba(106,172,176, 0.8); }
.programs .content-block .item .info,
.donate .content-block .item.colored .info,
.donate .box .info{ background: rgba(241,133,25, 0.8); }
.blog .content-block .item .info,
.exhibitions .content-block .item.colored .info,
.exhibitions .box .info{ background: rgba(127,196,173, 0.8); }
.donate .content-block .item .info,
.programs .content-block .item.colored .info,
.programs .box .info{ background: rgba(244,172,37, 0.8); }
.about .content-block .item .info,
.research .content-block .item.colored .info,
.research .box .info{ background: rgba(246,102,90, 0.8); }

.items-block .item .item,
.content-block .item .item{
	margin: 0;
}
.items-block .item:hover,
.content-block .item:hover{
	text-decoration:none;
}
.items-block .image-area,
.content-block .item .image-area{
	float:left;
	position:relative;
}
.content-block .item .image-area{
	margin-top: 3px;
}
.content-block .item.colored .image-area{
	margin-top: 0;
}
.items-block .holder,
.content-block .item .holder,
.content-block .item.colored .holder{
	overflow:hidden;
	padding:17px 20px;
	padding-bottom: 10px;
}

.content-block .item .holder{
	padding-top: 0;
	padding-bottom: 0;
}

.items-block .item .info,
.content-block .item .info{
	position:absolute;
	bottom:0;
	left:0;
	z-index:2;
	margin:0;
	padding:4px 14px;
	background:#f18519;
	background:rgba(241,133,25,0.8);
	text-transform: uppercase;
	color: white;
}
.items-block .item h3,
.content-block .item h3{
	margin:0 0 9px;
}
.items-block .item .description p:last-child,
.content-block .item .description p:last-child{
	margin-bottom: 0;
}

@media(max-width: 480px){
	.content-block .item .image-area{
		width: 100%;
		display: block;
		float: none;
	}

	.content-block .item .image-area img{
		width: 100%;
	}
}

/* sidebar */
#sidebar{
	width:22.5%;
	float:left;
	padding:39px 0 0;
	display: none;
}
body.lt-sidebar #sidebar{ display: block; }

/* sub-nav */
.sub-nav .opener{
	display:none;
	padding:7px 35px 7px 15px;
	background:#323232;
	position:relative;
	z-index:1;
	cursor:pointer;
}
.sub-nav .opener:after{
	background:url(https://www.ontariojewisharchives.org/cms_content/media/sprite.png) no-repeat -38px 0;
	width:17px;
	height:12px;
	position:absolute;
	top:12px;
	right:15px;
	z-index:-1;
	content:'';
}
.sub-nav .slide{
	position:static !important;
	display:block !important;
}
.sub-nav ul{
	border-top:1px solid #c8cdbe;
	margin:0 0 43px;
}
.sub-nav ul .cg_nav_menu_content > div{border-bottom:1px solid #c8cdbe;}
.sub-nav ul .cg_nav_menu_content > div.sr-embedded-item,
.sub-nav ul .cg_nav_menu_content > div:last-child{ border-bottom: 0;}
.sub-nav ul a{
	display:block;
	margin:-1px 0;
	padding:8px 2px 8px 8px;
	color:#1c1e1c;
}
.sub-nav ul .active a,
.sub-nav ul a:hover,
.sub-nav ul .selected a{
	text-decoration:none;
	background:#ec6420;
	color:#fff;
}
.cg_nav_menu_content .form{
	margin-top: 43px;
}
.research .sub-nav ul .active a,
.research .sub-nav ul a:hover,
.research .sub-nav ul .selected a{
	background:#CF9579;
}
.exhibitions .sub-nav ul .active a,
.exhibitions .sub-nav ul a:hover,
.exhibitions .sub-nav ul .selected a{
	background:#6AACB0;
}
.programs .sub-nav ul .active a,
.programs .sub-nav ul a:hover,
.programs .sub-nav ul .selected a{
	background:#F18519;
}
.blog .sub-nav ul .active a,
.blog .sub-nav ul a:hover,
.blog .sub-nav ul .selected a{
	background:#7FC4AD;
}
.donate .sub-nav ul .active a,
.donate .sub-nav ul a:hover,
.donate .sub-nav ul .selected a{
	background:#F4AC25;
}

.about .sub-nav ul .active a,
.about .sub-nav ul a:hover,
.about .sub-nav ul .selected a{
	background:#f6665a;
}

.sub-nav ul .selected a{font-weight:bold;}


.sub-nav ul .nav_L2 a{
	padding-left: 20px;
}
.sub-nav ul .nav_L3 a{
	padding-left: 40px;
}
.sub-nav ul .nav_L4 a{
	padding-left: 60px;
}
.sub-nav ul .nav_L5 a{
	padding-left: 80px;
}

.sub-nav ul .selected.nav_L2 a,
.sub-nav ul .nav_L2 a:hover,
.sub-nav ul .nav_L3 a:hover,
.sub-nav ul .selected.nav_L3 a:hover,
.sub-nav ul .nav_L4 a:hover,
.sub-nav ul .selected.nav_L4 a:hover,
.sub-nav ul .nav_L5 a:hover,
.sub-nav ul .selected.nav_L5 a:hover{
	background: #efeede !important;
	color: #353535;
}

.sub-nav ul .selected.nav_L3 a,
.sub-nav ul .selected.nav_L4 a,
.sub-nav ul .selected.nav_L5 a{
	color: #353535;
	background: none !important;
}

.sub-nav ul .not_displayed a{
	opacity: 0.5;
}

aside .form .form-box,
.aside .form .form-box{
	padding:14px 15px 16px;
	margin:0 0 35px;
	background:#f18519;
}
aside .form .form-box h2,
.aside .form .form-box h2{
	margin:0 0 17px 5px;
	color: white;
}
aside .form .form-box input[type="text"],
aside .form .form-box input[type="email"],
.aside .form .form-box input[type="text"],
.aside .form .form-box input[type="email"]{
	float:none;
	display:block;
	background:#fce7d1;
	border:none;
	padding:7px 9px 6px;
	margin:0 0 5px;
	text-indent:0;
	outline:none;
}
aside .form .form-box input[type="submit"],
.aside .form .form-box input[type="submit"],
aside .form .form-box input[type="button"],
.aside .form .form-box input[type="button"]{
	width:102px;
	height:26px;
	float:none;
	display:block;
	margin:14px 0 0 auto;
	background:#1c1e1c;
	color: white;
}
/* info-box */
.info-box{
	overflow:hidden;
	margin:0 0 22px;
}
.info-box .holder{
	width:59.8%;
	padding:16px 3% 22px;
	float:left;
	background:#cf9579;
}
.content-block .info-box h2{
	margin:0 0 8px;
}
.info-box p{margin:0 0 8px;}
.info-box .holder ul li{
	background:url(https://www.ontariojewisharchives.org/cms_content/media/bullet1.png) no-repeat 0 5px;
	padding:0 0 8px 16px;
}
.info-box .frame{
	width:26.1%;
	padding:14px 2.7% 10px;
	float:right;
	background:#cf9579;
}
.content-block .info-box .frame h2{
	margin:0 0 14px;
}
.info-box .frame ul li{margin:0 0 10px;}
.info-box .frame ul a{
	display:block;
	padding:7px 5px;
	background:#1c1e1c;
	color:#fff;
}
/* about page */
.quote-area{margin:0 0 21px;}
#sidebar-right{
	float:right;
	width:230px;
	margin:55px 0 0 20px;
	display: none;
}

.content-block-holder div.quote-box,
.post div.quote-box{
	float:right;
	width: 230px;
	margin: 0px 0px 20px 20px;
	display: block;
}

body.rt-sidebar #sidebar-right{ display: block; }
.quote-area .quote-box{margin-top:14px;}
.quote-box.desktop-hidden{display:none;}
.quote-box img{margin:0 0 15px;}
.quote-box blockquote{
	padding:4px 5px 0 12px;
	border-left:4px solid #f6665a;
}
.blog .quote-box blockquote{
	border-left:4px solid #7fc4ad;
}
.quote-box q{
	display:block;
	margin:0 0 8px;
}
.quote-box cite{
	display:block;
	font-style:italic;
}
.quote-box .quote-l{
	margin:9px 0 -9px -2px;
	display:inline-block;
	vertical-align:top;
}
.blog .quote-box .quote-l,
.blog .quote-box .quote-r{color:#7fc4ad;}
.quote-box .quote-r{
	margin:7px 0 -7px -2px;
	display:inline-block;
	vertical-align:top;
}

.research .quote-box .quote-l,
.research .quote-box .quote-r{ color:#CF9579; }
.research .quote-box blockquote{ border-color:#CF9579; }

.explore .quote-box .quote-l,
.explore .quote-box .quote-r{ color:#EC6420; }
.explore .quote-box blockquote{ border-color:#EC6420; }

.exhibitions .quote-box .quote-l,
.exhibitions .quote-box .quote-r{ color:#6AACB0; }
.exhibitions .quote-box blockquote{ border-color:#6AACB0; }

.programs .quote-box .quote-l,
.programs .quote-box .quote-r{ color:#F18519; }
.programs .quote-box blockquote{ border-color:#F18519; }

.donate .quote-box .quote-l,
.donate .quote-box .quote-r{ color:#F4AC25; }
.donate .quote-box blockquote{ border-color:#F4AC25; }


/* text-block */
.text-block{padding:9px 0 0;}
.text-block h2{
	margin:0 0 14px;
}
.buttons{
	padding:6px 0 0;
	overflow:hidden;
}
.buttons .btn{
	float:left;
	padding:7px 37px 7px 38px;
	margin:0 10px 0 0;
	background:#f18519;
}
.buttons .btn:first-child{
	margin-left:0;
	background:#f6665a;
}
.main-block #content{
	width:auto;
	float:none;
}
/* blog page */
.main-area{
	overflow:hidden;
	margin:0 0 20px;
}
.main-area #content{
	width:auto;
	float:none;
	overflow:hidden;
}
.main-area #content h1{
	padding:0 0 12px;
	margin:0;
	border-bottom:2px solid #7fc4ad;
}
#content h1 .rss{
	background:url(https://www.ontariojewisharchives.org/cms_content/media/sprite.png) no-repeat -64px 0;
	width:28px;
	height:28px;
	margin:6px 0 0 8px;
	display:inline-block;
	vertical-align:top;
	text-indent:-9999px;
	overflow:hidden;
}
/* post */
.post{
	padding:17px 0 33px;
	border-bottom:2px solid #7fc4ad;
}
.post h2{
	margin:0 0 14px;
}
.post h2 a{color:#000;}
.post p{margin:0 0 23px;}
.post .quote-area{margin:0 0 12px;}
.post h3{
	margin:0 0 11px;
}
.post .post-date strong{
	font-weight: bold;
}

/* links-bar */
.links-bar{ clear: both; }
.links-bar strong{font-weight:bold;}
.links-bar ul,
.links-bar div{
	display:inline;
	font-weight:bold;
}
.links-bar ul li{display:inline;}
.paging{
	overflow:hidden;
	padding:10px 0;
}
.paging .holder{
	float:right;
}
.paging .prev,
.paging .next{
	float:left;
	margin:0 0 0 19px;
}
.paging ul{
	float:left;
	margin:0 0 0 19px;
}
.paging ul li{
	float:left;
	margin:0 0 0 6px;
}
.paging ul a,
.paging ul span{
	display:block;
	height:20px;
	padding:0 6px;
}
.paging ul span,
.paging ul .active a,
.paging ul a:hover{
	text-decoration:none;
	background:#7fc4ad;
	color:#fff;
}
/* aside */
.main-area .aside{
	width:23.4%;
	float:right;
	margin:6px 0 0 19px;
}
/* widget-box */
.widget-box{
	background:#7fc4ad;
	padding:13px 18px 17px;
	margin:0 0 20px;
}
.aside h2{
	margin:0 0 7px;
}
/* widget */
.widget{
	background:#efeede;
	padding:13px 18px 10px;
	margin:0 0 20px;
}
.widget ul li{margin:0 0 10px;}
.widget .list li{margin:0;}
.widget .list .link{margin:10px 0 8px;}
.widget .list span{font-weight:normal;}

.widget-tool{ margin-bottom: 20px; max-width: 230px; }
.content-block-holder .widget-tool.quote,
.content-block-holder .widget-tool,
.blog .widget-tool{ float: left; margin-right: 20px; margin-left: 0; }
.content-block-holder .widget-tool.right.quote,
.content-block-holder .widget-tool.right,
.blog .widget-tool.right{ float: right; margin-left: 20px; margin-right: 0;}
.widget-tool .image img{ width: 100%; margin-bottom: 0; }
.widget-tool .blockquote-block{ padding: 15px 18px 20px 18px; }
.widget-tool .blockquote-block blockquote{ padding: 0; border: 0; }
.widget-tool .description,
.widget-tool .quote{ color: #fff; margin-bottom: 10px; }
.widget-tool .name,
.widget-tool .caption,
.widget-tool .credit{ color: #fff; font-size: 12px; font-style: italic; display: block; line-height: 16px; }
.widget-tool .credit{ color: rgba(255, 255, 255, 0.6); margin-top: 5px; }

.about .widget-tool{ background:#F6665A; }
.blog .widget-tool{ background:#7fc4ad; }
.research .widget-tool{ background:#CF9579; }
.explore .widget-tool{ background:#EC6420; }
.exhibitions .widget-tool{ background:#6AACB0; }
.programs .widget-tool{ background:#F18519; }
.donate .widget-tool{ background:#F4AC25; }

@media(max-width: 767px){

	.content-block-holder .widget-tool.quote,
	.content-block-holder .widget-tool,
	.widget-tool{
		max-width: 100%;
		width: 100%;
		clear: both;
		margin-right: 0;
		margin-left: 0;
	}
}

/* landmarks */
.w1{height:100%;}
.w1 #wrapper{
	width:100%;
	max-width:100%;
	display:block;
	margin:0;
}
.w1 .wrapper-holder{
	display:block;
	height:100%;
}
.w1 #header{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:11;
	box-shadow:0 2px 8px rgba(0,0,0,0.3);
	padding:17px 0 0;
}
.w1 .logo{
	background:url(https://www.ontariojewisharchives.org/cms_content/media/logo3.png) no-repeat;
	width:141px;
	height:59px;
	margin:4px 0 0;
}
.header-frame{
	max-width:980px;
	margin:0 auto;
	height:1%;
}
.header-frame:after{
	content:'';
	display:block;
	clear:both;
}
.w1 .header-holder{display:none;}
/* search-block */
.search-block{float:right;}
.search-block .opener{
	display:none;
	width:40px;
	height:28px;
	background:#00517f url(https://www.ontariojewisharchives.org/cms_content/media/sprite.png) no-repeat -47px -37px;
	text-indent:-9999px;
	overflow:hidden;
	border-radius:3px;
}
.search-block .slide{
	position:static ;
	display:block ;
}
.search-block .mask{
	display: inline;
}
.search-block .heading{
	text-align:right;
	margin:0 0 12px;
}
.search-block h1{
	display:inline-block;
	vertical-align:top;
}
.search-block h1 span{
	display:inline-block;
	vertical-align:top;
	padding:3px 16px 0 0;
	background:url(https://www.ontariojewisharchives.org/cms_content/media/bullet3.png) no-repeat 100% 15px;
}
/* nav-list */
.nav-list{
	display:inline-block;
	vertical-align:top;
	padding:5px 0 0;
	margin:0 0 0 20px;
}
.nav-list a{
	display:inline-block;
	vertical-align:top;
	color:#1300ca;
	padding:0 16px 0 0;
	background:url(https://www.ontariojewisharchives.org/cms_content/media/bullet3.png) no-repeat 100% 10px;
}
.nav-list .drop{
	display:none;
	width:230px;
	position:absolute;
	top:20px;
	right:0;
	left:auto;
	z-index:10;
	padding:10px 0 0;
}
.nav-list ul{
	padding:5px;
	background:#fff;
	box-shadow:1px 1px 4px rgba(0,0,0,0.6);
}
.nav-list ul li,
.nav-list ul li:first-child{
	display:block;
	float:none;
	background:none;
	border-bottom:1px solid #c8cdbe;
	margin:0;
}
.nav-list li:hover ul a,
.nav-list ul a{
	display:block;
	margin:-1px 0;
	padding:8px 2px 8px 8px;
	background:none;
}
.nav-list li:hover ul a:hover,
.nav-list ul a:hover{
	background:#ec6420;
}
.nav-list li:hover{position:relative;}
.nav-list li:hover .drop{display:block;}
/* search-box */
.search-box{
	overflow:hidden;
	background:#efeede;
	padding:10px 9999px 11px 9px;
	margin:0 -9999px 0 0;
}
.search-box .box{
	float:left;
	margin:0 31px 0 0;
}
.search-box .box .holder{overflow:hidden;}
.search-box .box .frame{
	float:left;
	overflow:hidden;
	position:relative;
	padding:0 10px 0 0;
}
.search-box .search-holder{float:left;}
.search-box label{
	float:left;
	margin:5px 5px 0;
}
.search-box .select{
	float:left;
	position:relative;
	width:73px;
}
.search-box select{
	width:100%;
	display:block;
}
.search-box select.long{ width:153px;}
.search-box input[type="search"]{
	background:#fff;
	border:1px solid #aeaeae;
	border-right:none;
	float:left;
	width:148px;
	height:16px;
	margin:0;
	padding:2px;
	outline:none;
}
.search-box input[type="submit"]{
	background:#f18519;
	border:none;
	width:32px;
	height:22px;
	float:left;
	margin:0;
	padding:0;
	cursor:pointer;
}
/* main-section */
.main-section{
	position:relative;
	width:100%;
	min-height:100%;
}
/* map */
.map{
	width:100%;
	height:100%;
	padding:100px 0 69px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.map iframe{
	width:100% !important;
	height:100% !important;
	border:none;
	overflow:hidden;
	margin:0;
}
.map .mark{
	background:url(https://www.ontariojewisharchives.org/cms_content/media/sprite.png) no-repeat -104px -140px;
	width:68px;
	height:73px;
	position:absolute;
	top:200px;
	left:500px;
	z-index:10;
}
/* content-area */
.content-area{
	width:100%;
	padding:100px 0 69px;
	overflow:hidden;
}
.content-area .overlay{
	background:url(https://www.ontariojewisharchives.org/cms_content/media/transparent1.png);
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}
/* results-block */
.results-block{
	display:none;
	max-width:880px;
	height:100%;
	margin:45px auto 20px;
	padding:28px 30px;
	position:relative;
	z-index:3;
	background:#fff;
	box-shadow:0 0 10px rgba(0,0,0,0.4);
}
.results-block h1{
	margin:0 0 12px;
}
/* tabs-box */
.tabs-box{
	max-width:610px;
	margin:110px auto 20px;
	padding:12px 20px;
	position:relative;
	z-index:3;
	background:#fff;
	box-shadow:0 0 10px rgba(0,0,0,0.4);
}
.tabs-box .heading{
	width:100%;
	padding:0 0 15px;
}
.tabs-box .heading:after{
	content:'';
	display:block;
	clear:both;
}
.tabs-box h2{
	overflow:hidden;
}
.tabs-box .close{
	float:right;
	margin:-4px -10px 0 0;
}
.nav-holder{
	overflow:hidden;
	border-bottom:3px solid #ec6420;
}
/* tabset */
.tabset{
	float:left;
}
.tabset li{
	float:left;
	padding:0 0 0 6px;
}
.tabset li:first-child{padding-left:0;}
.tabset a{
	display:block;
	padding:7px 28px;
	color:#000;
	background:#ccc;
	border-bottom:3px solid #fff;
}
.tabset a:hover{text-decoration:none;}
.tabset .active{
	background:#ec6420;
	border-color:#ec6420;
	color:#fff;
}
.print{
	float:right;
	padding:10px 0 0;
}
.print i{
	display:inline-block;
	vertical-align:top;
	margin:-3px 5px 0 0;
}
.print:hover i{text-decoration:none;}
.tabs-content{min-height:331px;}
/* info-holder */
.info-holder{
	padding:15px 0 25px;
	overflow:hidden;
}
.info-holder .alignright{
	float:right;
	margin:5px 0 0 15px;
}
.info-holder dl{
	margin:0 0 9px;
}
.info-holder dl dt{
	font-weight:bold;
	float:left;
	margin:0 2px 0 0;
}
.info-holder dl dd{
	display:block;
	overflow:hidden;
	margin:0 0 7px;
}
.info-holder p{margin:0 0 7px;}
/* photos-box */
.photos-box{
	padding:13px 0 8px;
	margin:0 -10px 0 0;
}
.photos-box .scrollable-area{
	height:310px;
	overflow:auto;
}
.photos-box ul{overflow:hidden;}
.photos-box ul li{
	float:left;
	width:111px;
	height:111px;
	overflow:hidden;
	margin:0 10px 10px 0;
}
.photos-box ul a{
	display:block;
	width:100%;
	height:100%;
	position:relative;
}
.photos-box .btn-play{
	background:url(https://www.ontariojewisharchives.org/cms_content/media/sprite.png) no-repeat 0 -82px;
	width:62px;
	height:62px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-31px 0 0 -31px;
}
/* share-box */
.share-box{
	width:100%;
	padding:16px 0 10px;
}
.share-box:after{
	content:'';
	display:block;
	clear:both;
}
/* form-block */
.form-block{
	float:left;
	width:333px;
}
.share-box h3{
	margin:0 0 12px;
}
.form-block label{
	display:block;
	margin:0 0 3px;
}
.form-block input[type="text"],
.form-block input[type="email"],
.form-block textarea{
	background:#fff;
	border:1px solid #aeaeae;
	display:block;
	position:relative;
	width:100%;
	height:22px;
	margin:0 0 10px;
	padding:2px 4px 3px;
	box-shadow:none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline:none;
}
.form-block input[type="text"]{
	width:179px;
	height:28px;
	padding:3px 4px 2px;
	float:right;
	outline:none;
}
.form-block textarea{
	width:100% !important;
	height:73px !important;
	min-width:100% !important;
	min-height:73px !important;
	max-width:100% !important;
	max-height:73px !important;
	overflow:auto;
	outline:none;
}
.form-block .row{
	overflow:hidden;
	padding:3px 0 2px;
}
.form-block .caption{float:left;}
.form-block input[type="submit"],
.form-block input[type="button"]{
	background:#ec6420;
	border:none;
	width:97px;
	height:29px;
	display:block;
	margin:0 0 0 auto;
	padding:0;
	cursor:pointer;
}
.share-box .holder{
	float:right;
	width:227px;
}
.share-box .holder ul{
	padding:4px 0 0;
}
.share-box .holder ul li{margin:0 0 5px;}
.share-box .holder ul a{
	display:inline-block;
	vertical-align:top;
	padding:7px 0 0;
	color:#353535;
}
.share-box .holder ul i{
	display:inline-block;
	vertical-align:top;
	margin:-7px 6px 0 0;
}
/* research-box */
.research-box{
	overflow:hidden;
	padding:16px 0;
}
.research-box .holder{
	width:365px;
	float:left;
}
.research-box .links{
	width:223px;
	float:right;
	margin:34px 0 0;
}
.research-box .links li{margin:0 0 10px;}
.research-box .links  a{
	display:block;
	padding:7px 5px;
	background:#ec6420;
	color:#fff;
}
.research-box h3{
	margin:0 0 11px;
}
.research-box p{margin:0 0 8px;}
.w1 #footer{
	position:fixed;
	bottom:0;
	left:0;
	z-index:11;
}
.w1 #footer .footer-holder{display:block;}
.w1 #footer .footer-frame{
	display:block;
	padding:0;
}
.w1 .footer-block{
	padding:0;
	background:#1c1e1c;
}
.footer-block-holder{
	max-width:980px;
	margin:0 auto;
	padding:13px 0 12px;
	overflow:hidden;
}
#footer .back{
	float:left;
	margin:12px 18px 0 0;
}
#footer .logo-area{
	float:right;
	margin:0 13px 0 0;
}
#footer .logo{
	background:url(https://www.ontariojewisharchives.org/cms_content/media/logo4.png) no-repeat;
	width:106px;
	height:36px;
	min-height:36px;
	padding:0;
	margin:0;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}
#footer .logo a{
	display:block;
	height:100%;
}
#footer .logo-area img{display:none;}
.footer-nav{
	overflow:hidden;
}
.footer-nav ul li{
	display:inline-block;
	vertical-align:top;
	background:url(https://www.ontariojewisharchives.org/cms_content/media/sep2.png) no-repeat 0 5px;
	padding:0 5px 0 8px;
}
.footer-nav ul li:first-child{background:none;}
.footer-nav ul a{color:#a8a9a8;}
/* footer */
#footer {
	width:100%;
	overflow:hidden;
	display:table-footer-group;
}
#footer .footer-holder {
	height:1%;
	display:table-row;
}
#footer .footer-frame {
	display:table-cell;
	padding:0 0 50px;
}
.footer-block{
	background:#323232;
	overflow:hidden;
	padding:23px 2.2% 34px;
}
.footer-block .col{
	width:24.5%;
	float:left;
	margin:0 0 0 2%;
}
.footer-block .col:first-child{margin-left:0;}
.footer-block .col.last{
	width:22%;
	margin:0 0 0 0.3%;
}
.footer-block a{color:#f4ac25;}
.footer-block h2{
	margin:0 0 9px;
}
.footer-block p strong{
	margin:0 3px 0 0;
}
.footer-block .col ul li{
	background:url(https://www.ontariojewisharchives.org/cms_content/media/bullet1.png) no-repeat 1px 6px;
	padding:0 0 0 14px;
}
.footer-block address{margin:0 0 9px;}
.footer-block .col img{
	max-width:100%;
	margin:5px 0 17px;
}
/* light-box */
.popup-holder{
	height: 0;
	position: relative;
	overflow: hidden;
}
.light-box{
	width: 980px;
	overflow:hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.light-box-holder{
	max-width:980px;
	margin:0 auto;
	padding:10px;
	background:#fff;
	position:relative;
}
.light-box .mask{
	width:100%;
	overflow:hidden;
	position:relative;
}
/* carousel */
.carousel{
	overflow:hidden;
	position: relative;
}
.carousel li{
	width:100%;
	float:left;
	background:#fff;
	min-height: 5px;
}
.ajax-loading {background:url(https://www.ontariojewisharchives.org/cms_content/media/ajax-loading.gif) no-repeat 50% 50%;}
.carousel .image-area{
	overflow:hidden;
	background:#c1c1c1;
}
.carousel img{max-width:100%;}
.carousel .text-area{
	width:225px;
	padding:22px 0 0 20px;
	float:right;
}
.light-box .title{
	display:block;
	margin:0 0 9px;
}
.social-box ul{
	overflow:hidden;
	margin:-2px 0 0;
}
.social-box ul li{
	width:auto;
	float:left;
	margin:0 11px 0 0;
}
.carousel .text-area p{margin:0 0 43px;}
/* thumbnails */
.thumbnails{
	width:229px;
	position:absolute;
	bottom:10px;
	right:10px;
	z-index:999;
}
.thumbnails .scrollable-area{
	height:188px;
	overflow:auto;
}
.thumbnails ul{overflow:hidden;}
.thumbnails ul li{
	float:left;
	overflow:hidden;
	margin:0 2px 2px 0;
}
.thumbnails img{
	width:100%;
	height:100%;
}
.thumbnails ul a{
	display:block;
	width:60px;
	height:60px;
	position:relative;
	overflow:hidden;
	border:4px solid #fff;
}
.thumbnails ul .active a,
.thumbnails ul a:hover{
	border-color:#ec6420;
	text-decoration:none;
}
.thumbnails .btn-play{
	background:url(https://www.ontariojewisharchives.org/cms_content/media/sprite.png) no-repeat -122px -78px;
	width:50px;
	height:50px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-25px 0 0 -25px;
}
.light-box .thumbnails .title{margin:0 0 5px 3px;}
.light-box .close{
	position:absolute;
	top:8px;
	right:10px;
	z-index:20;
}
.light-box .close:hover{text-decoration:none;}
.light-box .btn-prev,
.light-box .btn-next{
	background:url(https://www.ontariojewisharchives.org/cms_content/media/sprite.png) no-repeat -172px 0;
	width:53px;
	height:78px;
	position:absolute;
	top:43%;
	left:1%;
	z-index:10;
	text-indent:-9999px;
	overflow:hidden;
}
.light-box .btn-next{
	background:url(https://www.ontariojewisharchives.org/cms_content/media/sprite.png) no-repeat -228px 0;
	left:auto;
	right:257px;
}
.light-box .btn-prev.disabled,
.light-box .btn-next.disabled{opacity:0.2;}
.light-box .btn-prev:hover,
.light-box .btn-next:hover{ opacity: 1 !important;}
.nav-area{
	display:none;
	overflow:hidden;
	margin:0 -3px;
}
.nav-area .prev,
.nav-area .next{
	width:94px;
	height:30px;
	float:left;
	position:relative;
	background:#f18519;
}
.nav-area .next{float:right;}
.nav-area .close{
	position:relative;
	top:auto;
	right:auto;
	display:block;
	width:52px;
	height:30px;
	margin:0 auto;
	background:#f18519 url(https://www.ontariojewisharchives.org/cms_content/media/sprite.png) no-repeat 17px -178px;
}
/* hide original element */
.jcf-hidden {
	display: block !important;
	position: absolute !important;
	left: -9999px !important; /* change to right: -9999px on RTL sites */
}
/* custom select styles */
.select-area {
	border: 1px solid #aeaeae;
	background:#fff;
	position: relative;
	overflow: hidden;
	cursor: default;
	height: 20px;
	float: left;
	margin:1px 0 0;
}
.select-area .center {
	display:block;
	white-space: nowrap;
	padding:0 15px 0 6px;
}
.select-area .select-opener {
	background:url(https://www.ontariojewisharchives.org/cms_content/media/sprite.png) no-repeat -102px 4px;
	position: absolute;
	height: 20px;
	width: 14px;
	right: 0;
	top: 0;
}
.select-options {
	position: absolute;
	overflow: hidden;
	background: #fff;
	z-index: 2000;
}
.select-options .drop-holder {
	border: 1px solid #aeaeae;
	overflow: hidden;
	height: 1%;
}
.select-options .scrollable-area-wrapper,
.select-options .drop-list{
	width:100% !important;
	height:auto !important;
}
.select-options ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.select-options ul li {
	width: 100%;
	float: left;
}
.select-options ul a {
	text-decoration: none;
	padding: 2px 6px;
	display: block;
	cursor: default;
	color: #000;
	height: 1%;
}
.select-options .item-selected a {
	text-decoration: none;
	background: #aeaeae;
	color: #fff;
}
/* custom scrollbars styles */
.photos-box .scrollable-area-wrapper,
.thumbnails .scrollable-area-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.photos-box .scrollable-area-wrapper .hscrollbar,
.photos-box .scrollable-area-wrapper .vscrollbar,
.thumbnails .scrollable-area-wrapper .hscrollbar,
.thumbnails .scrollable-area-wrapper .vscrollbar {
	position: absolute;
	top: 0;
	right: 0;
	width: 15px;
}
.photos-box .scrollable-area-wrapper .hscroll-left,
.photos-box .scrollable-area-wrapper .vscroll-up,
.photos-box .scrollable-area-wrapper .hscroll-right,
.photos-box .scrollable-area-wrapper .vscroll-down,
.thumbnails .scrollable-area-wrapper .hscroll-left,
.thumbnails .scrollable-area-wrapper .vscroll-up,
.thumbnails .scrollable-area-wrapper .hscroll-right,
.thumbnails .scrollable-area-wrapper .vscroll-down {
	background:#a3a3a3 url(https://www.ontariojewisharchives.org/cms_content/media/sprite.png) no-repeat -128px 0;
	width: 15px;
	height: 16px;
	float: left;
}
.photos-box .scrollable-area-wrapper .vscroll-down,
.thumbnails .scrollable-area-wrapper .vscroll-down{background:#a3a3a3 url(https://www.ontariojewisharchives.org/cms_content/media/sprite.png) no-repeat -148px 0;}
.photos-box .scrollable-area-wrapper .hscroll-line,
.photos-box .scrollable-area-wrapper .vscroll-line,
.thumbnails .scrollable-area-wrapper .hscroll-line,
.thumbnails .scrollable-area-wrapper .vscroll-line {
	background: #ccc;
	width: 15px;
	float: left;
}
.photos-box .scrollable-area-wrapper .hscroll-slider,
.photos-box .scrollable-area-wrapper .vscroll-slider,
.thumbnails .scrollable-area-wrapper .hscroll-slider,
.thumbnails .scrollable-area-wrapper .vscroll-slider {
	background: #ec6420;
	width: 15px;
	height: 128px;
}
.photos-box .scrollable-area-wrapper .hscrollbar,
.thumbnails .scrollable-area-wrapper .hscrollbar {
	position: static;
	height: 20px;
	top: auto;
}
.photos-box .scrollable-area-wrapper .hscroll-line,
.thumbnails .scrollable-area-wrapper .hscroll-line {
	height: 20px;
	width: auto;
}
/* responsive styles */
@media only screen and (max-width: 1032px){
	#fancybox-outer {
		width: 100% !important;
	}
	#fancybox-wrap {
		padding: 0 !important;
		width: 100% !important;
		left: 0 !important;
	}
	#fancybox-wrap .light-box {
		width: 100%;
		padding: 0;
	}
	#fancybox-wrap .mask {
		width: 100% !important;
	}
	#fancybox-content{
		width: 100% !important;
	}
	.fancybox-bg{
		height: 0  !important;	
		padding: 0 !important;
		width: 100% !important;
	}
}
@media only screen and (max-width: 979px){
	#wrapper{padding:0 10px;}
	#nav a{padding:11px 10px;}
	.form-box input[type="submit"],
	.form-box input[type="button"]{
		width:10.6%;
		margin:17px 0 0;
	}
	/* landmarks */
	.w1 #wrapper{padding:0;}
	.search-block{max-width:610px;}
	.search-box .search-holder{
		float:left;
		padding:10px 0 0;
	}
	.results-block{max-width:680px;}
	.map,
	.main-section{padding:132px 0 69px;}
	/* light-box */
	.thumbnails{
		width:auto;
		position:relative;
		bottom:auto;
		right:auto;
		padding:10px 0 0;
		margin:0 0 -4px;
	}
	.thumbnails .scrollable-area-wrapper,
	.thumbnails .scrollable-area{
		width:auto !important;
		height:auto !important;
	}
	.carousel li{padding:31px 0 0;}
	/* footer */
	#footer .footer-frame{padding:0 0 10px;}
	.footer-block .col img{margin:5px 20px 17px 0;}
}
@media only screen and (max-width: 767px){
	#header{padding:10px 0 15px;}
	.logo{
		background:url(https://www.ontariojewisharchives.org/cms_content/media/logo2.png) no-repeat;
		width:230px;
		height:43px;
		position: relative;
		z-index: 100;
		margin:0;
	}
	.header-holder{
		padding:9px 0 0;
		overflow: hidden;
	}
	.header-holder .opener{display:block;}
	.header-holder .slide{
		display:none;
		position: absolute;
		left: 0;
		width: 100%;
		background: #fff;
	}
	.header-holder.active .slide{
		width:100%;
		position:absolute !important;
		display:block !important;
		top:55px;
		left:0;
		z-index:20;
		background:#fff;
	}
	.top-bar{
		padding:18px 10px 9px;
		margin:0;
	}
	.top-bar-holder{float:none;}
	.social-networks{margin:-2px 0 0;}
	.search-area{
		float:right;
		width:206px;
	}
	.search-form{
		float:none;
		width:100%;
		margin:0 0 3px;
	}
	.search-form:after{
		content:'';
		display:block;
		clear:both;
	}
	.search-form input[type="search"]{ width:114px;}
	.search-form input[type="submit"]{ width:76px;}
	.top-bar .btn{
		height:auto;
		min-width:0;
		margin:0;
		padding:0;
		background:none;
	}
	.top-bar .btn br{display:none;}
	#nav{
		padding:0 0 2px;
		margin:0 10px;
		border-top:1px dotted #ccc;
		border-bottom:3px solid #ccc;
		background:none;
	}
	#nav li{
		display:block;
		margin:0;
		text-align:left;
		background:none;
		border-bottom:1px dotted #ccc;
	}
	#nav a{padding:10px 19px 11px;}
	#nav li:hover .drop{
		left:-9999px !important;
		top:-9999px !important;
	}
	#nav li.active-drop .drop{
		position:static !important;
		top:auto !important;
		left:auto !important;
		width:auto;
		padding:0;
	}
	#nav .drop .drop-inner{float:none;}
	#nav ul{
		box-shadow:none;
		padding:0;
		margin:0 0 1px;
	}
	#nav ul li,
	#nav ul li:first-child{
		border:1px dotted #ccc;
		border-width:1px 0 0;
	}
	#nav li.active ul a,
	#nav li:hover ul a,
	#nav ul a{padding:10px 10px 11px 19px;}
	.slide-block .text-area{
		width:auto;
		position:relative;
		top:auto;
		right:auto;
	}
	.slide-block .text-area:after{display:none;}
	.slide-block .text-area .holder{
		padding:17px 20px 49px;
	}
	.slide-block .title{margin:0 0 10px;}
	.info-block{margin:0 0 10px;}
	.info-block .text-box{
		float:none;
		width:auto;
		font-size:15px;
		margin:-4px 0 16px;
	}
	.info-block .box{
		float:none;
		width:auto;
		margin:0 0 20px;
	}
	.info-block img{width:100%;}
	.form-box{
		padding:15px 15px 16px;
		margin:0 0 35px;
		background:#f18519;
	}
	.form-box h2{
		color:#fff;
		margin:0 0 16px 5px;
	}
	.form-box .row{
		width:auto;
		float:none;
		margin:0 0 5px;
	}
	.form-box label{display:none;}
	.form-box input[type="text"],
	.form-box input[type="email"]{
		float:none;
		display:block;
		background:#fce7d1;
		border:none;
		padding:7px 9px 6px;
		text-indent:0;
	}
	.form-box input[type="submit"],
	.form-box input[type="button"]{
		width:102px;
		height:26px;
		float:none;
		display:block;
		margin:14px 0 0 auto;
		background:#1c1e1c;
	}
	/* explore page */
	.visual{display:none;}
	#main{margin:0 0 35px;}
	#content{
		width:auto;
		float:none;
	}
	.info-bar{margin:0 0 23px;}
	.breadcrumbs{
		min-width:0;
		float:none;
		overflow:hidden;
		padding:1px 0 10px;
	}
	.info-bar .plugin{
		min-width:0;
		float:none;
		margin:0;
	}
	.content-block{margin:0 0 7px;}
	.main-block .content-block{margin:0 0 20px;}
	.content-block p{margin:0 0 19px;}
	.boxes .box,
	.content-block .box{
		height:275px;
		float:none;
		width:auto;
		display:block;
		margin:0 0 20px;
	}
	.boxes .box .image-area,
	.content-block .box .image-area{
		height:145px;
		overflow:hidden;
	}
	.boxes img,
	.items-block img,
	.content-block .box img,
	.content-block .item img{
		width:100%;
		position:relative;
		top:-50%;
	}
	.boxes .box .holder,
	.content-block .box .holder{padding:12px 16px 20px;}
	.items-block .item{
		height:275px;
		margin:0 0 25px;
	}
	.items-block .image-area{
		height:145px;
		overflow:hidden;
		float:none;
	}
	.items-block .holder{min-height:110px;}
	#sidebar{
		width:auto;
		float:none;
		display:table;
		width:100%;
		padding:10px 0 0;
	}
	.form{/*display:table-header-group;*/margin-top: 20px;}
	.sub-nav{/*display:table-footer-group;*/margin-bottom:20px;}
	.sub-nav .opener{display:block;}
	.sub-nav .slide{
		display:none !important;
		padding:1px 0 0;
	}
	.sub-nav.active .slide{
		position:relative !important;
		display:block !important;
	}
	/* research page */
	.info-box .holder{
		width:auto;
		float:none;
		padding:19px 18px 10px;
		margin:0 0 20px;
	}
	.info-box .frame{
		width:auto;
		float:none;
		padding:14px 20px 10px;
	}
	/* about page */
	.buttons .btn{
		display:block;
		float:none;
		width:auto;
		margin:0 0 15px;
		text-align:center;
	}
	.content-block-holder{display:table-header-group;}
	.quote-box{
		display:table-footer-group;
		float:none;
	}
	.quote-area .quote-box{float:right;}
	.quote-box.mobile-hidden{display:none !important;}
	.quote-box.desktop-hidden{display:block;}
	.quote-box img{
		width:100%;
		height:auto;
	}
	/* blog page */
	.main-area{margin:0;}
	.main-area .aside{
		width:auto;
		float:none;
		display:table-footer-group;
	}
	.main-area #content{display:table-header-group;}
	/* landmarks page */
	.w1 #wrapper{display:table;}
	.w1 .wrapper-holder{
		display:table-row;
		height:auto;
	}
	.w1 #header{
		width:auto;
		padding:5px 10px 7px;
		position:relative;
		top:auto;
		left:auto;
	}
	.w1 .header-holder{
		float:right;
		display:block;
		padding:9px 0 0 10px;
	}
	.search-block{padding:9px 0 0;}
	.search-block .opener{display:block;}
	.search-block .slide{
		display:none;
		position: absolute;
		left: 0;
		width: 100%;
		background: #fff;
	}
	.search-block.active .slide{
		width:100%;
		display:block !important;
		position:absolute !important;
		top:55px;
		left:0;
		z-index:10;
		background:#fff;
		box-shadow:0 5px 5px rgba(0,0,0,0.3);
	}
	.search-block .heading{
		padding:16px 10px 7px;
		margin:0;
		text-align:left;
	}
	.search-block h1{
		display:block;
	}
	.search-box{
		margin:0;
		padding:18px 10px 20px;
	}
	.search-box .box{
		float:none;
		margin:0 0 19px;
	}
	.search-box .box .holder{
		padding:0;
		overflow:visible;
	}
	.search-box .box .frame{
		width:100%;
		float:none;
	}
	.search-box .box .frame:after{
		content:'';
		display:block;
		clear:both;
	}
	.search-box label{
		float:none;
		display:block;
		margin:0 0 2px;
	}
	.search-box .box .frame label{
		float:left;
		margin:4px 0 0 1%;
	}
	.search-box .frame .select{
		width:47%;
		float:right;
		margin:0;
	}
	.search-box .frame .select:first-child{float:left;}
	.search-box .frame select{width:100%;}
	.search-box .frame .select-area{
		width:100% !important;
	}
	.search-box select.long{
		float:none;
		display:block;
		width:100%;
	}
	.search-box .select-long{
		width:100%;
		float:none;
		display:block;
	}
	.search-box .search-holder{
		float:none;
		overflow:hidden;
		padding:0;
	}
	.nav-list li:hover .drop{display:block !important;}
	.search-box input[type="search"]{
		width:89%;
		height:22px;
		padding:4px 2px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.search-box input[type="submit"]{width:11%;}
	.nav-list{
		display:inline-block;
		vertical-align:top;
		margin:0;
		padding:9px 0 0;
	}
	.nav-list .drop{
		left:0;
		right:auto;
	}
	.w1 .logo{
		background:url(https://www.ontariojewisharchives.org/cms_content/media/logo5.png) no-repeat;
		width:165px;
		height:43px;
		margin:0;
	}
	.main-section{
		width:auto;
		height:auto;
		padding:0;
	}
	.map{
		width:auto;
		height:220px;
		padding:0;
		position:relative;
		left:auto;
		top:auto;
	}
	.content-area{
		position:relative;
		top:auto;
		left:auto;
		width:auto;
		height:auto;
		padding:0;
	}
	.results-block{
		height:auto;
		padding:8px 10px 30px;
		margin:0;
		box-shadow:none;
	}
	.results-block h1{
		margin:0 0 7px;
	}
	.tabs-box{
		max-width:100%;
		margin:0;
		padding:11px 10px;
		box-shadow:none;
	}
	.tabs-box .close{display:none;}
	.tabs-box .heading{padding:0;}
	.tabs-box h2{
		padding:0 0 14px;
	}
	.tabset{
		width:100%;
		float:none;
		display:table;
	}
	.tabset li{
		float:none;
		display:table-cell;
	}
	.tabset a{padding:7px 1%;}
	.print{display:none;}
	.info-holder .alignright{
		float:none;
		width:100%;
		margin:0 0 10px;
	}
	.photos-box{
		padding:10px 0 8px;
		margin:0;
	}
	.photos-box .scrollable-area-wrapper,
	.photos-box .scrollable-area{
		width:auto !important;
		height:auto !important;
		overflow:hidden;
	}
	.photos-box ul{width:103%;}
	.photos-box ul li{
		width:93px;
		height:93px;
	}
	.form-block{margin:0 0 40px;}
	.form-block input[type="text"]{width:144px;}
	.form-block,
	.share-box .holder,
	.research-box .holder,
	.research-box .links{
		float:none;
		width:auto;
	}
	.research-box .links{
		width:223px;
		margin:23px auto 0;
	}
	/* light-box */
	.light-box{padding:0 10px;}
	.light-box .mask{margin:0 0 26px;}
	.carousel .image-area{display:table-header-group;}
	.carousel img{
		width:100%;
		height:auto;
	}
	.carousel .text-area{
		display:table-footer-group;
		float:none;
		width:auto;
		padding:0;
	}
	.light-box .title{margin:14px 0 9px;}
	.light-box .btn-prev,
	.light-box .btn-next{
		background:url(https://www.ontariojewisharchives.org/cms_content/media/sprite.png) no-repeat -284px 0;
		width:22px;
		height:30px;
		top:25%;
		left:3%;
	}
	.light-box .btn-next{
		background:url(https://www.ontariojewisharchives.org/cms_content/media/sprite.png) no-repeat -312px 0;
		left:auto;
		right:3%;
	}
	.thumbnails {display:none;}
	.nav-area{display:block;}
	.social-box ul li{padding:0;}
	/* footer */
	.footer-block{
		padding:23px 60px 14px 21px;
	}
	.footer-block .col,
	.footer-block .col.last{
		width:auto;
		float:none;
		margin:0 0 24px;
	}
	.footer-block .col.last{margin:0;}
	.w1 #footer{
		position:relative;
		bottom:auto;
		left:auto;
	}
	.w1 #footer .footer-holder{display:table-row;}
	.w1 #footer .footer-frame{display:table-cell;}
	.footer-block-holder{padding:8px 35px 10px;}
	.footer-nav{display:none;}
	#footer .back{
		float:none;
		display:inline-block;
		vertical-align:top;
		margin:0 0 6px;
	}
	#footer .logo-area{
		float:none;
		overflow:hidden;
		margin:0;
	}
	#footer .logo{float:left;}
	#footer .logo-area img{
		float:right;
		display:block;
		margin:7px 11px 0 0;
	}
}
@media only screen and (max-width: 480px){
	.map{height:100px;}
}
@media only screen and (max-width: 479px){
	/* about page */
	.quote-box{
		float:none;
		width:auto;
		margin:0 0 20px;
	}
	.quote-area .quote-box{display:block;}
	.boxes .box,
	.boxes .box .image-area,
	.items-block .item,
	.items-block .image-area,
	.content-block .box,
	.content-block .box .image-area{height:auto;}
	.boxes img,
	.items-block img,
	.content-block .box img{top:0;}
	.map{height:220px;}
}

.sidebar iframe.video,
.content-block iframe.video{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.content-block iframe.video{
	min-height: 300px;
}

.sr_form_built{
	background: #efedde;
	margin-bottom: 20px;
}

.sr_form_built label.title{
	width: 140px;
	float: left;
	font-weight: bold;
	text-align: right;
	margin-bottom: 5px;
	font-size: 13px;
}

.sr_form_built textarea,
.sr_form_built input.text,
.sr_form_built select,
.sr_form_built .select-field{
	width: 200px;
	background: #fff;
	border: 1px solid #aeaeae;
	box-sizing: border-box;
	padding: 5px 5px 4px;
	box-shadow: none;
	outline: none;
	font: 13px Arial, Helvetica, sans-serif;
	color: #463641;
	line-height: 13px;
}
.sr_form_built .select-field{
	box-sizing: content-box;
	padding-bottom: 0;
	padding-top: 6px;
}

.sr_form_built .select-field .select-opener{
	background-position: -102px 6px;
}

.sr_form_built .field,
.sr_form_built .select-field{
	margin-left: 10px;
	float:left;
	margin-bottom: 5px;
	font-size: 13px;
}

.sr_form_built .required{
	margin-left: 5px;
	color: #F6665A;
}

.sr_form_built .field.checkbox:first-child,
.sr_form_built .field.radio:first-child{
	margin-left: 0;
}

.sr_form_built .field.checkbox.block,
.sr_form_built .field.radio.block{
	display: block;
	width: 100%;
	margin-left: 0;
}

.sr_form_built .text.large,
.sr_form_built textarea.large,
.sr_form_built select.large,
.sr_form_built .field.large{
	width: 400px !important;
}

.sr_form_built .text.small,
.sr_form_built textarea.small,
.sr_form_built select.small,
.sr_form_built .field.small{
	width: 125px !important;
}

.sr_form_built input.submit{
	background: #1c1E1c;
	color: #fff;
	text-transform: uppercase;
	font-family: Rambla, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	border: 0;
	padding: 5px 25px;
	margin-left: 10px;
}

@media only screen and (max-width: 810px){
	.sr_form_built label.title{
		float: none;
		display: block;
		width: 100%;
		text-align: left;
	}

	.sr_form_built .field,
	.sr_form_built .select-field,
	.sr_form_built input.submit{
		margin-left: 0px;
		width: auto;
	}

	.sr_form_built .text,
	.sr_form_built textarea,
	.sr_form_built select,
	.sr_form_built .field{
		width: 280px !important;
	}

	.sr_form_built .text.large,
	.sr_form_built textarea.large,
	.sr_form_built select.large,
	.sr_form_built .field.large{
		width: 280px !important;
	}
}

body.landmarks #main{
	max-width: 900px;
	margin: auto;
	padding: 20px;
}

.sidebar .album_item{
	width: 100%;
	color: #fff;
	padding-top: 29px;
	background: url('https://www.ontariojewisharchives.org/cms_content/media/photo-gallery.png') no-repeat top 5px center;
}

.sidebar .album_item .album_thumb{
	width: 172px;
	height: 132px;
	display: block;
	position: relative;
	overflow: hidden;
	margin: auto;
	margin-bottom: 30px;
	left: 9px;
}

.sidebar .album_item .album_thumb img{
	width: 125%;
	min-width: 100%;
	min-height: 100%;
	margin-top: 0 !important;
}

.sidebar .album_item .album_type{
	margin-bottom: 5px;
	color: #fff;
	padding: 0 15px;
}
.sidebar .album_item .album_name{
	margin-bottom: 5px;
	color: #fff;
	padding: 0 15px;
	line-height: 19px;
}
.sidebar .album_item .album_desc{
	padding: 15px;
	padding-top: 0;
}
.sidebar .album_item .album_desc p{
	font-size: 13px;
	line-height: 17px;
	color: #fff;
	opacity: 0.8;
	font-style: italic;
}
.sidebar .album_item .album_desc p:last-child{
	margin-bottom: 0;
}

.content-block-holder .album_item .album_thumb{
	display: none;
}

.content-block-holder .album_item .album_type{
	font:bold 28px/28px 'Rambla', Arial, Helvetica, sans-serif;
	margin-bottom: 17px;
}

.content-block-holder .album_item .album_name{
	font:bold 22px/28px 'Rambla', Arial, Helvetica, sans-serif;
	margin-bottom: 17px;
}

.content-block-holder .album_item .photos_list{
	display: block !important;
}

.content-block-holder .album_item .photos_list:after{
	clear: both;
	content: "";
    display: table;
	zoom: 1;
}

.content-block-holder .album_item .album_photo{
	width: 22%;
	height: 125px;
	display: block;
	float: left;
	margin-bottom: 4%;
	margin-right: 4%;
	background: #EFEEDE;
	position: relative;
	overflow: hidden;
	left: 4px;
	text-align: center;
}

.content-block-holder .album_item .album_photo:hover{
	border: 2px solid #EFEEDE;
	margin-left: -4px;
	position: relative;
	left: 6px;
	margin-top: -4px;
	top: 2px;
}

.content-block-holder .album_item .album_photo img{
	max-width: 100%;
	max-height: 100%;
	position: relative;
	z-index: 1;
}

.album_item .img-overlay{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	text-align: center;
	top: 0;
	left: 0;
}

.album_item .img-overlay i{
	font-size: 36px;
	color: #fff;
	text-decoration: none;
	display: block;
	margin-top: 50%;
	position: relative;
	top: -18px;
	line-height: 0;
}

.content-block-holder .album_item .img-overlay i{
	top: 0;
}

.album_item .album_photo:hover .img-overlay,
.album_item .album_thumb:hover .img-overlay{
	display: block;
}

.content-block-holder .album_item .album_photo:nth-child(3n){
	left: -4px;
}

.content-block-holder .album_item .album_photo:nth-child(3n):hover{
	left: -2px;
}

.content-block-holder .album_item .album_photo:nth-child(4n){
	margin-right: 0;
}

@media(max-width: 767px){
	.content-block-holder .album_item .album_photo{
		width: 30%;
		height: 135px;
		margin-right: 5%;
		margin-bottom: 5%;
	}

	.content-block-holder .album_item .album_photo:nth-child(3n){
		margin-right: 0;
	}

	.content-block-holder .album_item .album_photo:nth-child(4n){
		margin-right: 5%;
	}
}

@media(min-width: 768px){
	.content-block-holder .album_item .album_photo{
		height: 150px;
	}
}

@media(min-width: 850px){
	.content-block-holder .album_item .album_photo{
		height: 170px;
	}
}

@media(min-width: 768px) and (max-width: 970px){

	body.rt-sidebar.lt-sidebar .content-block-holder .album_item .album_photo{
		width: 145px;
		height: 145px;
	}

	body.rt-sidebar.lt-sidebar .content-block-holder .album_item .album_photo:nth-child(2n){
		margin-right: 0;
		left: 4px;
	}

	body.rt-sidebar.lt-sidebar .content-block-holder .album_item .album_photo:nth-child(2n):hover{
		left: 6px;
	}

	body.rt-sidebar.lt-sidebar .content-block-holder .album_item .album_photo:nth-child(3n){
		left: 4px;
	}

	body.rt-sidebar.lt-sidebar .content-block-holder .album_item .album_photo:nth-child(3n):hover{
		left: 6px;
	}

	#sidebar .album_item{
		background-size: 150px;
		padding-top: 20px;
	}

	#sidebar .album_item .album_thumb{
		width: 124px;
		height: 97px;
		left: 7px;
	}
}

@media(min-width: 971px){

	body.rt-sidebar.lt-sidebar .content-block-holder .album_item .album_photo{
		width: 30%;
		height: 135px;
		margin-bottom: 5%;
		margin-right: 5%;
	}

	body.rt-sidebar.lt-sidebar .content-block-holder .album_item .album_photo:nth-child(3n){
		margin-right: 0;
	}

	body.rt-sidebar.lt-sidebar .content-block-holder .album_item .album_photo:nth-child(4n){
		margin-right: 5%;
	}
}

.research .sidebar .album_item{ background-color:#CF9579; }
.research .album_item .img-overlay{ background: rgb(207,149,121); background: rgba(207,149,121, 0.5); }
.explore .sidebar .album_item{ background-color:#EC6420; }
.explore .album_item .img-overlay{ background: rgb(236,100,32); background: rgba(236,100,32, 0.5); }
.exhibitions .sidebar .album_item{ background-color:#6AACB0; }
.exhibitions .album_item .img-overlay{ background: rgb(106,172,176); background: rgba(106,172,176, 0.5); }
.programs .sidebar .album_item{ background-color:#F18519; }
.programs .album_item .img-overlay{ background: rgb(241,133,25); background: rgba(241,133,25, 0.5); }
.blog .sidebar .album_item{ background-color:#7fc4ad; }
.blog .album_item .img-overlay{ background: rgb(127,196,173); background: rgba(127,196,173, 0.5); }
.donate .sidebar .album_item{ background-color:#F4AC25; }
.donate .album_item .img-overlay{ background: rgb(244,172,37); background: rgba(244,172,37, 0.5); }
.about .sidebar .album_item{ background-color:#F6665A; }
.about .album_item .img-overlay{ background: rgb(246,102,90); background: rgba(246,102,90, 0.5); }

.research .content-block-holder .album_item .album_photo:hover{ border-color: #CF9579;}
.explore .content-block-holder .album_item .album_photo:hover{ border-color: #EC6420;}
.exhibitions .content-block-holder .album_item .album_photo:hover{ border-color: #6AACB0;}
.programs .content-block-holder .album_item .album_photo:hover{ border-color: #F18519;}
.blog .content-block-holder .album_item .album_photo:hover{ border-color: #7fc4ad;}
.donate .content-block-holder .album_item .album_photo:hover{ border-color: #F4AC25;}
.about .content-block-holder .album_item .album_photo:hover{ border-color: #F6665A;}

@media (min-width: 767px){

	.photo_caption_tool{
		display: inline;
	}

	.photo_caption_tool.small .widget-tool{
		max-width: 230px;
	}

	.photo_caption_tool.normal .widget-tool{
		max-width: 460px;
	}

	.photo_caption_tool.large{
		width: 100%;
		display:inline-block;
	}

	.photo_caption_tool.large .widget-tool,
	.photo_caption_tool.large .widget-tool.right{
		margin-right: 0;
		margin-left: 0;
		width: 100%;
		max-width: 100%;
		float: none;
	}

	.photo_caption_tool.right{
		float: right;
	}
}

.colour_paragraph{
	padding:12px;
}
.colour_paragraph .paragraph_title{
	margin:0 0 8px;
	font: bold 21px/26px 'Rambla', Arial, Helvetica, sans-serif;
	color: #fff;
}
.colour_paragraph p{
	margin:0 0 8px;
	color: #fff;
}
.colour_paragraph ul li{
	background:url(https://www.ontariojewisharchives.org/cms_content/media/bullet1.png) no-repeat 0 5px;
	padding:0 0 8px 16px;
	color: #fff;
}

.research .colour_paragraph{ background:#cf9579; }
.explore .colour_paragraph{ background:#EC6420; }
.exhibitions .colour_paragraph{ background:#6AACB0; }
.programs .colour_paragraph{ background:#F18519; }
.blog .colour_paragraph{ background:#7fc4ad; }
.donate .colour_paragraph{ background:#F4AC25; }
.about .colour_paragraph{ background:#F6665A; }

table{
	margin-bottom: 20px;
	background: #efeede;
	border-color: #fff;
}

table b,
table strong,
table th{
	font-weight: bold;
}

table td,
table th{
	padding: 3px;
	border-bottom:1px solid #fff;
	border-right: 1px solid #fff;
}

table th{
	background: #fff;
	text-align: left;
}

table i,
table em{
	font-style:italic;
}

@media only screen and (max-width: 767px) {

	#sidebar-right {
		float:none;
	}
}
/* end layout.css */
/* start typography.css */
.social-networks{
	font: 34px/34px 'FontAwesome', Arial, Helvetica, sans-serif;
}
.search-form input[type="search"]{
	font:italic 12px/15px Arial, Helvetica, sans-serif;
	color:#575a5d;
}
.search-form input[type="submit"]{
	font:bold 15px/16px 'Rambla', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#fff;
}
.top-bar .btn{
	font:bold 11px/12px 'Rambla', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-align:center;
	color:#fff;
}
#nav{
	font:bold 17px/20px 'Rambla', Arial, Helvetica, sans-serif;
	text-align:right;
}
#nav li{text-align:center;}
#nav ul{
	font:13px/16px 'Bitter', Arial, Helvetica, sans-serif;
}
.slide-block .text-area .holder{
	font-size:13px;
	line-height:19px;
}
.slide-block .title{
	font:bold 32px/34px 'Rambla', Arial, Helvetica, sans-serif;
}
.info-block .text-box{
	font-size:15px;
	line-height:26px;
}
.info-block h1{
	font-size:20px;
	line-height:22px;
	font-weight:bold;
	color:#eb6420;
}
.info-block .box{
	font-size:13px;
	line-height:19px;
}

.info-block .box a{
	color: #fff;
}

.info-block h2,
.info-block h2 a{
	font:bold 45px/46px 'Rambla', Arial, Helvetica, sans-serif;
	text-align:center;
	color:#f4ac25;
	white-space:nowrap;
}
.info-block .box2 h2,
.info-block .box2 h2 a{color:#ec6420;}
.info-block .box3 h2,
.info-block .box3 h2 a{color:#6aacb0;}
.info-block  h3{
	font:bold 19px/24px 'Rambla', Arial, Helvetica, sans-serif;
}
.info-block .box a.more,
.home .info-block .box a{
	font-weight:bold;
	color:#003aaf;
}
.form-box h2{
	font:bold 18px/22px 'Rambla', Arial, Helvetica, sans-serif;
	letter-spacing:1px;
}
.home .form .form-box h2{
	color: #353535;
}
.form-box label{
	font-size:13px;
	line-height:15px;
	color:#353535;
}
.form-box input[type="text"],
.form-box input[type="email"]{
	font: 12px/15px Arial, Helvetica, sans-serif;
	color:#353535;
}
.form-box input[type="submit"],
.form-box input[type="button"]{
	font: 15px/18px 'Rambla', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#fff;
}
.visual .text-area a,
.visual .text-area span{
	font-size:13px;
	line-height:15px;
	font-style:italic;
	color:#fff;
}
.info-bar{
	font-size:12px;
	line-height:16px;
	color:#999;
}
.content-block{
	font-size:15px;
	line-height:24px;
}
#content h1{
	font:bold 40px/42px 'Rambla', Arial, Helvetica, sans-serif;
	color:#ec6420;
}
.research #content h1{color:#cf9579;}
.about #content h1{color:#f6665a;}
.exhibitions #content h1{color:#6AACB0;}
.programs #content h1{ color: #F18519;}
.blog #content h1{color:#7fc4ad;}
.donate #content h1{color:#F4AC25;}
.content-block h2{
	font:bold 18px/20px 'Rambla', Arial, Helvetica, sans-serif;
}
.boxes .box,
.content-block .box{
	font-size:13px;
	line-height:19px;
	color: #fff;
}
.boxes .box a,
.content-block .box a{
	color:#fff;
}
.boxes .box .info,
.content-block .box .info{
	font: 14px/16px 'Rambla', Arial, Helvetica, sans-serif;
	letter-spacing:1px;
}
.content-block .boxes .box h2,
.content-block .box h2,
.item-blocks .box h2,
.boxes .box h2{
	font:bold 18px/21px 'Rambla', Arial, Helvetica, sans-serif;
}
.items-block{
	font-size:15px;
	line-height:24px;
}
.items-block h2,
.boxes h2{
	font:bold 28px/28px 'Rambla', Arial, Helvetica, sans-serif;
}
.items-block .item,
.body .item{
	font-size:13px;
	line-height:19px;
	color:#fff;
}
.body .item{
	color: #1C1E1C;
}
.items-block .item .info,
.body .item .info{
	font: 14px/16px 'Rambla', Arial, Helvetica, sans-serif;
	letter-spacing:1px;
}
.items-block .item h3,
.body .item h3{
	font:bold 19px/22px 'Rambla', Arial, Helvetica, sans-serif;
}
.sub-nav .opener{
	font: 20px/22px 'Rambla', Arial, Helvetica, sans-serif;
	color:#fff;
}
.sub-nav ul{
	font-size:13px;
	line-height:16px;
}
.form .form-box h2{
	color:#fff;
}
.form .form-box input[type="text"],
.form .form-box input[type="email"]{
	font-size:10px;
	line-height:13px;
	text-transform:uppercase;
	color:#463641;
}
.info-box .holder{
	font-size:13px;
	line-height:19px;
	color:#fff;
}
.content-block .info-box h2{
	font:bold 18px/22px 'Rambla', Arial, Helvetica, sans-serif;
	color:#fff;
}
.content-block .info-box .frame h2{
	font-size:20px;
	line-height:24px;
}
.content-block .info-box ul{
	list-style: none;
	margin-left: 0;
}
.info-box .frame ul{
	font:bold 15px/16px 'Rambla', Arial, Helvetica, sans-serif;
	text-align:center;
}
.quote-box blockquote{
	font-size:15px;
	line-height:22px;
	color:#5b625b;
}
.quote-box .quote-l{
	font:bold 63px/20px Arial, Helvetica, sans-serif;
	color:#f6665a;
}
.quote-box .quote-r{
	font:bold 40px/20px Arial, Helvetica, sans-serif;
	color:#f6665a;
}
.text-block h2{
	font:bold 28px/28px 'Rambla', Arial, Helvetica, sans-serif;
}
.buttons .btn{
	font: 15px/16px 'Rambla', Arial, Helvetica, sans-serif;
	color:#fff;
}
.post{
	line-height:24px;
}
.post h2{
	font:bold 28px/28px 'Rambla', Arial, Helvetica, sans-serif;
	color:#000;
}
.post h3{
	font: 18px/20px 'Rambla', Arial, Helvetica, sans-serif;
	color:#000;
}
.paging .holder{
	line-height:20px;
	font-weight:bold;
}
.widget-box{
	font-size:13px;
	line-height:19px;
	color:#fff;
}
.aside h2{
	font:bold 19px/24px 'Rambla', Arial, Helvetica, sans-serif;
}
.widget{
	font-size:13px;
	line-height:19px;
	font-weight:bold;
}
.search-block h1{
	font: 25px/26px 'Rambla', Arial, Helvetica, sans-serif;
	color:#000;
}
.search-block h1 span{
	font-size:18px;
	line-height:24px;
}
.nav-list{
	font-size:13px;
	line-height:22px;
	font-weight:bold;
	text-align:left;
}
.nav-list ul{
	font:13px/16px 'Bitter', Arial, Helvetica, sans-serif;
}
.nav-list li:hover ul a,
.nav-list ul a{
	color:#1c1e1c;
	text-align:left;
	word-spacing:-1px;
}
.nav-list li:hover ul a:hover,
.nav-list ul a:hover{
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}
.search-box label{
	font-size:13px;
	line-height:15px;
}
.search-box input[type="search"]{
	font:italic 13px/15px 'Bitter', Arial, Helvetica, sans-serif;
	color:#adadad;
}
.search-box input[type="search"]:focus{
	font-style:normal;
	line-height:16px;
	color:#000;
}
.search-box input[type="submit"]{
	font: 12px/22px 'Rambla', Arial, Helvetica, sans-serif;
	color:#fff;
}
.results-block{
	font-size:15px;
	line-height:20px;
}
.results-block h1{
	font: 40px/42px 'Rambla', Arial, Helvetica, sans-serif;
	color:#ec6420;
}
.results-block strong{font-weight:bold;}
.tabs-box h2{
	font:bold 32px/38px 'Rambla', Arial, Helvetica, sans-serif;
	color:#000;
}
.tabs-box .close{
	font: 24px/24px 'FontAwesome', Arial, Helvetica, sans-serif;
	color:#a3a3a3;
}
.tabs-box .close:hover{text-decoration:none;}
.tabset{
	font:bold 18px/22px 'Rambla', Arial, Helvetica, sans-serif;
}
.print{
	font:bold 16px/20px 'Rambla', Arial, Helvetica, sans-serif;
	color:#000;
}
.print i{font-size:20px;}
.info-holder{
	font-size:13px;
	line-height:19px;
}
.info-holder .info{
	font-size:15px;
	line-height:22px;
}
.info-holder dl{
	font-size:13px;
	line-height:20px;
	color:#999;
}
.share-box h3{
	font:bold 17px/20px 'Rambla', Arial, Helvetica, sans-serif;
	color:#000;
}
.form-block label{
	font-size:13px;
	line-height:15px;
	color:#353535;
}
.form-block input[type="text"],
.form-block input[type="email"],
.form-block textarea{
	font:italic 13px/16px 'Bitter', Arial, Helvetica, sans-serif;
	color:#adadad;
}
.form-block input[type="text"]:focus,
.form-block input[type="email"]:focus{
	font-style:normal;
	color:#000;
}
.form-block input[type="text"]{
	line-height:20px;
}
.form-block textarea{
	font:normal 13px/15px 'Rambla', Arial, Helvetica, sans-serif;
	color:#000;
}
.form-block input[type="submit"]{
	font:bold 14px/29px 'Rambla', Arial, Helvetica, sans-serif;
	color:#fff;
}
.share-box .holder ul{
	font-size:15px;
	line-height:18px;
}
.share-box .holder ul i{
	font-size:34px;
	line-height:34px;
	color:#268cb6;
}
.share-box .holder ul a:hover i{text-decoration:none;}
/* research-box */
.research-box{
	font-size:13px;
	line-height:19px;
	color:#000;
}
.research-box .links{
	font:bold 15px/16px 'Rambla', Arial, Helvetica, sans-serif;
	text-align:center;
}
.research-box h3{
	font:bold 17px/20px 'Rambla', Arial, Helvetica, sans-serif;
}
#footer .back{
	font:bold 15px/17px 'Rambla', Arial, Helvetica, sans-serif;
	color:#fff;
}
.footer-nav{
	font-size:13px;
	line-height:22px;
	text-align:center;
	color:#676767;
}
.footer-block{
	font-size:13px;
	line-height:19px;
}
.footer-block h2{
	font:bold 16px/18px 'Rambla', Arial, Helvetica, sans-serif;
}
.footer-block h1,
.footer-block h2,
.footer-block h3,
.footer-block p,
.footer-block li{
	color: #fff;
}

.footer-block p strong{font-weight:bold;}
.carousel .image-area{
	text-align:center;
}
.carousel .text-area{
	font-size:13px;
	line-height:19px;
}
.light-box .title{
	font: 19px/20px 'Rambla', Arial, Helvetica, sans-serif;
}
.social-box ul{
	font-size:34px;
	line-height:34px;
}
.social-box ul a{color:#268cb6;}
.social-box ul a:hover{text-decoration:none;}
.light-box .close{
	font: 24px/24px 'FontAwesome', Arial, Helvetica, sans-serif;
	color:#a3a3a3;
}
.nav-area .prev,
.nav-area .next{
	font:bold 15px/30px 'Rambla', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-align:center;
	color:#fff;
}
/* custom select styles */
.select-area{
	font-size:13px;
	line-height:20px;
}
.select-options ul{
	font-size:13px;
	line-height:20px;
}
@media only screen and (max-width: 979px){
	.info-block .text-box{font-size:13px;}
	.info-block .box{font-size:12px;}
	.info-block h2{font-size:32px;}
	.info-block h3{font-size:18px;}
	.footer-block{font-size:12px;}
}
@media only screen and (max-width: 767px){
	.top-bar .btn{
		font:11px/15px 'Bitter', Arial, Helvetica, sans-serif;
		text-transform:none;
		color:#003aaf;
	}
	.info-block .box{font-size:13px;}
	.info-block h2{font-size:45px;}
	.info-block h3{ font-size:20px;}
	.form-box input[type="text"],
	.form-box input[type="email"]{
		font-size:10px;
		line-height:13px;
		text-transform:uppercase;
		color:#463641;
	}
	.items-block h2{
		font-size:22px;
		line-height:24px;
	}
	.search-block h1{
		line-height:22px;
	}
	.results-block{
		font-size:14px;
		line-height:18px;
	}
	.results-block h1{font-size:36px;}
	.tabs-box h2{line-height:32px;}
	.tabset{
		font-size:16px;
		text-align:center;
	}
	.footer-block{font-size:13px;}
	.w1 #footer{text-align:center;}
}

hr{
	border: 0;
	padding-top: 10px;
	border-bottom: 2px solid #ccc;
	margin-bottom: 30px;
	margin-top: 0;
	clear: both;
}

p strong,
p b,
li strong,
li b{
	font-weight: bold;
}

p em,
p i,
li em,
li i{
	font-style: italic;
}

.content-block h2{ font:bold 28px/28px 'Rambla', Arial, Helvetica, sans-serif; margin-bottom: 21px; }
h3{ font:bold 18px/21px 'Rambla', Arial, Helvetica, sans-serif; margin-bottom: 21px; }

.content-block ul,
.content-block ol{
	list-style: disc;
	margin-left: 32px;
	margin-bottom: 21px;
}

.content-block ol{
	list-style: decimal;
}

.widget-tool.photo-link a{
	color: #fff;
}

.widget-tool.photo-link h3{
	margin-bottom: 5px;
	color: #fff;
}

.widget-tool.photo-link p{
	opacity: 0.8;
	margin-bottom: 0;
	color: #fff;
}

.page_title{
  font:bold 40px/42px 'Rambla', Arial, Helvetica, sans-serif; 
  margin-bottom: 11px;
}

.paragraph_title{
  font:bold 28px/28px 'Rambla', Arial, Helvetica, sans-serif;
  margin-bottom: 21px;
}

.paragraph_subtitle{
  font:bold 18px/21px 'Rambla', Arial, Helvetica, sans-serif;
  margin-bottom: 21px;
}
/* end typography.css */
/* start gallery.css */
#fancybox-content{background:#e0e0e0; text-align:center;}
#fancybox-outer{float:right;}
#fancybox-title{float:right; background:#fff;padding-top:0; min-height:75px;}
#fancybox-title strong{display:block;margin:10px; float:left; line-height: 1.5; text-align: left; width: 330px;}
#fancybox-title .thumbs{ float:right; position:relative;overflow:hidden;}
#fancybox-title .thumbs .show{ position:relative; white-space:nowrap;}
#fancybox-title .thumbs img{width:50px; height:auto; margin-left:5px; cursor:pointer;}
#fancybox-img{height:auto !important; width:auto !important;max-height:100%; max-width:100%;}

@media(max-width: 767px){
	#fancybox-title{ width: 100% !important; }
	#fancybox-title-inside{ overflow: hidden; margin-left: 10px; }
	#fancybox-title .thumbs{ width: 100% !important; float: none; margin-left: 10px; margin-right: 10px;}
	#fancybox-title strong{ width: 100%; float: none; margin-left: 10px; margin-right: 10px; margin-bottom: 0; }
}
/* end gallery.css */
/* start Exhibitions.css */
.exhibition.embedded.item .holder{ padding-top: 0; padding-bottom: 0;}
.exhibition.embedded .location{ font-style: italic; margin-bottom: 5px; }
/* end Exhibitions.css */
