/*  ==========================================================================
    Print stylesheet for USF
    Author: Charlotte Koh, USF University Communications and Marketing
    Author URL: http://www.usf.edu/ucm/
    ==========================================================================  */

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

/*  ==========================================================================
    Homepage Rotator/Feature Area
    ==========================================================================  */
	.feature-text {
		width: auto;
		padding: 0;
		position: relative;
		background-image: none;
		background: #fff;
		color: #666;
	}
	.feature-rotator .feature-headline, 
	.feature-rotator .feature-caption {
		width: 100%;
	}

	.flex-control-nav {
		width: 100%;
		margin-top: 1.5em;
		padding: 0;
		position: static;
		background-image: none;
		background: #fff;	
		text-align: left;
	}
	.flex-control-nav li {
		border-left: 1px solid #666;
		display: inline;
	}
	.flex-control-nav li a, .flex-control-nav a.flex-active {
		color: #666;
	}
	.flex-control-nav li:first-child a {
		padding-left: 0;
	}

	.featureMega_text {
		font-size: 1.85em; 
        font-weight: 400; 
        line-height: 1.25em;
	}

/*  ==========================================================================
    Band
    ==========================================================================  */
    .band_summary {
        width: 80%;
        margin: 0 auto;
        font-size: 1.75em;  
    }
    .band_list li { 
        display: inline; 
    }
    .band_list li + li { 
        margin-left: 3em; 
    }

/*  ==========================================================================
    Calls to Action
    ==========================================================================  */
    .cta_headline { 
        font-size: 1.85em; 
    }
    .cta_link { 
        max-width: 185px; 
    }
}
