/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/**************Header / Footer CSS ********************************************/
body {
    -webkit-font-smoothing: antialiased;
}

.faq-wrapper .fusion-clearfix {
    clear: none !important;
}

#menu-footer-menu>li {
    border-bottom: none !important;
}

.fusion-main-menu>ul>li>a {
    display: block !important;
}

.cvt-bottom-wrapper .fusion-text p {
    color: #fff;
}

.ci-edu-impact .fusion-text p,
.stlb-pg-learn-more-edu-impact .fusion-text p {
    font-size: 13px;
    color: #fff;
}

.btn-footer {
    text-transform: none !important;
    font-size: 18px !important;
    font-weight: 900 !important;
}

.fusion-footer-widget-area ul#menu-footer-menu li a:before {
    content: none !important;
}

.fusion-social-networks-wrapper {
    margin-top: 18px !important;
}
/*********************** ADDED BY JFM 04-11-2022  ***/
a.awb-custom-image.custom.fusion-social-network-icon.fusion-tooltip.fusion-custom.awb-icon-custom {
    display: inline-block !important;
}
.fusion-secondary-main-menu {
    background-color: #cbc09e !important;
}
/**************************/
.fusion-title,
.ua-ie-9 .fusion-title {
    overflow: visible;
}

.signup-box {
    padding-right: 65px;
    padding-left: 390px;
}

.donation-box:after {
    z-index: 99 !important;
}

.donation-box .inside-box .fusion-column-wrapper {
    background-color: #ffe7bc !important;
}

.ci-edu-impact {
    float: left !important;
}

.fusion-page-title-bar {
    margin-top: -1px;
}

.fusion-page-title-bar .fusion-page-title-captions>h1 {
    width: 100% !important;
}

.home-banners-no-hover .fusion-column-wrapper,
.home-banners-with-hover .fusion-column-wrapper {
    position: relative;
    min-height: 234px !important;
}

.home-banners-no-hover .fusion-text,
.home-banners-with-hover .fusion-text {
    position: absolute;
    top: 0;
    z-index: 1;
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-weight: 900;
    width: 100%;
}

.home-banners-with-hover .fusion-text p:first-child {
    margin-top: 155px;
    padding-bottom: 170px;
}

.home-banners-no-hover .fusion-text p:first-child {
    margin-top: 25px;
    padding-bottom: 0;
}

.home-banners-with-hover .fusion-text p:last-child {
    display: none;
}

.home-banners-with-hover .fusion-column-wrapper .fusion-text:hover {
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
}

.home-banners-with-hover .fusion-column-wrapper .fusion-text:hover>p:nth-of-type(1) {
    display: none;
}

.home-banners-with-hover .fusion-column-wrapper .fusion-text:hover>p:nth-of-type(2) {
    display: block !important;
    z-index: 5;
    margin-top: 45px;
    /* margin-top: 0; */
    width: 100%;
    position: absolute;
    height: 100%;
    padding-bottom: 170px;
}

#menu-footer-menu>li {
    border-bottom: none;
}

.stlb-pg-video-frame {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.fusion-header-v4 .fusion-header {
    padding: 10px 0 15px 0 !important;
    border: none !important;
}

.fusion-header-wrapper .fusion-header-v4 .fusion-logo {
    max-width: 745px;
    margin: 0 auto;
}

.fusion-header-wrapper .fusion-header-v4 .fusion-main-menu {
    max-width: 900px;
    margin: 0 auto;
}

.ua-safari.ua-desktop .fusion-header-v4 .fusion-logo .fusion-header-content-3-wrapper {
    display: inline-block;
    float: right;
    margin-top: 9px;
}

.fusion-header-wrapper .fusion-header-v4 .fusion-logo>a {
    display: inline-block;
    float: left;
}

.fusion-header-v4 .fusion-logo>.fusion-header-content-3-wrapper {
    width: 300px;
}

.ua-ie-9 .fusion-header-v4 .fusion-logo>.fusion-header-content-3-wrapper {
    vertical-align: middle;
}

.get-updates-label-wrapper {
    display: inline-block;
    width: 36%;
    color: #ffffff;
    font-size: 18px;
    line-height: 37px;
    text-align: right;
}

.get-updates-form-wrapper {
    width: 60%;
    float: right;
    padding: 3px;
    border: 1px solid #ffffff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.get-updates-form-wrapper #txt-gu-email {
    width: 80%;
    height: 30px;
    padding: 0 10px;
    border: none;
    background: transparent;
    color: #ffffff;
}

.get-updates-form-wrapper ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

.get-updates-form-wrapper ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.get-updates-form-wrapper :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

.get-updates-form-wrapper :-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.get-updates-form-wrapper #txt-gu-email::-webkit-input-placeholder,
.get-updates-form-wrapper #txt-gu-email:-moz-placeholder,
.get-updates-form-wrapper #txt-gu-email::-moz-placeholder,
.get-updates-form-wrapper #txt-gu-email:-ms-input-placeholder {
    color: #ffffff;

}

.get-updates-form-wrapper #btn-gu-submit {
    padding: 0;
    float: right;
    height: 30px;
    width: 30px;
    background-color: #b96540;
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.fusion-header-v4 .fusion-secondary-main-menu {
    background: #cbc09e url('assets/img/main-menu-bg.png') repeat-x top left;
    border: none;
}

.fusion-header-v4 .fusion-secondary-main-menu>.fusion-row {
    position: relative;
}

#header-girl-img,
#header-boy-img {
    position: absolute;
    display: inline-block;
    content: "";
    bottom: 0;
}

#header-girl-img {
    width: 138px;
    height: 132px;
    left: 0;
    background: transparent url('assets/img/header-bg-girl.png') no-repeat;
}

#header-boy-img {
    width: 132px;
    height: 145px;
    right: 0;
    background: transparent url('assets/img/header-bg-boy.png') no-repeat;
}

.fusion-header-wrapper .fusion-header-v4 .fusion-main-menu {
    overflow: visible;
}

.fusion-header-v4 .fusion-main-menu>ul>li {
    margin: 4px 0 2px 0;
}

.fusion-header-v4 .fusion-main-menu>ul>li>a {
    line-height: 62px;
}

.fusion-header-v4 .fusion-main-menu>ul>li:after {
    position: absolute;
    top: 25px;
    right: 12px;
    display: inline-block;
    content: "";
    width: 20px;
    height: 12px;
    background: transparent url('assets/img/menu-item-separator.png') no-repeat;
}

.fusion-header-v4 .fusion-main-menu>ul>li.btnDonate {
    margin: 12px 10px 0 0;
    padding: 0;
}

.fusion-header-v4 .fusion-main-menu>ul>li.btnDonate>a {
    width: 180px;
    height: auto;
    font-size: 20px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}

.fusion-header-v4 .fusion-main-menu>ul>li.donateOnce>a {
    background-color: #d93a38;
}

.fusion-header-v4 .fusion-main-menu>ul>li.donateRecurring>a {
    background-color: #e26d3a;
}

.fusion-header-v4 .fusion-main-menu>ul>li.btnDonate>a>span {
    display: block;
    text-align: center;
}

.fusion-header-v4 .fusion-main-menu>ul>li.btnDonate:after {
    content: '';
    display: none;
}

.fusion-header-v4 .fusion-main-menu>ul>li.btnDonate:last-child {
    margin: 12px 0 0 0;
}

.fusion-header-v4 .fusion-main-menu>ul>li:hover>.sub-menu {
    opacity: 0.9;
}

.fusion-header-v4 .fusion-main-menu .sub-menu {
    padding: 10px;
    border: 2px solid #cbc09e;
    ;
    border-top: none;
}

.fusion-header-v4 .fusion-main-menu .sub-menu li a {
    padding-left: 8px;
    padding-right: 8px;
    font-weight: bold;
    line-height: 16px;
}

.fusion-header-v4 .fusion-main-menu .sub-menu li a:hover {
    color: #734427;
}

.btn-donate-now-mobile {
    display: none;
}

.fusion-header-v4 .fusion-mobile-nav-holder .fusion-mobile-nav-item a:hover,
.fusion-header-v4 .fusion-mobile-nav-holder .fusion-mobile-current-nav-item>a,
.fusion-header-v4 .fusion-mobile-nav-holder .fusion-mobile-current-nav-item .fusion-open-submenu {
    color: #ffffff;
}

.fusion-footer {
    background-color: transparent;
    background-image: url('assets/img/footer-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.fusion-icon-daf {
    background-color: transparent !important;
    border-color: transparent !important;
    vertical-align: middle;
    padding: 6px 0px 0px !important;
}

#footer-disclaimer {
    line-height: 1.5;
}

#footer-disclaimer .title {
    color: #431b01;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
}

#footer-disclaimer a {
    text-decoration: none;
    color: inherit;
    font-weight: inherit;
}

@media(max-width:767px) {
    .fusion-icon-daf {
        display: inline-block !important;
        padding: 0px 0px 0px !important;
        margin-top: -4px !important;
    }
}

.fusion-footer-widget-area,
.fusion-footer-copyright-area {
    background-color: transparent !important;
    border-top: none !important;
}

.fusion-footer-widget-area {
    padding: 40px 0 0 0 !important;
}

.fusion-footer .fusion-footer-widget-column {
    margin-bottom: 15px;
}

.btn-footer,
.ua-ie-9 .btn-footer {
    margin-right: 25px;
    padding: 13px 20px;
    background: transparent !important;
    border: 1px solid #ffffff !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -khtml-border-radius: 5px !important;
    border-radius: 5px !important;
    font-weight: 900 !important;
    font-size: 18px;
    text-transform: none;
}

.ua-ie-9 .btn-footer {
    filter: none;
}

#menu-footer-menu {
    display: inline-block;
}

#menu-footer-menu>li {
    display: inline-block;
    margin-right: 30px;
}

#menu-footer-menu>li>a {
    display: inline;
    border: none;
    font-size: 16px;
    font-weight: 900;
    color: #f7c890;
}

#wrapper .fusion-widget-area #menu-footer-menu>li.current_page_item>a {
    color: #ffffff;
}

.fusion-copyright-notice {
    font-size: 13px !important;
    color: #ffffff !important;
}

#footer .fusion-social-links-footer,
#footer .fusion-social-networks {
    margin-top: 0;
}

#footer .fusion-social-links-footer {
    margin-bottom: 10px;
}

.br-mobile {
    display: none;
}

/*Responisve CSS*/
@media (max-width: 1200px) {
    .fusion-header-wrapper .fusion-header-v4 .fusion-main-menu {
        max-width: 840px;
    }

    .fusion-header-v4 .fusion-main-menu>ul>li.btnDonate>a {
        width: 160px;
    }
}

@media (max-width: 1100px) {

    #header-girl-img,
    #header-boy-img {
        display: none;
    }

    .fusion-header-v4 .fusion-main-menu>ul>li {
        padding-right: 32px;
    }

    .fusion-header-v4 .fusion-main-menu>ul>li:last-child {
        padding-right: 0;
    }

    .fusion-header-v4 .fusion-main-menu>ul>li:after {
        right: 6px;
    }
}

@media (max-width: 860px) {
    .fusion-header-v4 .fusion-main-menu>ul>li.btnDonate>a {
        width: 120px;
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .fusion-mobile-menu-design-classic.fusion-header-v4 .fusion-header {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .fusion-header-v4 .fusion-logo .fusion-header-content-3-wrapper {
        display: block;
        float: none;
        width: 100%;
        margin-top: 10px;
    }

    .fusion-header-wrapper .fusion-mobile-menu-design-classic .fusion-header-banner {
        margin-top: 0px !important;
    }

    .get-updates-label-wrapper {
        display: none;
    }

    .get-updates-form-wrapper {
        float: none;
        margin: 0 auto;
        width: 78%;
    }

    .get-updates-form-wrapper #txt-gu-email {
        width: 85%;
        padding-left: 5px;
        font-size: 18px;
    }

    .fusion-mobile-menu-design-classic.fusion-header-v4 .fusion-secondary-main-menu {
        padding: 18px 20px 10px 20px !important;
        background-color: #cbc09e;
    }

    .fusion-mobile-selector {
        width: 50px !important;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        border-radius: 5px;
    }

    .fusion-selector-down {
        right: -4px !important;
        border-left: none !important;
        font-size: 41px !important;
    }

    .fusion-mobile-selector span {
        display: none;
    }

    .fusion-mobile-nav-holder>ul {
        margin-top: 10px;
        border-top: 1px solid transparent;
    }

    .btn-donate-now-mobile {
        position: absolute;
        top: 0;
        right: 0;
        display: inline-block;
        width: 200px;
        height: 43px;
        background-color: #d93a38;
        font-size: 22px;
        line-height: 44px;
        font-weight: 900;
        border: 1px solid #ffffff;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        border-radius: 5px;
        color: #ffffff;
        text-align: center;
        box-sizing: content-box;
    }

    .fusion-footer-widget-area {
        padding: 20px 20px 0 20px !important;
    }

    .fusion-footer-widget-area .fusion-columns .fusion-column {
        margin-bottom: 0;
    }

    .fusion-footer .fusion-footer-widget-column {
        margin-bottom: 20px;
    }

    .fusion-footer-widget-area .textwidget .fusion-button-wrapper {
        display: block;
    }

    .btn-footer {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .button-5.btn-footer {
        margin-bottom: 0;
    }

    .fusion-footer .fusion-footer-widget-column.widget_nav_menu {
        margin-bottom: 15px;
    }

    #menu-footer-menu>li {
        margin-right: 17px;
        padding: 0;
    }

    #menu-footer-menu>li>a {
        padding-top: 0;
        padding-bottom: 5px;
    }

    #menu-footer-menu>li:nth-child(3)>a,
    #menu-footer-menu>li:nth-child(4)>a {
        padding-bottom: 0;
    }

    .fusion-footer-copyright-area {
        padding: 0 20px 15px 20px !important;
    }

    .fusion-social-networks.boxed-icons .fusion-social-network-icon {
        margin-bottom: 0;
    }

    .fusion-body .fusion-footer-copyright-center .fusion-copyright-notice {
        padding-bottom: 0;
    }

    .br-mobile {
        display: block;
    }

    .fusion-copyright-notice {
        line-height: 20px;
    }
}

/**************End of Header / Footer CSS *************************************/


/************** Home Page CSS *************************************************/
body.home .avada-skin-rev {
    border-top: none;
    border-bottom: none;
}

.home-banners>.fusion-column-wrapper {
    position: relative;
}

.home-banners>.fusion-column-wrapper>.home-banner-overlay,
.home-banners>.fusion-column-wrapper>p {
    position: absolute;
    width: 100%;
    z-index: 1;
}

.home-banners>.fusion-column-wrapper>.home-banner-overlay {
    display: none;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: 0.4;
}

.home-banners>.fusion-column-wrapper>p {
    padding: 15px 20px 10px 20px;
    margin-bottom: 15px;
    bottom: 0;
    text-align: center;
    font-size: 22px;
    line-height: 29px;
    font-weight: 900;
    color: #ffffff;
}

.home-banners.home-banners-with-hover>.fusion-column-wrapper>p,
.home-banners.home-banners-with-hover>.fusion-column-wrapper .fusion-text>p {
    padding-bottom: 0;
}

.home-banners>.fusion-column-wrapper .home-banner-donate-btn {
    display: inline-block;
    padding: 20px 45px;
    margin-top: 20px;
    background-color: #d93938;
    color: #ffffff;
    font-size: 17px;
    line-height: 17px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.home-banners.home-banners-with-hover>.fusion-column-wrapper>p:nth-of-type(2),
.home-banners.home-banners-with-hover>.fusion-column-wrapper .fusion-text>p:nth-of-type(2) {
    display: none;
    padding-bottom: 10px;
    /* padding-left: 25px; */
}

.home-banners.home-banners-with-hover>.fusion-column-wrapper:hover>.home-banner-overlay {
    display: block;
}

.home-banners.home-banners-with-hover>.fusion-column-wrapper:hover>p:nth-of-type(1) {
    display: none;
}

.home-banners.home-banners-with-hover>.fusion-column-wrapper:hover>p:nth-of-type(2) {
    display: block;
}

.ua-ie-9 .home-banner-blanket {
    filter: none !important;
}

.home-banner-blanket .fusion-title>h1 {
    color: #008d95;
    font-size: 28px;
}

.home-banner-blanket .home-banner-blanket-red-title>h1 {
    color: #d93938;
    font-size: 35px;
    line-height: 35px;
    font-weight: 900;
}

.home-banner-blanket .fusion-one-half .fusion-column-wrapper .fusion-title:nth-child(2) {
    margin-top: 0px !important;
    margin-bottom: 18px !important;
}

.boldedSlide {
    font-weight: 700;
}

.btn-donate-now-banner-balnket {
    padding: 15px 15px 16px 15px;
    font-weight: 900;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -khtml-border-radius: 5px !important;
    border-radius: 5px !important;
}

.btn-donate-now-banner-balnket>span {
    display: block;
    font-size: 23px;
    line-height: 18px;
    text-transform: capitalize;
}

.home-banner-mobile,
.ua-ie-9 .home-banner-mobile {
    display: none;
}

.home-msg-curtis .fusion-title h1 {
    font-size: 17px !important;
    line-height: 33px !important;
    color: #ac7956 !important;
}

.home-msg-curtis .fusion-title h1>a {
    display: block;
    line-height: 27px;
    font-size: 22px;
    font-weight: bold;
    color: #6b4343;

}

.fusion-imageframe.side-block-image.side-2-image-block {
    margin-top: 7px;
}

.home-community-impact {
    position: relative;
}

.home-community-impact:after {
    position: absolute;
    bottom: -15px;
    right: 0;
    left: 0;
    display: inline-block;
    margin: 0 auto;
    content: "";
    width: 345px;
    height: 32px;
    background: transparent url('assets/img/home-indian-pattern.png') no-repeat;
    z-index: 1;
}

.home-community-impact .fusion-row {
    max-width: 1080px !important;
}

.home-community-impact .fusion-one-fourth {
    width: 23.6%;
    margin-right: 20px;
}

.home-community-impact .fusion-column-last {
    margin-right: 0;
}

.home-community-impact .fusion-image-carousel {
    display: none;
}

.home-community-impact .fusion-title h3,
.home-community-impact .fusion-title h3>a {
    color: #ffffff;
}

.home-community-impact .fusion-title h3 {
    font-size: 21px;
    line-height: 14px;
}

.home-community-impact .fusion-title h3>a {
    display: block;
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
}

.home-recent-news .fusion-recent-posts {
    margin-bottom: 18px;
}

.home-recent-news .fusion-title>h3 {
    font-size: 42px;
    line-height: 42px;
    font-weight: 900;
}

.home-recent-news .fusion-title>h3>a {
    color: #ffffff;
}

.home-recent-news .recent-posts-content h4 {
    font-size: 18px;
    line-height: 21px;
    font-weight: 900;
    margin-bottom: 9px !important;
}

.home-recent-news .recent-posts-content h4>a {
    color: #ffffff;
}

.home-recent-news .recent-posts-content p {
    color: #ffffff;
}

.home-recent-news .fusion-row {
    max-width: 1080px !important;
}

.home-recent-news .fusion-recent-posts .fusion-column {
    padding: 0 25px;
}

.home-recent-news .fusion-recent-posts .fusion-column:first-child {
    padding-left: 0;
}

.home-recent-news .fusion-recent-posts .fusion-column:nth-child(3) {
    padding-right: 0;
}

.home-recent-news .fusion-recent-posts.layout-thumbnails-on-side .columns .column .floated-slideshow {
    display: inline-block;
    width: 22%;
    margin-right: 15px;
    border: 1px solid #ffffff;
}

.home-recent-news .fusion-recent-posts .recent-posts-content {
    display: inline-block;
    width: 73%;
}

/**Responisve CSS**/
@media (max-width: 1199px) {
    #main .fullwidth-box.home-banners-wrapper {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }

    #main .fullwidth-box.home-banners-wrapper>.fusion-row {
        padding-left: 5px;
        padding-right: 5px;
    }

    .home-banners>.fusion-column-wrapper>p,
    .home-banners>.fusion-column-wrapper .fusion-text>p {
        font-size: 19px;
    }

    #main .fullwidth-box.home-msg-curtis>.fusion-row {
        padding-left: 20px;
        padding-right: 20px;
    }

    .home-msg-curtis .fusion-title h1 {
        font-size: 17px !important;
        line-height: 19px !important;
    }

    .home-msg-curtis .fusion-title h1>a {
        line-height: 27px !important;
        font-size: 22px !important;
    }

    #main .fullwidth-box.home-community-impact>.fusion-row {
        padding-left: 20px;
        padding-right: 20px;
    }

    .home-community-impact .fusion-one-fourth {
        margin-right: 1.8%;
    }

    .home-community-impact .fusion-column-last {
        margin-right: 0;
    }

    .fullwidth-box.home-recent-news>.fusion-row {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .home-recent-news .fusion-recent-posts .fusion-columns {
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }

    .home-recent-news .fusion-recent-posts .fusion-column:first-child {
        padding-left: 25px;
    }

    .home-recent-news .fusion-recent-posts .fusion-column:nth-child(3) {
        padding-right: 25px;
    }

    .home-recent-news .fusion-title {
        margin-top: 41px !important;
    }

    .home-recent-news .fusion-recent-posts.layout-thumbnails-on-side .columns .column .floated-slideshow {
        display: block;
        float: none;
        width: 179px;
        margin-bottom: 17px;
        margin-right: auto;
        margin-left: auto;
    }

    .home-recent-news .fusion-recent-posts .recent-posts-content {
        display: block;
        width: 100%;
    }
}

@media (max-width: 1171px) {
    .home-banner-blanket .fusion-title>h1 {
        font-size: 23px;
        line-height: 34px;
    }

    .home-banner-blanket .home-banner-blanket-red-title>h1 {
        font-size: 30px;
        line-height: 35px;
    }

    #main .fullwidth-box.home-msg-curtis>.fusion-row {
        width: 95%;
        min-height: 65px !important;
    }

    .home-msg-curtis .fusion-title h1 {
        font-size: 15px !important;
        line-height: 17px !important;
    }

    .home-msg-curtis .fusion-title h1>a {
        line-height: 25px !important;
        font-size: 20px !important;
    }
}

@media (max-width: 1040px) {

    .home-banners>.fusion-column-wrapper>p,
    .home-banners>.fusion-column-wrapper .fusion-text>p {
        font-size: 18px;
        line-height: 23px;
    }

    .home-banners>.fusion-column-wrapper .home-banner-donate-btn {
        padding: 15px 30px;
    }

    .home-banner-blanket .fusion-row .fusion-one-fourth {
        display: none;
    }

    .home-banner-blanket .fusion-row .fusion-one-half {
        float: none;
        width: 40%;
        margin: 0 auto 30px auto !important;
    }

    .home-banner-blanket .fusion-row>.fusion-layout-column:nth-child(2) .fusion-title:first-child {
        margin-top: 30px !important;
        margin-bottom: 0 !important;
    }

    .home-banner-blanket .fusion-title>h1 {
        font-size: 21px !important;
        line-height: 32px !important;
    }

    .home-banner-blanket .fusion-one-half .fusion-column-wrapper .fusion-title:nth-child(2) {
        margin-bottom: 10px !important;
    }

    .home-banner-blanket .home-banner-blanket-red-title>h1 {
        font-size: 26px;
        line-height: 31px;
    }

    .home-msg-curtis .fusion-title h1 {
        font-size: 13px !important;
        line-height: 15px !important;
    }

    .home-msg-curtis .fusion-title h1>a {
        line-height: 21px !important;
        font-size: 16px !important;
    }

    .btn-donate-now-banner-balnket {
        padding: 10px;
    }

    .btn-donate-now-banner-balnket>span {
        font-size: 20px;
    }
}

@media (max-width: 1024px) {
    .home-banner-blanket .fusion-row .fusion-one-half {
        width: 48%;
    }

    #main .fullwidth-box.home-msg-curtis>.fusion-row {
        width: 95%;
        height: 50px !important;
    }

    .side-block-image {
        margin-bottom: 45px !important;
        margin-top: 10px !important;
    }

    .home-msg-curtis .fusion-title h1 {
        font-size: 11px !important;
        line-height: 13px !important;
    }

    .home-msg-curtis .fusion-title h1>a {
        line-height: 19px !important;
        font-size: 14px !important;
    }
}

@media (max-width: 942px) {

    .home-banners>.fusion-column-wrapper>p,
    .home-banners>.fusion-column-wrapper .fusion-text>p {
        font-size: 16px;
        line-height: 21px;
    }

    .home-banners>.fusion-column-wrapper .home-banner-donate-btn {
        padding: 15px 25px;
        font-size: 15px;
        line-height: 15px;
    }

    #main .fullwidth-box.home-msg-curtis>.fusion-row {
        width: 95%;
    }
}

@media (max-width: 900px) {
    #main .fullwidth-box.home-banners-wrapper {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    #main .fullwidth-box.home-banners-wrapper>.fusion-row>.home-banners {
        width: 32.890%;
        margin-right: 5px;
    }

    #main .fullwidth-box.home-banners-wrapper>.fusion-row>.fusion-column-last.home-banners {
        margin-right: 0;
    }

    .home-banners>.fusion-column-wrapper>p,
    .home-banners>.fusion-column-wrapper .fusion-text>p {
        padding: 10px 10px 5px 10px;
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 20px;
    }

    #main .fullwidth-box.home-msg-curtis>.fusion-row {
        width: 95%;
        height: 65px !important;
    }
}

@media (max-width: 852px) {
    .home-banner-blanket .fusion-row .fusion-one-half {
        width: 50%;
    }

    #main .fullwidth-box.home-msg-curtis>.fusion-row {
        width: 95%;
        height: 65px !important;
    }
}

@media (max-width: 810px) {
    .home-banner-blanket .fusion-row .fusion-one-half {
        width: 55%;
    }

    #main .fullwidth-box.home-msg-curtis>.fusion-row {
        width: 99%;
        height: 65px !important;
    }
}

@media (max-width: 767px) {
    #main .fullwidth-box.home-msg-curtis>.fusion-row {
        width: 99%;
        height: 320px !important;
    }

    #main .fullwidth-box.home-banners-wrapper>.fusion-row>.home-banners {
        width: 100%;
        margin-right: 0;
        text-align: center;
        margin-bottom: 10px !important;
    }

    #main .fullwidth-box.home-banners-wrapper>.fusion-row>.fusion-column-last.home-banners {
        margin-bottom: 0 !important;
    }

    .home-banners>.fusion-column-wrapper {
        display: inline-block;
    }

    .home-banners>.fusion-column-wrapper>p,
    .home-banners>.fusion-column-wrapper .fusion-text>p {
        padding: 15px 20px 10px 20px;
        font-size: 18px;
        line-height: 24px;
    }

    .width-100 .fullwidth-box.home-banner-blanket {
        padding: 35px 50px !important;
    }

    .home-banner-blanket .fusion-row>.fusion-layout-column:nth-child(2) {
        margin-bottom: 0 !important;
    }

    .home-banner-blanket .fusion-row>.fusion-layout-column:nth-child(2) .fusion-title:first-child {
        margin-top: 0px !important;
        margin-bottom: 5px !important;
    }

    .home-banner-blanket .fusion-title:first-child>h1 {
        font-size: 28px;
        line-height: 30px;
    }

    .home-banner-blanket .fusion-one-half .fusion-column-wrapper .fusion-title:nth-child(2) {
        margin-bottom: 20px !important;
    }

    .home-banner-blanket .fusion-title:nth-child(2)>h1 {
        font-size: 38px;
        line-height: 40px;
    }

    .btn-donate-now-banner-balnket {
        padding: 15px 15px 16px 15px;
    }

    .btn-donate-now-banner-balnket>span {
        font-size: 23px;
    }

    .home-banner-mobile,
    .ua-ie-9 .home-banner-mobile {
        display: inline-block;
        margin-top: 27px;
    }

    #main .fullwidth-box.home-msg-curtis>.fusion-row {
        width: 100%;
    }

    .home-msg-curtis .fusion-one-half:first-child {
        margin-bottom: 35px !important;
    }

    .home-msg-curtis .fusion-imageframe {
        display: block;
        float: none !important;
        margin-right: 0 !important;
        text-align: center;
        margin-bottom: 10px !important;
    }

    .home-msg-curtis .fusion-title {
        margin-bottom: 0 !important;
    }

    .home-msg-curtis .fusion-title h1 {
        font-size: 18px;
        line-height: 29px;
        text-align: center !important;
    }

    .home-msg-curtis .fusion-title h1>a {
        line-height: 24px;
        font-size: 27px;
    }

    .home-community-impact {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .home-community-impact .fusion-one-fourth {
        display: none;
    }

    .home-community-impact .fusion-image-carousel {
        display: block;
        margin-bottom: 15px;
    }

    .home-community-impact .fusion-title h3>a {
        margin-top: 5px;
        line-height: 25px;
    }

    .home-recent-news .fusion-recent-posts .fusion-columns {
        text-align: left;
    }

    .home-recent-news .fusion-recent-posts .fusion-column {
        padding: 0;
    }

    .home-recent-news .fusion-recent-posts .fusion-column:first-child {
        padding-left: 0;
    }

    .home-recent-news .fusion-recent-posts .fusion-column:nth-child(3) {
        padding-right: 0;
    }

    .home-recent-news .fusion-recent-posts.layout-thumbnails-on-side .columns .column .floated-slideshow {
        display: inline-block;
        width: 22%;
        float: left;
        margin-right: 15px;
    }

    .home-recent-news .fusion-recent-posts .recent-posts-content {
        display: inline-block;
        width: 70%;
    }
}

@media (max-width: 640px) {
    .home-recent-news {
        padding-top: 55px !important;
    }

    /*.fullwidth-box.home-recent-news > .fusion-row {
        padding-left: 45px !important;
        padding-right: 45px !important;
    }*/
    .home-recent-news .fusion-title {
        margin-top: 0px !important;
        margin-bottom: 30px !important;
    }

    .home-recent-news .fusion-title>h3 {
        text-align: left !important;
	    font-size: 35px !important;
    	line-height: 35px !important;
    }

    .home-recent-news .fusion-recent-posts {
        margin-bottom: 43px;
    }

    .home-recent-news .fusion-recent-posts.layout-thumbnails-on-side .columns .column {
        margin-bottom: 30px;
    }

    .home-recent-news .fusion-recent-posts.layout-thumbnails-on-side .columns .column:nth-child(3) {
        margin-bottom: 0;
    }

    .home-recent-news .fusion-recent-posts.layout-thumbnails-on-side .columns .column .floated-slideshow {
        display: block;
        float: none;
        width: 33%;
        margin-left: 0;
    }

    .home-recent-news .fusion-recent-posts .recent-posts-content {
        display: block;
        width: 100%;
    }

    .home-recent-news .recent-posts-content p {
        line-height: 20px;
        margin-bottom: 0;
    }
	#wrapper {
		overflow-x: unset !important;
	}
}
@media (max-width: 393px) {
	footer > div.fusion-row > a {
		margin: 0 auto !important;
	}
	footer > div.fusion-row > a > img {
		margin: 20px auto;
		height: 150px;
		text-align: center;
	}

	footer > div.fusion-row > div.gnp_trb > a > img {
		margin: 20px auto;
		height: 150px !important;
		text-align: center;
	}

}
@media (max-width: 360px) {
    .home-community-impact:after {
        width: 300px;
        background-size: 100%;
        bottom: -18px;
    }
}

/************** End of Home Page CSS ******************************************/


/************** Sigle Page CSS ************************************************/
.fusion-page-title-bar .fusion-page-title-captions>h1 {
    width: 58%;
    font-weight: 900;
    text-transform: uppercase;
}

.fusion-content-widget-area .widget_nav_menu ul.menu>li {
    padding: 5px 0;
    border-bottom: none;
    text-align: right;
}

.fusion-content-widget-area .widget_nav_menu ul.menu>li:first-child {
    padding-top: 0;
}

.fusion-content-widget-area .widget_nav_menu ul.menu>li>a {
    display: block;
    font-size: 23px;
    line-height: 30px;
    font-weight: 900;
    color: #bf6729;
}

.fusion-content-widget-area .widget_nav_menu ul.menu>li:first-child>a {
    line-height: 20px;
}

.fusion-content-widget-area .widget_nav_menu ul.menu>li>a:before {
    display: none;
}

body.has-sidebar #content {
    width: calc(100% - 22% - 40px) !important;
    width: -webkit-calc(100% - 22% - 40px) !important;
    width: -moz-calc(100% - 22% - 40px) !important;
    width: 74.6%;
}

.fusion-content-widget-area .widget {
    margin-bottom: 20px;
}

.stlb-page-title {
    margin-bottom: 20px;
    margin-top: -8px;
}

.single-page-section-title>h2,
.stlb-page-title {
    font-size: 48px !important;
    font-weight: 900 !important;
    color: #285093 !important;
    line-height: 50px !important;
}

.stlb-page-sep-blue,
.stlb-page-sep-brown {
    background-repeat: repeat-x;
    background-position: top left;
    margin-bottom: 25px;
}

.stlb-page-sep-blue {
    height: 24px;
    background-image: url('assets/img/keyline-blue.jpg');
}

.stlb-page-sep-brown {
    height: 8px;
    background-image: url('assets/img/main-menu-bg.png');
}

/** Responsive CSS **/
@media (max-width: 1199px) {
    .fusion-page-title-bar {
        background-position: 80%;
    }

    body.discover-pages-group .fusion-page-title-bar {
        background-position: 90%;
    }

    body.ways-pages-group .fusion-page-title-bar {
        background-position: 95%;
    }

    #wrapper #main {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 1000px) {
    .fusion-page-title-bar .fusion-page-title-captions>h1 {
        font-size: 50px;
    }

    .fusion-content-widget-area .widget_nav_menu ul.menu>li>a {
        font-size: 18px;
        line-height: 20px;
    }

    .single-page-section-title>h2,
    .stlb-page-title {
        font-size: 40px !important;
        line-height: 42px !important;
    }

    body.has-sidebar #main .sidebar {
        width: 24% !important;
    }
}

@media (max-width: 1024px) and (min-width: 768px) and (orientation: portrait) {
    .stlb-page-fusion-imageframe {
        margin-bottom: 20px;
    }

    .stlb-page-sep-shadow {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .fusion-body #wrapper .fusion-page-title-bar {
        padding: 15px 20px;
        background-image: url('assets/img/discover-pg-title-bg-mob.jpg');
        background-position: center;
    }

    .fusion-page-title-row {
        display: table !important;
        width: 100% !important;
        min-height: 290px !important;
    }

    .fusion-body #wrapper .fusion-page-title-bar .fusion-page-title-wrapper {
        vertical-align: top;
    }

    .fusion-page-title-wrapper {
        display: table-cell !important;
    }

    .fusion-page-title-bar .fusion-page-title-captions>h1 {
        width: 100% !important;
        font-size: 40px !important;
        line-height: 40px !important;
        text-align: center;
    }

    #wrapper #main {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    body.home #wrapper #main {
        padding-top: 0;
        padding-bottom: 0;
    }

    #wrapper #main #sidebar {
        margin-bottom: 20px;
        width: 100% !important;
    }

    .mobile-sidebar-nav {
        display: block;
        width: 100%;
        height: 50px;
        padding: 0 45px 0 15px;
        border: 1px solid #b1ac9c;
        font-size: 23px;
        font-weight: 900;
        color: #bf6729;
        font-family: "Lato", Arial, Helvetica, sans-serif;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -khtml-border-radius: 10px;
        border-radius: 10px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c5bfad+0,e7e1cd+100 */
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c5bfad+0,e7e1cd+100 */
        background: rgb(197, 191, 173);
        /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNjNWJmYWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTdlMWNkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-radial-gradient(center, ellipse cover, rgba(197, 191, 173, 1) 0%, rgba(231, 225, 205, 1) 100%);
        /* FF3.6-15 */
        background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(197, 191, 173, 1)), color-stop(100%, rgba(231, 225, 205, 1)));
        /* Chrome4-9,Safari4-5 */
        background: -webkit-radial-gradient(center, ellipse cover, rgba(197, 191, 173, 1) 0%, rgba(231, 225, 205, 1) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: -o-radial-gradient(center, ellipse cover, rgba(197, 191, 173, 1) 0%, rgba(231, 225, 205, 1) 100%);
        /* Opera 12+ */
        background: -ms-radial-gradient(center, ellipse cover, rgba(197, 191, 173, 1) 0%, rgba(231, 225, 205, 1) 100%);
        /* IE10 preview */
        background: radial-gradient(ellipse at center, rgba(197, 191, 173, 1) 0%, rgba(231, 225, 205, 1) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5bfad', endColorstr='#e7e1cd', GradientType=1);
        /* IE6-8 fallback on horizontal gradient */
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        text-indent: 1px;
        text-overflow: '';
    }

    .mobile-sidebar-nav-wrapper:after {
        width: 21px;
        height: 14px;
        content: "";
        position: absolute;
        right: 15px;
        top: 20px;
        background-image: url('assets/img/nav-drd-arw.png');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .sidebar-banner {
        display: none;
    }

    body.has-sidebar #content,
    body #content {
        width: 100% !important;
        margin-bottom: 0;
    }

    .stlb-page-fusion-imageframe {
        margin-bottom: 20px;
    }

    .stlb-page-sep-shadow {
        margin-bottom: 20px;
    }

    .br-desktop {
        display: none;
    }
}

@media (max-width: 480px) {
    .stlb-page-fusion-imageframe {
        float: none !important;
        margin: 0 0 20px 0 !important;
    }
}

/************** End of Single Page CSS ****************************************/


/************** Community Impact Page CSS *************************************/
.ci-edu-impact>.fusion-column-wrapper {
    padding: 25px 35px 0 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.ci-edu-impact>.fusion-column-wrapper>.fusion-title>h2 {
    font-size: 34px !important;
    font-weight: 900 !important;
    color: #ffffff;
}

.ci-edu-impact>.fusion-column-wrapper>p,
.ci-edu-impact>.fusion-column-wrapper .fusion-text>p,
.stlb-pg-learn-more-edu-impact>.fusion-column-wrapper>p,
.stlb-pg-learn-more-edu-impact>.fusion-column-wrapper .fusion-text>p,
#stlb-pg-learn-more-bottom-banner p {
    margin-bottom: 14px;
    color: #ffffff;
    font-size: 13px;
    line-height: 20px;
}

.ci-edu-impact .fusion-imageframe {
    margin-right: 18px !important;
    margin-left: -26px;
    margin-top: -15px;
}

.ci-graph-container .fusion-title>h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 30px !important;
    line-height: 35px !important;
    color: #ae4e10 !important;
    font-weight: 400;
}

.ci-graph-container>.fusion-column-wrapper>small {
    display: block;
    margin-bottom: 27px;
    color: #431e08;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    line-height: 18px;

}

.ci-graph-5 {
    margin-right: 18px !important;
}

.ci-graph-5>img {
    width: 100%;
    max-width: 413px;
}

.uni-listing {
    margin-top: 17px;
}

.uni-listing>p {
    margin-bottom: 0;
    color: #431e08;
    font-size: 12px;
    line-height: 14px;
}

.uni-name {
    margin-top: 7px !important;
    margin-bottom: 0 !important;
    font-weight: bold;
}

.ci-graph-8>img {
    margin-top: 40px
}

.ci-graph8-bottom-text {
    margin-top: 10px;
    font-family: 'Oswald', sans-serif;
    font-size: 31px;
    font-weight: bold;
    line-height: 37px;
    text-align: right;
    color: #506d79;
}

.fusion-imageframe.ci-graph-8-mobile,
.ci-graph8-bottom-text-mobile {
    display: none;
}

.ci-com-invol .fusion-imageframe {
    position: absolute;
    top: 43px;
    left: -10px;
}

.ci-com-invol>.fusion-column-wrapper>.fusion-title>h2 {
    font-family: "Oswald", sans-serif !important;
    font-size: 34px !important;
    font-weight: normal !important;
    line-height: 42px !important;
}

.ci-graph13-bottom-text {
    clear: both;
    font-size: 23px;
    font-weight: normal;
    line-height: 30px;
    color: #81a0bf;
}

.ci-com-out-ass ul {
    padding-left: 11px;
    margin: 0;
}

.ci-com-out-ass ul li {
    display: inline-block;
    position: relative;
    width: 50%;
    margin-top: 0;
    margin-bottom: 6px;
    float: left;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #000000;
}

.ci-com-out-ass ul li:before {
    content: "•";
    position: absolute;
    left: -9px;
    top: 0;
}

@media (max-width: 1215px) {
    .ci-graph-container .fusion-title>h3 {
        font-size: 25px !important;
        line-height: 30px !important;
    }

    .ci-edu-impact>.fusion-column-wrapper>p,
    .ci-edu-impact>.fusion-column-wrapper .fusion-text>p,
    .ci-edu-impact>.fusion-column-wrapper>.fusion-title {
        width: 78%;
        float: left;
    }

    .ci-graph8-bottom-text {
        font-size: 26px;
        line-height: 32px;
    }

    .ci-graph13-bottom-text {
        font-size: 18px;
        line-height: 25px;
    }

    .ci-com-out-ass ul li {
        display: block;
        width: 100%;
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {

    .fusion-layout-column.fusion-one-half.fusion-spacing-no.ci-start-desc,
    .fusion-layout-column.fusion-one-half.fusion-spacing-yes.ci-start-desc {
        width: 100%;
    }
}

@media (max-width: 1000px) {
    .fusion-one-half.ci-start-desc {
        width: 100%;
    }

    .ci-graph-container .fusion-title>h3 {
        font-size: 18px !important;
        line-height: 23px !important;
    }

    .ci-edu-impact>.fusion-column-wrapper {
        padding: 15px !important;
    }

    .ci-edu-impact .fusion-imageframe {
        display: block;
        float: none !important;
        margin: 0 0 10px 0 !important;
        text-align: center;
    }

    .ci-edu-impact>.fusion-column-wrapper>p,
    .ci-edu-impact>.fusion-column-wrapper .fusion-text>p,
    .ci-edu-impact>.fusion-column-wrapper>.fusion-title {
        width: 100%;
        float: none;
    }

    .ci-edu-impact>.fusion-column-wrapper>.fusion-title>h2.title-heading-left {
        text-align: center;
    }

    .ci-edu-impact>.fusion-column-wrapper>p,
    .ci-edu-impact>.fusion-column-wrapper .fusion-text>p {
        margin-bottom: 0;
    }

    .ci-com-invol .fusion-imageframe {
        position: relative;
        top: auto;
        left: auto;
    }

    .ci-graph8-bottom-text {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 767px) {
    .ci-graph-container {
        margin-top: 50px !important;
        text-align: center;
    }

    .ci-graph-container-clg-atnd,
    .ci-graph-container-gr {
        margin-top: 0 !important;
    }

    .ci-graph-container .fusion-title {
        margin-bottom: 8px !important;
    }

    .ci-graph-container .fusion-title>h3 {
        font-size: 30px !important;
        line-height: 35px !important;
        text-align: center !important;
    }

    .ci-graph-container>.fusion-column-wrapper>small {
        margin-bottom: 15px;
    }

    .ci-edu-impact>.fusion-column-wrapper>p,
    .ci-edu-impact>.fusion-column-wrapper .fusion-text>p {
        font-size: 16px;
        line-height: 24px;
    }

    .ci-graph-5,
    .ci-graph-5+.fusion-imageframe {
        width: 100%;
    }

    .ci-graph-5>img {
        margin-top: 0;
    }

    .fusion-imageframe.ci-graph-8,
    .ci-graph8-bottom-text {
        display: none;
    }

    .col-sm-6.uni-listing {
        float: left;
        width: 50%;
        text-align: right;
    }

    .col-sm-6.uni-listing:last-child {
        text-align: left;
    }

    .fusion-imageframe.ci-graph-8-mobile,
    .ci-graph8-bottom-text-mobile,
    .ci-graph13-bottom-text {
        display: block;
        text-align: center;
    }

    .ci-com-invol {
        margin-top: 50px !important;
        margin-bottom: 0 !important;
    }

    .ci-graph13-container {
        margin-top: 0 !important;
        text-align: center;
    }

    .ci-graph13-container .fusion-imageframe {
        float: none !important;
        margin-left: 0 !important;
    }

    .ci-com-out-ass ul li {
        font-size: 14px;
    }

    .ci-com-out-ass ul li:before {
        display: none;
    }
}

@media (max-width: 480px) {
    .ci-graph-container {
        text-align: left;
    }

    .ci-graph-container .fusion-title>h3 {
        text-align: left !important;
    }

    .ci-edu-impact>.fusion-column-wrapper>.fusion-title>h2.title-heading-left {
        text-align: left;
        line-height: 36px !important;
    }

    .ci-edu-impact .fusion-imageframe {
        text-align: left;
    }

    .ci-graph-5,
    .ci-graph-5+.fusion-imageframe {
        float: none !important;
        margin-right: 0 !important;
        text-align: center;
    }

    .col-sm-6.uni-listing {
        text-align: left;
    }

    .ci-com-out-ass ul li:before {
        display: block;
    }
}

/************** End of Community Impact Page CSS ******************************/


/****************************** Culture Page CSS ******************************/
.ua-safari .fusion-separator.sep-shadow {
    background: -moz-radial-gradient(center, ellipse cover, rgba(224, 222, 222, 1) 0px, rgba(255, 255, 255, 0) 80%) !important;
    /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(224, 222, 222, 1) 0px, rgba(255, 255, 255, 0) 80%) !important;
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(224, 222, 222, 1) 0px, rgba(255, 255, 255, 0) 80%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0dede', endColorstr='#00ffffff', GradientType=1) !important;
    /* IE6-9 fallback on horizontal gradient */
}

.ua-safari .fusion-separator.sep-shadow::after {
    background: -moz-radial-gradient(50% -10%, ellipse cover, rgba(0, 0, 0, 0.5) 0px, rgba(255, 255, 255, 0) 65%);
    /* FF3.6-15 */
    background: -webkit-radial-gradient(50% -10%, ellipse cover, rgba(0, 0, 0, 0.5) 0px, rgba(255, 255, 255, 0) 65%);
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at 50% -10%, rgba(0, 0, 0, 0.5) 0px, rgba(255, 255, 255, 0) 65%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.ua-ie-9 .fusion-separator.sep-shadow {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlMGRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    filter: none;
}

.ua-ie-9 .fusion-separator.sep-shadow::after {
    margin-top: -1px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMHB4IiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNSIvPgogICAgPHN0b3Agb2Zmc2V0PSI2NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
}

/*********************** End of Culture Page CSS ******************************/


/************** Visitors Center Page CSS **************************************/
.fusion-imageframe.stlb-vs-pg-banner {
    display: block;
}

.stlb-vs-pg-banner>img {
    width: 100%;
}

/************** End of Visitors Center Page CSS *******************************/


/************** Sharing Our Culture Page CSS **********************************/
@media (max-width: 850px) {
    .stlb-soc-pg-banner {
        display: block;
        width: 100%;
        float: none !important;
        margin: 0 auto 20px auto !important;
        border: none !important;
        text-align: center;
    }

    .stlb-soc-pg-banner>img {
        border: 2px solid #a52a2a;
    }
}

/************** End of Sharing Our Culture Page CSS ***************************/


/************** What I Did Page CSS *******************************************/
.fusion-reading-box-container .element-bottomshadow:before {
    -ms-transform: rotate(-3deg);
}

.fusion-reading-box-container .element-bottomshadow:after {
    -ms-transform: rotate(3deg);
}

/************** End of What I Did Page CSS ************************************/


/************** About Curtis Page CSS *****************************************/
.stlb-ac-pg-banner {
    margin-bottom: 20px;
}

.stlb-ac-pg-banner>img {
    border: none;
}

/************** End of About Curtis Page CSS **********************************/


/************** Programs and Services Page CSS ********************************/
@media (max-width: 550px) {
    .stlb-ps-pg-banner {
        display: block;
        width: 100%;
        float: none !important;
        margin: 0 auto 20px auto !important;
    }

    .stlb-ps-pg-banner>img {
        width: 100%;
    }
}

/************** End of Programs and Services Page CSS *************************/


/******************************** FAQ Page CSS ********************************/
.faq-wrapper .panel-title .fusion-toggle-heading {
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
}

@media (max-width: 1000px) {
    .stlb-faq-pg-banner {
        float: none !important;
        display: block;
        width: 304px;
        margin: 0 auto 20px auto !important;
    }
}

/******************************** End of FAQ Page CSS *************************/


/******************************** Our School Page CSS *************************/
@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .fusion-body .stlb-os-sc-wrapper .fusion-four-fifth.fusion-layout-column.fusion-spacing-yes .fusion-title {
        margin-bottom: 5px !important;
    }

    .stlb-vt-pg-photo-gallary-wrapper .fusion-title {
        margin-top: 20px !important;
        margin-bottom: 0 !important;
    }
}

@media (max-width: 767px) {
    .fusion-body .stlb-os-sc-wrapper .fusion-one-fifth.fusion-layout-column.fusion-spacing-no {
        width: 30%;
    }

    .fusion-body .stlb-os-sc-wrapper .fusion-four-fifth.fusion-layout-column.fusion-spacing-yes {
        width: 70%;
    }

    .fusion-body .stlb-os-sc-wrapper .fusion-four-fifth.fusion-layout-column.fusion-spacing-yes .fusion-title {
        margin-bottom: 5px !important;
    }
}

/******************************** End of Our School Page CSS ******************/


/******************************** Experience Page CSS *************************/
@media (max-width: 1000px) {
    .stlb-exp-pg-banner {
        float: none !important;
        display: block;
        width: 383px;
        margin: 0 auto 20px auto !important;
    }
}

/******************************** End of Experience Page CSS ******************/


/********************** Virtual Tour Page CSS *********************************/
@media (max-width: 900px) {
    .virtual-tour-main-slider .hesperiden .tp-tab-content {
        display: none
    }
}

@media (max-width: 767px) {
    .stlb-vt-pg-photo-gallary-wrapper .fusion-column-inner-bg-wrapper .fusion-column-wrapper {
        min-height: auto !important;
    }

    .stlb-vt-pg-photo-gallary-wrapper .fusion-column-inner-bg-wrapper .fusion-column-wrapper .fusion-video {
        margin: 0 auto;
    }

    .stlb-vt-pg-photo-gallary-wrapper .fusion-title {
        margin-top: 20px !important;
    }
}

@media (max-width: 360px) {
    .stlb-vt-pg-photo-gallary-wrapper .fusion-column-inner-bg-wrapper .fusion-column-wrapper {
        margin-bottom: 20px;
        border: 1px solid;
    }
}

/********************* End of Virtual Tour Page CSS ***************************/


/********************* Maps Page CSS ******************************************/
@media (max-width: 767px) {
    .stlb-map-pg-weather-wrapper .fusion-layout-column.fusion-spacing-yes {
        width: 33% !important;
    }
}

@media (max-width: 640px) {
    .stlb-map-pg-weather-wrapper .fusion-layout-column.fusion-spacing-yes {
        width: 50% !important;
    }

    .stlb-map-pg-weather-wrapper .fusion-layout-column.fusion-spacing-yes:nth-child(3) {
        width: 100% !important;
    }
}

/********************* End of Maps Page CSS ***********************************/


/********************* Welcome Message Page CSS *******************************/
@media (max-width: 480px) {
    .stlb-pg-wm-banner {
        float: none !important;
        display: block;
        margin-left: 0 !important;
        margin-bottom: 20px;
        text-align: center;
        border: none !important;
    }

    .stlb-pg-wm-banner>img {
        border: 2px solid #8b0000;
    }
}

/********************* End of Welcome Message Page CSS ************************/


/********************* Museum Page CSS *****************************************/
@media (max-width: 1024px) {
    .stlb-musem-banners-wrapper .fusion-one-half .fusion-imageframe {
        display: block;
        float: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .stlb-musem-banners-wrapper .fusion-one-half .fusion-imageframe>img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .stlb-musem-banners-wrapper .fusion-one-half {
        width: 48% !important;
        margin-right: 4%;
        margin-bottom: 20px !important;
    }
}

@media (max-width: 480px) {
    .stlb-musem-banners-wrapper .fusion-one-half {
        width: 100% !important;
        margin-right: 0%;
    }
}

/********************* End of Museum Page CSS **********************************/


/********************* Recipes Page CSS ***************************************/
.stlb-rcp-page-tabs .nav-tabs li h4.fusion-tab-heading {
    font-weight: bold;
}

@media (max-width: 480px) {
    .stlb-rcp-page-tabs img.alignright {
        display: block;
        width: 100%;
        float: none;
        margin-left: 0;
        margin-top: 20px;
    }

    .stlb-rcp-page-tabs .tab-content div:nth-last-child(1) img.alignright {
        margin-top: 0px;
        margin-bottom: 20px;
    }
}

/********************* End of Recipes Page CSS ********************************/


/********************* Ways to Give Page CSS **********************************/
.stlb-wtg-pg-membr-giving-options .fusion-one-third {
    width: 47.6666%;
}

@media (max-width: 1023px) {
    .stlb-wtg-pg-col .fusion-layout-column.fusion-one-third {
        width: 100%;
        margin-bottom: 20px !important;
    }

    .stlb-wtg-pg-col .fusion-layout-column.fusion-one-third.fusion-column-last {
        margin-bottom: 0px !important;
    }
}

/********************* End of Ways to Give Page CSS ***************************/


/************** Sacred Circle Page CSS ****************************************/
.sacred-circle-options-wrapper .fusion-column-wrapper>p,
.sacred-circle-options-wrapper .fusion-column-wrapper .fusion-text>p {
    margin-bottom: 5px;
}

.sacred-circle-options-wrapper .fusion-column-wrapper>ul {
    margin-top: 0;
    padding-left: 142px;
}

@media (max-width: 1023px) {
    .sacred-circle-options-wrapper .fusion-layout-column.fusion-one-half {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .sacred-circle-options-wrapper .fusion-layout-column.fusion-one-half .fusion-imageframe {
        float: none !important;
        margin-right: 0px !important;
        margin-bottom: 20px;
    }

    .sacred-circle-options-wrapper .fusion-column-wrapper>ul {
        padding-left: 18px;
    }
}

/************** End of Sacred Circle Page CSS *********************************/


/************** Other ways to give Page CSS **********************************/
.account-charitable-section-wrapper {
    margin: 30px 0 0;
    border-bottom: none !important;
}

.account-charitable-section-wrapper .fusion-layout-column {
    margin-bottom: 0 !important;
}

.account-charitable-section-text p {
    padding-left: 40px;
    background: transparent url(/wp-content/uploads/2016/11/DAF_direct-logo.png) 0 7px no-repeat;
}

.help-amazon-smile-wrapper {
    margin: 30px 0;
}

.ua-ie-9 .single-page-section-title-owg>h2 {
    white-space: normal;
}

@media (max-width: 767px) {

    .fusion-body .help-amazon-smile-wrapper .fusion-one-fifth.fusion-layout-column.fusion-spacing-yes,
    .fusion-body .stlb-owtg-cloth-wrapper .fusion-one-fifth.fusion-layout-column.fusion-spacing-yes {
        width: 25%;
        margin-right: 4%;
    }

    .fusion-body .help-amazon-smile-wrapper .fusion-four-fifth.fusion-layout-column.fusion-spacing-yes,
    .fusion-body .stlb-owtg-cloth-wrapper .fusion-four-fifth.fusion-layout-column.fusion-spacing-yes {
        width: 70%;
    }
}

@media (max-width: 480px) {

    .fusion-body .adjustable-section-wrapper .fusion-one-fifth.fusion-layout-column.fusion-spacing-yes,
    .fusion-body .help-amazon-smile-wrapper .fusion-one-fifth.fusion-layout-column.fusion-spacing-yes,
    .fusion-body .stlb-owtg-cloth-wrapper .fusion-one-fifth.fusion-layout-column.fusion-spacing-yes,
    .fusion-body .adjustable-section-wrapper .fusion-four-fifth.fusion-layout-column.fusion-spacing-yes,
    .fusion-body .help-amazon-smile-wrapper .fusion-four-fifth.fusion-layout-column.fusion-spacing-yes,
    .fusion-body .stlb-owtg-cloth-wrapper .fusion-four-fifth.fusion-layout-column.fusion-spacing-yes {
        width: 100%;
        margin-right: 0%;
    }

    .stlb-pg-owtg-banner-1 {
        display: block;
        float: none !important;
        margin-left: 0 !important;
        margin-bottom: 20px;
    }

    .stlb-pg-owtg-banner-1>img {
        width: 100%;
    }

    .stlb-pg-owtg-banner-2 {
        display: block;
        float: none !important;
        width: 151px;
        margin: 0 auto !important;
    }

    .stlb-pg-owtg-banner-3 {
        width: 169px;
        margin-top: 20px !important;
    }
}

/************** End of Other ways to give Page CSS ****************************/


/************** About Us Page CSS *********************************************/
@media (max-width: 550px) {
    .stlb-pg-about-banner {
        float: none !important;
        margin: 0 auto 20px auto !important;
        display: block;
        width: 250px;
    }
}

/************** End of About Us Page CSS **************************************/


/************** Contact Us Page CSS *********************************************/
.stlb-pg-contact-col .fusion-column-wrapper .fusion-text>p:first-child {
    margin-bottom: 5px;
}

.stlb-pg-contact-col .fusion-column-wrapper .fusion-text>p:last-of-type {
    margin-bottom: 0;
}

@media (max-width: 1000px) {

    .fusion-layout-column.fusion-one-third.stlb-pg-contact-col,
    .fusion-layout-column.fusion-one-half.stlb-pg-contact-col {
        width: 100%;
    }
}

/************** End of Contact Us Page CSS **************************************/


/************** Career Opportunities Page CSS *********************************/
.tbl-open-positions .tablepress {
    margin-bottom: 20px;
}

.tbl-open-positions .tablepress thead th {
    background-color: #DAC09F;
    color: #5c503c;
}

.tbl-open-positions .tablepress thead th,
.tbl-open-positions .tablepress tbody td {
    padding: 10px;
    border: 1px solid #A0522D;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
}

.tbl-open-positions .tablepress tbody td>h2 {
    margin-bottom: 0;
}

@media (max-width: 900px) {

    .tbl-open-positions .tablepress thead th,
    .tbl-open-positions .tablepress tbody td {
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width: 767px) {
    .tbl-open-positions {
        overflow-x: scroll;
    }

    .tbl-open-positions .tablepress {
        width: 727px;
    }

    .tbl-open-positions .tablepress thead th,
    .tbl-open-positions .tablepress tbody td {
        padding: 5px;
        font-size: 13px;
        line-height: 17px;
    }
}

/************** End of Career Opportunities Page CSS **************************/


/************** Teaching Career Page CSS **************************************/
.tc-section-title>h2 {
    font-family: 'Rock Salt', cursive !important;
    font-size: 26px !important;
    line-height: 44px !important;
    color: #21369d !important;
    ms-transform: rotate(-0.9deg);
    -webkit-transform: rotate(-0.9deg);
    transform: rotate(-0.9deg);
}

.btn-tc-section {
    border-radius: 5px !important;
}

.btn-tc-section>.fusion-button-text {
    font-family: 'Oswald', sans-serif;
    font-size: 19px;
    line-height: 21px;
    font-weight: normal;
}

.tc-sub-section-title>h4 {
    font-family: 'Oswald', sans-serif !important;
    font-weight: bold !important;
    font-size: 30px !important;
    color: #C0621F !important;
    line-height: 32px !important;
    padding: 22px !important;
}

.tc-sub-section-title+p {
    padding: 0 22px;
    color: #515151;
}

.tc-sub-section-border {
    border-right: 1px solid #ffffff;
}

.tc-sub-section-border .fusion-text p {
    padding: 0 22px 0 22px !important;
}

.tc-sub-section-border:last-child {
    border-right: none;
}

.tc-last-section-column .tc-sub-section-title>h4 {
    padding: 22px 0 !important;
}

.tc-last-section-column .tc-sub-section-title+p {
    padding: 0;
    color: inherit;
}

.btn-tc-jd {
    display: inline-block;
    padding: 5px 15px;
    margin-top: 10px;
    background-color: #C1621F;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    border-radius: 7px;
}

.btn-tc-jd:hover {
    background-color: #9E663D;
    color: #ffffff;
}

.tc-last-section-column .tc-section-title>h2 {
    font-size: 24px !important;
    line-height: 40px !important;
}

@media(max-width: 1260px) {
    .fusion-title.tc-section-title {
        margin-bottom: 0;
    }

    .tc-section-title>h2 {
        font-size: 21px !important;
        line-height: 34px !important;
    }

    .btn-tc-section {
        padding: 13px;
        float: right;
    }

    .btn-tc-section>.fusion-button-text {
        font-size: 12px;
        line-height: 14px;
    }
}

@media(max-width: 1050px) {
    .stlb-pg-tc-last-section .fusion-imageframe.imageframe-glow {
        float: none !important;
        margin: 0 0 20px 0 !important;
        display: block;
        text-align: center;
        box-shadow: none !important;
    }
}

@media(max-width: 1000px) {
    .tc-section-title>h2 {
        line-height: 29px !important;
    }

    .tc-sub-section-title>h4 {
        font-size: 21px !important;
        line-height: 25px !important;
        padding: 16px !important;
    }

    .tc-sub-section-title+p,
    .stlb-pg-tc-last-section p,
    .stlb-pg-tc-last-section ul>li {
        padding: 0 16px;
        font-size: 14px;
        line-height: 20px;
    }

    .stlb-pg-tc-last-section p,
    .stlb-pg-tc-last-section ul>li {
        padding: 0;
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {

    .fusion-title.tc-sub-section-title,
    .fusion-title.tc-section-title {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 767px) {
    .fusion-title.fusion-sep-none.tc-section-title .title-heading-left {
        text-align: center;
    }

    .btn-tc-section {
        width: 30% !important;
        display: block;
        margin: 20px auto 0 auto;
        float: none;
    }

    .stlb-pg-tc-first-section .fusion-row .fusion-spacing-no.fusion-one-third {
        width: 33.3333%;
    }

    .fusion-title.tc-sub-section-title,
    .fusion-title.tc-section-title {
        margin-bottom: 0 !important;
    }

    .stlb-pg-tc-last-section .fusion-row .fusion-spacing-no.fusion-one-half {
        width: 50%;
    }
}

@media (max-width: 550px) {

    .stlb-pg-tc-last-section .fusion-row .fusion-spacing-no.fusion-one-half,
    .stlb-pg-tc-first-section .fusion-row .fusion-spacing-no.fusion-one-third {
        width: 100%;
    }

    .stlb-pg-tc-first-section .fusion-imageframe {
        display: block;
    }

    .stlb-pg-tc-first-section .fusion-imageframe>img {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .btn-tc-section {
        width: 50% !important;
    }
}

/************** Teaching Career Page CSS **************************************/


/************** Cultivation Pages CSS *****************************************/
.cultivation-content-wrapper {
    padding: 10px;
    background-color: #EADAB9;
}

.ua-ie-9 .cultivation-content-wrapper>.fusion-fullwidth {
    filter: none !important;
}

.cultivation-video-wrapper {
    margin: 0 auto;
    overflow: hidden;
    border: 8px solid #ffffff;
}

.cvt-top-wrapper .fusion-title>h1 {
    color: #ffffff;
    font-family: 'idolwild', 'sans-serif';
    font-size: 75px;
    line-height: 81px;
}

.cvt-bottom-wrapper .fusion-title>h2 {
    color: #fdb2b7;
    font-family: Tahoma, 'Times New Roman', 'sans-serif' !important;
    font-size: 25px !important;
    font-weight: bold !important;
    line-height: 30px !important;
}

.cvt-bottom-wrapper .fusion-column-wrapper>p,
.cvt-bottom-wrapper .fusion-column-wrapper .fusion-text>p {
    color: #ffffff;
    font-family: Tahoma, 'Times New Roman', 'sans-serif';
    font-size: 15px;
    line-height: 23px;
}

.cvt-bottom-wrapper .fusion-column-wrapper>p a,
.cvt-bottom-wrapper .fusion-column-wrapper .fusion-text>p a {
    color: #ffffff;
    text-decoration: underline;
}

.cwgm-top-wrapper .fusion-column-wrapper {
    width: 55%;
    margin: 0 auto;
}

.cwgm-top-wrapper .fusion-title>h3 {
    font-family: "Verdana", Helvetica, sans-serif;
    color: #ffffff;
    font-size: 63px;
    font-weight: bold;
    line-height: 53px;
}

.ua-ie-9 .cwgm-top-wrapper .fusion-title>h3 {
    font-size: 50px;
}

.cwgm-top-wrapper .fusion-column-wrapper>p,
.cwgm-top-wrapper .fusion-column-wrapper .fusion-text>p {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 23px;
    color: #ffffff;
}

.cwgm-bottom-wrapper .fusion-column-wrapper {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.cwgm-bottom-wrapper .fusion-column-wrapper>p,
.cwgm-bottom-wrapper .fusion-column-wrapper .fusion-text>p {
    font-family: "Verdana", 'Helvetica', 'sans-serif';
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
    color: #ffffff;
}

.cwgm-bottom-wrapper .fusion-column-wrapper .button-medium {
    width: 175px !important;
    border: 1px solid #ffffff;
}

.cwgm-bottom-wrapper .fusion-column-wrapper .button-medium>span {
    font-family: "Verdana", "Helvetica", "sans-serif";
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
}

.cth-top-wrapper .fusion-title>h1 {
    font-family: 'Oswald', 'sans-serif';
    font-size: 32px;
    color: #893f42;
}

.cth-top-wrapper .fusion-column-wrapper>p,
.cth-bottom-wrapper .fusion-column-wrapper>p,
.cth-top-wrapper .fusion-column-wrapper .fusion-text>p,
.cth-bottom-wrapper .fusion-column-wrapper .fusion-text>p {
    margin-bottom: 0;
    font-family: 'verdana', 'oswald', 'sans-serif';
    font-size: 18px;
    color: #893f42;
}

.cth-bottom-wrapper .fusion-column-wrapper .button-large {
    width: 375px !important;
    border: 1px solid #ffffff;
    box-shadow: 5px 5px 5px #bcb095;
}

.cth-bottom-wrapper .fusion-column-wrapper .button-large>span {
    font-size: 30px;
    line-height: 30px;
    font-weight: normal;
}

.cth-bottom-wrapper .fusion-column-wrapper>p,
.cth-bottom-wrapper .fusion-column-wrapper .fusion-text>p {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .cultivation-content-wrapper>.fusion-fullwidth {
        padding: 20px 10px !important;
    }

    .cvt-top-wrapper {
        margin-bottom: 0 !important;
    }

    .cvt-top-wrapper .fusion-title>h1,
    .cwgm-top-wrapper .fusion-title>h3 {
        font-size: 40px;
        line-height: 38px;
    }

    .cvt-bottom-wrapper {
        margin-top: 16px !important;
    }

    .cvt-bottom-wrapper .fusion-column-wrapper p:last-of-type {
        margin-bottom: 0;
    }

    .cultivation-content-wrapper.stlb-pg-cult-wgm>.fusion-fullwidth {
        padding: 50px 10px !important;
    }

    .cwgm-top-wrapper .fusion-column-wrapper,
    .cwgm-bottom-wrapper .fusion-column-wrapper {
        width: 100%;
    }

    .cth-bottom-wrapper .fusion-column-wrapper .button-large {
        width: auto !important;
    }

    .cth-bottom-wrapper .fusion-column-wrapper .button-large>span {
        font-size: 20px;
        line-height: 20px;
    }
}

/************** Cultivation Pages CSS *****************************************/


/************** Main Thank You Page CSS ***************************************/
.main-thank-you-video-wrapper {
    box-shadow: 2px 2px 30px #666;
    -moz-box-shadow: 2px 2px 30px #666;
    -webkit-box-shadow: 2px 2px 30px #666;
}

.main-thnk-gift-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
    color: #ffffff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

}

.main-thnk-gift-wrapper .fusion-title>h2,
.main-thnk-share-wrapper .fusion-title>h2 {
    font-family: 'Oswald', 'sans-serif' !important;
    font-size: 34px !important;
    font-weight: normal !important;
    line-height: 46px !important;
    color: #ffffff;
}

.main-thnk-gift-wrapper .fusion-column-wrapper>p,
.main-thnk-share-wrapper .fusion-column-wrapper>p,
.main-thnk-gift-wrapper .fusion-column-wrapper .fusion-text>p,
.main-thnk-share-wrapper .fusion-column-wrapper .fusion-text>p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18px;
}

.main-thnk-gift-wrapper .fusion-column-wrapper .button-large,
.main-thnk-share-wrapper .fusion-column-wrapper .button-large {
    width: 225px !important;
    margin-top: 70px;
    padding: 20px 0 15px 0;
    border: 1px solid #ffffff;
    z-index: 1;
}

.main-thnk-gift-wrapper .fusion-column-wrapper .button-large>span,
.main-thnk-share-wrapper .fusion-column-wrapper .button-large>span {
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
    line-height: 23px;
    font-weight: normal;
}

.main-thnk-gift-wrapper .fusion-one-third {
    text-align: right;
}

.main-thnk-gift-wrapper .fusion-imageframe {
    position: absolute;
    top: -60px;
    left: 10px
}

.main-thnk-share-wrapper {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

}

.main-thnk-share-wrapper .fusion-title>h2 {
    color: #A6460B;
}

.main-thnk-share-wrapper .fusion-column-wrapper>p,
.main-thnk-share-wrapper .fusion-column-wrapper .fusion-text>p {
    margin-bottom: 15px;
    color: #4F0800;
}

.main-thnk-share-wrapper .fusion-column-wrapper .button-large {
    margin-top: 0;
    padding: 10px 15px;
    width: auto !important;
}

.main-thnk-share-wrapper .fusion-column-wrapper .button-large>i {
    font-size: 33px;
}

.main-thnk-share-wrapper .fusion-column-wrapper .button-2 {
    margin-right: 25px;
}

.main-thnk-share-wrapper .fusion-imageframe {
    margin-top: 10px;
}

.ticker_bold {
    font-weight: 600;
}
.ticker_centered {
    text-align: center !important;
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {

    .stlb-pg-thnk-first-section .fusion-layout-column.fusion-one-third,
    .stlb-pg-thnk-first-section .fusion-layout-column.fusion-two-third {
        width: 100%;
    }
}

@media (max-width: 1000px) {

    .stlb-pg-thnk-first-section .fusion-one-third,
    .stlb-pg-thnk-first-section .fusion-two-third {
        width: 100%;
    }

    .stlb-pg-thnk-first-section .fusion-imageframe {
        display: none;
    }

    .stlb-pg-thnk-first-section .fusion-youtube {
        margin: 0 auto;
    }

    .main-thnk-gift-wrapper.fusion-fullwidth-2 {
        padding: 20px !important;
    }

    .main-thnk-gift-wrapper .fusion-imageframe {
        top: -44px;
    }

    .main-thnk-gift-wrapper .fusion-column-wrapper .button-large {
        width: 190px !important;
        margin-top: 60px;
        padding: 15px 0 10px 0;
    }
}

@media (max-width: 900px) {

    .main-thnk-gift-wrapper .fusion-title>h2,
    .main-thnk-share-wrapper .fusion-title>h2 {
        font-size: 27px !important;
        line-height: 35px !important;
    }

    .main-thnk-gift-wrapper .fusion-column-wrapper .button-large {
        width: auto !important;
        margin-top: 75px;
        padding: 15px 10px 10px 10px;
    }

    .main-thnk-gift-wrapper .fusion-column-wrapper .button-large>span,
    .main-thnk-share-wrapper .fusion-column-wrapper .button-large>span {
        font-size: 18px;
        line-height: 18px;
    }

    .main-thnk-gift-wrapper .fusion-imageframe {
        top: -7px;
    }

    .main-thnk-share-wrapper .fusion-column-wrapper .button-2 {
        margin-right: 23px;
    }

    .main-thnk-share-wrapper .fusion-column-wrapper .button-large>i {
        font-size: 27px;
    }

}

@media (max-width: 767px) {

    .main-thnk-gift-wrapper .fusion-one-third,
    .main-thnk-share-wrapper .fusion-one-third {
        text-align: center;
    }

    .main-thnk-gift-wrapper .fusion-title>h2.title-heading-left,
    .main-thnk-share-wrapper .fusion-title>h2.title-heading-left {
        text-align: center;
    }

    .main-thnk-gift-wrapper .fusion-column-wrapper>p,
    .main-thnk-share-wrapper .fusion-column-wrapper>p,
    .main-thnk-gift-wrapper .fusion-column-wrapper .fusion-text>p,
    .main-thnk-share-wrapper .fusion-column-wrapper .fusion-text>p {
        margin-bottom: 20px;
    }

    .main-thnk-gift-wrapper .fusion-imageframe {
        position: relative;
        top: 0;
        left: 0;
    }

    .main-thnk-gift-wrapper .fusion-column-wrapper .button-large {
        display: block;
        width: 190px !important;
        margin: 15px auto 0 auto;
    }

    .main-thnk-share-wrapper .fusion-two-third .fusion-column-wrapper {
        padding: 10px 0 20px 0 !important;
    }

    .main-thnk-share-wrapper .fusion-button-wrapper {
        display: block;
        text-align: center;
    }

    .main-thnk-share-wrapper .fusion-column-wrapper .button-2 {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

/************** Enf of Main Thank You Page CSS ********************************/


/******** CSS for Virtual Tour Inner Pages ************************************/
.virtual-tour-inner-pages-vframe-wrapper .fusion-youtube {
    margin: 0 auto;
}

.virtual-tour-inner-pages-pframe-wrapper {
    text-align: center;
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .fusion-title.virtual-tour-inner-pages-subtitle {
        margin-top: 15px !important;
    }
}

@media (max-width: 767px) {
    .fusion-title.virtual-tour-inner-pages-subtitle {
        margin-top: 15px !important;
    }
}

/******** End of CSS for Virtual Tour Inner Pages *****************************/


/******** CSS for Blog Pages **************************************************/
#sidebar .widget h4 {
    font-weight: 900;
}

#wrapper #main .fusion-post-content>h2.entry-title {
    font-weight: bold;
}

.ua-ie-9 body.blog .fusion-read-more:after,
.ua-ie-9 body.blog .pagination-next:after,
.ua-ie-9 body.blog .pagination-prev:before {
    -ms-transform: translateY(-50%);
}

.ua-ie-9 body.blog .fusion-image-wrapper:hover .fusion-rollover {
    opacity: 0.8;
}

/******** End of CSS for Blog Pages *******************************************/


/******** CSS for Lear More Page **********************************************/
#stlb-learn-more-main-banner .fusion-title>h1 {
    width: 50%;
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 52px;
    line-height: 60px;
    color: #fff;
    white-space: normal;
}

#stlb-learn-more-main-banner p {
    width: 35%;
    padding-top: 40px;
    padding-bottom: 36px;
    margin-bottom: 0px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

#stlb-learn-more-main-banner .button-xlarge {
    padding: 20px 25px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px !important;
}

#stlb-learn-more-main-banner .button-1 {
    margin-right: 25px;
}

#stlb-learn-more-main-banner .button-xlarge .fusion-button-text {
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 19px;
    font-weight: normal;
}

#stlb-learn-more-secondary-banner .fusion-spacing-no.fusion-one-third {
    width: 30%;
}

#wrapper #main .post-content #stlb-learn-more-secondary-banner .fusion-title>h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 39px;
    line-height: 52px;
    color: #ae4d0f;
}

#stlb-pg-leran-more-tabs {
    padding: 0 50px;
}

#stlb-pg-leran-more-tabs.fusion-tabs .tab-pane {
    padding: 0;
    border: none;
}

#stlb-pg-leran-more-tabs.fusion-tabs .nav-tabs {
    border: none;
}

#stlb-pg-leran-more-tabs.fusion-tabs .nav-tabs li .tab-link {
    width: 300px;
    margin-right: 6px;
    padding: 15px 0px;
    background-color: #c0af8e;
    border-top-width: 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
}

#stlb-pg-leran-more-tabs.fusion-tabs .nav-tabs li .tab-link>h4 {
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 28px;
    color: #938669;
    text-align: center;
    text-transform: uppercase;
}

#stlb-pg-leran-more-tabs.fusion-tabs .nav-tabs li.active .tab-link {
    background-color: #ae4e10;
}

#stlb-pg-leran-more-tabs.fusion-tabs .nav-tabs li.active .tab-link>h4 {
    color: #ffffff;
}

.stlb-pg-learn-more-edu-impact>.fusion-column-wrapper {
    padding: 15px 25px 15px 15px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomLeft: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomRight: 5px;
    border-bottom-right-radius: 5px;
}

.stlb-pg-learn-more-edu-impact>.fusion-column-wrapper .fusion-imageframe {
    margin-bottom: -45px;
}

.stlb-pg-learn-more-edu-impact>.fusion-column-wrapper>p,
.stlb-pg-learn-more-edu-impact>.fusion-column-wrapper .fusion-text>p {
    margin-bottom: 0px;
}

#fusion-tab-eduacationalimpact-content .ci-graph8-bottom-text {
    width: 85%;
}

#stlb-pg-learn-more-bottom-banner {
    margin: 60px 50px 20px 50px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
}

#stlb-pg-learn-more-bottom-banner .fusion-title>h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 34px;
    line-height: 34px;
    color: #ffffff;
    text-transform: uppercase;
}

#stlb-pg-learn-more-bottom-banner p {
    width: 36%;
    margin-bottom: 25px;
}

#stlb-pg-learn-more-bottom-banner .fusion-imageframe {
    margin-top: -75px;
    margin-bottom: -30px;
}

#stlb-pg-learn-more-bottom-banner .button-xlarge {
    padding: 20px 30px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px !important;
}

#stlb-pg-learn-more-bottom-banner .button-xlarge .fusion-button-text {
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
}

@media (max-width: 1185px) {

    #stlb-pg-learn-more-bottom-banner p {
        width: 51%;
    }
}

@media (max-width: 1149px) {

    #stlb-learn-more-main-banner {
        padding: 40px !important;
    }

    #stlb-learn-more-main-banner .fusion-title>h1 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (max-width: 1000px) {

    #stlb-learn-more-main-banner p {
        width: 48%;
    }

    #stlb-pg-leran-more-tabs .ci-graph-container .fusion-title>h3 {
        font-size: 25px !important;
        line-height: 30px !important;
    }

    #stlb-pg-leran-more-tabs .ci-graph8-bottom-text {
        font-size: 26px;
        line-height: 32px;
    }

    #stlb-pg-leran-more-tabs .ci-graph13-bottom-text {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 900px) {

    #stlb-learn-more-main-banner {
        padding: 30px !important;
    }

    #stlb-learn-more-main-banner .fusion-title>h1 {
        width: 60%;
    }

    #stlb-learn-more-main-banner p {
        padding-top: 15px;
        padding-bottom: 25px;
    }

    #stlb-learn-more-main-banner .button-xlarge {
        padding: 10px;
    }

    #stlb-learn-more-secondary-banner .fusion-spacing-no.fusion-one-third {
        width: 33.3333%;
    }

    #wrapper #main .post-content #stlb-learn-more-secondary-banner .fusion-title {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    #stlb-learn-more-secondary-banner p {
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 19px;
    }

    #stlb-pg-leran-more-tabs {
        padding: 0;
    }

    #stlb-pg-leran-more-tabs .ci-graph-container-gr>.fusion-column-wrapper>small {
        margin-bottom: 50px;
    }

    #stlb-pg-learn-more-bottom-banner {
        margin: 0;
    }

    #stlb-pg-learn-more-bottom-banner .fusion-title>h3 {
        font-size: 30px;
        line-height: 36px;
    }

    #stlb-pg-learn-more-bottom-banner .button-xlarge {
        padding: 10px 20px;
    }
}

@media (max-width: 767px) {

    #stlb-learn-more-main-banner .fusion-title>h1 {
        width: 100%;
    }

    #stlb-learn-more-secondary-banner {
        text-align: center;
    }

    #stlb-learn-more-secondary-banner .fusion-spacing-no.fusion-one-third {
        width: 100%;
    }

    #wrapper #main .post-content #stlb-learn-more-secondary-banner .fusion-title>h2 {
        text-align: center;
    }

    #stlb-learn-more-secondary-banner p {
        text-align: left;
    }

    #stlb-pg-leran-more-tabs .nav {
        display: block
    }

    #stlb-pg-leran-more-tabs .fusion-mobile-tab-nav {
        display: none;
    }

    #stlb-pg-leran-more-tabs.fusion-tabs .nav-tabs li {
        display: inline-block;
    }

    #stlb-pg-leran-more-tabs.fusion-tabs .nav-tabs li .tab-link {
        width: auto;
        padding: 15px;
    }

    .stlb-pg-learn-more-edu-impact>.fusion-column-wrapper .fusion-imageframe {
        margin-bottom: 0;
    }

    .stlb-pg-learn-more-edu-impact {
        margin-bottom: 0 !important;
    }

    #stlb-pg-leran-more-tabs .ci-graph-container-clg-atnd,
    #stlb-pg-leran-more-tabs .ci-graph-container-gr,
    #stlb-pg-leran-more-tabs .ci-graph13-container {
        margin-top: 50px !important;
    }

    #stlb-pg-leran-more-tabs .ci-graph-container .fusion-title>h3 {
        font-size: 30px !important;
        line-height: 35px !important;
    }

    #stlb-pg-leran-more-tabs .ci-graph-container-gr>.fusion-column-wrapper>small {
        margin-bottom: 15px;
    }

    #stlb-pg-learn-more-bottom-banner {
        padding: 25px !important;
    }

    #stlb-pg-learn-more-bottom-banner .fusion-title>h3 {
        font-size: 25px;
        line-height: 30px;
    }

    .ci-graph-5>img {
        margin-bottom: 50px;
    }
}

@media (max-width: 690px) {

    #stlb-pg-learn-more-bottom-banner .fusion-imageframe {
        display: block;
        margin: 0 !important;
        float: none !important;
        text-align: center;
    }

    #stlb-pg-learn-more-bottom-banner p {
        width: 100%;
    }
}

@media (max-width: 600px) {

    #stlb-learn-more-main-banner p {
        width: 71%;
    }

    #stlb-learn-more-main-banner .fusion-title>h1 {
        font-size: 35px;
        line-height: 45px;
    }

    #stlb-pg-leran-more-tabs.fusion-tabs .nav-tabs li .tab-link>h4 {
        font-size: 20px;
    }
}

@media (max-width: 480px) {

    #stlb-learn-more-main-banner {
        padding: 15px !important;
    }

    #stlb-learn-more-main-banner .fusion-title>h1,
    #wrapper #main .post-content #stlb-learn-more-secondary-banner .fusion-title>h2 {
        font-size: 28px;
        line-height: 38px;
    }

    #stlb-learn-more-main-banner p {
        padding-top: 0;
        font-size: 14px;
        line-height: 18px;
    }

    #stlb-learn-more-main-banner .button-xlarge {
        padding: 5px;
    }

    #stlb-learn-more-main-banner .button-xlarge .fusion-button-text {
        font-size: 15px;
    }

    #stlb-pg-leran-more-tabs.fusion-tabs .nav-tabs li {
        display: block;
    }

    #stlb-pg-leran-more-tabs.fusion-tabs .nav-tabs li .tab-link {
        margin-right: 0;
    }

    #stlb-pg-leran-more-tabs.fusion-tabs .nav-tabs li .tab-link>h4 {
        font-size: 28px;
    }

    .stlb-pg-learn-more-edu-impact>.fusion-column-wrapper .fusion-imageframe {
        display: block;
        float: none !important;
        margin-right: 0 !important;
        ;
        margin-bottom: 15px;
        text-align: center;
    }
}

@media (max-width: 360px) {

    #stlb-learn-more-main-banner .fusion-title>h1 {
        font-size: 25px;
        line-height: 33px;
    }

    #stlb-learn-more-main-banner p {
        width: 100%;
    }
}

@media (max-width: 100px) {

    #stlb-learn-more-main-banner {
        padding: 15px !important;
    }

    #stlb-learn-more-main-banner .fusion-title>h1 {
        font-size: 35px;
        line-height: 45px;
    }

    #stlb-learn-more-main-banner p {
        width: 70%;
        padding-top: 0;
        font-size: 14px;
        line-height: 17px;
    }
}

/******** End of CSS for Lear More Page ***************************************/

/******** CSS for Make a difference Page ***************************************/
.page-id-820 #main {
    background: transparent url("assets/img/home-indian-pattern.png") no-repeat scroll center bottom;
    position: relative;
    margin-bottom: -15px;
    padding-bottom: 60px;
}

.page-id-820 #wrapper .post-content h2.section-title {
    color: #285093;
    font: 900 48px / 47.035px Lato;
}

.page-id-820 .stlb-page-title {
    display: none;
}

.page-id-820 .section-content {
    color: #555555;
    font: 400 16px / 30.035px Lato;
}

.page-id-820 .section-subtitle {
    color: #285093;
    font: 900 32px / 33.035px Lato;
}

.page-id-820 .content-keyword {
    text-transform: uppercase;
}

.page-id-820 #dafdirectdiv {
    width: 100%;
    padding: 20px 30px;
    border: 1px solid #D5D5D5;
    background-color: #f5f5f5;
    color: #3d77cf;
    font: 700 16px / 0 Arial;
}

.page-id-820 #dafdirectdiv form img[alt="Logo DAF Direct"] {
    background: transparent url("https://www.stlabre.org/wp-content/uploads/2016/11/daf-transparent.png") no-repeat;
    display: block;
    height: 66px;
    overflow: hidden;
    padding-top: 70px;
    width: 140px;
}

.page-id-820 #dafdirectdiv .whatThis a {
    border: none;
    margin: 0 0 10px;
    text-align: center;
    width: auto !important;
    color: #3d77cf;
    font: 400 9px / 26px Arial, Helvetica, sans-serif;
}

.page-id-820 #dafdirectdiv .dafdirectscroll {
    height: auto;
    line-height: 1.5em;
    width: 100%;
    color: #365f7b;
    font-family: "Lucida Grande", "Lucida SansUnicode", Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

.page-id-820 #dafdirectdiv input {
    border: 1px solid #ABABAB;
    border-radius: 3px;
}

.page-id-820 #dafdirectdiv #notwhatisthis {
    line-height: 28px;
}

.page-id-820 #dafdirectdiv .dafdirectInputAmount {
    width: 100%;
}

.page-id-820 #dafdirectdiv .dafdirectButtonContain {
    float: none;
    width: auto;
    text-align: center;
}

.page-id-820 #dafdirectdiv .dafdirectButtonContain a {
    display: inline-block;
    margin-top: 20px;
    width: 67px;
    height: 30px;
    color: #ffffff;
    font: 700 16px / 19px Arial;
    background-color: #3d77cf;
    border-radius: 3px;
}

.page-id-820 #dafdirectdiv .dafdirectButtonContain a:before {
    color: #fff;
    content: "Next";
    line-height: 2em;
    padding: 0 14px;
}

.page-id-820 #dafdirectdiv .dafdirectButtonContain a img {
    display: none;
}

@media (max-width: 767px) {
    .page-id-820 #wrapper #main {
        padding-bottom: 60px;
    }
}

.side-block-image {
    margin-bottom: 10px;
    margin-top: 25px;
}

/******** End of CSS for Make a difference Page ***************************************/



#lp-2018-holidayhope-middle-content {
    display: block;
    background: url(assets/img/holiday_hope_2018/bg.png) no-repeat center center;
    height: 745px;
    background-size: cover;
}

.post-content h1 {
    margin: 0;
    text-align: center;
    color: #fff
        /*!important*/
    ;
    font-size: 43px !important;
    line-height: 65px !important;
}

.post-content h1 strong {
    color: #f8d55c;
}

#lp-2018-holidayhope-middle-content .video-bg {
    display: block;
    width: 791px;
    height: 728px;
    margin: -10px auto 0 auto;
    background: url(assets/img/holiday_hope_2018/card.png) no-repeat center center;
    height: 745px;
    padding-bottom: 0 !important;
}

.bg-sub {
    display: block;
    width: 100%;
    height: 37px;
    background: url(assets/img/holiday_hope_2018/bg-sub.png) repeat-x;
    position: relative;
    z-index: 2;
}

#lp-2018-holidayhope-middle-content .video {
    display: block;
    width: 536px;
    height: 302px;
    margin: 95px auto 0 auto;
    background: url(assets/img/holiday_hope_2018/featured-image.png) no-repeat center center;
    position: relative;
}

#lp-2018-holidayhope-middle-content .text {
    display: block;
    width: 497px;
    height: 205px;
    margin: 0 auto 0 auto;
    background: url(assets/img/holiday_hope_2018/holiday-hope.png) no-repeat center center;
    text-indent: -99999px;
}

#lp-2018-holidayhope-middle-content .video .button {
    display: block;
    position: absolute;
    top: 95px;
    left: 195px;
    width: 139px;
    height: 108px;
    background: url(assets/img/holiday_hope_2018/icon-play.png) no-repeat center center;
}

#lp-2018-holidayhope-middle-content .btn-primary {
    width: 250px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-family: Lato;
    font-weight: bold;
    padding: 5px 0;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-radius: 5px;
    background-color: rgb(222, 57, 58);
    box-shadow: 0px 3px 12.35px 0.65px rgba(117, 116, 13, 0.4);
    margin: 15px auto;
    display: block;
}

#lp-2018-holidayhope-footer {
    background: #597147;
}

#lp-2018-holidayhope-footer .lp-2018-holidayhope-container {
    width: 800px;
    display: block;
    margin: 0 auto;
    padding: 20px 0;
}

#lp-2018-holidayhope-footer .footer-st-logo {
    margin: 65px 0 0 0;
}

#lp-2018-holidayhope-footer #footer-text,
#lp-2018-holidayhope-footer #footer-text a {
    color: #fff;
    font-size: 14px;
}

#lp-2018-holidayhope-footer #footer-links a,
#lp-2018-holidayhope-footer #footer-info span,
#lp-2018-holidayhope-footer #footer-info a {
    color: #ffffff !important;
}

#lp-2018-holidayhope-footer #footer-text p {
    margin: 0;
}

.hidden-now {
    display: none;
}

.home-banner-blanket .home-banner-blanket-red-title>h1 strong {
    color: #d93938;
    font-size: 35px;
    line-height: 35px;
    font-weight: 900;
}

.ticker_centered {
    text-align: center !important;
}

.ticker_bold {
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .fusion-header-wrapper .fusion-header-v4 .fusion-main-menu {
        position: absolute;
        top: 2px;
        right: 0px;
        left: 60px;
    }
	
	.post-content h1 {
		line-height: 45px !important;
	}

    .fusion-mobile-menu-design-classic.fusion-header-v4 .fusion-main-menu,
    .fusion-mobile-menu-design-classic.fusion-header-v5 .fusion-main-menu {
        display: block !important;
    }

    .fusion-mobile-menu-design-classic.fusion-header-v4 .fusion-main-menu>ul>li,
    .fusion-mobile-menu-design-classic.fusion-header-v5 .fusion-main-menu {
        display: none !important;
    }

    .fusion-mobile-menu-design-classic.fusion-header-v4 .fusion-main-menu>ul>li.btnDonate {
        display: inline-block !important;
        width: 50%;
        margin: 0;
        padding: 0 0 0 10px;
    }

    .fusion-mobile-menu-design-classic.fusion-header-v4 .fusion-main-menu>ul>li.btnDonate>a {
        width: 100%;
        font-size: 15px;
    }

    .home-banners-with-hover .fusion-column-wrapper {
        min-height: 200px !important;
    }

    .home-banners-with-hover .fusion-text p:first-child {
        font-size: 18px;
        margin-top: 145px;
    }

    #menu-footer-menu li a:before {
        display: none !important;
    }
}

@media only screen and (max-width: 979px) {
    .signup-box .fusion-column-wrapper {
        padding: 0 !important;
    }

    .donation-box .inside-box .fusion-column-wrapper {
        padding: 20px 20px 380px 20px !important;
    }
}
.priceline-way-wrapper{
	padding-bottom:30px;
}
.help-amazon-smile-wrapper {
    border-bottom: none !important;
}

.fusion-footer #text-3 > div.textwidget > div:nth-of-type(1) > a.fusion-button, .fusion-footer #text-3 > div.textwidget > div:nth-of-type(2) > a.fusion-button {
    background: #d93a38 !important;
    border-color: #d93a38 !important;
}
.fusion-footer #text-3 > div.textwidget > div:nth-of-type(1) > a.fusion-button, .fusion-footer #text-3 > div.textwidget > div > a.fusion-button {
    margin-top: 10px;
    margin-bottom: 10px;
	color: white !important;
}

/* UPDATED HEADER CSS */
#get-updates {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: center;
}

#get-updates h4 {
  color: #fff;
  text-align: right;
  margin: 0;
  font-size: 18px;
  line-height: 37px;
  font-weight: 400;
  width: 110px;
}

#get-updates iframe#EN-signup-form {
  max-height: 30px;
}

@media (max-width: 767px) {
  #get-updates {
    display: block;
    width: 100%;
  }
  
  #get-updates h4 {
    display: none;
  }
}

#text-2 div.textwidget a img {
	max-width:320px;
}
