/* START Adjustments for Bandada redesign */

#container {
    width: auto;
}

#side-links {
    display: none;
}

body {
    font-size: 16px;
}

@media (max-width: 1023px) {
    #fullbody {
        width: 100%;
        padding: 0;
    }
}

.new #news_left {
    width: 100%;
}

#news_right {
    width: 558px;
}

#topsection #topimage .menu-content {
    display: none !important;
}


/* TEMPORARY */

.grid_nav {
    text-align: right;
}

.cntPaging {
    width: 1024px;
    padding: 0 10px;
    margin: 0 auto !important;
}

.cntPaging .PageCount {
    display: none;
}

.cntPaging .PageList {
    padding-left: 0 !important;
    margin-bottom: 1.5em;
}

.grid_nav span.active,
.PageList a.active {
    border: 1px solid #eee;
    box-shadow: 0 1px 2px #eee;
    color: #fff;
    background-color: #2c55a6;
}

.grid_nav a,
.grid_nav span,
.PageList a {
    border: 1px solid #eee;
    box-shadow: 0 1px 2px #eee;
    color: #2c55a6;
    display: inline-block;
    float: none;
    height: 35px;
    line-height: 35px;
    margin: 0 10px 10px 0;
    text-align: center;
    padding: 0 1em;
    transition: 150ms all ease;
}


/* END Adjustments */

#side-links {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 998;
    margin-top: 170px;
    width: 115px;
    white-space: nowrap;
}

#side-links #inner-side-links {
    width: 115px;
    height: 280px;
    position: relative;
}

#side-links img {
    display: block;
    clear: both;
}

#side-links img.minmax {
    margin: 0 4px -2px 0;
    margin-left: 104px;
    cursor: pointer;
}

#side-links .minmax {
    float: right;
    font-size: 1.6em;
    cursor: pointer;
    padding-right: 0px;
    color: #333;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif
}

#side-links .minmax:hover,
#side-links .minmax:focus {
    color: #555;
}

#side-links .link-item {
    display: block;
    font-weight: 900;
    margin-bottom: 6px;
    position: relative;
    z-index: 111;
    background-color: #E4E8F2;
    height: 40px;
    transition: all 0.1s ease 0s;
    padding: 10px 3px;
}

#side-links .link-item span.a-1 {
    font-size: 20px;
    display: block;
    text-align: right;
    padding: 0px 10px;
}

#side-links .link-item span.a-2 {
    padding-top: 14px;
    font-size: 14px;
    display: block;
    float: left;
    text-align: left;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    text-align: right;
    line-height: 0;
    width: 40px;
    padding-left: 12px;
    margin-left: -10px;
    display: none;
}

#side-links .link-item span.l-a {
    float: right;
    font-size: 20px;
    font-weight: 900;
    line-height: 22px;
}

#side-links .link-item span.l-a2 {
    float: right;
    font-size: 14px;
    font-weight: 900;
    line-height: 22px;
}

#side-links .link-item span.l-b {
    float: right;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
}

#side-links .link-item span.l-d {
    float: right;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
}

#side-links .link-item span.l-c {
    float: right;
    font-size: 10px;
    font-weight: 600;
    line-height: 18px;
}

#side-links .orange {
    color: #444;
    border-color: #f58523;
    border-right: 4px solid #f58523;
}

#side-links .blue {
    color: #444;
    border-color: #2c55a6;
    border-right: 4px solid #2c55a6;
}

#side-links .gray {
    color: #444;
    border-color: #999;
    border-right: 4px solid #999;
}

#side-links .green {
    color: #444;
    border-color: #7ab842;
    border-right: 4px solid #7ab842;
}

#side-links a:hover.orange,
#side-links a:focus.orange {
    z-index: 119;
    color: #fff;
    background-color: #f58523;
}

#side-links a:hover.blue,
#side-links a:focus.blue {
    z-index: 119;
    color: #fff;
    background-color: #2c55a6;
}

#side-links a:hover.gray,
#side-links a:focus.gray {
    z-index: 119;
    color: #fff;
    background-color: #999;
}

#side-links a:hover.green,
#side-links a:focus.green {
    z-index: 119;
    color: #fff;
    background-color: #7ab842;
}

#side-links .call {
    text-decoration: none;
    text-transform: uppercase;
    display: block;
}

#content {
    min-height: 575px;
    margin-left: 0;
}

#content .btn {
    border-radius: 5px;
}

#footer_max {
    margin-top: 0;
}


/* Menu style tweaks */

.menu ul li:nth-child(5) ul li.cBlock {
    width: 360px;
}

.menu a,
.menu a:link {
    padding: 19px 32px;
    font-size: 1.1em;
}

.menu li.donate {
    background: url(../images/layout/header_donate_background_alt_hover.png) -9999px -9999px no-repeat;
}

.menu li.donate a {
    background: url(../images/layout/header_donate_background_alt.png) 0 0 no-repeat;
    text-align: center;
    margin: -3px 0 -5px;
    height: 48px;
    box-sizing: border-box;
    padding: 22px 14px 0 22px !important;
    font-weight: 400;
}

#menunav li.donate a:hover,
#menunav li.donate a:focus,
#menunav li.donate a:active {
    background-color: transparent;
    background: url(../images/layout/header_donate_background_alt_hover.png) 0 0 no-repeat;
}

#menunav ul li {
    max-width: none !important;
}

#menunav ul ul a {
    line-height: inherit;
}

#sitemap .menu li.donate a {
    background: none;
    text-align: left;
    font-size: 1.4em;
    margin: 0;
    height: auto;
    box-sizing: border-box;
}

#wrapper {
    margin-bottom: 0;
}


/* Quick donate */

input.QuickDonate {
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}


/*#DonationType { color: #ccc; }*/


/* Footer styles */

#footer ul#bottom_links {
    width: 440px;
    float: right;
    margin: 0 45px 0 15px;
    padding-top: 0;
}

#footer #copyright {
    width: 390px;
    float: left;
    margin: 0 0 0 45px;
    padding-top: 0;
    text-align: center;
}

#footer #charNum {
    font-size: 1.2em;
    padding-top: 0.25em;
    display: inline-block;
}

#footer_max {
    height: auto;
    border-top: none;
}


/* Page styles */

body.noRight #colRight {
    display: none;
}

body.noRight #content {
    margin-right: 0;
}

body.noRight #contentLongRun {
    margin-right: 0;
}

body.noRight #contentRaiseAFlag {
    margin-right: 0;
}

body.noLeft #colLeft {
    display: none;
}

body.noLeft #content {
    margin-left: 0;
}

body.root #content {
    background: none;
    min-height: 600px;
}

body.noStructure {}

body.noStructure #colLeft,
body.noStructure #colRight,
body.noStructure #main,
body.noStructure #content,
body.noStructure #header,
body.noStructure #footer,
body.noStructure #menu {
    display: none;
}

li.checkbox {
    padding: 5px 0 0 25px;
    background: url(../images/events_checkmark.gif) no-repeat 0px 0px;
    list-style-type: none;
}

div.sfcircle {
    background-image: url(/uploads/sbf_check-circle.jpg);
    background-repeat: no-repeat;
    width: 34px;
    height: 28px;
    float: left;
    color: #2796c7;
    font-weight: bold;
    text-align: center;
    padding-top: 7px;
}

div.sfcircle-text {
    padding-top: 6px;
    padding-left: 4px;
    float: left;
}

.toggle {
    margin-bottom: 16px;
}

#page-banner {
    width: 100%;
    height: auto;
    padding-bottom: 2.5em;
    background-color: #7ab600;
}

#page-banner #page-banner-title {
    font-size: 2.4em;
    color: #fff;
    margin-left: 30px;
    float: left;
    text-align: left;
    font-weight: 600;
    margin-top: 1em !important;
    margin-bottom: 0.5em;
    line-height: 1em;
}

#page-banner #page-banner-parent {
    font-size: 1.5em;
    color: #fff;
    margin-left: 30px;
    float: left;
    clear: left;
    text-align: left;
}


/* Right Column */

#contentRight {
    float: right;
    width: 178px;
    margin: 0;
    padding: 0;
    position: relative;
}

#contentRight .other {
    background: #f3f3f8;
    padding: 0 0 10px 15px;
    margin: 0;
}

#contentRight .other .otherItem {
    padding: 15px 10px 15px 0;
    zoom: 1;
}

#contentRight .other .otherItem h4 {
    color: #4b569d;
    margin-bottom: 5px;
}

#contentRight ul.other {
    list-style: none;
}

#contentRight ul.other li {
    background: url(../images/dots.gif) repeat-x bottom;
    padding: 3px 0;
    margin: 0;
}

#contentRight ul.other li a {
    background: url(../images/bullet_green.gif) center left no-repeat;
    padding: 0 0 0 8px;
    margin: 0;
    color: Black;
    display: block;
    text-decoration: none;
}

#contentRight ul.other li.selected a {
    font-weight: bold;
}

iframe[name='google_conversion_frame'] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

#push_footer {
    height: 216px;
    margin-top: -22px;
    display: none;
}


/* RESPONSIVE */

@media (max-width: 1023px) {
    /*.menu ul { width: 690px; margin: 0 auto; }*/
    .menu a {
        padding: 20px 15px !important;
        font-size: 1em !important;
    }
    .menu ul ul a {
        padding: 3px 14px !important;
    }
    .menu {
        width: 100%;
        margin-left: 0;
    }
    #side-links {
        display: none;
    }
    #container div img {
        max-width: 100%;
    }
}

@media(max-width:767px) {
    .menu ul,
    #menunav ul li,
    #menunav ul {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    #menunav ul ul.goleft {
        left: 0;
    }
    .menu a {
        padding: 1em 5px 1em 5px !important;
    }
    .menu ul ul a {
        width: 100%;
        text-align: center;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #menunav ul ul {
        left: 0;
        background-color: #fff !important;
    }
    .content-left,
    .content-right {
        text-align: center;
    }
    .menu li.donate a {
        background-image: none;
        margin: 0;
        padding-left: 0 !important;
        padding-right: 0 !important;
        background-color: #83a649;
    }
    .menu li.donate a:hover,
    .menu li.donate a:focus {
        background-image: none !important;
        margin: 0;
        padding-left: 0 !important;
        padding-right: 0 !important;
        background-color: #92ba4b !important;
    }
    #mainsection {
        padding-top: 0 !important;
    }
    body #mainsection #maincontent,
    body h1.modulesectionheader {
        margin-left: 0 !important;
    }
    #mobile-sub-menu.mobile-menu {
        margin-top: 0 !important;
    }
}


/* New Styles - March 2016 */

#fullbody {}

#header_max {
    position: relative;
    z-index: 2;
}

* {
    -webkit-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
}

html,
body {
    font-family: 'Open Sans', sans-serif;
    /*color: #fff;*/
    /*font-size: 16px;*/
    /*background: #e5e9f3;*/
    min-width: 480px;
}

body #main {
    font-weight: 300;
}

body #main a,
body #main a:link {
    /*font-weight: 400;*/
}

article,
aside,
section,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
blockquote {
    display: block;
}

.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
}

.light {
    font-weight: 300;
}

.normal {
    font-weight: 400;
}

.semibold {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.italic {
    font-style: italic;
}

.underline {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
}

a * {
    border: none;
}

a:active,
a:selected,
a:focus {
    border: none;
    outline: none;
}

.wrapper,
#breadcrumb,
.breadcrumb {
    max-width: 1024px;
    padding: 0 10px;
    margin: 0 auto;
}

#breadcrumb {
    max-width: inherit;
}

input[type="submit"],
button {
    -webkit-appearance: none;
}

.button {
    display: inline-block;
    font-size: 16px;
    padding: 14px 24px;
    background: #2c55a6;
    color: #fff !important;
    border: none;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 400;
    box-sizing: border-box;
    text-decoration: none !important;
}

footer {
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#151515');
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#444444), to(#151515));
    background: -webkit-linear-gradient(top, #444444, #151515);
    background: -moz-linear-gradient(top, #444444, #151515);
    background: -ms-linear-gradient(top, #444444, #151515);
    background: -o-linear-gradient(top, #444444, #151515);
    background-color: #1a1a1a;
    padding: 110px 0 95px;
    border-top: 16px #808184 solid;
}

footer #footerlogo {
    float: left;
}

footer #footercopy {
    float: right;
    color: #8b8b8b;
    font-size: 12px;
    text-align: right;
}

footer #footercopy #footersocial {
    margin: 0 0 40px;
}

footer #footercopy #footersocial a {
    color: #c6c6c6;
    font-size: 30px;
    margin: 0 0 0 12px;
}

footer #footercopy #footersocial a:hover,
footer #footercopy #footersocial a:focus {
    color: #fff;
}

footer #footercopy #footerlinks {
    margin: 0 0 28px;
}

footer #footercopy #footerlinks a {
    color: #ffffff;
    /*text-decoration: none;*/
    line-height: 24px;
    padding: 0 8px;
    border-right: 1px #616161 solid;
    display: inline-block;
    line-height: 1em;
}

footer #footercopy #footerlinks a:last-child {
    padding-right: 0;
    border-right: none;
}

form.defaultform .row {
    margin: 0 0 20px;
}

form.defaultform .row:last-child {
    margin-bottom: 0;
}

form.defaultform .hide {
    display: none;
}

form.defaultform .row.margintop {
    margin-top: 35px;
}

form.defaultform .select {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

form.defaultform .select:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 68px;
    height: 56px;
    border-radius: 0 5px 5px 0;
    z-index: 1;
    background: #2c55a6 url(../images/layout/form_select_arrow.png) 50% 50% no-repeat;
    pointer-events: none;
}

form.defaultform .select select,
form.defaultform input[type="text"],
form.defaultform input[type="number"] {
    box-sizing: border-box;
    width: 100%;
    display: block;
    height: 56px;
    border-radius: 5px;
    padding: 5px 25px;
    background: #ffffff;
    margin: 0 0 15px;
    border: none;
    color: #707070;
    font-size: 17px;
    line-height: 46px;
}

form.defaultform input[type="number"] {
    -moz-appearance: textfield;
}

form.defaultform input[type="number"]::-webkit-inner-spin-button,
form.defaultform input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

form.defaultform .select select {
    padding: 5px 25px 5px 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

form.defaultform input[type="submit"] {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 40px 0 0;
    padding-top: 16px;
    padding-bottom: 16px;
}

form.defaultform .toggle .option {
    overflow: hidden;
    border-radius: 5px;
    box-sizing: border-box;
    float: left;
    position: relative;
    margin: 0 0 15px;
}

form.defaultform .toggle .option label {
    line-height: 56px;
    background: #ffffff;
    color: #acacac;
    font-size: 17px;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    display: block;
    cursor: pointer;
}

form.defaultform .toggle.nospacing .option,
form.defaultform .toggle .option:last-child {
    margin-right: 0 !important;
}

form.defaultform .toggle.nospacing .option:nth-child(2n - 1) {
    border-radius: 5px 0 0 5px;
}

form.defaultform .toggle.nospacing .option:nth-child(2n) {
    border-radius: 0 5px 5px 0;
}

form.defaultform .toggle.two .option {
    width: 48%;
    margin-right: 4%;
}

form.defaultform .toggle.two.nospacing .option {
    width: 50%;
}

form.defaultform .toggle.three .option {
    width: 30%;
    margin-right: 5%;
}

form.defaultform .toggle.three.nospacing .option {
    width: 33.333%;
}

form.defaultform .toggle.four .option {
    width: 22%;
    margin-right: 4%;
}

form.defaultform .toggle.four.nospacing .option {
    width: 25%;
}

form.defaultform .toggle .option input[type="checkbox"],
form.defaultform .toggle .option input[type="radio"] {
    position: absolute;
    z-index: -1;
    left: -10000px;
}

form.defaultform .toggle .option input[type="checkbox"]:checked+label,
form.defaultform .toggle .option input[type="radio"]:checked+label {
    background: #2c55a6;
    color: #fff;
}

form.defaultform .select select.error,
form.defaultform input[type="text"].error,
form.defaultform input[type="number"].error {
    border: 1px #ff0000 solid;
}

form.defaultform label.error {
    font-size: 80%;
    background: #ff0000;
    margin: -10px 0 15px;
    display: block;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}

@media all and (max-width: 1044px) {
    body {
        overflow-x: hidden;
    }
    #content .wrapper,
    #breadcrumb,
    .breadcrumb {
        width: auto;
        padding: 0 50px;
        min-width: 480px;
        box-sizing: border-box;
    }
    #breadcrumb,
    .breadcrumb {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
}

@media all and (max-width: 900px) {}

@media all and (max-width: 767px) {
    #content {
        font-size: 20px;
    }
    .button {
        font-size: 20px;
    }
    footer {
        padding: 50px 0;
    }
    footer #footerlogo {
        display: block;
        float: none;
        margin: 0 auto 100px;
    }
    footer #footercopy {
        float: none;
        text-align: center;
        font-size: 14px;
    }
    footer #footercopy #footerlegal {
        font-size: 12px
    }
    footer #footercopy #footersocial a {
        font-size: 36px;
    }
    footer #footercopy #footerlinks a:last-child {
        padding-right: 8px;
    }
    form.defaultform .select select,
    form.defaultform input[type="text"],
    form.defaultform input[type="number"],
    form.defaultform .toggle .option label {
        font-size: 22px;
    }
}