/** main.css **/
html, body {
  width: 100%;
  height: 100%;
  border: 0px;
  margin: 0px;
  padding: 0px;
  color: #000000;
  font-family: Arial;
  background-color: #ffffff; }
  html *:focus, body *:focus {
    outline: 0; }

a {
  font-variant: small-caps; }

#wrapper {
  width: 100%;
  height: 100%; }

#container {
  width: 100%;
  height: 100%; }

#header {
  width: 100%;
  height: 100px;
  background-color: #021C54;
  padding: 10px 0;
  background: url("/images/eruv-headers/manhattan.jpg") no-repeat 0 30%;
  background-size: cover; }

#eruvworld-logo {
  width: 60px;
  position: fixed;
  top: 0px;
  right: 0; }
  #eruvworld-logo img {
    width: 100%; }

#page-title {
  width: 100%;
  height: 50px;
  /*    background-color: $dark-blue;*/
  color: #ffffff;
  font-weight: bold;
  font-size: 100px;
  font-family: verdana;
  font-variant: small-caps;
  /*    float: left;*/
  /*    margin: auto;*/
  /*    margin-left: 30px;*/
  /*    margin-top: 30px;*/
  text-shadow: 0px 0px 150px #021C54;
  text-align: center; }
  @media only screen and (max-width: 450px) {
    #page-title {
      font-size: 10vw;
      padding-top: 14vw;
      text-shadow: 0px 0px 5px #021C54; } }

#subheader {
  width: 100%;
  height: 40px;
  background-color: #021C54;
  color: #ffffff;
  text-align: center;
  font-variant: small-caps; }
  #subheader #search-box {
    background-color: #ffffff;
    width: 200px;
    height: 100%;
    float: left;
    display: block;
    margin-left: 20px; }
    #subheader #search-box #search-icon {
      width: 20%;
      height: 100%;
      background: url("/images/search.png");
      background-size: cover;
      float: left; }
    #subheader #search-box form {
      float: left;
      width: 80%;
      height: 100%;
      color: #021C54;
      border: none;
      margin: 0;
      padding: 0; }
      #subheader #search-box form input#zip_search {
        width: 70%;
        height: 100%;
        border: none;
        display: block;
        float: left;
        color: #021C54;
        font-size: 16px;
        margin: 0;
        padding: 0px; }
      #subheader #search-box form input#submit-search {
        width: 30%;
        height: 100%;
        border: none;
        background-color: #153270;
        color: #DDE8FF;
        font-size: 16px;
        cursor: pointer;
        font-variant: small-caps; }
        #subheader #search-box form input#submit-search:hover {
          color: #ffffff; }
  #subheader #navigation {
    text-align: right; }
    #subheader #navigation ul {
      margin: 0 auto;
      padding: 0;
      font-weight: lighter;
      float: right;
      margin-right: 5%;
      margin-top: 10px;
      margin-bottom: 10px; }
      #subheader #navigation ul li {
        display: inline;
        width: 60px;
        margin-left: 20px; }
        #subheader #navigation ul li a {
          cursor: pointer;
          color: #DDE8FF;
          text-decoration: none; }
          #subheader #navigation ul li a:hover {
            color: #ffffff; }

#middle {
  width: 100%; }

#left {
  width: 200px;
  height: 100%;
  background-color: #021C54;
  color: #ffffff;
  float: left;
  padding: 10px; }

.card {
  width: 100%;
  float: left;
  padding: 5px;
  margin: 2px;
  font-size: 16px;
  font-family: Verdana;
  color: #021C54; }
  .card h2 {
    color: #021C54;
    font-size: 30px;
    font-weight: bold;
    font-family: Verdana;
    text-align: center;
    margin: 0px 0 30px; }
  .card a {
    color: #021C54; }

@media only screen and (max-width: 450px) {
  #status-card {
    text-align: center; } }

#status-card #status-image {
  height: 135px;
  display: block;
  float: left; }
  @media only screen and (max-width: 450px) {
    #status-card #status-image {
      display: inline;
      float: none; } }

#status-card #status-text {
  float: left; }
  @media only screen and (max-width: 450px) {
    #status-card #status-text {
      float: none; } }

#status-card #status-word {
  color: #0af446; }

#status-card button {
  background-color: #021C54;
  border: none;
  color: #DDE8FF;
  font-size: 16px;
  padding: 12px;
  font-variant: small-caps;
  cursor: pointer;
  margin-top: 8px; }
  #status-card button:hover {
    color: #ffffff; }

#youcaring-widget {
  text-align: center; }

.content {
  width: calc(100% - 10%);
  float: left;
  color: #333333;
  padding: 10px;
  margin: 0 5%;
  background-color: #ffffff; }
  .content .content-left {
    width: 46%;
    height: 96%;
    float: left;
    margin: 70px 2%; }
    @media only screen and (max-width: 450px) {
      .content .content-left {
        width: calc( 100% - 20px);
        margin: 30px 0 0; } }
  .content .content-right {
    width: 46%;
    height: 96%;
    float: left;
    margin: 70px 2%; }
    @media only screen and (max-width: 450px) {
      .content .content-right {
        width: calc( 100% - 20px);
        margin: 30px 0 0; } }
  .content#map-content {
    background-color: #153270;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center; }
    .content#map-content .card {
      color: #021C54;
      padding: 0;
      margin: 0; }
      .content#map-content .card h2 {
        color: #DDE8FF; }
  .content #pdf-map {
    width: 100vw;
    height: calc( 100vw * 18/9);
    max-width: 900px;
    max-height: calc( 900px * 18/9);
    margin: auto; }
    .content #pdf-map embed {
      width: 100%;
      height: 100%; }
  .content#content-read-more {
    background-color: #153270;
    width: 100%;
    margin: 0;
    padding: 60px 0;
    text-align: center; }
    .content#content-read-more .card {
      color: #DDE8FF;
      padding: 0;
      margin: 0; }
      .content#content-read-more .card h2 {
        color: #DDE8FF; }
    .content#content-read-more a {
      color: #DDE8FF; }

#right {
  width: 200px;
  height: 100%;
  background-color: #021C54;
  color: #ffffff;
  float: left;
  padding: 10px; }

#footer-wrapper {
  width: 100%;
  height: 20px;
  background-color: #021C54;
  padding: 10px 0;
  float: left; }

#footer {
  width: 100%;
  height: 30px;
  background-color: #021C54;
  color: #ffffff;
  text-align: center; }
  #footer #powered-by {
    font-variant: small-caps;
    color: #DDE8FF; }
    #footer #powered-by:hover {
      color: #ffffff;
      cursor: pointer; }
    #footer #powered-by a {
      color: #DDE8FF; }
      #footer #powered-by a:hover {
        color: #ffffff;
        cursor: pointer; }

/*# sourceMappingURL=main.css.map */