@import url(http://fonts.googleapis.com/css?family=Libre+Baskerville:400,700|Open+Sans:400,300,600,700);

body {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    padding: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    color: #454242;
    margin: 0 auto;
}

h1 {
    font-size: 30px;
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    margin: 0px;
}

h2 {
    font-size: 24px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 34px;
    margin: 0px;
}

h3 {
    font-size: 24px;
    font-family: "Libre Baskerville", serif;
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 15px;
}

h4 {
    font-size: 18px;
    line-height: 24px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    margin: 0;
}

h5 {
    font-size: 14px;
    line-height: 18px;
    font-family: 'Helvetica';
    font-weight: normal;
    margin: 0;
}

h6 {
    font-size: 12px;
    line-height: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    margin: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="text"],

input[type="email"],

input[type="password"],

input[type="search"],

input[type="tel"],

input[type="url"],

input[type="number"],

input[type="date"],

input[type="time"],

input[type="datetime"],

input[type="datetime-local"],

input[type="week"],

input[type="month"],

textarea {
    font-family: "Open Sans", sans-serif;
    border-style: none;
    color: #454242;
    outline: 0;
    background: #f7f7f7;
    font-size: 14px;
    min-width: 150px;
    padding: 5px 10px;
    height: 40px;
    line-height: 40px;
}

input[type="text"]:hover, input[type="text"]:active,

input[type="email"]:hover,

input[type="email"]:active,

input[type="password"]:hover,

input[type="password"]:active,

input[type="search"]:hover,

input[type="search"]:active,

input[type="tel"]:hover,

input[type="tel"]:active,

input[type="url"]:hover,

input[type="url"]:active,

input[type="number"]:hover,

input[type="number"]:active,

input[type="date"]:hover,

input[type="date"]:active,

input[type="time"]:hover,

input[type="time"]:active,

input[type="datetime"]:hover,

input[type="datetime"]:active,

input[type="datetime-local"]:hover,

input[type="datetime-local"]:active,

input[type="week"]:hover,

input[type="week"]:active,

input[type="month"]:hover,

input[type="month"]:active,

textarea:hover,

textarea:active {
    border-color: #e2e2e2;
    -moz-box-shadow: inset 0 0 2px #e2e2e2;
    -webkit-box-shadow: inset 0 0 2px #e2e2e2;
    box-shadow: inset 0 0 2px #e2e2e2;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
    color: #454242;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
    color: #454242;
    opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
    color: #454242;
    opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
    color: #454242;
}

select {
    vertical-align: bottom;
    height: 40px;
    text-indent: 5px;
    line-height: 40px;
    font-size: 14px;
    color: #454242;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 20px;
    width: 120%;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    margin-bottom: 0;
    max-width: 200%;
    min-width: 178px;
}

.page-id-19 .wpcf7-form select {
    width: 357px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.page-id-19 .wpcf7-form textarea {
    width: 100%;
    min-height: 200px;
}

.page-id-19 .wpcf7-form input[type="submit"],
#gform_submit_button_2 {
    padding: 15px 60px;
    display: block;
    margin-bottom: 10px;
}

.page-id-19 .wpcf7-form div.wpcf7-response-output {
    margin-left: 0;
    margin-right: 0;
}

.page-id-19 .wpcf7-form span.wpcf7-not-valid-tip {
    top: 0;
    left: 10px;
}

label.selector span {
    display: inline-block;
    z-index: 3333;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 20px;
    color: #454242;
    /*pointer-events: none;*/
    text-align: center;
}

label.selector {
    position: relative;
    width: 180px;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    margin-top: 20px;
    display: inline-block;
    border: none;
    overflow: hidden;
    background: #f7f7f7;
}

label.selector:hover, label.selector:active {
    border-color: #e2e2e2;
    -moz-box-shadow: inset 0 0 2px #e2e2e2;
    -webkit-box-shadow: inset 0 0 2px #e2e2e2;
    box-shadow: inset 0 0 2px #e2e2e2;
}

@media (max-width: 1220px) {

    label.selector {
        margin: 20px 0;
    }
}

input {
    outline: none;
}

input[type='submit'] {
    background-color: #b32317;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: white;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    border-radius: 0;
}

input[type='submit']:hover {
    background-color: #760900;
}

.upper-nav-text a {
    padding-bottom: 5px;
    font-weight: 600;
}

.upper-nav-text.current_menu_item a {
    border-bottom: 3px solid #0067ac;
}

.upper-nav-text.current_menu_item .text-red {
    border-bottom: 3px solid #b32317;
}

.upper-nav-text .text-red:hover {
    border-bottom: 3px solid #b32317;
}

.upper-nav-text .text-blue:hover {
    border-bottom: 3px solid #0067ac;
}

.search-bar form {
    margin-bottom: 30px;
}

.page-template-default .news_right_sidebar {
    margin-top: 55px;
}

.page_homes_youth .news_single_container .donate_now {
    padding: 15px 60px;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 16px;
    width: auto;
    margin: 0 16px 0 0;
    background-color: #b32317;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    border-radius: 0;
}

.page_homes_youth .news_single_container .donate_now:hover {
    text-decoration: none !important;
    background-color: #760900;
}

.page_homes_youth .news_single_container .donate_now:hover {
    text-decoration: underline;
}

.page_homes_youth .news_left_main {
    max-width: 100%;
    margin: 0 auto;
    width: 960px;
    float: none;
}

.page-template-page_homes_youth .sharethis_container {
    max-width: 960px;
    padding-left: 0;
    position: relative;
    left: -3px;
}

@media (max-width: 1220px) {
    .news_box .img_news_box img {
        height: auto;
    }
}

@media (max-width: 960px) {

    .last-footer-div-right {
        text-align: left;
    }
}

.h4-footer:hover {
    border-bottom: 1px solid #bababa;
}

.h4-footer:hover a {
    color: #bababa;
}

.footer-list ul li {
    line-height: 24px;
}

@media (max-width: 768px) {

    .row-what-we-do .row-what-we-do-img {
        float: none;
        display: inline-block;
    }
}

@media (max-width: 768px) {

    .row-what-we-do h4 {
        font-size: 14px;
        text-transform: lowercase;
        font-family: Open Sans;
    }
}

.row-what-we-do h4 a {
    color: #454242;
}

@media (max-width: 768px) {

    .row-what-we-do h4 a {
        padding: 5px 0 0 10px;
    }
}

.row-what-we-do h4 a:hover {
    color: #b32317;
}

@media (max-width: 768px) {

    .row-what-we-do h4 {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 0;
        margin-top: 5px;
    }
}

@media (max-width: 768px) {

    .title-who-we-serve {
        text-align: center;
    }
}

.about_title {
    margin: 0 0 15px;
}

.left-icons li a i {
    float: right;
    display: none;
}

.left-icons li a:hover i, .left-icons li a.active i {
    display: block;
    font-size: 30px;
}

@media (max-width: 767px) {

    .author_home {
        width: 85% !important;
    }
}

@media (max-width: 480px) {

    .author_home {
        width: 68% !important;
    }
}

.author_home i {
    margin-right: 5px;
}

.author_home h5 {
    width: 48%;
    margin-left: 0 !important;
}

@media (max-width: 1220px) {

    .author_home h5 {
        float: left !important;
        width: 100%;
    }
}

@media (max-width: 768px) {

    .author_home h5 {
        width: 50%;
    }
}

@media (max-width: 480x) {

    .author_home h5 {
        width: 100% !important;
    }
}

.author_home h6 {
    width: 52%;
    color: #c2bfbd !important;
}

@media (max-width: 1220px) {

    .author_home h6 {
        float: left !important;
        text-align: left !important;
        width: 100%;
    }
}

@media (max-width: 980px) {

    .author_home h6 {
        font-style: normal !important;
    }
}

@media (max-width: 768px) {

    .author_home h6 {
        float: right !important;
        width: 50%;
        text-align: right !important;
    }
}

@media (max-width: 480x) {

    .author_home h6 {
        width: 100% !important;
        text-align: left !important;
    }
}

.tabs_news_home li {
    list-style: none;
}

.tabs_news_home li a.active {
    background: #0067ac;
}

.get-help a {
    text-align: center;
}

.right_3_home .btnr-small {
    display: block;
    float: left;
    clear: both;
}

.home_news_stream li {
    padding: 15px 0 !important;
}

.home_news_stream .image_social {
    width: 22% !important;
    margin-right: 5%;
}

@media (max-width: 767px) {

    .home_news_stream .image_social {
        width: 13% !important;
        margin-right: 2%;
    }
}

@media (max-width: 480px) {

    .home_news_stream .image_social {
        width: 30% !important;
    }
}

.home_news_stream .image_social a {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    width: auto !important;
    height: auto !important;
    margin-right: 0 !important;
}

.home_news_stream .image_social img {
    height: auto !important;
}

@media (max-width: 767px) {

    .home_news_stream .text_social {
        width: 85% !important;
    }
}

@media (max-width: 480px) {

    .home_news_stream .text_social {
        width: 100% !important;
    }
}

.home_news_stream .text_social i {
    margin-left: 4px;
}

.home_news_stream .text_social a {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    font-weight: 400;
    color: #454242 !important;
}

.home_news_stream .text_social a:hover {
    color: #b32317 !important;
}

.donate_tab_change {
    display: none;
}

.donate_tab_change.active {
    display: block;
    overflow: visible;
}

.donate_tab_change.active .container {
    overflow: visible;
}

.donate-pay-left-form form {
    margin: 0 -2%;
}

@media (max-width: 480px) {

    .donate-pay-left-form form {
        margin: 0;
    }
}

.donate-pay-left-form form input[type=submit] {
    display: block;
    height: 40px;
    text-transform: uppercase;
    padding: 0 32px;
    text-align: center;
    margin-left: 2%;
    margin-bottom: 30px;
}

@media (max-width: 480px) {

    .donate-pay-left-form form input[type=submit] {
        margin-left: 0;
    }
}

.donate-pay-left-form form select {
    height: 40px;
    background: transparent;
}

.donate-pay-left-form form input[type="text"], .donate-pay-left-form form .selector {
    float: left;
    width: 29.33%;
    height: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0 2% 20px;
    min-width: 1px;
}

@media (max-width: 480px) {

    .donate-pay-left-form form input[type="text"], .donate-pay-left-form form .selector {
        width: 100% !important;
        margin: 0 0 20px;
    }
}

.donate-pay-left-form form input[type="text"].half_input, .donate-pay-left-form form .selector.half_input {
    width: 46%;
}

.donate-pay-left-form form input[type="text"].two_input, .donate-pay-left-form form .selector.two_input {
    width: 62.66%;
}

.donate-pay-left-form form input[type="text"].full_input, .donate-pay-left-form form .selector.full_input {
    width: 96%;
}

.donate_by_paypal a {
    color: #b32317;
}

.donate_by_paypal a:hover {
    text-decoration: underline;
}

.half_input {
    width: 50%;
}

.donate_tabs {
    padding: 0;
    background: #0067ac;
}

.donate_tabs .donate_tab {
    width: 33.33%;
    float: left; 
    padding-top: 6px;
    padding-bottom: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (min-width: 768px) {
    .donate_tabs .donate_tab {
        
        height: 109px;
    }

    .donate_tabs .donate_tab:first-child {
        padding-top: 17px;
    }

    .donate_tabs .donate_tab:first-child+.donate_tab {
        padding-top: 5px;
    }

    .donate_tabs .donate_tab:first-child+.donate_tab+.donate_tab {
        padding-top: 17px;
    }
}

@media (max-width: 768px) {

    .donate_tabs .donate_tab {
        width: 100%;
        float: none;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #f0f0f0;
    }

    .donate_tabs .donate_tab:last-child {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

.donate_tabs .donate_tab a {
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    background-repeat: no-repeat;
    background-position: top center;
    text-transform: uppercase;
    text-align: center;
    padding: 50px 20px 0;
    display: block;
}

.donate_tabs .donate_tab a:hover, .donate_tabs .donate_tab a.active {
    color: #fff;
    font-weight: bold;
}

.donate_tabs .donate_tab:hover,
.donate_tabs .donate_tab.active {
    background: #6e8499;
}

.donate_tabs .donate_tab a.donate_tab_1 {
    background-image: url("images/donate_white1.png");
}

.donate_tabs .donate_tab a.donate_tab_1:hover, .donate_tabs .donate_tab a.donate_tab_1.active {
    background-image: url("images/donate_white1.png");
}

.donate_tabs .donate_tab a.donate_tab_2 {
    background-image: url("images/donate_white2.png");
}

.donate_tabs .donate_tab a.donate_tab_2:hover, .donate_tabs .donate_tab a.donate_tab_2.active {
    background-image: url("images/donate_white2.png");
}

.donate_tabs .donate_tab a.donate_tab_3 {
    background-image: url("images/donate_white3.png");
}

.donate_tabs .donate_tab a.donate_tab_3:hover, .donate_tabs .donate_tab a.donate_tab_3.active {
    background-image: url("images/donate_white3.png");
}

.text-donate-right {
    background: #f7f7f7;
    padding: 30px;
    text-align: center;
}

.text-donate-right h2 {
    font-size: 30px;
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    margin: 0px;
    margin-bottom: 30px;
}

.text-donate-right p {
    font-size: 18px;
}

.donate-pay-left-form h4 {
    text-transform: uppercase;
}

.time_select {
    float: left;
}

.time_select label.selector {
    width: 178px;
}

@media (max-width: 1220px) {

    .time_select label.selector {
        width: 300px;
    }
}

.donate-form h6 {
    color: #0067ac;
}

.donate-pay-right {
    background: #f7f7f7;
    padding: 0px;
    margin-left: 10px;
}

@media (max-width: 960px) {

    .donate-pay-right {
        display: table;
        margin-left: 0;
        padding: 20px;
    }
}

@media (max-width: 640px) {

    .donate-pay-right {
        display: block;
        padding: 0;
    }
}

.donate-pay-right .text-donate-right {
    padding: 20px;
    float: left;
}

@media (max-width: 960px) {

    .donate-pay-right .text-donate-right {
        display: table-cell;
        vertical-align: middle;
        float: none;
        padding: 0 20px;
    }
}

@media (max-width: 640px) {

    .donate-pay-right .text-donate-right {
        display: block;
        width: 100%;
        padding: 20px;
    }
}

@media (max-width: 960px) {

    .donate-pay-right .img-top-donate-right {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }
}

@media (max-width: 640px) {

    .donate-pay-right .img-top-donate-right {
        display: block;
        width: 100%;
    }
}

.slider_donate_container {
    text-align: center;
    margin-bottom: 50px;
}

.slider_donate_container h2 {
    text-transform: uppercase;
    font-size: 30px;
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    margin-bottom: 30px;
}

.slider2 img {
    height: 151px;
    width: auto;
    margin-bottom: 30px;
}

.slider2 h4 {
    font-family: 'Helvetica';
    margin-bottom: 30px;
}

.slider2 p {
    font-weight: 300;
    margin: 0;
}

@media (max-width: 1220px) {

    .slider2 .bx-wrapper {
        width: 86%;
    }
}

@media (max-width: 960px) {

    .slider2 .bx-wrapper {
        width: 74%;
    }
}

@media (max-width: 768px) {

    .slider2 .bx-wrapper {
        width: 71%;
    }
}

@media (max-width: 751px) {

    .slider2 .bx-wrapper {
        width: 92%;
    }
}

@media (max-width: 480px) {

    .slider2 .bx-wrapper {
        width: 85%;
        margin: 0 auto;
    }
}

.slider2 .bx-pager {
    display: none;
}

.slider2 .bx-viewport {
    height: auto;
}

.slider2 .bx-wrapper .bx-controls-direction a {
    width: 25px;
    height: 25px;
}

.slider2 .bx-wrapper .bx-prev {
    background: url("images/prev.png") no-repeat center #e2e2e2;
    left: -70px;
}

@media (max-width: 768px) {

    .slider2 .bx-wrapper .bx-prev {
        left: -25px;
    }
}

.slider2 .bx-wrapper .bx-prev:hover, .slider2 .bx-wrapper .bx-prev.active {
    background: url("images/prev.png") no-repeat center #0067ac;
}

.slider2 .bx-wrapper .bx-next {
    background: url("images/next.png") no-repeat center #e2e2e2;
    right: -70px;
}

@media (max-width: 768px) {

    .slider2 .bx-wrapper .bx-next {
        right: -25px;
    }
}

.slider2 .bx-wrapper .bx-next:hover, .slider2 .bx-wrapper .bx-next.active {
    background: url("images/next.png") no-repeat center #0067ac;
}

@media (max-width: 767px) {

    .slide_what {
        display: none;
    }
}

.slide_what.active {
    display: block;
}

.slide_what.active .what2 {
    display: block !important;
    margin: 10px 0;
}

.button_simple {
    color: #454242;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
}

.button_simple i {
    margin-left: 5px;
}

.button_simple:hover {
    color: #b32317;
}

.top_img img {
    width: 100%;
    display: block;
}

.what_landing_top {
    padding: 60px 0;
    text-align: center;
}

@media (max-width: 767px) {

    .what_landing_top {
        padding: 30px 0;
    }
}

.what_landing_top h1 {
    text-transform: uppercase;
    margin-bottom: 30px;
}

@media (max-width: 640px) {

    .what_landing_top h1 {
        margin-bottom: 20px;
    }
}

.what_landing_top p {
    width: 80%;
    margin: 0 auto;
}

@media (max-width: 960px) {

    .what_landing_top p {
        width: 90%;
    }
}

@media (max-width: 767px) {

    .last_box {
        margin-bottom: 60px;
    }
}

.what_landing_container {
    display: table;
    margin-bottom: 30px;
}

@media (max-width: 767px) {

    .what_landing_container {
        display: block;
        margin-bottom: 0;
    }
}

@media (max-width: 640px) {

    .what_landing_container {
        margin-bottom: 0;
    }
}

.what_landing_container .what_landing_box {
    width: 50%;
    display: table-cell;
    padding: 0 37px;
    float: left;
}

@media (max-width: 767px) {

    .what_landing_container .what_landing_box {
        width: 85%;
        display: block;
        padding: 5px 0;
        float: none;
        margin: 0 auto;
        border-bottom: 1px solid #e8e8e8;
    }
}

@media (max-width: 480px) {

    .what_landing_container .what_landing_box {
        width: 100%;
    }
}

@media (max-width: 767px) {

    .what_landing_container .what_landing_box h3 a {
        cursor: pointer;
    }
}

@media (max-width: 767px) {

    .what_landing_container .what_landing_box.last_box {
        border-bottom: none;
    }
}

.what_landing_container .what_landing_box.who_box {
    width: 33.33%;
}

@media (max-width: 767px) {

    .what_landing_container .what_landing_box.who_box .img_what {
        height: auto;
        max-height: 200px;
        text-align: center;
    }
}

@media (max-width: 767px) and (max-width: 640px) {

    .what_landing_container .what_landing_box.who_box .img_what {
        max-height: 1000px;
    }
}

@media (max-width: 767px) {

    .what_landing_container .what_landing_box.who_box .img_what img {
        max-height: 200px;
        height: auto;
        max-width: 100%;
    }
}

@media (max-width: 640px) {

    .what_landing_container .what_landing_box.who_box .img_what img {
        max-height: 1000px;
    }
}

@media (max-width: 767px) {

    .what_landing_container .what_landing_box.who_box {
        width: 100%;
        padding: 5px 0;
    }
}

.what_landing_container p {
    text-align: justify;
}

.what_landing_container .who_box_mb p {
    margin-bottom: 100px;
}

@media (max-width: 767px) {

    .what_landing_container p {
        display: block;
    }
}

@media (max-width: 640px) {

    .what_landing_container p {
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }
}

.what_landing_container h3 {
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 767px) {

    .what_landing_container h3 {
        text-align: left;
        margin: 5px 0;
        padding: 5px 0;
        text-transform: capitalize;
    }
}

.what_landing_container h3 a {
    color: #454242;
    padding: 8px 0 5px 50px;
    line-height: 36px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 767px) {

    .what_landing_container h3 a {
        padding-left: 50px !important;
        font-size: 20px;
        background-size: auto 25px !important;
    }
}

@media (max-width: 480px) {

    .what_landing_container h3 a {
        font-size: 15px;
        padding-left: 40px !important;
    }
}

@media (max-width: 767px) {

    .what_landing_container h3 a:after {
        content: '\f0d7';
        font-family: 'FontAwesome';
        float: right;
    }
}

@media (max-width: 767px) {

    .what_landing_container h3 a.active:after {
        content: '\f0de';
        font-family: 'FontAwesome';
    }
}

.what_landing_container h3 a:hover {
    color: #b32317;
}

@media (max-width: 767px) {

    .what_landing_container h3 a:hover {
        background-size: auto 25px !important;
    }
}

.what_landing_container h3 a.what_11 {
    background: url("images/what_11.png") no-repeat 0 center;
}

.what_landing_container h3 a.what_11:hover {
    background: url("images/what_11a.png") no-repeat 0 center;
}

.what_landing_container h3 a.what_12 {
    background: url("images/what_12.png") no-repeat 0 center;
}

.what_landing_container h3 a.what_12:hover {
    background: url("images/what_12a.png") no-repeat 0 center;
}

.what_landing_container h3 a.what_13 {
    background: url("images/what_13.png") no-repeat 0 center;
}

.what_landing_container h3 a.what_13:hover {
    background: url("images/what_13a.png") no-repeat 0 center;
}

.what_landing_container h3 a.what_14 {
    background: url("images/what_14.png") no-repeat 0 center;
}

.what_landing_container h3 a.what_14:hover {
    background: url("images/what_14a.png") no-repeat 0 center;
}

.what_landing_container h3 a.who_11 {
    background: url("images/children-2.png") no-repeat 0 center;
}

.what_landing_container h3 a.who_11:hover {
    background: url("images/children-active.png") no-repeat 0 center;
}

.what_landing_container h3 a.who_12 {
    background: url("images/graduates.png") no-repeat 0 center;
}

.what_landing_container h3 a.who_12:hover {
    background: url("images/graduates-active.png") no-repeat 0 center;
}

.what_landing_container h3 a.who_13 {
    background: url("images/family.png") no-repeat 0 center;
}

.what_landing_container h3 a.who_13:hover {
    background: url("images/family-active.png") no-repeat 0 center;
}

.what_landing_container h3 a.who_14 {
    background: url("images/girls.png") no-repeat 0 center;
}

.what_landing_container h3 a.who_14:hover {
    background: url("images/girls-active.png") no-repeat 0 center;
}

.what_landing_container h3 a.who_15 {
    background: url("images/adults.png") no-repeat 0 center;
}

.what_landing_container h3 a.who_15:hover {
    background: url("images/adults-active.png") no-repeat 0 center;
}

.what_landing_container h3 a.who_16 {
    background: url("images/veteran.png") no-repeat 0 center;
}

.what_landing_container h3 a.who_16:hover {
    background: url("images/veteran-active.png") no-repeat 0 center;
}

.what_landing_container .img_what {
    /*height: 225px;*/
    height: auto;
}

@media (max-width: 1220px) {

    .what_landing_container .img_what {
        /*height: 195px;*/
        height: auto;
    }
}

@media (max-width: 960px) {

    .what_landing_container .img_what {
        /*height: 135px;*/
        height: auto;
    }
}

@media (max-width: 767px) {

    .what_landing_container .img_what {
        display: none;
    }
}

@media (max-width: 640px) {

    .what_landing_container .img_what {
        text-align: center;
        height: auto;
    }
}

.what_landing_container .img_what.what2 {
    display: none;
}

.what_landing_container .img_what img {
    max-width: 100%;
    /*height: 225px;*/
    height: auto;
}

@media (max-width: 1220px) {

    .what_landing_container .img_what img {
        height: auto;
    }
}

@media (max-width: 960px) {

    .what_landing_container .img_what img {
        height: auto;
    }
}

@media (max-width: 640px) {

    .what_landing_container .img_what img {
        height: auto;
        width: 100%;
    }
}

.what_bottom {
    margin-top: 30px;
    width: 100%;
}

.what_bottom .what_left {
    width: 66.66%;
    float: left;
    padding-right: 15px;
}

@media (max-width: 960px) {

    .what_bottom .what_left {
        width: 100%;
        padding-right: 0;
    }
}

@media (max-width: 640px) {

    .what_bottom .what_left {
        text-align: center;
    }
}

.what_bottom .what_left a, .what_bottom .what_left img {
    display: block;
}

.what_bottom .what_left img {
    height: 150px;
    max-width: 100%;
}

@media (max-width: 960px) {

    .what_bottom .what_left img {
        height: auto;
    }
}

.what_bottom .what_left h3 {
    text-transform: uppercase;
}

.what_bottom .what_left h3 a {
    color: #454242;
}

.what_bottom .what_left p {
    font-size: 18px;
    text-align: justify;
    font-weight: 300;
    line-height: 28px;
}

@media (max-width: 640px) {

    .what_bottom .what_left p {
        text-align: center;
        width: 90%;
        margin: 0 auto;
    }
}

.what_bottom .what_right {
    width: 33.33%;
    float: right;
    display: table;
    padding-left: 15px;
}

@media (max-width: 960px) {

    .what_bottom .what_right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
}

.what_bottom .what_right_box {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: #0067ac;
    padding: 30px;
}

@media (max-width: 1220px) {

    .what_bottom .what_right_box {
        padding: 20px;
    }
}

.what_bottom .what_right_box h3 {
    margin-bottom: 50px;
    margin-top: 0;
}

@media (max-width: 960px) {

    .what_bottom .what_right_box h3 {
        margin-bottom: 30px;
    }
}

.what_bottom .what_right_box h3 a {
    color: white;
    font-size: 30px;
    text-transform: uppercase;
}

.what_bottom .what_right_box .donate_btn {
    margin-bottom: 50px;
}

@media (max-width: 960px) {

    .what_bottom .what_right_box .donate_btn {
        margin-bottom: 30px;
    }
}

.what_bottom .what_right_box a {
    display: inline-block;
}

.donate_btn {
    padding: 20px 25px 20px 60px;
    background-color: white;
    background-image: url("images/donate-red.png");
    background-repeat: no-repeat;
    background-position: 25px center;
    color: #b32317;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.button_simple2 {
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
}

.button_simple2 i {
    margin-right: 5px;
}

.button_simple2:hover {
    text-decoration: underline;
}

.what_tabs_container {
    background: #f7f7f7;
    padding: 20px 0;
}

.what_tabs_container .what_tab_box {
    float: left;
    vertical-align: middle;
    width: 25%;
    padding: 0 10px;
}

.what_tabs_container .what_tab_box.who_tabs {
    width: 16.66%;
}

@media (max-width: 768px) {

    .what_tabs_container .what_tab_box.who_tabs {
        width: 33.33%;
        padding: 10px;
    }
}

@media (max-width: 640px) {

    .what_tabs_container .what_tab_box.who_tabs {
        width: 100%;
        padding: 0;
        padding-bottom: 10px;
    }
}

@media (max-width: 640px) {

    .what_tabs_container .what_tab_box {
        width: 100%;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #f0f0f0;
    }

    .what_tabs_container .what_tab_box:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
}

.what_tabs_container a {
    display: block;
    padding-top: 50px;
    text-align: center;
    color: #454242;
    background-repeat: no-repeat;
    background-position: center top;
    font-family: 'Helvetica';
    font-weight: normal;
    font-size: 18px;
    text-transform: uppercase;
}

.what_tabs_container a:hover, .what_tabs_container a.active {
    color: #b32317;
    font-weight: bold;
}

.what_tabs_container .what_tab_1 {
    background-image: url("images/what_11.png");
}

.what_tabs_container .what_tab_1:hover, .what_tabs_container .what_tab_1.active {
    background-image: url("images/what_11a.png");
}

.what_tabs_container .what_tab_2 {
    background-image: url("images/what_12.png");
}

.what_tabs_container .what_tab_2:hover, .what_tabs_container .what_tab_2.active {
    background-image: url("images/what_12a.png");
}

.what_tabs_container .what_tab_3 {
    background-image: url("images/what_13.png");
}

.what_tabs_container .what_tab_3:hover, .what_tabs_container .what_tab_3.active {
    background-image: url("images/what_13a.png");
}

.what_tabs_container .what_tab_4 {
    background-image: url("images/what_14.png");
}

.what_tabs_container .what_tab_4:hover, .what_tabs_container .what_tab_4.active {
    background-image: url("images/what_14a.png");
}

.what_tabs_container .who_tab_1 {
    background-image: url("images/children-2.png");
}

.what_tabs_container .who_tab_1:hover, .what_tabs_container .who_tab_1.active {
    background-image: url("images/children-active.png");
}

.what_tabs_container .who_tab_2 {
    background-image: url("images/graduates.png");
}

.what_tabs_container .who_tab_2:hover, .what_tabs_container .who_tab_2.active {
    background-image: url("images/graduates-active.png");
}

.what_tabs_container .who_tab_3 {
    background-image: url("images/family.png");
}

.what_tabs_container .who_tab_3:hover, .what_tabs_container .who_tab_3.active {
    background-image: url("images/family-active.png");
}

.what_tabs_container .who_tab_4 {
    background-image: url("images/girls.png");
}

.what_tabs_container .who_tab_4:hover, .what_tabs_container .who_tab_4.active {
    background-image: url("images/girls-active.png");
}

.what_tabs_container .who_tab_5 {
    background-image: url("images/adults.png");
}

.what_tabs_container .who_tab_5:hover, .what_tabs_container .who_tab_5.active {
    background-image: url("images/adults-active.png");
}

.what_tabs_container .who_tab_6 {
    background-image: url("images/veteran.png");
}

.what_tabs_container .who_tab_6:hover, .what_tabs_container .who_tab_6.active {
    background-image: url("images/veteran-active.png");
}

.what_tabs_single {
    padding: 60px 0 0;
    display: none;
}

.what_tabs_single.active {
    display: block;
}

@media (max-width: 640px) {

    .what_tabs_single {
        padding-top: 30px;
    }
}

.what_tabs_single .top_description {
    width: 100%;
    display: table;
    margin-bottom: 25px;
}

@media (max-width: 640px) {

    .what_tabs_single .top_description {
        margin-bottom: 30px;
    }
}

.what_tabs_single .top_description .left_description {
    width: 33.33%;
    /*display: table-cell;*/
    padding: 0 20px;
    float: left;
    display: none;
}

@media (max-width: 1220px) {

    .what_tabs_single .top_description .left_description {
        width: 20%;
    }
}

@media (max-width: 960px) {

    .what_tabs_single .top_description .left_description {
        width: 100%;
        text-align: center;
        display: block;
    }
}

.what_tabs_single .top_description .image_circle {
    /*-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #b32317;*/
    width: 318px;
    height: 318px;
    overflow: hidden;
}

@media (max-width: 1220px) {

    .what_tabs_single .top_description .image_circle {
        width: 250px;
        height: 250px;
    }
}

@media (max-width: 960px) {

    .what_tabs_single .top_description .image_circle {
        margin: 0 auto;
    }
}

.what_tabs_single .top_description .image_circle img {
    height: 318px;
}

@media (max-width: 1220px) {

    .what_tabs_single .top_description .image_circle img {
        height: 250px;
    }
}

.what_tabs_single .top_description .right_description {
    width: 100%;
    /*display: table-cell;
    vertical-align: middle;*/
    float: right;
}

@media (max-width: 1220px) {

    .what_tabs_single .top_description .right_description {
        width: 80%;
    }
}

@media (max-width: 960px) {

    .what_tabs_single .top_description .right_description {
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 30px;
    }
}

.what_tabs_single .top_description .right_description h1 {
    text-transform: uppercase;
}

.what_tabs_single .top_description .right_description p {
    font-size: 18px;
    font-weight: 300;
    line-height: 36px;
}

.what_quote {
    background: #f7f7f7;
    padding: 30px 0;
    color: #b32317;
}

.what_quote h2.last_h2 {
    text-align: right;
}

.what_quote p {
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
    text-align: justify;
}

@media (max-width: 640px) {

    .what_quote p {
        text-align: center;
    }
}

.who_img_big img {
    width: 100%;
}

.programs_who {
    padding-top: 0;
}

.what_programs {
    padding-top: 50px;
}

@media (max-width: 640px) {

    .what_programs {
        padding-top: 30px;
    }
}

.what_programs.who_programs {
    padding-top: 0;
}

.what_programs.who_programs h3 {
    font-size: 24px;
    color: #b32317;
}

.what_programs.who_programs p {
    margin: 5px 0;
}

.what_programs.who_programs p i {
    margin-right: 7px;
}

.what_programs h3 {
    font-size: 30px;
}

.clear_up768, .clear_down768 {
    clear: both;
}

.clear_down768 {
    display: none;
}

@media (max-width: 768px) {

    .clear_down768 {
        display: block;
    }
}

@media (max-width: 768px) {

    .clear_up768 {
        display: none;
    }
}

.what_programs_container {
    margin: 0 -15px;
    display: table;
    width: 100%;
}

@media (max-width: 640px) {

    .what_programs_container {
        margin: 0;
    }
}

.what_programs_container .what_programs_box {
    width: 33.33%;
    float: left;
    padding: 25px 15px;
}

@media (max-width: 960px) {

    .what_programs_container .what_programs_box {
        padding: 15px;
    }
}

@media (max-width: 768px) {

    .what_programs_container .what_programs_box {
        width: 50%;
    }
}

@media (max-width: 640px) {

    .what_programs_container .what_programs_box {
        width: 100%;
        padding: 15px 0;
    }
}

.what_programs_container .what_programs_box p {
    text-align: justify;
}

.what_programs_container .what_programs_box h4 {
    font-weight: bold;
}

.what_programs_container .what_programs_box h4 a {
    color: #454242;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.what_programs_container .what_programs_box h4 a:hover {
    color: #b32317;
}

.what_programs_container .what_programs_box h5 {
    margin-top: 10px;
    margin-bottom: -8px;
    font-family: 'Open Sans';
    line-height: 24px;
}

.what_programs_container .what_programs_box h5 i {
    margin-right: 5px;
}

.contact_info_container {
    background: #0067ac;
    padding: 20px 0;
}

@media (min-width: 641px) {
    .contact_info_container {
        padding: 8px 0;
        max-height: 112px;
    }
}

.contact_info_container .contact_info_box {
    width: 33.33%;
    padding: 0 10px;
    float: left;
    text-align: center;
    color: white;
}

.contact_info_container .contact_info_box a {
    color: #fff;
}

.contact_info_container .contact_info_box a:hover {
    text-decoration: underline;
}

@media (max-width: 640px) {

    .contact_info_container .contact_info_box {
        width: 100%;
        padding: 10px 0;
    }

    .contact_info_container .contact_info_box:last-child {
        padding-bottom: 0;
    }
}

.contact_info_container .contact_info_box i {
    font-size: 36px;
    display: block;
}

.contact_form_container {
    padding: 90px 0 60px;
    background: #f0f0f0;
}

@media (max-width: 640px) {

    .contact_form_container {
        padding: 40px 0;
    }
}

.contact_form_container h1 {
    text-align: center;
    width: 54%;
    margin: 0 auto;
    text-transform: uppercase;
    margin-bottom: 45px;
}

.above_contact {
    text-align: center;
    width: 54%;
    margin: 0 auto;
    margin-bottom: 45px;
}

@media (max-width: 960px) {

    .contact_form_container h1 {
        width: 90%;
    }
}

.contact_form_container .form_div {
    width: 80%;
    margin: 0 auto;
}

@media (max-width: 960px) {

    .contact_form_container .form_div {
        width: 100%;
    }
}

.contact_form_container input[type='text'],
.contact_form_container input[type='email'] {
    width: 100%;
    border: none;
    background: white;
    height: 40px;
    margin-bottom: 20px;
    font-family: "Libre Baskerville", serif;
    font-size: 12px;
    padding: 5px 20px;
    color: #87807d;
}

.contact_form_container ::-webkit-input-placeholder {
  /* WebKit browsers */
    color: #87807d;
}

.contact_form_container :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
    color: #87807d;
    opacity: 1;
}

.contact_form_container ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
    color: #87807d;
    opacity: 1;
}

.contact_form_container :-ms-input-placeholder {
  /* Internet Explorer 10+ */
    color: #87807d;
}

.contact_form_container label.selector {
    width: 100%;
    padding: 0px;
    margin: 0px;
    height: 40px;
    border-radius: 0;
    margin-bottom: 20px;
    font-weight: normal;
}

.contact_form_container label.selector span {
    background: none;
    width: 20px;
    color: #87807d;
}

.contact_form_container select {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #87807d;
    font-family: "Libre Baskerville", serif;
    text-indent: 8px;
    background: white;
}

.contact_form_container textarea {
    height: 160px;
    width: 100%;
    font-family: "Libre Baskerville", serif;
    font-size: 12px;
    color: #87807d;
    border: none;
    background: white;
    padding: 10px 20px;
    margin-top: -5px;
}

.contact_form_container .send_message {
    width: 100%;
    clear: both;
    text-align: center;
}

.wpcf7-form span {
    width: auto !important;
    display: inline !important;
    position: relative !important;
    right: 0 !important;
}

.wpcf7-form span.select_arrow {
    background: none !important;
    width: 20px !important;
    color: #87807d !important;
    display: inline-block !important;
    z-index: 3333 !important;
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 10px !important;
    width: 20px !important;
    color: #454242 !important;
    text-align: center !important;
    pointer-events: none;
    -ms-touch-action: none;
}

.wpcf7-form label.selector br {
    display: none;
}

div.wpcf7-response-output {
    margin-left: 15px;
    margin-right: 15px;
}

span.wpcf7-not-valid-tip {
    top: -15px;
}

@media (max-width: 640px) {

    .contact_form_container .send_message {
        padding-top: 20px;
    }
}

.contact_form_container input[type='submit'] {
    padding: 15px 60px;
}

.left_fields, .right_fields {
    width: 50%;
    padding: 0 15px;
    float: left;
}

@media (max-width: 640px) {

    .left_fields, .right_fields {
        width: 100%;
        padding: 0;
    }
}

.bottom_contact_container {
    margin-top: 60px;
}

.left_bottom_contact {
    width: 66.66%;
    float: left;
    padding-right: 10px;
}

@media (max-width: 768px) {

    .left_bottom_contact {
        width: 100%;
        padding: 0;
    }
}

@media (max-width: 640px) {

    .left_bottom_contact {
        text-align: center;
    }
}

.left_bottom_contact h3 {
    font-size: 30px;
    margin-top: 0;
}

@media (max-width: 640px) {

    .left_bottom_contact h3 {
        margin-bottom: 30px;
    }
}

.left_bottom_contact .left_bottom_wrapper {
    width: 100%;
    margin: 0 -10px;
}

@media (max-width: 640px) {

    .left_bottom_contact .left_bottom_wrapper {
        margin: 0;
        text-align: center;
    }
}

.left_bottom_contact .col_bottom_box {
    width: 50%;
    padding: 0 10px;
    float: left;
}

@media (max-width: 640px) {

    .left_bottom_contact .col_bottom_box {
        width: 100%;
        padding: 0;
        text-align: center;
    }
}

.left_bottom_contact .col_bottom_box .img_contact {
    display: block;
    height: 130px;
    overflow: hidden;
    margin-bottom: 20px;
}

@media (max-width: 1220px) {

    .left_bottom_contact .col_bottom_box .img_contact {
        height: 100px;
    }
}

@media (max-width: 960px) {

    .left_bottom_contact .col_bottom_box .img_contact {
        height: 76px;
    }
}

@media (max-width: 640px) {

    .left_bottom_contact .col_bottom_box .img_contact {
        height: auto;
    }
}

.left_bottom_contact .col_bottom_box img {
    display: block;
    max-width: 100%;
}

@media (max-width: 640px) {

    .left_bottom_contact .col_bottom_box img {
        margin: 0 auto;
    }
}

.left_bottom_contact .col_bottom_box h4 {
    font-weight: bold;
}

.left_bottom_contact .col_bottom_box h4 a {
    color: #454242;
}

.left_bottom_contact .col_bottom_box h4 a:hover {
    color: #b32317;
}

.left_bottom_contact .col_bottom_box p {
    text-align: justify;
}

@media (max-width: 640px) {

    .left_bottom_contact .col_bottom_box p {
        text-align: center;
    }
}

.title-know-us h4 a {
    color: #454242;
}

.title-know-us h4 a:hover {
    color: #b32317;
}

.right_bottom_contact {
    width: 33.33%;
    float: left;
    padding-left: 10px;
}

@media (max-width: 768px) {

    .right_bottom_contact {
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }
}

.newsletter_div {
    background: #0067ac;
    padding: 20px;
    color: white;
    text-align: center;
    overflow: hidden;
}

.newsletter_div h4 {
    margin-bottom: 20px;
}

.newsletter_div form {
    text-align: left;
    margin: 0 -10px;
}

@media (max-width: 960px) {

    .newsletter_div form {
        margin: 0;
    }
}

@media (max-width: 768px) {

    .newsletter_div form {
        margin: 0 -10px;
    }
}

@media (max-width: 450px) {

    .newsletter_div form {
        margin: 0;
    }
}

.newsletter_div p {
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
    margin-bottom: 20px;
}

.newsletter_div .left_newsletter, .newsletter_div .right_newsletter {
    float: left;
    width: 50%;
    padding: 0 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

@media (max-width: 960px) {

    .newsletter_div .left_newsletter, .newsletter_div .right_newsletter {
        width: 100%;
        padding: 0;
    }
}

@media (max-width: 768px) {

    .newsletter_div .left_newsletter, .newsletter_div .right_newsletter {
        width: 50%;
        padding: 0 10px;
    }
}

@media (max-width: 450px) {

    .newsletter_div .left_newsletter, .newsletter_div .right_newsletter {
        width: 100%;
        padding: 0;
    }
}

.newsletter_div label {
    font-size: 12px;
    margin-bottom: 4px;
    display: block;
}

.newsletter_div input {
    height: 40px;
    width: 100%;
    border: none;
    background: white;
    border-radius: 0;
}

.newsletter_div .mail_form {
    width: 66.66%;
    float: left;
    padding: 0 10px;
}

@media (max-width: 960px) {

    .newsletter_div .mail_form {
        width: 100%;
        padding: 0;
    }
}

@media (max-width: 768px) {

    .newsletter_div .mail_form {
        width: 66.66%;
        padding: 0 10px;
    }
}

@media (max-width: 450px) {

    .newsletter_div .mail_form {
        width: 100%;
        padding: 0;
    }
}

.newsletter_div .input_form {
    width: 33.33%;
    float: left;
    padding: 0 10px;
    margin-top: 21px;
}

@media (max-width: 960px) {

    .newsletter_div .input_form {
        width: 100%;
        padding: 0;
    }
}

@media (max-width: 768px) {

    .newsletter_div .input_form {
        width: 33.33%;
        padding: 0 10px;
    }
}

@media (max-width: 450px) {

    .newsletter_div .input_form {
        width: 100%;
        padding: 0;
    }
}

.newsletter_div input[type='submit'] {
    background: #b32317;
}

.newsletter_div input[type='submit']:hover {
    background: #760900;
}

.news_top {
    position: relative;
    /*height: 450px;*/
    width: 100%;
    overflow: hidden;
}

@media (max-width: 640px) {

    /*.news_top {
        height: 350px;
    }*/
}

.news_top .img_relative_news {
    position: relative;
}

.news_top .img_relative_news img {
    width: 100%;
    display: block;
}

@media (max-width: 1400px) {

    /*.news_top .img_relative_news img {
        height: 450px;
    }*/
}

@media (max-width: 1350px) {

    .news_top .img_relative_news img {
        width: auto;
    }
}

@media (max-width: 640px) {

    /*.news_top .img_relative_news img {
        height: 350px;
    }*/
}

.news_top .news_table {
    display: table;
    height: 100%;
}

/*.news_top .container {
    height: 100%;
}*/

.news_top .news_top_text {
    background: rgba(0, 0, 0, 0.1);
    color: white;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    top: 0;
    height: 100%;
}

.news_top .news_top_text .news_top_middle {
    display: none;
    /*display: table-cell;*/
    vertical-align: middle;
}

.news_top .news_top_text h1 {
    font-size: 41px;
    margin-bottom: 20px;
    width: 70%;
}

.news_top .news_top_text h1 a {
    color: #fff;
}

@media (max-width: 980px) {

    .news_top .news_top_text h1 {
        width: 100%;
    }
}

@media (max-width: 640px) {

    .news_top .news_top_text h1 {
        font-size: 30px;
    }
}

.news_top .news_top_text h4 {
    float: left;
    margin-right: 20px;
}

.news_top .news_top_text h4 i {
    margin-right: 5px;
}

.tabs_new_events {
    padding: 60px 0;
    text-align: center;
}

@media (max-width: 767px) {

    .tabs_new_events {
        padding: 30px 0;
    }
}

.tabs_new_events a {
    display: inline-block;
    color: #454242;
    font-size: 24px;
    font-family: 'Helvetica';
    padding: 10px 50px;
    margin-right: 30px;
    text-transform: uppercase;
}

@media (max-width: 480px) {

    .tabs_new_events a {
        display: block;
        margin-right: 0;
    }
}

.tabs_new_events a:last-child {
    margin-right: 0;
}

.tabs_new_events a:hover, .tabs_new_events a.active {
    background: #0067ac;
    color: white;
}

.news_sort_bar {
    background: #0067ac;
    color: white;
    overflow: hidden;
    height: 72px;
    line-height: 72px;
    display: table;
    width: 100%;
    display: none;
}

@media (max-width: 980px) {

    .news_sort_bar {
        height: auto;
        background: white;
    }
}

@media (max-width: 480px) {

    .news_sort_bar {
        line-height: 50px;
    }
}

.news_sort_bar h2, .news_sort_bar h4 {
    text-transform: uppercase;
    float: left;
    line-height: 72px;
}

.news_sort_bar h2 {
    padding-left: 20px;
}

@media (max-width: 980px) {

    .news_sort_bar h2 {
        float: none;
        color: #0067ac;
        padding-left: 0;
    }
}

.news_sort_bar h4 {
    margin-right: 20px;
}

@media (max-width: 480px) {

    .news_sort_bar h4 {
        line-height: 50px;
        font-size: 16px;
        margin-right: 10px;
    }
}

.news_sort_bar .left_sort {
    float: left;
}

.news_sort_bar .right_sort {
    float: right;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Helvetica';
}

@media (max-width: 480px) {

    .news_sort_bar .right_sort {
        font-size: 16px;
    }
}

@media (max-width: 980px) {

    .news_sort_bar .right_sort {
        float: none;
        background: #0067ac;
        clear: both;
        border-bottom: 10px solid white;
        overflow: hidden;
        padding-left: 20px;
    }
}

@media (max-width: 480px) {

    .news_sort_bar .right_sort {
        padding-left: 10px;
    }
}

.news_sort_bar a {
    color: white;
    display: block;
    float: left;
    padding: 0 20px;
    white-space: nowrap;
}

@media (max-width: 480px) {

    .news_sort_bar a {
        padding: 0 9px;
    }
}

.news_sort_bar a:hover, .news_sort_bar a.active {
    background: #66788f;
}

.main_content_news {
    overflow: hidden;
}

.news_box {
    margin-top: 50px;
    overflow: hidden;
}

.news_box:first-child {
    margin-top: 0;
}

@media (max-width: 640px) {

    .news_box {
        margin-top: 30px;
    }
}

.news_box .img_news_box, .news_box .text_news_box {
    float: left;
}

.news_box .img_news_box {
    width: 45%;
    float: right;
    padding-right: 10px;
    overflow: hidden;
    margin-bottom: 15px;
    padding-left: 10px;
}

@media (max-width: 640px) {

    .news_box .img_news_box {
        width: 100%;
        padding-right: 0;
    }
}

.news_box .img_news_box img {
    max-width: 100%;
}

@media (max-width: 640px) {

    .news_box .img_news_box img {
        width: 100%;
    }
}

.news_box p {
    text-align: justify;
    font-weight: 300;
}

.news_box .text_news_box {
    width: 55%;
    float: left;
    padding-right: 20px;
}

.news_box .text_news_full {
    width: 100%;
}

@media (max-width: 640px) {

    .news_box .text_news_box {
        width: 100%;
        padding-left: 0;
    }
}

.news_box .text_news_box h5 {
    float: left;
}

.news_box .text_news_box h5, .news_box .text_news_box h6 {
    color: #c2bfbd;
    font-size: 14px;
}

.news_box .text_news_box h5 i, .news_box .text_news_box h6 i {
    margin-right: 5px;
    font-size: 18px;
}

.news_box .text_news_box h6 {
    float: right;
}

.news_box .news_box_author {
    overflow: hidden;
    margin-bottom: 20px;
}

.news_box h2 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.news_box h2 a {
    color: #454242;
}

.news_box h2 a:hover {
    color: #0067ac;
}

.news_left_main {
    width: 66.66%;
    float: left;
    max-width: 750px;
}

@media (max-width: 768px) {

    .news_left_main {
        width: 100%;
        padding-right: 0;
    }
}

.news_left_main .form_search_news {
    display: none;
}

@media (max-width: 980px) {

    .news_left_main .form_search_news {
        display: block;
    }
}

@media (max-width: 480px) {

    .news_left_main .form_search_news {
        height: 50px;
        padding: 10px;
    }
}

@media (max-width: 480px) {

    .news_left_main .form_search_news input[type='text'] {
        height: 30px;
        line-height: 30px;
    }
}

@media (max-width: 480px) {

    .news_left_main .form_search_news input[type='submit'] {
        bottom: 7px;
        right: 10px;
    }
}

.news_right_sidebar {
    width: 33.33%;
    float: left;
    padding-left: 20px;
    overflow: hidden;
}

@media (max-width: 980px) {

    .news_right_sidebar .form_search_news {
        display: none;
    }
}

.news_right_sidebar.single_sidebar {
    margin-top: 50px;
}

@media (max-width: 768px) {

    .news_right_sidebar.single_sidebar {
        margin-top: 0;
    }
}

@media (max-width: 768px) {

    .news_right_sidebar {
        width: 100%;
        padding-left: 0;
    }
}

.load_news {
    color: #0067ac;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin: 30px 0;
}

.load_news:hover {
    text-decoration: underline;
}

.follow_us_social h4 {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.follow_us_social a {
    display: block;
    float: left;
    padding-top: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #c2bfbd;
    color: #fff !important;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-right: 10px;
}

.follow_us_social a i {
    font-size: 25px;
}

.twitter:hover, .twitter.active {
    background: #1ab2e8;
}

.facebook:hover, .facebook.active {
    background: #3b5998;
}

.gplus:hover {
    background: #dd4b39;
}

.linkedin:hover {
    background: #007BB6;
}

/*.widget_news {
    margin-bottom: 40px;
}*/

@media (max-width: 768px) {

    .widget_news {
        margin-top: 40px;
    }
}

.widget_news .top_widget_title {
    padding: 20px;
    background: #f7f7f7;
    font-family: 'Helvetica';
    text-align: center;
}

.widget_news .top_widget_title h2 {
    text-transform: uppercase;
    line-height: 26px;
}

.widget_news .widget_container {
    position: relative;
    height: 360px;
    overflow: hidden;
}

@media (max-width: 480px) {

    .widget_news .widget_container {
        height: 275px;
    }
}

.widget_news .widget_container .img_widget {
    position: relative;
}

@media (max-width: 768px) {

    .widget_news .widget_container .img_widget img {
        width: 100%;
    }
}

.widget_news .widget_container .widget_absolute {
    position: absolute;
    z-index: 333;
    top: 0;
    display: table;
    width: 100%;
    height: 100%;
}

.widget_news .widget_container .widget_chart {
    background: url("images/donate_widget.png") no-repeat center;
    width: 206px;
    height: 200px;
    margin: 0 auto;
}

.widget_news .widget_container .widget_chart h2 {
    line-height: 200px;
    font-size: 48px;
    font-weight: 300;
    font-family: 'Helvetica';
    color: white;
}

.widget_news .widget_container .widget_table_cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.widget_news .bottom_widget_news {
    background: #f7f7f7;
    padding: 0 15px;
}

.widget_news .bottom_widget_news div {
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
    padding: 15px 0;
}

.widget_news .bottom_widget_news div:last-child {
    border-bottom: none;
}

.widget_news .bottom_widget_news div h5 {
    float: right;
    text-transform: uppercase;
    font-size: 18px;
}

.widget_news .bottom_widget_news div h4 {
    float: left;
    text-transform: uppercase;
}

/*.social_widget {
    margin-top: 50px;
}*/

.social_widget li {
    list-style-type: none;
}

.social_widget_tabs li {
    float: left;
}

.social_widget_tabs li a {
    display: block;
    background: #c2bfbd;
    color: white;
    text-transform: uppercase;
    font-family: 'Helvetica';
    padding: 20px;
}

.social_widget_container {
    background: #f7f7f7;
    padding: 0 20px;
    display: none;
}

.social_widget_container.active {
    display: block;
}

@media (max-width: 980px) {

    .social_widget_container {
        padding: 0 10px;
    }
}

.social_widget_container li {
    padding: 20px 0;
    border-bottom: 1px solid #c2bfbd;
    border-bottom-style: dotted;
    overflow: hidden;
}

.social_widget_container li:last-child {
    border-bottom: none;
}

.social_widget_container .image_social {
    float: left;
    width: 27%;
}

@media (max-width: 980px) {

    .social_widget_container .image_social {
        width: 30%;
    }
}

@media (max-width: 768px) {

    .social_widget_container .image_social {
        width: 10%;
    }
}

@media (max-width: 550px) {

    .social_widget_container .image_social {
        width: 15%;
    }
}

@media (max-width: 480px) {

    .social_widget_container .image_social {
        width: auto;
    }
}

.social_widget_container .image_social a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    overflow: hidden;
    margin-right: 20px;
    display: block;
}

@media (max-width: 980px) {

    .social_widget_container .image_social a {
        margin-right: 10px;
        width: 50px;
        height: 50px;
    }
}

.social_widget_container .image_social img {
    height: 70px;
}

@media (max-width: 980px) {

    .social_widget_container .image_social img {
        height: 50px;
    }
}

.social_widget_container .text_social {
    float: left;
    width: 73%;
}

@media (max-width: 1220px) {

    .social_widget_container .text_social {
        width: 100%;
        float: none;
        clear: both;
        overflow: hidden;
        margin-top: 10px;
    }
}

@media (max-width: 768px) {

    .social_widget_container .text_social {
        float: left;
        clear: none;
        width: 90%;
        margin-top: 0;
    }
}

@media (max-width: 550px) {

    .social_widget_container .text_social {
        width: 85%;
    }
}

@media (max-width: 450px) {

    .social_widget_container .text_social {
        width: 100%;
        padding-top: 10px;
    }
}

.social_widget_container .text_social p {
    margin: 0;
    font-family: 'Helvetica';
    text-align: left;
}

@media (max-width: 980px) {

    .social_widget_container .text_social p {
        text-align: left;
    }
}

.social_widget_container .text_social p span, .social_widget_container .text_social p a {
    color: #0067ac;
}

.social_widget_container .top_text_social {
    overflow: hidden;
    margin-bottom: 10px;
    float: left;
    width: 73%;
}

@media (max-width: 980px) {

    .social_widget_container .top_text_social {
        width: 70%;
    }
}

@media (max-width: 768px) {

    .social_widget_container .top_text_social {
        width: 90%;
    }
}

@media (max-width: 550px) {

    .social_widget_container .top_text_social {
        width: 85%;
    }
}

@media (max-width: 480px) {

    .social_widget_container .top_text_social {
        width: 78%;
    }
}

@media (max-width: 450px) {

    .social_widget_container .top_text_social {
        padding-top: 10px;
    }
}

.social_widget_container .top_text_social a {
    display: block;
    float: left;
    color: #454242;
}

.social_widget_container .top_text_social a:hover {
    text-decoration: underline;
}

.social_widget_container .top_text_social h5 {
    margin-left: 5px;
    float: left;
    color: #c2bfbd;
    font-size: 12px;
    font-family: 'Helvetica';
}

@media (max-width: 1220px) {

    .social_widget_container .top_text_social h5 {
        float: right;
    }
}

@media (max-width: 980px) {

    .social_widget_container .top_text_social h5 {
        float: none;
        clear: both;
        margin-left: 0;
    }
}

@media (max-width: 768px) {

    .social_widget_container .top_text_social h5 {
        float: left;
        clear: none;
        margin-left: 5px;
    }
}

.social_widget_container .top_text_social h6 {
    float: right;
    color: #0067ac;
    font-size: 12px;
    font-family: 'Helvetica';
}

@media (max-width: 1220px) {

    .social_widget_container .top_text_social h6 {
        text-align: right;
        padding-top: 10px;
        clear: both;
    }
}

@media (max-width: 980px) {

    .social_widget_container .top_text_social h6 {
        padding-top: 0;
        font-style: italic;
    }
}

@media (max-width: 768px) {

    .social_widget_container .top_text_social h6 {
        clear: none;
        padding-top: 0;
    }
}

.form_search_news {
    height: 72px;
    background: #0067ac;
    text-align: center;
    padding: 16px 20px;
    position: relative;
}

.form_search_news input[type='text'] {
    width: 100%;
    border: 1px solid #c2bfbd;
    height: 40px;
    vertical-align: top;
    border-radius: 0;
}

.form_search_news input[type='submit'] {
    height: 40px;
    background-image: url("images/search1.png");
    width: 10%;
    position: absolute;
    z-index: 2;
    right: 22px;
    bottom: 16px;
    background-color: transparent;
}

.news_single_container {
    margin: 50px 0;
    overflow: hidden;
}

@media (max-width: 640px) {

    .news_single_container {
        margin: 30px 0;
    }
}

.news_single_container h1 /*, .news_single_container h2*/ {
    text-transform: uppercase;
}

@media (max-width: 640px) {

    .news_single_container h1 {
        font-size: 30px;
    }
}

.news_single_container h2 {
    /*margin: 10px 0 25px;*/
    margin: 10px 0 16px;
}

.news_single_container p {
    text-align: justify;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}

.news_single_container p img {
    display: block;
    float: none;
    margin-right: 0;
}

@media (max-width: 480px) {

    .news_single_container p img {
        width: 100%;
        margin-right: 0;
    }
}

.author_single_news {
    color: #c2bfbd;
    font-weight: lighter;
    clear: both;
    overflow: hidden;
    margin: 25px 0;
}

.author_single_news h6 {
    font-size: 18px;
    float: left;
}

/*.author_single_news h6:last-child {
    float: right;
}*/

.author_single_news h6 i {
    margin-right: 5px;
}

.top_recent_news {
    background: #0067ac;
    padding: 20px;
    overflow: hidden;
    line-height: 34px;
}

@media (max-width: 480px) {

    .top_recent_news {
        background: white;
        padding: 0;
    }
}

.top_recent_news h2 {
    float: left;
    text-transform: uppercase;
    color: white;
}

@media (max-width: 480px) {

    .top_recent_news h2 {
        background: #0067ac;
        padding: 20px;
        float: none;
        clear: both;
    }
}

.top_recent_news a {
    color: white;
    font-size: 12px;
    display: block;
    float: right;
}

@media (max-width: 480px) {

    .top_recent_news a {
        color: #0067ac;
        float: none;
        clear: both;
    }
}

.top_recent_news a:hover {
    text-decoration: underline;
}

.recent_news_container {
    width: 100%;
    margin-top: 25px;
}

.recent_news_container .recent_news_box {
    width: 33.33%;
    float: left;
    padding: 0 10px;
    overflow: hidden;
}

@media (max-width: 480px) {

    .recent_news_container .recent_news_box {
        width: 100%;
        padding: 10px 0;
    }
}

.recent_news_container .recent_news_box:hover h4 a {
    color: #b32317;
}

.recent_news_container .recent_news_box img {
    display: block;
    max-width: 100%;
}

@media (max-width: 980px) {

    .recent_news_container .recent_news_box img {
        height: auto;
    }
}

@media (max-width: 768px) {

    .recent_news_container .recent_news_box img {
        height: 115px;
    }
}

@media (max-width: 640px) {

    .recent_news_container .recent_news_box img {
        height: auto;
    }
}

@media (max-width: 480px) {

    .recent_news_container .recent_news_box img {
        width: 100%;
    }
}

.recent_news_container .recent_news_box h4 {
    font-size: 17px;
}

.recent_news_container .recent_news_box h4 a {
    color: #454242;
    font-family: 'Helvetica';
    text-transform: uppercase;
    display: block;
    margin-top: 20px;
}

@media (max-width: 980px) {

    .recent_news_container .recent_news_box h4 a {
        margin-top: 10px;
    }
}

.tab_news_container {
    display: none;
}

.tab_news_container.active {
    display: block;
    margin-top: 50px;
}

.about_tabs {
    background: #0067ac;
}

@media (max-width: 767px) {

    .about-us-5-columns ul {
        padding: 10px 0 0;
        overflow: hidden;
    }
}

@media (max-width: 767px) {

    .about-us-5-columns ul li {
        width: 100%;
    }
}

.about-us-5-columns ul li a {
    width: 100%;
}

@media (max-width: 767px) {

    .about-us-5-columns ul li a {
        padding: 55px 0 15px;
        margin-bottom: 10px;
    }
}

@media (max-width: 380px) {

    .left-block {
        width: 9%;
    }
}

@media (max-width: 600px) {

    .first-column-bigger-donate {
        padding-bottom: 100px;
    }
}

@media (max-width: 480px) {

    .first-column-bigger-donate {
        padding-bottom: 175px;
    }
}

@media (max-width: 320px) {

    .first-column-bigger-donate {
        padding-bottom: 132px;
    }
}

.mobile_ul {
    display: none;
}

.mobile_ul a {
    color: #0067ac;
    border-bottom: 1px solid transparent;
}

.mobile_ul a:focus, .mobile_ul a:hover {
    border-bottom: 1px solid #0067ac;
    text-decoration: none !important;
    color: #0067ac;
}

.mobile_ul.active {
    display: block;
}

@media (max-width: 480px) {

    .logo img {
        width: auto;
        max-width: 100%;
    }
}

@media (max-width: 480px) {

    #slider .bx-viewport {
        /*height: 130px !important;*/
    }
}

@media (max-width: 480px) {

    #slider .bxslider li {
        /*height: 130px;*/
        width: 100%;
    }
}

@media (max-width: 480px) {

    /*#slider .bxslider li img {
        height: 130px;
    }*/
}

.what-we-do-home a, .title-who-we-serve a, .about_title a {
    font-size: 30px;
    font-family: Libre Baskerville;
    font-weight: 400;
    margin: 0px;
    text-transform: capitalize;
    color: #454242;
}

.what-we-do-home a:hover, .title-who-we-serve a:hover, .about_title a:hover {
    color: #b32317;
}

.what_tabs_single .top_description {
    background: #f7f7f7;
    padding-top: 30px;
    padding-bottom: 30px;
}

.what_tabs_single.active {
    padding: 0;
}

.what_tabs_single .top_description .right_description h1 {
    color: #162d4d;
}

.what_tabs_single .top_description .right_description p {
    font-weight: 400;
    color: #162d4d;
}
.social-links a, .social-links-last a{
    font-size: 16px;
}
.social-links-last {
    margin-left: 15px;
}