/**
 * css/front-page.css is a generated file from front-page.scss inside php-sass/scss. Edit the various scss files instead.
 * DO NOT EDIT THE CSS FILE DIRECTLY. If you do, YOUR CHANGES WILL BE ERASED the next time the scss is compiled.
 * scss is simple if you know programming and css. But if you want to make a quick fix and don't have time, plain
 * css is valid with scss files, so just make your changes and compile. 
 */
.cssload-piano {
  margin: auto;
  width: 38px;
  height: 9px;
  font-size: 9px;
}
.cssload-piano > div {
  height: 100%;
  width: 100%;
  display: block;
  margin-bottom: 0.6em;
  animation: stretchdelay 1.38s infinite ease-in-out;
  -o-animation: stretchdelay 1.38s infinite ease-in-out;
  -ms-animation: stretchdelay 1.38s infinite ease-in-out;
  -webkit-animation: stretchdelay 1.38s infinite ease-in-out;
  -moz-animation: stretchdelay 1.38s infinite ease-in-out;
}
.cssload-piano .cssload-rect2 {
  animation-delay: -1.15s;
  -o-animation-delay: -1.15s;
  -ms-animation-delay: -1.15s;
  -webkit-animation-delay: -1.15s;
  -moz-animation-delay: -1.15s;
}
.cssload-piano .cssload-rect3 {
  animation-delay: -0.92s;
  -o-animation-delay: -0.92s;
  -ms-animation-delay: -0.92s;
  -webkit-animation-delay: -0.92s;
  -moz-animation-delay: -0.92s;
}
@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleX(0.8);
    background-color: #ffb329;
    box-shadow: 0 0 0 rgba(233, 230, 239, 0.38);
  }
  20% {
    transform: scaleX(1);
    background-color: orange;
    box-shadow: 0 5px 6px rgba(38, 8, 89, 0.22);
  }
}
@-o-keyframes stretchdelay {
  0%, 40%, 100% {
    -o-transform: scaleX(0.8);
    background-color: #ffb329;
    box-shadow: 0 0 0 rgba(233, 230, 239, 0.38);
  }
  20% {
    -o-transform: scaleX(1);
    background-color: orange;
    box-shadow: 0 5px 6px rgba(38, 8, 89, 0.22);
  }
}
@-ms-keyframes stretchdelay {
  0%, 40%, 100% {
    -ms-transform: scaleX(0.8);
    background-color: #ffb329;
    box-shadow: 0 0 0 rgba(233, 230, 239, 0.38);
  }
  20% {
    -ms-transform: scaleX(1);
    background-color: orange;
    box-shadow: 0 5px 6px rgba(38, 8, 89, 0.22);
  }
}
@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleX(0.8);
    background-color: #ffb329;
    box-shadow: 0 0 0 rgba(233, 230, 239, 0.38);
  }
  20% {
    -webkit-transform: scaleX(1);
    background-color: orange;
    box-shadow: 0 5px 6px rgba(38, 8, 89, 0.22);
  }
}
@-moz-keyframes stretchdelay {
  0%, 40%, 100% {
    -moz-transform: scaleX(0.8);
    background-color: #ffb329;
    box-shadow: 0 0 0 rgba(233, 230, 239, 0.38);
  }
  20% {
    -moz-transform: scaleX(1);
    background-color: orange;
    box-shadow: 0 5px 6px rgba(38, 8, 89, 0.22);
  }
}
body {
  margin: 0px;
  width: 100%;
}
header {
  margin-bottom: 5px;
}
#main-content {
  margin-bottom: 175px;
}
#colmask {
  position: relative;
  clear: both;
  /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
  float: left;
  width: 100%;
  overflow: hidden;
  /* width of whole page */
}
/* This chops off any overhanging divs */
#colmid {
  float: left;
  width: 200%;
  position: relative;
  left: 200px;
}
#colright {
  float: left;
  width: 100%;
  position: relative;
  left: 50%;
  margin-left: -530px;
}
#col1wrap {
  float: right;
  width: 50%;
  position: relative;
  right: 100%;
}
#col1pad {
  margin: 0px -19px 0px 501px;
}
#main-content {
  width: 100%;
}
#left-column {
  float: left;
  width: 162px;
  position: relative;
  margin-left: -50%;
  left: 331px;
}
#sidebar {
  float: left;
  width: 302px;
  position: relative;
  left: 27px;
  overflow: hidden;
}
@media (min-width: 1440px) {
  .hasWallpaperAds #col1pad {
    margin: 0px 323px 0px 515px;
  }
  .hasWallpaperAds #sidebar {
    left: -314px;
  }
  .hasWallpaperAds #colright {
    margin-left: -365px;
  }
  .hasWallpaperAds #left-column {
    left: 344px;
  }
}
@media (min-width: 1024px) {
  .pageWrapper {
    margin-top: 20px;
  }
}
@media (max-width: 1023px) {
  #col1pad {
    margin: 0px -322px 0px 500px;
  }
  #sidebar {
    display: none;
  }
}
@media (max-width: 719px) {
  #col1pad {
    margin: 0px -330px 0px 330px;
  }
  #left-column {
    display: none;
  }
}
.responsive-item {
  display: none;
}
@media (min-width: 1280px) and (max-width: 1439px), (min-width: 1600px) {
  div.widescreen, span.widescreen {
    display: inherit;
  }
}
@media (min-width: 1024px) and (max-width: 1279px), (min-width: 1440px) and (max-width: 1599px) {
  div.medium-widescreen, span.medium-widescreen {
    display: inherit;
  }
}
@media (min-width: 720px) and (max-width: 1023px) {
  div.twoColumn, span.twoColumn {
    display: inherit;
  }
}
@media (min-width: 540px) and (max-width: 719px) {
  div.oneColumnWide, span.oneColumnWide {
    display: inherit;
  }
}
@media (max-width: 539px) {
  div.oneColumnNarrow, span.oneColumnNarrow {
    display: inherit;
  }
}
.ad {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.ad img, .ad iframe {
  border: 1px solid;
  border-radius: 3px;
  border-color: #e2dee9 #eceaf1 #fff #e2dee9;
}
.ad img:hover, .ad iframe:hover {
  box-shadow: 0px 0px 10px 0px #8888e7;
  transition: all 0.3s ease;
}
#main-content .responsive-item {
  margin-right: auto;
  margin-left: auto;
}
#main-content .widget .responsive-item {
  margin: 0em;
}
#main-content .widescreen {
  width: 750px;
}
#main-content .threeColumn, #main-content .twoColumn, #main-content .oneColumnWide {
  width: 540px;
}
#main-content .oneColumnNarrow {
  width: 320px;
}
#main-content .simple-widget-ad .oneColumnNarrow {
  width: 286px;
}
.top-content {
  margin: auto;
}
.top-content section {
  text-align: justify;
  text-justify: distribute-all-lines;
}
.top-content section > * {
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: auto;
  text-justify: auto;
}
.top-content section:after {
  content: '';
  width: 100%;
  display: inline-block;
}
@media (min-width: 1024px) {
  .top-content {
    width: 1024px;
  }
}
@media (min-width: 720px) and (max-width: 1023px) {
  .top-content {
    width: 702px;
    margin: auto;
  }
}
@media (max-width: 719px) {
  .top-content {
    width: 322px;
    margin: auto;
  }
  .top-content.information {
    width: 100%;
  }
}
.top-content .ad {
  margin-bottom: 0px;
}
.top-content .responsive-item {
  display: none;
}
@media (min-width: 1280px) and (max-width: 1439px), (min-width: 1600px) {
  .top-content div.widescreen, .top-content span.widescreen {
    display: inherit;
  }
}
@media (min-width: 1024px) and (max-width: 1279px), (min-width: 1440px) and (max-width: 1599px) {
  .top-content div.medium-widescreen, .top-content span.medium-widescreen {
    display: inherit;
  }
}
@media (min-width: 720px) and (max-width: 1023px) {
  .top-content div.twoColumn, .top-content span.twoColumn {
    display: inherit;
  }
}
@media (min-width: 540px) and (max-width: 719px) {
  .top-content div.oneColumnWide, .top-content span.oneColumnWide {
    display: inherit;
  }
}
@media (max-width: 539px) {
  .top-content div.oneColumnNarrow, .top-content span.oneColumnNarrow {
    display: inherit;
  }
}
.google-ad-banner {
  margin-left: auto;
  margin-right: auto;
}
.google-ad-standard, .google-ad-banner {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}
.adsbygoogle {
  display: inline-block;
}
.adsbygoogle * {
  border-radius: 3px;
}
@media (min-width: 728px) {
  .google-ad-standard, .google-ad-standard .adsbygoogle {
    width: 300px;
    height: 250px;
  }
}
@media (min-width: 728px) {
  .google-ad-banner, .google-ad-banner .adsbygoogle {
    width: 728px;
    height: 90px;
  }
}
@media (max-width: 727px) {
  .google-ad-banner, .google-ad-banner .adsbygoogle {
    width: 468px;
    height: 60px;
  }
}
@media (max-width: 467px) {
  .google-ad-banner, .google-ad-banner .adsbygoogle {
    width: 320px;
    height: 50px;
  }
}
.ad-tall-left-wallpaper {
  position: fixed;
  width: 160px;
  left: 0.5em;
}
@media (max-width: 1438px) {
  .ad-tall-left-wallpaper {
    display: none;
  }
}
.ad-tall-left-wallpaper .ad img, .ad-tall-left-wallpaper .ad iframe {
  border: 1px solid;
  border-radius: 3px;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
}
.ad-tall-left-wallpaper .ad img:hover, .ad-tall-left-wallpaper .ad iframe:hover {
  box-shadow: 0px 0px 10px 0px #8888e7;
  transition: all 0.3s ease;
}
.ad-tall-right-wallpaper {
  position: fixed;
  width: 160px;
  right: 0.5em;
}
@media (max-width: 1438px) {
  .ad-tall-right-wallpaper {
    display: none;
  }
}
.ad-tall-right-wallpaper .ad img, .ad-tall-right-wallpaper .ad iframe {
  border: 1px solid;
  border-radius: 3px;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
}
.ad-tall-right-wallpaper .ad img:hover, .ad-tall-right-wallpaper .ad iframe:hover {
  box-shadow: 0px 0px 10px 0px #8888e7;
  transition: all 0.3s ease;
}
body {
  font-family: "myriad-pro-n4", "myriad-pro", arial, sans-serif;
  background-color: #f7f6f9;
}
a {
  text-decoration: none;
  color: #451e88;
}
a:hover {
  text-decoration: underline;
}
a:active {
  text-decoration: underline;
}
.hide {
  display: none;
}
.clickable {
  cursor: pointer;
}
.arrow-down {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #451e88;
  display: inline-block;
  cursor: pointer;
}
.arrow-up {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #451e88;
  display: inline-block;
  cursor: pointer;
}
.todays-events-calendar {
  border: 1px solid;
  border-radius: 3px;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  height: 88px;
  width: 86px;
  font-size: small;
  text-transform: uppercase;
  text-align: center;
  float: left;
  background-color: #f7f6f9;
  margin: 0px 0.3em 0px 0px;
}
.todays-events-calendar .calendar-top {
  padding: 0.3em;
  font-weight: bold;
  background-color: orange;
  border-radius: 3px 3px 0px 0px;
}
.todays-events-calendar .calendar-body {
  height: 45px;
}
.todays-events-calendar .calendar-body .day {
  font-size: 36px;
}
header {
  background-color: #f7f6f9;
  text-shadow: 1px 1px white;
}
.top-page-message {
  color: goldenrod;
  background-color: cornsilk;
  border: solid 1px lightgray;
  padding: 0em 2em 0em 0.3em;
  position: relative;
}
.top-page-message .close-x {
  display: inline-block;
  position: absolute;
  right: 3px;
  top: 1px;
}
.top-page-message .close-x:after {
  content: 'x';
  font-family: arial, sans-serif;
}
.top-bar-container {
  border-top: solid 1px #eceaf1;
  padding: 0em 0em 40px 0px;
  font-size: small;
}
@media (max-width: 579px) {
  .top-bar-container {
    height: 100px;
  }
}
@media (min-width: 580px) {
  .top-bar-container {
    height: 75px;
  }
}
@media (min-width: 768px) {
  .top-bar-container {
    height: 100px;
  }
}
.top-bar-container .main-logo {
  display: block;
}
.top-bar-container .static-logo {
  float: left;
  position: relative;
  width: 300px;
}
.top-bar-container .static-logo .main-logo {
  width: 100%;
}
.top-bar-container .static-logo .happens-logo {
  position: absolute;
}
@media (min-width: 1080px) {
  .top-bar-container .static-logo .happens-logo {
    bottom: -6px;
    left: 300px;
  }
}
@media (max-width: 767px) {
  .top-bar-container .static-logo {
    display: none;
  }
}
.top-bar-container .floating-logo {
  margin-top: 0px;
  margin-left: 0.3em;
  margin-right: 0.3em;
  margin-bottom: 0.3em;
  float: left;
}
@media (min-width: 768px) {
  .top-bar-container .floating-logo {
    display: none;
  }
}
.top-bar-container ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.top-bar-container ul li {
  display: block;
  float: left;
  list-style-type: none;
  padding-right: 10px;
}
.top-bar-container .text-ad {
  display: none;
}
@media (min-width: 465px) {
  .top-bar-container .top-bar-items {
    float: right;
  }
}
.top-bar-container .top-bar-items .header-search-field input {
  border: solid 2px orange;
  border-radius: 3px;
  width: 10em;
}
.top-bar-container .top-bar-items .header-search-field img {
  width: 17px;
  border: solid 2px orange;
  border-radius: 0px 3px 3px 0px;
  vertical-align: bottom;
  margin-left: -5px;
}
.top-bar-container .top-bar-items .send-news-separate img {
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
}
@media (min-width: 768px) {
  .top-bar-container .top-bar-items .send-news-separate {
    display: none;
  }
}
@media (min-width: 381px) and (max-width: 580px) {
  .top-bar-container .top-bar-items .send-news-separate {
    display: none;
  }
}
.top-bar-container .to-top {
  visibility: hidden;
}
.top-bar-container .to-top a:before {
  content: "\2191";
  color: orange;
  font-size: 1.5em;
  vertical-align: text-top;
  position: relative;
  top: -7px;
}
.top-bar-container .special div {
  display: inline-block;
}
.top-bar-container .special div:first-child {
  margin-right: 0.5em;
}
.top-bar-container .special a, .top-bar-container .special a:before {
  color: white;
}
.top-bar-container .forecast {
  margin-top: 4px;
}
@media (max-width: 767px) {
  .top-bar-container .forecast {
    display: none;
  }
}
.top-bar-container .forecast .text {
  padding-left: 35px;
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: left;
  padding-top: 10px;
  margin-top: -10px;
}
.top-bar-container .forecast .sunrise, .top-bar-container .forecast .sunset {
  text-transform: uppercase;
}
.top-bar-container .forecast .sunrise img {
  vertical-align: middle;
}
.top-bar-container-scrolled {
  height: 75px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  border-top: 0px;
  border-bottom: solid 1px #d0d1d5;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fcfcfd), color-stop(1, #f7f6f9, #f2f0f5, #eceaf1));
  background-image: -moz-linear-gradient(bottom, #fcfcfd, #f7f6f9, #f2f0f5, #eceaf1);
  background-image: -o-linear-gradient(bottom, #fcfcfd, #f7f6f9, #f2f0f5, #eceaf1);
  background-image: linear-gradient(to bottom, #fcfcfd, #f7f6f9, #f2f0f5, #eceaf1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFCFCFD,
			endColorstr=#FFF7F6F9,
			GradientType=0);
  zoom: 1;
  box-shadow: 0px 0px 55px gray;
  transition: all 0.3s ease;
}
@media (max-width: 719px) {
  .top-bar-container-scrolled {
    height: 75px;
  }
}
@media (max-width: 579px) {
  .top-bar-container-scrolled {
    height: 75px;
  }
}
@media (max-width: 464px) {
  .top-bar-container-scrolled {
    height: 100px;
  }
}
.top-bar-container-scrolled .static-logo, .top-bar-container-scrolled .forecast, .top-bar-container-scrolled .send-news-separate {
  display: none;
}
.top-bar-container-scrolled .top-bar-items {
  margin-right: 3em;
  position: relative;
  top: 0.3em;
}
.top-bar-container-scrolled .floating-logo {
  display: inline-block;
  width: 246px;
  height: 65px;
  overflow: hidden;
}
.top-bar-container-scrolled .floating-logo img {
  width: 246px;
}
@media (max-width: 719px) {
  .top-bar-container-scrolled .floating-logo {
    width: 170px;
    height: 23px;
  }
  .top-bar-container-scrolled .floating-logo img {
    width: 170px;
  }
}
.top-bar-container-scrolled .text-ad {
  font-size: 1.4em;
  display: block;
  text-align: center;
  font-weight: bold;
  color: royalblue;
}
.top-bar-container-scrolled .text-ad ins {
  text-decoration: none;
}
@media (max-width: 1023px) {
  .top-bar-container-scrolled .text-ad {
    display: block;
    font-size: 1.1em;
    text-align: justify;
    text-justify: distribute-all-lines;
  }
}
@media (max-width: 719px) {
  .top-bar-container-scrolled .text-ad {
    display: none;
  }
}
.top-bar-container-scrolled .to-top {
  visibility: visible;
}
.header-section {
  padding: 0.3em;
  height: 25px;
  font-size: small;
  font-weight: bold;
  color: #451e88;
}
.header-section * {
  vertical-align: middle;
}
.header-section ul.header-items {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.header-section ul.header-items li {
  display: inline-block;
}
.header-section ul.header-items li + li {
  margin-left: 1em;
}
.header-section ul.header-items li.header-social-icon {
  vertical-align: baseline;
  margin: 0px;
}
.header-section ul.header-items li.candle-lighting {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .header-section ul.header-items .header-menu-item {
    display: none;
  }
}
.header-section ul.header-items .eruv .status {
  color: orange;
}
.emergency-contact-bar {
  clear: both;
  background-color: #451e88;
  position: relative;
}
.emergency-contact-bar a:active, .emergency-contact-bar a:visited, .emergency-contact-bar a:hover, .emergency-contact-bar a:link {
  color: white;
}
@media (min-width: 581px) {
  .emergency-contact-bar {
    height: 25px;
  }
}
@media (max-width: 580px) {
  .emergency-contact-bar {
    height: 50px;
  }
}
.emergency-contact-bar .wrapper {
  text-align: justify;
  text-justify: distribute-all-lines;
  width: 98%;
  text-shadow: none;
  color: white;
  position: absolute;
  font-size: small;
  font-weight: bold;
}
.emergency-contact-bar .wrapper > * {
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: auto;
  text-justify: auto;
}
.emergency-contact-bar .wrapper:after {
  content: '';
  width: 100%;
  display: inline-block;
}
@media (max-width: 379px) {
  .emergency-contact-bar .wrapper {
    font-weight: normal;
    font-size: 12px;
  }
}
@media (min-width: 1080px) {
  .emergency-contact-bar .wrapper {
    margin-top: -22px;
  }
}
@media (max-width: 1079px) {
  .emergency-contact-bar .wrapper {
    margin-top: -3px;
  }
  .emergency-contact-bar .wrapper .label {
    display: none;
  }
}
.emergency-contact-bar .wrapper .label {
  text-transform: uppercase;
  vertical-align: middle;
}
.emergency-contact-bar .wrapper .icon {
  padding: 2em 0px 2em 64px;
  background-position: left;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.emergency-contact-bar .wrapper .icon .emergency-contact-popup {
  color: white;
}
@media (max-width: 1079px) {
  .emergency-contact-bar .wrapper .icon {
    padding: 0.5em 0em 0.5em 30px;
    background-size: 30px;
  }
}
.emergency-contact-bar .wrapper .send-news-text {
  color: orange;
  text-transform: uppercase;
  font-weight: bold;
}
@media (min-width: 580px) and (max-width: 767px) {
  .emergency-contact-bar .wrapper .send-news-text, .emergency-contact-bar .wrapper .send-news-icon {
    display: none;
  }
}
@media (max-width: 379px) {
  .emergency-contact-bar .wrapper .send-news-text, .emergency-contact-bar .wrapper .send-news-icon {
    display: none;
  }
}
.emergency-contact-bar .wrapper .chesed-fund {
  background-image: url(../../../images/icon-chesed-fund.png);
}
@media (min-width: 1080px) {
  .emergency-contact-bar .wrapper .chesed-fund {
    padding-left: 82px;
  }
}
.emergency-contact-bar .wrapper .hatzalah {
  background-image: url(../../../images/icon-hatzalah.png);
}
.emergency-contact-bar .wrapper .shomrim {
  background-image: url(../../../images/icon-shomrim.png);
}
.emergency-contact-bar .wrapper .chaverim {
  background-image: url(../../../images/icon-chaverim.png);
}
.emergency-contact-bar .wrapper .nwcp {
  background-image: url(../../../images/icon-citizens-patrol.png);
}
.emergency-contact-bar .wrapper .send-news-icon {
  background-image: url(../../../images/icon-click-share-news.png);
}
.widgetShortcutBar {
  text-align: justify;
  text-justify: distribute-all-lines;
  background-color: #451e88;
  height: 25px;
  padding: 0.5em 0.3em;
}
.widgetShortcutBar > * {
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: auto;
  text-justify: auto;
}
.widgetShortcutBar:after {
  content: '';
  width: 100%;
  display: inline-block;
}
.widgetShortcutBar > div {
  margin: 0.3em;
}
.widgetShortcutBar > div a {
  color: orange;
  text-shadow: none;
  font-weight: bold;
  font-size: small;
}
.widgetShortcutBar > div a.minyanim {
  color: white;
}
.widgetShortcutBar > div a.megillah :nth-child(1) {
  color: #f22;
}
.widgetShortcutBar > div a.megillah :nth-child(2) {
  color: #f2f;
}
.widgetShortcutBar > div a.megillah :nth-child(3) {
  color: #2ff;
}
.widgetShortcutBar > div a.megillah :nth-child(4) {
  color: #2f2;
}
.widgetShortcutBar > div a.megillah :nth-child(5) {
  color: #2f2;
}
.widgetShortcutBar > div a.megillah :nth-child(6) {
  color: #ff2;
}
.widgetShortcutBar > div a.megillah :nth-child(7) {
  color: #f22;
}
.widgetShortcutBar > div a.megillah :nth-child(8) {
  color: #ff2;
}
.widgetShortcutBar > div a.megillah :nth-child(9) {
  color: #2f2;
}
.widgetShortcutBar > div a.megillah :nth-child(10) {
  color: #2ff;
}
.widgetShortcutBar > div a.megillah :nth-child(11) {
  color: #f2f;
}
.widgetShortcutBar > div a.megillah :nth-child(12) {
  color: #f22;
}
.desktop .widgetShortcutBar {
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.mobile .widgetShortcutBar .megillah {
  text-transform: uppercase;
}
@media (min-width: 341px) {
  .mobile .widgetShortcutBar .megillah {
    margin-left: 3em;
  }
}
@media (max-width: 539px) {
  .mobile .widgetShortcutBar {
    padding: 0.5em 0em;
  }
}
.mobile .widgetShortcutBar:last-child {
  margin-bottom: 0.5em;
}
@media (min-width: 540px) {
  .mobile .widgetShortcutBar > div {
    text-transform: uppercase;
  }
}
@media (max-width: 719px) {
  .source-of-parnasa-91, .copyright {
    display: none;
  }
}
.top-bar-container-scrolled  .source-of-parnasa-91, .top-bar-container-scrolled  .copyright {
  display: none;
}
.source-of-parnasa-91, .copyright {
  font-weight: bold;
  font-size: 0.8em;
  position: absolute;
  top: 155px;
  color: #451e88;
  font-style: italic;
}
.source-of-parnasa-91 {
  right: 13px;
}
label {
  text-transform: uppercase;
  font-size: small;
}
.navigation-toggle label:before {
  content: "Open ";
}
.navigation-toggle-close label:before {
  content: "Close ";
}
@media (max-width: 1023px) {
  label {
    display: none;
  }
}
.navigation-menu-container {
  text-shadow: 1px 1px white;
  color: #451e88;
}
.navigation-menu-container .navigation-toggle {
  border: 1px solid transparent;
  position: fixed;
  z-index: 200;
  top: 0px;
  right: 0px;
  margin: 0em 0.5em;
  cursor: pointer;
  font-weight: bold;
  text-align: right;
}
.navigation-menu-container .navigation-toggle .menu-icon {
  vertical-align: middle;
  border-bottom: 12px double #451e88;
  border-top: 4px solid #451e88;
  content: "";
  height: 4px;
  margin: 0.5em;
  width: 23px;
  display: inline-block;
  box-shadow: 1px 1px white;
}
.navigation-menu-container .navigation-toggle-close {
  border-radius: 3px 0px 0px 3px;
  background-color: #451e88;
  color: #f7f6f9;
  text-shadow: none;
}
.navigation-menu-container .navigation-toggle-close .menu-icon {
  border-color: #f7f6f9;
  box-shadow: none;
}
.navigation-menu-container .navigation-menu {
  border: 1px solid;
  border-radius: 3px;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  position: fixed;
  z-index: 1200;
  top: 32px;
  right: 0px;
  padding: 1em;
  width: 200px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(1, rgba(255, 255, 255, .9)));
  background-image: -moz-linear-gradient(bottom, #fff, rgba(255, 255, 255, .9));
  background-image: -o-linear-gradient(bottom, #fff, rgba(255, 255, 255, .9));
  background-image: linear-gradient(to bottom, #fff, rgba(255, 255, 255, .9));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF,
			endColorstr=#E6FFFFFF,
			GradientType=0);
  zoom: 1;
}
.navigation-menu-container .navigation-menu header {
  cursor: pointer;
  text-shadow: none;
  text-transform: uppercase;
  font-size: small;
  background-color: #f7f6f9;
  border-radius: 3px;
  border: 1px solid;
  padding-left: 0.3em;
  margin-left: -0.3em;
  margin-right: -0.3em;
}
.navigation-menu-container .navigation-menu ul {
  list-style: none;
  margin: 0em 0em 1em 0em;
  padding: 0px;
  max-height: 220px;
  overflow-y: auto;
}
.navigation-menu-container-scrolled label {
  display: none;
}
@media (min-width: 719px) {
  .navigation-menu-container-scrolled .navigation-toggle {
    top: 39px;
  }
}
@media (max-width: 718px) {
  .navigation-menu-container-scrolled .navigation-toggle {
    top: 77px;
  }
}
@media (min-width: 719px) {
  .navigation-menu-container-scrolled .navigation-menu {
    top: 71px;
  }
}
@media (max-width: 718px) {
  .navigation-menu-container-scrolled .navigation-menu {
    top: 109px;
  }
}
#fsoverlay {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  display: none;
}
#fsoverlay #daoverlay {
  background-color: white;
  box-shadow: 0px 0px 15px black;
  position: absolute;
  top: 30px;
  bottom: 0;
  left: 0;
  right: 30px;
  width: 1100px;
  height: 610px;
  z-index: 1005;
  text-align: center;
  display: block;
  margin: auto;
}
#fsoverlay #daoverlay #adX {
  position: absolute;
  right: -24px;
  top: -3px;
}
#fsoverlay #daoverlay #adX a {
  display: block;
  width: 48px;
  height: 43px;
  background-image: url('../../../images/../scripts/fancybox.png');
  background-position: -59px 0px;
  background-repeat: no-repeat;
  background-size: 102px;
}
#fsoverlay #daoverlay #daBody {
  border-radius: 3px;
}
#fsoverlay #daoverlay #daBody img {
  border-radius: 3px;
  border: solid 2px white;
  box-shadow: 0px 5px 35px black;
  width: 100%;
  height: 100%;
}
.scale-fancybox, #fsoverlay {
  padding: 0em !important;
}
@media (max-width: 1278px) {
  .scale-fancybox #daoverlay, #fsoverlay #daoverlay {
    width: 900px;
    height: 500px;
  }
}
@media (max-width: 1022px) {
  .scale-fancybox #fancybox-frame, #fsoverlay #fancybox-frame {
    -ms-zoom: 0.9;
    -moz-transform: scale(0.9);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.9);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.9);
    -webkit-transform-origin: 0 0;
  }
  .scale-fancybox #fancybox-outer, #fsoverlay #fancybox-outer {
    width: 91.5%;
    height: 92%;
  }
  .scale-fancybox #daoverlay, #fsoverlay #daoverlay {
    width: 756px;
    height: 420px;
  }
}
@media (max-width: 768px) {
  .scale-fancybox #fancybox-frame, #fsoverlay #fancybox-frame {
    -ms-zoom: 0.6;
    -moz-transform: scale(0.6);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.6);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.6);
    -webkit-transform-origin: 0 0;
  }
  .scale-fancybox #fancybox-outer, #fsoverlay #fancybox-outer {
    width: 61%;
    height: 61.5%;
  }
  .scale-fancybox #daoverlay, #fsoverlay #daoverlay {
    width: 525px;
    height: 292px;
  }
}
@media (max-width: 539px) {
  .scale-fancybox #fancybox-frame, #fsoverlay #fancybox-frame {
    -ms-zoom: 0.5;
    -moz-transform: scale(0.5);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.5);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0 0;
  }
  .scale-fancybox #fancybox-outer, #fsoverlay #fancybox-outer {
    width: 51.5%;
    height: 52%;
  }
  .scale-fancybox #daoverlay, #fsoverlay #daoverlay {
    width: 300px;
    height: 167px;
  }
}
.first-news-feed-entry, .news-feed-entry {
  border: 1px solid;
  border-radius: 3px;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  background-color: white;
  padding: 1em;
  position: relative;
  overflow: hidden;
}
.first-news-feed-entry .news-feed-image img, .news-feed-entry .news-feed-image img {
  border-radius: 3px;
}
.first-news-feed-entry .news-feed-entry-info, .news-feed-entry .news-feed-entry-info {
  overflow: hidden;
  font-size: 0.8em;
  margin-bottom: 0.3em;
  padding: 0.3em;
  border-radius: 3px;
  background-color: #f7f6f9;
}
.first-news-feed-entry .news-feed-entry-info div, .news-feed-entry .news-feed-entry-info div {
  display: inline-block;
}
.first-news-feed-entry .news-feed-entry-info .news-feed-section-name, .news-feed-entry .news-feed-entry-info .news-feed-section-name {
  color: #451e88;
  font-weight: bold;
}
.first-news-feed-entry .news-feed-entry-info .news-feed-timestamp:first-letter, .news-feed-entry .news-feed-entry-info .news-feed-timestamp:first-letter {
  text-transform: uppercase;
}
.first-news-feed-entry .news-feed-headline, .news-feed-entry .news-feed-headline {
  margin-top: 1em;
  margin-bottom: 1em;
}
.first-news-feed-entry .news-feed-headline a, .news-feed-entry .news-feed-headline a {
  font-weight: bold;
  font-size: 1.3em;
}
.first-news-feed-entry .news-feed-contents, .news-feed-entry .news-feed-contents {
  font-size: 1em;
  height: 64px;
  overflow: hidden;
  cursor: pointer;
}
.news-feed-data {
  position: relative;
  overflow: hidden;
}
.news-feed-data .read-more-link {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  width: 100%;
  text-align: center;
  bottom: 0px;
  margin: 0px;
  padding: 40px 0 10px 0;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(255, 255, 255, .3)), color-stop(0.25, rgba(255, 255, 255, 0.5)), color-stop(0.5, rgba(255, 255, 255, .7)), color-stop(0.75, rgba(255, 255, 255, .9)), color-stop(1, white));
  background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, .7), rgba(255, 255, 255, .9), white);
  background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, .7), rgba(255, 255, 255, .9), white);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, .7), rgba(255, 255, 255, .9), white);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4DFFFFFF,
			endColorstr=#FFFFFFFF,
			GradientType=0);
  zoom: 1;
}
.news-feed-data .read-more-link a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 2px 2px 5px #aaa;
  text-shadow: 1px 1px #b37400;
  font-size: 0.8em;
  border-radius: 3px;
  background: orange;
  padding: 3px 10px;
  margin-top: -1px;
  margin-bottom: 2px;
  margin-right: 2px;
}
.news-feed-data .read-more-link a:hover {
  background: #d68b00;
  transition: all 0.3s ease;
}
.news-feed-data .read-more-link a:active {
  background: #b37400;
  box-shadow: none;
  margin-right: 0px;
  margin-left: 2px;
  margin-top: 0px;
}
.news-feed-entry {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.news-feed-entry .news-feed-image img {
    width: 100%;
}
@media (min-width: 540px) {
  .news-feed-entry .news-feed-image {
    max-width: 60%;
    width: 330px;
    border: 1px solid;
    border-radius: 3px;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    background-color: #f7f6f9;
    padding-right: 0em;
    margin-right: 1em;
    display: inline;
    float: left;
  }
  .news-feed-entry .news-feed-image .news-feed-image-container {
    margin: auto;
  }
  .news-feed-entry .news-feed-image.square-image .news-feed-image-container {
    width: 75%;
  }
  .news-feed-entry .news-feed-image.tall-image .news-feed-image-container {
    width: 40%;
  }
}
.first-news-feed-entry {
  padding: 1em;
  margin-top: 0.5em;
}
.first-news-feed-entry .news-feed-image {
  margin-bottom: 1em;
  text-align: center;
}
@media (min-width: 540px) {
  .first-news-feed-entry .news-feed-image img {
    width: 40%;
  }
}
.first-news-feed-entry .news-feed-headline {
  text-align: center;
}
.first-news-feed-entry .news-feed-headline a {
  text-transform: uppercase;
  font-size: 2em;
}
@media (max-width: 539px) {
  .first-news-feed-entry .news-feed-headline a {
    font-size: 2em;
  }
}
@media (min-width: 540px) {
  .first-news-feed-entry .news-feed-contents {
    margin-left: 10%;
    margin-right: 10%;
  }
  .first-news-feed-entry.important-article .news-feed-image img {
    width: 80%;
  }
  .first-news-feed-entry.important-article .news-feed-headline a {
    font-size: 3em;
  }
}
@media (max-width: 539px) {
  .first-news-feed-entry.important-article .news-feed-image img {
    width: 100%;
  }
}
@media (max-width: 539px) {
  .news-feed-entry {
    position: relative;
  }
  .news-feed-entry .news-feed-image {
    position: relative;
    top: 1em;
  }
  .news-feed-entry .news-feed-headline {
    margin-top: 1.3em;
  }
  .news-feed-entry .news-feed-data {
    position: static;
  }
  .news-feed-entry .news-feed-data .news-feed-entry-info {
    overflow: auto;
    margin-top: 0.5em;
    border-radius: 3px;
    position: absolute;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f7f6f9), color-stop(1, white));
    background-image: -moz-linear-gradient(bottom, #f7f6f9, white);
    background-image: -o-linear-gradient(bottom, #f7f6f9, white);
    background-image: linear-gradient(to right, #f7f6f9, white);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFF7F6F9,
			endColorstr=#FFFFFFFF,
			GradientType=0);
    zoom: 1;
    top: 0px;
    white-space: nowrap;
    width: 100%;
  }
}
@media (max-width: 539px) {
  .news-feed-entry .news-feed-contents, .first-news-feed-entry .news-feed-contents, .news-feed-entry .read-more-link, .first-news-feed-entry .read-more-link {
    display: none;
  }
  .news-feed-entry .news-feed-headline a {
    font-size: 1em;
  }
}
.corner-ribbon {
  width: 200px;
  position: absolute;
  top: 25px;
  right: -60px;
  text-align: center;
  line-height: 40px;
  letter-spacing: -0.3px;
  color: white;
  background-color: #3498db;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  z-index: 1;
}
.corner-ribbon .status {
  margin-top: -8px;
}
.corner-ribbon .details {
  font-size: small;
  margin-top: -26px;
  margin-bottom: -10px;
}
.corner-ribbon ~ .news-feed-headline {
  margin-right: 1.5em;
}
img.pinned-icon {
  position: absolute;
  top: -3px;
  right: -4px;
  width: 48px;
  z-index: 1;
}
.tickerBarContainer {
  border: 1px solid;
  border-radius: 3px;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  background-color: white;
  padding: 1em;
  overflow: hidden;
  position: relative;
  width: 1006px;
  margin: 0.5em 0em;
  padding: 0.5em 0em 0.5em 0.5em;
  border-right-width: 0.5em;
  border-color: orange;
}
.tickerBarContainer .ticker-body {
  margin-left: 1006px;
}
.tickerBarContainer .label {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e69500), color-stop(1, #ffae1a));
  background-image: -moz-linear-gradient(bottom, #e69500, #ffae1a);
  background-image: -o-linear-gradient(bottom, #e69500, #ffae1a);
  background-image: linear-gradient(to bottom, #e69500, #ffae1a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFE59400,
			endColorstr=#FFFFAE19,
			GradientType=0);
  zoom: 1;
  box-shadow: 3px 0px 10px lightgray;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8em;
}
@media (min-width: 720px) {
  .tickerBarContainer .label {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 3px;
    padding: 0.3em;
  }
}
@media (max-width: 719px) {
  .tickerBarContainer .label {
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 0px 0px 3px 0px;
    padding: 0.1em;
  }
}
.tickerBarContainer .tickerBar {
  width: 100%;
  display: inline-block;
  overflow: hidden;
}
.tickerBarContainer .tickerBar .news-item {
  margin-right: 1em;
  margin-left: 1em;
}
.tickerBarContainer .tickerBar .ticker-breaking-news-item {
  color: #e74c3c;
}
.tickerBarContainer .tickerBar .ticker_link {
  font-weight: bold;
}
.breakingNewsTicker {
  border-color: #e74c3c;
  padding-top: 1em;
  padding-bottom: 1em;
}
.breakingNewsTicker .label {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d62c1a), color-stop(1, #e74c3c));
  background-image: -moz-linear-gradient(bottom, #d62c1a, #e74c3c);
  background-image: -o-linear-gradient(bottom, #d62c1a, #e74c3c);
  background-image: linear-gradient(to bottom, #d62c1a, #e74c3c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFD52B1A,
			endColorstr=#FFE74C3C,
			GradientType=0);
  zoom: 1;
}
.breakingNewsTicker .news-item {
  font-size: large;
  font-weight: bold;
}
.levayaBar {
  border-color: #451e88;
}
.levayaBar .label {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #451e88), color-stop(1, #5a27b2));
  background-image: -moz-linear-gradient(bottom, #451e88, #5a27b2);
  background-image: -o-linear-gradient(bottom, #451e88, #5a27b2);
  background-image: linear-gradient(to bottom, #451e88, #5a27b2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF451E88,
			endColorstr=#FF5A27B1,
			GradientType=0);
  zoom: 1;
}
@media (min-width: 720px) {
  .levayaBar .tickerBar {
    margin-left: 8em;
  }
}
.levayaBar .news-item {
  display: inline-block;
  font-weight: bold;
}
@media (max-width: 1023px) {
  .tickerBarContainer {
    width: 684px;
  }
  .tickerBarContainer .ticker-body {
    margin-left: 684px;
  }
}
@media (max-width: 719px) {
  .tickerBarContainer {
    width: 320px;
    padding: 1em 0em;
    border-right-width: 1px;
  }
  .tickerBarContainer .ticker-body {
    margin-left: 320px;
  }
}
.widget, .daily-halacha-widget, .parsha-hashavua-widget {
  border: 1px solid;
  border-radius: 3px;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, orange), color-stop(1, orange, #cc8400, orange));
  background-image: -moz-linear-gradient(bottom, orange, orange, #cc8400, orange);
  background-image: -o-linear-gradient(bottom, orange, orange, #cc8400, orange);
  background-image: linear-gradient(to bottom, orange, orange, #cc8400, orange);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFA500,
			endColorstr=#FFFFA500,
			GradientType=0);
  zoom: 1;
  padding: 0.3em 0.5em 0.5em 0.5em;
  margin: 0.5em 0;
  height: 261px;
}
.widget header, .daily-halacha-widget header, .parsha-hashavua-widget header {
  background-color: orange;
  padding: 0px;
  margin: 0px;
  height: 47px;
}
.widget header .heading, .daily-halacha-widget header .heading, .parsha-hashavua-widget header .heading, .widget header .heading a, .daily-halacha-widget header .heading a, .parsha-hashavua-widget header .heading a {
  color: white;
  font-weight: bold;
  font-size: large;
  text-shadow: 3px 3px 10px #cc8400;
  height: 18px;
  overflow: hidden;
}
.widget header .long-heading, .daily-halacha-widget header .long-heading, .parsha-hashavua-widget header .long-heading, .widget header .long-heading a, .daily-halacha-widget header .long-heading a, .parsha-hashavua-widget header .long-heading a {
  font-size: 14px;
}
.widget header .u-submit a, .daily-halacha-widget header .u-submit a, .parsha-hashavua-widget header .u-submit a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 2px 2px 5px #aaa;
  text-shadow: 1px 1px #1d6fa5;
  font-size: 0.8em;
  border-radius: 3px;
  background: #3498db;
  padding: 3px 10px;
  margin-top: -1px;
  margin-bottom: 2px;
  margin-right: 2px;
  float: right;
  margin-top: initial;
}
.widget header .u-submit a:hover, .daily-halacha-widget header .u-submit a:hover, .parsha-hashavua-widget header .u-submit a:hover {
  background: #2383c4;
  transition: all 0.3s ease;
}
.widget header .u-submit a:active, .daily-halacha-widget header .u-submit a:active, .parsha-hashavua-widget header .u-submit a:active {
  background: #1d6fa5;
  box-shadow: none;
  margin-right: 0px;
  margin-left: 2px;
  margin-top: 0px;
}
.widget header .u-submit a:before, .daily-halacha-widget header .u-submit a:before, .parsha-hashavua-widget header .u-submit a:before {
  content: "U-Submit ";
}
.widget header .more-info a, .daily-halacha-widget header .more-info a, .parsha-hashavua-widget header .more-info a {
  color: white;
  text-shadow: none;
}
.widget header .more-info a:before, .daily-halacha-widget header .more-info a:before, .parsha-hashavua-widget header .more-info a:before {
  content: "More...";
}
.widget section, .daily-halacha-widget section, .parsha-hashavua-widget section {
  background-color: white;
  border-radius: 3px;
  padding: 0.3em;
  margin: 0px;
}
.widget section ul, .daily-halacha-widget section ul, .parsha-hashavua-widget section ul {
  padding: 0px;
  margin: 0px;
}
.widget section li, .daily-halacha-widget section li, .parsha-hashavua-widget section li {
  margin-bottom: 0.3em;
}
.widget section article, .daily-halacha-widget section article, .parsha-hashavua-widget section article {
  margin-bottom: 4em;
}
.widget section, .daily-halacha-widget section, .parsha-hashavua-widget section {
  height: 156px;
}
@media (min-width: 1024px) {
  #main-content .widget {
    display: none;
  }
}
.daily-halacha-widget .ad, .parsha-hashavua-widget .ad {
  margin-top: 0.3em;
}
#todays-events p {
  margin: 0em 0em 0.3em 0em;
}
.kiddush-levana {
  padding: 0.3em 0.3em 0.3em 23px;
  background: left center no-repeat url(../../../images/moon-small.png);
}
.kiddush-levana img {
  width: 20px;
  height: 20px;
}
.kiddush-levana span {
  text-transform: uppercase;
  font-size: small;
  font-weight: bold;
}
.kiddush-levana span span {
  display: inline-block;
}
.stark-ask-the-rabbi-frame {
  border: 1px solid;
  border-radius: 3px;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f0ca00), color-stop(1, #f0ca00, #cc8400, orange));
  background-image: -moz-linear-gradient(bottom, #f0ca00, #f0ca00, #cc8400, orange);
  background-image: -o-linear-gradient(bottom, #f0ca00, #f0ca00, #cc8400, orange);
  background-image: linear-gradient(to bottom, #f0ca00, #f0ca00, #cc8400, orange);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFF0CA00,
			endColorstr=#FFF0CA00,
			GradientType=0);
  zoom: 1;
  text-align: center;
  padding: 0.3em 0.3em 0em 0.3em;
}
.stark-ask-the-rabbi-frame .header {
  font-size: 0.8em;
  text-shadow: 1px 1px #ffa;
  overflow: hidden;
}
.stark-ask-the-rabbi-frame .header p {
  margin-top: 0px;
}
.stark-ask-the-rabbi-frame .collapsed {
  height: 2em;
}
@media (max-width: 539px) {
  .stark-ask-the-rabbi-frame .collapsed {
    height: 3em;
  }
}
.stark-ask-the-rabbi-frame .collapsed p.first span.remainder, .stark-ask-the-rabbi-frame .collapsed p.subsequent {
  display: none;
}
.stark-ask-the-rabbi-frame .collapsed p.first:after {
  content: "... (more)";
  color: #451e88;
}
.stark-ask-the-rabbi-frame .expanded {
  margin-bottom: 0.5em;
}
.stark-ask-the-rabbi-frame .expanded p.first span.remainder, .stark-ask-the-rabbi-frame .expanded p.subsequent {
  display: initial;
}
.stark-ask-the-rabbi-frame .expanded p.first:after {
  content: "";
}
.stark-ask-the-rabbi-frame iframe {
  width: 98%;
  height: 295px;
  border-radius: 3px;
}
#sidebar .stark-ask-the-rabbi-frame {
  display: none;
}
.widget footer, .stark-ask-the-rabbi-frame footer {
  padding: 0px;
  height: 47px;
  margin: 0.3em 0em;
}
.widget footer .ad, .stark-ask-the-rabbi-frame footer .ad {
  margin: 0px;
}
.widget footer img, .stark-ask-the-rabbi-frame footer img {
  width: 522px;
  height: 45px;
}
#sidebar .widget footer img, #sidebar .stark-ask-the-rabbi-frame footer img {
  width: 282px;
}
@media (max-width: 539px) {
  .widget footer img, .stark-ask-the-rabbi-frame footer img {
    width: 282px;
  }
}
#main-content .widget, #main-content .stark-ask-the-rabbi-frame, #main-content .daily-halacha-widget, #main-content .parsha-hashavua-widget {
  margin-top: 1em;
}
#main-content .widget:before, #main-content .stark-ask-the-rabbi-frame:before, #main-content .daily-halacha-widget:before, #main-content .parsha-hashavua-widget:before {
  content: "News Continues Below";
  font-size: 0.8em;
  display: block;
  text-align: center;
  margin-top: -1.8em;
  margin-bottom: 0.3em;
}
.widget section, .stark-ask-the-rabbi-frame section, .daily-halacha-widget section, .parsha-hashavua-widget section {
  position: relative;
  overflow: hidden;
}
.widget section .widget-read-more-button, .stark-ask-the-rabbi-frame section .widget-read-more-button, .daily-halacha-widget section .widget-read-more-button, .parsha-hashavua-widget section .widget-read-more-button {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  width: 100%;
  text-align: center;
  bottom: 0px;
  margin: 0px;
  padding: 100% 0 10px 0;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(0.33333, rgba(255, 255, 255, 0)), color-stop(0.66667, rgba(255, 255, 255, 0)), color-stop(1, #fff));
  background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), #fff);
  background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), #fff);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), #fff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,
			endColorstr=#FFFFFFFF,
			GradientType=0);
  zoom: 1;
}
.widget section .widget-read-more-button span, .stark-ask-the-rabbi-frame section .widget-read-more-button span, .daily-halacha-widget section .widget-read-more-button span, .parsha-hashavua-widget section .widget-read-more-button span {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 2px 2px 5px #aaa;
  text-shadow: 1px 1px #b37400;
  font-size: 0.8em;
  border-radius: 3px;
  background: orange;
  padding: 3px 10px;
  margin-top: -1px;
  margin-bottom: 2px;
  margin-right: 2px;
}
.widget section .widget-read-more-button span:hover, .stark-ask-the-rabbi-frame section .widget-read-more-button span:hover, .daily-halacha-widget section .widget-read-more-button span:hover, .parsha-hashavua-widget section .widget-read-more-button span:hover {
  background: #d68b00;
  transition: all 0.3s ease;
}
.widget section .widget-read-more-button span:active, .stark-ask-the-rabbi-frame section .widget-read-more-button span:active, .daily-halacha-widget section .widget-read-more-button span:active, .parsha-hashavua-widget section .widget-read-more-button span:active {
  background: #b37400;
  box-shadow: none;
  margin-right: 0px;
  margin-left: 2px;
  margin-top: 0px;
}
#WINSBar {
  background-color: white;
  border-radius: 3px;
  border: 1px solid;
  border-radius: 3px;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  width: 100%;
  height: 265px;
  margin: auto;
  overflow: auto;
}
#WINSBar .snowflakes {
  pointer-events: none;
  position: absolute;
  height: 246px;
}
#WINSBar #WINSheader {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #a8cde2), color-stop(1, white));
  background-image: -moz-linear-gradient(bottom, #a8cde2, white);
  background-image: -o-linear-gradient(bottom, #a8cde2, white);
  background-image: linear-gradient(to bottom, #a8cde2, white);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFA8CDE2,
			endColorstr=#FFFFFFFF,
			GradientType=0);
  zoom: 1;
  text-align: justify;
  text-justify: distribute-all-lines;
  height: 130px;
}
#WINSBar #WINSheader > * {
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: auto;
  text-justify: auto;
}
#WINSBar #WINSheader:after {
  content: '';
  width: 100%;
  display: inline-block;
}
@media (max-width: 719px) {
  #WINSBar #WINSheader .wins-logo, #WINSBar #WINSheader .snowflake-icon {
    display: none;
  }
}
@media (max-width: 1023px) {
  #WINSBar #WINSheader .snowflake-icon {
    display: none;
  }
}
#WINSBar #WINSheader .wins-logo img {
  width: 196px;
  height: 130px;
  border-radius: 0px 0px 3px 0px;
}
#WINSBar #WINSheader .snowflake-icon img {
  margin-bottom: -16px;
}
#WINSBar #WINSheader #WINSlabel {
  text-align: center;
  vertical-align: top;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 1px 1px #e1eef5;
}
#WINSBar #WINSheader #WINSlabel span {
  display: inline-block;
}
#WINSBar #WINSheader #WINSlabel span:first-child {
  color: #234f68;
}
#WINSBar #WINSheader #WINSlabel span::first-letter {
  color: #234f68;
}
#WINSBar #WINSheader #WINSlabel .sub-header {
  font-size: 16px;
}
#WINSBar .WINSData .wins-item {
  padding: 0.3em;
}
#WINSBar .WINSData .wins-item + .wins-item {
  border-top: solid 1px #e1eef5;
}
#WINSBar .WINSData .wins-item .wins-name, #WINSBar .WINSData .wins-item .wins-updated {
  margin-right: 0.3em;
  font-size: small;
  text-transform: uppercase;
}
#WINSBar .WINSData .wins-item .wins-name {
  font-weight: bold;
}
#WINSBar .WINSData .wins-item .wins-status {
  text-transform: capitalize;
}
.scrolled section.pageWrapper {
    margin-top: 116px;
}
.homePageSlider {
    height: 270px;
	padding: 10px;
	margin-top: 0.5em;
    border: 1px solid;
    border-radius: 3px;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    background-color: white;
}
.homePageSlider .slick-dots {
	height: 20px;
	overflow: hidden;
}
.homePageSlider .slick-dots li {
    width: 6px;
}
