    /* GLOBAL STYLES
    -------------------------------------------------- */
    /* Padding below the footer and lighter body text */

    body {
      padding-bottom: 40px;
      color: #5a5a5a;
      background-image: url('../img/background.jpg');
    }

    h1 {
      font-family: Times, Arial;
      font-size: 1.6em;
      font-style: italic;
      font-weight: 100;
      line-height: 1.35;
    }

    h2 {
      font-family: Times, Arial;
      font-size: 1.4em;
      font-style: italic;
      font-weight: 100;
      line-height: 1.35;
    }

    h3 {
      font-family: Times, Arial;
      font-size: 1.3em;
      font-style: italic;
      font-weight: 100;
      line-height: 1em;
      margin: 15px 0 5px;
    }
    h6 {
      font-family: "Montserrat", Helvetica;
      font-size: .7em;
      line-height: 1em;
      margin: 0;
    }

    .container {
      width: 1000px;
    }

    a {
      color: #ff3333;
      font-family: "Montserrat", Helvetica;
      font-weight: normal;
      font-size: .95em;
    }

    a:hover, a:focus {
      color: #333333;
      text-decoration: none;
    }

    input[type="text"],
    input[type="search"],
    input[type="email"],
    input[type="password"],
    input[type="tel"],
    textarea {
      -webkit-border-radius: 0px;
         -moz-border-radius: 0px;
              border-radius: 0px;
      padding: 3px 8px;
      height: 19px;
      margin: 0px;
      background: #f4f4f4;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#e7e5e5'); /* for IE */
      background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#e7e5e5)); /* for webkit browsers */
      background: -moz-linear-gradient(top,  #f4f4f4,  #e7e5e5); /* for firefox 3.6+ */
      border: 1px solid #cbcbcb;
    }

    input[type="submit"] {
      border-top: 2px solid #ff9595;
      border-left: 2px solid #ff5656;
      border-right: 2px solid #ffbfbf;
      border-bottom: 2px solid #ff5656;
      padding: 6px 33px;
      font-size: 1.2em;
      background-color: #ff6666;
      font-family: 'Montserrat', Helvetica;
      letter-spacing: .1em;
      color: #ffffff;
    }

    /* CUSTOMIZE THE NAVBAR
    -------------------------------------------------- */

    /* Special class on .container surrounding .navbar, used for positioning it into place. */
    .navbar {
      margin-bottom: 0px;
    }
    .navbar-wrapper {
      position: relative;
      top: 0;
      left: 0;
      right: 0;
      z-index: 10;
    }
    .navbar-wrapper .container.header {
      background-color: #322d2d;
      height: 80px;
    }
    .navbar-wrapper .logo {
      background: transparent url('../img/logo.png') no-repeat;
      color: white;
      float: left;
      width: 375px;
      height: 61px;
      margin-left: 35px;
      margin-top: 10px;
    }
    .navbar-wrapper .logo-title {
      float: right;
      font-family: 'Montserrat', Helvetica;
      font-size: 18px;
      margin-top: 20px;
    }
    .navbar-wrapper .tel {
      float: right;
      font-family: 'Montserrat', Helvetica;
      font-size: 1em;
      color: white;
      margin-top: 14px;
      margin-right: 35px;
    }
    .navbar-wrapper .form-search {
      float: right;
      clear: right;
      margin-right: 35px;
      margin-bottom: 0px;
      padding-top: 10px;
    }
    .navbar-wrapper .form-search button, .navbar-wrapper .form-search input  {
      font-family: 'Montserrat', Helvetica;
      font-size: .9em;
      border: none;
    }
    .navbar-wrapper .form-search button {
      height: 25px;
      margin-left: -4px;
    }
    .navbar-wrapper .form-search button {
      color: white;
      background-color: #6699cc;
      width: 35px;
    }
    .navbar-wrapper .container.header {
      height: 80px;
    }

    /* Remove border and change up box shadow for more contrast */
    .navbar .navbar-inner {
      min-height: 50px;
      background-color: white !important;
      background-image: none;
      border: 0;
      clear: both;
      filter: ;
      -webkit-border-radius: 0px;
         -moz-border-radius: 0px;
              border-radius: 0px;
    }

    .navbar-inverse .nav {
      padding-top: 9px;
    }

    /* Navbar links: increase padding for taller navbar */
    .navbar .nav > li > a, .navbar-inverse .donate {
      padding: 7px 15px 14px;
      text-transform: uppercase;
      font-family: 'Montserrat', Helvetica;
    }
    .navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
      color: black;
      background-color: white;
      -webkit-box-shadow: none;
         -moz-box-shadow: none;
              box-shadow: none;
    }
    .navbar-inverse .nav > li > a {
      color: #ff3333;
      text-shadow: none;
      font-size: 13px;
    }
    .navbar-inverse .nav > li > a:hover {
      color: black;
    }
    .navbar-inverse .nav-collapse > a.donate {
      color: #7b95c9;
      font-size: 18px;
      float: right;
      padding-top: 15px;
    }
    .navbar-inverse .nav-collapse > a.donate:hover {
      color: black;
      text-decoration: none;
    }

    /* Offset the responsive button for proper vertical alignment */
    .navbar .btn-navbar {
      margin-top: 10px;
    }

    .dropdown-menu {
      background: rgb(255,51,51);
      background: rgba(255,51,51,0.7);
      border: none;
      margin: 0 5px;
      -webkit-border-radius: 0px;
         -moz-border-radius: 0px;
              border-radius: 0px;
    }
    .dropdown-menu .sub-menu {
      left: 100%;
      position: absolute;
      top: 0;
      visibility: hidden;
      margin-top: -1px;
      background: rgb(255,51,51);
      background: rgba(255,51,51,0.75);
    }
    .dropdown-menu > li > a {
      color: #ffffff;
      padding: 5px 15px;
    }
    .dropdown-menu > li > a:hover,
    .dropdown-menu > li.active > a, 
    .dropdown-menu > li.active > a:hover, 
    .dropdown-menu > li.active > a:focus {
      color: #000000;
      background-color: transparent;
      background-image: none;
      filter: ;
    }

    .dropdown-menu li:hover .sub-menu {
      visibility: visible;
    }
    .dropdown:hover .dropdown-menu {
      display: block;
    }
    .navbar .nav > li > .dropdown-menu:before {
      top: -10px;
      left: 15px;
      background: rgb(255,51,51);
      background: rgba(255,51,51,0.75);
      height:10px;
      width:20px;
      border-radius: 20px 20px 0 0;
      -moz-border-radius: 20px 20px 0 0;
      -webkit-border-radius: 20px 20px 0 0;
    }
    .navbar .nav > li > .dropdown-menu:before {
      border: none;
    }
    .navbar .nav > li > .dropdown-menu:after {
      height: 5px;
      width: 100%;
      background: rgb(153,0,0);
      background: rgba(153,0,0,0.8);
      border: none;
      top: 100%;
      left: 0;
    }



    /* CUSTOMIZE THE CAROUSEL
    -------------------------------------------------- */

    /* Carousel base class */
    .carousel {
      margin-top: 11px;
      margin-bottom: 0px;
    }

    .carousel .container {
      position: relative;
      z-index: 9;
    }

    .carousel-control {
      height: 46px;
      width: 46px;
      top: 43%;
      line-height: 46px;
      margin-top: 0;
      font-family: 'Montserrat', Helvetica;
      font-weight: bold;
      font-size: 42px;
      color: #666666;
      background: rgba(255,255,255);
      background: rgba(255,255,255,0.6);
      border: 0;
      z-index: 10;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px;
    }
    .carousel-control.left {
      left: 0px;
    }
    .carousel-control.right {
      right: 0px;
    }

    .carousel .item {
      height: 400px;
    }
    .carousel .image-carousel img {
      position: absolute;
      top: 0;
      left: 0;
      min-width: 100%;
      height: 400px;
    }

    .carousel-caption {
      background: #4b6eaa;
      background: rgba(75, 110, 170, 0.88);
      position: static;
      max-width: 256px;
      max-height: 108px;
      padding: 0 20px;
      margin-top: 260px;
      margin-right: 30px;
      float: right;
    }
    .carousel-caption h1,
    .carousel-caption .lead {
      margin: 13px 0 0;
      line-height: 1.35;
      color: #f4e1ce;
    }
    .carousel-caption .lead {
      margin: 0 0 13px;
      color: #fff;
      font-family: Times, Arial;
      font-weight: 100;
      font-size: 0.9em;
    }
    .carousel-caption .more-link {
      color: #f4e1ce;
    }



    /* MAIN CONTENT
    -------------------------------------------------- */

    .container.marketing, .container.featurettes {
      background-color: white;
      color: #4d4c47;
    }
    /* Center align the text within the three columns below the carousel */
    .marketing .row {
      margin: auto;
    }
    .marketing .span4 {
      float: left;
      margin: 40px 0 20px 100px;
      clear: left;
    }
    .marketing .row .span4.even {
      float: right;
      margin-left: 0px;
      margin-right: 10px;
      clear: right;
    }
    .marketing .span4 p, .featurettes .span2 p {
      max-width: 230px;
      font-family: Times, Arial;
      font-weight: 100;
      font-size: 1em;
      margin: 0;
    }
    .marketing .span4 h1, .featurettes .span2 h1{
      margin: 0;
    }
    .marketing .content-btn {
      width: 227px;
      height: 90px;
      display: inline-block;
      color: #f6e2ce;
      font-family: Times;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
    }
    .marketing .content-btn-top {
      background: transparent url('../img/semi-circle-top.png') no-repeat;
      padding-top: 46px;
      height: 76px;
      margin-top: 72px;
    }
    .marketing .content-btn-bottom {
      background: transparent url('../img/semi-circle-bottom.png') no-repeat;
      padding-top: 23px;
    }
    .marketing .content-btn .btn-title {
      font-size: 2.25em;
      line-height: 27px;
    }
    .marketing .content-btn .more-link {
      font-size: 1.2em;
      font-style: italic;
      line-height: 1.2em;
    }
    .marketing .action {
      width: 350px;
      height: 70px;
      margin-top: -10px;
      margin-left: -7px;
      text-transform: uppercase;
      font-family: 'Montserrat', Helvetica;
    }
    .marketing .action .action-img {
      background: transparent url('../img/get-involved-arrow.png') no-repeat;
      float: left;
      width: 87px;
      height: 70px;
    }
    .marketing .action .action-lead {
      float: left;
      width: 220px;
      margin: 20px;
    }
    .marketing .action p {
      font-size: .9em;
      float: right;
      line-height: 1.3em;
    }
    .marketing .action a {
      font-size: 1em;
      text-transform: none;
    }
    .container.shadow {
      background-color: #e8e8e8;
      height: 7px;
      margin-bottom: 5px
    }
    .container.shadow.marketing {
      margin-bottom: 46px
    }



    /* Featurettes
    -------------------------------------------------- */
    .top-shadow.featurettes {
      background: rgb(217, 217, 217);
      background: rgba(217, 217, 217, 0.34);
      height: 8px;
    }
    .bottom-shadow.featurettes {
      position: relative;
      background: rgb(217, 217, 217);
      background: rgba(217, 217, 217, 0.8);
      height: 10px;
      z-index: -1;
      margin-top: -10px;
    }
    .container.featurettes {
      position: relative;
      z-index: 1;
    }
    .featurettes .carousel {
      margin-top: 40px;
    }
    .featurettes .thumbnail {
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      padding: 0px;
      border: none;
    }

    .featurettes .thumbnails > li {
      margin-left: 60px;
      width: 170px;
    }
    .featurettes .thumbnails {
      margin-left: 10px;
    }
    .featurettes .title, .featurettes .subtitle {
      font-family: Times, Arial;
      font-weight: 100;
      line-height: 1em;
      color: #4d4c47;
    }
    .featurettes .thumbnail-caption {
      margin-top: 9px;
      display: block;
    }
    .featurettes .title {
      font-size: 1.6em;
      font-style: italic;
    }
    .featurettes .subtitle {
      max-width: 230px;
      font-size: 1.1em;
      margin: 0;
    }
    .featurettes .carousel .item {
      height: 251px;
    }
    .featurettes .carousel-control {
      color: #ff3333;
      font-size: 42px;
      background-color: transparent;
      opacity: 1;
      margin-top: -35px;
    }
    .featurettes .carousel-control.left {
      margin-left: 0px;
    }
    .featurettes .carousel-control.right {
      margin-right: 0px;
    }
    .featurettes a.carousel-control:hover {
      color: black;
    }



     /* FOOTER CONTENT
    -------------------------------------------------- */
    .shadow.quote {
      background: rgb(217,217,217);
      background: rgba(217,217,217,.8);
      height: 10px;
      z-index: 0;
      margin-top: -10px;
    }
    .quote {
      background-color: #FF6666;
      height: 200px;
      color: #f6e2ce;
      font-family: Times, Arial;
      font-weight: 100;
      font-size: 2.2em;
      line-height: 1.1em
    }
    .quote .container {
      padding-top: 55px;
    }
    .quote .container div {
      margin: 0 100px;
    }
    .quote .container em {
      font-size: 0.75em;
      float: right;
      margin-top: 8px;
      margin-right: -40px;
    }

    .footer .social-links {
      list-style: none;
      color: #4b6eaa;
      display: block;
      height: 25px;
      margin: 30px 0 0;
      text-align: center;
    }
    .footer .social-links a {
      text-decoration: none;
      color: #4b6eaa;
      display: inline-block;
    }
    .footer .social-links li {
      margin-left: 35px;
      font-size: 0.9em;
      display: inline;
    }
    .footer .social-links li:first-child {
      margin-left: 0px;
    }
    .footer .social-links img, .footer .social-links .social-option {
      float: left;
    }
    .footer .social-links img {
      max-width: 40px !important;
    }
    .footer .social-links .social-option {
      padding-top: 5px;
      padding-left: 3px;
    }
    .footer .info {
      display: block;
      text-align: center;
      text-transform: uppercase;
      color: #2e2233;
      font-size: .9em;
      font-family: 'Montserrat', Helvetica;
      height: 100px;
      margin: 28px auto 0;
    }



     /* SECONDARY PAGES
    -------------------------------------------------- */

    .breadcrumbs {
      margin-top: 16px;
      margin-left: 29px;
      line-height: 1.2em
    }
    .breadcrumbs a {
      font-family: 'Montserrat', Helvetica;
      font-size: .7em;
      color: #999;
    }
    .breadcrumbs a:hover {
      color: #000;
    }

    .article {
      background-color: white;
      margin-top: 11px;
    }
    .article h1 {
      font-family: 'Montserrat', Helvetica;
      font-size: 1.4em;
      font-style: normal;
      color: #333;
      line-height: 1.2em;
      float: left;
      margin: 10px 0 9px;
    }
    .article .underline {
      height: 1px;
      width: 100%;
      background: rgb(204,204,204);
      margin-top: -4px;
      clear: both;
    }
    .article .menu {
      width: 143px;
      float: left;
      margin-left: 29px;
    }
    .article .menu ul {
      list-style-type: none;
      margin: 14px 0 20px;
    }
    .article .menu li {
      margin: 8px 0;
    }
    .article .menu a {
      color: #999;
    }
    .article .menu a:hover, .article .menu li.active > a {
      color: #ff3333;
    }
    .article .menu li > ul {
      display: none;
      margin: 0;
    }
    .article .menu li > ul > li {
      font-size: .8em;
      line-height: 1.1em;
      text-indent: -7px;
      padding-left: 10px;
      margin: 10px 0;
    }
    .article .menu li > ul > li:before {
      content: "- ";
      position: relative;
      left: -2px;
    }
    .article .menu li > ul > li.active:before {
      color: #ff3333;
    }
    .article .menu li:hover > ul, .article .menu li.active > ul {
      display: block;
    }
    .article .menu .subscribe {
      margin-top: 12px;
    }
    .article .menu .subscribe a {
      color: #4b6eaa;
    }
    .article .menu .subscribe img {
      float: left;
      padding-top: 4px;
    }
    .article .menu .subscribe span {
      float: left;
      padding-left: 4px;
    }
    .article .menu .action {
      position: relative;
      left: -35px;
      padding-top: 25px;
    }

    .article .content {
      width: 658px;
      float: left;
      margin-left: 29px;
      margin-bottom: 30px;
    }
    .article .menu+.content {
      width: 488px;
    }
    .article .content .share-links {
      list-style-type: none;
      margin: 0;
      float: right;
      margin-top: 13px;
    }
    .article .content .share-links li {
      float: left;
      padding-left: 2px;
    }
    .article .content p, .article .content ul{
      font-family: 'Montserrat', Helvetica;
      font-size: .9em;
      line-height: 1.3em;
      margin: 0 0 5px;
    }
    .article .article-content p:first-child,
    .article .article-content p+p {
      margin-top: 18px;
    }
    .article .article-content img {
      margin: 0 0 10px;
      width: 100%;
    }
    .article .article-content h3 {
      color: #ff3333;
    }
    .article .article-content ul {
      list-style: none;
      margin: 0 5px;
    }
    .article .article-content li:before {
      content: "• ";
      color: #ff3333;
    }
    .article .article-content li {
      line-height: 1.8em;
    }
    .article .article-content hr {
      clear: both;
    }
    .article .article-content .notice {
      font-family: 'Montserrat', Helvetica;
      font-style: italic;
      font-size: 0.8em;
      line-height: 1.2em;
      margin: 22px 0 10px; 
    }
    .article .article-content .article-item {
      margin: 22px 0 26px;
    }
    .article .article-content .article-item img {
      float: left;
      margin: 0 16px 15px 0;
      width: 125px;
      height: 125px;
    }
    .article .article-content .article-item h3 {
      margin-bottom: 0px;
    }
    .article .article-content .article-item a {
      font-family: Times, Arial;
      font-style: italic;
      font-weight: 100;
      font-size: 1.1em;
    }
    .article .article-content .article-item h6 {
      color: #999;
      text-transform: uppercase;
      padding-top: 6px;
    }
    .article .article-content .article-item h6+h3 {
      margin-top: 3px
    }
    .article .content .subscribe-form {
      margin-top: 22px;
    }
    .article .content .subscribe-form hr {
      margin: 28px 0 9px 0;
    }
    .article .content .subscribe-form h3 {
      margin: 5px 0 16px 0;
    }
    .article .content label {
      text-transform: uppercase;
      font-family: 'Montserrat', Helvetica;
      font-size: .8em;
      margin-bottom: 0px;
      line-height: 1.6em;
    }
    .article .content .field input {
      width: 214px;
    }
    .article .content .subscribe-form .row {
      margin: 0 0 14px 0;
    }
    .article .content .subscribe-form .field {
      float: left;
    }
    .article .content .subscribe-form .field+.field {
      margin-left: 24px;
    }
    .article .content .subscribe-form .option {
      float: left; 
      width: 162px;
      margin-bottom: 4px;
    }
    .article .content label .required {
      color: #ff3333;   
    }
    .article .content .subscribe-form .option label,
    .article .content .subscribe-form .option input[type="checkbox"] {
      float: left; 
    }
    .article .content .subscribe-form input[type="checkbox"] {
      display: none;
    }
    .article .content .subscribe-form input[type="checkbox"] + label {
      display: inline-block;
      background: #f4f4f4;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#e7e5e5'); /* for IE */
      background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#e7e5e5)); /* for webkit browsers */
      background: -moz-linear-gradient(top,  #f4f4f4,  #e7e5e5); /* for firefox 3.6+ */
      border: 1px solid #cbcbcb;
      display: inline-block;
      position: relative;
      padding: 7px;
      margin-right: 9px;
    }
    .article .content .subscribe-form input[type="checkbox"] + label:active, 
    .article .content .subscribe-form input[type="checkbox"]:checked + label:active {
      box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
    }
    .article .content .subscribe-form input[type="checkbox"]:checked  + label {
      background-color: #e9ecee;
      border: 1px solid #cbcbcb;
      box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
      color: #99a1a7;
    }
    .article .content .subscribe-form input[type="checkbox"]:checked + label:after {
      content: '\2713';
      font-size: 11px;
      position: absolute;
      top: -1px;
      left: 3px;
      color: #000000;
    }
    .article .content .subscribe-form .option input[type="text"] {
      position: absolute;
      margin-top: -5px;
      margin-left: 20px;
    }
    .article .content .subscribe-form label+.option {
      margin-top: 4px;
    }
    .article .content .subscribe-form textarea {
      width: 472px;
      height: 88px;
    }
    .article .content .subscribe-form input[type="submit"] {
      margin-top: 9px;
    }

    .article .content ul.pagination-pages {
      list-style-type: none;
      float: left;
      margin: 0 auto;
      width: 70%;
      text-align: center;
    }
    .article .content .pagination-pages li {
      font-size: 1em;
      list-style: none;
      display: inline;
      border-right: 1px solid #999;
    }
    .article .content ul.pagination-pages li:last-child {
      border: none;
    }
    .article .content .pagination-custom .next,
    .article .content .pagination-custom .previous {
      font-size: 0.8em;
      color: #ff3333;
      width: 15%;
      float: left;
    } 
    .article .content .pagination-custom .next {
      text-align: right;
    }
    .article .content .pagination-custom .active {
      color: #ff3333;
      padding: 0px 6px 0px 4px;
      font-weight: bold;
    }
    .article .content .pagination-pages a:link,
    .article .content .pagination-pages a:visited {
      color: #999;
      padding: 4px 6px 4px 4px;
      text-decoration: none;
    }

    .sidebar {
      float: right;
      margin-right: 30px;
      margin-top: 8px;
    }
    .sidebar .header {
      background-color: #ff6666;
      color: #fff;
      position: relative;
    }
    .sidebar .featured .header {
      background-color: #3366cc;
    }
    .sidebar .header h2 {
      padding: 5px 18px;
    }
    .sidebar .header::after {
      position: absolute;
      top: 100%;
      left: 25px;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #ff6666;
      content:'';
    }
    .sidebar .featured .header::after {
      border-top: 10px solid #3366cc;
    }
    .sidebar .module {
      width: 250px;
      background-color: #e8e8e8;
      margin-bottom: 22px;
      position: relative;
      height: 100%;
    }
    .sidebar img {
      margin: 0px auto;
      padding: 10px 0 20px;
      display: block;
    }
    .sidebar .lead {
      font-size: .9em;
      line-height: 1.2em;
      right: 10px;
      bottom: 14px;
      position: absolute;
      margin-bottom: 0px;
    }
    .sidebar .module a {
      color: #fff;
      background-color: #ff6666;
      padding: 5px 10px;
    }
    .sidebar .module a:hover {
      color: #000;
    }
    .sidebar .module::after {
      height: 5px;
      width: 100%;
      background: rgb(207,207,207);
      border: none;
      top: 100%;
      left: 0;
      content: '';
      position: absolute;
    }
    .sidebar .lead.overlay {
      font-size: .9em;
      position: absolute;
      right: 0;
      left: 0;
      bottom: 0;
      background-color: #ccc;
      font-family: 'Montserrat', Helvetica;
      padding: 7px 15px;
      margin: 0 20px 20px;
      color: #333;
    }
    .sidebar .lead.overlay .subtitle {
      font-style: italic;
      font-family: 'Montserrat', Helvetica;
    }
    .sidebar .lead.overlay a {
      color: #ff3333;
      background-color: transparent;
      padding: 0;
    }
    .sidebar .featured .lead.overlay a {
      color: #3366cc;
    }
    .sidebar .featured .lead.overlay a:hover {
      color: #000;
    }

