/*! 
 * Print style sheet
*/

@media print{

.noprint {display:none !important;}

main {
column-count: 2 !important;
-moz-column-count: 2 !important;
-webkit-column-count: 2 !important;

column-gap: 20px !important;
-moz-column-gap: 20px !important;
-webkit-column-gap: 20px !important;
}

.row, .contact {
-webkit-column-break-inside:avoid !important;
-moz-column-break-inside:avoid !important;
-o-column-break-inside:avoid !important;
-ms-column-break-inside:avoid !important;
column-break-inside:avoid !important;
}

.contact, .contact p, .contact h4 {overflow:visible !important;}
.contact p, .contact h4 {display:block !important;max-width:95% !important;}

/*PAGE STRUCTURE*/

#header, #footer, #relatednews, #social, iframe, .single_image_tools {display:none !important;}

.header_image:after {content: "Offices & Services" !important; font-size:3rem;}

.embed-container{margin:0 !important;height:0 !important;display:none !important;padding:0 !important;}
.embed-container iframe{width:0 !important;height:0 !important;}

.storify iframe {display:block !important;width:100% !important;}

.page, section, .row {width:100% !important;}

.page{font-size:1rem !important;}

.page_header, .header_image_inner, .wallpaper-container, .wallpaper-media img {display:block !important;}

.page, p, span, a {color:#000 !important;}

.margined_top_large, .margined_large {margin-top:25px !important;}
.margined_bottom_large, .margined_large {margin-bottom:25px !important;}
.margined_top_medium, .margined_medium {margin-top:20px !important;}
.margined_bottom_medium, .margined_medium {margin-bottom:20px !important;}
.margined_top_small, .margined_small {margin-top:10px !important;}
.margined_bottom_small, .margined_small {margin-bottom:10px !important;}



/*PAGE BREAKS*/

h1, h2, h3, h4, h5, .sidebar, figure, img, article, .contact_card, .contact {page-break-inside: avoid !important;}



/*LINKS*/
.longform a:after {content: "" !important; }
a {border-bottom:none !important; color:#000000 !important; text-decoration:none !important;}


/*INTERNAL LINKS*/
/*a[href^="/"]:after {content: " (http://www.conncoll.edu" attr(href) ") " !important;}*/


a[href]:after{content: "" !important;}

/*a[href^="mailto:"]:after{content: "\A" attr(href) "" !important; white-space: pre !important;}*/

a.link_only[href]:after{content: "\A" attr(href) "" !important;font-size:0.8em !important;display:block !important;overflow:visible !important;max-width:95% !important;}

a.link_only[href^="/"]:after {content: "\A http://www.conncoll.edu" attr(href) "" !important;font-size:0.8em !important;display:block !important;overflow:visible !important;max-width:95% !important;}








/*LONGFORM STORY*/

/*NEWS STORY TITLES*/

#print-title {color:#000 !important;display:block !important;margin:30px 0 0 0 !important;}
#print-banner {display:block !important;}
#print-first {margin-top:-20px !important;}


/*NEWS STORY THUMBNAILS*/

.block_image_small {float:right !important;}
.block_image_small img {display:inline-block !important;max-width:250px !important;}



/*GALLERIES*/

.gallery_full_item img, single_image_figure img {max-width:70% !important;}
.controls {display:none !important;}



/*MAGAZINE SIDEBARS*/

.sidebar{clear:both !important;margin-top:0px !important;margin-bottom:0px !important;padding:50px 0 50px 50px !important;background:none !important;background-color:transparent !important;}
.sidebar article{background-color:#d8d8d8 !important;}


.callout_profile_thumb {float:left !important;padding-right:50px !important;}
.callout_profile_content {padding-right:0px !important;}
.callout_profile_copy {margin-top:-30px !important;}


/*IMAGES*/

.big_image_caption {margin-left:-16px !important;}

.block_image{margin-top:20px !important;margin-bottom:20px !important;display:block !important;}
.block_image img{width:100% !important;}


/*BLOCKQUOTES*/

blockquote {border:none !important;margin-top:10px !important;}
blockquote p {font-size:1.3rem !important;}
figcaption {margin-bottom:10px !important;}






    
/*LANDING*/

/*3-BLOCK FEATURE*/

.news_flex_content, .news_flex_article2, .news_flex_article3 {display:none !important;}
.news_flex_article_featured a:after {content: "" !important; }


/*NUMBER SETS*/

.right {float:right !important;max-width:45% !important;page-break-inside: avoid !important;}

.number_set, .number_set_item {border:none !important;page-break-inside: avoid !important;}
.number_set{box-shadow: none !important;}

main .desktop-half {max-width:45% !important;}

/*AREAS OF STUDY SEARCH*/
.department_search {display:none !important;}

/*BUTTONS*/

.button a:after {
    content: " at " attr(href) "" !important;
}


/*50/50 VIDEOS*/
.video_wrapper {display:none !important;}





/*CONTACT BOX*/
.contact_card_header {display:block !important;}
.contact_card a:after {content: "" !important;}



a.back_to_top {display: none !important;}
.alpha {display:none !important;}




}