@media print {

/*------------------------------CSS RESET------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126 
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}

blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

em {
    font-style: italic;
}
strong {
    font-weight: bold;
}


/*------------------------------TOP-LEVEL STYLE DEFAULTS------------------------------*/

body {
    margin: 0;
    padding: 0;
    font-family: "Lucida Grande", "Lucida Sans", "Verdana", sans-serif;
    min-width: 56em;
    -webkit-text-size-adjust: 100%;
}
/* sets the default gutters and limits for content stretch */
.outer_wrap {
    width: 90%;
    min-width: 56em;
    max-width: 87.5em;
    margin: 0 auto;
    padding: 0;
}
/* sets the default gutters minimum */
.inner_wrap {
    padding: 0 20px;
    position: relative;
}


/*------------------STYLES FOR FLEX PAGES---------------*/

.columns_wrapper {
    position: relative;
    margin: 0 0 20px -30px;     /* changed from 20px top margin */
    overflow: hidden;
}
.interior_row_wrapper {
    float: left;
    width: 100%;
    margin-bottom: 0;
    overflow: hidden;
}
.interior_row_wrapper.fp_top_margin {margin-top: 20px;}
.column {float: left;}    
.column_content {margin-left: 30px; background-color: #FFF;}        
.column_content.fp_top_margin {margin-top: 20px;}        
.column_25 {width: 25%; min-height: 1px;}
.column_33 {width: 33.33333%; min-height: 1px;}
.column_50 {width: 50%; min-height: 1px;}
.column_66 {width: 66.66666%; min-height: 1px;}
.column_75 {width: 75%; min-height: 1px;}
.column_100 {width: 100%; min-height: 1px;}

/* ----------- End styles for flex pages ----------- */



img {border: 0px none;}

a {border-bottom: 1px dashed #aaa; text-decoration: none; padding-bottom: 0; margin-bottom: 0; color: #000;}

    /*------------------DEFAULT PARAGRAPH STYLES---------------*/        

p {margin: 1em 0; font-size: 0.8em; line-height: 1.5;}
p.intro {margin-top: 0; font-size: 0.8em;}
p.blurb {margin-top: 0; font-size: 0.8em;}
p.more_link {margin-top: 1em; padding: 0;}
.more_link a {
        display: block;
        font-size: 0.9em;
        font-weight: bold;
        margin: 0;
        padding: 0.4em 20% 0.4em 10px;
        border: 0 none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
        margin: 1em 0 0.15em 0;
        padding: 0;
        font-weight: bold;
        line-height: 1.2;
}

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p,
h1 + ul, h2 + ul, h3 + ul, h4 + ul, h5 + ul, h6 + ul,
h1 + ol, h2 + ol, h3 + ol, h4 + ol, h5 + ol, h6 + ol,
h1 + dl, h2 + dl, h3 + dl, h4 + dl, h5 + dl, h6 + dl,
h1 + h4, h2 + h4, h3 + h4, h4 + h5, h5 + h6 {
        margin-top: 0.5em;
}

h1 {font-size: 1.25em;}
h2 {font-size: 1.25em;}
h3 {font-size: 1.35em;}
h4 {font-size: 1.1em;}
h5 {font-size: 1em;}
h6 {font-size: 0.9em;}


/*------------------DEFAULT LIST STYLES---------------*/

ul, ol {margin-top: 0.5em;}
ul ul {margin-left: 2.5em;}
ol ul {margin-left: 2em;}
ol ol, ul ol {margin-top: 0; margin-left: 3em;}
ul ul, ol ol, ul ol, ol ul {margin-top: 0.375em; margin-bottom: 0.6em;}
                
ul {margin: 1em 0 1em 3em; list-style-type: disc;}
ul ul {list-style-type: circle;}
ul ul ul {list-style-type: square;}
ol {margin: 1em 0 1em 3.5em; list-style-type: decimal;}
ol ol {list-style-type: lower-alpha;}
ol ol ol { list-style-type: lower-roman;}

li {margin: 0.4em 0; font-size: 0.8em; line-height: 1.5;}
li li {margin: 0.2em 0; font-size: 0.95em; line-height: 1.5;}
li li li {margin: 0.2em 0; font-size: 1em; line-height: 1.5;}

/*------------------DEFINITION LIST STYLES---------------*/

dt {font-weight: bold; Font-style: italic;}
dd {margin: 0.6em 0; font-size: 0.8em;}
dd ul {font-size: 1em;}
dd p {font-size: 1em;}

/*------------------SUBSCRIPT AND SUPERSCRIPT STYLES---------------*/

sup {font-size: 0.6em; vertical-align: super;}
sub {font-size: 0.6em; vertical-align: sub;}

/*------------------CLEAR CLASSES---------------*/
.clearer {
clear: both;
/*  height: 0px;*/
line-height: 0px;
}
.clear_both {
clear: both;
}

/*------------------PRIMARY CONTENT CONTAINERS---------------*/
#header_content,
.nav_content,
#breadcrumbs_content,
#main_content,
#footer_content {
    overflow: hidden;
}


/*------------------DROPDOWN NAVIGATION---------------*/

#_nav_dropdown {display: none;}

/*------------------DOUBLEDOWN NAVIGATION---------------*/

#_nav_doubledown {display: none;}

/*------------------MAIN CONTENT---------------*/

#main {overflow: hidden; position: relative; z-index: 0;}

/*------------------SOCIAL MEDIA CLASS---------------*/
.social_media p {font-size: 0.85em; margin: 0; padding: 0.8em 10px 0.2em;}
.social_media ul {list-style-type: none; margin: 0; padding: 0.4em 2px 0 2px;   overflow: hidden;}
.social_media ul li {float: left; padding: 0;}    
.social_media ul li a {display: block; margin: 0; padding: 4px; border: 0 none;}        
.social_media ul li a img {border: 0 none; width: 38px;}
            

/*------------------CONTENT BOXES---------------*/
.content_box {overflow: hidden; padding: 0; margin-top: 1em; margin-bottom: .75em;}
.column_content *:first-child {margin-top: 0;}
.content_box.top_item {margin-top: 0;}
.content_box img {width: 100%;}
        

/*------------------DEFAULT CONTENT BOX STYLES---------------*/               
.content_box h2,
.content_box h3,
.content_box h4,
.content_box h5,
.content_box h6 {margin: 0.6em 10px 0.5em; line-height: 120%;}
.column h2, .content_box h2 {font-size: 1.1em;}
.column h3, .content_box h3 {font-size: 1.1em;}
.column h4, .content_box h4 {font-size: 1em;}
.column h5, .content_box h5 {font-size: 0.9em;}
.column h6, .content_box h6 {font-size: 0.8em;}
.column .content_box h2 {font-size: 1em;}
.column .content_box h3 {font-size: 1em;}
.column .content_box h4 {font-size: 0.9em;}
.column .content_box h5 {font-size: 0.8em;}
.column .content_box h6 {font-size: 0.75em;}
.unbordered h2,
.unbordered h3,
.unbordered h4,
.unbordered h5,
.unbordered h6 {margin-right: 0; margin-left: 0;}
.content_box .headline {font-size: 1em; margin: 0; padding: 0.4em 10px;}
.content_box .headline_top {
        margin: 0;
        border-top: 0 none;
        font-size: 1em;
        text-transform: uppercase;
        font-weight: normal;
}
.content_box .headline_below_image {margin: 0;}
.content_box .headline_button {padding: 0; margin: 0;}
.content_box .headline_button a {
        display: block;
        padding: 0.4em 30px 0.4em 10px;
        background-position: 95% 50%;
}       
.content_box p.caption.button {
        font-size: 0.9em;
        font-weight: bold;
        margin: 0;
        padding: 0;
}
.content_box p.caption.button a {
        display: block;
        padding: 0.4em 10px;
}


/*------------------DEFAULT CONTENT BOX PARAGRAPH STYLES---------------*/        

.content_box p, .column p {padding: 0; line-height: 140%;   font-size: 0.8em;}
.content_box li p, .column li p {font-size: 100%;}
.content_box p, .column .content_box p, .content_box.cb_colored p {margin: 0.6em 10px;}
.column p, .content_box.unbordered p {margin: 0.6em 0;}
.content_box p.attribution, .column p.attribution {text-align: right;   font-style: italic;}
.content_box p.caption, .column p.caption {
            margin: 0;
            padding: 0.3em 10px 0.45em;
            font-size: 0.7em;
    }
.content_box p.more_link, .column p.more_link {
            clear: both;
            margin: 0.5em 0 0;
            padding: 0;
    }


    /*------------------DEFAULT CONTENT BOX LIST STYLES---------------*/        
        
.column ul,
.column ol,
.content_box ul,
.content_box ol {margin-top: 0.5em; line-height: 140%;}
.content_box ul {margin-left: 3em; margin-right: 10px;}
.content_box ol {margin-left: 3.8em; margin-right: 10px;}   
.content_box dl dt {margin: 0.6em 10px;}    
.content_box.unbordered dl dt {margin: 0.6em 0;}
.content_box dd p {font-size: 1em;}
.column .content_box ul {margin-left: 1.4em;}
.column .content_box ol {margin-left: 3em;}
.column ul, .content_box.unbordered ul {margin-left: 1.4em; margin-right: 0;}
.column ol, .content_box.unbordered ol {margin-left: 2.2em; margin-right: 0;}
/* Second-level lists */
.content_box li, .column li {line-height: 120%; font-size: 0.8em;}
.content_box li {margin-right: 10px;}
.content_box.unbordered li {margin-right: 0;}
.content_box a.image_link,
.content_box a.image_link:hover,
.content_box a.image_link:focus {
        border: 0 none;
        background: 0 none;
        padding: 0;
        display: block;
}
.unbordered {border: 0 none;    }
.last_item {margin-bottom: 0;}
    
    

/*------------------WIDTH SIZING CLASSES---------------*/        

.widest {width: 100%;}
/* added max-width to all of these */
.extra_wide {width: 420px;max-width: 50%;}
.wide {width: 360px; max-width: 40%;}
.medium_wide {width: 300px; max-width: 40%;}
.medium {width: 260px; max-width: 40%;}
.medium_narrow, .middling {width: 160px; max-width: 40%;}
.narrow {width: 100px; max-width: 40%;}
.right {float: right; clear: right; margin: 1em 0 1em 1em;}
.left {float: left; clear: left; margin: 0 1em 1em 0;}
.column .content_box .right, #right_column .content_box .right {margin-left: 0.6em;}
.column .content_box .left, #right_column .content_box .left {margin-right: 0.6em;}
/* to set width to auto when you want to float an img within a box and have it display at true size */
.native_width {width: auto;}




    /*------------------MULTIMEDIA STYLES---------------*/        

.mm_box {overflow: hidden;}
.mm_activate {position: relative;}
#main_section .mm_activate a,
#main_section .mm_activate a:hover,
#main_section .mm_activate a:focus,
#main_section .mm_activate a:visited:hover {border-bottom: 0px none;}
/* Change path for play button below */
.play_button {
        background: url("../../images/common/video_play_button.png") no-repeat scroll 0 0 transparent;
        display: block;
        height: 48px;
        bottom: 20px;
        left: 42px;
        margin-left: -24px;
        margin-top: -24px;
        position: absolute;
        text-align: left;
        width: 48px;
        opacity: 0.7;
}
.content_box a.image_link:hover .play_button,
.content_box a.image_link:focus .play_button {opacity: 1.0;}
.mm_info {font-weight: bold; font-size: 0.7em; margin-bottom: 0.5em;}
.mm_credit {font-size: 0.7em;}
/* Override styles for landing pages */
#main .mm_wrapper {position: relative; height: 0; overflow: hidden;}
#main .mm_wrapper iframe, 
#main .mm_wrapper object, 
#main .mm_wrapper embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}
.fancybox-wrap a {border-bottom: 0 none;}


/*------------------NAVSKIP---------------*/
#navskip {display: none;}


/*------------------HEADER---------------*/

#header {display: none;}
#header .outer_wrap {display: none;}
#header .inner_wrap {display: none;}
#header #header_content {display: none;}
#header #ucdavis_logo {display: none;}


/*------------------SITE TITLE AREA---------------*/

#site_title {}
#site_title .outer_wrap {}
#site_title .inner_wrap {}
#site_title #title_area_content {}
#title_area_links {display: none;}
#title_area_search_etc {display: none;}
._search-block {display: none;}


/*------------------PRIMARY NAVIGATION---------------*/
#nav {display: none;}


/*------------------BREADCRUMB NAVIGATION---------------*/
#breadcrumbs_container {display: none;}


/*------------------MAIN CONTENT---------------*/
#main {}
#main .outer_wrap {}
#main .inner_wrap {}
#main #main_content {}
                
/*------------------MAIN SIDEBAR---------------*/
#main_sidebar {display: none;}

/*------------------MAIN CONTENT SECTION---------------*/
#main_section {}
#main_section #center_column {}
#main_section #center_column_inner_wrap {}




/*------------------BLOCK HANDLING---------------*/

._slideshow-block {display: none;}
#social_media_container_drop {display: none;}


/*------------------FLEX PAGE STYLING---------------*/

.columns_wrapper {
    position: relative;
    margin: 0 0 20px -10px;     /* changed from 20px top margin , left margin changed from -30px*/
    overflow: hidden;
}
.interior_row_wrapper {
    float: left;
    width: 100%;
    margin-bottom: 0;
    overflow: hidden;
}
.interior_row_wrapper.fp_top_margin {
    margin-top: 20px;
}
.column {
        float: left;
}
.column_content {
        margin-left: 10px; /* was 30px */
}           
.column_content.fp_top_margin {
        margin-top: 20px;
}
.column_25 {width: 25%; min-height: 1px;}
.column_33 {width: 33.33333%; min-height: 1px;}
.column_50 {width: 50%; min-height: 1px;}
.column_66 {width: 66.66666%; min-height: 1px;}
.column_75 {width: 75%; min-height: 1px;}
.column_100 {width: 100%; min-height: 1px;}

/* ----------- End styles for flex pages ----------- */


/*------------------RIGHT COLUMN---------------*/

#right_column .content_box .headline_top,
#right_column .content_box .headline_button {background-color: #002855; border-bottom: 2px solid #DAAA00;}
#right_column .content_box p.caption {color: #002855; background-color: #FBF6E5;}
#right_column .content_box p.caption a {color: #002855;}
#right_column .content_box p.caption a:hover,
#right_column .content_box p.caption a:focus {border-bottom: 1px solid #FBF6E5;}
#right_column .content_box.feed { border-bottom: 2px solid #DAAA00;}
#right_column .content_box.feed .headline_below_image {border-bottom: 0 none;}
#right_column .content_box {margin: 0 0 1.5em;}
#right_column .content_box .headline_top {
        padding: 0.4em 10px;
        border-top: 0px none;
        font-size: 0.875em;
        text-transform: none;
    }
#right_column .content_box .headline_strong {padding: 0.4em 10px;}
#right_column .content_box .headline_button {padding: 0;}
#right_column .content_box h4, #right_column .content_box h5 {margin: 0.5em 0 0.3em;}
#right_column .content_box p {margin: 0.3em 0; padding: 0;}
#right_column .content_box.cb_colored p {margin: 0.3em 10px;}
#right_column .content_box p.caption {margin: 0; padding: 0.3em 10px 0.45em; font-size: 0.8em;}
#right_column .content_box p.more_link {margin: 0;}
#right_column .content_box .right img, #right_column .content_box .left img {margin-top: 0.5em;}
#right_column .content_box .border_box, .unbordered .border_box {border: 0px none;}


/*------------------------CENTER COLUMN----------------------*/

#main_section #center_column_inner_wrap ul {margin-left: 5px; padding-left: 0;}
#main_section #center_column_inner_wrap ul li {margin-left: 10px; padding-left: 3px;}
#main_sectopm #center_column_inner_wrap ol li {margin-left: 10px; padding-left: 3px;}
#main_section #center_column_inner_wrap ol {margin-left: 18px; padding-left: 0;}
#main_sectopm #center_column_inner_wrap ol li li {margin-left: 15px; padding-left: 3px; font-size: 110%;}
#main_sectopm #center_column_inner_wrap ol ol ol {margin-left: 15px; padding-left: 3px;}
#main_section #center_column_inner_wrap .repeating_content_block {}
#main_section #center_column_inner_wrap .content_box {border: 1px solid #333; padding: 2px; margin: 10px;}
#main_section #center_column_inner_wrap .widest {width: 100%;}
#main_section #center_column_inner_wrap .extra-wide {width: 420px;}
#main_section #center_column_inner_wrap .wide {width: 360px;}
#main_section #center_column_inner_wrap .medium-wide {width:300px;}
#main_section #center_column_inner_wrap .medium {width: 260px;}
#main_section #center_column_inner_wrap .medium-narrow {width: 160px;}
#main_section #center_column_inner_wrap .right {float: right;}
#main_section #center_column_inner_wrap .left {float: left;}
#main_section #center_column_inner_wrap .none {float: none;}
#main_section #center_column_inner_wrap .headline_top {}
#main_section #center_column_inner_wrap .headline_button {height: 25px; padding-top: 0; margin-top: 0;}

.section h3 {border-bottom: 1px solid #DAAA00;}
#center_column .spotlight {border: 1px solid #E5C44D;}
#main_section #center_column .spotlight h3 {
        background: none repeat scroll 0 0 #FBF6E5;
        border-bottom: 1px solid #E5C44D;
        color: #002855;
}
#main_section #center_column .spotlight .caption {
        background-color: #FBF6E5;
        color: #002855;
}
#center_column table th {border: 1px solid #CCC;}
#center_column table td {border: 1px solid #CCC;}
#center_column caption {color: #002855;} 

/*------------------------CONTENT BOX COLORS----------------------*/

/* *** Root content box color styles *** */

.content_box .border_box {border: 1px solid #E5C44D;}
.content_box .headline {color: #002855; border-bottom: 1px solid #F8EECC;}
.content_box .headline_top {background-color: #FBF6E5; border-bottom: 1px solid #E5C44D;}
.content_box .headline_below_image {border: 0px none;}
.content_box .headline_strong {background-color: #DAAA00; color: #002855;}
.content_box .headline_xtra_strong {background-color: #002855; color: #FFFFFF; border-bottom: 1px solid #DAAA00;}
.column .content_box .headline_xtra_strong {border-bottom: 2px solid #DAAA00;}
.content_box .headline_button a {color: #002855; border-bottom: 0 none;}
.content_box .headline_button a:hover, .content_box .headline_button a:focus {background-color: #F4E5B2; color: #002855;    border-bottom: 0 none;}
.content_box p.caption.button a {background-color: #E9CC66; color: #002855; border-bottom: 0 none;}
.content_box p.caption.button a:hover, .content_box p.caption.button a:focus {background-color: #E5C44D; color: #002855;    border-bottom: 0 none;}
.content_box .headline_strong.headline_button a {background-color: #DAAA00; color: #002855; border-bottom: 0 none;}
.content_box .headline_strong.headline_button a:hover, .content_box .headline_strong.headline_button a:focus {   background-color: #E5C44D; color: #002855; border-bottom: 0 none;}
.content_box .headline_xtra_strong.headline_button a {background-color: #002855; color: #FFFFFF;}
.content_box .headline_xtra_strong.headline_button a:hover, .content_box .headline_xtra_strong.headline_button a:focus {    background-color: #1A3E68; color: #FFFFFF;}
.content_box p.caption {color: #002855; background-color: #FBF6E5;}
.content_box p.caption a {color: #002855;}
.content_box p.caption a:hover, .content_box p.caption a:focus {border-bottom: 1px solid #FBF6E5;}
.content_box.cb_colored {background-color: #E5E9EF; color: #002855;}
.content_box.cb_colored .border_box {border: 1px solid #99A9BF;}
.content_box.cb_colored .headline {border-top: 0 none;border-bottom: 0 none;}
.content_box.cb_colored.cb_blue {background-color: #002855; color: #FFF;}
.content_box.cb_colored.cb_blue .border_box {border: 0px none;}
.content_box.cb_colored.cb_blue h3.headline_top {
      color: #002855;
    background-color: #E1BB33;
    font-weight: bold;
    border-bottom: 1px solid #002855;
}
.content_box.cb_colored.cb_blue h4 {
    font-size: 0.9em;
    margin: 0.5em 10px 0;
    padding: 0;
    color: #FFF;
}
.content_box.cb_colored.cb_gold {background-color: #E5C44D; color: #000;}
.content_box.cb_colored.cb_gold .border_box {border: 0px none;}
.content_box.cb_colored a:hover,
.content_box.cb_colored a:focus {border-bottom: 1px solid #E5E9EF;}
.content_box.cb_colored.cb_blue h2, .content_box.cb_colored.cb_blue a {color: #FFF;}
.content_box.cb_colored.cb_blue a:hover,
.content_box.cb_colored.cb_blue a:focus {border-bottom: 1px solid #002855;}
.content_box.cb_colored.cb_gold a {color: #000; border-bottom: 1px solid #000;}
.content_box.cb_colored.cb_gold a:hover,
.content_box.cb_colored.cb_gold a:focus {border-bottom: 1px solid #E5C44D;}

/*------------------------CONTENT BOXES----------------------*/

.content_box {
        overflow: hidden;
        padding: 0;
        margin-top: 1em;
        margin-bottom: .75em;
}
.column_content *:first-child {margin-top: 0;}
.content_box.top_item { margin-top: 0;}
.content_box img {width: 100%;}
.content_box h2,
.content_box h3,
.content_box h4,
.content_box h5,
.content_box h6 {margin: 0.6em 10px 0.5em; line-height: 120%;}
.column h2, .content_box h2 {font-size: 1.1em;}
.column h3, .content_box h3 {font-size: 1.1em;}
.column h4, .content_box h4 {font-size: 1em;}
.column h5, .content_box h5 {font-size: 0.9em;}
.column h6, .content_box h6 {font-size: 0.8em;}
.column .content_box h2 {font-size: 1em;}
.column .content_box h3 {font-size: 1em;}
.column .content_box h4 {font-size: 0.9em;}
.column .content_box h5 {font-size: 0.8em;}
.column .content_box h6 {font-size: 0.75em;}
.unbordered h2,
.unbordered h3,
.unbordered h4,
.unbordered h5,
.unbordered h6 {margin-right: 0; margin-left: 0;}
.content_box .headline {
        font-size: 1em;
        margin: 0;
        padding: 0.4em 10px;
}
.content_box .headline_top {
        margin: 0;
        border-top: 0 none;
        font-size: 1em;
        text-transform: uppercase;
        font-weight: normal;
}
.content_box .headline_below_image {margin: 0;}
.content_box .headline_button {padding: 0; margin: 0;}
.content_box .headline_button a {
        display: block;
        padding: 0.4em 30px 0.4em 10px;
        background-position: 95% 50%;
}
.content_box p.caption.button {
        font-size: 0.9em;
        font-weight: bold;
        margin: 0;
        padding: 0;
}
.content_box p.caption.button a {display: block; padding: 0.4em 10px;}
/* Default content_box paragraph styles */
.content_box p,
.column p {padding: 0; line-height: 140%; font-size: 0.8em;}
.content_box li p,
.column li p {font-size: 100%;}
.content_box p, .column .content_box p, .content_box.cb_colored p {margin: 0.6em 10px;}
.column p, .content_box.unbordered p {margin: 0.6em 0;}
.content_box p.attribution,
.column p.attribution {text-align: right;   font-style: italic;}
.content_box p.caption,
.column p.caption {margin: 0; padding: 0.3em 10px 0.45em; font-size: 0.7em;}
.content_box p.more_link,
.column p.more_link {clear: both; margin: 0.5em 0 0; padding: 0;}


/* Default content_box list styles */
        
.column ul,
.column ol,
.content_box ul,
.content_box ol {margin-top: 0.5em; line-height: 140%;}
.content_box ul {margin-left: .5em; margin-right: 10px;}
.content_box ol {margin-left: .8em; margin-right: 10px;}
.content_box dl dt {margin: 0.6em 10px;}
.content_box.unbordered dl dt {margin: 0.6em 0;}
.content_box dd p {font-size: 1em;}
.column .content_box ul {margin-left: .4em;}
.column .content_box ol {margin-left: 3em;}
.column ul, .content_box.unbordered ul {margin-left: .4em; margin-right: 0;}
.column ol, .content_box.unbordered ol {margin-left: 1em; margin-right: 0;}

/* Second-level lists */
.content_box li,
.column li {line-height: 1.5; font-size: 0.8em;}    
.content_box li {margin-right: 10px;}   
.content_box.unbordered li {margin-right: 0;}
.content_box ul ul,
.content_box ol ol,
.content_box ul ol,
.content_box ol ul,
.column ul ul,
.column ol ol,
.column ul ol,
.column ol ul {margin-top: 0;}
.content_box li li,
.column li li {line-height: 1.5; font-size: 0.9em;}
.content_box li li li,
.column li li li {font-size: 100%;}
.content_box ul ul {margin-left: 1.8em;}
.content_box ol ul {margin-left: 1.5em;}            
.content_box ol ol,
.content_box ul ol {margin-left: 2.2em;}
.column ul ul, .unbordered ul ul {margin-left: 1.4em;}
.column .content_box ul ul {margin-left: 1.4em;}
.column ul ol {margin-left: 2.2em;}
.column .content_box ul ol {margin-left: 2.2em;}
.column ol ol, .unbordered ol ol {margin-left: 2.2em;}
.column .content_box ol ol {margin-left: 2.2em;}
.column ol ul, .unbordered ol ul {margin-left: 1.4em;}
.column .content_box ol ul {margin-left: 1.4em;}        
.content_box a.image_link,
.content_box a.image_link:hover,
.content_box a.image_link:focus {
        border: 0 none;
        background: 0 none;
        padding: 0;
        display: block;
}
.unbordered {border: 0 none;}    
.last_item {margin-bottom: 0;}




/*------------------------FAQ BLOCK----------------------*/


._faq1, 
._faq-block .border-box,
._faq1 dd, 
._faq1 dt,
._faq1 dl,
._faq1 dl div dt dd,
._faq1 dd,
._faq-block,
._faq1 ._none,
._faq1 ._accordion {
    display: block !important;
    border: 0 none !important;
}



/*   Footer */
#footer {display: none;}
#footer .outer_wrap {display: none;}
#footer .inner_wrap {display: none;}
#footer #footer_content {display: none;}
#footer #standard_footer {display: none;}
#footer .footer-logo {display: none;}


} 
/* ends @media print*/