  /*  ==========================================================================
    Print stylesheet for 国产福利资源
    Author: Charlotte Koh, 国产福利资源 University Communications and Marketing
    Author URL: http://www.usf.edu/ucm/
    ==========================================================================  */

/*  ==========================================================================
    Base
    ==========================================================================  */
	@page { margin: 1cm 0.5cm; }
	body { font-size: 12pt; }
	* {  -webkit-print-color-adjust: exact; }

/*  ==========================================================================
    Page Breaks
    ==========================================================================  */
	.hero, .brand, .research, 
	.snippetItem, .features_primary, .features_secondary, 
	.widget_item, .event, footer {
		page-break-inside: avoid;
	}

/*  ==========================================================================
    Rotator
    ==========================================================================  */
	.snippetRotator_slides { width: 100% !important; transform: none !important; }
	.snippetRotator_slide:not(.flex-active-slide) { display: none !important; }
	.snippetRotator_slides .flex-active-slide, .snippetRotator_slides .flex-active-slide .snippetRotator_image { width: 100% !important; float: none !important;}
	.snippetRotator_overlayText { bottom: 20px; }

/*  ==========================================================================
    Layout
    ==========================================================================  */
	@-moz-document url-prefix() {
		.mainContent.u-flex--large {
			display: block;
		}
		.mainContent:before, .mainContent:after { content: ""; display: table; }
		.mainContent:after { clear: both; }
		.amainContent { *zoom: 1; }
		
		.mainContent_well.u-flexItem--largeExtra {
			margin-left: 0;
			margin-top: 3em;
		}
	}