#content {
    width: 100%;
    margin: 0 auto !important;
    left: none;
    padding-top: 150px;
}
.nav-tabs > li {
    float: none;
    display: inline-block;
}
.nav-tabs {
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
}

.nav-tabs .active {
    font-weight: 700;
}

.nav-tabs a {
    color: #fff !important;
    font-size: 1.3em;
}

.tab-pane {
    padding-bottom: 200px;
    display: none;
}

.tab-pane .search_content {
    width: 100%;  
}

.tab-pane .current {
    display: block;
}

.tab-pane h3 {
    padding-top: 50px;
    font-size: 4.5em;
    text-transform: uppercase;
    line-height: 1em;
    padding-bottom: 40px;
    border-bottom: solid 1px #dd3029;
    margin-bottom: 40px;
}



.tab-pane h4 {
    color: #dd3928;
    font-size: 3em;
    font-weight: 700;
    display: inline-block;
}

.tab-pane img {
    vertical-align: middle;
    margin-top: -35px;
    display: inline-block;
}

.aboutPage.tab-pane img {
    vertical-align: middle;
    margin-top: -10px;
    margin-right: 5px;
    display: inline-block;
}


.tab-pane p {
    font-size: 1.5em;
    padding-bottom: 20px;
    line-height: 1.2em;
}

.tab-pane p strong {
    font-size: 1.1em;
}


.tab-pane p a {
    text-decoration: underline;
    color: #fff;
}

.tab-pane p a:hover {
    text-decoration: underline;
    color: #dd3928;
}

.fundraiser__rescue-breakdown p {
    font-size: 1.3em;
}

.tabs > .nav-tabs {
    border: none;
    margin: 0px;
}
.tabs > .nav-tabs > li > a {
    border: 0;
    margin-right: 0;
    background: none !important;
}
.tabs > .nav-tabs > li > a {
    border-bottom: 4px solid rgba(0, 0, 0, 0);;
}
.tabs > .nav-tabs > li.active {
    position: relative;
}
.tabs > .nav-tabs > li.active > a {
    border: 0;
    border-bottom: 4px solid #dd3929;
}
.tabs > .nav-tabs > li.open, .tabs > .nav-tabs > li:hover {
    -webkit-transition: border-color 0.3s ease;
         -moz-transition: border-color 0.3s ease;
           -o-transition: border-color 0.3s ease;
          -ms-transition: border-color 0.3s ease;
              transition: border-color 0.3s ease;
}
.tabs > .nav-tabs > li.open > a, .tabs > .nav-tabs > li:hover > a {
    background: none !important;
    border-bottom: 4px solid #dd3929;
}

.nav-tabs li a {
    padding: 0px !important; 
    margin-left: 20px;
    margin-right: 20px !important;
    margin-top: 10px;
}

.nav-tabs {
    border-bottom: 0px solid #ddd; 
}

.nav-tabs>li.active>a {
    background-color: transparent;
    border: 0px solid #ddd;
}

.nav-tabs > li.current > a {
    display: inline-block !important;
    border-bottom: 4px solid #dd3928 !important;
    background-color: transparent;
    border: 0px solid #ddd;   
}

.nav-tabs>li.current>a:hover {
    background: transparent;
    border: 0px solid #ddd;
}

#search__refugees a:hover {
    background-color: transparent;
    border: 0px solid #ddd;   
}

#search__refugees a:focus {
    background-color: transparent;
    border: 0px solid #ddd;   
}

#search__individuals a:hover {
    background-color: transparent;
    border: 0px solid #ddd;   
}

#search__individuals a:focus {
    background-color: transparent;
    border: 0px solid #ddd;   
}

#search__teams a:hover {
    background-color: transparent;
    border: 0px solid #ddd;   
}

#search__teams a:focus {
    background-color: transparent;
    border: 0px solid #ddd;   
}

@media (max-width: 992px) {

    #content {
        padding-top: 100px;
    }

    h3.about__main-header {
        font-size: 2.3em;
    }

    p.about__main-body {
        font-size: 1.3em;
    }

}









