/* BODY */
html,
body {
  position: relative;
  overflow-x: hidden;
}
body {
  font-family: 'Open Sans';
}
body.site {
  border: 0px!important;
  height: 100%;
  margin-right: -50px;
  /* Maximum width of scrollbar */
  padding-right: 50px;
  /* Maximum width of scrollbar */
  overflow-y: scroll;
}
div.container-fluid {
  padding-right: 1.5em;
  max-width: 1200px;
  margin: auto;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: gray;
  outline: 0;
  outline: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0);
}
.iframe-form {
  overflow: visible;
  /* iframes are inline by default */
  height: 2200px!important;
  /* Reset default border */
}
.donate-form {
  overflow: visible;
  min-height: 2200px!important;
}
/* BUTTON for forms */
button {
  background-color: #f6a120;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .1em;
  border: 0px;
  padding-right: 1.2em;
  padding-left: 1.2em;
  padding-top: .3em;
  padding-bottom: .3em;
  font-size: 1em;
}
button:hover {
  background: #ffc448;
}
/* BUTTON overides for .btn class */
.btn {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1em!important;
  color: #ffffff !important;
  font-size: 15px;
  background: #f6a120;
  padding-right: 1.2em;
  padding-left: 1.2em;
  padding-top: .3em;
  padding-bottom: .3em;
  margin-bottom: .2em;
  text-decoration: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  text-shadow: 0px 0px 0px #f6a120;
}
.btn a {
  color: white!important;
  text-decoration: none;
  background: none!important;
}
.btn:hover {
  background: #ffc448;
  text-decoration: none;
  text-shadow: 0px 0px 0px #ffc448;
}
.btn a:hover {
  background: #ffc448;
}
/* COLORS */
.orange {
  color: #f6a120;
}
.green {
  color: #7e9f3d;
}
.darkgray {
  color: #787676;
}
.white {
  color: #ffffff;
}
/* HEADER */
header {
  max-width: 1200px;
  margin: auto auto;
}
/* LOGO */
.brand img {
  max-width: 230px;
  padding: 1em 0em 2em 0em;
  background: white!important;
}
/* SUB NAV */
ul#nav-sub {
  float: left;
}
ul#nav-sub li {
  display: inline;
  float: left;
  padding: 1.4em .7em;
  text-transform: uppercase;
  font-size: 1.3em;
}
ul#nav-sub li a {
  color: #7e9f3d;
}
/* Sub Nav Donate Now Button */
ul#nav-sub li:last-child a {
  color: white;
  background-color: #f6a120;
  padding: .75em;
  margin-top: -0.7em;
}
ul#nav-sub li:last-child a:hover {
  background-color: #7e9f3d;
  padding: .75em;
}
ul#nav-sub a:link,
header a:visited,
header a:hover {
  font-weight: normal;
}
/* SEARCH */
input.search-query {
  border-radius: 0px!important;
}
input.button {
  border: 0px;
  height: 40px;
  float: right;
}
div.searchsearch-box {
  background-color: #e6e7e8;
  height: 43px;
  margin: 12px 0px 10px 0px;
  float: right;
}
div.searchsearch-box textarea,
div.searchsearch-box input[type="text"],
div.searchsearch-box input[type="password"],
div.searchsearch-box input[type="datetime"],
div.searchsearch-box input[type="datetime-local"],
div.searchsearch-box input[type="date"],
div.searchsearch-box input[type="month"],
div.searchsearch-box input[type="time"],
div.searchsearch-box input[type="week"],
div.searchsearch-box input[type="number"],
div.searchsearch-box input[type="email"],
div.searchsearch-box input[type="url"],
div.searchsearch-box input[type="search"],
div.searchsearch-box input[type="tel"],
div.searchsearch-box input[type="color"],
.uneditable-input {
  width: 60px!important;
  background-color: #e6e7e8;
  height: 32px;
  border: 0px solid #ccc;
  /* Remove Preset Glow on Focus  */
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0) !important;
  -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0) !important;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0) !important;
  -webkit-transition: border linear 0s, box-shadow linear 0s !important;
  -moz-transition: border linear 0s, box-shadow linear 0s !important;
  -o-transition: border linear 0s, box-shadow linear 0s !important;
  transition: border linear 0s, box-shadow linear 0s !important;
  /* Resize Transition Initial State*/
  vertical-align: bottom;
  transition: width 1s!important;
  -webkit-transition: width 1s;
  /* Safari */
  transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
}
/* Resize Transition on Focus */
div.searchsearch-box input[type=search]:focus {
  width: 150px!important;
}
/*HIDE HOME IN MENU*/
li.default {
  display: none;
}
dt.off-nav-101 {
  display: none!important;
}
/* MENU: DESKTOP */
nav.navigation {
  max-width: 1200px;
  margin: auto auto;
  border-top: 0px;
  border-bottom: 0px;
}
ul.nav.menudt-menu {
  height: 3.1em;
  margin-left: -1000px !important;
  padding-left: 1000px;
  padding-right: 0em;
  background-color: #e6e7e8;
  width: 872px;
  box-sizing: content-box;
}
ul.nav.menudt-menu li {
  float: left;
  padding: .5em 2.5em .5em .5em;
  color: black;
  font-size: 1.6em;
}
ul.nav.menudt-menu li a {
  color: black;
}
ul.nav.menudt-menu li:hover,
ul.nav.menudt-menu li:hover a {
  color: white;
  background: #787676;
}
ul.nav.menudt-menu li:last-child {
  padding: .5em 0em .5em 0em;
}
ul.nav.menudt-menu li a.contribute {
  color: white;
  background: #7e9f3d;
  padding: .5em;
  margin: -0.5em;
}
ul.nav.menudt-menu li a:hover.contribute {
  background: #787676;
}
ul.nav-child li {
  float: none!important;
}
ul.nav-child li a {
  width: 100%;
  background: none!important;
}
ul.nav-child li a {
  font-size: .9em!important;
  color: black!important;
  margin: 3px 20px 3px 10px!important;
  padding: 0px!important;
}
ul.nav-child li a:hover {
  background-color: none!important;
  float: none;
  color: #7e9f3d !important;
}
ul.nav-child li:hover,
ul.nav-child li:hover a {
  background: none!important;
}
ul.nav-child li:last-child {
  padding-left: .5em!important;
  clear: both;
}
nav a:link,
header a:visited,
header a:hover {
  font-weight: normal;
}
nav.navigation span.separator {
  cursor: pointer;
}
/* HAMBURGER MENU */
div.menu-icon-cont {
  position: absolute!important;
  top: 225px;
}
div.link a:hover {
  background-color: inherit!important;
}
/* SOCIAL MEDIA ICONS */
div#social {
  clear: right;
  position: relative;
  float: right;
  margin-left: auto;
  margin-right: auto;
  top: 180px;
}
ul.social-icons {
  list-style-type: none;
}
ul.social-icons {
  float: right;
}
ul.social-icons li {
  float: left;
  padding-left: 1em;
}
ul.social-icons .icons {
  width: 30px;
}
ul.social-icons a:link {
  opacity: .7;
}
ul.social-icons a:hover {
  opacity: 1;
  background: none;
}
/* ENCYCLOPEDIA ICONS */
.icon-video,
.icon-passport,
.icon-artifact {
  margin-right: 22px;
  margin-left: -6px;
  font-family: "holocaust-museum-icons";
}
.icon-video:before {
  content: "\e800";
  color: #f6a120;
  font-size: 24px;
  display: block;
  margin-top: 0em;
  font-family: "holocaust-museum-icons";
}
.icon-passport:before {
  content: "\e801";
  color: #f6a120;
  font-size: 24px;
  display: block;
  margin-top: 0em;
  font-family: "holocaust-museum-icons";
}
.icon-artifact:before {
  content: "\e802";
  color: #f6a120;
  font-size: 24px;
  display: block;
  margin-top: 0em;
  font-family: "holocaust-museum-icons";
}
/* BREADCRUMBS */
ul.breadcrumb {
  max-width: 1200px;
  position: relative;
  top: 6em;
  margin-left: auto;
  margin-right: auto;
  background: none;
  padding-left: 0em;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: .9em;
  z-index: 1;
}
ul.breadcrumb li:first-child {
  display: none;
}
.breadcrumb {
  padding-bottom: 0em;
}
.breadcrumb a:link,
header a:visited,
header a:hover {
  font-weight: normal;
}
/* RIGHT MENU */
div#aside {
  margin-top: 132px;
}
div#aside ul.menu-right-menu {
  background-color: #e6e7e8;
  padding: 2em;
}
div#aside ul.menu-right-menu li {
  padding-bottom: 1em;
}
div#aside ul.menu-right-menu a {
  font-size: 1.3em;
  color: black;
  font-weight: normal;
}
div#aside ul.menu-right-menu a:hover {
  color: #7e9f3d;
  background-color: none;
}
/* HOME */
#homepage {
  width: 100%;
  margin: -24px 0 auto -14px;
}
div.body.home #aside {
  display: none;
}
div.body.home main {
  display: none;
}
div.moduletable-home-slideshow {
  clear: both;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: 0px;
}
.slide-desc-bg-default {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
div.slide-desc {
  max-width: 600px;
  width: 50%!important;
  margin-left: 50%;
  max-width: 580px;
}
div.slide-desc .slide-title {
  font-size: 3em;
  line-height: 1.1em;
  font-weight: 400;
}
div.slide-desc .slide-text {
  font-size: 1.3em;
  line-height: 1.2em;
  font-weight: 500;
}
/* HOME HIGHLIGHTS*/
div.moduletable-highlights-box {
  width: 31.5%;
  float: left;
  position: relative;
  padding: 1em 0em 1em 0em;
  font-size: 1.2em;
  margin-right: 1.4%;
  height: 260px;
  margin-bottom: 1em;
}
div.moduletable-highlights-box a {
  text-transform: uppercase;
}
div.moduletable-highlights-box img {
  width: 100%;
}
/* HOME EVENTS */
div.moduletable-home-events {
  clear: both;
  position: relative;
  margin-left: -1000px;
  /* force background to full-screen left */
  padding-left: 1000px;
  margin-right: -1000px;
  /* force background to full-screen right */
  padding-right: 1000px;
  background-color: #e6e7e8;
  max-width: 1205px;
  width: 100%;
}
div.moduletable-home-events > h3 {
  margin-left: -1000px;
  /* force background to full-screen left */
  padding-left: 1000px;
  margin-right: -1000px;
  /* force background to full-screen right */
  padding-right: 1000px;
  margin-top: -78px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: left;
  background-color: #7e9f3d;
  font-size: 2.8em;
  color: white;
  font-weight: 300!important;
  text-transform: uppercase;
}
div.moduletable-home-events ul {
  list-style: none;
  margin-left: -5px;
  display: block;
}
div.moduletable-home-events ul li {
  list-style: none;
  text-indent: none;
  margin-left: 0em;
}
div.moduletable-home-events ul li ul {
  list-style: none;
  text-indent: none;
  margin-left: 0em;
  display: block;
}
div.moduletable-home-events ul li ul li {
  float: left;
  display: inline-block;
  max-width: 280px;
  width: 23.5%;
  margin-right: 1.5%;
  margin-left: 0;
  margin-bottom: 2em;
  height: 430px;
  border: 0px;
  background-color: white!important;
}
div.moduletable-home-events ul li ul li:last-of-type {
  margin-right: 0px;
}
div.moduletable-home-events ul li ul li img {
  width: 100%;
  padding-bottom: 1em;
  margin-top: -10px;
}
div.moduletable-home-events ul li ul li h3 {
  font-size: 1.3em!important;
  margin: 1em;
}
div.moduletable-home-events ul li ul li p {
  margin: 1em;
}
div.moduletable-home-events ul li ul li {
  font-size: 1em!important;
  font-weight: normal!important;
}
.fc_readmore {
  margin: 1em;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1em!important;
  color: #ffffff;
  font-size: 15px;
  background: #f6a120;
  width: 6em;
  padding-right: 1.2em;
  padding-left: 1.2em;
  padding-top: .3em;
  padding-bottom: .3em;
  text-decoration: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  text-shadow: 0px 0px 0px #f6a120;
  white-space: nowrap;
}
.fc_readmore a,
.fc_readmore a:hover {
  color: white!important;
  text-decoration: none;
  background: none;
}
.fc_readmore:hover {
  background: #ffc448;
  text-decoration: none;
  text-shadow: 0px 0px 0px #ffc448;
}
/* MAIN CONTENT */
main#content div.item-page {
  width: 100%;
}
div.page-header {
  margin-left: -1000px;
  /* force background to full-screen left */
  padding-left: 1000px;
  margin-right: -1000px;
  /* force background to full-screen right */
  padding-right: 1000px;
  margin-top: -78px;
  margin-bottom: 3.7em;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: left;
  background-color: #f6a120;
  padding-top: .5em;
  clear: both;
}
div.page-header h2 {
  font-size: 2.8em;
  color: white;
  font-weight: 300!important;
  text-transform: uppercase;
  line-height: 1em;
}
#quix-header h2 {
  position: absolute;
  top: 0px;
  margin-left: -1000px;
  /* force background to full-screen left */
  padding-left: 1000px;
  margin-right: -2000px;
  /* force background to full-screen right */
  padding-right: 2000px;
  margin-top: -183px;
  margin-bottom: 3.7em;
  height: 103px;
  display: flex;
  align-items: center;
  justify-content: left;
  background-color: #f6a120;
  clear: both;
  font-size: 2.6em;
  color: white;
  font-weight: 300!important;
  text-transform: uppercase;
  line-height: 1em;
}
.qx-section {
  padding-bottom: 0px!important;
}
/* MAIN CONTENT TYPOGRAPHY */
main#content {
  font-family: 'Open Sans';
  font-size: 1.2em;
  color: #58585b;
}
div.page-header {
  font-size: .9em;
  line-height: .9em;
  padding-bottom: .5em;
  margin-top: -88px;
}
a:link,
a:visited {
  color: #7e9f3d;
  font-weight: bold;
}
a:hover {
  background: #e6e7e8;
  text-decoration: none;
}
h3 {
  font-size: 1.6em;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
p {
  line-height: 1.5em;
  margin-bottom: 1em;
}
main#content ul li {
  padding-bottom: 1em;
  line-height: 1.5em;
}
main#content ol li {
  padding-bottom: 1em;
  line-height: 1.5em;
}
/* IFRAME CONTAINER */
.iframe-container {
  overflow: hidden;
  /* 16:9 aspect ratio */
  padding-top: 56.25%;
  position: relative;
}
.iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* BLOG */
main#content div.blog {
  padding-bottom: 2em;
}
div.blog div.page-header {
  margin-left: -500px;
  /* force background to full-screen left */
  padding-left: 500px;
  margin-right: -1000px;
  /* force background to full-screen right */
  padding-right: 1000px;
  margin-top: -88px;
  margin-bottom: 3.7em;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: left;
  background-color: #f6a120;
  padding-top: .5em;
  clear: both;
}
div.blog div.page-header h1 {
  font-size: 2.8em;
  line-height: 1.2em;
  color: white;
  font-weight: 300!important;
  text-transform: uppercase;
  line-height: 1em;
}
div.blog div.items-leading div.page-header {
  background: white;
  margin-top: 0px;
  border: 0px;
  margin-bottom: 0em;
  height: auto;
}
div.blog div.items-leading div.page-header h2 {
  font-size: 1.6em;
  text-transform: uppercase;
  padding-top: 0em;
  width: 100%;
  font-size: 1.8em;
  line-height: 1.2em;
  color: #58585b;
  font-weight: bold!important;
  margin-top: 0em;
}
div.blog div.item {
  width: 100%;
  height: auto;
}
div.blog div.item div.page-header {
  background-color: white;
  padding-left: 0px;
  margin-left: 0px;
  padding-right: 0px;
  margin-right: 0px;
  border-bottom: 0px;
  padding-bottom: 0em;
  margin-bottom: 0em;
}
#quix-header h2 span {
  margin-left: -25px;
}
div[itemprop="blogPost"] {
  border-bottom: 2px solid lightgray;
  padding-bottom: 2em;
}
div[itemprop=blogPost]:last-of-type {
  border-bottom: 0px solid lightgray;
}
/* PROGRAMS & EVENTS PAGE */
#events-matrix {
  clear: both;
  position: relative;
  margin-left: -1000px;
  /* force background to full-screen left */
  padding-left: 1000px;
  margin-right: -1000px;
  /* force background to full-screen right */
  padding-right: 1000px;
  max-width: 1205px;
  width: 100%;
}
#events-matrix > h3 {
  margin-left: -1000px;
  /* force background to full-screen left */
  padding-left: 1000px;
  margin-right: -1000px;
  /* force background to full-screen right */
  padding-right: 1000px;
  margin-top: -78px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: left;
  background-color: #7e9f3d;
  font-size: 2.8em;
  color: white;
  font-weight: 300!important;
  text-transform: uppercase;
}
#events-matrix ul {
  list-style: none;
  margin-left: -5px;
  display: block;
}
#events-matrix ul li {
  list-style: none;
  text-indent: none;
  margin-left: 0em;
}
#events-matrix ul li ul {
  list-style: none;
  text-indent: none;
  margin-left: 0em;
  display: block;
}
#events-matrix ul li ul li {
  float: left;
  display: inline-block;
  max-width: 280px;
  width: 23.5%;
  margin-right: 1.5%;
  margin-left: 0;
  margin-bottom: 2em;
  height: 430px;
  border: 0px;
  background-color: white!important;
  border: 1px grey solid;
}
#events-matrix ul li ul li:last-of-type {
  margin-right: 0px;
}
#events-matrix ul li ul li img {
  width: 100%;
  padding-bottom: 1em;
  margin-top: -10px;
}
#events-matrix ul li ul li h3 {
  font-size: 1.3em!important;
  margin: 1em;
}
#events-matrix ul li ul li p {
  margin: 1em;
}
#events-matrix ul li ul li {
  font-size: 1em!important;
  font-weight: normal!important;
}
/* FORMS */
body.site.com_breezingforms main#content {
  padding-bottom: 2em;
}
body.site.com_breezingforms h1 {
  margin-left: -500px;
  /* force background to full-screen left */
  padding-left: 500px;
  margin-right: -1000px;
  /* force background to full-screen right */
  padding-right: 1000px;
  margin-top: -78px;
  margin-bottom: 2em;
  max-height: 105px!important;
  background-color: #f6a120;
  padding-top: .7em;
  padding-bottom: .7em;
  clear: both;
  white-space: nowrap;
}
body.site.com_breezingforms h1 {
  font-size: 2.8em;
  color: white;
  font-weight: 300!important;
  text-transform: uppercase;
  line-height: 1em;
}
body.site.com_breezingforms h2 {
  font-size: 1.6em;
  text-transform: uppercase;
}
body.site.com_breezingforms .bfCustomSubmitButton {
  display: none;
}
/* Removes custom submit button placeholder */
body.site.com_breezingforms label,
body.site.com_breezingforms textarea {
  font-size: 1em;
  line-height: 1.5em;
}
body.site.com_breezingforms button {
  margin-top: 2em;
}
.bfRolloverBg {
  background: #e6e7e8 !important;
}
/* FOOTER  */
footer {
  max-width: 1200px!important;
  margin: auto auto;
}
footer div.container-fluid {
  background-color: #7e9f3d;
  margin-right: -1000px;
  padding-right: 1000px;
  margin-left: -1000px;
  padding-left: 1000px;
  box-sizing: content-box;
}
footer hr {
  display: none;
}
ul.nav.menu-footer-menu {
  max-width: 900px;
  width: 100%;
  list-style: none;
  position: relative;
  /* margin-left: 25%; */
  padding-top: 4em;
  /* padding-left: 3em; */
  color: #ffffff;
  line-height: 1.3em;
  text-transform: uppercase;
  z-index: 500;
}
ul.nav.menu-footer-menu a {
  color: #ffffff !important;
  font-size: 1.3em;
  margin-bottom: 1em;
  margin-left: 0em!important;
}
ul.nav.menu-footer-menu li ul li:last-of-type {
  padding-left: 0em!important;
}
ul.nav.menu-footer-menu a:hover {
  color: #ffffff !important;
  margin-left: 0em!important;
  background: #3e6000 !important;
  text-decoration: none;
}
ul.nav.menu-footer-menu li {
  display: inline-block;
  vertical-align: top;
  max-width: 250px;
  width: 100%;
  padding-right: 5%;
}
ul.menu-footer-menu span.separator {
  font-size: 1.3em;
  display: block;
  padding-bottom: 1em;
}
ul.nav.menu-footer-menu li.item-101 {
  display: none;
}
ul.nav.menu-footer-menu ul.nav-child {
  font-size: 1em;
  margin-top: -1em;
  margin-bottom: 1em;
  text-transform: none;
}
ul.nav.menu-footer-menu ul.nav-child li {
  float: none;
}
ul.nav.menu-footer-menu li.deeper.parent ul li {
  min-height: auto;
}
ul.nav.menu-footer-menu li.deeper.parent ul li ul {
  padding-top: 1em;
  padding-bottom: 0em;
  line-height: 1em;
  margin-bottom: 0em;
}
#ccmod-wrap {
  background: #787676;
  max-width: 300px;
  float: left;
  width: 25%;
  margin-left: -1000px;
  padding-left: 1000px;
  padding-top: 2em;
  min-height: 900px;
  height: auto !important;
}
#ccmod-wrap h3 {
  font-size: 2.6em;
  font-weight: 300;
  color: #ffffff;
  line-height: 1em;
  text-transform: uppercase;
  width: 90%;
  padding-top: .3em;
}
div.form-ccoptin-req {
  color: white;
}
#safeDiv {
  display: none;
}
#ccmod-wrap textarea,
#ccmod-wrap input[type="text"],
#ccmod-wrap input[type="password"],
#ccmod-wrap input[type="datetime"],
#ccmod-wrap input[type="datetime-local"],
#ccmod-wrap input[type="date"],
#ccmod-wrap input[type="month"],
#ccmod-wrap input[type="time"],
#ccmod-wrap input[type="week"],
#ccmod-wrap input[type="number"],
#ccmod-wrap input[type="email"],
#ccmod-wrap input[type="url"],
#ccmod-wrap input[type="search"],
#ccmod-wrap input[type="tel"],
#ccmod-wrap input[type="color"],
.uneditable-input {
  width: 80%!important;
  background-color: #e6e7e8;
  height: 32px;
}
div#ccmajixpro_recaptcha {
  margin-right: 20px;
  margin-left: 0px;
  clear: right;
}
#ccmod-wrap div.submit-align-inside {
  clear: both;
}
div.custom-footer-text {
  max-width: 900px;
  position: relative;
  /* margin-left: 25%; */
  margin-right: 3em;
  padding-top: 1em;
  /* padding-left: 3em; */
  color: #ffffff;
  font-size: .9em;
  line-height: 1.3em;
}
div.footer-icons {
  width: 100%;
  float: left;
  clear: right;
  padding-bottom: 2em;
}
div.footer-icons ul {
  width: 100%;
  list-style: none;
  padding: 0em;
  margin: 0em 0em 0em -0.5em;
}
div.footer-icons li {
  display: inline-block;
  margin-right: 10px;
}
.footer-icons img {
  max-width: 200px;
  padding-right: 10%;
  float: left;
  height: auto;
}
footer a:link,
footer a:visited,
footer a:hover {
  font-weight: normal;
  color: white!important;
}
footer a:hover {
  background: #3e6000 !important;
}
/* ENCYCLOPEDIA STYLES  -  REMOVE ICON AREA ON HOVER*/
.item-pageencyclopedia .articleBody {
  display: none;
}
/* hides article body */
#wspm .wspm-image .wspm-overlay-wrapper a {
  background-color: white!important;
  opacity: 0!important;
  height: 200px;
  width: 100%!important;
  top: -100px !important;
}
dd.field-entry.survivor-main-image {
  float: left;
  width: 48%;
  max-width: 600px;
  padding: 0px!important;
  margin-left: -5px;
}
dd.field-entry.survivor-main-image .econaImage img {
  border: 0px;
  padding: 0px;
  margin-left: 5px;
}
.econaImageCaption {
  padding: 0em 0em 1em .3em;
  font-size: .9em;
  font-style: italic;
}
dd.field-entry.survivor-bio {
  float: left;
  width: 48%;
  padding-left: 1em;
  display: block;
  clear: right;
}
dd.field-entry.video-embed-code {
  width: 48%;
  margin: 0px 10px 8px 0px;
  float: left;
  clear: left;
  padding: 0px;
  min-height: 317px;
  background-color: black;
}
dd.field-entry.video-embed-code-2,
dd.field-entry.video-embed-code-3 {
  width: 48%;
  margin: 0px 10px 8px 0px;
  float: left;
  min-height: 317px;
  background-color: black;
}
dd.field-entry.about-survivor,
dd.field-entry.history-resources {
  width: 48%;
  padding: 0px;
  float: left;
  margin: 0px 10px 10px 0px;
  min-height: 317px;
  background-color: #e8e8e8;
  border-left: 1px solid white;
}
dd.field-entry.about-survivor p:first-of-type,
dd.field-entry.history-resources p:first-of-type {
  padding-top: 1em;
}
dd.field-entry.about-survivor p,
dd.field-entry.history-resources p {
  line-height: 1.2em;
  margin: 0em;
  padding: 0em;
  font-size: .9em;
}
dd.field-entry.survivor-image-gallery {
  clear: both;
  width: 100%;
  margin-left: -5px;
}
dd.field-entry.video-testimony span.field-label {
  background-image: url(/templates/holocaustcenter2018/images/video-testimony-icon.svg);
  background-repeat: no-repeat;
  background-position: right;
}
dd.field-entry.about-survivor span.field-label {
  background-image: url(/templates/holocaustcenter2018/images/more-about-survivor-icon.svg);
  background-repeat: no-repeat;
  background-position: right;
}
dd.field-entry.history-resources span.field-label {
  background-image: url(/templates/holocaustcenter2018/images/history-resources-icon.svg);
  background-repeat: no-repeat;
  background-position: right;
}
dd.field-entry span.field-label {
  display: block;
  background-color: #797877;
  color: white;
  text-transform: uppercase;
  height: 1em;
  font-size: 1.2em;
  padding: 1em;
}
dd.field-entry.about-survivor span.field-value,
dd.field-entry.history-resources span.field-value,
dd.field-entry.video-testimony span.field-value {
  display: block;
  padding: 10px;
  white-space: pre-line !important;
}
div.showtime-image {
  position: relative;
  max-width: 285px;
  width: 100%;
  overflow: hidden;
  padding: 0px;
  margin: 4px;
}
div.showtime-image img {
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  max-width: 294px;
  width: 100%;
}
div.showtime-image:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* SEARCH */
body.com_search h1.componentheading {
  margin-left: -500px;
  /* force background to full-screen left */
  padding-left: 500px;
  margin-right: -1000px;
  /* force background to full-screen right */
  padding-right: 1000px;
  margin-top: -53px;
  margin-bottom: 1.2em;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: left;
  background-color: #f6a120;
  padding-top: .2em;
  padding-bottom: .2em;
}
body.com_search h1 {
  font-size: 2.6em;
  line-height: 1.1em;
  color: white;
  font-weight: 300!important;
  text-transform: uppercase;
  line-height: 1em;
}
div.results h3 {
  font-size: 1.8em;
  text-decoration: none;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #999;
}
div.results h4 {
  padding-top: 20px;
  text-transform: uppercase;
  font-size: 1.2em;
  color: #5d9732;
}
div.results h4 a:link {
  text-decoration: none;
}
div.results h4 a:visited {
  text-decoration: none;
}
div.results h4 a:hover {
  text-decoration: none;
}
div.results .highlight {
  font-style: italic;
  font-weight: bold;
  background-color: #e2e3e4;
}
div.search-again {
  padding: 50px 10px 0px 0px;
  font-size: 80%;
  margin-top: 20px;
  border-top: 1px!important;
  border-color: #999;
}
div.search-again .word {
  border: none;
}
div.search-again .phrase {
  border: none;
  color: #5d9732;
}
.pagination-list ul {
  display: -moz-inline-box;
}
.pagination-list li {
  list-style: none;
  float: left;
  padding-right: 1em;
}
.pagination-start {
  float: left;
  display: inline;
  margin-right: 1em;
}
.pagination-start .page-nav {
  float: left;
  display: inline;
}
fieldset.only {
  display: none;
}
#ordering {
  margin-bottom: 2em;
}
/* BEST PRACTICES GRID */
#article-grid .regridart {
  width: 75%;
  float: left;
}
/* Uncommment if you want to remove menu from Best Practices main page:

div#top.best-practices .regridart{
  width: 100%;
}*/
.regridart h3 {
  line-height: 1.2em!important;
}
div.custom-best-practices-menu {
  width: 21%;
  float: right;
  background-color: #e6e7e8;
  border: 12px solid #e6e7e8;
  margin-bottom: 10px;
}
div.custom-best-practices-menu p.header a {
  text-transform: uppercase;
  font-size: 1em;
}
div.custom-best-practices-menu ul a {
  color: #58585b;
  font-weight: normal;
}
div.custom-best-practices-menu ul a:hover,
div.custom-best-practices-menu p.header a:hover {
  background-color: lightgray;
}
div.custom-best-practices-menu ul {
  margin-top: -10px !important;
}
div.custom-best-practices-menu p:first-of-type {
  font-size: 1.4em;
  margin-bottom: .3em;
}
/* SPEAKERS BUREAU MEMBERS PAGES */
.item-image {
  display: none;
}
/* Hide large image in articles */
body.itemid-508 #article-grid .justify {
  text-align: left!important;
}
body.itemid-508 #article-grid .regridart {
  width: 100%;
}
div#Filters150 {
  width: 100%;
  text-align: left;
}
div.speaker-filter.button {
  background-color: #e6e7e8!important;
  color: #58585b !important;
}
div.speaker-filter.button.active {
  background-color: #7e9f3d!important;
  color: #ffffff !important;
}
.custom\.speakers-filter-title {
  clear: both;
  font-weight: bold;
  text-transform: uppercase;
}
/* K2 SEARCH FILTER TEMPLATE SPEAKERS BUREAU - add class to menu*/
div.componentheading-K2-filter {
  margin-left: -1000px;
  /* force background to full-screen left */
  padding-left: 1000px;
  margin-right: -1000px;
  /* force background to full-screen right */
  padding-right: 1000px;
  margin-top: -88px;
  margin-bottom: 1.5em;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: left;
  background-color: #f6a120;
  padding-top: .25em;
  padding-bottom: .25em;
  clear: both;
}
div.componentheading-K2-filter {
  display: none;
  /* removed from plugin due to limited layout options */
  font-size: 2.5em;
  color: white;
  font-weight: 300!important;
  text-transform: uppercase;
  line-height: 1em;
  margin-top: -2;
}
#jak2filter188 span.catItemImage {
  text-align: left;
}
#k2Container .itemDateCreated {
  display: none;
}
#k2Container .itemAuthor {
  display: none;
}
#k2Container .itemTitle span {
  display: none;
}
#k2Container .itemRatingBlock {
  display: none;
}
#k2Container .itemToolbar {
  display: none;
}
#k2Container .itemImageBlock {
  display: none;
}
#k2Container .itemContentFooter {
  display: none;
}
#k2Container .itemHits {
  display: none;
}
#k2Container .itemSocialSharing {
  display: none;
}
#k2Container .itemCategory {
  display: none;
}
#k2Container .itemAuthorBlock {
  display: none;
}
#k2Container .itemAuthorLatest {
  display: none;
}
#k2Container .itemExtraFields h3 {
  display: none;
}
#k2Container .itemNavigationTitle {
  display: none;
}
#k2Container .itemNavigation {
  display: none;
}
#k2Container .itemHeader {
  margin-left: -1000px;
  /* force background to full-screen left */
  padding-left: 1000px;
  margin-right: -1000px;
  /* force background to full-screen right */
  padding-right: 1000px;
  margin-top: -88px;
  margin-bottom: 4em;
  height: 97px;
  display: flex;
  align-items: center;
  justify-content: left;
  background-color: #f6a120;
  padding-top: .25em;
  padding-bottom: .25em;
  clear: both;
}
#k2Container .itemHeader h2 {
  font-size: 2.5em!important;
  color: white;
  font-weight: 300!important;
  text-transform: none;
  line-height: 1em;
}
div.catItemHeader h3.catItemTitle {
  padding: 0px 0 4px 0;
  text-transform: none;
}
div.catItemImageBlock {
  padding: 0px 0;
}
#jak2-loading {
  background-color: #e6e7e8!important;
}
div.itemIsFeatured::before,
div.catItemIsFeatured::before,
div.userItemIsFeatured::before {
  display: none;
}
div.itemIsFeatured,
div.catItemIsFeatured,
div.userItemIsFeatured {
  position: relative;
  clear: left;
}
/* YouTube Responsive */
.youtube-video {
  aspect-ratio: 1.77777778;
  width: 100%;
}
/* Vimeo Stream with Chat */
div.vimeo-video {
  margin-top: 0px;
  position: relative;
  float: left;
  width: 70%;
}
div.vimeo-chat {
  height: 470px;
  width: 28%;
  position: relative;
  float: right;
}
/* EVENTS HOME ELFSITE */
.custom-home-events-elfsite {
  margin-bottom: 40px;
}
.custom-home-events-elfsite .eapp-events-calendar-grid-item:nth-child(n+9) {
  display: none;
}
div.custom-home-events-elfsite {
  clear: both;
  position: relative;
  margin-left: -1000px;
  /* force background to full-screen left */
  padding-left: 1000px;
  margin-right: -1000px;
  /* force background to full-screen right */
  padding-right: 1000px;
  background-color: #f1f2f3;
  max-width: 1205px;
  width: 100%;
  padding-bottom: 40px;
  top: 40px;
}
div.custom-home-events-elfsite .eapp-events-calendar-events-calendar-title {
  font-family: 'Open Sans', sans-serif;
  margin-left: -1000px;
  /* force background to full-screen left */
  padding-left: 1000px;
  margin-right: -1000px;
  /* force background to full-screen right */
  padding-right: 1000px;
  margin-top: -78px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: left;
  background-color: #7e9f3d;
  font-size: 2.4em;
  color: white;
  font-weight: 200!important;
  text-transform: uppercase;
}
.eapp-events-calendar-popup-item-description em {
  color: black;
}
/* RESPONSIVE MEDIA QUERIES*/
@media (max-width: 1300px) {
  div.page-header h2 {
    font-size: 2.3em;
  }
}
@media (max-width: 1200px) {
  .brand img {
    max-width: 170px;
    padding: 1em 0em 2em 0em;
    float: left;
  }
  ul#nav-sub {
    padding-bottom: 90px;
    float: right;
    margin-right: 0px;
    padding-right: 0px;
  }
  ul#nav-sub li {
    font-size: 1.1em;
  }
  input[type=search]:focus {
    width: 150px!important;
  }
  div.searchsearch-box {
    margin-top: 190px;
    float: none;
    clear: both;
    width: auto!important;
    margin-left: 50px!important;
  }
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  .uneditable-input {
    padding-right: -20px;
  }
  div#social {
    margin-top: -350px;
    position: relative;
    margin-right: 1em;
    clear: both;
  }
  ul.social-icons li {
    float: left;
    padding-left: .5em;
  }
  ul.social-icons .icons {
    width: 24px;
  }
  nav.navigation {
    display: none;
  }
  #homepage {
    margin: 0px 0 auto -14px;
  }
  main#content {
    margin-top: 30px;
  }
  #quix-header h2 {
    position: absolute;
    top: 0px;
  }
  body.site.com_breezingforms main#content {
    margin-top: 35px;
  }
  div#aside {
    margin-top: 165px;
  }
  div.slide-desc .slide-title {
    font-size: 2em;
    line-height: 1.1em;
    font-weight: 400;
  }
  div.slide-desc .slide-text {
    font-size: 1em;
    line-height: 1em;
    font-weight: 500;
  }
  div.moduletable-highlights-box {
    width: 48%;
  }
  div.moduletable-home-events ul li ul li {
    display: inline-block;
    max-width: 338px;
    width: 31%;
    margin-right: 2%;
  }
  #events-matrix ul li ul li {
    display: inline-block;
    max-width: 338px;
    width: 31%;
    margin-right: 2%;
  }
  div.componentheading-K2-filter {
    font-size: 2.1em;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  #quix-header h2 {
    position: absolute;
    top: 40px;
    font-size: 2.3em;
  }
}
@media (max-width: 992px) {
  .brand img {
    max-width: 170px;
    padding: 1em 0em 2em 0em;
    float: left;
  }
  ul#nav-sub {
    clear: none;
  }
  ul#nav-sub {
    text-align: center;
    float: right;
    margin-top: 8px;
    margin-bottom: 0px;
  }
  ul#nav-sub li {
    float: none;
    font-size: 1em;
    text-align: center;
    padding: 0em 0em 0em 0em;
    display: block;
    max-width: 230px;
    line-height: 1.8em;
    margin: auto auto;
  }
  ul#nav-sub li:last-child a {
    padding: 0em;
    width: 128px;
    margin-top: .1em;
  }
  ul#nav-sub li:last-child a:hover {
    padding: inherit;
  }
  div#social {
    margin-top: -300px;
    position: relative;
  }
  main#content img {
    float: none!important;
    clear: both;
  }
  div.page-header h2 {
    font-size: 2.3em;
  }
  #quix-header h2 {
    position: absolute;
    top: 40px;
    font-size: 2.3em;
  }
  body.site.com_breezingforms h1,
  body.site.com_breezingforms h2 {
    font-size: 2.3em;
  }
  #ccmod-wrap {
    min-height: 1000px;
    height: auto !important;
    height: 1000px;
  }
  ul.nav.menu-footer-menu li {
    max-width: 180px;
    width: 100%;
    padding-right: 6%;
  }
  div.custom-footer-text {
    margin-right: 3em;
  }
  .footer-icons img {
    max-width: 150px;
    padding-right: 5%;
    float: left;
    max-height: 70px;
  }
  dd.field-entry.survivor-main-image {
    width: 100%;
    float: none;
  }
  dd.field-entry.survivor-bio {
    width: 100%;
    float: none;
    padding-left: 0em;
  }
  dd.field-entry.video-embed-code,
  dd.field-entry.video-embed-code-2,
  dd.field-entry.video-embed-code-3 {
    float: none;
    width: 100%;
    background-color: #fff;
  }
  dd.field-entry.video-testimony {
    margin-left: 0em;
    margin-top: 10px;
  }
  dd.field-entry.video-testimony,
  dd.field-entry.about-survivor,
  dd.field-entry.history-resources {
    display: inline-display;
    width: 100%;
    float: none;
  }
  div#aside {
    display: none;
  }
  div.slide-desc {
    max-width: 600px;
    width: 75%!important;
    margin-left: 25%;
  }
  div.slide-desc .slide-title {
    font-size: 1.6em;
    line-height: 1.1em;
    font-weight: 400;
  }
  div.slide-desc .slide-text {
    font-size: .9em;
    line-height: 1em;
    font-weight: 500;
  }
  div.moduletable-highlights-box {
    width: 47%;
    height: auto;
    margin-bottom: 1em;
  }
  div.moduletable-home-events ul li ul li {
    display: inline-block;
    max-width: 338px;
    width: 30%;
    margin-right: 3%;
  }
  #events-matrix ul li ul li {
    display: inline-block;
    max-width: 338px;
    width: 30%;
    margin-right: 3%;
  }
  .iframe-form {
    height: 3300px!important;
  }
  .donate-form {
    overflow: visible;
    height: 3300px!important;
  }
  div.componentheading-K2-filter {
    font-size: 2.1em;
  }
}
@media (max-width: 767px) {
  .brand img {
    max-width: 170px;
    padding: 1em 0em 2em 0em;
    float: left;
  }
  ul#nav-sub {
    clear: none;
  }
  ul#nav-sub {
    text-align: center;
    float: right;
    margin-top: 8px;
    margin-bottom: 0px;
  }
  ul#nav-sub li {
    float: none;
    font-size: 1em;
    text-align: center;
    padding: 0em 0em 0em 0em;
    display: block;
    max-width: 230px;
    line-height: 1.8em;
    margin: auto auto;
  }
  ul#nav-sub li:last-child a {
    padding: 0em;
    width: 128px;
    margin-top: .1em;
  }
  ul#nav-sub li:last-child a:hover {
    padding: inherit;
  }
  div#social {
    margin-top: -300px;
    position: relative;
  }
  div.container-fluid {
    padding-right: 1.6em;
  }
  div.page-header h2 {
    font-size: 2em;
  }
  #quix-header h2 {
    position: absolute;
    top: 40px;
    font-size: 2em;
  }
  div.qx-inner {
    margin-top: 40px;
  }
  div.blog div.page-header h1 {
    font-size: 2em;
  }
  ul.breadcrumb {
    font-size: .8em;
    top: 6.5em;
  }
  #ccmod-wrap {
    max-width: 767px;
    width: 90%;
    clear: both;
    margin-right: -500px;
    padding-right: 500px;
    min-height: 200px;
    height: auto !important;
    height: 200px;
  }
  #ccmod-wrap h3 {
    font-size: 2em;
  }
  #ccmod-wrap textarea,
  #ccmod-wrap input[type="text"],
  #ccmod-wrap input[type="password"],
  #ccmod-wrap input[type="datetime"],
  #ccmod-wrap input[type="datetime-local"],
  #ccmod-wrap input[type="date"],
  #ccmod-wrap input[type="month"],
  #ccmod-wrap input[type="time"],
  #ccmod-wrap input[type="week"],
  #ccmod-wrap input[type="number"],
  #ccmod-wrap input[type="email"],
  #ccmod-wrap input[type="url"],
  #ccmod-wrap input[type="search"],
  #ccmod-wrap input[type="tel"],
  #ccmod-wrap input[type="color"],
  .uneditable-input {
    width: 97%!important;
    background-color: #e6e7e8;
    height: 32px;
  }
  ul.nav.menu-footer-menu {
    clear: both;
    margin-left: 0%;
    padding-left: 0em;
  }
  ul.nav.menu-footer-menu li {
    float: none;
  }
  ul.nav.menu-footer-menu li.deeper.parent {
    min-height: unset;
  }
  div.custom-footer-text {
    width: 90%;
    clear: both;
    margin-left: 0px;
    padding-left: 0px!important;
  }
  .footer-icons img {
    max-width: 160px;
    padding-right: 3%;
    float: left;
    max-height: 60px;
  }
  div.moduletable-home-slideshow {
    clear: both;
    width: 150vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  div.slide-desc {
    width: 50%!important;
    margin-left: 20%;
  }
  div.slide-desc .slide-title {
    font-size: 1.4em;
    line-height: 1em;
    font-weight: 700;
  }
  div.slide-desc .slide-text {
    font-size: 1em;
    line-height: 1em;
    font-weight: 500;
  }
  div.moduletable-highlights-box {
    width: 100%;
  }
  dd.field-entry span.field-label {
    font-size: .95em;
  }
  div.moduletable-home-events ul li ul li {
    display: inline-block;
    width: 47%;
    margin-right: 3%;
    font-size: .9em!important;
  }
  #events-matrix ul li ul li {
    display: inline-block;
    width: 47%;
    margin-right: 2%;
    font-size: .9em!important;
  }
  #article-grid .regridart {
    width: 100%;
    float: left;
  }
  div.custom-best-practices-menu {
    width: 100%;
    float: right;
  }
  div.vimeo-video {
    margin-top: 0px;
    position: relative;
    float: left;
    width: 50%;
  }
  div.vimeo-chat {
    height: 470px;
    width: 50%;
    position: relative;
    float: right;
  }
}
@media (max-width: 520px) {
  div.vimeo-video {
    margin-top: 0px;
    position: relative;
    float: none;
    width: 100%;
    clear: both;
  }
  div.vimeo-chat {
    height: 470px;
    width: 100%;
    position: relative;
    float: none;
  }
  .brand img {
    max-width: 170px;
    padding: 1em 0em 2em 0em;
    float: left;
  }
}
