/*
Promo Sizes
420px tall in sidebar

standard = 250px

*/

.responsive-web #main-content article.promo-type-one {
    padding: 0 !important;
    border-bottom: none !important;
}

.responsive-web #main-section .promo-type-one .promo-module.standard-block {
    height: 250px;
}

.responsive-web .promo-type-one .promo-module.standard-block img {
    width: auto !important;
    min-width: 15% !important;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.responsive-web #sidebar .promo-type-one .promo-module.standard-block img {
    width: 30% !important;
}

.responsive-web #main-section .promo-type-one .promo-module.standard-block h3 {
    font-size: 3.1em !important;
}

.responsive-web #sidebar .promo-type-one .promo-module.standard-block h3,
.responsive-web #sidebar .promo-type-one .promo-module.alt-block h3,
.responsive-web #main-section .promo-type-one .promo-module.alt-block h3 {
    font-size: 2.9em !important;
}

.responsive-web #main-section .promo-type-one .promo-module.standard-block p.call-to-action {
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.responsive-web #main-section .promo-type-one .promo-module.alt-block {
    height: 170px !important;
}

.responsive-web #sidebar .promo-type-one.sidebar-promo .promo-module.alt-block {
    height: 420px !important;
}

.responsive-web .promo-type-one .promo-module.alt-block img,
.responsive-web #sidebar .promo-type-one.sidebar-promo .promo-module.alt-block img {
    width: 130px;
    height: 130px;
}

.responsive-web #main-section .promo-type-one .promo-module.alt-block img {
    position: absolute;
    left: 20px;
    right: auto;
    bottom: auto;
    top: 20px;
    margin: 0;
    padding: 0;
}

.responsive-web #sidebar .promo-type-one.sidebar-promo .promo-module.alt-block img {
    margin-left: 20px;
    margin-bottom: 20px;
}

.responsive-web #main-section .promo-type-one .promo-module.alt-block .text {
    width: auto;
    margin-left: 150px;
    height: 130px;
    position: relative;
}

.responsive-web #main-section .promo-type-one .promo-module.alt-block .text p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
}

.responsive-web #sidebar .promo-type-one.sidebar-promo .promo-module.alt-block {
    position: relative;
}

.responsive-web #sidebar .promo-type-one.sidebar-promo .promo-module.alt-block .text p {
    width: 170px;
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.responsive-web #main-content article.promo-module.orange {
    background: #f58220;
}

.responsive-web #main-content div.promo-module.alt-block h3 {
    display: block;
}

.responsive-web .promo-module.blue,
.responsive-web .blue a.promo-module,
.responsive-web .promo-module.blue.alt-block,
.responsive-web .blue a.promo-module.alt-block {
    background-color: #0064b8;
}

.responsive-web .promo-module.purple,
.responsive-web .promo-module.purple.alt-block {
    background-color: #8b4799;
}

.responsive-web .promo-module.green,
.responsive-web .promo-module.alt-block.green {
    background-color: #6db52a;
}

.responsive-web .promo-module.baby-blue,
.responsive-web .promo-module.alt-block.baby-blue {
    background-color: #50b5cf;
}

.responsive-web .promo-module.orange,
.responsive-web .orange a.promo-module,
.responsive-web .promo-module.alt-block.orange,
.responsive-web .orange a.alt-block.promo-module {
    background-color: #f58220;
}

.responsive-web .promo-module.orange {
    background-color: #f58220;
}

.responsive-web #sidebar article.promo-type-one.no-padding {
    padding: 0 15px 15px 15px !important;
}

.responsive-web #sidebar article.promo-type-three {
    color: #145FA3;
    font-weight: bold !important;
    overflow: hidden;
    padding: 8px 14px;
    text-transform: uppercase;
    font-size: 1.6em;
    font-weight: 200;
    font-family: "HelveticaNeueW01-47LtCn 692686", Arial, Helvetica, sans-serif;
    border: none;
    position: relative;
    background: #fff;
    vertical-align: baseline;
    display: list-item;
}

.responsive-web #sidebar article.promo-type-three p {
    color: #000000;
    overflow: hidden;
    font-size: 0.7em !important;
    font-weight: 100 !important;
    background: #fff;
    margin-bottom: 3px;
}
.responsive-web #main-section .promo-type-one .promo-module.standard-block p,
.responsive-web #main-section .promo-type-one .promo-module.alt-block p {
   line-height: 1.15 !important;
}
@media screen and (max-width: 979px) {
    .responsive-web #sidebar article.promo-type-one,
    .responsive-web #sidebar article.promo-type-three {
        display: none;
    }

    .responsive-web #main-section .promo-type-one .promo-module.standard-block {
        height: 170px;
    }

    .responsive-web #main-section .promo-type-one .promo-module.alt-block .text {
        width: auto;
        margin-left: 150px;
        height: 100% !important;
        position: relative;
        float: none !important;
    }

    .responsive-web #main-section .promo-type-one .promo-module.standard-block h3,
    .responsive-web #main-section .promo-type-one .promo-module.alt-block h3 {
        font-size: 2.4em !important;
    }
    
    .responsive-web #main-section .promo-type-one .promo-module.standard-block p,
    .responsive-web #main-section .promo-type-one .promo-module.alt-block p {
	    line-height: 1.25 !important;
    }
}
@media screen and (max-width: 479px) {
	.responsive-web #main-section .promo-type-one .promo-module.standard-block h3,
	.responsive-web #main-section .promo-type-one .promo-module.alt-block h3 {
		font-size: 1.75em !important;
	}
}
.responsive-web #main-content article.promo-type-three {
    color: #08467f !important;
    font-weight: bold;
    font-size: 1.4em;
    line-height: 1.45;
    font-family: arial, helvetica, sans-serif;
    margin-bottom: 10px;
    border: none;
}

.responsive-web #main-content article.promo-type-three.border-top,
.responsive-web #sidebar article.promo-type-three.border-top {
    border-top: 1px solid #e7e6e3;
}

.responsive-web #main-content article.promo-type-three.border-bottom,
.responsive-web #sidebar article.promo-type-three.border-bottom {
    border-bottom: 1px solid #e7e6e3;
}

.responsive-web #main-content article.promo-type-three.border-both,
.responsive-web #sidebar article.promo-type-three.border-both {
    border-bottom: 1px solid #e7e6e3;
    border-top: 1px solid #e7e6e3;
}

.responsive-web #main-content article.promo-type-three .link-arrow {
    display: inline-block;
    margin-left: 15px;
}

.responsive-web article.promo-type-three .link-arrow span.faux-link {
    color: #e96d08;
    display: block;
}

.responsive-web article.promo-type-three .link-arrow span.faux-link:after {
    content: '';
    display: inline-block;
    background: url(../images/desktop_arrows_sprite.png) no-repeat top left;
    background-position: 0 0;
    margin-left: 4px;
    width: 9px;
    height: 9px;
}

.responsive-web #main-content .landing-page .sub-nav ul li.active {
    border-bottom: 1px solid #e7e6e3;
}

.responsive-web #main-content article#main-section .promo-type-two,
.responsive-web #main-content article#main-section .promo-type-one {
    margin: 15px 0 20px;
}

.responsive-web #main-content article#main-section .promo-type-two,
.responsive-web #content aside#sidebar .promo-type-two {
    line-height: normal;
    width: 100%;
}

.responsive-web #content aside#sidebar .sidebar-promos {
    padding-top: 15px;
}

.responsive-web #content aside#sidebar .promo-type-two {
    box-sizing: border-box;
    padding: 0 15px 15px 15px;
}

.responsive-web .container.affiliate-main #main-content {
    padding-bottom: 15px;
}

@media screen and (max-width: 979px) {
    .responsive-web .container.affiliate #main-header {
        background-image: none !important;
    }
}

.responsive-web #slider.no-carousel {
    margin-bottom: 15px;
}

.responsive-web .affiliate .slide1 .spanish {
    display: none !important;
}

@media only screen and (max-width: 979px) {
    .responsive-web #slider .slide1 .promo-banner {
        position: absolute;
        top: auto;
        bottom: 13%;
        padding-left: 0;
        left: 7%;
    }
}

.responsive-web #main-content .landing-page .sub-nav .affiliate-social {
    margin-bottom: 15px;
}

.responsive-web .promo-banner {
    position: absolute;
    bottom: 80px;
    width: 85%;
    padding: 10px 0 15px 50px;
    color: #FFFFFF;
    z-index: 10;
}

@media only screen and (max-width: 979px) {
    .responsive-web .promo-banner {
        width: 70%;
    }
}

.responsive-web #main-content article#main-section .tab-content-inner .alpha_panel ul li {
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}

.responsive-web .tab-content-inner .alpha_panel ul li:before {
    content: "";
    display: none;
}

.responsive-web #main-content article#main-section div.item ul li:before,
.responsive-web #main-content article#main-section ul.list li:before {
    content: '\00bb' !important;
    color: #f89527;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
    font-size: 1.25em;
    height: 16px;
    font-size: inherit !important;
}

.responsive-web #main-content article#main-section article.press-pages ul.list li {
    margin: 0 0 1em;
    font-size: 1.4em;
    padding: 0 0 14px 12px;
}

.responsive-web #main-content article#main-section ul.list li {
    padding: 0 0 0 12px;
    margin-bottom: 3px;
    font-size: 1.4em;
    line-height: 18px;
    display: inline-block;
    width: 100%;
}

.responsive-web #main-content article#main-section article.press-pages ul.list {
    margin-top: 1em;
}

.responsive-web #main-content article#main-section ul.alphabet {
    margin-bottom: 30px !important;
}

.responsive-web #main-content article#main-section ul.alphabet li {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 1.4em;
    line-height: 24px;
    position: static;
}

.responsive-web #main-content article#main-section ul.alphabet li:before {
    content: "";
    position: relative;
    font-size: inherit !important;
    line-height: inherit !important;
}

.responsive-web #main-content article#main-section h3.letter {
    color: #000;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 12px !important;

}

.responsive-web #main-content article#main-section h4.term {
    font-size: 1.4em;
    text-transform: lowercase;
    color: #000;
}

/* had these in edit mode overrides, but then if you hit properties while not
* in edit mode it didn't display properly
*/
input[type="radio"] {
    -webkit-appearance: radio !important;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox !important;
}

.tel .tagline {
    background: url('/packages/responsive_theme/themes/responsive_theme/images/care-no-matter-what.png') no-repeat 0 0;
    display: block;
    height: 15px;
    width: 181px;
}

.responsive-web footer#landing-social-icons li span {
    cursor: pointer;
}

.responsive-web #main-content article#main-section .block .inner-sub-nav ul {
    margin-bottom: 0;
}

@media only screen and (max-width: 979px) {
    .responsive-web #main-content .landing-page .inner-sub-nav ul li.last {
        border-bottom: none;
    }
}

/** Styles for Google Site search begin **/
@media only screen and (max-width: 979px) {

    .responsive-web .search #main-content.search-results strong {
        color: #776d59;
    }

    .responsive-web #main-content.search-results a {
        display: block !important;
    }

    .responsive-web #main-content.search-results .results div:first-child {
        border-top: 1px solid #e7e6e3;
    }

    .responsive-web #main-content.search-results article .results {
        padding:0px !important;
    }

    .responsive-web #main-content.search-results .results div {
        padding: 10px 0 12px !important;
        border-bottom: 1px solid #e7e6e3;
    }

    .responsive-web #main-content.search-results #search-header {
        border: 0px;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .responsive-web #main-content.search-results #search-header .select-group:after {
        top:50px;
    }

    .responsive-web #main-content.search-results article#main-section {
        padding-top: 0px !important;
    }
}

.responsive-web #main-content.search-results h5.subtitle {
    border-top: 3px solid #63bdd6;
    padding-top: 1em !important;
    margin-bottom: 10px !important;
}

.responsive-web #main-content.search-results article {
    border: 0px;
}

.responsive-web #main-content.search-results strong {
    color: #000;
}

.responsive-web #main-content.search-results #main-section {
    border-bottom: 1px solid #e7e6e3;
}

.responsive-web #main-content.search-results a {
    color: #08467f;
    font-size: 1em;
    margin-top: 0px !important;
}

.responsive-web .keyword {
    font-weight: bold;
    color: #000;
}

.responsive-web #main-content.search-results input[type="search"] {
    padding: 4px 7px;
    width: 230px;
    border: 1px solid #DEDAD3;
    color: #000;
    font-size: 1.2em;
}

.responsive-web #main-content.search-results .go-btn {
    border: none;
}

.responsive-web #main-content.search-results #search-header {
    border-top: 1px solid #e7e6e3;
}

.responsive-web #main-content.search-results #search-header p {
    display: inline-block;
    float: right !important;
}

.responsive-web #main-content.search-results #search-header hr {
    clear: both;
}

.responsive-web #main-content.search-results #search-header p:first-child {
    float: none;
}

.responsive-web #main-content.search-results #filtering {
    background: #EBF6F9;
    padding: 10px 5px;
    border-top: 1px solid #e7e6e3;
    border-bottom: 1px solid #e7e6e3;
    margin-bottom: 10px;
}

.responsive-web #main-content.search-results #filtering p {
    margin-bottom: 8px;
}

.responsive-web #main-content.search-results #filtering div {
    width: 250px;
    float: left;
}

.responsive-web #main-content.search-results #filtering div p a {
    font-weight: bold;
}

.responsive-web .search #main-content .results div {
    width: 100%;
    padding-bottom: 16px;
}

.responsive-web #main-content .results div a {
    font-weight: normal;
}

.responsive-web #main-content.search-results .results div {
    padding: 5px 0 5px;
}

.responsive-web #main-content.search-results .results div p {
    font-size: 1.5em;
}

.responsive-web #main-content.search-results .results .keyword {
    font-family: "HelveticaNeueW01-75Bold", Arial, Helvetica, sans-serif;
}

.responsive-web #main-content article#main-section {
    padding: 0;
}

.responsive-web #main-content.search-results .ccm-pagination {
    margin-bottom: 40px !important;
}

.responsive-web #main-content.search-results .advanceSearch input {
    float: right;
    margin: 0px 5px 0px 5px;
}

.responsive-web #main-content.search-results .advanceSearch select {
    /*margin: 5px;*/
    width: 150px;
    font-size: 1em;
}

.responsive-web #main-content.search-results .advanceSearch tr {
    padding-bottom: 5px;
}

.responsive-web #main-content.search-results .advanceSearch td {
    padding: 5px;
}
.responsive-web #main-content.search-results .advanceSearch {
    margin: 5px !important;
    font-size: 1.2em;
}
/** Styles for Google Site search end **/

.responsive-web #take-action-sp, .responsive-web #donate-link-sp {
    background: url(../images/take_action_donate_2010_sp.gif) no-repeat top left;
    height: 40px;
    width: 156px;
    display: block;
    overflow: hidden; }
.responsive-web #take-action-sp {
    background-position: 0 0; }
.responsive-web #take-action-sp:hover {
    background-position: -156px 0px; }
.responsive-web #donate-link-sp {
    background-position: 0px -40px; }
.responsive-web #donate-link-sp:hover {
    background-position: -156px -40px; }

.center_emergency_disclaimer{
    margin: 0px;
    font-weight: bold;
    color: black;
    padding: 5px 5px 2px 5px!important;
    background-color: #FFCCCC;
    margin-bottom: 10px;
}

.mod-45 {
    margin-left: -15% !important; 
    width: 130% !important;
    line-height: .6em !important;
}
/* year-end sliding 2014 */
.hide {
    display: none;
}
#overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1001;
    background: #000;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    visibility: hidden;
}

.hide_overflow {
    overflow: hidden;
}

#sticker {
    float: right;
    text-align: right;
    /*width: 51px;*/
    height: 100%;
    top: 0px;
    z-index: 1000;
    overflow: hidden;
    right: 0px;
}

#sticker.fixed {
    position: fixed;
    /* width: 100%;*/
}

#sticky_button_strip {
    background: url(../images/blue_px.gif) top right repeat-y;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 10px;
    height: 100%;
    background-color: #0877bd;
    float: right;
}

#sticky_button {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 51px;
    height: 232px;
    border: 0;
    margin-top: 325px;
}

#sticky_button_link {
    color: transparent;
}

.slide_button {
    outline: none;
}

#modal {
    height: 100%;
    overflow: hidden;
}

#modal_frame {
    width: 630px;
    height: 100%;
    overflow: auto;
}

#pageslide {
    /* These styles MUST be included. Do not change. */
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    /* Specify the width of your pageslide here */
    width: 630px;
    padding: 0;
    /* These styles are optional, and describe how the pageslide will look */
    background-color: #333;
    color: #FFF;
    -webkit-box-shadow: inset 0 0 5px 5px #222;
    -moz-box-shadow: inset 0 0 5px 5px #222;
    box-shadow: inset 0 0 5px 5px #222;
}

/* year-end sliding 2014 */