/*
 * Skeleton V1.2
 * Copyright 2011, Dave Gamache
 * www.getskeleton.com
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 6/20/2012
 */
/* Table of Content ==================================================
 #Site Styles
 #Page Styles
 #Media Queries
 #Font-Face */
/* #Site Styles ================================================== */
@import url(//fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);
html {
  background-image: url(../images/bg-noise.jpg);
}
body {
  background-color: transparent !important;
}
.container {
  font-family: 'PT Sans Narrow';
  font-size: 16px;
}
header {
  font-family: 'PT Sans Narrow';
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'PT Sans Narrow';
  font-weight: bold;
}
h1 {
  font-size: 34px;
  line-height: 15px;
  text-decoration: underline;
}
h2 {
  font-size: 30px;
  line-height: 28px;
}
h3 {
  font-size: 28px;
  line-height: 26px;
}
h4 {
  font-size: 24px;
  line-height: 22px;
}
h5 {
  font-size: 22px;
  line-height: 20px;
}
h6 {
  font-size: 18px;
  line-height: 16px;
}
h1 a,
h2 a,
h3 a,
h4 a {
  text-decoration: none;
}
h1#pagetitle-header,
h2#pagetitle-header {
  font-size: 30px;
  line-height: 28px;
  text-decoration: none;
  margin-bottom: 10px;
}
.blockbox {
  clear: both;
}
.enews-wrapper {
  margin: auto;
}
.whitecontent {
  background-color: #fafcf4;
  background-repeat: no-repeat;
  padding: 15px 15px 15px 15px;
  border-radius: 15px;
}
.layout-head {
  min-height: 108px;
  max-height: 530px;
  -webkit-box-shadow: 3px 3px 25px 0px rgba(0, 0, 0, 0.49);
  -moz-box-shadow: 3px 3px 25px 0px rgba(0, 0, 0, 0.49);
  box-shadow: 3px 3px 25px 0px rgba(0, 0, 0, 0.49);
  margin-bottom: 30px;
}
.layout-head-edit {
  max-height: none;
}
pagetitle-header {
  text-decoration: underline;
}
.menubar {
  position: absolute;
  z-index: 95;
  margin-top: 20px;
  width: 100%;
  height: 88px;
  background-color: rgba(22, 63, 88, 0.75);
}
.menubar .contents {
  width: 980px;
  margin: 0px auto;
  color: #ffffff;
  position: relative;
}
.menubar .logo {
  float: left;
}
.menubar .donate {
  background: #EC3525;
  border-radius: 0px 0px 10px 10px;
  position: absolute;
  top: -20px;
  right: 0px;
  width: 230px;
  height: 55px;
  float: right;
}
.menubar .donate a {
  color: #fff;
}
.menubar .donate .icon {
  float: left;
  padding-right: 15px;
  width: 35px;
}
.menubar .donate .icon img {
  max-width: 100%;
}
.menubar .donate .label {
  float: left;
  padding-top: 9px;
  color: #f1e6d9;
}
.menubar .menu {
  float: right;
  text-align: right;
  padding-top: 45px;
}
.menubar .menu div {
  display: inline-block;
  white-space: nowrap;
  width: 540px;
}
.menubar .menu span {
  display: inline-block;
  padding: 0px 3px 0px 5px;
  position: relative;
  top: -2px;
}
.menubar .sf-menu li {
  background-color: transparent !important;
  border-width: 0px;
  margin-bottom: 0px;
  text-align: left;
}
.menubar .sf-menu li li {
  background-color: rgba(22, 63, 88, 0.75) !important;
  border-width: 0px;
  margin-bottom: 0px;
}
.menubar .sf-menu .ccm-spacer {
  display: none;
}
.menubar a {
  text-decoration: none;
  color: #ffffff;
}
.menubar a:hover {
  text-decoration: underline;
}
.menu.edit {
  display: none;
}
.slicknav_menu {
  display: none;
}
#mobile-menu {
  display: none;
}
.breadcrumbs {
  margin-top: -6px;
  font-size: 0.9em;
}
h3.acc_trigger {
  position: relative;
  padding: 0px 10px;
  margin: 0px;
  height: 30px;
  line-height: 30px;
  font-size: 2em;
  font-weight: normal;
  background-color: #666;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.2, #314349), color-stop(0.57, #252626));
  background-image: -moz-linear-gradient(center bottom, #4d4d4d 20%, #252626 57%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 5px;
  font-size: 1em;
  font-weight: bold;
}
.layout-head .image {
  margin: 0px auto;
  max-width: 140%;
  display: block;
}
.layout-head .hero {
  height: 100%;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.65);
}
.layout-head .hero h3 {
  color: #e11f28;
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
  width: 210px;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}
.layout-head .hero.edit {
  position: relative;
  padding-top: 120px;
}
.layout-head .hero .area {
  max-width: 960px;
  margin: 0px auto;
}
.layout-head .hero .contents {
  position: relative;
  top: 70px;
  left: 100px;
  width: 280px;
  color: #ffffff;
  text-transform: uppercase;
}
.layout-head .hero a {
  text-decoration: none;
}
.layout-head .hero a:hover {
  text-decoration: underline;
}
.layout-head .hero a.learn-more {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  color: #e11f28;
}
.layout-head .hero a.learn-more:hover {
  text-decoration: underline;
}
.layout-head .hero .slide {
  background-size: cover;
  padding-top: 40%;
  background-position: center top;
  box-sizing: border-box;
  height: 100%;
}
.layout-head .hero .fixslide {
  display: block;
  margin: -30% auto 0 auto;
  width: 50%;
  box-sizing: border-box;
  height: 1px;
  overflow: visible;
}
.layout-head .hero .fixslide .support1 {
  display: block;
  float: right;
  color: #FFF;
  font-size: 34px;
  line-height: 34px;
  width: 240px;
  font-weight: bold;
  text-align: right;
  margin-top: -3%;
}
.layout-head .hero .fixslide .support1 a {
  color: #FFF;
}
.layout-head .hero .fixslide .support2 {
  font-size: 34px;
  line-height: 34px;
  margin-top: 26%;
  display: block;
  float: left;
  color: #FFF;
  width: 250px;
  font-weight: bold;
}
.layout-head .hero .fixslide .support2 a {
  color: #FFF;
}
.layout-head .hero .fixslide .slideheader {
  font-size: 35px;
}
.layout-head .hero .ccm-layout-wrapper {
  margin: 0 auto !important;
}
.layout-body {
  background-repeat: repeat;
  color: #444444;
  min-height: 100px;
}
#ecardview {
  clear: both;
}
.shelter .mainimage img {
  -webkit-border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
  -webkit-box-shadow: 3px 3px 25px 0px rgba(0, 0, 0, 0.49);
  -moz-box-shadow: 3px 3px 25px 0px rgba(0, 0, 0, 0.49);
  box-shadow: 3px 3px 25px 0px rgba(0, 0, 0, 0.49);
}
.shelter h6 {
  padding: 5px 0;
}
.join-cause {
  position: absolute;
  width: 100%;
  height: 0px;
}
.join-cause .area {
  position: relative;
  top: -26px;
  left: -5px;
  width: 310px;
  margin: 0px auto;
}
.join-cause .join-button {
  color: #fff;
  background-color: #e11f28;
  background-image: url(../images/bg-join.jpg);
  background-repeat: repeat-x;
  height: 53px;
  padding: 0px 20px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  overflow: hidden;
  -webkit-box-shadow: 3px 3px 25px 0px rgba(0, 0, 0, 0.49);
  -moz-box-shadow: 3px 3px 25px 0px rgba(0, 0, 0, 0.49);
  box-shadow: 3px 3px 25px 0px rgba(0, 0, 0, 0.49);
}
.join-cause .icon {
  float: left;
  padding-top: 4px;
}
.join-cause .label {
  float: left;
  padding: 15px 0px 0px 16px;
  font-family: 'PT Sans Narrow';
  font-size: 34px;
  font-weight: bold;
}
.joincausebutton {
  text-align: center;
  margin-top: 20px;
}
#fbstream {
  width: 799px;
  margin: 0 auto;
}
#fbstream-tab {
  width: 599px;
  margin: 0 auto;
  display: none;
}
#fbstream-mobile {
  width: 299px;
  margin: 0 auto;
  display: none;
}
.microadwrap {
  display: block;
  margin-bottom: 14%;
}
.ads {
  padding-top: 70px;
}
.ad-box {
  position: relative;
  width: 100%;
  max-width: 300px;
  height: 395px;
  margin-bottom: 20px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 3px 3px 25px 0px rgba(0, 0, 0, 0.49);
  -moz-box-shadow: 3px 3px 25px 0px rgba(0, 0, 0, 0.49);
  box-shadow: 3px 3px 25px 0px rgba(0, 0, 0, 0.49);
}
.ad-box .info {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-color: rgba(22, 63, 88, 0.75);
  color: #fff;
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
}
.ad-box .info .label {
  padding: 10px 10px 0px 10px;
  color: #FFF;
  text-transform: uppercase;
}
.ad-box .info .desc {
  margin-right: 86px;
  margin-left: 10px;
  margin-bottom: 5px;
  display: block;
}
.ad-box h5 {
  color: #fff;
}
.ad-box .more-info {
  position: absolute;
  z-index: 100;
  bottom: 0px;
  right: 0px;
  padding: 4px 7px 5px 7px;
  background-color: #e11f28;
  color: #fff;
  font-size: 16px;
  font-family: 'PT Sans Narrow';
  cursor: pointer;
  -webkit-border-radius: 0 0 7px 0;
  -moz-border-radius: 0 0 7px 0;
  border-radius: 0 0 7px 0;
}
.ad-box .more-info:hover {
  text-decoration: underline;
}
/*square*/
.ad-box-square {
  position: relative;
  width: 100%;
  max-width: 320px;
  height: 230px;
  margin-bottom: 20px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 3px 3px 25px 0px rgba(0, 0, 0, 0.49);
  -moz-box-shadow: 3px 3px 25px 0px rgba(0, 0, 0, 0.49);
  box-shadow: 3px 3px 25px 0px rgba(0, 0, 0, 0.49);
  background-size: 110% 110%;
}
.ad-box-square .info {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-color: rgba(22, 63, 88, 0.75);
  color: #fff;
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
}
.ad-box-square .info .label {
  padding: 10px 0 0px 10px;
  color: #FFF;
  text-transform: uppercase;
}
.ad-box-square .info .desc {
  margin-right: 86px;
  margin-left: 10px;
  margin-bottom: 5px;
  display: block;
}
.ad-box-square h5 {
  color: #fff;
}
.ad-box-square .more-info {
  position: absolute;
  z-index: 100;
  bottom: 0px;
  right: 0px;
  padding: 4px 7px 5px 7px;
  background-color: #e11f28;
  color: #fff;
  font-size: 16px;
  font-family: 'PT Sans Narrow';
  cursor: pointer;
  -webkit-border-radius: 0 0 7px 0;
  -moz-border-radius: 0 0 7px 0;
  border-radius: 0 0 7px 0;
}
.ad-box-square .more-info:hover {
  text-decoration: underline;
}
.social-icons {
  width: 225px;
  height: 75px;
  margin: 0px auto;
  padding: 10px 0px 0px 0px;
}
.social-icons .icon {
  float: left;
  margin-right: 24px;
}
.social-icons .icon:last-child {
  margin-right: 0px;
}
.social-icons .icon-b {
  display: none;
}
.layout-foot {
  background-color: #163f58;
  padding: 0px 10px;
  color: #ffffff;
  min-height: 100px;
}
.awards {
  width: 300px;
  height: 115px;
  margin: 0px auto;
  padding-top: 20px;
}
.awards div {
  float: left;
}
.awards div:first-child {
  padding-right: 20px;
}
.layout-foot .search {
  width: 510px;
  height: 70px;
  margin: 0px auto;
}
.layout-foot .need-help {
  float: left;
  padding: 5px 8px 0px 0px;
  font-size: 15px;
}
.layout-foot .search-text {
  float: left;
  height: 28px;
  background-color: #babcbd;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.layout-foot .search-text input {
  background-color: transparent;
  color: #333;
  border: 0px none;
  padding: 4px 10px 4px 10px;
  font-size: 17px;
  width: 220px;
}
.layout-foot .search-button {
  float: left;
  padding-left: 10px;
}
.layout-foot .search-button .button-b {
  display: none;
}
.layout-foot .links,
.layout-foot .terms {
  width: 100%;
  text-align: center;
  padding-top: 5px;
  color: #fff;
  font-size: 15px;
}
.layout-foot .links span,
.layout-foot .terms span {
  display: inline-block;
  padding-right: 10px;
}
.layout-foot .links a:link,
.layout-foot .links a:visited,
.layout-foot .terms a:link {
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
.layout-foot .links a:hover,
.layout-foot .terms a:hover {
  text-decoration: underline;
}
.layout-foot .links li {
  display: inline-block;
  margin-left: 10px;
}
.layout-foot .copyright {
  width: 100%;
  font-size: 12px;
  text-align: center;
  padding: 10px 0px 20px 0px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.clear {
  clear: both;
}
.custom.mychannel {
  background: #000;
  width: 100% !important;
  box-sizing: border-box;
}
.custom .videos .title {
  border: 1px solid #222;
}
.custom .title .video-title {
  color: #FFF;
  background-color: #222;
}
.custom .showVideoPanel a {
  color: #FFF;
}
#socialconnect-foot {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}
/* #Popup Styles */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 0px;
  width: auto;
  margin: 20px auto;
  box-sizing: border-box;
}
@media (min-width: 750px) {
  .white-popup {
    max-width: 80%;
    width: 1200px;
  }
}
#SPCAI_Signup_Lightbox_Container .col-1 {
  float: left;
  width: 50%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 900px) {
  #SPCAI_Signup_Lightbox_Container .col-1 {
    width: 100%;
    overflow: hidden;
  }
  #SPCAI_Signup_Lightbox_Container .col-1:before {
    content: " ";
    width: 100%;
    height: 800px;
    background: #000;
    opacity: 0.5;
    display: block;
    position: absolute;
    z-index: 1;
  }
  #SPCAI_Signup_Lightbox_Container .col-1 img {
    position: absolute;
    top: 0px;
    z-index: 0;
  }
  #SPCAI_Signup_Lightbox_Container .col-1 .inner {
    display: block!important;
    position: relative;
    z-index: 1;
    padding: 4vw;
  }
  #SPCAI_Signup_Lightbox_Container .col-1 .inner h2 {
    line-height: 115%;
    font-weight: 500;
    color: #fff;
    font-size: 10vw;
  }
  #SPCAI_Signup_Lightbox_Container .col-1 .inner p {
    font-size: 4vw;
    line-height: 145%;
    color: #CCCCCC;
  }
}
#SPCAI_Signup_Lightbox_Container .col-1 img {
  display: block;
  min-height: 440px;
  width: 100%;
  min-width: 480px;
}
#SPCAI_Signup_Lightbox_Container .col-2 {
  float: left;
  width: 50%;
  position: relative;
}
@media (max-width: 900px) {
  #SPCAI_Signup_Lightbox_Container .col-2 {
    width: 100%;
  }
  #SPCAI_Signup_Lightbox_Container .col-2 .inner h2 {
    display: none;
  }
  #SPCAI_Signup_Lightbox_Container .col-2 .inner p {
    display: none;
  }
  #SPCAI_Signup_Lightbox_Container .col-2 .inner form input {
    font-size: 18px!important;
  }
}
#SPCAI_Signup_Lightbox_Container .col-2 .inner {
  padding: 4vw 4vw 0px 4vw;
}
@media (min-width: 1500px) {
  #SPCAI_Signup_Lightbox_Container .col-2 .inner {
    padding: 4rem 4rem 0px 4rem;
  }
}
#SPCAI_Signup_Lightbox_Container .col-2 .inner h2 {
  font-size: 3vw;
  line-height: 115%;
  font-weight: 500;
  font-family: sans-serif;
}
@media (min-width: 1500px) {
  #SPCAI_Signup_Lightbox_Container .col-2 .inner h2 {
    font-size: 3rem;
  }
}
#SPCAI_Signup_Lightbox_Container .col-2 .inner p.lead-text {
  font-size: 1.5vw;
  line-height: 135%;
  color: #999999;
}
@media (min-width: 1500px) {
  #SPCAI_Signup_Lightbox_Container .col-2 .inner p.lead-text {
    font-size: 1.5rem;
  }
}
#SPCAI_Signup_Lightbox_Container .col-2 .inner form {
  margin-bottom: 0px;
}
#SPCAI_Signup_Lightbox_Container .col-2 .inner form input {
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
  font-size: 1.5vw;
  font-weight: 100;
  border-radius: 5px;
  border: 1px solid #ccc;
}
@media (min-width: 1500px) {
  #SPCAI_Signup_Lightbox_Container .col-2 .inner form input {
    font-size: 1.5rem;
  }
}
#SPCAI_Signup_Lightbox_Container .col-2 .inner form input[type="submit"] {
  background: #F42B00;
  color: #fff;
  border: none;
  text-shadow: none;
}
#SPCAI_Signup_Lightbox_Container .col-2 .inner form .field {
  margin-bottom: 10px;
}
#SPCAI_Signup_Lightbox_Container .col-2 .inner form .fieldwrap .fieldsplit {
  width: 49%;
  display: inline-block;
}
#SPCAI_Signup_Lightbox_Container .col-2 .inner form .fieldwrap .fieldsplit:last-child {
  float: right;
}
#HTMLBlock3437 {
  display: none;
}
/* #Page Styles
 ================================================== */
#sibling-nav {
  padding-top: 20px;
  clear: both;
}
/* #Bug Fixes
 *
 */
#recaptcha_area,
#recaptcha_table {
  height: 130px;
  overflow: hidden;
}
.recaptcha_input_area {
  margin-top: -11px !important;
  padding-top: 11px !important;
}
.crumbs li a,
.crumbs li a:link,
.crumbs li a:visited {
  font-size: 30px!important;
  padding: 5px 17px 10px 25px!important;
  font-weight: bold!important;
}
.ccm-form-wizardry-error-table-cell {
  padding: 5px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #F00;
}
#ccm-form-wizardry-error-table {
  width: 50%!important;
  margin: auto!important;
}
.mfp-title {
  display: none !important;
}
/* #Media Queries
 ================================================== */
@media only screen and (max-width: 1350px) {
  .layout-head .hero .fixslide .support1 {
    margin-top: 3%;
  }
  .layout-head .hero .fixslide .support2 {
    margin-top: 35%;
  }
}
@media only screen and (max-width: 1010px) {
  .menubar .contents {
    width: 100%;
  }
  /* Slide Fix */
  .layout-head .hero .slide {
    background-size: cover;
  }
  .layout-head .hero .fixslide {
    margin-top: -25%;
  }
  .layout-head .hero .fixslide .slideheader {
    font-size: 20px;
    line-height: 20px;
  }
  .layout-head .hero .fixslide .support1 {
    font-size: 34px;
    line-height: 34px;
  }
  .layout-head .hero .fixslide .support2 {
    margin-top: 18%;
    font-size: 34px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 950px) {
  .layout-head .hero .contents {
    left: 50px;
  }
  /* Slide Fix */
  .layout-head .hero .slide {
    background-size: cover;
  }
  .layout-head .hero .fixslide {
    font-size: 10px;
    line-height: 10px;
  }
  .layout-head .hero .fixslide .slideheader {
    font-size: 20px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 900px) {
  h1 {
    font-size: 44px;
    line-height: 40px;
  }
  h2 {
    font-size: 36px;
    line-height: 34px;
  }
  h3 {
    font-size: 32px;
    line-height: 30px;
  }
  h4 {
    font-size: 26px;
    line-height: 24px;
  }
  h5 {
    font-size: 20px;
    line-height: 18px;
  }
  h6 {
    font-size: 18px;
    line-height: 16px;
  }
  .menubar .menu {
    display: none;
  }
  .slicknav_menu {
    display: block;
  }
  .layout-head .hero {
    top: 70px;
  }
  .layout-head .hero.edit {
    position: relative;
    padding-top: 100px;
  }
  .menubar {
    margin-top: 50px;
    background-color: #163f58;
    height: auto;
    position: relative;
    padding-bottom: 15px;
  }
  .layout-head .image {
    margin-top: 0px;
  }
  .menubar .donate {
    background: none;
    border-radius: 0px;
    position: relative;
    top: 0px;
    border-radius: 10px;
  }
  /* Concrete 5 Columns Responsive Fix */
  div.ccm-layout-col[style] {
    width: 100% !important;
  }
  /* Slide Fix */
  .layout-head .hero .slide {
    background-size: 175%;
    background-position: 23% 40%;
  }
  .layout-head .hero .fixslide {
    font-size: 13px;
    line-height: 10px;
    width: 50%;
    margin-top: -30%;
  }
  .layout-head .hero .fixslide .slideheader {
    font-size: 18px;
    line-height: 18px;
  }
  .layout-head .hero .fixslide p {
    margin: 0 0 10px 0;
  }
  #fbstream-tab {
    display: block;
  }
  #fbstream {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  .menubar {
    margin-top: 0px !important;
    background-color: #163f58;
    height: auto;
    position: relative;
    padding-bottom: 15px;
    top: 50px;
  }
  .layout-head .image {
    margin-top: 0px;
  }
  .menubar .donate {
    position: relative;
    top: 0px;
    border-radius: 10px;
  }
  /* Concrete 5 Columns Responsive Fix */
  div.ccm-layout-col[style] {
    width: 100% !important;
  }
  /* Slide Fix */
  .layout-head .hero .slide {
    background-size: 175%;
    background-position: 23% 40%;
  }
  .layout-head .hero .fixslide .slideheader {
    font-size: 18px;
    line-height: 18px;
  }
  .layout-head .hero .fixslide p {
    margin: 0 0 10px 0;
  }
  .layout-head .hero .fixslide .support1 {
    font-size: 30px;
    line-height: 30px;
  }
  .layout-head .hero .fixslide .support2 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 580px) {
  .layout-foot .search {
    width: 240px;
    height: 170px;
    margin: 0px auto;
  }
  .layout-foot .need-help {
    float: none;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
  }
  .layout-foot .search-text {
    float: none;
  }
  .layout-foot .search-button {
    float: right;
    padding-top: 10px;
  }
  #fbstream-tab {
    display: none;
  }
  #fbstream {
    display: none;
  }
  #fbstream-mobile {
    display: block;
  }
}
@media only screen and (max-width: 570px) {
  .layout-head .hero {
    top: 50px;
  }
  .layout-head .hero.edit {
    position: relative;
    padding-top: 100px;
  }
  .layout-head .hero .contents {
    left: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .menubbar {
    padding-bottom: 5px;
  }
  .menubar .logo {
    width: 314px;
    float: none;
    margin: 0px auto;
  }
  .menubar .donate {
    float: none;
    margin: 0px auto;
  }
  .layout-head .hero {
    position: relative;
    padding-top: 50px;
    top: 0px;
  }
  .layout-head .hero.edit {
    position: relative;
    padding-top: 100px;
  }
  .layout-head .hero .contents {
    top: 20px;
    width: 90%;
  }
  .layout-head .image {
    margin-top: 40px;
  }
  .layout-head {
    /*max-height: 580px;*/
  }
  .layout-head .hero .fixslide {
    margin-top: -39%;
  }
  .layout-head .hero .fixslide .slideheader {
    font-size: 18px;
    line-height: 18px;
  }
  .layout-head .hero .fixslide .support1 {
    font-size: 22px;
    line-height: 22px;
    margin-left: 1%;
  }
  .layout-head .hero .fixslide .support2 {
    margin-left: -15%;
    font-size: 22px;
    line-height: 22px;
  }
}
/* Smaller than standard 960 (devices and browsers) */
/* Tablet Portrait size to standard 960 (devices and browsers) */
/* All Mobile Sizes (devices and browser) */
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
/* #Font-Face
 ================================================== */
/* 	This is the proper syntax for an @font-face file
 Just create a "fonts" folder at the root,
 copy your FontName into code below and remove
 comment brackets */
/*	@font-face {
 font-family: 'FontName';
 src: url('../fonts/FontName.eot');
 src: url('../fonts/FontName.eot?iefix') format('eot'),
 url('../fonts/FontName.woff') format('woff'),
 url('../fonts/FontName.ttf') format('truetype'),
 url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
 font-weight: normal;
 font-style: normal; }
 */
