body {
  font-family: 'Open Sans',sans-serif; }

p {
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 9.5px;
  line-height: 1.714em;
  color: #555555;
  -webkit-font-smoothing: antialiased; }

.causes-section {
  position: relative;
  padding: 50px 0px 0px; }

.two-column-fluid .dark-column:before {
  background: rgba(37, 41, 47, 0.73); }

.main-header {
  background: #eef2f3;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #eef2f3, #eef2f3);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #eef2f3, #eef2f3);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }
  .main-header .header-upper {
    position: relative;
    color: #37474F;
    padding: 1px 0px; }
    .main-header .header-upper .info-box strong {
      position: relative;
      display: block;
      color: #630700; }
    .main-header .header-upper .info-box a {
      position: relative;
      color: #630700;
      font-weight: 600; }
    .main-header .header-upper .info-box .phone {
      font-size: 14px;
      color: #630700; }
    .main-header .header-upper .icon {
      position: absolute;
      left: 0px;
      top: 15px;
      line-height: 50px;
      font-size: 32px;
      color: #630700 !important; }
  .main-header .header-lower {
    background: #630700;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #630700, 66%, #630700);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #630700, 66%, #630700);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }
  .main-header .main-menu .navigation > li > ul > li:hover > a {
    color: #ddd; }

.fixed-header .header-lower {
  position: fixed;
  padding: 0px !important;
  background: #3A6073;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #3a6073, #607d8b);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #3a6073, #607d8b);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  -webkit-box-shadow: 1px 6px 10px -4px #999;
  -moz-box-shadow: 1px 6px 10px -4px #999;
  box-shadow: 1px 6px 10px -4px #999; }

.main-menu .navigation > li:hover > a, .main-menu .navigation > li.current > a, .main-menu .navigation > li.current-menu-item > a {
  color: #eee;
  opacity: 1; }

.main-header .header-lower .outer-box {
  padding: 0; }

.main-menu {
  float: none;
  padding: 1px 0; }
  .main-menu .navbar-brand {
    padding: 0; }
  .main-menu .navigation > li > ul {
    background: #7A2814; }

.fixed-header .navigation > li > ul {
  background: #607D8B; }

.main-footer {
  margin-top: 50px;
  background-color: rgba(52, 52, 52, 0.28) !important; }
  .main-footer:before {
    background: #517181;
    -webkit-box-shadow: 0px 0px 15px 2px #78909C;
    -moz-box-shadow: 0px 0px 15px 2px #78909C;
    box-shadow: 0px 0px 15px 2px #78909C; }
  .main-footer .footer-bottom {
    background: #455A64; }
  .main-footer p {
    margin-bottom: 0;
    color: #fff;
    line-height: 23px; }

.footer-upper .links-widget li {
  margin-bottom: 5px;
  padding: 5px 0;
  border-bottom: 1px solid #E0E0E0; }
  .footer-upper .links-widget li a {
    color: #fff;
    letter-spacing: 1px; }
    .footer-upper .links-widget li a:hover {
      color: #ddd; }

.main-footer .contact-info li {
  color: #fff; }

.p-first {
  color: #ddd; }
  @media (min-width: 320px) {
    .p-first {
      text-align: center; } }
  @media (min-width: 768px) {
    .p-first {
      text-align: left; } }

.p-last {
  color: #ddd; }
  .p-last a {
    color: #ddd; }
  @media (min-width: 320px) {
    .p-last {
      text-align: center; } }
  @media (min-width: 768px) {
    .p-last {
      text-align: right; } }

footer textarea {
  resize: none; }

.become-volunteer .content-column .pattern-layer {
  background: #0a432e url(../images/background/map-pattern.png) center center no-repeat;
  opacity: 0.95; }

.urgent-cause:before {
  background: rgba(255, 255, 255, 0.89);
  opacity: 0.95; }
