/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }





html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    background: #fff;
    color: #4d4d4d;
    font: 12px/18px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a { color: #000; text-decoration: none; border-bottom: solid 1px; }
a:hover { color: #666; border-bottom: solid 1px #666; }

h1 { font-size: 72px; line-height: 65px; color: #fecb00; text-transform: uppercase; font-size: 68px; }
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span { font-weight: normal; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { border-bottom: 0; }
h2 { font-size: 42px; line-height: 42px; color: #fecb00; font-weight: normal; text-transform: uppercase; margin-bottom: 8px; }
h3 { font-size: 17px; font-weight: normal; }
h4 { font-size: 18px; line-height: 20px; color: #000; font-weight: normal; text-transform: uppercase; }
h5 { font-size: 16px; font-weight: normal; }
p { margin-bottom: 18px; }
/*li { margin-bottom: 2px; }*/
strong span, sub span { font-weight: normal; }
q { font-size:15px; line-height: 20px; }
figure{margin:0;}

img{max-width: 100%;height:auto;display:block;}
.ie8 img{ width: auto; }
.ie7 img { -ms-interpolation-mode: bicubic; }

/*.container_12 { overflow: hidden; }*/
#flash_off { display: none; }
#content { min-height: 530px; }
.black_border { border: solid 1px #000; }
.no_border { border: 0; }

/*----- common classes -----*/
a.gold_arrow, a.gold_arrow:visited { background: url(/images/icons/yellow-carrot-circle-arrow-jpg) no-repeat right center; text-transform: uppercase; border: 0; font-size: 14px; line-height: 20px; padding: 4px 22px 4px 0; color: #6a6c6f; }
a.gold_arrow:hover { color: #000; }
a.gold_arrow_left, a.gold_arrow_left:visited { background: url(/images/icons/yellow-carrot-circle-arrow-lt) no-repeat left center; text-transform: uppercase; border: 0; font-size: 14px; line-height: 20px; padding: 4px 22px 4px 22px; color: #6a6c6f; }
a.gold_arrow_left:hover { color: #000; }
a.gold_arrow_down, a.gold_arrow_down:visited { background: url(/images/icons/yellow-carrot-circle-arrow-DOWN) no-repeat right center; text-transform: uppercase; border: 0; font-size: 14px; line-height: 20px; padding: 4px 22px 4px 0; color: #6a6c6f; }
a.gold_arrow_down:hover { color: #000; }
a.grey_arrow, a.grey_arrow:visited { background: url(/images/icons/carrot-grey-arrow-jpg) no-repeat right -12px; text-transform: uppercase; border: 0; line-height: 20px; color: #636569; font-weight: bold; padding-right: 11px; }
a.grey_arrow:hover { color: #000; background-position: right 3px; }
.bottom_border_black { border-bottom: solid 2px #000; }

.ie7 .gold_arrow.ie7_gold_arrow_fix { background: none; padding-right: 0; }
.ie7 .gold_arrow.ie7_gold_arrow_fix img { margin: 0 0 -2px 5px; }
.ie7 .ie7_grey_arrow_fix { background: none !important; }
.ie7 .ie7_grey_arrow_fix img { margin: 0 0 0 5px; }

.link-list {
    margin-top: 15px;
}
.link-list li {
    border-top: solid 1px #e6e6e6;
    font-size: 14px;
    line-height: 16px;
    padding: 10px 0;
}
.link-list li:first-child {
    border-top: 0;
}
.link-list li a {
    background: url("../images/link-arrow.png") no-repeat right center;
    font-weight: normal;
    padding-right: 16px;
}
.program-list {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    -o-column-gap: 15px;
    column-gap: 15px;
    margin-top: 0;
    padding-right: 0;
}
.program-list li {
    display: inline-block
}

.filters {
    margin-bottom: 10px;
    text-align: right
}
.filters li {
    display: inline-block;
    margin-left: 5px
}
.filters li a {
    border-radius: 5px;
    -moz-border-radius: 5px;
    color: black;
    display: block;
    font: normal 10px/18px "CgGothicNo3Medium","HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
    padding: 1px 7px 0 7px;
    position: relative;
    text-transform: uppercase
}
.filters li a:hover {
    background: #d4d4d4
}
.filters li a.here {
    background: #fdcc00
}
.filters li a:hover:before,.filters li a.here:before {
    border: 5px solid transparent;
    border-top-color: #fdcc00;
    content: '';
    display: block;
    font-size: 0;
    left: 50%;
    line-height: 0;
    margin-left: -5px;
    position: absolute;
    top: 100%;
    width: 0
}
.filters li a:hover:before {
    border-top-color: #d4d4d4
}
.ie7 .filters li {
    display: inline;
    vertical-align: top
}
.ie8 .filters li a:hover:before,.ie8 .filters li a.here:before {
    margin-top: -1px
}
.tab-content > article {
    position: absolute;
    top: -9999px
}
.tab-content > article:first-child {
    position: static
}

/*----- end common classes -----*/

/*----- header -----*/
/*
#header { margin-top: 15px; position: relative; z-index: 100; }
#header  h1 { float: left; width: 236px; height: 29px; }
#header  h1 a { background: url(/app_themes/livestrong/images/header/logo.jpg) no-repeat 0 -5px; width: 236px; height: 29px; text-indent: -9999px; display: block; border: 0; }
#header #menuElem { overflow: hidden; }
#header #menuElem li a, #header #menuElem li  a:visited { text-decoration: none; border: 0; color: #656565; }
#header #menuElem li a:hover { color: #000; }
#header #menuElem > li { float: left; padding: 0 7px 0 0; }
#header #menuElem > li:first-child { padding-left: 7px }
#header #menuElem > li#menuElem_LI_0_8_1 { padding-right: 0; }
#header #menuElem > li > a, #header #menuElem > li > a:visited { line-height: 27px; padding: 0 6px; background: url(/app_themes/livestrong/images/header/nav.jpg) no-repeat 6px -118px; display: block; text-indent: -9999px; border: solid 1px #fff; margin-bottom: 6px; }
#header #menuElem > li > ul { display: none; position: absolute; z-index: 100; background-color: #fff; border-bottom: solid 1px #000; border-top: solid 1px #000; left: 0; width: 100%; overflow: hidden; }
#header #menuElem > li:hover > a { margin-bottom: -1px; padding-bottom: 6px; z-index: 101; position: relative; border-style: solid !important; border-width: 1px !important; border-color: #000 #000 #fff #000 !important; }
#header #menuElem > li:hover ul { display: block; }
#header #menuElem > li#menuElem_LI_0_1_1 > a { width: 69px; background-position: 6px -118px; border-color: #000; }
#header #menuElem > li#menuElem_LI_0_1_1 > a:hover, #header #menuElem > li#menuElem_LI_0_1_1:hover > a { background-position: 6px -73px; }
#header #menuElem > li#menuElem_LI_0_2_1 > a { width: 97px; background-position: -89px -118px; border-color: #000; }
#header #menuElem > li#menuElem_LI_0_2_1 > a:hover, #header #menuElem > li#menuElem_LI_0_2_1:hover > a { background-position: -89px -73px; }
#header #menuElem > li#menuElem_LI_0_3_1 > a { width: 97px; background-position: -213px -118px; }
#header #menuElem > li#menuElem_LI_0_3_1 > a:hover, #header #menuElem > li#menuElem_LI_0_3_1:hover > a { background-position: -213px -73px; }
#header #menuElem > li#menuElem_LI_0_4_1 { margin-right: 47px; }
#header #menuElem > li#menuElem_LI_0_4_1 > a { width: 95px; background-position: -338px -118px; }
#header #menuElem > li#menuElem_LI_0_4_1 > a:hover, #header #menuElem > li#menuElem_LI_0_4_1:hover > a { background-position: -338px -73px; }
#header #menuElem > li#menuElem_LI_0_5_1 > a { width: 56px; background-position: -488px -119px; }
#header #menuElem > li#menuElem_LI_0_5_1 > a:hover, #header #menuElem > li#menuElem_LI_0_5_1:hover > a { background-position: -488px -27px; }
#header #menuElem > li#menuElem_LI_0_6_1 > a { width: 36px; background-position: -563px -119px; }
#header #menuElem > li#menuElem_LI_0_6_1 > a:hover, #header #menuElem > li#menuElem_LI_0_6_1:hover > a { background-position: -563px -74px; border: solid 1px #fff !important; }
#header #menuElem > li#menuElem_LI_0_7_1 > a { width: 36px; background-position: -618px -119px; }
#header #menuElem > li#menuElem_LI_0_7_1 > a:hover, #header #menuElem > li#menuElem_LI_0_7_1:hover > a { background-position: -618px -74px; border: solid 1px #fff !important; }
#header #menuElem > li#menuElem_LI_0_8_1 > a { width: 44px; background-position: -673px -119px; padding-right: 0; }
#header #menuElem > li#menuElem_LI_0_8_1 > a:hover, #header #menuElem > li#menuElem_LI_0_8_1:hover > a { background-position: -673px -74px; border: solid 1px #fff !important; }
#header #menuElem > li#menuElem_LI_0_1_1.CMSListMenuHighlightedLI > a { background-position: 6px -26px; }
#header #menuElem > li#menuElem_LI_0_2_1.CMSListMenuHighlightedLI > a { background-position: -88px -26px; }
#header #menuElem > li#menuElem_LI_0_3_1.CMSListMenuHighlightedLI > a { background-position: -212px -26px; }
#header #menuElem > li#menuElem_LI_0_4_1.CMSListMenuHighlightedLI > a { background-position: -337px -26px; }
#header #menuElem > li#menuElem_LI_0_5_1.CMSListMenuHighlightedLI > a { background-position: -488px -27px; }
#header #menuElem > li#menuElem_LI_0_6_1.CMSListMenuHighlightedLI > a { background-position: -563px -27px; }
#header #menuElem > li#menuElem_LI_0_7_1.CMSListMenuHighlightedLI > a { background-position: -618px -27px; }
#header #menuElem > li#menuElem_LI_0_8_1.CMSListMenuHighlightedLI > a { background-position: -673px -27px; }
#header #menuElem > li > ul > li { width: 226px; float: left; border-left: solid 1px #e4e4e4; padding: 18px 7px 38px 12px; margin-bottom: 0; display: block; }
#header #menuElem > li > ul > li:first-child { border: 0; padding-left: 0; }
#header #menuElem > li > ul#menuElem_UL_11 > li#menuElem_LI_1_5_392 { padding-bottom: 0; }
#header #menuElem > li > ul > li > a, #header #menuElem > li > ul > li > a:visited { text-transform: uppercase; font-size: 14px; color: #f0bc00; display: block; }
#header #menuElem > li > ul > li > a:hover { color: #000; }
#header #menuElem > li > ul > li > a strong { font-weight: bold; }
#header #menuElem > li > ul > li > ul { margin-top: 10px; }
#header #statement { display: block; clear: left; line-height: 31px; margin-bottom: 0; font-size: 18px; font-weight: normal; }
#header #search_wrapper { float: right; border: solid 1px #fecb00; }
#header #search_wrapper label { display: none; }
#header #search_wrapper input { background: none; padding: 0; margin: 0; border: 0; float: left; }
#header #search_wrapper input.search_button { width: 28px; height: 31px; background: url(/app_themes/livestrong/images/searchicon.jpg) no-repeat 0 0; text-indent: -9999px; }
#header #search_wrapper input.search_box { background: url(/app_themes/livestrong/images/search.jpg) no-repeat 0 1px; padding: 9px 0 7px 6px; width: 201px; color: #6a6c6f; font-size: 11px; }
*/
/*----- end header -----*/

/*----- breadcrumbs -----*/
#breadcrumbs {
    background: #f5f5f5;
    line-height: 40px; 
    clear: both; 
    /*margin-bottom: 20px;*/
    text-transform: uppercase; 
    display: none; }
    #crumbs {}
    #crumbs span.sep {
        background: url(/app_themes/livestrong/images/breadcrumb-carrot.png) no-repeat top left; 
        display: block; 
        float: left; 
        width: 7px; 
        height: 10px; 
        text-indent: -9999px; 
        margin: 14px 4px 0; }
    #crumbs a {
        color: #787878; 
        border: 0;
        font-weight: normal; 
        margin: 0 5px; 
        float: left; }
    #crumbs a:hover { color: #000; }

    #crumbs a:first-child{
        padding-left: 12px; }

    #page-tools {
        padding: 0;
        text-align: right;
        margin-top: 7px;
    }
    #page-tools li {
        display: block;
        float: right;
        padding: 0 6px 0 7px;
        position: relative;
        vertical-align: middle
    }
    #page-tools li:before {
        background: #d2d2d2;
        content: '';
        height: 8px;
        left: 0;
        margin-top: -4px;
        position: absolute;
        top: 50%;
        width: 1px
    }

    #page-tools li a {
        background: url("../images/sprite.png") no-repeat;
        display: block;
        height: 0;
        overflow: hidden;
        padding-top: 24px;
        width: 24px;
        border-bottom: 0;
    }
    #page-tools li a.tweet {
        background-position: 0 -137px
    }
    #page-tools li a.like {
        background-position: -24px -137px
    }
    #page-tools li a.text-size {
        background-position: -48px -137px
    }
    #page-tools li a.pdf {
        background-position: -70px -137px
    }
    #page-tools li a.print {
        background-position: -94px -137px
    }
    #page-tools li:first-child {
        padding-right: 12px; }
    #page-tools li:last-child:before{
        background: #f5f5f5;}
#Ls- #breadcrumbs { display: none; }
/*----- end breadcrumbs -----*/

/*----- footer -----*/
#footer { background-color: #ededed; border-top: solid 1px #fecb00; color: #909090; z-index: -1; }
#footer #links { padding: 30px 0; }
#footer #links a, #footer #links a:visited { border: 0; color: #909090; }
#footer #links a:hover { color: #000; }
#footer #links h6 { font-size: 16px; line-height: 18px; }
#footer #links ul li { margin-bottom: 5px; }
#footer #copyright { padding: 35px 0 25px; border-top: solid 1px #c0c0c0; }
#footer #copyright p { margin-bottom: 7px; }
#footer h6 { font-weight: normal; text-transform: uppercase; margin: 0 0 14px; }
/*----- end footer -----*/

/*----- crosslinks -----*/
#crosslinks { border-top: solid 1px #e5e5e5; overflow: hidden; padding: 28px 0 0; color: #4c4c4c; }
#crosslinks a { color: #4c4c4c; }
#crosslinks a:hover { color: #000; }
#crosslinks .crosslink h6 { font-size: 15px; font-weight: normal; color: #4c4c4c; margin-bottom: 5px; }
#crosslinks h6 a { color: #4c4c4c; display: block; }
#crosslinks h6 a.facebook { background: url(/images/icons/social-media-jpg) no-repeat left -18px; padding-left: 20px; }
#crosslinks h6 a.newsletter { background: url(/images/icons/get-our-newsletter-jpg) no-repeat left -19px; padding-left: 20px; }
#crosslinks h6 a.gear { background: url(/images/icons/livestrong-gear-jpg) no-repeat left -18px; padding-left: 20px; }
#crosslinks h6 a.quarterly { background: url(/images/icons/get-our-newsletter-jpg) no-repeat left -19px; padding-left: 20px; }
#crosslinks h6 a.livestrongcom { background: url(/images/icons/visit-livestrong-com-jpg) no-repeat left -19px; padding-left: 20px; }
#crosslinks h6 a.guidebook { background: url('/images/icons/livestrong-guidebook-(2)-jpg') no-repeat left -18px; padding-left: 20px; }
#crosslinks h6 a.treatment { background: url(/images/icons/treatment-decisions-jpg) no-repeat left -19px; padding-left: 20px; }
#crosslinks h6 a.clinicaltrials { background: url(/images/icons/clinical-trials-jpg) no-repeat left -18px; padding-left: 20px; }
#crosslinks h6 a.protools { background: url(/images/icons/professional-support-jpg) no-repeat left -19px; padding-left: 20px; }
#crosslinks h6 a.oneonone { background: url(/images/icons/get-support-jpg) no-repeat left -18px; padding-left: 20px; }
#crosslinks h6 a.resources { background: url(/images/icons/find-more-resources-jpg) no-repeat left -18px; padding-left: 20px; }
#crosslinks h6 a.interviews { background: url('/images/icons/survivor-interviews-(2)-jpg') no-repeat left -19px; padding-left: 20px; }
#crosslinks h6 a.regevent { background: url(/images/icons/register-for-an-event-jpg) no-repeat left -19px; padding-left: 20px; }
#crosslinks h6 a.leader { background: url(/images/icons/find-livestrong-leader-jpg) no-repeat left -21px; padding-left: 20px; }
#crosslinks h6 a.createevent { background: url(/images/icons/create-your-own-event-jpg) no-repeat left -18px; padding-left: 20px; }
#crosslinks h6 a.participant { background: url('/images/icons/team-livestrong-series-(2)-jpg') no-repeat left -18px; padding-left: 20px; }
#crosslinks h6 a.action { background: url(/images/icons/livestrong-action-jpg) no-repeat left -19px; padding-left: 20px; }
#crosslinks h6 a.more { background: url(/images/icons/more-events-jpg) no-repeat left -19px; padding-left: 20px; }
#crosslinks h6 a.supporttopics { background: url(/images/icons/cancer-support-topics-jpg) no-repeat left -19px; padding-left: 20px; }
#crosslinks h6 a.supportlivestrong { background: url(/images/icons/support-livestrong-jpg) no-repeat left -18px; padding-left: 20px; }
#crosslinks h6 a.blog { background: url('/images/icons/blog-(2)-jpg') no-repeat left -18px; padding-left: 20px; }
#crosslinks h6 a.whoweare { background: url(/images/icons/who-we-are-jpg) no-repeat left -19px; padding-left: 20px; }
#crosslinks h6 a.approach { background: url(/images/icons/our-approach-jpg) no-repeat left -18px; padding-left: 20px; }
#crosslinks h6 a.whatwedo { background: url(/images/icons/what-we-do-jpg) no-repeat left -18px; padding-left: 20px; }
#crosslinks h6 a.shop { background: url(/images/icons/shop-livestrong-jpg) no-repeat left -19px; padding-left: 20px; }
#crosslinks h6 a.tax { background: url(/images/icons/tax-receipts-available-jpg) no-repeat left -19px; padding-left: 20px; }
#crosslinks h6 a.programs { background: url(/images/icons/programs-and-partnerships-jpg) no-repeat left -19px; padding-left: 20px; }
#crosslinks h6 a:hover { border-bottom: 0; color: #000; background-position: left 1px; }*/
/*----- end crosslinks -----*/

/*----- home -----*/
/*#Ls- #content .grid_6 h2 { font-size: 28px; line-height: 20px; color: #000; font-weight: bold; }
#homepage_flash { border-bottom: solid 2px #000; height: 391px; }
#homepage_flash #flash_off { background: url(/app_themes/livestrong/images/flash/ErrorMessage-Home-Flash.jpg) no-repeat top left; height: 391px; }
#homepage_flash #flash_off a { border: 0; display: block; width: 114px; height: 34px; float: right; margin: 224px 135px 0 0; }
#homepage_flash #no_javascript { background: url(/app_themes/livestrong/images/flash/ErrorMessage-Home-JS.jpg) no-repeat top left; height: 391px; }
.home.grid_6 { width: 448px; padding: 30px 30px 0 20px; margin: 0 0 45px; }
.home.grid_6.alpha { padding-left: 0; border-right: solid 1px #d4d4d4; width: 447px; }
.home.grid_6 img { float: left; margin: 2px 16px 0 0; }
#blog_column, #headlines_column, #left_content { width: 285px; margin-right: 30px; margin-left: 30px; }
#blog_column.alpha, #headlines_column.alpha, #left_content.alpha { margin-left: 0; margin-bottom: 40px; }
#blog_column.omega, #headlines_column.omega, #left_content.omega { margin-right: 0; }
#blog_column h4, #headlines_column h4, #left_content h4 { border-top: solid 1px #000; border-bottom: solid 1px #d4d4d4; margin-bottom: 28px; padding: 14px 0; color: #666; font-size: 16px; }
#blog_column h4 a, #blog_column h4 a:visited, #headlines_column h4 a, #headlines_column h4 a:visited { background: url(/images/icons/smallicon-home-feed-jpg) no-repeat right 3px; display: block; }
#blog_column h4 a:hover, #headlines_column h4 a:hover, #left_content h4 a:hover { background-position: right -16px; color: #666; border-bottom: 0; }
#blog_column ul li, #headlines_column ul li { overflow: hidden; }
#blog_column ul li div, #headlines_column ul li div { float: left; width: 233px; }
#blog_column ul li div.date, #headlines_column ul li div.date { width: 37px; margin-right: 15px; text-align: center; }
#blog_column ul li div.date .month, #blog_column ul li div.date .day, #headlines_column ul li div.date .month, #headlines_column ul li div.date .day { display: block; text-transform: uppercase; color: #999; line-height: 20px; text-align: center; }
#blog_column ul li div.date .month, #headlines_column ul li div.date .month { font-size: 13px; letter-spacing: 2px; }
#blog_column ul li div.date .day, #headlines_column ul li div.date .day { font-size: 30px; }
#blog_column ul li div .title, #headlines_column ul li div .title { border: 0; display: block; font-size: 16px; margin-bottom: 10px; color: #3b3b3b; }
#blog_column ul li div .author, #headlines_column ul li div .author { display: block; margin-bottom: 42px; }
#blog_column ul li div .title:hover, #headlines_column ul li div .title:hover { border-bottom: 0; color: #666; }
#Ls- #left_content > div p { margin-bottom: 0; }
#Ls- #left_content > div h5, #Ls- #left_content > div p { margin-bottom: 7px; }
#Ls- #content > .grid_6 > ul  { margin-top: 5px; margin-left: 165px; }
#Ls- #content > .grid_6 > ul > li { margin-bottom: 7px; }*/
/*----- end home -----*/

/*----- resource db -----*/
#Ls-Find-More-Resources #flash_off { background: url(/app_themes/livestrong/images/flash/ErrorMessage-RSDB-Page-Flash.jpg) no-repeat top left; height: 391px; }
#Ls-Find-More-Resources #flash_off a { border: 0; display: block; width: 114px; height: 34px; float: left; margin: 163px 0 0 436px; }
#Ls-Find-More-Resources #no_javascript { background: url(/app_themes/livestrong/images/flash/ErrorMessage-RSDB-Page-Javascript.jpg) no-repeat top left; height: 391px; }
/*----- end resource db -----*/

/*----- h templates -----*/
.hero { height: 279px; }
.hero img { float: right; }
.hero sub { position: absolute; text-align: right; margin: 210px 0 0 14px; line-height: 17px; font-size: 15px; }
.hero sub strong { display: block; text-transform: uppercase; font-size: 12px; }
.hero sub strong span { font-size: 12px; }
.hero .grid_6.omega { margin-top: 50px; margin-right: 20px; width: 458px; }
.h_template .grid_4 { margin: 0; padding: 30px 30px 42px; width: 284px; border-left: solid 1px #d4d4d4; border-right: solid 1px #d4d4d4; }
.h_template .grid_4.alpha { padding-left: 0; border: 0; }
.h_template .grid_4.omega { padding-right: 0; border: 0; }
.h_template .grid_4 h3, .h_template .grid_6 h3, .h_template .grid_8 h3 { margin-bottom: 12px; }
.h_template .grid_4 ul li { margin-bottom: 10px; }
.h_template .grid_6 { margin: 0; padding: 30px 30px 42px; width: 440px; }
.h_template .grid_6 ul li { margin-bottom: 10px; }
.h_template .grid_6.alpha { padding-left: 0; border-right: solid 1px #d4d4d4; }
.h_template .grid_8.alpha { border-right: solid 1px #d4d4d4; padding: 30px 30px 42px 0; width: 620px; }

.ie .hero sub { font-size: 17px; }
.ie .hero sub strong, .hero sub strong span { font-size: 14px; }

/*----- end h templates -----*/

/*----- m templates -----*/
.m { margin-bottom: 42px; }
.m h2 { margin-bottom: 22px; }
.m h3 { margin-bottom: 10px; }
.m > .grid_4 { width: 332px; }
.m > .grid_4 img { margin-bottom: 8px; display: block; width: 330px !important; /*border: solid 1px #000;*/ height: auto !important; }
.m > .grid_4 sub { font-size: 13px; font-weight: bold; line-height: 26px; color: #707070; }
.m > .grid_8 .grid_8, .m > .grid_8 .grid_4 { margin: 0; }
.m > .grid_8 .grid_4 { padding: 20px 30px 26px; width: 262px; border-top: solid 1px #d4d4d4; }
.m > .grid_8 .grid_4.alpha { border-right: solid 1px #d4d4d4; width: 261px; clear: left; }
.m > .grid_8 .grid_4.omega { width: 292px; padding-right: 0; }
/*----- end m templates -----*/

/*----- l templates -----*/
.l { overflow: hidden; padding-bottom: 80px; }
.l h2 { margin-bottom: 22px; }
.l > .grid_3 { border-top: solid 1px #000; border-bottom: solid 1px #d4d4d4; margin-bottom: 40px; }
.l > .grid_3 li { margin-bottom: 0; }
.l > .grid_3 li.title { padding: 16px 0; font-size: 15px; }
.l > .grid_3 li div { display: none; }
.l > .grid_3.omega li div { left: -229px; }
.l > .grid_3 li a { display: block; padding: 16px 4px 16px 10px; color: #3b3b3b; font-size: 15px; border-top: solid 1px #d4d4d4; border-bottom: 0; }
.l > .grid_3 li a:hover { color: #000; background: #f5f5f5; }
#hoverCallOut { display: none; position: absolute;  left: 0; top: 0; width: 230px; background: url(/app_themes/livestrong/images/grey-arrow.png) no-repeat left center; padding-left: 34px; }
#hoverCallOut.leftSide { background: url(/app_themes/livestrong/images/grey-arrow-reverse.png) no-repeat right center; padding-left: 0; padding-right: 34px; }
#hoverCallOut span { width: 194px; padding: 18px; border-top: solid 1px #fecb00; background: #e6e6e6; display: block; }
/*----- end l templates -----*/

/*----- a templates -----*/
.a .grid_8, .a .grid_4 { margin: 0 30px; }
.a .grid_8.alpha, .a .grid_4.alpha { margin-left: 0; }
.a .grid_8.omega, .a .grid_4.omega { margin-right: 0; }
.a .grid_8 { width: 606px; }
.a .grid_8 h4 { font-size: 18px; line-height: 20px; color: #000; text-transform: none; margin-bottom: 13px; }
.a .grid_8 > h5 { color: #7d7d7d; font-size: 16px; font-weight: normal; margin-bottom: 18px; border-bottom: solid 1px #d4d4d4; line-height: 20px; }
.a .grid_8 blockquote { font-size: 11px; line-height: 16px; color: #3a3a3a; background: #f5f5f5; padding: 12px; margin-bottom: 18px; }
.a .grid_8 ul li { background: url(/images/icons/list-carrot-jpg) no-repeat left 6px; padding-left: 11px; }
.a .grid_8 ol > li { list-style: decimal outside; margin-left: 20px; }
.a .grid_8 table { text-align: left; vertical-align: top; }
.a .grid_8 table th { font-weight: normal; background: #f6f6f6; border-bottom: solid 1px #fecb00; font-size: 15px; line-height: 18px; padding: 5px 9px; text-align: left; border-right: solid 1px #fff; }
.a .grid_8 table td { border-right: solid 1px #fff; padding: 5px 9px; line-height: 16px; color: #3b3b3b; }
.a .grid_8 table tr td { background: #fcfcfc; }
.a .grid_8 table tr.alt td { background: #efefef; }
.a .grid_8 img { /*float: left;*/ margin-right: 14px; /*border: solid 1px #000;*/ }
.a .grid_8 .callout { padding: 20px 30px; border-top: solid 1px #fecb00; width: 250px; background: #f0f0f0; float: left; margin-right: 20px; color: #3b3b3b; margin-bottom: 10px; }
.a .grid_8 .callout.right { float: right; margin-right: 0; margin-left: 20px; }
.a .grid_8 .callout p { margin-bottom: 0; }
.a .grid_8 .callout ul li { background: url(/images/icons/carrot-grey-arrow-in-featurebox-jpg) no-repeat left 6px; padding-left: 11px; margin-bottom: 10px; }
.a .grid_8 .callout.video img { width: 100%; margin-bottom: 15px; }
.a .grid_8 .callout div a { border: 0; }
.a .grid_8 cite { font-size: 11px; font-weight: bold; line-height: 14px; color: #656565; font-style: normal; }
.a .grid_8 ul.counter_callout { width: 276px; float: left; }
/*.a .grid_8 a.gold_arrow { float: left; display: block; margin-bottom: 5px; clear: left; background-position: right 3px; }*/
.a .grid_4 { width: 310px; margin-top: 7px; }
.a .grid_4 > ul { border-top: solid 1px #000; margin-bottom: 40px; }
.a .grid_4 > ul li { border-bottom: solid 1px #d4d4d4; padding: 9px 8px; margin-bottom: 0; clear: left; overflow: hidden; }
.a .grid_4 > ul li:hover, .a .grid_4 > ul li.active { background: #f5f5f5; }
.a .grid_4 > ul li:first-child:hover  { background: #fff; }
.a .grid_4 > ul li h4 { padding: 3px 0; line-height: 25px; }
.a .grid_4 > ul li h4 img { float: left; margin-right: 4px; }
.a .grid_4 > ul li a { border-bottom: 0; font-size: 14px; line-height: 21px; color: #3b3b3b; background: url(/images/icons/carrot-a-level-link-jpg) no-repeat right -18px; padding: 0 11px 0 0; }
.a .grid_4 > ul li a:hover { color: #000; background-position: right 3px; }
.a .grid_4 > ul#article_list_menu li a { font-size: 15px; }
.a .grid_4 > div { border-top: solid 1px #000; margin-bottom: 50px; padding: 0 8px; }
.a .grid_4 > div h4 { padding: 12px 0; line-height: 22px; }
.a .grid_4 > div h4 img { float: left; margin-right: 4px; margin-bottom: 8px; }
/*----- end a templates -----*/

/*----- padding templates -----*/
 .h, .l, .m, .a, .r, .h_template { padding: 20px 0px 40px 0px; }
 #crosslinks {padding-bottom: 40px;}
/*----- end padding templates -----*/

/*----- select and event -----*/
#Ls-Register-for-an-Event .r .grid_12 img { float: left; }
#Ls-Register-for-an-Event #event_select { background: #e6e6e6; border-top: solid 1px #fecb00; float: left; width: 562px; height: 142px; padding: 52px 40px 28px; color: #656565; }
#Ls-Register-for-an-Event #event_select #event { width: 300px; }
/*----- end select and event -----*/

/*----- event participant -----*/
.r .grid_12 img { float: left; }
.r #event_select { background: #e6e6e6; border-top: solid 1px #fecb00; float: left; width: 564px; height: 140px; padding: 52px 40px 28px; color: #656565; }
.r #event_select #event { width: 275px; }
.rimg { /*border: solid 1px #000;*/ width: 330px; }
/*----- end event participant -----*/

/*----- shop -----*/
#Ls-Shop .h_template .grid_8 ul { clear: left; }
#Ls-Shop .h_template .grid_8 ul li { width: 50%; float: left; line-height: 63px; }
#Ls-Shop .h_template .grid_8 ul li img, #Ls-Shop .h_template .grid_4 ul li img { float: left; margin-right: 10px; }
#Ls-Shop .h_template .grid_4 { padding-top: 28px; }
#Ls-Shop .h_template .grid_4 ul { margin-top: 7px; }
#Ls-Shop .h_template .grid_4 ul li { clear: left; line-height: 36px; margin-bottom: 15px; }
#Ls-Shop #footer { margin-top: 0; }
/*----- end shop -----*/

/*----- search -----*/
#Ls-Search #content { margin-top: 50px; }
#Ls-Search #content > div > div > span { background-color: #ffef99 !important; }
/*----- end search -----*/

/*----- uidialog -----*/
.ui-dialog-titlebar-close.ui-corner-all { border: 0 !important; }
.ui-dialog .ui-dialog-titlebar-close { width: 63px !important; height: 11px !important; margin: -4px 9px 0 !important; padding: 0 !important; }
.ui-widget-header { background: none !important; border: 0 !important; }
.ui-icon { background: url(/app_themes/livestrong/images/close_lightbox.gif) no-repeat top left !important; width: 63px !important; height: 11px !important; margin: 0 !important; }
.ui-icon:hover { background-position: left -11px !important; cursor: pointer !important; }
.ui-state-hover { background: none !important; }
.ui-widget-overlay { background: url(/app_themes/livestrong/images/lightbox_overlay_bg.png) repeat !important; opacity: 1.0 !important; }
#video_callout { display: none; }
/*----- end uidialog -----*/

/*----- privacy -----*/
#Ls-Terms-of-Use #content, #Ls-Privacy-Policy #content, #Ls-Copyright-Policy #content, #Ls-Service-Terms-Conditions #content, #Ls-Disclaimer-on-Information-Advice #content, #Ls-Linking-Policy #content { margin-top: 50px; }
/*----- end privacy -----*/


/*----- BizForm -----*/
div .EditingFormErrorLabel{color:Red;}
div .ErrorLabel{color:Red;}
/*
div .EditingFormControlNestedControl{}
div .FormCategoryList{}
div .FormButton{ background: url(/app_themes/livestrong/images/modal/yellowcarrot.png) no-repeat scroll right center transparent;
                 background-color:#1d1b17;  
                 border: solid 1px #FECB00;                  
                 clear: both;
                 color: #FFF;
                 font-size: 18px; 
                 height: 3em; 
                 margin-left: 1px; 
                 padding: 4px 32px 4px 0px;
                 text-transform: uppercase; 
                 vertical-align:middle;
                 width: 250px;                  
                 }
div .FormPanel{background: #000 url(/app_themes/livestrong/images/modal/modal_bg.png);}
div .TextBoxField{background-color: #CCCCCC;}
*/
/*----- end BizForm -----*/
/*-----YouTube Videos-----*/
/*-----IE Disallow Hack uses \9-----*/

.youtube-placeholder{
position: relative;
left: 0px;
top: 0px;
top: -21px;
height: 155px;

}
.youtube-play-arrow{
position: absolute;
left: 110px;
top: 65px;
z-index: 3;
}
.youtube-video{
position:absolute;
left: 0px;
top:  0px; 
z-index: 2;
}
h3.youtube {
position: relative;
}
h4.youtube {
position: relative;
}
p.youtube {
position: relative;
}
ul.youtube { border-top: solid 1px #000; margin-bottom: 40px; }
.a .grid_4 > ul li.youtube { border-bottom: solid 0px #d4d4d4; padding: 5px 0 0; margin-bottom: 0; clear: left; overflow: hidden; }
.a .grid_4 > ul li:hover.youtube, .a .grid_4 > ul li.active.youtube { background: #fff; }
.a .grid_4 > ul li:first-child:hover.youtube  { background: #fff; }
.a .grid_4 > ul li h4.youtube { padding: 10px 0; line-height: 25px; }
.a .grid_4 > ul li h4 img.youtube { float: left; margin-right: 4px; }
.a .grid_4 > ul li a.youtube { border-bottom: 0; font-size: 14px; line-height: 21px; color: #3b3b3b; background: url(/images/icons/carrot-a-level-link-jpg) no-repeat right -18px; padding: 0 11px 0 0; }
.a .grid_4 > ul li a:hover.youtube { color: #000; background-position: right 3px; }
.a .grid_4 > ul#article_list_menu li a.youtube { font-size: 15px; }
.a .grid_4 > div.youtube { border-top: solid 1px #000; margin-bottom: 50px; padding: 0 8px; }
.a .grid_4 > div h4.youtube { padding: 12px 0; line-height: 22px; }
.a .grid_4 > div h4 img.youtube { float: left; margin-right: 4px; margin-bottom: 8px; }

/*-----end YouTube videos-----*/






.divider {
        border-bottom: solid 3px rgb(212,212,212); }
.divider-top {
    border-top: solid 3px rgb(212,212,212); }


/* #Typography
================================================== */
    h1, h2, h3, h4, h5, h6 {
        font-family: "CgGothicNo2Medium", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: normal; }
    h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
        font-family: "CgGothicNo3Medium", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: normal; }
    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; font-weight: inherit; }
/*    h1 {
        font: normal 36px/23px "CgGothicNo3Medium", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase; }
    h2 {}
    h3 {
        font: normal 16px/15px "CgGothicNo3Medium", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase; }*/
    #main-content h3 {
        -moz-box-shadow: 0 1px 0 rgb(212,212,212); -webkit-box-shadow: 0 1px 0 rgb(212,212,212);
        letter-spacing: 1px;
        padding-bottom: 15px;
        position: relative;
        z-index: 2; }
    #main-content h3 a {
        background: url('../images/link-arrow.png') no-repeat right center;
        padding-right: 16px; }
    .ie7 #main-content h3 {
        /*border-bottom: solid 1px rgb(212,212,212);*/ }


















/* Get Help
================================================== */
.gh{
    /*margin-top: -20px;*/
}
.gh h1{
    font-size: 36px;
    line-height: 34px;
    color: #000;
}
.gh h3{
    color: #000;
    font-size: 16px;
    line-height: 15px;
}

#interior-content-tabs a,
#interior-content-paging a,
#interior-content-articles .tags a{
    border: 0;
}

#interior-content-tabs .grid_3,
#interior-content-tabs .grid_6{
    margin-left: 20px;
    margin-right: 20px;
}

#interior-content-tabs .alpha{
    margin-left: 0;
}
#interior-content-tabs .omega{
    margin-right: 0;
}

#interior-content-tabs .grid_3{
    width: 203px;
}
#interior-content-tabs .grid_6{
    width: 447px;
}

#interior-content-tabs {
    position: relative
}
#interior-content-tabs .support {
    position: absolute;
    right: 0;
    text-align: right;
    top: 0
}
#interior-content-tabs .support dl {
    padding: 12px 0 0 0;
    position: relative
}
#interior-content-tabs dl dt {
    border: solid 1px transparent;
    border-bottom: none;
    background: white;
    display: inline-block;
    padding: 10px;
    position: relative;
    z-index: 2
}
#interior-content-tabs .support dl dt:before {
    border: 6px solid transparent;
    border-top-color: #fdcc00;
    content: '';
    display: none;
    font-size: 0;
    left: 50%;
    line-height: 0;
    margin-left: -6px;
    position: absolute;
    top: 100%;
    width: 0
}
#interior-content-tabs dl dt .oneonone {
    -moz-transition-property: background-color;
    -webkit-transition-property: background-color;
    -o-transition-property: background-color;
    transition-property: background-color;
    -moz-transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    background: #fdcc00;
    color: black !important;
    font-family: "CgGothicNo3Medium","HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 0 15px;
    text-transform: uppercase;
    display: inline-block;
    font-size: 14px;
    margin: 0 auto !important;
    padding: 7px 10px
}
#interior-content-tabs dl dt .oneonone:hover {
    background-color: #d4d4d4
}
#interior-content-tabs dl dd {
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    background: white;
    border: solid 1px #d4d4d4;
    color: #646464;
    margin-top: -1px;
    padding: 10px 15px 15px 15px;
    position: absolute;
    right: 0;
    text-align: left;
    top: -9999px;
    z-index: 1
}
#interior-content-tabs .support dl:hover dt:before {
    display: block
}
#interior-content-tabs dl:hover dt {
    border-color: #d4d4d4
}
#interior-content-tabs dl:hover dd {
    top: 100%
}
#interior-content-tabs dl dd p {
    font-size: 12px;
    line-height: 18px;
    margin: 0
}
#interior-content-tabs dl dd .contact-list {
    border: solid 1px #e6e6e6;
    border-top: none;
    margin-top: 10px
}
#interior-content-tabs dl dd .contact-list li {
    border-top: solid 1px #e6e6e6;
    font-size: 13px;
    line-height: 35px;
    padding: 0 15px 0 55px;
    position: relative;
    white-space: nowrap
}
#interior-content-tabs dl dd .contact-list li a {
    color: #646464;
    font-weight: normal;
    line-height: inherit
}
#interior-content-tabs dl dd .contact-list li > span {
    background: #fafafa url("../images/sprite.png") no-repeat;
    border-right: solid 1px #e6e6e6;
    bottom: 0;
    display: block;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-indent: -1000px;
    top: 0;
    width: 40px
}
#interior-content-tabs dl dd .contact-list li.phone {
    font-size: 18px;
    font-weight: bold
}
#interior-content-tabs dl dd .contact-list li.phone > span {
    background-position: 2px -765px;
    font-size: 18px;
    font-weight: bold
}
#interior-content-tabs dl dd .contact-list li.home > span {
    background-position: -34px -766px
}
#interior-content-tabs dl dd .contact-list li.form > span {
    background-position: -70px -765px
}
#interior-content-tabs dl dd .more {
    border-top: solid 1px #e6e6e6;
    margin-top: 15px;
    padding-top: 15px;
    position: relative;
    text-align: center
}
#interior-content-tabs dl dd .more .or {
    background: white;
    color: #bbb;
    display: inline-block;
    font-family: "CgGothicNo3Medium","HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    left: 50%;
    line-height: 20px !important;
    margin: 0 0 10px -20px;
    position: absolute;
    text-transform: uppercase;
    top: -10px;
    width: 40px
}
#interior-content-tabs dl dd .find-resources {
    -moz-transition-property: background-color;
    -webkit-transition-property: background-color;
    -o-transition-property: background-color;
    transition-property: background-color;
    -moz-transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    background: #f5f5f5;
    border: solid 1px #d4d4d4;
    color: black !important;
    font-family: "CgGothicNo3Medium","HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 0 15px;
    text-transform: uppercase;
    display: block;
    padding: 6px 10px
}
#interior-content-tabs dl dd .find-resources:hover {
    background-color: #d4d4d4
}
#interior-content-tabs nav > ul {
    counter-reset: li;
    background: white;
    position: relative
}
#interior-content-tabs nav > ul > li {
    border: solid 1px transparent;
    border-bottom: none;
    display: inline-block;
    text-align: left;
    z-index: 1
}
#interior-content-tabs nav > ul > li span.step {
    color: #bbb;
    content: counter(li);
    counter-increment: li;
    float: left;
    font: 40px/1 "CgGothicNo2Medium","HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    left: 0;
    position: absolute;
    text-align: right;
    top: 20px;
    width: 45px;
    z-index: 1
}
#interior-content-tabs nav > ul > li > a {
    -moz-box-shadow: inset -1px -1px 0 transparent,inset 1px 1px 0 transparent;
    -webkit-box-shadow: inset -1px -1px 0 transparent,inset 1px 1px 0 transparent;
    -o-box-shadow: inset -1px -1px 0 transparent,inset 1px 1px 0 transparent;
    box-shadow: inset -1px -1px 0 transparent,inset 1px 1px 0 transparent;
    color: #bbb;
    display: block;
    font: 15px/18px "CgGothicNo2Medium","HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 20px 30px 20px 60px;
    position: relative;
    text-transform: uppercase;
    z-index: 2;
}
#interior-content-tabs nav > ul > li > a > strong {
    display: block;
    font: 21px/20px "CgGothicNo3Medium","HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif
}
#interior-content-tabs nav > ul > li:hover,#interior-content-tabs nav > ul > li.here,#interior-content-tabs nav > ul:hover > li:hover.here {
    -moz-box-shadow: 0 0 10px #d4d4d4;
    -webkit-box-shadow: 0 0 10px #d4d4d4;
    -o-box-shadow: 0 0 10px #d4d4d4;
    box-shadow: 0 0 10px #d4d4d4;
    border-color: #d4d4d4
}
#interior-content-tabs nav > ul > li:hover > a,#interior-content-tabs nav > ul > li.here > a,#interior-content-tabs nav > ul:hover > li:hover.here > a {
    -moz-box-shadow: 0 10px 0 #fff;
    -webkit-box-shadow: 0 10px 0 #fff;
    -o-box-shadow: 0 10px 0 #fff;
    box-shadow: 0 10px 0 #fff;
    color: black
}
#interior-content-tabs nav > ul > li.here > a:before,#interior-content-tabs nav > ul:hover > li:hover.here > a:before,#interior-content-tabs nav > ul > li > a:hover:before {
    border: 6px solid transparent;
    border-top-color: #fdcc00;
    bottom: -2px;
    content: '';
    display: block;
    font-size: 0;
    left: 50%;
    line-height: 0;
    margin-left: -6px;
    position: absolute;
    width: 0
}
#interior-content-tabs nav > ul > li a:hover {
    color: black
}
#interior-content-tabs nav > ul > li.here span.step,#interior-content-tabs nav > ul > li:hover span.step {
    color: #fdcc00
}
#interior-content-tabs nav > ul:hover > li.here > a:before {
    display: none
}
#interior-content-tabs nav > ul:hover > li.here {
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    -o-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    border-color: transparent
}
#interior-content-tabs nav > ul:hover > li.here > a {
    -moz-box-shadow: 0 10px 0 transparent;
    -webkit-box-shadow: 0 10px 0 transparent;
    -o-box-shadow: 0 10px 0 transparent;
    box-shadow: 0 10px 0 transparent
}
.ie7 #interior-content-tabs dl dd .contact-list li {
    line-height: 0;
    padding: 17px 15px 18px 55px
}
.ie7 #interior-content-tabs dl dd .contact-list li > span {
    height: 35px;
    line-height: 0;
    padding: 0;
    top: 10px
}
.ie7 #interior-content-tabs nav > ul > li > a {
    border-bottom: solid 10px transparent;
    margin-bottom: -5px;
    padding-bottom: 10px
}
.ie7 #interior-content-tabs nav > ul > li:hover > a,.ie7 #interior-content-tabs nav > ul > li.here > a {
    border-bottom: solid 10px white
}
.ie8 #interior-content-tabs nav > ul > li:hover > a,.ie8 #interior-content-tabs nav > ul > li.here > a {
    border-bottom: solid 10px white;
    margin-bottom: -5px
}
#interior-content-tabs nav > ul > li > ul {
    -moz-box-shadow: 0 8px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 8px 10px rgba(0,0,0,0.1);
    -o-box-shadow: 0 8px 10px rgba(0,0,0,0.1);
    box-shadow: 0 8px 10px rgba(0,0,0,0.1);
    background: white;
    border: solid 3px #d4d4d4;
    left: -2px;
    padding: 20px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 100%;
    visibility: hidden;
    width: auto;
    width: 934px;
    z-index: 1;
}
#interior-content-tabs nav > ul > li:hover > ul {
    visibility: visible;
}
#interior-content-tabs nav > ul > li > ul > li {
    /*position: static*/
}
#interior-content-tabs nav > ul > li > ul > li + li:before {
    background: #e6e6e6;
    /*bottom: 20px;*/
    bottom: 0;
    content: '';
    margin-left: -20px;
    position: absolute;
    /*top: 20px;*/
    top: 0;
    width: 1px
}
#interior-content-tabs nav > ul > li > ul > li > a,#interior-content-tabs nav > ul > li > ul > li > h4 {
    color: black;
    font: normal 16px/15px "CgGothicNo3Medium","HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase
}
#interior-content-tabs nav > ul > li > ul > li > h4 {
    -moz-box-shadow: 0 1px 0 #e6e6e6;
    -webkit-box-shadow: 0 1px 0 #e6e6e6;
    -o-box-shadow: 0 1px 0 #e6e6e6;
    box-shadow: 0 1px 0 #e6e6e6;
    padding-bottom: 10px
}
#interior-content-tabs nav > ul > li > ul > li > ul.wide {
/*    -moz-column-count: 2;
    -webkit-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -moz-column-count: 15px;
    -webkit-column-count: 15px;
    -o-column-count: 15px;
    column-count: 15px*/
    width: 208px;
    margin-right: 15px;
    float: left;
}

#interior-content-tabs nav ul li ul li ul li {
    border-top: solid 1px #e6e6e6;
    display: block;
    font-size: 14px;
    line-height: 16px;
    padding: 10px 0
}
#interior-content-tabs nav ul li ul li ul li a {
    color: #4d4d4d;
    font: 14px/18px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none
}
#interior-content-tabs nav ul li ul li ul li a:hover {
    color: black
}
#interior-content-tabs nav ul li ul li a {
    background: url("../images/link-arrow.png") no-repeat right center;
    padding-right: 16px
}
#interior-content-tabs nav ul li ul li ul.videos {
    margin: 0;
    padding-bottom: 10px;
    padding-top: 5px
}
#interior-content-tabs nav ul li ul li ul.videos li {
    border: none;
    padding: 10px 0 0 0 !important
}
#interior-content-tabs nav ul li ul li ul.videos li a {
    display: block;
    padding: 0;
    position: relative;
    background: none;
}
#interior-content-tabs nav ul li ul li ul.videos li a span {
    background: rgba(0,0,0,0.75);
    bottom: 0;
    color: white;
    display: block;
    font-size: 11px;
    font-weight: bold;
    left: 0;
    line-height: 15px;
    padding: 1px 10px 2px 10px;
    position: absolute;
    right: 0
}
#interior-content-tabs nav ul li ul li ul.videos li a span:after {
    background: url("../images/sprite.png") no-repeat -94px -111px;
    content: '';
    height: 10px;
    margin-top: -5px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 7px
}
#interior-content-articles article header {
    border-bottom: solid 1px #d4d4d4;
    border-top: solid 1px #d4d4d4;
    padding: 20px 300px 20px 0
}
#interior-content-articles article header h1 {
    color: #fdcc00;
    font: 42px/1 "CgGothicNo2Medium","HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif
}
#interior-content-articles article .article-content {
    color: #646464;
    font-size: 18px;
    line-height: 30px
}
#interior-content-articles article .article-content h2 {
    color: inherit;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    margin-top: 15px;
    text-transform: none;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#interior-content-articles article .article-content > ul,
#interior-content-articles article .article-content > ol{
    margin-left: 3em;
}

#interior-content-articles article .article-content > ul{
    list-style: disc;
}

#interior-content-articles article .article-content p {
    margin-top: 15px
}
#interior-content-articles article .article-content h2 + p {
    margin-top: 10px
}
#interior-content-articles article .article-content blockquote {
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: solid 1px #d4d4d4;
    border-top: solid 1px #d4d4d4;
    box-sizing: border-box;
    clear: both;
    margin: 15px 4.4% 0 0;
    padding: 30px 40px;
    width: 602px;
}
#interior-content-articles article .article-content blockquote > p {
    color: #a0a0a0;
    font-size: 22px;
    font-style: italic;
    line-height: 28px;
    margin: 0
}
#interior-content-articles article .article-content blockquote footer p {
    font-size: 15px;
    line-height: 25px
}
#interior-content-articles article .article-content blockquote footer img {
    display: inline;
    margin-right: 10px;
    vertical-align: top
}
#interior-content-articles article .article-content blockquote + p {
    margin-top: 5px
}
#interior-content-articles article aside {
    float: right;
    margin-bottom: 20px
}
#interior-content-articles article aside .aside-content {
    -moz-box-shadow: inset 0 2px 0 #fdcc00,inset 0 -2px 0 #fdcc00,0 0 0 1px #d4d4d4;
    -webkit-box-shadow: inset 0 2px 0 #fdcc00,inset 0 -2px 0 #fdcc00,0 0 0 1px #d4d4d4;
    -o-box-shadow: inset 0 2px 0 #fdcc00,inset 0 -2px 0 #fdcc00,0 0 0 1px #d4d4d4;
    box-shadow: inset 0 2px 0 #fdcc00,inset 0 -2px 0 #fdcc00,0 0 0 1px #d4d4d4;
    background: #fafafa;
    color: #646464;
    font-size: 14px;
    line-height: 18px;
    padding: 20px
}
#interior-content-articles article aside h5 {
    color: inherit;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    padding-bottom: 15px;
}
#interior-content-articles article aside .info-list {
    border-top: dotted 1px #fdcc00;
    border-bottom: dotted 1px #fdcc00;
    margin-bottom: 10px;
    padding-top: 15px
}
#interior-content-articles article aside .info-list > li {
    padding: 0 0 10px 15px;
    position: relative
}
#interior-content-articles article aside .info-list > li:before {
    background: url("../images/sprite.png") no-repeat -46px -111px;
    content: '';
    height: 10px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 7px
}
#interior-content-articles article aside .info-list > li ul li {
    padding: 0 0 10px 0
}
#interior-content-articles article aside .info-list > li ul {
    padding-top: 10px
}
#interior-content-articles article aside .info-list > li ul li {
    font-size: 11px
}
#interior-content-articles article aside .info-list > li ul li h6 {
    font-size: 14px
}
#interior-content-articles article aside .related-files li a {
    display: block;
    font-size: 12px;
    line-height: 18px;
    padding-left: 25px;
    position: relative;
    text-transform: uppercase
}
#interior-content-articles article aside .related-files li a:before {
    background: url("../images/sprite.png") no-repeat;
    content: '';
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px
}
#interior-content-articles article aside .related-files li a.pdf:before {
    background-position: -264px -9px
}
#interior-content-articles article aside .banner {
    -moz-box-shadow: 0 0 0 1px #d4d4d4;
    -webkit-box-shadow: 0 0 0 1px #d4d4d4;
    -o-box-shadow: 0 0 0 1px #d4d4d4;
    box-shadow: 0 0 0 1px #d4d4d4;
    background: #fafafa;
    display: block;
    height: 40px;
    margin-top: 10px;
    padding: 30px 20px 20px 20px
}
#interior-content-articles article aside .banner h6 {
    font: 15px/20px "CgGothicNo2Medium","HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    text-transform: uppercase
}
#interior-content-articles article aside .banner h6 strong {
    display: block;
    font: 20px/1 "CgGothicNo3Medium","HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif
}
#interior-content-articles article > footer {
    border-bottom: 1px dotted #d4d4d4;
    border-top: 1px dotted #d4d4d4;
    margin: 20px 0 10px 0;
    padding: 10px 0
}
#interior-content-articles article footer .tags {
    padding-left: 45px;
    position: relative
}
#interior-content-articles article footer .tags:before {
    background: url("../images/sprite.png") no-repeat -124px -141px;
    content: '';
    height: 16px;
    left: 20px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px
}
#interior-content-articles article footer .tags li {
    display: inline-block;
    font-size: 12px
}
#interior-content-articles article footer .tags li + li {
    margin-left: 6px
}
#interior-content-articles article footer .tags li a {
    color: #646464;
    font-weight: normal
}
#interior-content-articles article footer .tags li a:hover {
    color: black
}
#interior-content-paging .next {
    text-align: right
}
#interior-content-paging a {
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    padding: 20px;
    position: relative
}
#interior-content-paging a span {
    display: block;
    font-size: 11px;
    text-transform: uppercase
}
#interior-content-paging a:before {
    background: url("../images/sprite.png") no-repeat;
    content: '';
    height: 10px;
    position: absolute;
    top: 44px;
    width: 7px
}
#interior-content-paging .previous a:before {
    background-position: -70px -111px;
    left: 0
}
#interior-content-paging .next a:before {
    background-position: -46px -111px;
    right: 0
}
.ie7 #interior-content-articles article footer .tags li {
    display: inline
}
.ie7 #interior-content-paging .previous,.ie7 #interior-content-paging .next {
    display: inline
}
.ie7 #interior-content-articles article aside .aside-content,.ie8 #interior-content-articles article aside .aside-content {
    border: solid 1px #d4d4d4
}
.ie7 #interior-content-articles article aside .banner,.ie8 #interior-content-articles article aside .banner {
    border: solid 1px #d4d4d4
}
.ie7 #interior-content-articles {
    position: relative;
    z-index: 900
}
.ie7 #interior-content-tabs {
    z-index: 901
}
.ie7 #interior-content-tabs nav > ul > li {
    display: inline
}
.ie7 #interior-content-tabs nav ul li ul li ul.videos li a span,.ie8 #interior-content-tabs nav ul li ul li ul.videos li a span {
    background: black
}
.ie8 #interior-content-tabs nav > ul > li:hover,.ie8 #interior-content-tabs nav > ul > li.here {
    border-bottom: 2px solid white
}
.ie7 #interior-content-tabs dl dd {
    width: 300px
}




#interior-banner {
    border-bottom: solid 3px #d4d4d4
}
#interior-tab-bar {
    -moz-box-shadow: 0 1px 0 #d4d4d4;
    -webkit-box-shadow: 0 1px 0 #d4d4d4;
    -o-box-shadow: 0 1px 0 #d4d4d4;
    box-shadow: 0 1px 0 #d4d4d4;
}
#interior-tab-bar h1 {
    padding-top: 18px;
}
#interior-banner-nav ul {
    background: white;
    text-align: right;
}
#interior-banner-nav ul li {
    display: inline-block;
    position: relative;
    text-align: left;
    z-index: 1;
}
#interior-banner-nav ul li a {
    border: solid 1px transparent;
    border-bottom: none;
    color: black;
    display: block;
    font: 13px/16px "CgGothicNo2Medium","HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 18px;
    text-transform: uppercase;
}
#interior-banner-nav ul li.here a {
    z-index: 2;
}
#interior-banner-nav ul li.here a,
#interior-banner-nav ul li a:hover {
    border-color: #d4d4d4;
}
    #interior-banner-nav ul li.jd.here a,
    #interior-banner-nav ul li.jd a:hover {
        -moz-box-shadow: inset 0 2px 0 #FECB00,0 1px 0 #fff,-3px 0 3px rgba(0,0,0,0.05),3px 0 3px rgba(0,0,0,0.05);
        -webkit-box-shadow: inset 0 2px 0 #FECB00,0 1px 0 #fff,-3px 0 3px rgba(0,0,0,0.05),3px 0 3px rgba(0,0,0,0.05);
        -o-box-shadow: inset 0 2px 0 #FECB00,0 1px 0 #fff,-3px 0 3px rgba(0,0,0,0.05),3px 0 3px rgba(0,0,0,0.05);
        box-shadow: inset 0 2px 0 #FECB00,0 1px 0 #fff,-3px 0 3px rgba(0,0,0,0.05),3px 0 3px rgba(0,0,0,0.05);
    }
    #interior-banner-nav ul li.dt.here a,
    #interior-banner-nav ul li.dt a:hover {
        -moz-box-shadow: inset 0 2px 0 #F84F39,0 1px 0 #fff,-3px 0 3px rgba(0,0,0,0.05),3px 0 3px rgba(0,0,0,0.05);
        -webkit-box-shadow: inset 0 2px 0 #F84F39,0 1px 0 #fff,-3px 0 3px rgba(0,0,0,0.05),3px 0 3px rgba(0,0,0,0.05);
        -o-box-shadow: inset 0 2px 0 #F84F39,0 1px 0 #fff,-3px 0 3px rgba(0,0,0,0.05),3px 0 3px rgba(0,0,0,0.05);
        box-shadow: inset 0 2px 0 #F84F39,0 1px 0 #fff,-3px 0 3px rgba(0,0,0,0.05),3px 0 3px rgba(0,0,0,0.05);
    }
    #interior-banner-nav ul li.at.here a,
    #interior-banner-nav ul li.at a:hover {
        -moz-box-shadow: inset 0 2px 0 #78B8E5,0 1px 0 #fff,-3px 0 3px rgba(0,0,0,0.05),3px 0 3px rgba(0,0,0,0.05);
        -webkit-box-shadow: inset 0 2px 0 #78B8E5,0 1px 0 #fff,-3px 0 3px rgba(0,0,0,0.05),3px 0 3px rgba(0,0,0,0.05);
        -o-box-shadow: inset 0 2px 0 #78B8E5,0 1px 0 #fff,-3px 0 3px rgba(0,0,0,0.05),3px 0 3px rgba(0,0,0,0.05);
        box-shadow: inset 0 2px 0 #78B8E5,0 1px 0 #fff,-3px 0 3px rgba(0,0,0,0.05),3px 0 3px rgba(0,0,0,0.05);
    }
    #interior-banner-nav ul li.hl.here a,
    #interior-banner-nav ul li.hl a:hover {
        -moz-box-shadow: inset 0 2px 0 #98539F,0 1px 0 #fff,-3px 0 3px rgba(0,0,0,0.05),3px 0 3px rgba(0,0,0,0.05);
        -webkit-box-shadow: inset 0 2px 0 #98539F,0 1px 0 #fff,-3px 0 3px rgba(0,0,0,0.05),3px 0 3px rgba(0,0,0,0.05);
        -o-box-shadow: inset 0 2px 0 #98539F,0 1px 0 #fff,-3px 0 3px rgba(0,0,0,0.05),3px 0 3px rgba(0,0,0,0.05);
        box-shadow: inset 0 2px 0 #98539F,0 1px 0 #fff,-3px 0 3px rgba(0,0,0,0.05),3px 0 3px rgba(0,0,0,0.05);
    }
    #interior-banner-nav ul li.ac.here a,
    #interior-banner-nav ul li.ac a:hover {
        -moz-box-shadow: inset 0 2px 0 #F7A24C,0 1px 0 #fff,-3px 0 3px rgba(0,0,0,0.05),3px 0 3px rgba(0,0,0,0.05);
        -webkit-box-shadow: inset 0 2px 0 #F7A24C,0 1px 0 #fff,-3px 0 3px rgba(0,0,0,0.05),3px 0 3px rgba(0,0,0,0.05);
        -o-box-shadow: inset 0 2px 0 #F7A24C,0 1px 0 #fff,-3px 0 3px rgba(0,0,0,0.05),3px 0 3px rgba(0,0,0,0.05);
        box-shadow: inset 0 2px 0 #F7A24C,0 1px 0 #fff,-3px 0 3px rgba(0,0,0,0.05),3px 0 3px rgba(0,0,0,0.05);
    }
#interior-banner-nav ul li a strong {
    display: block;
    font: 17px/16px "CgGothicNo3Medium","HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif
}
#interior-banner-content {
    margin: 2px 0 1px 0
}
#interior-banner-content article {
    padding: 30px 300px 30px 40px
}
#interior-banner-content article h2 {
    color: #fdcc00;
    font: 42px/42px "CgGothicNo2Medium","HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase
}
    #interior-banner-content article.dt h2 {
        color: #F84F39;
    }
    #interior-banner-content article.at h2 {
        color: #78B8E5;
    }
    #interior-banner-content article.hl h2 {
        color: #98539F;
    }
    #interior-banner-content article.ac h2 {
        color: #F7A24C;
    }
#interior-banner-content article p {
    color: white;
    font-size: 15px;
    line-height: 20px
}
#interior-banner-content article .cta {
    counter-reset: li;
    margin-top: 15px
}
#interior-banner-content article .cta li {
    background: white;
    display: inline-block;
    position: relative
}
#interior-banner-content article .cta li:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: #fdcc00;
    content: counter(li);
    counter-increment: li;
    font: 44px/1 "CgGothicNo2Medium","HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    left: 0;
    position: absolute;
    text-align: center;
    top: 13px;
    width: 55px;
    z-index: 1
}
    #interior-banner-content article.dt .cta li:before{
        color: #F84F39;
    }
    #interior-banner-content article.at .cta li:before{
        color: #78B8E5;
    }
    #interior-banner-content article.hl .cta li:before{
        color: #98539F;
    }
    #interior-banner-content article.ac .cta li:before{
        color: #F7A24C;
    }
#interior-banner-content article .cta li + li {
    margin-left: 10px
}
#interior-banner-content article .cta li a {
    border: solid 1px #d4d4d4;
    color: black;
    display: block;
    font: 15px/18px "CgGothicNo2Medium","HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 15px 20px 15px 50px;
    position: relative;
    text-transform: uppercase;
    z-index: 2
}
#interior-banner-content article .cta li a strong {
    display: block;
    font: 21px/20px "CgGothicNo3Medium","HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif
}
    #interior-banner-content article.jd .cta li a:hover,
    #interior-banner-content article.jd .cta li.here a {
        -moz-box-shadow: inset 0 0 0 2px #fdcc00;
        -webkit-box-shadow: inset 0 0 0 2px #fdcc00;
        -o-box-shadow: inset 0 0 0 2px #fdcc00;
        box-shadow: inset 0 0 0 2px #fdcc00;
        border-color: #fdcc00
    }
    #interior-banner-content article.dt .cta li a:hover,
    #interior-banner-content article.dt .cta li.here a {
        -moz-box-shadow: inset 0 0 0 2px #F84F39;
        -webkit-box-shadow: inset 0 0 0 2px #F84F39;
        -o-box-shadow: inset 0 0 0 2px #F84F39;
        box-shadow: inset 0 0 0 2px #F84F39;
        border-color: #F84F39
    }
    #interior-banner-content article.at .cta li a:hover,
    #interior-banner-content article.at .cta li.here a {
        -moz-box-shadow: inset 0 0 0 2px #78B8E5;
        -webkit-box-shadow: inset 0 0 0 2px #78B8E5;
        -o-box-shadow: inset 0 0 0 2px #78B8E5;
        box-shadow: inset 0 0 0 2px #78B8E5;
        border-color: #78B8E5
    }
    #interior-banner-content article.hl .cta li a:hover,
    #interior-banner-content article.hl .cta li.here a {
        -moz-box-shadow: inset 0 0 0 2px #98539F;
        -webkit-box-shadow: inset 0 0 0 2px #98539F;
        -o-box-shadow: inset 0 0 0 2px #98539F;
        box-shadow: inset 0 0 0 2px #98539F;
        border-color: #98539F
    }
    #interior-banner-content article.ac .cta li a:hover,
    #interior-banner-content article.ac .cta li.here a {
        -moz-box-shadow: inset 0 0 0 2px #F7A24C;
        -webkit-box-shadow: inset 0 0 0 2px #F7A24C;
        -o-box-shadow: inset 0 0 0 2px #F7A24C;
        box-shadow: inset 0 0 0 2px #F7A24C;
        border-color: #F7A24C;
    }

.ie7 #interior-banner-nav ul li {
    display: inline;
    vertical-align: top;
}
.ie7 #interior-banner-content article .cta li {
    display: inline
}
.ie7 #interior-banner-content article .cta li a {
    padding-left: 20px
}
.ie7 #interior-banner-content article .cta li a:hover,.ie7 #interior-banner-content article .cta li.here a {
    border-color: #fdcc00
}

#explore a{
    border-bottom: 0;
}
#explore header {
    padding: 15px 0 0 0;
    min-height: 29px;
}
#explore header h3 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 1px;
    padding-left: 15px
}
#explore-content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #f5f5f5;
    padding: 15px
}
#explore-content .grid_1 {
    /*width:63px;*/
    width:66px;
}

#explore-content .grid_2 {
    /*width:146px;*/
    width:146px;
}

#explore-content .grid_3 {
    /*width:229px;*/
    width:226px;
}

#explore-content .grid_4 {
    /*width:312px;*/
    width:306px;
}

#explore-content .grid_5 {
    /*width:395px;*/
    width:386px;
}

#explore-content .grid_6 {
    /*width:478px;*/
    width:466px;
}

#explore-content .grid_7 {
    /*width:561px;*/
    width:546px;
}

#explore-content .grid_8 {
    /*width:644px;*/
    width:626px;
}

#explore-content .grid_9 {
    /*width:727px;*/
    width:706px;
}

#explore-content .grid_10 {
    /*width:810px;*/
    width:786px;
}

#explore-content .grid_11 {
    /*width:893px;*/
    width:893px;
}

#explore-content .grid_12 {
    /*width:976px;*/
    width:976px;
}
#explore-content .row{
    padding: 0;
}

#explore-content .grid_1, #explore-content .grid_2, #explore-content .grid_3, #explore-content .grid_4, #explore-content .grid_5, #explore-content .grid_6, #explore-content .grid_7, #explore-content .grid_8, #explore-content .grid_9, #explore-content .grid_10, #explore-content .grid_11, #explore-content .grid_12{
    margin-left: 7px;
    margin-right: 7px;
}
#explore-content .grid_1.alpha, #explore-content .grid_2.alpha, #explore-content .grid_3.alpha, #explore-content .grid_4.alpha, #explore-content .grid_5.alpha, #explore-content .grid_6.alpha, #explore-content .grid_7.alpha, #explore-content .grid_8.alpha, #explore-content .grid_9.alpha, #explore-content .grid_10.alpha, #explore-content .grid_11.alpha, #explore-content .grid_12.alpha{
    margin-left: 0;
}
#explore-content .grid_1.omega, #explore-content .grid_2.omega, #explore-content .grid_3.omega, #explore-content .grid_4.omega, #explore-content .grid_5.omega, #explore-content .grid_6.omega, #explore-content .grid_7.omega, #explore-content .grid_8.omega, #explore-content .grid_9.omega, #explore-content .grid_10.omega, #explore-content .grid_11.omega, #explore-content .grid_12.omega{
    margin-right: 0;
}
#explore-content .row + .row {
    margin-top: 15px
}
#explore-content .block {
    -moz-box-shadow: 0 0 0 1px #d4d4d4;
    -webkit-box-shadow: 0 0 0 1px #d4d4d4;
    -o-box-shadow: 0 0 0 1px #d4d4d4;
    box-shadow: 0 0 0 1px #d4d4d4;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: white;
    color: #646464;
    height: 110px;
    position: relative
}
#explore-content .block > a {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 110px;
    padding: 15px;
    width: 100%
}
#explore-content .video > a,#explore-content .image > a,#explore-content .quote > a {
    padding: 0;
    position: relative;
    z-index: 1
}
#explore-content .block > a span {
    display: block
}
#explore-content .block img {
    height: 110px;
    width: auto
}
#explore-content .block:before {
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}
#explore-content .block.just-diagnosed:before {
    background: #fecb00
}
#explore-content .block.during-treatment:before {
    background: #f84f39
}
#explore-content .block.after-treatment:before {
    background: #78b8e5
}
#explore-content .block.healthy-living:before {
    background: #98539f
}
#explore-content .block.advanced-cancer:before {
    background: #f7a24c
}
#explore-content .video > a:before {
    background: url("../images/sprite.png") no-repeat 0 -168px;
    content: '';
    height: 52px;
    left: 50%;
    margin: -26px 0 0 -26px;
    position: absolute;
    top: 50%;
    width: 52px;
    z-index: 2
}
#explore-content .text p {
    font-size: 14px;
    margin: 0
}
#explore-content .text p + p {
    margin-top: 5px
}
#explore-content .text p:first-child {
    font-size: 16px;
    line-height: 20px
}
#explore-content .text p:first-child a {
    background: url("../images/link-arrow.png") no-repeat right center;
    padding-right: 14px
}
#explore-content .text > a {
    -moz-box-sizing: padding-box;
    -webkit-box-sizing: padding-box;
    -ms-box-sizing: padding-box;
    box-sizing: padding-box;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-box;
    display: box;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-box-align: center;
    box-align: center;
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-box-pack: center;
    box-pack: center;
    color: black;
    font-family: "CgGothicNo2Medium","HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    vertical-align: middle
}
#explore-content .text > a strong {
    font-size: inherit;
    font-family: "CgGothicNo3Medium","HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: inherit
}
#explore-content .text.medium > a {
    font-size: 15px;
    line-height: 18px
}
#explore-content .text.medium > a strong {
    font-size: 20px;
    line-height: 21px
}
#explore-content .text.large > a {
    font-size: 22px;
    line-height: 22px
}
#explore-content .text.small > a {
    font-size: 18px;
    line-height: 18px
}
#explore-content .quote blockquote > p {
    font-size: 20px;
    font-style: italic;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 24px;
    margin: 0
}
#explore-content .quote blockquote footer p {
    font-size: 11px;
    font-weight: normal;
    margin-top: 5px
}
#explore-content .quote a {
    color: inherit;
    height: auto
}
#explore-content .banner {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 20px
}
#explore-content .banner h4 {
    background: #fdcc00;
    float: left;
    font: 15px/1 "CgGothicNo3Medium","HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 18px 15px;
    text-align: center;
    text-transform: uppercase;
    width: 100px
}
#explore-content .banner h4 span {
    display: block;
    font-size: 21px
}
#explore-content .banner .contact-list {
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
    margin-left: 150px
}
#explore-content .banner .contact-list li {
    font-size: 13px;
    line-height: 20px;
    padding-left: 24px;
    position: relative
}
#explore-content .banner .contact-list li + li {
    margin-top: 5px
}
#explore-content .banner .contact-list li a {
    color: #646464;
    font-weight: normal;
    line-height: inherit
}
#explore-content .banner .contact-list li > span {
    background: url("../images/sprite.png") no-repeat;
    left: 0;
    height: 16px;
    overflow: hidden;
    position: absolute;
    text-indent: -1000px;
    top: 2px;
    width: 16px
}
#explore-content .banner .contact-list li.phone {
    font-size: 18px;
    font-weight: bold
}
#explore-content .banner .contact-list li.phone > span {
    background-position: -10px -775px
}
#explore-content .banner .contact-list li.home > span {
    background-position: -45px -774px;
    top: 1px
}
#explore-content .banner .contact-list li.form > span {
    background-position: -83px -774px;
    left: 2px;
    top: 1px
}
#explore-content .explore-filters {
    display: table-cell;
    padding: 20px;
    text-align: center;
    vertical-align: middle
}
#explore-content fieldset {
    display: inline-block;
    text-align: left
}
#explore-content fieldset label {
    display: block;
    font-size: 16px;
    font-weight: bold
}
#explore-content fieldset label + label {
    margin-top: 5px
}
#explore-content fieldset label input[type=checkbox] {
    margin-right: 10px
}
.ie7 #explore header h3 {
    padding-left: 0
}
.ie7 #explore-content {
    margin-top: 15px;
    padding-left: 0;
    padding-right: 0
}
.ie8 #explore-content {
    padding-left: 0;
    padding-right: 0
}
.ie7 #explore-content .block,.ie8 #explore-content .block {
    border: solid 1px #d4d4d4
}
.ie7 #explore-content .banner {
    padding: 0
}
.ie7 #explore-content .banner h4 {
    margin: 20px 0 0 20px
}
.ie7 #explore-content .banner p {
    padding: 0 20px
}
.ie7 #explore-content .banner > p:first-child,.ie7 #explore-content .banner blockquote > p:first-child {
    padding-top: 20px
}
.ie7 #explore-content .banner .contact-list {
    margin: 20px 20px 20px 170px
}
.ie7 #explore-content .text.small > a,.ie7 #explore-content .text.medium > a,.ie7 #explore-content .text.large > a {
    height: 80px;
    width: auto
}
.ie7 #explore-content .explore-filters {
    height: 70px;
    padding: 20px 0
}
.ie7 #explore-content fieldset {
    padding: 0 20px
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after {
    content:"";
    display:table;
}
.clearfix:after,
.container_12:after {
    clear:both;
}
.clearfix,
.container_12 {
    *zoom:1;
}
