#captchaError {
    padding-top: 15px !important;
}

body {
    font-family: "source-sans-pro", arial, sans-serif;
    margin: 1em 0 0;
    line-height: 1.6;
}

.white {
    background-color: #ffffff;
}

.no-bttm-margin {
    margin-bottom: 0;
}

.shrink {
    min-height: 35px;
}

h1, h2, h3, h4, h5, h6, .btn, header h1, .carousel-caption, .nav-tabs > li > a, .newsTitle {
    font-family: "helvetica", "arial", sans-serif !important;
    text-transform: uppercase;
}

h1 {
    font-size: 30px
}

h2 {
    font-size: 24px;
}

.no-borderradius body {
    font-family: sans-serif;
}

body > .container {
    background: #fff;
    border: 20px solid #fff;
}

a {
    color: #e4002b;
}

a:hover {
    color: #717073;
}

p {
    margin: 0 0 18px 0;
}

h1, h2, h3, h4, h5, h6, .btn {
    font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
    color: #e4002b;
}

h1.page-title {
    margin: 0 0 .5em 0;
}

}
header {
    background: #fff url(../images/header-bg.png) repeat-x 0 100%;
    padding: 0 0 10px 0;
}

header h1 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 20px 0;
    padding: 10px 0 0;
    overflow: hidden;
}

header h1 span {
    display: block;
    font-size: 63%;
    font-weight: 400;
}

header h1 a {
    display: block;
    color: #dc2c30;
    font-weight: normal;
}

header h1 a span {
    color: #717073;
}

header h1 a:hover {
    color: #dc2c30;
}

header h1 a:hover span {
    color: #000;
}

header a {
    color: #717073;
    text-decoration: none;
}

header a:hover {
    color: #222;
    text-decoration: none;
}

header .formBox {
    margin: 0 0 10px 0;
}

header .formBox label {
    padding-right: 5px;
}

.newsImage img {
    max-width: 90% !important;
}

.top-property {
    margin: 0 0 1em 0;
    text-align: right;
}

.top-property a {
    color: #dc2c30;
}

.top-property a:hover {
    color: #717073;
}

.top-property ul {
    list-style-type: none;
}

.top-property ul li {
    display: inline;
    margin: 0 10px 0 0;
}

.formBox {
    text-align: right;
}

.nav li ul {
    display: none;
}

.navbar .nav li.dropdown .dropdown-toggle .caret, .navbar .nav li.dropdown.open .caret, .nav-tabs .dropdown-toggle:hover .caret, .nav-pills .dropdown-toggle:hover .caret, .nav-tabs .dropdown-toggle .caret, .nav-pills .dropdown-toggle .caret {
    border-top-color: #dc2c30;
    border-bottom-color: #dc2c30;
}

.navbar .nav li.dropdown.open .caret {
    opacity: 0;
}

.dropdown .caret {
    margin-left: 5px;
}

.navbar .nav li.dropdown .dropdown-toggle:hover .caret, .navbar .nav li.dropdown.open:hover .caret {
    opacity: 1;
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.navbar, .navbar .brand {
    font-size: 14px;
    font-weight: 200;
}

.navbar .brand {
    padding-top: 12px;
    color: #717073;
}

.navbar .brand:hover {
    color: #dc2c30;
}

.navbar .nav > li.donate > a {
    background: #dc2c30;
    color: #fff;
}

.navbar .nav > li.donate > a:hover {
    background: #e54044;
}

.navbar-inner {
    min-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    background: #f7f7f7;
    border: 0;
    background-image: -moz-linear-gradient(top, #fff, #f7f7f7);
    background-image: -ms-linear-gradient(top, #fff, #f7f7f7);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f7f7f7));
    background-image: -webkit-linear-gradient(top, #fff, #f7f7f7);
    background-image: -o-linear-gradient(top, #fff, #f7f7f7);
    background-image: linear-gradient(top, #fff, #f7f7f7);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#f7f7f7', GradientType=0);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .15), inset 0 -1px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .15), inset 0 -1px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15), inset 0 -1px 0 rgba(0, 0, 0, .1);
}

.navbar .nav > li > a {
    text-shadow: none;
    color: #717073;
    padding: 9px 10px 11px;
}

.navbar .nav > li > a:hover {
    color: #000;
}

.navbar .divider-vertical {
    background-color: #f3f3f3;
    height: 38px;
    border-right: 1px solid #fff;
}

.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
    background-color: #dc2c30;
}

.navbar .btn-navbar {
    background-color: #dc2c30;
    background-image: -moz-linear-gradient(top, #dc2c30, #db1018);
    background-image: -ms-linear-gradient(top, #dc2c30, #db1018);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dc2c30), to(#db1018));
    background-image: -webkit-linear-gradient(top, #dc2c30, #db1018);
    background-image: -o-linear-gradient(top, #dc2c30, #db1018);
    background-image: linear-gradient(top, #dc2c30, #db1018);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dc2c30', endColorstr='#db1018', GradientType=0);
    border-color: #db1018 #222 #000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #dc2c30;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .075);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .075);
}

.navbar .btn-navbar:hover, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
    background-color: #da151c;
    *background-color: #da151c5;
}

.navbar .btn-navbar:active, .navbar .btn-navbar.active {
    background-color: #da151c \9;
}

.nav-collapse .nav > li > a:hover, .nav-collapse .dropdown-menu a:hover, .dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
    background-color: #dc2c30;
    color: #fff;
    background-image: none;
}

.navbar .nav > li.dropdown.open > a {
    color: #dc2c30;
}

.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
    font-weight: 200;
    color: #555;
}

.navbar .brand {
    padding: 8px 20px 10px;
}

#content {
    background: #f8f8f8 url(../images/content-bg.png);
    padding: 20px 20px 40px 20px;
    clear: both;
}

#slider {
    border: 1px solid #d1d1d1;
    padding: 10px;
    background: #fff;
}

.carousel-control {
    font-size: 39px;
    top: 48%
}

.carousel .item > img {
    margin: 0 auto;
}

.carousel-caption {
    float: right;
    background: url(../images/60-opacity.png);
    bottom: 10px;
    color: #000;
    font-size: 24px;
    left: auto;
    right: 10px;
    padding-bottom: 10px;
}

.carousel-caption .btn .carousel-caption h4, .carousel-caption p {
    color: #000;
}

.carousel-control {
    color: #fff;
}

.center {
    margin: 0 auto;
    display: block;
}

.features {
    margin: 20px auto;
}

.features img {
    background: #fff;
    padding: 2%;
    border: 1px solid #ccc;
    max-width: 94%;
    margin: 10px auto;
    display: block;
}

.features h2 {
    color: #dc2c30;
}

.features .btn {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    font-size: 22px;
}

.features > div {
    margin: 0 auto 20px auto;
}

.feedburnerFeedBlock ul {
    list-style-type: none;
    margin: 0;
}

.feedburnerFeedBlock ul li {
    font-size: 14px;
    margin: 0 0 15px 0;
    background: url(../images/rss-icon.png) no-repeat left top;
}

.feedburnerFeedBlock ul li .headline {
    margin: 0 0 0 30px;
    display: block;
}

.feedburnerFeedBlock {
    margin-top: 15px;
}

p.fbsubscribelink {
    text-align: right;
}

p.fbsubscribelink img {
    display: none;
}

p.fbsubscribelink a {
    padding: 0 24px 0 0;
    background: url(../images/subscribe-icon.png) no-repeat right center;
}

#creditfooter {
    display: none;
}

.nav-tabs {
    margin: 0;
}

.boxshadow .nav-tabs > li {
    margin-bottom: -3px;
}

.boxshadow .tab-content {
    box-shadow: inset 0 -1px 5px #DDD;
    -webkit-box-shadow: inset 0 -1px 5px #DDD;
    -moz-box-shadow: inset 0 -1px 5px #DDD;
}

.boxshadow .nav-tabs > .active > a, .boxshadow .nav-tabs > .active > a:hover {
    box-shadow: inset 0 2px 3px #DDD;
    -webkit-box-shadow: inset 0 2px 3px #DDD;
    -moz-box-shadow: inset 0 2px 3px #DDD;
}

.tab-content {
    padding: 20px;
    background: #fff;
    border-left: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    border-right: 1px solid #DDD;
    margin-bottom: 20px;
}

.tab-pane p:last-child {
    margin-bottom: 0;
}

.row-fluid .twtr-widget {
    font-family: "source-sans-pro", arial, sans-serif !important;
    font-size: 14px !important;
}

.row-fluid .twtr-widget .twtr-ft {
    font-size: 13px !important;
}

.row-fluid .twtr-widget .twtr-tweet-wrap {
    padding-left: 30px;
    background: url(../images/twitter-icon.png) no-repeat left 6px;
}

.row-fluid .twtr-hd {
    padding-left: 0;
}

.fluid-width-video-wrapper + p {
    padding-top: 15px;
}

.csstransforms .box {
    background: #fff;
    padding: 8px 5px 5px 11px;
    margin: 0 0 10px 0;
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    transform: rotate(-1deg);
    width: 55%;
    color: #dc2c30;
    box-shadow: 0 2px 3px #ddd;
    position: relative;
    z-index: 4;
    left: -3px;
    background: #f7f7f7;
    background-image: -moz-linear-gradient(top, #fff, #f7f7f7);
    background-image: -ms-linear-gradient(top, #fff, #f7f7f7);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f7f7f7));
    background-image: -webkit-linear-gradient(top, #fff, #f7f7f7);
    background-image: -o-linear-gradient(top, #fff, #f7f7f7);
    background-image: linear-gradient(top, #fff, #f7f7f7);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#f7f7f7', GradientType=0);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .15), inset 0 -1px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .15), inset 0 -1px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15), inset 0 -1px 0 rgba(0, 0, 0, .1);
}

.csstransforms .features .box {
    width: 90%
}

.copy {
    padding: 10px;
    border: 1px solid #ddd;
    position: relative;
    background: #fff;
    z-index: 2;
    margin: 0 0 20px 0;
    overflow: hidden;
}

.copy p {
    margin-bottom: 0;
}

.features .copy p {
    margin-bottom: 1em;
}

.csstransforms .copy {
    padding: 25px 10px 10px;
    top: -20px;
    margin: 0;
}

.csstransforms .features .copy {
    padding-bottom: 10px;
}

.csstransforms .box > * {
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    transform: rotate(1deg);
}

.icon {
    margin-right: 10px;
    float: left;
    position: relative;
}

.csstransforms .icon {
    top: -5px;
}

.icon:hover {
    opacity: .8;
}

.copy .formBox {
    text-align: left;
}

.copy .formBox form {
    margin: 0 0 8px 0;
}

.copy input.text {
    width: 70%
}

.nav-stacked {
    margin-bottom: 1em;
}

.content h2:first-child, .content h3:first-child {
    margin-bottom: .5em;
}

.readingCategories ul {
    display: inline;
    list-style: none;
}

.readingCategories li {
    display: inline;
}

.readingCategories li:after {
    content: ", ";
}

.readingCategories li:last-child:after {
    content: ""
}

.newsItem {
    border-top: 1px solid #eee;
    padding-top: 10px;
    clear: both;
}

.newsTable, .attachmentDiv, #noNews {
    margin-bottom: 1em;
    text-align: left;
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #eee;
    border: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    display: block;
    overflow: hidden;
}

.newsTable {
    display: block;
    padding: 0;
}

.attachmentTable tbody tr th {
    text-align: left;
}

.newsTable br {
    display: none;
}

.newsTable tbody, .newsTable tbody tr, .newsTable tbody tr td {
    display: table;
}

.newsTable tbody tr {
    width: 100%;
}

.newsDate {
    padding: 1px 4px 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 10.998px;
    font-weight: bold;
    line-height: 14px;
    color: #717073;
    vertical-align: baseline;
    white-space: nowrap;
    background-color: #fff;
}

.newsTitle {
    font-size: 18px;
    display: block;
    /*font-weight: 700;*/
}

.newsThumbImage {
    max-width: 100%;
}

.newsDescription {
    display: block;
    margin: 0 0 1.75em 0;
}

.newsTable tbody tr td.newsData {
    padding: 20px 20px 0 20px;
    width: auto;
    border-bottom: 1px solid #EEE;
    display: block;
}

.newsTable tbody tr:last-child td.newsData {
    border-bottom: 0;
}

.newsSource {
    padding-left: 20px;
    background: url(../images/icons.png) no-repeat left 2px;
    display: block;
    font-style: italic;
}

.svg .newsSource {
    background: url(../images/icons.svg) no-repeat left 2px;
}

.breadcrumb li {
    width: auto;
}

footer {
    text-shadow: 0 1px 1px #000;
    border-top: 8px solid #e4002b;
    background: #3a3a3a;
    padding: 20px 0;
    color: #fff;
    clear: both;
}

footer .formBox {
    text-shadow: none !important;
    color: #000;
}

footer .box {
    text-shadow: none;
}

.navbar .nav > li.donate > a {
    padding-top: 5px;
    padding-bottom: 5px;
}

footer .span11 .btn.btn-danger {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}

/*! fancyBox v2.1.0 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../images/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../images/blank.gif');
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden;
}

.fancybox-lock {
    overflow: hidden;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

footer .container a {
    color: #fff;
}

footer .container li {
    display: block;
    float: left;
    margin: 0 60px 0 0;
}

footer .container .row-fluid .span11 > ul > li {
    font-weight: bold;
}

footer .container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer .container .row-fluid .span11 > ul {
    padding-top: 10px;
    border-top: 1px solid #444;
}

footer .container ul ul {
    font-size: 92.9%;
    font-weight: 300;
    margin: .5em 0 0;
}

footer .container ul ul li {
    clear: both;
    margin: 0;
}

.pagination {
    text-align: center;
    display: block;
    height: auto;
}

.pagination a {
    border: 0;
    line-height: 1.6;
}

.pagination a:last-child {
    float: right;
}

.navbar .dropdown-menu, .nav-tabs .dropdown-menu, .dropdown-menu {
    margin-top: 0;
}

.searchResultsList ul {
    margin: 0;
    list-style-type: none;
}

.searchResultsList ul li {
    border-bottom: 1px solid #EEE;
    margin-bottom: 1em;
}

.searchResultsList ul li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
}

@media (max-width: 979px) {
    footer .container .row-fluid: last-child {
        display: none;
    }

    footer .container .row-fluid {
        text-align: center;
    }

    .navbar .btn-navbar {
        padding-right: 12px;
        padding-left: 12px;
    }
}

@media (max-width: 767px) {
    header h1 {
        text-align: center;
    }

    .carousel-caption {
        right: auto;
    }

    body, header, #content {
        background: #fff;
    }

    .top-property, header .formBox {
        text-align: center;
        margin-top: 70px;
    }

    .top-property {
        display: none;
    }

    header .formBox {
        margin-bottom: 25px;
    }

    footer {
        margin-left: -20px;
        padding-right: 20px;
        padding-left: 40px;
        margin-right: -20px;
    }

    .images img {
        margin-bottom: 1em;
    }

    .sidebar {
        display: none !important;
    }

    #content {
        padding: 0 0 40px 0;
    }
}

#content #gdos_results {
    margin-left: 0;
}

#content #gdos_results li {
    margin: 0;
}

.content h3.centername {
    font-size: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.content .centerdetails {
    font-size: 85%;
    line-height: 1.4;
}

.content .gdos_result ul {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
    font-size: 85%;
    line-height: 1.2;
    list-style-image: none;
    list-style-type: none;
    margin: 0;
}

ul li {
    line-height: inherit;
}

.boxshadow .nav-tabs > li {
    margin-bottom: -1px;
}

img {
    height: auto !important;
}

.firstletter {
    color: #333;
    display: block;
    float: left;
    font: bold 58px Georgia, "Times New Roman", Times, serif;
    height: 45px;
    margin: -9px 9px 0 0;
}

.alignright, img[align=right] {
    margin: 0 0 1em 1.625em;
    clear: right;
}

.alignleft, img[align=left] {
    margin: 0 1.625em 1em 0;
    clear: left;
}

body {
    font-family: "source-sans-pro", sans-serif;
}

#content {
    background: 0;
}

.breadcrumb {
    background-color: #f9f9f9;
    box-shadow: 0 0 5px #f2f2f2 inset;
}

a img:hover {
    opacity: .7;
}

.row-fluid .twtr-widget {
    font-family: inherit !important;
}

.carousel-caption {
    background: rgba(245, 245, 245, .9);
}

@media (min-width: 1200px) {
    .carousel-caption {
        right: 15px;
    }
}

@media (max-width: 767px) {
    footer > .container > .row-fluid > .span7 {
        margin-bottom: 25px;
    }
}

#content {
    padding-top: 0;
}

.page-header {
    margin: 15px 0 15px;
}

.page-header h1 {
    margin: 0;
}

.breadcrumb {
    margin: 0 0 15px;
}

.carousel-caption p {
    margin-bottom: 10px;
    line-height: 1.2;
    font-size: 20px;
    text-shadow: 1px 1px 1px white;
    font-weight: bold;
}

.alignright, img[align=right] {
    margin: 0 0 1em 1.625em;
    clear: right;
}

.alignleft, img[align=left] {
    margin: 0 1.625em 1em 0;
    clear: left;
}

body, .btn, .carousel-caption p {
    font-family: "source-sans-pro", sans-serif;
}

#content {
    background: 0;
}

.breadcrumb {
    background-color: #f9f9f9;
    box-shadow: 0 0 5px #f2f2f2 inset;
    box-shadow: 0 0 0;
}

h1, h2, h3, h4, h5 {
    line-height: 1.1;
}

.nav-tabs > li > a {
    outline: 0;
    font-weight: bold;
}

*.breadcrumb li {
    display: inline;
}

footer .container li {
    margin: 0 55px 0 0;
}

.feedburnerFeedBlock ul li {
    line-height: 1.6;
}

.columns {
    column-count: 2;
    column-gap: 20px;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
}

ul.columns {
    margin: 0;
}

ul.columns li {
    line-height: inherit;
    margin-left: 20px;
    list-style-type: disc;
}

*.copy input.text {
    width: 60%
}

.breadcrumb {
    font-size: 12px;
    text-transform: uppercase;
    background: 0;
    margin: 0;
    box-shadow: 0;
    padding: 0;
}

.breadcrumb li a {
    color: #555;
}

.breadcrumb li a:hover {
    color: #000;
}

@media (max-width: 767px) {
    .top-property, header .formBox {
        margin-top: 0;
    }

    #content #gdos_results tr td {
        display: block;
        width: 100%
    }

    #content #gdos_results {
        width: 100% !important;
    }
}

@media (max-width: 979px) {
    .navbar .nav.pull-right.midwest {
        display: none !important;
    }
}

*.navbar .nav.pull-right.midwest {
    display: block;
}

@media (min-width: 979px) {
    .top-property {
        font-size: 13px;
    }

    .navbar .nav.pull-right.midwest {
        display: block;
    }
}

header h1 {
    margin-bottom: 15px;
    padding-top: 5px;
}

header > .container > .row-fluid > .span10 {
    margin-left: 0;
    width: 100%;
    clear: left;
}

header > .container > .row-fluid > .span2 {
    max-width: 5.982905982905983%
}

.boxshadow .tab-content {
    box-shadow: 0;
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
    background: #fcfcfc;
}

.boxshadow .nav-tabs > .active > a, .boxshadow .nav-tabs > .active > a:hover {
    background: #fcfcfc;
}

.nav-tabs > li > a {
    font-family: inherit;
}

.features h2 {
    font-size: 24px;
}

body {
    text-shadow: 0 0 1px #fff;
    -webkit-font-smoothing: antialiased;
}

[class^="icon-"], [class*=" icon-"] {
    background-image: url(https://s3.amazonaws.com/usc-cache.salvationarmy.org/0305379e-4419-4cf8-b9c2-b868b8537686_glyphicons-halflings.png);
}

blockquote p {
    margin: inherit;
    font-size: inherit;
}

.thumbnail .caption p {
    margin: 0;
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: .5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    .sidebar, .navbar, footer, header .formBox, header, .news .stuck, .breadcrumb, q:before, q:after, blockquote:before, blockquote:after {
        display: none !important;
    }

    .content {
        min-width: 95% !important;
    }

    blockquote {
        border: none;
        margin: 0;
        padding: 0;
    }

    header h1 {
        font-size: 42px !important;
    }
}

@media (max-width: 1190px) and (min-width: 979px) {
    footer .container .row-fluid .span11 > ul > li {
        margin-top: 25px;
    }

    footer .span11 .btn.btn-danger {
        margin-left: 54px;
    }
}

#allNewsDescription {
    padding: 0 0 10px 0;
}

#news_navigation {
    padding: 10px 0 0 0;
}
