/* Returning glorious sass workflow to TFS */
/* Returning glorious sass workflow to TFS */
/* LAYOUT
-------------------------------------------------- */
/* LAYOUT - MOBILE
-------------------------------------------------- */
/* COLORS
-------------------------------------------------- */
/* BLUE */
/* GRAY */
/* BLACK GRADIENT */
/* GRAY GRADIENT */
/* BLUE GRADIENT */
/* FONTS
-------------------------------------------------- */
/* SANS-SERIF */
/* SERIF */
/* COLOR */
/* MODULE */
/* BACKGROUNDS
-------------------------------------------------- */
/* Gray with top rad */
/* White with top rad */
/*  DONATION FORM
/* ====================================== */
/* ## BUTTONS ## 
---------------------------------------------------------- */
/* BOX SHADOW */
/*  sets background gradient and optional image.
    can pass $ie = 'false' to exclude filter-gradient and background-image */
/* BUTTON */
/* BUTTON LIGHT */
/* BUTTON SELECTED */
/* BUTTON PAYPAL */
/* INVISIBLE COVERAGE RADIO OVER BUTTON */
/* TOOLTIPS */
/* USAGE REFERENCES - DO NOT ADJUST VALUES
-------------------------------------------------- */
.box-1 a.btn {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: #c1c1c1 0 1px 2px 0;
    -moz-box-shadow: #c1c1c1 0 1px 2px 0;
    box-shadow: #c1c1c1 0 1px 2px 0;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #007ad1), color-stop(100%, #005c9e));
    background: -webkit-linear-gradient(#007ad1, #005c9e);
    background: -moz-linear-gradient(#007ad1, #005c9e);
    background: -o-linear-gradient(#007ad1, #005c9e);
    background: linear-gradient(#007ad1, #005c9e);
    color: #fff;
    border: 1px solid #006bb7;
    border-bottom: 1px solid #002f51;
    background-color: #006bb7;
    text-shadow: #004d84 0 2px 0;
}

    .box-1 a.btn:hover {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: #c1c1c1 0 1px 2px 0;
        -moz-box-shadow: #c1c1c1 0 1px 2px 0;
        box-shadow: #c1c1c1 0 1px 2px 0;
        background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0089ea), color-stop(100%, #006bb7));
        background: -webkit-linear-gradient(#0089ea, #006bb7);
        background: -moz-linear-gradient(#0089ea, #006bb7);
        background: -o-linear-gradient(#0089ea, #006bb7);
        background: linear-gradient(#0089ea, #006bb7);
        color: #fff;
        border: 1px solid #007ad1;
        border-bottom: 1px solid #003e6b;
        background-color: #007ad1;
        text-shadow: #005c9e 0 2px 0;
    }

.box-2 a.btn {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: #a5cde6 0 1px 2px 0;
    -moz-box-shadow: #a5cde6 0 1px 2px 0;
    box-shadow: #a5cde6 0 1px 2px 0;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #d9eaf4));
    background: -webkit-linear-gradient(#ffffff, #d9eaf4);
    background: -moz-linear-gradient(#ffffff, #d9eaf4);
    background: -o-linear-gradient(#ffffff, #d9eaf4);
    background: linear-gradient(#ffffff, #d9eaf4);
    color: #3283b6;
    border: 1px solid #a5cde6;
    border-bottom: 1px solid #a5cde6;
    background-color: #edf5fa;
    text-shadow: none;
}

    .box-2 a.btn:hover {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: #99c6e3 0 1px 2px 0;
        -moz-box-shadow: #99c6e3 0 1px 2px 0;
        box-shadow: #99c6e3 0 1px 2px 0;
        background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f5f9fc), color-stop(100%, #cde3f1));
        background: -webkit-linear-gradient(#f5f9fc, #cde3f1);
        background: -moz-linear-gradient(#f5f9fc, #cde3f1);
        background: -o-linear-gradient(#f5f9fc, #cde3f1);
        background: linear-gradient(#f5f9fc, #cde3f1);
        color: #2f7aaa;
        border: 1px solid #99c6e3;
        border-bottom: 1px solid #99c6e3;
        background-color: #e1eef7;
        text-shadow: none;
    }

.box-3 a.btn {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: #c1c1c1 0 1px 2px 0;
    -moz-box-shadow: #c1c1c1 0 1px 2px 0;
    box-shadow: #c1c1c1 0 1px 2px 0;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8d8d8d), color-stop(100%, #737373));
    background: -webkit-linear-gradient(#8d8d8d, #737373);
    background: -moz-linear-gradient(#8d8d8d, #737373);
    background: -o-linear-gradient(#8d8d8d, #737373);
    background: linear-gradient(#8d8d8d, #737373);
    color: #fff;
    border: 1px solid gray;
    border-bottom: 1px solid #4d4d4d;
    background-color: gray;
    text-shadow: #676767 0 2px 0;
}

    .box-3 a.btn:hover {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: #c1c1c1 0 1px 2px 0;
        -moz-box-shadow: #c1c1c1 0 1px 2px 0;
        box-shadow: #c1c1c1 0 1px 2px 0;
        background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9a9a9a), color-stop(100%, #808080));
        background: -webkit-linear-gradient(#9a9a9a, #808080);
        background: -moz-linear-gradient(#9a9a9a, #808080);
        background: -o-linear-gradient(#9a9a9a, #808080);
        background: linear-gradient(#9a9a9a, #808080);
        color: #fff;
        border: 1px solid #8d8d8d;
        border-bottom: 1px solid #5a5a5a;
        background-color: #8d8d8d;
        text-shadow: #737373 0 2px 0;
    }

.box-4 a.btn {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: #d1d1d1 0 1px 2px 0;
    -moz-box-shadow: #d1d1d1 0 1px 2px 0;
    box-shadow: #d1d1d1 0 1px 2px 0;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
    background: -webkit-linear-gradient(#ffffff, #f2f2f2);
    background: -moz-linear-gradient(#ffffff, #f2f2f2);
    background: -o-linear-gradient(#ffffff, #f2f2f2);
    background: linear-gradient(#ffffff, #f2f2f2);
    color: gray;
    border: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    background-color: white;
    text-shadow: none;
}

    .box-4 a.btn:hover {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: #c9c9c9 0 1px 2px 0;
        -moz-box-shadow: #c9c9c9 0 1px 2px 0;
        box-shadow: #c9c9c9 0 1px 2px 0;
        background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ebebeb));
        background: -webkit-linear-gradient(#ffffff, #ebebeb);
        background: -moz-linear-gradient(#ffffff, #ebebeb);
        background: -o-linear-gradient(#ffffff, #ebebeb);
        background: linear-gradient(#ffffff, #ebebeb);
        color: #787878;
        border: 1px solid #c9c9c9;
        border-bottom: 1px solid #c9c9c9;
        background-color: #f7f7f7;
        text-shadow: none;
    }

.box-5 a.btn {
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d9eaf4), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(#d9eaf4, #ffffff);
    background: -moz-linear-gradient(#d9eaf4, #ffffff);
    background: -o-linear-gradient(#d9eaf4, #ffffff);
    background: linear-gradient(#d9eaf4, #ffffff);
    color: #3283b6;
    border: 1px solid #75b2d9;
    background-color: #e9f3f9;
    background-image: none;
    filter: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 2px 5px 0 #acc3d7;
    -moz-box-shadow: inset 0 2px 5px 0 #acc3d7;
    box-shadow: inset 0 2px 5px 0 #acc3d7;
}

    .box-5 a.btn:hover {
        cursor: default;
    }

.box-6 a.btn {
    width: 280px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: #c1c1c1 0 1px 2px 0;
    -moz-box-shadow: #c1c1c1 0 1px 2px 0;
    box-shadow: #c1c1c1 0 1px 2px 0;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFBE11', endColorstr='#FFFFBE11');
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffda77), color-stop(100%, #ffbe11));
    background-image: -webkit-linear-gradient(#ffda77, #ffbe11);
    background-image: -moz-linear-gradient(#ffda77, #ffbe11);
    background-image: -o-linear-gradient(#ffda77, #ffbe11);
    background-image: linear-gradient(#ffda77, #ffbe11);
    color: #1d2b73;
    border: 1px solid #dda100;
    border-top: 1px solid #ffbe11;
    border-bottom: 1px solid #c38e00;
    text-shadow: 0 2px 1px #ffe191;
}

    .box-6 a.btn:hover {
        width: 280px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: #c1c1c1 0 1px 2px 0;
        -moz-box-shadow: #c1c1c1 0 1px 2px 0;
        box-shadow: #c1c1c1 0 1px 2px 0;
        *zoom: 1;
        filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFC52A', endColorstr='#FFFFC52A');
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffe191), color-stop(100%, #ffc52a));
        background-image: -webkit-linear-gradient(#ffe191, #ffc52a);
        background-image: -moz-linear-gradient(#ffe191, #ffc52a);
        background-image: -o-linear-gradient(#ffe191, #ffc52a);
        background-image: linear-gradient(#ffe191, #ffc52a);
        color: #1d2b73;
        border: 1px solid #f6b300;
        border-top: 1px solid #ffc52a;
        border-bottom: 1px solid #dda100;
        text-shadow: 0 2px 1px #ffe8aa;
    }

/* GENERAL LAYOUT CHANGES */
/*
body {
	width: 			auto; 		// modifying from 1008 to auto
	min-width: 		0;
}
*/
body:not(.modal-body-tag) {
    min-width: 320px;
}

.row_1, .row_2, .row_3, .row_4, .row_5, .row_6, .row_7, .row_8, .row_9, .row_10, .row_11, .row_12 {
    width: 99.9%;
}

.content-row {
    padding-bottom: 0;
}

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .row_12 .grid_1, .row_12 .grid_2, .row_12 .grid_3, .row_12 .grid_4, .row_12 .grid_5, .row_12 .grid_6, .row_12 .grid_7, .row_12 .grid_8, .row_12 .grid_9, .row_12 .grid_10, .row_12 .grid_11, .row_12 .grid_12 {
    float: none;
    display: block;
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
    overflow: hidden;
}

.prefix_3, .prefix_1, .prefix_4, .small-hero .prefix_7 {
    padding-left: 0 !important;
}

.module, .intro-wrap .gradient-box, .module-boxless, .module-boxless-hr, .comment-module, .mood-button, .split-module {
    margin-bottom: 1em;
}

/**
     * SPECIFIC LAYOUT CHANGES
     */
.mobile-nav {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1em 1em 0;
    width: 200px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -200px;
    background: #333;
    color: white;
    text-align: left;
    text-transform: uppercase;
    z-index: 1000;
}

    .mobile-nav * {
        text-shadow: none !important;
    }

    .mobile-nav a, .mobile-nav a:link, .mobile-nav a:visited, .mobile-nav a:hover, .mobile-nav a:active {
        color: white;
    }

    .mobile-nav li {
        margin-bottom: 1em;
        background: none;
        padding: 0;
    }

    .mobile-nav #mobile-nav-trigger {
        position: absolute;
        width: 90px;
        padding: 13px 0;
        font-size: 14px;
        display: inline-block;
        top: 5px;
        right: -90px;
        -webkit-border-radius: 0 2px 2px 0;
        -moz-border-radius: 0 2px 2px 0;
        -ms-border-radius: 0 2px 2px 0;
        -o-border-radius: 0 2px 2px 0;
        border-radius: 0 2px 2px 0;
        background: #333;
        text-align: center;
    }

    .mobile-nav .submob {
        margin-top: 1em;
        margin-left: 1em;
        margin-bottom: 0;
    }

        .mobile-nav .submob a, .mobile-nav .submob a:link, .mobile-nav .submob a:visited, .mobile-nav .submob a:hover, .mobile-nav .submob a:active {
            color: #bebfbf;
        }

.mobile-nav-open {
    position: relative;
    left: 200px;
}

.mobile-nav-shut #mobile-nav-trigger {
    font-weight: bold;
}

.chrome-nav-left,
.chrome-nav-right {
    float: none;
}

    .chrome-nav-left .arrow {
        position: absolute;
        top: 60px;
    }

    .chrome-nav-right h1 {
        width: 100%;
        padding: 10px;
    }

/* TYPOGRAPHY */
.aggr h1,
.page-title h1 {
    font-size: 28px;
    line-height: 100%;
    margin: 12px 0 24px 0;
    text-transform: capitalize;
}

h2 {
    font-size: 28px;
    line-height: 28px;
}

p, table, tr, td, th, thead, tbody {
    font-size: 16px;
}

/* Generic HTML Elements */
ul li {
    background-position: 0 0.6em;
}

.preheader, .main-nav-left {
    display: none;
}

ul.main-nav {
    margin: 0;
}

    ul.main-nav li {
        display: none;
    }

    ul.main-nav .donate {
        display: block;
        position: absolute;
        top: 5px;
        right: 3%;
        padding-right: 0;
    }

.subnav {
    width: auto;
    margin-left: 3%;
    margin-right: 3%;
}

    .subnav ul {
        display: none;
    }

    .subnav.blue-gradient {
        display: none;
    }

.subnav-clear {
    display: none;
}

.nav-logo {
    width: 100%;
    min-height: 0;
}

.logo {
    width: 90%;
    float: none;
    margin: 0 auto;
    text-align: center;
    position: relative;
    height: auto;
}

    .logo a {
        margin-left: auto;
        margin-right: auto;
        width: 50%;
        background-size: 100% auto;
        height: auto;
        margin-top: 12px;
    }

    .logo img {
        width: 100%;
        height: auto;
    }

.ternav, .quatnav {
    display: none;
}

.sub-header-left, .sub-header-right {
    margin-bottom: 0;
}

.content-row > .row_8 > .form-wrap:first-child {
    margin-top: -24px;
}

.form-wrap input,
.form-wrap textarea,
.form-wrap2 input,
.form-wrap2 textarea {
    width: 95%;
    margin-right: 0px;
}

.form-wrap .module-form-combo .row_4.module-form-tiled,
.form-wrap2 .module-form-combo .row_4.module-form-tiled {
    width: 100%;
}

.form-wrap .module-form-labeled .thirdwidth,
.form-wrap2 .module-form-labeled .thirdwidth {
    float: left;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
}

    .form-wrap .module-form-labeled .thirdwidth select,
    .form-wrap2 .module-form-labeled .thirdwidth select {
        max-width: 105px;
        width: 32%;
    }

.form-wrap .selector select, .form-wrap select,
.form-wrap2 .selector select,
.form-wrap2 select {
    width: 100%;
    float: left;
    margin-right: 2px;
}

.form-wrap .fnamefld,
.form-wrap2 .fnamefld {
    width: 95%;
    float: left;
    margin-left: 0;
}

.form-wrap .mnamefld,
.form-wrap2 .mnamefld {
    margin-top: 10px;
    width: 16%;
    float: left;
    clear: left;
}

.form-wrap .info,
.form-wrap2 .info {
    float: left;
}

.form-wrap .module-form-labeled .halfwidth,
.form-wrap2 .module-form-labeled .halfwidth {
    margin-left: 0px;
}

.donation {
    margin-right: 1px;
}

    .donation .left-container {
        border-right: 0;
    }

    .donation .left {
        float: none;
        display: block;
    }

    .donation .right {
        float: none;
        width: auto;
        display: block;
        clear: both;
    }

        .donation .right .btn-donate-again {
            margin-left: 0;
            text-align: left;
            display: block;
            width: auto;
        }

    .donation h4 span, .donation h4 .large {
        font-size: 16px;
        display: block;
        top: 0;
    }

.module {
    margin-right: 1px;
}

    .module .button-blue {
        display: block;
        padding: 12px;
    }

    .module .subscribe-btn.button-blue {
        width: 22%;
    }

    .module .rich-text img, .cta-module .rich-text img {
        float: none !important;
        display: block !important;
        clear: both !important;
        margin: 5px auto !important;
        max-width: 98% !important;
        height: auto !important;
    }

.collapsed .left-container .left {
    float: left;
}

.collapsed .right {
    border-top: 1px solid #D8D8D8;
}

.btn-print {
    display: none;
}

.quick-survey .quartertile {
    display: block;
    width: auto;
}

.module-form-tiled .halftile, .quick-survey .halftile {
    width: 90%;
}

.quartertile input[type="radio"] {
    margin-top: 0;
    top: 11px;
    left: 6px;
}

.blog {
    width: auto;
    display: block;
}

    .blog .feat-thumb {
        width: 100%;
        height: auto !important;
    }

.module .blog-content {
    float: none;
    width: auto;
}

.module textarea {
    width: 100%;
    min-height: 5em;
    overflow: auto;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.article .left {
    float: none;
    width: auto;
}

.module-borderfree-content h3 {
    text-transform: capitalize;
}

.module-borderfree-content .right {
    width: auto;
    float: none;
}

.article .video, .article .video iframe {
    width: 100%;
}

.module-borderfree .comment-container .name {
    text-align: left;
    width: auto;
}

.module-borderfree .comment-container .comment-text {
    width: auto;
}

.module-borderfree.social {
    overflow: visible;
    text-align: center;
}

.comment-btn {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: #d1d1d1 0 1px 2px 0;
    -moz-box-shadow: #d1d1d1 0 1px 2px 0;
    box-shadow: #d1d1d1 0 1px 2px 0;
    background: url("../img/global/sprite1.png") no-repeat 110% -2852px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
    background: url("../img/global/sprite1.png") no-repeat 110% -2852px, -webkit-linear-gradient(#ffffff, #f2f2f2);
    background: url("../img/global/sprite1.png") no-repeat 110% -2852px, -moz-linear-gradient(#ffffff, #f2f2f2);
    background: url("../img/global/sprite1.png") no-repeat 110% -2852px, -o-linear-gradient(#ffffff, #f2f2f2);
    background: url("../img/global/sprite1.png") no-repeat 110% -2852px, linear-gradient(#ffffff, #f2f2f2);
    color: gray;
    border: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    background-color: white;
    text-shadow: none;
}

    .comment-btn:hover {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: #d1d1d1 0 1px 2px 0;
        -moz-box-shadow: #d1d1d1 0 1px 2px 0;
        box-shadow: #d1d1d1 0 1px 2px 0;
        background: url(../img/global/sprite1.png) no-repeat 110% -2852px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
        background: url(../img/global/sprite1.png) no-repeat 110% -2852px, -webkit-linear-gradient(#ffffff, #f2f2f2);
        background: url(../img/global/sprite1.png) no-repeat 110% -2852px, -moz-linear-gradient(#ffffff, #f2f2f2);
        background: url(../img/global/sprite1.png) no-repeat 110% -2852px, -o-linear-gradient(#ffffff, #f2f2f2);
        background: url(../img/global/sprite1.png) no-repeat 110% -2852px, linear-gradient(#ffffff, #f2f2f2);
        color: gray;
        border: 1px solid #d1d1d1;
        border-bottom: 1px solid #d1d1d1;
        background-color: white;
        text-shadow: none;
    }

.aggr .gradient-box .blurb {
    width: auto;
}

.list-view .right {
    width: 100%;
}

.module-borderfree-content, .search-result {
    background-size: 100%;
    background-repeat: no-repeat;
}

.module-borderfree ul.sm-icons {
    float: none;
    margin: auto;
    display: inline-block;
}

.comment-form-wrap .form-actions, .badges-banners-thank-you-wrap .form-actions {
    position: static !important;
}

    .comment-form-wrap .form-actions .submit, .comment-form-wrap .form-actions .close-btn, .badges-banners-thank-you-wrap .form-actions .submit, .badges-banners-thank-you-wrap .form-actions .close-btn {
        float: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .comment-form-wrap .form-actions .close-btn, .badges-banners-thank-you-wrap .form-actions .close-btn {
        margin-top: 10px;
    }

    .comment-form-wrap .form-actions .top-close-btn, .badges-banners-thank-you-wrap .form-actions .top-close-btn {
        margin-top: 0px;
    }

.badges-banners-thank-you-wrap .modal-body {
    padding-bottom: 10px !important;
}

.comment-form-wrap {
    width: 100%;
}

    .comment-form-wrap .set-left, .comment-form-wrap .set-right {
        float: none;
    }

    .comment-form-wrap .set-left {
        min-height: 0px;
    }

    .comment-form-wrap legend {
        width: 100%;
        display: block;
        margin: 0px 0px 0px 0px !important;
        position: relative;
    }

    .comment-form-wrap .comment-form {
        width: 100% !important;
    }

        .comment-form-wrap .comment-form .fieldset-wrap {
            width: 90% !important;
            margin: 0 5% !important;
            padding: 24px 0 !important;
        }

        .comment-form-wrap .comment-form .form-actions {
            width: 100% !important;
            padding: 12px 0 !important;
            margin: 0 !important;
        }

    .comment-form-wrap fieldset {
        width: auto !important;
    }

        .comment-form-wrap fieldset input[type="text"], .comment-form-wrap fieldset textarea {
            clear: both;
            width: 90%;
        }

        .comment-form-wrap fieldset label {
            clear: both;
        }

        .comment-form-wrap fieldset .form-head {
            width: auto;
            margin-left: 0px;
            margin-right: 0px;
            position: relative;
        }

            .comment-form-wrap fieldset .form-head .checker {
                position: absolute;
                top: 0px;
                left: 0px;
                float: none;
            }

            .comment-form-wrap fieldset .form-head .cbx {
                float: none;
                width: auto;
                padding-left: 30px;
                text-align: justify;
                display: block;
            }

    .comment-form-wrap .fine-print {
        text-align: justify;
    }

    .comment-form-wrap #msCaptchaDiv img {
        max-width: 90%;
        height: auto;
    }

.intro-wrap {
    padding-top: 0px;
}

    .intro-wrap img {
        position: relative;
        width: 100%;
        height: auto;
    }

    .intro-wrap .gradient-box .intro-content {
        float: none;
        width: auto;
    }

h2.alt {
    line-height: normal;
}

.module-content .search-box {
    width: 80% !important;
}

.module-content .selector {
    width: 98%;
}

.module-tagged.tag {
    background-position-x: 110%;
}

.module-form-labeled .uploader, .module-form-labeled2 .uploader,
.module-form-labeled div.selector, .module-form-labeled2 div.selector {
    float: none;
}

.module-form-labeled2.summarybot .button-submit {
    width: 85%;
    margin-bottom: 24px;
}

.module-form-labeled label {
    width: 100% !important;
}

.module-form-labeled input {
    float: left !important;
}

.about {
    float: none;
    clear: both;
    margin-top: 1em;
}

    .about .blurb {
        width: auto;
    }

.social {
    margin-bottom: 0;
}

    .social .addthis_toolbox {
        float: none;
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }

    .social a {
        display: inline-block;
        float: none;
    }

    .social .share-head {
        width: 100%;
    }

.addthis_button_compact {
    display: none;
}

.module-form-tiled .fulltile, .quick-survey .fulltile {
    width: 99%;
}

.header {
    margin-bottom: 0px;
}

.foot, .foot-chrome {
    padding-bottom: 1em;
}

    .foot .promo1, .foot-chrome .promo1 {
        overflow: visible;
        padding-right: 6px;
    }

    .foot .card, .foot-chrome .card {
        height: auto;
        width: 65%;
        display: block;
        position: relative;
        left: 0;
        margin: -27px auto -50px auto;
        top: -42px;
        -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    }

    .foot .promo2, .foot-chrome .promo2 {
        margin: 1em auto;
    }

        .foot .promo2 span, .foot-chrome .promo2 span {
            width: auto;
            margin-right: 3px;
        }

    .foot .social-bar, .foot-chrome .social-bar {
        overflow: visible;
        height: auto;
        padding-left: 1em;
        padding-right: 1em;
        clear: both;
    }

        .foot .social-bar ul, .foot-chrome .social-bar ul {
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 1.5em;
            width: 275px;
        }

        .foot .social-bar li, .foot-chrome .social-bar li {
            position: relative;
            overflow: hidden;
            margin-right: 0;
            margin-left: 57px;
            margin-bottom: -5px;
            padding-left: 0;
            top: -5px;
            height: 25px;
            width: 26px;
            line-height: 40px;
        }

            .foot .social-bar li:first-child, .foot-chrome .social-bar li:first-child {
                margin-left: 0;
            }

        .foot .social-bar .badge, .foot-chrome .social-bar .badge {
            top: 0;
        }

            .foot .social-bar .badge.facebook, .foot-chrome .social-bar .badge.facebook {
                margin-left: 0px;
            }

        .foot .social-bar .more, .foot-chrome .social-bar .more {
            display: block;
            top: 0;
            width: 100%;
            margin-right: 0;
            margin-top: 2em;
            padding-bottom: 0.25em;
            text-align: center;
        }

            .foot .social-bar .more .badge, .foot-chrome .social-bar .more .badge {
                padding-right: 23px;
            }

        .foot .social-bar .mobile-subtitle, .foot-chrome .social-bar .mobile-subtitle {
            color: white;
            font-size: 16px;
            padding-top: 5px;
            padding-bottom: 10px;
            text-align: center;
            display: block !important;
        }

    .foot .blue-gradient .graphic-icon, .foot-chrome .blue-gradient .graphic-icon {
        top: auto !important;
        right: 12px;
        bottom: 45px;
    }

.cmpgn-banner img {
    width: 200%;
}

.cmpgn .blurb, .about .blurb {
    width: auto;
    float: none;
}

.cmpgn .float-left, .about .float-left {
    margin: 0 5px 2px 0;
}

.cmpgn-cta {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: static;
    padding: 0;
    margin: 0;
}

.banner img {
    width: 100%;
    height: auto;
}

.thumb-right, .thumb-right-noshadow {
    margin: 0 0 12px 12px !important;
    float: none !important;
}

.thumb-left {
    margin: 0 auto 24px auto;
    float: none !important;
}

.module-tagged.folder {
    background-position-x: 123%;
}

.split-module .left,
.split-module .right {
    width: 100%;
}

.split-module .right {
    margin-top: 12px;
}

.split-module .selector {
    zoom: .9;
}

.split-module .module-content .search-box {
    width: 75% !important;
}

.split-module .module-content select {
    width: 98% !important;
}

.i-phone .split-module .module-content div.selector {
    width: 98% !important;
}

.chapter-info .item .label {
    text-align: left;
}

.promo-chap {
    overflow: visible !important;
}

    .promo-chap .detail {
        margin-left: 0px;
        position: relative;
        top: 20px;
        margin-bottom: 20px;
    }

.chapter-wrap {
    float: none;
}

.foot-chrome .promo1 {
    line-height: 20px;
}

.foot-chrome .right {
    float: none;
}

.socialmedia .float-left,
.socialmedia .float-right {
    width: 100%;
}

.socialmedia .float-left {
    padding: 24px 15px 0 15px;
    background-position: 0px 75px;
}

.socialmedia .float-right p img {
    width: 29%;
    height: auto;
    margin-right: 15px;
}

    .socialmedia .float-right p img:last-child {
        margin-right: 0;
    }

.buttons-wrap .position {
    width: 49%;
}

.buttons-wrap .button {
    width: 100%;
}

.thumb-wrap {
    margin-top: 20px;
    margin-right: 0px;
}

.ways-to-help .thumb-wrap, .ways-to-help .thumb-wrap a, .ways-to-help .thumb-wrap img {
    width: 100% !important;
    height: auto !important;
}

.aggr .gradient-box .thumb-wrap {
    position: relative;
    margin-bottom: 12px;
}

.aggr .gradient-box {
    margin-top: 25px;
}

.content.aggr .grid_4 {
    overflow: visible;
}

.wish-thumb2 {
    position: static;
    margin: 0 3px 3px 0;
}

.wish-thumb-narrow {
    float: left;
}

    .wish-thumb-narrow .blog-content h3 {
        width: 100%;
    }

.wish-header2 .row_3 .grid_3 {
    overflow: visible;
    margin-top: 5px;
}

.indent {
    padding-left: 15px;
}

.comment-inline {
    width: 100%;
}

.emo-container {
    width: 100%;
}

    .emo-container .emo {
        width: 25%;
    }

.wish-hero-narrow-top img,
.wish-hero-img-container img,
.slider-outter-wrap,
.wish-hero-video .video {
    width: 100%;
    position: static !important;
}

.wish-hero-video .video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .wish-hero-video .video iframe, .wish-hero-video .video object, .wish-hero-video .video embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.wish-hero-slider .slider-inner-wrap,
.wish-hero-slider .slider-inner-wrap .controls {
    width: 100%;
}

.videos .left {
    margin-right: 5px;
}

.wish-thumb img {
    float: left;
    position: static;
    margin: 0 5px 3px 0;
}

.home-hero,
.home-chapter-hero,
.national-hero-wrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100% !important;
    background-position-x: 50% !important;
}

    .home-hero img[data-mobile],
    .home-chapter-hero img[data-mobile],
    .national-hero-wrap img[data-mobile] {
        width: 100%;
        height: auto;
        /*
  position: absolute;
  bottom: 0px;
  left: 0px;
  */
    }

    .home-hero.has-sponsor-or-credit,
    .home-chapter-hero.has-sponsor-or-credit {
        margin-bottom: 36px;
    }

        .home-hero.has-sponsor-or-credit .pic-credit,
        .home-chapter-hero.has-sponsor-or-credit .pic-credit {
            left: 0px !important;
            bottom: -23px !important;
            visibility: visible !important;
            display: inline-block !important;
        }

        .home-hero.has-sponsor-or-credit .sponsor,
        .home-chapter-hero.has-sponsor-or-credit .sponsor {
            display: inline-block !important;
            bottom: -24px !important;
            max-width: 20%;
        }

            .home-hero.has-sponsor-or-credit .sponsor p,
            .home-chapter-hero.has-sponsor-or-credit .sponsor p {
                display: none;
            }

            .home-hero.has-sponsor-or-credit .sponsor img,
            .home-chapter-hero.has-sponsor-or-credit .sponsor img {
                display: block !important;
                visibility: visible !important;
                width: 100%;
                height: auto;
            }

        .home-hero.has-sponsor-or-credit .cta-profile,
        .home-chapter-hero.has-sponsor-or-credit .cta-profile {
            max-width: 60% !important;
        }

    .home-hero.has-sponsor, .home-hero.has-credit,
    .home-chapter-hero.has-sponsor,
    .home-chapter-hero.has-credit {
        /*margin-bottom: 36px;*/
    }

        .home-hero.has-sponsor img[data-desktop], 
        .home-hero.has-sponsor img[data-mobile], 
        .home-hero.has-credit img[data-desktop], 
        .home-hero.has-credit img[data-mobile],
        .home-hero.has-impact img[data-desktop], 
        .home-hero.has-impact img[data-mobile],
        .home-chapter-hero.has-impact img[data-desktop],
        .home-chapter-hero.has-impact img[data-mobile],
        .home-chapter-hero.has-sponsor img[data-desktop],
        .home-chapter-hero.has-sponsor img[data-mobile],
        .home-chapter-hero.has-credit img[data-desktop],
        .home-chapter-hero.has-credit img[data-mobile] {
            border-bottom-width: 0;
            border-bottom-style: solid;
            border-bottom-color: #006bb7;
        }

        .home-hero.has-credit .cta-profile,
        .home-hero.has-impact .cta-profile,
        .home-chapter-hero.has-sponsor .cta-profile,
        .home-chapter-hero.has-credit .cta-profile {
            bottom: 36px !important;
        }

        .home-hero.has-sponsor .sponsor,
        .home-chapter-hero.has-sponsor .sponsor {
            display: inline-block !important;
            bottom: 12px !important;
            max-width: 20%;
        }

            .home-hero.has-sponsor .sponsor p,
            .home-chapter-hero.has-sponsor .sponsor p {
                display: none;
            }

            .home-hero.has-sponsor .sponsor img,
            .home-chapter-hero.has-sponsor .sponsor img {
                display: block !important;
                visibility: visible !important;
                width: 100%;
                height: auto;
            }

        .home-hero.has-sponsor .cta-profile,
        .home-chapter-hero.has-sponsor .cta-profile {
            max-width: 60% !important;
        }

        .home-hero.has-credit .pic-credit,
        .home-chapter-hero.has-credit .pic-credit {
            left: 0px !important;
            visibility: visible !important;
            bottom: 12px !important;
            display: inline-block !important;
        }

    .national-hero-wrap.has-sponsor-or-credit {
        margin-bottom: 12px;
    }

        .national-hero-wrap.has-sponsor-or-credit .national-hero-bg .national-hero .pic-credit {
            visibility: visible;
            left: 0 !important;
            bottom: -23px !important;
            right: inherit;
            display: inline-block;
        }

        .national-hero-wrap.has-sponsor-or-credit .national-hero-bg .national-hero .cta-profile {
            max-width: 60%;
        }

    .national-hero-wrap.has-sponsor, .national-hero-wrap.has-credit {
        /*margin-bottom: 36px;*/
    }

        .national-hero-wrap.has-sponsor img[data-desktop], .national-hero-wrap.has-sponsor img[data-mobile], .national-hero-wrap.has-credit img[data-desktop], .national-hero-wrap.has-credit img[data-mobile] {
            border-bottom: 36px solid #006bb7;
        }

        .national-hero-wrap.has-sponsor .cta-profile, .national-hero-wrap.has-credit .cta-profile {
            bottom: 36px !important;
        }

    .national-hero-wrap.has-credit {
        margin-bottom: 12px;
    }

        .national-hero-wrap.has-credit .national-hero-bg .national-hero .pic-credit {
            visibility: visible;
            left: 0 !important;
            bottom: 12px !important;
            right: inherit;
            display: inline-block;
        }

    .national-hero-wrap.has-sponsor {
        margin-bottom: 12px;
    }

        .national-hero-wrap.has-sponsor .national-hero-bg .national-hero .cta-profile {
            max-width: 60%;
        }

.wish-hero-img-container .hero-image-container .pic-credit {
    top: inherit;
    bottom: 0px;
}

.cta-profile {
    background: rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 0;
    margin-left: 0px;
}

.foot .cta div, .foot-chrome .cta div, .foot-short .cta div {
    margin-top: 15px;
}

    .foot .cta div .super, .foot-chrome .cta div .super, .foot-short .cta div .super {
        line-height: 20px;
    }

/*
.paging-desktop{
	display:none;
}
.paging-mobile{
	display: block;
}
*/
.split-module2 h3 {
    display: block;
    text-align: center;
    float: none;
    margin-bottom: 5px;
}

.split-module2 input.search-box {
    width: 80%;
    background-position: 95% center;
    display: block;
    margin: 0px auto;
    float: none;
}

.national-hero-wrap .national-hero-bg .national-hero {
    margin-left: 0;
    width: 100%;
    padding-top: 80px;
    position: relative;
    height: auto !important;
}

    .national-hero-wrap .national-hero-bg .national-hero blockquote {
        padding: 0 !important;
        position: absolute;
        top: 0px !important;
        left: 30px;
    }

    .national-hero-wrap .national-hero-bg .national-hero .cta-profile {
        position: absolute !important;
        left: 0px !important;
        bottom: 0px;
        top: auto !important;
    }

    .national-hero-wrap .national-hero-bg .national-hero .cta-profile-icon {
        top: -36px !important;
    }

    .national-hero-wrap .national-hero-bg .national-hero img.desktop-hero.wishes-main {
        min-height: 127px !important;
    }

    .national-hero-wrap .national-hero-bg .national-hero .desktop-hero.wishes-main + blockquote,
    .national-hero-wrap .national-hero-bg .national-hero .mobile-hero.wishes-main + blockquote {
        position: absolute;
        top: 0px !important;
        margin-left: 0px;
    }

.national-hero-img-mobile {
    top: 0 !important;
}

.home-hero-wrap {
    padding-top: 80px;
    margin-top: 20px;
    padding-bottom: 12px;
}

.home-hero-wrap,
.home-chapter-hero-wrap,
.national-hero-wrap {
    /*margin-top: 50px;*/
    margin-bottom: 0;
    height: auto;
}

    .home-hero-wrap .home-hero-bg,
    .home-hero-wrap .home-chapter-hero-bg,
    .home-hero-wrap .national-hero-bg,
    .home-chapter-hero-wrap .home-hero-bg,
    .home-chapter-hero-wrap .home-chapter-hero-bg,
    .home-chapter-hero-wrap .national-hero-bg,
    .national-hero-wrap .home-hero-bg,
    .national-hero-wrap .home-chapter-hero-bg,
    .national-hero-wrap .national-hero-bg {
        height: auto;
        background: none !important;
    }

        .home-hero-wrap .home-hero-bg .prefix_8,
        .home-hero-wrap .home-chapter-hero-bg .prefix_8,
        .home-hero-wrap .national-hero-bg .prefix_8,
        .home-chapter-hero-wrap .home-hero-bg .prefix_8,
        .home-chapter-hero-wrap .home-chapter-hero-bg .prefix_8,
        .home-chapter-hero-wrap .national-hero-bg .prefix_8,
        .national-hero-wrap .home-hero-bg .prefix_8,
        .national-hero-wrap .home-chapter-hero-bg .prefix_8,
        .national-hero-wrap .national-hero-bg .prefix_8 {
            padding-left: 0;
            margin-top: 150px;
        }

        .home-hero-wrap .home-hero-bg .home-hero,
        .home-hero-wrap .home-hero-bg .home-chapter-hero,
        .home-hero-wrap .home-hero-bg .national-hero,
        .home-hero-wrap .home-chapter-hero-bg .home-hero,
        .home-hero-wrap .home-chapter-hero-bg .home-chapter-hero,
        .home-hero-wrap .home-chapter-hero-bg .national-hero,
        .home-hero-wrap .national-hero-bg .home-hero,
        .home-hero-wrap .national-hero-bg .home-chapter-hero,
        .home-hero-wrap .national-hero-bg .national-hero,
        .home-chapter-hero-wrap .home-hero-bg .home-hero,
        .home-chapter-hero-wrap .home-hero-bg .home-chapter-hero,
        .home-chapter-hero-wrap .home-hero-bg .national-hero,
        .home-chapter-hero-wrap .home-chapter-hero-bg .home-hero,
        .home-chapter-hero-wrap .home-chapter-hero-bg .home-chapter-hero,
        .home-chapter-hero-wrap .home-chapter-hero-bg .national-hero,
        .home-chapter-hero-wrap .national-hero-bg .home-hero,
        .home-chapter-hero-wrap .national-hero-bg .home-chapter-hero,
        .home-chapter-hero-wrap .national-hero-bg .national-hero,
        .national-hero-wrap .home-hero-bg .home-hero,
        .national-hero-wrap .home-hero-bg .home-chapter-hero,
        .national-hero-wrap .home-hero-bg .national-hero,
        .national-hero-wrap .home-chapter-hero-bg .home-hero,
        .national-hero-wrap .home-chapter-hero-bg .home-chapter-hero,
        .national-hero-wrap .home-chapter-hero-bg .national-hero,
        .national-hero-wrap .national-hero-bg .home-hero,
        .national-hero-wrap .national-hero-bg .home-chapter-hero,
        .national-hero-wrap .national-hero-bg .national-hero {
            height: auto;
        }

            .home-hero-wrap .home-hero-bg .home-hero .home-hero-img,
            .home-hero-wrap .home-hero-bg .home-hero .home-chapter-hero-img,
            .home-hero-wrap .home-hero-bg .home-hero .national-hero-img,
            .home-hero-wrap .home-hero-bg .home-chapter-hero .home-hero-img,
            .home-hero-wrap .home-hero-bg .home-chapter-hero .home-chapter-hero-img,
            .home-hero-wrap .home-hero-bg .home-chapter-hero .national-hero-img,
            .home-hero-wrap .home-hero-bg .national-hero .home-hero-img,
            .home-hero-wrap .home-hero-bg .national-hero .home-chapter-hero-img,
            .home-hero-wrap .home-hero-bg .national-hero .national-hero-img,
            .home-hero-wrap .home-chapter-hero-bg .home-hero .home-hero-img,
            .home-hero-wrap .home-chapter-hero-bg .home-hero .home-chapter-hero-img,
            .home-hero-wrap .home-chapter-hero-bg .home-hero .national-hero-img,
            .home-hero-wrap .home-chapter-hero-bg .home-chapter-hero .home-hero-img,
            .home-hero-wrap .home-chapter-hero-bg .home-chapter-hero .home-chapter-hero-img,
            .home-hero-wrap .home-chapter-hero-bg .home-chapter-hero .national-hero-img,
            .home-hero-wrap .home-chapter-hero-bg .national-hero .home-hero-img,
            .home-hero-wrap .home-chapter-hero-bg .national-hero .home-chapter-hero-img,
            .home-hero-wrap .home-chapter-hero-bg .national-hero .national-hero-img,
            .home-hero-wrap .national-hero-bg .home-hero .home-hero-img,
            .home-hero-wrap .national-hero-bg .home-hero .home-chapter-hero-img,
            .home-hero-wrap .national-hero-bg .home-hero .national-hero-img,
            .home-hero-wrap .national-hero-bg .home-chapter-hero .home-hero-img,
            .home-hero-wrap .national-hero-bg .home-chapter-hero .home-chapter-hero-img,
            .home-hero-wrap .national-hero-bg .home-chapter-hero .national-hero-img,
            .home-hero-wrap .national-hero-bg .national-hero .home-hero-img,
            .home-hero-wrap .national-hero-bg .national-hero .home-chapter-hero-img,
            .home-hero-wrap .national-hero-bg .national-hero .national-hero-img,
            .home-chapter-hero-wrap .home-hero-bg .home-hero .home-hero-img,
            .home-chapter-hero-wrap .home-hero-bg .home-hero .home-chapter-hero-img,
            .home-chapter-hero-wrap .home-hero-bg .home-hero .national-hero-img,
            .home-chapter-hero-wrap .home-hero-bg .home-chapter-hero .home-hero-img,
            .home-chapter-hero-wrap .home-hero-bg .home-chapter-hero .home-chapter-hero-img,
            .home-chapter-hero-wrap .home-hero-bg .home-chapter-hero .national-hero-img,
            .home-chapter-hero-wrap .home-hero-bg .national-hero .home-hero-img,
            .home-chapter-hero-wrap .home-hero-bg .national-hero .home-chapter-hero-img,
            .home-chapter-hero-wrap .home-hero-bg .national-hero .national-hero-img,
            .home-chapter-hero-wrap .home-chapter-hero-bg .home-hero .home-hero-img,
            .home-chapter-hero-wrap .home-chapter-hero-bg .home-hero .home-chapter-hero-img,
            .home-chapter-hero-wrap .home-chapter-hero-bg .home-hero .national-hero-img,
            .home-chapter-hero-wrap .home-chapter-hero-bg .home-chapter-hero .home-hero-img,
            .home-chapter-hero-wrap .home-chapter-hero-bg .home-chapter-hero .home-chapter-hero-img,
            .home-chapter-hero-wrap .home-chapter-hero-bg .home-chapter-hero .national-hero-img,
            .home-chapter-hero-wrap .home-chapter-hero-bg .national-hero .home-hero-img,
            .home-chapter-hero-wrap .home-chapter-hero-bg .national-hero .home-chapter-hero-img,
            .home-chapter-hero-wrap .home-chapter-hero-bg .national-hero .national-hero-img,
            .home-chapter-hero-wrap .national-hero-bg .home-hero .home-hero-img,
            .home-chapter-hero-wrap .national-hero-bg .home-hero .home-chapter-hero-img,
            .home-chapter-hero-wrap .national-hero-bg .home-hero .national-hero-img,
            .home-chapter-hero-wrap .national-hero-bg .home-chapter-hero .home-hero-img,
            .home-chapter-hero-wrap .national-hero-bg .home-chapter-hero .home-chapter-hero-img,
            .home-chapter-hero-wrap .national-hero-bg .home-chapter-hero .national-hero-img,
            .home-chapter-hero-wrap .national-hero-bg .national-hero .home-hero-img,
            .home-chapter-hero-wrap .national-hero-bg .national-hero .home-chapter-hero-img,
            .home-chapter-hero-wrap .national-hero-bg .national-hero .national-hero-img,
            .national-hero-wrap .home-hero-bg .home-hero .home-hero-img,
            .national-hero-wrap .home-hero-bg .home-hero .home-chapter-hero-img,
            .national-hero-wrap .home-hero-bg .home-hero .national-hero-img,
            .national-hero-wrap .home-hero-bg .home-chapter-hero .home-hero-img,
            .national-hero-wrap .home-hero-bg .home-chapter-hero .home-chapter-hero-img,
            .national-hero-wrap .home-hero-bg .home-chapter-hero .national-hero-img,
            .national-hero-wrap .home-hero-bg .national-hero .home-hero-img,
            .national-hero-wrap .home-hero-bg .national-hero .home-chapter-hero-img,
            .national-hero-wrap .home-hero-bg .national-hero .national-hero-img,
            .national-hero-wrap .home-chapter-hero-bg .home-hero .home-hero-img,
            .national-hero-wrap .home-chapter-hero-bg .home-hero .home-chapter-hero-img,
            .national-hero-wrap .home-chapter-hero-bg .home-hero .national-hero-img,
            .national-hero-wrap .home-chapter-hero-bg .home-chapter-hero .home-hero-img,
            .national-hero-wrap .home-chapter-hero-bg .home-chapter-hero .home-chapter-hero-img,
            .national-hero-wrap .home-chapter-hero-bg .home-chapter-hero .national-hero-img,
            .national-hero-wrap .home-chapter-hero-bg .national-hero .home-hero-img,
            .national-hero-wrap .home-chapter-hero-bg .national-hero .home-chapter-hero-img,
            .national-hero-wrap .home-chapter-hero-bg .national-hero .national-hero-img,
            .national-hero-wrap .national-hero-bg .home-hero .home-hero-img,
            .national-hero-wrap .national-hero-bg .home-hero .home-chapter-hero-img,
            .national-hero-wrap .national-hero-bg .home-hero .national-hero-img,
            .national-hero-wrap .national-hero-bg .home-chapter-hero .home-hero-img,
            .national-hero-wrap .national-hero-bg .home-chapter-hero .home-chapter-hero-img,
            .national-hero-wrap .national-hero-bg .home-chapter-hero .national-hero-img,
            .national-hero-wrap .national-hero-bg .national-hero .home-hero-img,
            .national-hero-wrap .national-hero-bg .national-hero .home-chapter-hero-img,
            .national-hero-wrap .national-hero-bg .national-hero .national-hero-img {
                /*display: none;
  visibility: hidden;*/
                width: 100% !important;
                height: auto !important;
                position: relative !important;
                top: 0px;
            }

            .home-hero-wrap .home-hero-bg .home-hero .home-hero-img-mobile,
            .home-hero-wrap .home-hero-bg .home-hero .home-chapter-hero-img-mobile,
            .home-hero-wrap .home-hero-bg .home-hero .national-hero-img-mobile,
            .home-hero-wrap .home-hero-bg .home-chapter-hero .home-hero-img-mobile,
            .home-hero-wrap .home-hero-bg .home-chapter-hero .home-chapter-hero-img-mobile,
            .home-hero-wrap .home-hero-bg .home-chapter-hero .national-hero-img-mobile,
            .home-hero-wrap .home-hero-bg .national-hero .home-hero-img-mobile,
            .home-hero-wrap .home-hero-bg .national-hero .home-chapter-hero-img-mobile,
            .home-hero-wrap .home-hero-bg .national-hero .national-hero-img-mobile,
            .home-hero-wrap .home-chapter-hero-bg .home-hero .home-hero-img-mobile,
            .home-hero-wrap .home-chapter-hero-bg .home-hero .home-chapter-hero-img-mobile,
            .home-hero-wrap .home-chapter-hero-bg .home-hero .national-hero-img-mobile,
            .home-hero-wrap .home-chapter-hero-bg .home-chapter-hero .home-hero-img-mobile,
            .home-hero-wrap .home-chapter-hero-bg .home-chapter-hero .home-chapter-hero-img-mobile,
            .home-hero-wrap .home-chapter-hero-bg .home-chapter-hero .national-hero-img-mobile,
            .home-hero-wrap .home-chapter-hero-bg .national-hero .home-hero-img-mobile,
            .home-hero-wrap .home-chapter-hero-bg .national-hero .home-chapter-hero-img-mobile,
            .home-hero-wrap .home-chapter-hero-bg .national-hero .national-hero-img-mobile,
            .home-hero-wrap .national-hero-bg .home-hero .home-hero-img-mobile,
            .home-hero-wrap .national-hero-bg .home-hero .home-chapter-hero-img-mobile,
            .home-hero-wrap .national-hero-bg .home-hero .national-hero-img-mobile,
            .home-hero-wrap .national-hero-bg .home-chapter-hero .home-hero-img-mobile,
            .home-hero-wrap .national-hero-bg .home-chapter-hero .home-chapter-hero-img-mobile,
            .home-hero-wrap .national-hero-bg .home-chapter-hero .national-hero-img-mobile,
            .home-hero-wrap .national-hero-bg .national-hero .home-hero-img-mobile,
            .home-hero-wrap .national-hero-bg .national-hero .home-chapter-hero-img-mobile,
            .home-hero-wrap .national-hero-bg .national-hero .national-hero-img-mobile,
            .home-chapter-hero-wrap .home-hero-bg .home-hero .home-hero-img-mobile,
            .home-chapter-hero-wrap .home-hero-bg .home-hero .home-chapter-hero-img-mobile,
            .home-chapter-hero-wrap .home-hero-bg .home-hero .national-hero-img-mobile,
            .home-chapter-hero-wrap .home-hero-bg .home-chapter-hero .home-hero-img-mobile,
            .home-chapter-hero-wrap .home-hero-bg .home-chapter-hero .home-chapter-hero-img-mobile,
            .home-chapter-hero-wrap .home-hero-bg .home-chapter-hero .national-hero-img-mobile,
            .home-chapter-hero-wrap .home-hero-bg .national-hero .home-hero-img-mobile,
            .home-chapter-hero-wrap .home-hero-bg .national-hero .home-chapter-hero-img-mobile,
            .home-chapter-hero-wrap .home-hero-bg .national-hero .national-hero-img-mobile,
            .home-chapter-hero-wrap .home-chapter-hero-bg .home-hero .home-hero-img-mobile,
            .home-chapter-hero-wrap .home-chapter-hero-bg .home-hero .home-chapter-hero-img-mobile,
            .home-chapter-hero-wrap .home-chapter-hero-bg .home-hero .national-hero-img-mobile,
            .home-chapter-hero-wrap .home-chapter-hero-bg .home-chapter-hero .home-hero-img-mobile,
            .home-chapter-hero-wrap .home-chapter-hero-bg .home-chapter-hero .home-chapter-hero-img-mobile,
            .home-chapter-hero-wrap .home-chapter-hero-bg .home-chapter-hero .national-hero-img-mobile,
            .home-chapter-hero-wrap .home-chapter-hero-bg .national-hero .home-hero-img-mobile,
            .home-chapter-hero-wrap .home-chapter-hero-bg .national-hero .home-chapter-hero-img-mobile,
            .home-chapter-hero-wrap .home-chapter-hero-bg .national-hero .national-hero-img-mobile,
            .home-chapter-hero-wrap .national-hero-bg .home-hero .home-hero-img-mobile,
            .home-chapter-hero-wrap .national-hero-bg .home-hero .home-chapter-hero-img-mobile,
            .home-chapter-hero-wrap .national-hero-bg .home-hero .national-hero-img-mobile,
            .home-chapter-hero-wrap .national-hero-bg .home-chapter-hero .home-hero-img-mobile,
            .home-chapter-hero-wrap .national-hero-bg .home-chapter-hero .home-chapter-hero-img-mobile,
            .home-chapter-hero-wrap .national-hero-bg .home-chapter-hero .national-hero-img-mobile,
            .home-chapter-hero-wrap .national-hero-bg .national-hero .home-hero-img-mobile,
            .home-chapter-hero-wrap .national-hero-bg .national-hero .home-chapter-hero-img-mobile,
            .home-chapter-hero-wrap .national-hero-bg .national-hero .national-hero-img-mobile,
            .national-hero-wrap .home-hero-bg .home-hero .home-hero-img-mobile,
            .national-hero-wrap .home-hero-bg .home-hero .home-chapter-hero-img-mobile,
            .national-hero-wrap .home-hero-bg .home-hero .national-hero-img-mobile,
            .national-hero-wrap .home-hero-bg .home-chapter-hero .home-hero-img-mobile,
            .national-hero-wrap .home-hero-bg .home-chapter-hero .home-chapter-hero-img-mobile,
            .national-hero-wrap .home-hero-bg .home-chapter-hero .national-hero-img-mobile,
            .national-hero-wrap .home-hero-bg .national-hero .home-hero-img-mobile,
            .national-hero-wrap .home-hero-bg .national-hero .home-chapter-hero-img-mobile,
            .national-hero-wrap .home-hero-bg .national-hero .national-hero-img-mobile,
            .national-hero-wrap .home-chapter-hero-bg .home-hero .home-hero-img-mobile,
            .national-hero-wrap .home-chapter-hero-bg .home-hero .home-chapter-hero-img-mobile,
            .national-hero-wrap .home-chapter-hero-bg .home-hero .national-hero-img-mobile,
            .national-hero-wrap .home-chapter-hero-bg .home-chapter-hero .home-hero-img-mobile,
            .national-hero-wrap .home-chapter-hero-bg .home-chapter-hero .home-chapter-hero-img-mobile,
            .national-hero-wrap .home-chapter-hero-bg .home-chapter-hero .national-hero-img-mobile,
            .national-hero-wrap .home-chapter-hero-bg .national-hero .home-hero-img-mobile,
            .national-hero-wrap .home-chapter-hero-bg .national-hero .home-chapter-hero-img-mobile,
            .national-hero-wrap .home-chapter-hero-bg .national-hero .national-hero-img-mobile,
            .national-hero-wrap .national-hero-bg .home-hero .home-hero-img-mobile,
            .national-hero-wrap .national-hero-bg .home-hero .home-chapter-hero-img-mobile,
            .national-hero-wrap .national-hero-bg .home-hero .national-hero-img-mobile,
            .national-hero-wrap .national-hero-bg .home-chapter-hero .home-hero-img-mobile,
            .national-hero-wrap .national-hero-bg .home-chapter-hero .home-chapter-hero-img-mobile,
            .national-hero-wrap .national-hero-bg .home-chapter-hero .national-hero-img-mobile,
            .national-hero-wrap .national-hero-bg .national-hero .home-hero-img-mobile,
            .national-hero-wrap .national-hero-bg .national-hero .home-chapter-hero-img-mobile,
            .national-hero-wrap .national-hero-bg .national-hero .national-hero-img-mobile {
                display: block;
                visibility: visible;
                position: relative;
                top: 0px;
                width: 90%;
                height: auto;
                margin: 0 auto;
            }

            .home-hero-wrap .home-hero-bg .home-hero .cta-profile,
            .home-hero-wrap .home-hero-bg .home-chapter-hero .cta-profile,
            .home-hero-wrap .home-hero-bg .national-hero .cta-profile,
            .home-hero-wrap .home-chapter-hero-bg .home-hero .cta-profile,
            .home-hero-wrap .home-chapter-hero-bg .home-chapter-hero .cta-profile,
            .home-hero-wrap .home-chapter-hero-bg .national-hero .cta-profile,
            .home-hero-wrap .national-hero-bg .home-hero .cta-profile,
            .home-hero-wrap .national-hero-bg .home-chapter-hero .cta-profile,
            .home-hero-wrap .national-hero-bg .national-hero .cta-profile,
            .home-chapter-hero-wrap .home-hero-bg .home-hero .cta-profile,
            .home-chapter-hero-wrap .home-hero-bg .home-chapter-hero .cta-profile,
            .home-chapter-hero-wrap .home-hero-bg .national-hero .cta-profile,
            .home-chapter-hero-wrap .home-chapter-hero-bg .home-hero .cta-profile,
            .home-chapter-hero-wrap .home-chapter-hero-bg .home-chapter-hero .cta-profile,
            .home-chapter-hero-wrap .home-chapter-hero-bg .national-hero .cta-profile,
            .home-chapter-hero-wrap .national-hero-bg .home-hero .cta-profile,
            .home-chapter-hero-wrap .national-hero-bg .home-chapter-hero .cta-profile,
            .home-chapter-hero-wrap .national-hero-bg .national-hero .cta-profile,
            .national-hero-wrap .home-hero-bg .home-hero .cta-profile,
            .national-hero-wrap .home-hero-bg .home-chapter-hero .cta-profile,
            .national-hero-wrap .home-hero-bg .national-hero .cta-profile,
            .national-hero-wrap .home-chapter-hero-bg .home-hero .cta-profile,
            .national-hero-wrap .home-chapter-hero-bg .home-chapter-hero .cta-profile,
            .national-hero-wrap .home-chapter-hero-bg .national-hero .cta-profile,
            .national-hero-wrap .national-hero-bg .home-hero .cta-profile,
            .national-hero-wrap .national-hero-bg .home-chapter-hero .cta-profile,
            .national-hero-wrap .national-hero-bg .national-hero .cta-profile {
                position: absolute;
                bottom: 0px;
                margin-left: 5%;
                border-radius: 0;
            }

            .home-hero-wrap .home-hero-bg .home-hero .cta-profile-icon,
            .home-hero-wrap .home-hero-bg .home-chapter-hero .cta-profile-icon,
            .home-hero-wrap .home-hero-bg .national-hero .cta-profile-icon,
            .home-hero-wrap .home-chapter-hero-bg .home-hero .cta-profile-icon,
            .home-hero-wrap .home-chapter-hero-bg .home-chapter-hero .cta-profile-icon,
            .home-hero-wrap .home-chapter-hero-bg .national-hero .cta-profile-icon,
            .home-hero-wrap .national-hero-bg .home-hero .cta-profile-icon,
            .home-hero-wrap .national-hero-bg .home-chapter-hero .cta-profile-icon,
            .home-hero-wrap .national-hero-bg .national-hero .cta-profile-icon,
            .home-chapter-hero-wrap .home-hero-bg .home-hero .cta-profile-icon,
            .home-chapter-hero-wrap .home-hero-bg .home-chapter-hero .cta-profile-icon,
            .home-chapter-hero-wrap .home-hero-bg .national-hero .cta-profile-icon,
            .home-chapter-hero-wrap .home-chapter-hero-bg .home-hero .cta-profile-icon,
            .home-chapter-hero-wrap .home-chapter-hero-bg .home-chapter-hero .cta-profile-icon,
            .home-chapter-hero-wrap .home-chapter-hero-bg .national-hero .cta-profile-icon,
            .home-chapter-hero-wrap .national-hero-bg .home-hero .cta-profile-icon,
            .home-chapter-hero-wrap .national-hero-bg .home-chapter-hero .cta-profile-icon,
            .home-chapter-hero-wrap .national-hero-bg .national-hero .cta-profile-icon,
            .national-hero-wrap .home-hero-bg .home-hero .cta-profile-icon,
            .national-hero-wrap .home-hero-bg .home-chapter-hero .cta-profile-icon,
            .national-hero-wrap .home-hero-bg .national-hero .cta-profile-icon,
            .national-hero-wrap .home-chapter-hero-bg .home-hero .cta-profile-icon,
            .national-hero-wrap .home-chapter-hero-bg .home-chapter-hero .cta-profile-icon,
            .national-hero-wrap .home-chapter-hero-bg .national-hero .cta-profile-icon,
            .national-hero-wrap .national-hero-bg .home-hero .cta-profile-icon,
            .national-hero-wrap .national-hero-bg .home-chapter-hero .cta-profile-icon,
            .national-hero-wrap .national-hero-bg .national-hero .cta-profile-icon {
                top: 35px;
            }

            .home-hero-wrap .home-hero-bg .home-hero .pic-credit,
            .home-hero-wrap .home-hero-bg .home-chapter-hero .pic-credit,
            .home-hero-wrap .home-hero-bg .national-hero .pic-credit,
            .home-hero-wrap .home-chapter-hero-bg .home-hero .pic-credit,
            .home-hero-wrap .home-chapter-hero-bg .home-chapter-hero .pic-credit,
            .home-hero-wrap .home-chapter-hero-bg .national-hero .pic-credit,
            .home-hero-wrap .national-hero-bg .home-hero .pic-credit,
            .home-hero-wrap .national-hero-bg .home-chapter-hero .pic-credit,
            .home-hero-wrap .national-hero-bg .national-hero .pic-credit,
            .home-chapter-hero-wrap .home-hero-bg .home-hero .pic-credit,
            .home-chapter-hero-wrap .home-hero-bg .home-chapter-hero .pic-credit,
            .home-chapter-hero-wrap .home-hero-bg .national-hero .pic-credit,
            .home-chapter-hero-wrap .home-chapter-hero-bg .home-hero .pic-credit,
            .home-chapter-hero-wrap .home-chapter-hero-bg .home-chapter-hero .pic-credit,
            .home-chapter-hero-wrap .home-chapter-hero-bg .national-hero .pic-credit,
            .home-chapter-hero-wrap .national-hero-bg .home-hero .pic-credit,
            .home-chapter-hero-wrap .national-hero-bg .home-chapter-hero .pic-credit,
            .home-chapter-hero-wrap .national-hero-bg .national-hero .pic-credit,
            .national-hero-wrap .home-hero-bg .home-hero .pic-credit,
            .national-hero-wrap .home-hero-bg .home-chapter-hero .pic-credit,
            .national-hero-wrap .home-hero-bg .national-hero .pic-credit,
            .national-hero-wrap .home-chapter-hero-bg .home-hero .pic-credit,
            .national-hero-wrap .home-chapter-hero-bg .home-chapter-hero .pic-credit,
            .national-hero-wrap .home-chapter-hero-bg .national-hero .pic-credit,
            .national-hero-wrap .national-hero-bg .home-hero .pic-credit,
            .national-hero-wrap .national-hero-bg .home-chapter-hero .pic-credit,
            .national-hero-wrap .national-hero-bg .national-hero .pic-credit {
                /*
  bottom: 0;
  position: absolute;
  z-index: 2;
  left: 6%;
  text-align: left;
  padding: 0px;
  margin-bottom: 2px;
  bottom: 3px;
  font-family: "futura-pt", "Century Gothic", Arial, sans-serif;
  font-size: 12px;
  color: #fff;
  */
                right: auto;
                left: 0px;
                bottom: -23px;
                top: auto;
                background: none;
                filter: none;
                opacity: 1.0;
            }

            .home-hero-wrap .home-hero-bg .home-hero .sponsor,
            .home-hero-wrap .home-hero-bg .home-chapter-hero .sponsor,
            .home-hero-wrap .home-hero-bg .national-hero .sponsor,
            .home-hero-wrap .home-chapter-hero-bg .home-hero .sponsor,
            .home-hero-wrap .home-chapter-hero-bg .home-chapter-hero .sponsor,
            .home-hero-wrap .home-chapter-hero-bg .national-hero .sponsor,
            .home-hero-wrap .national-hero-bg .home-hero .sponsor,
            .home-hero-wrap .national-hero-bg .home-chapter-hero .sponsor,
            .home-hero-wrap .national-hero-bg .national-hero .sponsor,
            .home-chapter-hero-wrap .home-hero-bg .home-hero .sponsor,
            .home-chapter-hero-wrap .home-hero-bg .home-chapter-hero .sponsor,
            .home-chapter-hero-wrap .home-hero-bg .national-hero .sponsor,
            .home-chapter-hero-wrap .home-chapter-hero-bg .home-hero .sponsor,
            .home-chapter-hero-wrap .home-chapter-hero-bg .home-chapter-hero .sponsor,
            .home-chapter-hero-wrap .home-chapter-hero-bg .national-hero .sponsor,
            .home-chapter-hero-wrap .national-hero-bg .home-hero .sponsor,
            .home-chapter-hero-wrap .national-hero-bg .home-chapter-hero .sponsor,
            .home-chapter-hero-wrap .national-hero-bg .national-hero .sponsor,
            .national-hero-wrap .home-hero-bg .home-hero .sponsor,
            .national-hero-wrap .home-hero-bg .home-chapter-hero .sponsor,
            .national-hero-wrap .home-hero-bg .national-hero .sponsor,
            .national-hero-wrap .home-chapter-hero-bg .home-hero .sponsor,
            .national-hero-wrap .home-chapter-hero-bg .home-chapter-hero .sponsor,
            .national-hero-wrap .home-chapter-hero-bg .national-hero .sponsor,
            .national-hero-wrap .national-hero-bg .home-hero .sponsor,
            .national-hero-wrap .national-hero-bg .home-chapter-hero .sponsor,
            .national-hero-wrap .national-hero-bg .national-hero .sponsor {
                bottom: 0;
                right: 6%;
                font-weight: normal;
                display: none;
            }

                .home-hero-wrap .home-hero-bg .home-hero .sponsor p,
                .home-hero-wrap .home-hero-bg .home-chapter-hero .sponsor p,
                .home-hero-wrap .home-hero-bg .national-hero .sponsor p,
                .home-hero-wrap .home-chapter-hero-bg .home-hero .sponsor p,
                .home-hero-wrap .home-chapter-hero-bg .home-chapter-hero .sponsor p,
                .home-hero-wrap .home-chapter-hero-bg .national-hero .sponsor p,
                .home-hero-wrap .national-hero-bg .home-hero .sponsor p,
                .home-hero-wrap .national-hero-bg .home-chapter-hero .sponsor p,
                .home-hero-wrap .national-hero-bg .national-hero .sponsor p,
                .home-chapter-hero-wrap .home-hero-bg .home-hero .sponsor p,
                .home-chapter-hero-wrap .home-hero-bg .home-chapter-hero .sponsor p,
                .home-chapter-hero-wrap .home-hero-bg .national-hero .sponsor p,
                .home-chapter-hero-wrap .home-chapter-hero-bg .home-hero .sponsor p,
                .home-chapter-hero-wrap .home-chapter-hero-bg .home-chapter-hero .sponsor p,
                .home-chapter-hero-wrap .home-chapter-hero-bg .national-hero .sponsor p,
                .home-chapter-hero-wrap .national-hero-bg .home-hero .sponsor p,
                .home-chapter-hero-wrap .national-hero-bg .home-chapter-hero .sponsor p,
                .home-chapter-hero-wrap .national-hero-bg .national-hero .sponsor p,
                .national-hero-wrap .home-hero-bg .home-hero .sponsor p,
                .national-hero-wrap .home-hero-bg .home-chapter-hero .sponsor p,
                .national-hero-wrap .home-hero-bg .national-hero .sponsor p,
                .national-hero-wrap .home-chapter-hero-bg .home-hero .sponsor p,
                .national-hero-wrap .home-chapter-hero-bg .home-chapter-hero .sponsor p,
                .national-hero-wrap .home-chapter-hero-bg .national-hero .sponsor p,
                .national-hero-wrap .national-hero-bg .home-hero .sponsor p,
                .national-hero-wrap .national-hero-bg .home-chapter-hero .sponsor p,
                .national-hero-wrap .national-hero-bg .national-hero .sponsor p {
                    font-weight: normal;
                }

                .home-hero-wrap .home-hero-bg .home-hero .sponsor img,
                .home-hero-wrap .home-hero-bg .home-chapter-hero .sponsor img,
                .home-hero-wrap .home-hero-bg .national-hero .sponsor img,
                .home-hero-wrap .home-chapter-hero-bg .home-hero .sponsor img,
                .home-hero-wrap .home-chapter-hero-bg .home-chapter-hero .sponsor img,
                .home-hero-wrap .home-chapter-hero-bg .national-hero .sponsor img,
                .home-hero-wrap .national-hero-bg .home-hero .sponsor img,
                .home-hero-wrap .national-hero-bg .home-chapter-hero .sponsor img,
                .home-hero-wrap .national-hero-bg .national-hero .sponsor img,
                .home-chapter-hero-wrap .home-hero-bg .home-hero .sponsor img,
                .home-chapter-hero-wrap .home-hero-bg .home-chapter-hero .sponsor img,
                .home-chapter-hero-wrap .home-hero-bg .national-hero .sponsor img,
                .home-chapter-hero-wrap .home-chapter-hero-bg .home-hero .sponsor img,
                .home-chapter-hero-wrap .home-chapter-hero-bg .home-chapter-hero .sponsor img,
                .home-chapter-hero-wrap .home-chapter-hero-bg .national-hero .sponsor img,
                .home-chapter-hero-wrap .national-hero-bg .home-hero .sponsor img,
                .home-chapter-hero-wrap .national-hero-bg .home-chapter-hero .sponsor img,
                .home-chapter-hero-wrap .national-hero-bg .national-hero .sponsor img,
                .national-hero-wrap .home-hero-bg .home-hero .sponsor img,
                .national-hero-wrap .home-hero-bg .home-chapter-hero .sponsor img,
                .national-hero-wrap .home-hero-bg .national-hero .sponsor img,
                .national-hero-wrap .home-chapter-hero-bg .home-hero .sponsor img,
                .national-hero-wrap .home-chapter-hero-bg .home-chapter-hero .sponsor img,
                .national-hero-wrap .home-chapter-hero-bg .national-hero .sponsor img,
                .national-hero-wrap .national-hero-bg .home-hero .sponsor img,
                .national-hero-wrap .national-hero-bg .home-chapter-hero .sponsor img,
                .national-hero-wrap .national-hero-bg .national-hero .sponsor img {
                    display: none;
                    visibility: hidden;
                }

                .home-hero-wrap .home-hero-bg .home-hero .sponsor span,
                .home-hero-wrap .home-hero-bg .home-chapter-hero .sponsor span,
                .home-hero-wrap .home-hero-bg .national-hero .sponsor span,
                .home-hero-wrap .home-chapter-hero-bg .home-hero .sponsor span,
                .home-hero-wrap .home-chapter-hero-bg .home-chapter-hero .sponsor span,
                .home-hero-wrap .home-chapter-hero-bg .national-hero .sponsor span,
                .home-hero-wrap .national-hero-bg .home-hero .sponsor span,
                .home-hero-wrap .national-hero-bg .home-chapter-hero .sponsor span,
                .home-hero-wrap .national-hero-bg .national-hero .sponsor span,
                .home-chapter-hero-wrap .home-hero-bg .home-hero .sponsor span,
                .home-chapter-hero-wrap .home-hero-bg .home-chapter-hero .sponsor span,
                .home-chapter-hero-wrap .home-hero-bg .national-hero .sponsor span,
                .home-chapter-hero-wrap .home-chapter-hero-bg .home-hero .sponsor span,
                .home-chapter-hero-wrap .home-chapter-hero-bg .home-chapter-hero .sponsor span,
                .home-chapter-hero-wrap .home-chapter-hero-bg .national-hero .sponsor span,
                .home-chapter-hero-wrap .national-hero-bg .home-hero .sponsor span,
                .home-chapter-hero-wrap .national-hero-bg .home-chapter-hero .sponsor span,
                .home-chapter-hero-wrap .national-hero-bg .national-hero .sponsor span,
                .national-hero-wrap .home-hero-bg .home-hero .sponsor span,
                .national-hero-wrap .home-hero-bg .home-chapter-hero .sponsor span,
                .national-hero-wrap .home-hero-bg .national-hero .sponsor span,
                .national-hero-wrap .home-chapter-hero-bg .home-hero .sponsor span,
                .national-hero-wrap .home-chapter-hero-bg .home-chapter-hero .sponsor span,
                .national-hero-wrap .home-chapter-hero-bg .national-hero .sponsor span,
                .national-hero-wrap .national-hero-bg .home-hero .sponsor span,
                .national-hero-wrap .national-hero-bg .home-chapter-hero .sponsor span,
                .national-hero-wrap .national-hero-bg .national-hero .sponsor span {
                    display: inline;
                    visibility: visible;
                }

            .home-hero-wrap .home-hero-bg .home-hero .condition, .home-hero-wrap .home-hero-bg .home-hero .wish,
            .home-hero-wrap .home-hero-bg .home-chapter-hero .condition,
            .home-hero-wrap .home-hero-bg .home-chapter-hero .wish,
            .home-hero-wrap .home-hero-bg .national-hero .condition,
            .home-hero-wrap .home-hero-bg .national-hero .wish,
            .home-hero-wrap .home-chapter-hero-bg .home-hero .condition,
            .home-hero-wrap .home-chapter-hero-bg .home-hero .wish,
            .home-hero-wrap .home-chapter-hero-bg .home-chapter-hero .condition,
            .home-hero-wrap .home-chapter-hero-bg .home-chapter-hero .wish,
            .home-hero-wrap .home-chapter-hero-bg .national-hero .condition,
            .home-hero-wrap .home-chapter-hero-bg .national-hero .wish,
            .home-hero-wrap .national-hero-bg .home-hero .condition,
            .home-hero-wrap .national-hero-bg .home-hero .wish,
            .home-hero-wrap .national-hero-bg .home-chapter-hero .condition,
            .home-hero-wrap .national-hero-bg .home-chapter-hero .wish,
            .home-hero-wrap .national-hero-bg .national-hero .condition,
            .home-hero-wrap .national-hero-bg .national-hero .wish,
            .home-chapter-hero-wrap .home-hero-bg .home-hero .condition,
            .home-chapter-hero-wrap .home-hero-bg .home-hero .wish,
            .home-chapter-hero-wrap .home-hero-bg .home-chapter-hero .condition,
            .home-chapter-hero-wrap .home-hero-bg .home-chapter-hero .wish,
            .home-chapter-hero-wrap .home-hero-bg .national-hero .condition,
            .home-chapter-hero-wrap .home-hero-bg .national-hero .wish,
            .home-chapter-hero-wrap .home-chapter-hero-bg .home-hero .condition,
            .home-chapter-hero-wrap .home-chapter-hero-bg .home-hero .wish,
            .home-chapter-hero-wrap .home-chapter-hero-bg .home-chapter-hero .condition,
            .home-chapter-hero-wrap .home-chapter-hero-bg .home-chapter-hero .wish,
            .home-chapter-hero-wrap .home-chapter-hero-bg .national-hero .condition,
            .home-chapter-hero-wrap .home-chapter-hero-bg .national-hero .wish,
            .home-chapter-hero-wrap .national-hero-bg .home-hero .condition,
            .home-chapter-hero-wrap .national-hero-bg .home-hero .wish,
            .home-chapter-hero-wrap .national-hero-bg .home-chapter-hero .condition,
            .home-chapter-hero-wrap .national-hero-bg .home-chapter-hero .wish,
            .home-chapter-hero-wrap .national-hero-bg .national-hero .condition,
            .home-chapter-hero-wrap .national-hero-bg .national-hero .wish,
            .national-hero-wrap .home-hero-bg .home-hero .condition,
            .national-hero-wrap .home-hero-bg .home-hero .wish,
            .national-hero-wrap .home-hero-bg .home-chapter-hero .condition,
            .national-hero-wrap .home-hero-bg .home-chapter-hero .wish,
            .national-hero-wrap .home-hero-bg .national-hero .condition,
            .national-hero-wrap .home-hero-bg .national-hero .wish,
            .national-hero-wrap .home-chapter-hero-bg .home-hero .condition,
            .national-hero-wrap .home-chapter-hero-bg .home-hero .wish,
            .national-hero-wrap .home-chapter-hero-bg .home-chapter-hero .condition,
            .national-hero-wrap .home-chapter-hero-bg .home-chapter-hero .wish,
            .national-hero-wrap .home-chapter-hero-bg .national-hero .condition,
            .national-hero-wrap .home-chapter-hero-bg .national-hero .wish,
            .national-hero-wrap .national-hero-bg .home-hero .condition,
            .national-hero-wrap .national-hero-bg .home-hero .wish,
            .national-hero-wrap .national-hero-bg .home-chapter-hero .condition,
            .national-hero-wrap .national-hero-bg .home-chapter-hero .wish,
            .national-hero-wrap .national-hero-bg .national-hero .condition,
            .national-hero-wrap .national-hero-bg .national-hero .wish {
                font-weight: 100;
                line-height: normal;
            }

            .home-hero-wrap .home-hero-bg .home-hero blockquote,
            .home-hero-wrap .home-hero-bg .home-chapter-hero blockquote,
            .home-hero-wrap .home-hero-bg .national-hero blockquote,
            .home-hero-wrap .home-chapter-hero-bg .home-hero blockquote,
            .home-hero-wrap .home-chapter-hero-bg .home-chapter-hero blockquote,
            .home-hero-wrap .home-chapter-hero-bg .national-hero blockquote,
            .home-hero-wrap .national-hero-bg .home-hero blockquote,
            .home-hero-wrap .national-hero-bg .home-chapter-hero blockquote,
            .home-hero-wrap .national-hero-bg .national-hero blockquote,
            .home-chapter-hero-wrap .home-hero-bg .home-hero blockquote,
            .home-chapter-hero-wrap .home-hero-bg .home-chapter-hero blockquote,
            .home-chapter-hero-wrap .home-hero-bg .national-hero blockquote,
            .home-chapter-hero-wrap .home-chapter-hero-bg .home-hero blockquote,
            .home-chapter-hero-wrap .home-chapter-hero-bg .home-chapter-hero blockquote,
            .home-chapter-hero-wrap .home-chapter-hero-bg .national-hero blockquote,
            .home-chapter-hero-wrap .national-hero-bg .home-hero blockquote,
            .home-chapter-hero-wrap .national-hero-bg .home-chapter-hero blockquote,
            .home-chapter-hero-wrap .national-hero-bg .national-hero blockquote,
            .national-hero-wrap .home-hero-bg .home-hero blockquote,
            .national-hero-wrap .home-hero-bg .home-chapter-hero blockquote,
            .national-hero-wrap .home-hero-bg .national-hero blockquote,
            .national-hero-wrap .home-chapter-hero-bg .home-hero blockquote,
            .national-hero-wrap .home-chapter-hero-bg .home-chapter-hero blockquote,
            .national-hero-wrap .home-chapter-hero-bg .national-hero blockquote,
            .national-hero-wrap .national-hero-bg .home-hero blockquote,
            .national-hero-wrap .national-hero-bg .home-chapter-hero blockquote,
            .national-hero-wrap .national-hero-bg .national-hero blockquote {
                color: #0077cc;
                width: auto;
                top: -80px;
                left: 0px;
                padding: 0 30px !important;
                font-size: 21px;
                line-height: 28px;
                margin: 0px;
            }

.national-hero {
    height: 228px !important;
}

.home-chapter-hero-wrap {
    margin-top: 20px;
    padding-top: 80px;
    padding-bottom: 24px;
}

    .home-chapter-hero-wrap .row_12, .home-chapter-hero-wrap .row_8 {
        margin: 0px !important;
        width: 100% !important;
    }

    .home-chapter-hero-wrap .row_4 {
        padding-top: 12px !important;
    }

    .home-chapter-hero-wrap .prefix_8 {
        margin-top: 0px !important;
    }

    .home-chapter-hero-wrap .home-chapter-hero-bg {
        padding-top: 0px !important;
    }

        .home-chapter-hero-wrap .home-chapter-hero-bg .home-chapter-hero {
            position: relative !important;
            width: 100%;
        }

            .home-chapter-hero-wrap .home-chapter-hero-bg .home-chapter-hero .cta-profile {
                left: 0px !important;
                bottom: 0px;
            }

            .home-chapter-hero-wrap .home-chapter-hero-bg .home-chapter-hero blockquote {
                top: -80px;
            }

.module-borderfree-content .left, .search-result .left {
    width: 100%;
}

.chapter-search-full h3 {
    width: 100%;
}

.module.chapter-search-full {
    margin-top: 24px;
    margin-bottom: 24px;
}

.module-borderfree .blog-content-wide, .national-profile .blog-content-wide, .national-profile2 .blog-content-wide {
    width: auto !important;
}

.module-borderfree.social {
    margin: 15px auto;
}

.lead-in-alt {
    font-size: 21px !important;
    line-height: 28px !important;
}

.lead-in {
    font-size: 20px !important;
    line-height: 25px !important;
}

h1 {
    margin-top: 24px;
}

.slider .controls {
    overflow: visible;
    width: 21px;
    height: 174px;
    display: inline-block;
    margin: 0px !important;
}

    .slider .controls img {
        padding: 30px 20%;
        top: 30px;
    }

.slider .controls-mobile {
    display: block;
    position: static;
    border: none;
}

.slider .slide-frame, .slider .slide-frame:hover {
    width: 261px;
    display: inline-block;
    margin: 0px !important;
    border: 1px solid #e6e6e6;
    border-top: none;
    border-bottom: none;
}

    .slider .slide-frame li, .slider .slide-frame:hover li {
        border: none;
    }

.slider .container {
    margin-left: 0;
}

.slider li:hover {
    border-top: none;
    border-bottom: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline;
    position: relative;
    float: left;
    width: 260px;
    padding-top: 3px;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    border-color: white #E6E6E6;
    top: 0;
    margin-left: 0;
}

.national-hero-wrap .home-hero-bg {
    height: auto;
    background: none !important;
}

.feat-video .video-desc {
    float: none;
    width: auto;
    margin-left: 140px;
}

#ytapiplayerouter {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-top: 24px;
    margin-bottom: 24px;
}

    #ytapiplayerouter iframe,
    #ytapiplayerouter object,
    #ytapiplayerouter embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.content-gray + .content-gray {
    padding-top: 0px;
}

.module-borderfree .blog-content-narrow,
.module-borderfree .blog-content-last {
    float: none;
    width: auto;
}

.social-lg {
    overflow: visible !important;
}

    .social-lg .addthis_toolbox {
        width: 100%;
        text-align: center;
    }

    .social-lg .share-head {
        padding-top: 10px;
    }

    .social-lg a {
        width: 24px !important;
        height: 24px;
        display: inline-block;
        float: none !important;
        margin: 0 5px;
    }

    .social-lg .custom_button_facebook {
        background-position: -2px -2461px;
    }

    .social-lg .custom_button_twitter {
        background-position: -2px -2489px;
    }

    .social-lg .custom_button_pinterest {
        background-position: -2px -2517px;
    }

    .social-lg .custom_button_google_plusone {
        background-position: -2px -2545px;
    }

    .social-lg .addthis_button_email {
        background-position: -2px -2573px;
    }

    .social-lg .addthis_button_compact {
        background-position: -2px -2601px;
    }

/* MOBILE DONATE */
.mobile-cancel-btn {
    position: absolute;
    top: 26px;
    right: 9px;
    display: block;
    padding: 13px 0;
    width: 78px;
    z-index: 100;
    font-size: 12px;
    font-weight: bold;
    color: gray;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: #bababa 0 1px 0 0;
    -moz-box-shadow: #bababa 0 1px 0 0;
    box-shadow: #bababa 0 1px 0 0;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF2F2F2');
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
    background-image: -webkit-linear-gradient(#ffffff, #f2f2f2);
    background-image: -moz-linear-gradient(#ffffff, #f2f2f2);
    background-image: -o-linear-gradient(#ffffff, #f2f2f2);
    background-image: linear-gradient(#ffffff, #f2f2f2);
}

    .mobile-cancel-btn:hover {
        background: #fff;
        -webkit-box-shadow: #bababa 0 1px 0 0, #f2f2f2 0 0 0 3px inset;
        -moz-box-shadow: #bababa 0 1px 0 0, #f2f2f2 0 0 0 3px inset;
        box-shadow: #bababa 0 1px 0 0, #f2f2f2 0 0 0 3px inset;
    }

    .mobile-cancel-btn.selected {
        border-color: #8fb1cc;
        background: #e5f4ff;
        color: #3d7199;
        -webkit-box-shadow: #bababa 0 1px 0 0, #d1e9fa 0 0 0 3px inset;
        -moz-box-shadow: #bababa 0 1px 0 0, #d1e9fa 0 0 0 3px inset;
        box-shadow: #bababa 0 1px 0 0, #d1e9fa 0 0 0 3px inset;
    }

#mobile-donate {
    position: relative;
    max-width: 569px;
    /*
   * Temp overrides for display issues
   * Fix these in source
   * Brought in from mobile-donate page
   */
    /*
   * Temp styles for form validation messages
   * (need specific selectors to override styles)
   */
}

    #mobile-donate input[type="text"],
    #mobile-donate textarea {
        border: 1px solid #cccccc !important;
    }

    #mobile-donate .maw-logo {
        margin: 0 auto 20px auto;
        width: 193px;
        height: 71px;
        text-align: center;
    }

        #mobile-donate .maw-logo a {
            display: block;
            width: 193px;
            height: 71px;
            background: url(../img/mobile/maw-logo.png) 0 0 no-repeat;
            text-indent: -9999px;
        }

    #mobile-donate .main-heading {
        position: relative;
        padding-top: 30px;
        height: 71px;
        text-align: center;
        border-top: 1px solid #cacaca;
    }

    #mobile-donate h1 {
        font-size: 24px;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 25px;
    }

    #mobile-donate .donate-icon {
        position: absolute;
        top: 20px;
        left: 12px;
    }

    #mobile-donate fieldset {
        padding: 3%;
        border-bottom: 1px dashed #ccc;
        padding-bottom: 24px;
        border-bottom: 1px solid #cccccc;
        background: url(../img/mobile/shadow.png) bottom no-repeat;
    }

        #mobile-donate fieldset .min {
            float: right;
            margin-top: -23px;
            font-size: 16px;
            font-weight: normal;
            color: gray;
            text-transform: uppercase;
        }

    #mobile-donate label {
        display: block;
        margin-bottom: 15px;
        margin-top: 15px;
        width: 100%;
        font-size: 16px;
        font-weight: bold;
        color: gray;
        text-transform: uppercase;
        text-align: center;
    }

    #mobile-donate input[type="text"], #mobile-donate input[type="email"] {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 5px;
        -webkit-box-shadow: #e5e5e5 0 1px 0 0 inset;
        -moz-box-shadow: #e5e5e5 0 1px 0 0 inset;
        box-shadow: #e5e5e5 0 1px 0 0 inset;
    }

    #mobile-donate .light {
        clear: left;
        font-weight: normal;
        color: #2a719a;
        text-transform: uppercase;
        font-size: 15px;
        margin: 10px auto;
    }

    #mobile-donate .type-btn, #mobile-donate .type-btn-right {
        display: block;
        float: left;
        padding: 27px 0;
        width: 48.5%;
        font-family: "futura-pt", "Century Gothic", Arial, sans-serif;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
        line-height: 12px;
        color: gray;
        background-color: #fff;
        border: 1px solid #e2e2e2;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: #bababa 0 1px 1px 0;
        -moz-box-shadow: #bababa 0 1px 1px 0;
        box-shadow: #bababa 0 1px 1px 0;
        *zoom: 1;
        filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF2F2F2');
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
        background-image: -webkit-linear-gradient(#ffffff, #f2f2f2);
        background-image: -moz-linear-gradient(#ffffff, #f2f2f2);
        background-image: -o-linear-gradient(#ffffff, #f2f2f2);
        background-image: linear-gradient(#ffffff, #f2f2f2);
        margin-bottom: 10px;
    }

        #mobile-donate .type-btn:hover, #mobile-donate .type-btn-right:hover {
            background: #fff;
            -webkit-box-shadow: #bababa 0 1px 0 0, #f2f2f2 0 0 0 3px inset;
            -moz-box-shadow: #bababa 0 1px 0 0, #f2f2f2 0 0 0 3px inset;
            box-shadow: #bababa 0 1px 0 0, #f2f2f2 0 0 0 3px inset;
        }

        #mobile-donate .type-btn.selected, #mobile-donate .selected.type-btn-right {
            background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d9eaf4), color-stop(100%, #ffffff));
            background: -webkit-linear-gradient(#d9eaf4, #ffffff);
            background: -moz-linear-gradient(#d9eaf4, #ffffff);
            background: -o-linear-gradient(#d9eaf4, #ffffff);
            background: linear-gradient(#d9eaf4, #ffffff);
            color: #3283b6;
            border: 1px solid #75b2d9;
            background-color: #e9f3f9;
            background-image: none;
            filter: none;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -ms-border-radius: 2px;
            -o-border-radius: 2px;
            border-radius: 2px;
            -webkit-box-shadow: inset 0 2px 5px 0 #acc3d7;
            -moz-box-shadow: inset 0 2px 5px 0 #acc3d7;
            box-shadow: inset 0 2px 5px 0 #acc3d7;
        }

    #mobile-donate .type-btn-right {
        float: right;
    }

    #mobile-donate .tribute-btn, #mobile-donate .tribute-btn-center, #mobile-donate .dest-btn-center {
        display: block;
        float: left;
        padding: 27px 0;
        width: 31.5%;
        font-family: "futura-pt", "Century Gothic", Arial, sans-serif;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
        line-height: 12px;
        color: gray;
        background-color: #fff;
        border: 1px solid #e2e2e2;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: #bababa 0 1px 1px 0;
        -moz-box-shadow: #bababa 0 1px 1px 0;
        box-shadow: #bababa 0 1px 1px 0;
        *zoom: 1;
        filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF2F2F2');
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
        background-image: -webkit-linear-gradient(#ffffff, #f2f2f2);
        background-image: -moz-linear-gradient(#ffffff, #f2f2f2);
        background-image: -o-linear-gradient(#ffffff, #f2f2f2);
        background-image: linear-gradient(#ffffff, #f2f2f2);
    }

        #mobile-donate .tribute-btn:hover, #mobile-donate .tribute-btn-center:hover, #mobile-donate .dest-btn-center:hover {
            background: #fff;
            -webkit-box-shadow: #bababa 0 1px 0 0, #f2f2f2 0 0 0 3px inset;
            -moz-box-shadow: #bababa 0 1px 0 0, #f2f2f2 0 0 0 3px inset;
            box-shadow: #bababa 0 1px 0 0, #f2f2f2 0 0 0 3px inset;
        }

        #mobile-donate .tribute-btn.selected, #mobile-donate .selected.tribute-btn-center, #mobile-donate .selected.dest-btn-center {
            border-color: #8fb1cc;
            background: #e5f4ff;
            color: #3d7199;
            -webkit-box-shadow: #bababa 0 1px 0 0, #d1e9fa 0 0 0 3px inset;
            -moz-box-shadow: #bababa 0 1px 0 0, #d1e9fa 0 0 0 3px inset;
            box-shadow: #bababa 0 1px 0 0, #d1e9fa 0 0 0 3px inset;
        }

    #mobile-donate .tribute-btn-center {
        margin: 0 2% 4%;
    }

    #mobile-donate .pmt-summary {
        text-transform: uppercase;
        font-size: 14px;
    }

        #mobile-donate .pmt-summary .pmt-amount {
            font-size: 40px;
            font-weight: bold;
            color: #4d4d4d;
        }

    #mobile-donate .actions {
        border-top: 1px solid #e4e4e4;
        background-color: #f0f0f0;
        padding: 10px 10px 50px 10px;
    }

        #mobile-donate .actions .cancel-btn {
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -ms-border-radius: 2px;
            -o-border-radius: 2px;
            border-radius: 2px;
            -webkit-box-shadow: #bababa 0 1px 0 0;
            -moz-box-shadow: #bababa 0 1px 0 0;
            box-shadow: #bababa 0 1px 0 0;
            *zoom: 1;
            filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF2F2F2');
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
            background-image: -webkit-linear-gradient(#ffffff, #f2f2f2);
            background-image: -moz-linear-gradient(#ffffff, #f2f2f2);
            background-image: -o-linear-gradient(#ffffff, #f2f2f2);
            background-image: linear-gradient(#ffffff, #f2f2f2);
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            float: left;
            display: block;
            padding: 23px 0 0 0;
            width: 78px;
            z-index: 100;
            font-size: 12px;
            font-weight: bold;
            color: gray;
            text-align: center;
            text-transform: uppercase;
            text-decoration: none;
            border: 1px solid #e2e2e2;
            height: auto;
            width: 22%;
            height: 60px;
        }

            #mobile-donate .actions .cancel-btn:hover {
                background: #fff;
                -webkit-box-shadow: #bababa 0 1px 0 0, #f2f2f2 0 0 0 3px inset;
                -moz-box-shadow: #bababa 0 1px 0 0, #f2f2f2 0 0 0 3px inset;
                box-shadow: #bababa 0 1px 0 0, #f2f2f2 0 0 0 3px inset;
            }

            #mobile-donate .actions .cancel-btn.selected {
                border-color: #8fb1cc;
                background: #e5f4ff;
                color: #3d7199;
                -webkit-box-shadow: #bababa 0 1px 0 0, #d1e9fa 0 0 0 3px inset;
                -moz-box-shadow: #bababa 0 1px 0 0, #d1e9fa 0 0 0 3px inset;
                box-shadow: #bababa 0 1px 0 0, #d1e9fa 0 0 0 3px inset;
            }

        #mobile-donate .actions .submit-btn {
            float: right;
            width: 75%;
        }

    #mobile-donate .selector {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        #mobile-donate .selector span {
            font-weight: bold;
            text-transform: uppercase;
            color: #2a719a;
            text-align: left;
            padding-left: 10px;
            width: auto;
        }

    #mobile-donate .inset-fields {
        clear: left;
        padding: 10px;
        border: 1px solid #bad3e6;
        background-color: #e5f4ff;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: #bababa 0 1px 1px 0 inset;
        -moz-box-shadow: #bababa 0 1px 1px 0 inset;
        box-shadow: #bababa 0 1px 1px 0 inset;
    }

        #mobile-donate .inset-fields input {
            font-size: 16px;
        }

        #mobile-donate .inset-fields label {
            font-weight: bold;
            color: #2a719a;
            margin-bottom: 15px;
        }

            #mobile-donate .inset-fields label.half {
                float: right;
                width: 49%;
            }

                #mobile-donate .inset-fields label.half input {
                    width: 100%;
                }

                #mobile-donate .inset-fields label.half select:first-child {
                    float: left;
                    width: 49%;
                }

                #mobile-donate .inset-fields label.half input {
                    width: 100%;
                    float: left;
                }

        #mobile-donate .inset-fields .left {
            float: left;
            width: 47%;
        }

        #mobile-donate .inset-fields .right {
            float: right;
            width: 47%;
        }

        #mobile-donate .inset-fields .full {
            width: 97.8%;
        }

        #mobile-donate .inset-fields .type-btn-right,
        #mobile-donate .inset-fields .type-btn,
        #mobile-donate .inset-fields .type-btn-right {
            color: #2a719a;
        }

    #mobile-donate .ammount-btn, #mobile-donate .ammount-btn-last {
        position: relative;
        display: block;
        float: left;
        margin-right: 2%;
        padding: 27px 0;
        width: 15.5%;
        font-family: "futura-pt", "Century Gothic", Arial, sans-serif;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
        line-height: 12px;
        color: gray;
        background-color: #fff;
        border: 1px solid #e2e2e2;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: #bababa 0 1px 1px 0;
        -moz-box-shadow: #bababa 0 1px 1px 0;
        box-shadow: #bababa 0 1px 1px 0;
        *zoom: 1;
        filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF2F2F2');
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
        background-image: -webkit-linear-gradient(#ffffff, #f2f2f2);
        background-image: -moz-linear-gradient(#ffffff, #f2f2f2);
        background-image: -o-linear-gradient(#ffffff, #f2f2f2);
        background-image: linear-gradient(#ffffff, #f2f2f2);
    }

        #mobile-donate .ammount-btn:hover, #mobile-donate .ammount-btn-last:hover {
            background: #fff;
            -webkit-box-shadow: #bababa 0 1px 0 0, #f2f2f2 0 0 0 3px inset;
            -moz-box-shadow: #bababa 0 1px 0 0, #f2f2f2 0 0 0 3px inset;
            box-shadow: #bababa 0 1px 0 0, #f2f2f2 0 0 0 3px inset;
        }

        #mobile-donate .ammount-btn:active, #mobile-donate .ammount-btn-last:active, #mobile-donate .ammount-btn.selected, #mobile-donate .selected.ammount-btn-last {
            border-color: #8fb1cc;
            background: #e5f4ff;
            color: #3d7199;
            -webkit-box-shadow: #bababa 0 1px 0 0, #d1e9fa 0 0 0 3px inset;
            -moz-box-shadow: #bababa 0 1px 0 0, #d1e9fa 0 0 0 3px inset;
            box-shadow: #bababa 0 1px 0 0, #d1e9fa 0 0 0 3px inset;
        }

    #mobile-donate .other {
        position: relative;
        float: right;
        padding: 15px 6px 10px 16px;
        width: 39.5%;
        font-family: "futura-pt", "Century Gothic", Arial, sans-serif;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
        line-height: 12px;
        color: gray;
        background-color: #fff;
        border: 1px solid #e2e2e2;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: #bababa 0 1px 1px 0;
        -moz-box-shadow: #bababa 0 1px 1px 0;
        box-shadow: #bababa 0 1px 1px 0;
        *zoom: 1;
        filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF2F2F2');
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
        background-image: -webkit-linear-gradient(#ffffff, #f2f2f2);
        background-image: -moz-linear-gradient(#ffffff, #f2f2f2);
        background-image: -o-linear-gradient(#ffffff, #f2f2f2);
        background-image: linear-gradient(#ffffff, #f2f2f2);
    }

        #mobile-donate .other:hover {
            background: #fff;
            -webkit-box-shadow: #bababa 0 1px 0 0, #f2f2f2 0 0 0 3px inset;
            -moz-box-shadow: #bababa 0 1px 0 0, #f2f2f2 0 0 0 3px inset;
            box-shadow: #bababa 0 1px 0 0, #f2f2f2 0 0 0 3px inset;
        }

        #mobile-donate .other:active, #mobile-donate .other.selected {
            border-color: #8fb1cc;
            background: #e5f4ff;
            color: #3d7199;
            -webkit-box-shadow: #bababa 0 1px 0 0, #d1e9fa 0 0 0 3px inset;
            -moz-box-shadow: #bababa 0 1px 0 0, #d1e9fa 0 0 0 3px inset;
            box-shadow: #bababa 0 1px 0 0, #d1e9fa 0 0 0 3px inset;
        }

        #mobile-donate .other label {
            float: left;
            margin-top: 10px;
            width: 15%;
            text-align: left;
            font-family: "futura-pt", "Century Gothic", Arial, sans-serif;
            font-size: 16px;
            font-weight: bold;
            text-transform: uppercase;
            line-height: 16px;
            color: gray;
        }

        #mobile-donate .other input {
            float: right;
            font-size: 16px;
            width: 50%;
        }

        #mobile-donate .other span {
            position: absolute;
            top: -23px;
            right: 0;
            text-align: right;
            font-size: 16px;
            font-weight: normal;
            color: gray;
            text-transform: uppercase;
        }

    #mobile-donate .dest-btn,
    #mobile-donate .dest-btn-center {
        display: block;
        float: left;
        padding: 27px 0;
        width: 31.5%;
        font-family: "futura-pt", "Century Gothic", Arial, sans-serif;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
        line-height: 12px;
        color: gray;
        background-color: #fff;
        border: 1px solid #e2e2e2;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: #bababa 0 1px 1px 0;
        -moz-box-shadow: #bababa 0 1px 1px 0;
        box-shadow: #bababa 0 1px 1px 0;
        *zoom: 1;
        filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF2F2F2');
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
        background-image: -webkit-linear-gradient(#ffffff, #f2f2f2);
        background-image: -moz-linear-gradient(#ffffff, #f2f2f2);
        background-image: -o-linear-gradient(#ffffff, #f2f2f2);
        background-image: linear-gradient(#ffffff, #f2f2f2);
        height: 120px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        #mobile-donate .dest-btn:hover,
        #mobile-donate .dest-btn-center:hover {
            background: #fff;
            -webkit-box-shadow: #bababa 0 1px 0 0, #f2f2f2 0 0 0 3px inset;
            -moz-box-shadow: #bababa 0 1px 0 0, #f2f2f2 0 0 0 3px inset;
            box-shadow: #bababa 0 1px 0 0, #f2f2f2 0 0 0 3px inset;
        }

        #mobile-donate .dest-btn:active, #mobile-donate .dest-btn.selected,
        #mobile-donate .dest-btn-center:active,
        #mobile-donate .dest-btn-center.selected {
            border-color: #8fb1cc;
            background: #e5f4ff;
            color: #3d7199;
            -webkit-box-shadow: #bababa 0 1px 0 0, #d1e9fa 0 0 0 3px inset;
            -moz-box-shadow: #bababa 0 1px 0 0, #d1e9fa 0 0 0 3px inset;
            box-shadow: #bababa 0 1px 0 0, #d1e9fa 0 0 0 3px inset;
        }

        #mobile-donate .dest-btn span,
        #mobile-donate .dest-btn-center span {
            display: block;
            margin: 7px auto 0 auto;
            width: 70%;
            font-size: 14px;
            line-height: 15px;
            font-weight: normal;
            text-transform: none;
            text-align: center;
        }

    #mobile-donate .dest-btn-center {
        margin: 0 2% 4%;
    }

        #mobile-donate .dest-btn-center span {
            display: block;
            margin: 7px auto 0 auto;
            width: 70%;
            font-size: 14px;
            line-height: 15px;
            font-weight: normal;
            text-transform: none;
            text-align: center;
        }

    #mobile-donate .chapter-search {
        position: relative;
        z-index: 1;
        float: left;
        margin-bottom: 12px;
        padding-top: 6px;
        padding-bottom: 6px;
        width: 99.75%;
        background-color: #fff;
        border: 1px solid #e2e2e2;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: #bababa 0 1px 1px 0;
        -moz-box-shadow: #bababa 0 1px 1px 0;
        box-shadow: #bababa 0 1px 1px 0;
        *zoom: 1;
        filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF2F2F2');
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
        background-image: -webkit-linear-gradient(#ffffff, #f2f2f2);
        background-image: -moz-linear-gradient(#ffffff, #f2f2f2);
        background-image: -o-linear-gradient(#ffffff, #f2f2f2);
        background-image: linear-gradient(#ffffff, #f2f2f2);
    }

        #mobile-donate .chapter-search input {
            margin: 0 auto;
            padding: 4px 10px;
            border: 1px solid #ccc;
            border-top: 1px solid #b7b7b7;
            width: 90%;
            font-size: 16px;
            color: gray !important;
            background-color: #fff;
            -webkit-box-shadow: #e5e5e5 0 1px 1px 0 inset;
            -moz-box-shadow: #e5e5e5 0 1px 1px 0 inset;
            box-shadow: #e5e5e5 0 1px 1px 0 inset;
        }

            #mobile-donate .chapter-search input:focus {
                border: 1px solid #999;
            }

        #mobile-donate .chapter-search .submit {
            position: absolute;
            top: 20px;
            right: 23px;
            width: 17px;
            height: 17px;
            border: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            background: url(../img/mobile/icon-search.png) 0 0 no-repeat;
        }

        #mobile-donate .chapter-search .search-menu {
            position: absolute;
            list-style-type: none;
            top: 35px;
            left: 0;
            z-index: 100;
            width: 90%;
            border: 1px solid #999;
            background-color: #fff;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -ms-border-radius: 2px;
            -o-border-radius: 2px;
            border-radius: 2px;
            -webkit-box-shadow: #d9d9d9 0 1px 0 0;
            -moz-box-shadow: #d9d9d9 0 1px 0 0;
            box-shadow: #d9d9d9 0 1px 0 0;
        }

            #mobile-donate .chapter-search .search-menu li {
                border-bottom: 1px solid #999;
            }

                #mobile-donate .chapter-search .search-menu li:last-child {
                    border-bottom: none;
                }

            #mobile-donate .chapter-search .search-menu a {
                display: block;
                padding: 12px 10px;
                font-family: "futura-pt", "Century Gothic", Arial, sans-serif;
                font-size: 14px;
                line-height: 12px;
                color: gray;
                text-decoration: none;
            }

                #mobile-donate .chapter-search .search-menu a:hover {
                    background: #e5f4ff;
                    color: #3d7199;
                    -webkit-box-shadow: #d1e9fa 0px 0px 0px 3px inset;
                    -moz-box-shadow: #d1e9fa 0px 0px 0px 3px inset;
                    box-shadow: #d1e9fa 0px 0px 0px 3px inset;
                }

    #mobile-donate select {
        margin: 0 auto;
        width: 100%;
    }

    #mobile-donate .half select {
        width: 100%;
    }

    #mobile-donate select.chapter-list {
        width: 100%;
    }

    #mobile-donate .inset-fields .half {
        width: 49%;
        float: right;
    }

        #mobile-donate .inset-fields .half:first-child {
            float: left;
        }

    #mobile-donate .unhappyMessage {
        color: red;
        display: block;
        font-size: 13px;
        font-weight: normal;
        float: left;
        /* use .clearfix on parent element */
        padding: .25em .5em;
        text-align: center;
        text-transform: uppercase;
        width: 100%;
    }

.aggr .gradient-box .search input.search-box {
    width: auto;
}

.wish-hero-slider .slider-outter-wrap {
    position: static;
    margin: auto;
    width: 486px;
}

.wish-hero-slider .slider-inner-wrap, .wish-hero-slider li, .wish-hero-slider img, .wish-hero-slider .slider-inner-wrap li {
    width: 486px;
}

.wish-hero-slider ul {
    width: 1458px;
}

.wish-hero-slider .slider-inner-wrap li img {
    height: auto;
}

.wish-hero-slider .slider-inner-wrap {
    height: 350px;
}

    .wish-hero-slider .slider-inner-wrap .controls {
        border: none;
    }

.wish-hero-slider .caption {
    padding: 0;
}

.wish-hero-slider p {
    text-align: center;
    width: auto;
    padding: 1em;
    margin-left: auto;
    margin-right: auto;
}

.controls {
    display: none;
}

.controls-mobile {
    display: block;
    position: absolute;
    z-index: 1000;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    height: 20px;
    width: 100%;
    border: 1px solid #e2e2e2;
    border-top-width: 0;
    background-color: transparent;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    -ms-border-radius: 0 0 2px 2px;
    -o-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    text-align: center;
}

.controls-mobile {
    border: none;
}

.dot {
    visibility: visible;
    display: inline-block;
    background: url(../img/global/sprite1.png) no-repeat 0 -4545px;
    height: 6px;
    width: 6px;
    margin: 0 3px;
}

    .dot.blue {
        background: url(../img/global/sprite1.png) no-repeat 0 -4535px;
    }

/* MOBILE PORTRAIT SIZE TO MOBILE LANDSCAPE SIZE (DEVICES & BROWSERS)
-------------------------------------------------- */
@media only screen and (max-width: 569px) {
    .module-tagged.tag {
        background-position-x: 115%;
    }

    #mobile-donate .type-btn, #mobile-donate .type-btn-right,
    #mobile-donate .tribute-btn,
    #mobile-donate .tribute-btn-center,
    #mobile-donate .dest-btn-center,
    #mobile-donate .ammount-btn,
    #mobile-donate .ammount-btn-last,
    #mobile-donate .ammount-btn-last,
    #mobile-donate .dest-btn,
    #mobile-donate .dest-btn-center {
        font-size: 12px;
    }

    #mobile-donate .inset-fields .left,
    #mobile-donate .inset-fields .right,
    #mobile-donate .inset-fields .full {
        float: none;
        width: 96.25%;
    }

    #mobile-donate .inset-fields .left {
        margin-bottom: 10px;
    }

    #mobile-donate .other label {
        font-size: 12px;
    }

    #mobile-donate .other span {
        font-size: 12px;
    }

    #mobile-donate .inset-fields input,
    #mobile-donate .other input,
    #mobile-donate .chapter-search input {
        font-size: 12px;
    }

    .wish-hero-slider .slider-outter-wrap {
        position: static;
        margin: auto;
        width: 324px;
    }

    .wish-hero-slider .slider-inner-wrap, .wish-hero-slider li, .wish-hero-slider img, .wish-hero-slider .slider-inner-wrap li {
        width: 324px;
    }

    .wish-hero-slider ul {
        width: 972px;
    }

    .wish-hero-slider .slider-inner-wrap {
        height: 260px;
    }

        .wish-hero-slider .slider-inner-wrap li img {
            height: auto;
        }

        .wish-hero-slider .slider-inner-wrap .count {
            position: static;
            margin: auto;
            width: 25px;
            text-align: center;
            font-size: 18px;
            line-height: 60px;
        }

        .wish-hero-slider .slider-inner-wrap .controls {
            border: none;
            display: none;
        }

    .main-nav-right {
        top: 0;
    }
}

@media only screen and (max-width: 570px) {
    .main-nav-right {
        top: 0 !important;
    }

    .home-hero-wrap-novoid {
        margin-top: 0;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .main-nav-right {
        top: 0 !important;
    }

    .home-hero-wrap-novoid {
        margin-top: 0;
    }
}

/* BUTTON ADJUSTMENT FOR REALLY SMALL SCREEN SIZES */
@media only screen and (max-width: 360px) {
    .logo a {
        margin-top: 61px;
        width: 100%;
    }

    .module-tagged.tag {
        background-position-x: 123%;
    }

    #mobile-donate .dest-btn, #mobile-donate .dest-btn-center {
        width: 100%;
        clear: both;
        margin: 2% 0;
    }

    #mobile-donate .ammount-btn, #mobile-donate .ammount-btn-last {
        width: 31%;
    }

    #mobile-donate .ammount-btn-last {
        width: 31%;
        margin-right: 0;
    }

    #mobile-donate .other {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        clear: both;
        margin: 3% 0;
    }

    #mobile-donate fieldset .min {
        float: none;
        display: block;
        margin-top: 0;
        margin-bottom: 3%;
    }

    .module .subscribe-btn.button-blue {
        width: 21%;
    }
}

.module-borderfree.module-list, .module.module-list {
    overflow: visible !important;
}

.content-gray-shadow h3.mobile-subtitle {
    display: block !important;
}

.tooltip-content {
    margin: -1px 0px !important;
}

.cta-module.cta-story-card {
    max-width: 330px !important;
    margin-left: auto;
    margin-right: auto;
}

.cta-module .cta-profile .profile-info {
    left: 15px;
}

.cta-module .cta-profile img {
    width: 100%;
    height: auto;
}

.cta-module.cta-story-card .cta-banner {
    width: 100%;
}

.mobile-nav .submob > li {
    position: relative;
    vertical-align: middle;
}

    .mobile-nav .submob > li > a {
        vertical-align: middle;
    }

    .mobile-nav .submob > li .tertmob-knob {
        cursor: pointer;
        display: block;
        float: right;
        vertical-align: middle;
        overflow: hidden;
        background: #444444 url("/img/mobile/tertnav-sprite.png") no-repeat left top;
        height: 21px;
        width: 11px;
        text-indent: -100px;
        position: relative;
        left: 5px;
    }

        .mobile-nav .submob > li .tertmob-knob.tertmob-visible {
            background-color: transparent !important;
            background-position: center top;
        }

    .mobile-nav .submob > li .tertmob {
        background-color: #444;
        margin-left: 1em;
        padding: .25em;
        position: relative;
    }

        .mobile-nav .submob > li .tertmob > li {
            margin: 0 0 0 0 !important;
            padding: .25em 30px .25em .25em;
        }

            .mobile-nav .submob > li .tertmob > li.tertmob-close {
                position: absolute;
                top: 5px;
                right: 5px;
                color: #FFF;
                display: inline-block;
                padding: 2px 4px;
                cursor: pointer;
                overflow: hidden;
                background-color: #333;
                font-size: 14px;
            }

.jsScaleImages .jsScaledImage {
    float: none !important;
    clear: both !important;
    display: block !important;
    height: auto !important;
    margin: 5% auto !important;
    max-width: 90% !important;
}

.jsScaleImages .rich-text {
    padding-left: 0.5em;
    padding-right: 0.5em;
}

    .jsScaleImages .rich-text .jsScaledImage {
        max-width: 100% !important;
    }

.lead-in .jsScaledImage, .lead-in-alt .jsScaledImage {
    margin: 0 auto !important;
    max-width: 100% !important;
}

.lead-in-alt {
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.receipt .module-form-labeled div.info {
    margin-top: 3px;
}

div.hero-image-container {
    height: auto;
    width: auto !important;
    margin: 0px !important;
}

    div.hero-image-container img {
        height: auto !important;
    }

.wish-hero-img {
    width: auto !important;
    margin: 0px !important;
}

.badges-banners .error-container {
    padding-left: 0px !important;
}

.module-form-intouch .module-form-labeled, .module-form-intouch .module-form-labeled2 {
    width: auto;
}

.modal .modal-header h2 {
    padding-right: 98px;
}

.modal.badges-banners .form-wrap .info.aligned {
    width: auto;
}

.paging-desktop {
    display: block;
    position: relative;
}

    .paging-desktop .prev, .paging-desktop .next {
        float: none;
        position: absolute;
        top: 0px;
        height: 40px;
        width: 40px;
        padding: 0px;
        overflow: hidden;
        text-indent: -1000px;
    }

    .paging-desktop .prev {
        left: 0px;
    }

    .paging-desktop .next {
        right: 0px;
    }

    .paging-desktop ul {
        float: none !important;
        width: auto !important;
        margin: 0px auto !important;
        padding: 12px 40px 0px !important;
    }

        .paging-desktop ul li {
            margin: 0px 2px !important;
        }

            .paging-desktop ul li a {
                padding: 0px 8px !important;
            }

/*** Banners & Badges ***/
form[action="/about-us/media-blogger-center/banners-and-badges"] .section-list-item .rich-text {
    text-align: left;
}

form[action="/about-us/media-blogger-center/banners-and-badges"] .section-list-item img {
    display: inline-block !important;
    clear: both;
    zoom: 1;
}

    form[action="/about-us/media-blogger-center/banners-and-badges"] .section-list-item img:before, form[action="/about-us/media-blogger-center/banners-and-badges"] .section-list-item img:after {
        content: "";
        display: table;
    }

    form[action="/about-us/media-blogger-center/banners-and-badges"] .section-list-item img:after {
        clear: both;
    }

form[action="/about-us/media-blogger-center/banners-and-badges"] .section-list-item li {
    color: white;
    background-image: none;
}

    form[action="/about-us/media-blogger-center/banners-and-badges"] .section-list-item li a {
        clear: left;
        color: #006bb7;
        display: inline-block;
        float: left;
    }

        form[action="/about-us/media-blogger-center/banners-and-badges"] .section-list-item li a:last-child {
            padding-bottom: 15px;
        }

form[action="/about-us/media-blogger-center/banners-and-badges"] .section-list-item:last-child li:last-child a:last-child {
    margin-bottom: 30px !important;
}

.comment.group {
    margin-top: 24px;
}

.employer-search, .search-module .module-content {
    position: relative !important;
    zoom: 1;
}

    .employer-search:before, .employer-search:after, .search-module .module-content:before, .search-module .module-content:after {
        content: "";
        display: table;
    }

    .employer-search:after, .search-module .module-content:after {
        clear: both;
    }

    .employer-search input, .employer-search .search-box, .search-module .module-content input, .search-module .module-content .search-box {
        float: none !important;
        display: block !important;
        width: 100% !important;
    }

    .employer-search a, .search-module .module-content a {
        float: none !important;
        position: absolute !important;
        top: 0px !important;
        right: 0px !important;
    }

.module-search .search-center {
    width: 100% !important;
}

.employer-search {
    padding-right: 95px !important;
}

.search-module h3 {
    text-align: center;
}

.search-module .module-content {
    /*padding-right: 65px !important;*/
}

.home-events-block {
    padding-bottom: 48px;
}

.reg-offices {
    width: auto !important;
}

    .reg-offices .office {
        width: auto !important;
    }

        .reg-offices .office .ofc {
            width: auto !important;
        }

.donate-wrap .intouch-box .module-form-labeled {
    width: auto !important;
}

.userForm p.info.form-error {
    width: 100% !important;
}

.desktop-only {
    display: none;
}

    .mobile-only, .desktop-only.no-mobile-version {
        display: block !important;
    }

.dynamic-width {
    width: 100% !important;
    height: auto !important;
}

.small-img-block-center {
    margin: 5px auto !important;
}

.cmpgn-banner img.mobile-only, .cmpgn-banner img.desktop-only.no-mobile-version, .banner img.mobile-only, .banner img.desktop-only.no-mobile-version {
    /*max-width: 480px;*/
    height: auto !important;
    width: 100% !important;
    margin: 0px auto !important;
}

.error-relationship.error-header {
    position: relative;
    top: 0px;
    left: 0px;
}

.search-wrapper {
    position: relative;
    padding-right: 45px;
}

    .search-wrapper input[type="text"] {
        display: block;
        width: auto;
    }

    .search-wrapper .search-btn {
        position: absolute;
        top: 0px;
        right: 0px;
    }

/* Page-Specific Fixes */
form[action="/ways-to-help/sponsorships/local-sponsors"] .section-list-item .rich-text table tr, form[action="/ways-to-help/sponsorships/local-sponsors"] .section-list-item .rich-text table th, form[action="/ways-to-help/sponsorships/local-sponsors"] .section-list-item .rich-text table tbody, form[action="/ways-to-help/sponsorships/local-sponsors"] .section-list-item .rich-text table thead, form[action="/ways-to-help/sponsorships/local-sponsors"] .section-list-item .rich-text table tfoot, form[action="/ways-to-help/sponsorships/local-sponsors"] .section-list-item .rich-text table td, form[action="/ways-to-help/sponsorships/local-sponsorships"] .section-list-item .rich-text table tr, form[action="/ways-to-help/sponsorships/local-sponsorships"] .section-list-item .rich-text table th, form[action="/ways-to-help/sponsorships/local-sponsorships"] .section-list-item .rich-text table tbody, form[action="/ways-to-help/sponsorships/local-sponsorships"] .section-list-item .rich-text table thead, form[action="/ways-to-help/sponsorships/local-sponsorships"] .section-list-item .rich-text table tfoot, form[action="/ways-to-help/sponsorships/local-sponsorships"] .section-list-item .rich-text table td, form[action="/ways-to-help/fundraising/kids-for-wish-kids"] .section-list-item .rich-text table tr, form[action="/ways-to-help/fundraising/kids-for-wish-kids"] .section-list-item .rich-text table th, form[action="/ways-to-help/fundraising/kids-for-wish-kids"] .section-list-item .rich-text table tbody, form[action="/ways-to-help/fundraising/kids-for-wish-kids"] .section-list-item .rich-text table thead, form[action="/ways-to-help/fundraising/kids-for-wish-kids"] .section-list-item .rich-text table tfoot, form[action="/ways-to-help/fundraising/kids-for-wish-kids"] .section-list-item .rich-text table td, form[action="/content/terms-and-policy"] .section-list-item .rich-text table tr, form[action="/content/terms-and-policy"] .section-list-item .rich-text table th, form[action="/content/terms-and-policy"] .section-list-item .rich-text table tbody, form[action="/content/terms-and-policy"] .section-list-item .rich-text table thead, form[action="/content/terms-and-policy"] .section-list-item .rich-text table tfoot, form[action="/content/terms-and-policy"] .section-list-item .rich-text table td {
    display: block;
}

.airline-miles-list li {
    width: 100%;
    max-width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
}

.split-module2 .search-wrapper .search-box {
    width: 95%;
    margin-right: 0px;
}

.form-wrap .module-form-labeled .halfwidth div.selector, .form-wrap2 .module-form-labeled .halfwidth div.selector {
    clear: left;
}

.form-wrap .input-chapter-wrap, .form-wrap2 .input-chapter-wrap {
    width: auto;
}

    .form-wrap .input-chapter-wrap .chapter-search, .form-wrap2 .input-chapter-wrap .chapter-search {
        width: 90% !important;
    }

        .form-wrap .input-chapter-wrap .chapter-search input[type="text"], .form-wrap2 .input-chapter-wrap .chapter-search input[type="text"] {
            width: 100% !important;
        }

    .form-wrap .input-chapter-wrap .mobile-chapter-selector, .form-wrap2 .input-chapter-wrap .mobile-chapter-selector {
        width: 90% !important;
    }

        .form-wrap .input-chapter-wrap .mobile-chapter-selector .selector, .form-wrap2 .input-chapter-wrap .mobile-chapter-selector .selector {
            width: 100%;
        }

            .form-wrap .input-chapter-wrap .mobile-chapter-selector .selector span, .form-wrap2 .input-chapter-wrap .mobile-chapter-selector .selector span {
                width: 85%;
            }

            .form-wrap .input-chapter-wrap .mobile-chapter-selector .selector select, .form-wrap2 .input-chapter-wrap .mobile-chapter-selector .selector select {
                width: 100% !important;
            }

.scfForm {
    width: 99.9% !important;
    float: left;
    margin-left: auto;
    margin-right: auto;
}

.scfSectionContent {
    margin-left: -1px;
}

.scfTitleBorder, .scfIntroBorder, .scfSectionLegend, .scfFooterBorder {
    margin-left: 20px !important;
}

.scfDroplistBorder {
    width: 95% !important;
}

.scfEmailGeneralPanel, .scfMultipleLineGeneralPanel, .scfSingleLineGeneralPanel, .scfPasswordGeneralPanel,
.scfNumberGeneralPanel, .scfDatePickerGeneralPanel, .scfDateGeneralPanel, .scfRadioButtonListGeneralPanel,
.scfCheckBoxListGeneralPanel, .scfFileUploadGeneralPanel, .scfDateSelectorGeneralPanel, .scfCreditCardGeneralPanel,
.scfConfirmPasswordGeneralPanel, .scfCaptchaGeneralPanel, .scfTelephoneGeneralPanel, .scfSmsTelephoneGeneralPanel {
    float: left !important;
    width: 97% !important;
}

.scfSingleLineTextLabel, .scfDropListLabel, .scfSmsTelephoneLabel, .scfCaptchaLabel,
.scfMultipleLineTextLabel, .scfPasswordLabel, .scfEmailLabel, .scfTelephoneLabel,
.scfNumberLabel, .scfDateSelectorLabel, .scfDatePickerLabel, .scfFileUploadLabel,
.scfListBoxLabel, .scfRadioButtonListLabel, .scfRadioButtonListLabel, .scfCheckBoxListLabel,
.scfConfirmPasswordLabel, .scfCreditCardLabel {
    float: none !important;
}

.scfSingleLineTextBorder, .scfSmsTelephoneBorder, .scfCaptchaBorder, .scfMultipleLineTextBorder,
.scfPasswordBorder, .scfEmailBorder, .scfTelephoneBorder, .scfNumberBorder,
.scfDateSelectorBorder, .scfDatePickerBorder, .scfCheckboxBorder, .scfFileUploadBorder,
.scfConfirmPasswordBorder, .scfCreditCardBorder {
    width: 95% !important;
}

.scfCheckbox {
    margin-left: 0px !important;
}

.scfSubmitButton {
    margin-right: 10px;
    margin-bottom: 30px;
}

.ui-datepicker {
    width: auto !important;
}

.scfDropListBorder, .scfListBoxBorder, .scfRadioButtonListBorder, .scfCheckBoxListBorder {
    width: 100% !important;
}
