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

/*  ==========================================================================
	Reset CSS
	http://meyerweb.com/eric/tools/css/reset/ 
	v2.0 | 20110126
	License: none (public domain)

	and normalize.css v3.0.2 | MIT License | git.io/normalize
    ==========================================================================  */

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; -webkit-text-size-adjust: 100%; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { font-size: .813em; line-height: 1.5; font-family: "Barlow Condensed", sans-serif; color: #666; background-color: #fff; }

ul, ol { margin: 0 0 1.5em 25px; }
ul ul, ul ol, ol ol, ol ul { margin-bottom: 0; }

blockquote, q { quotes: none; }
strong { font-weight: bold; }
em { font-style: italic; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

table { border-collapse: collapse; border-spacing: 0; }
input { font-size: 1em; border: 0; }
img { max-width: 100%; display: block; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

a, a:link { 
	font-weight: bold; 
	color: #10805e; 
	text-decoration: none; 
}
a:hover, a:active, a:focus { 
	text-decoration: underline; 
}
#ou-access { color: #666; text-decoration: none; }

h3, h4, h5, h6 { 
	font-family: "Barlow Condensed", sans-serif; 
	font-weight: bold; 
}
p { 
	margin-bottom: 1.5em; 
}
h3 { 
	color: #006747;
	margin-bottom: 0.4em; 
	font-size: 1.2em; 
	line-height: 1.25em;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h4 { 
	color: #666666;
	font-size: 1.1em;
	margin-bottom: 0.2em; 
}
h5, h6 {
	margin-bottom: 0.1em;
}
h6 { 
	font-style: italic; 
	font-weight: normal; 
}
hr {
    border: 0;
    height: 1px;
	margin: 1.5em 0;
	background-color: #DCDDDE;
	width: 100%;
}

/*  ==========================================================================
    Clearfix, Collapsing and Accessibility
    ==========================================================================  */
    .u-clearfix:before, .u-clearfix:after, .grid:before, .grid:after, .container:before, .container:after { content:""; display:table; }
    .u-clearfix:after, .grid:after, .container:after { clear:both; }
    .u-clearfix, .grid, .container { *zoom:1; }

    a.skipLink, a.skipLink:hover, a.skipLink:visited, .hidden, .collapsible-heading-status, .no-js .nav-menu .toggle { width:1px; height:1px; position:absolute; left:-99999px; top: auto; overflow:hidden; }
    
    .collapsible-content-collapsed { display:none; }
    .toggle { margin-bottom: 0; }
    
    .mainNav .collapsible-heading-toggle, .secondary-navigation .collapsible-heading-toggle { padding-top: 1em; padding-bottom: 1em; display: block; text-transform: uppercase; }

    a.skipLink:active, a.skipLink:focus { 
        width: 100%;
        height: auto; 
        padding: 0.5em 0;
        display: block;
        position: static; 
        background-color: #0a7756;
        color: #fff;
        font-weight: normal;
        text-align: center;
        text-transform: uppercase;
    }

/*  ==========================================================================
	Video
    ==========================================================================  */
	.video-container, .media-container {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
	}

	.video-container iframe, .media-container iframe, 
	.video-container object, .media-container object,
	.video-container embed, .media-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

/*  ==========================================================================
	New Fun Things!
    ==========================================================================  */
	.contentTitle { margin-bottom: 0.65em; color: #057b56; font: 2em/1.5em "Barlow Condensed", sans-serif; }
    .sectionTitle { padding-bottom: 0.25em; border-bottom: 1px solid #dcddde; color: #057b56; }

    .u-wrapper { max-width: 1000px; width: 90%; margin-left: auto; margin-right: auto; }
    
    header ul, footer ul {
        margin-left: 0;
        list-style: none;
    }

    .u-shadowOuter { box-shadow: 0 10px 20px -20px rgba(0, 0, 0, 0.25); }
    .u-shadowInterior { box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.5) inset; }

    .content--max { margin-top: 3em; }
    .content--min { margin-top: 0; position: relative; }

    .body--stripes:after { width: 100%; height: 50px; display: block; content: ""; background-color: #dcddde; background-image: linear-gradient(135deg, #dcddde 25%, #ffffff 25%, #ffffff 50%, #dcddde 50%, #dcddde 75%, #ffffff 75%, #ffffff 100%); background-size: 5px 5px; }

/*  ==========================================================================
    Global Information
    ==========================================================================  */ 
    header { 
		background-color: #384B52;
		
    } 
 
    .global, .global_logo, .global_tools, .global_tools ul, .global_search * {
		font-family: "Open Sans", Arial, sans-serif; 
        margin-bottom: 0;
		color: #ffffff;

    }
    .global_logo {
        padding: 1.15em 0;
        color: #ffffff;
        font: 700 1em/1.5em "Barlow Condensed", sans-serif;
		font-size: 16px;
        letter-spacing: 1px;
        text-align: left;
        text-transform: uppercase;
    }
	.global_logo a {
		color: #ffffff;
		font-weight: 700;
		text-decoration: none;
	}
	.global_logoSize {
		display: block;
		max-width: 283px;
		max-height: 112px;
	}

/*  ==========================================================================
    Global Tools
    ==========================================================================  */ 
    .global_tools { 
        padding: 1.15em 0 1em; 
        border-top: 1px solid #e8e8e8;

    }

    .global_tools ul {
        text-align: left; 
    }
    .global_tools li { 
        display: inline; 
        margin: 0; 
    }
    .global_tools li + li { 
        padding-left: 1em; 
		border-left-color: #516b74;
    }

    .global_tools a, 
    .global_tools a:visited { 
        font-size: 1.3em; 
        font-weight: 400;
		color: #ffffff; 
		text-decoration: none; 
    }

	.global_tools a:hover { 
		text-decoration: underline; 
	}

   .global_tools a img {
		float:right;
		display:block;
		margin-right: 6.5em;

	}


    .global_search {
        width: 200px;
        margin: 0.5em auto;
        padding-left: .25em;
        position: relative;
        background-color: #e9e9ea;
    }
    #site-search-input {
        width: 100%;
		height: 1.538em;
        padding-right: 2.15em;
        border: none;
        -webkit-box-sizing: border-box; 
        -moz-box-sizing: border-box; 
        box-sizing: border-box;
        background-color: #e9e9ea; 
        color: #314942;
    }
    .lt-ie8 #site-search-input {
        width: 90%;
        padding: 0;
    }
    #site-search-submit {
        width: 1.7em; 
        height: 1.538em;
        position: absolute;
        top: 0; 
        right: 0;
        background-color: #118562;
		-webkit-appearance: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
     	border-radius: 0;
    }

/*  ==========================================================================
    Site Information
    ==========================================================================  */ 
    .banner {
        margin-top: 0;
        background-color: #3f565e;

    }
    .banner_interior, .banner--magazine_interior {
        padding-top: 1.714em;
        padding-bottom: 1.714em;
    }
	.banner_title { font: 400 2.3em/1.25em "Barlow Condensed", sans-serif; /* 30px */

 }

    .banner_title a {
        color: #fff; 
		font-weight: 600;
		font-size: 1em;       
		letter-spacing: 1px;
        text-transform: uppercase;
    }
    .banner_subtitle, .banner_subtitle a {
        margin: 0;
        color: #f5e9c7;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
	.banner a:hover, .banner a:active, .banner a:focus {
		text-decoration: underline;
	}

	.banner--magazine {
		background-color: #006747;
		background-image: -webkit-linear-gradient(#006747, 70%, #D9F12C);
		background-image: -moz-linear-gradient(#006747, 70%, #D9F12C);
		background-image: -o-linear-gradient(#006747, 70%, #D9F12C);
		background-image: linear-gradient(#006747, 70%, #D9F12C);
	}
	.banner--magazine_link {
		width: 100%;
		display: block;
	}
	.banner--magazine_image {
		margin: 0 auto;
	}


/*  ==========================================================================
    Main Navigation
    ==========================================================================  */
    .mainNav { 
        margin-top: 0; 
        background-color: #fff; 
    }
    .mainNav--reverse { 
        background-color: #007953; 
        -webkit-box-shadow: inset 0 5px 20px -10px rgba(0,0,0,0.5); 
        -moz-box-shadow: inset 0 5px 20px -10px rgba(0,0,0,0.5); 
        box-shadow: inset 0 5px 20px -10px rgba(0,0,0,0.5); 
    }

	.no-js .mainNav_toggle {
		display: none;
	}
    
    .mainNav .toggle-content, .mainNav li { 
        margin: 0; 
    }
    .mainNav li, .subNav_title {
        border-top: 1px solid #dcddde; 

    }
    .mainNav--reverse li, .subNav_title--reverse {
        border-top: 1px solid #3b9b7e; 
        -moz-box-shadow:    0px -1px 0px #166c51;
        -webkit-box-shadow: 0px -1px 0px #166c51;
        box-shadow:         0px -1px 0px #166c51;
    }

	.no-js .mainNav_item:first-child {
		border-top: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

    .mainNav a, .no-js .subNav_toggle {
        padding: 1.15em 0 0.769em;
        display: block;
        text-decoration: none;
        color: #10805e;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    .mainNav_toggle a { 
        padding-left: 35px; 
        background: url("/_resources/images/v2/global/header/main-navigation/menu.png") left center no-repeat; 
    }
    .mainNav--reverse .mainNav_toggle a {
        background-image: url("/_resources/images/v2/global/header/main-navigation/menu-reverse.png");
    }
    .mainNav--reverse a, .no-js .subNav_toggle { 
        color: #fff; 
        font-weight: normal; 
    }

    .mainNav_item { 
        position: relative;
    }
    .mainNav_item-toggle { 
        position: absolute; 
        right: 0; 
        top: 10px; 
    }
    .subNav, .subNav_group { 
        margin: 0; 
        padding: 0; 
    }
	.subNav_image {
		display: inline;
		padding-left: 5px;
		vertical-align: bottom;
	}

    .subNav li, .subNav_title { 
        padding-left: 1.5em; 
		padding-right: 1.5em;
    }




/*  ==========================================================================
	Content
    ==========================================================================  */

.content { 
	width: 90%; 
	max-width: 1000px; 
	margin: 0 auto; 
	padding-top: 1.5em; 
}
.content-title {
	margin-bottom: .65em;
	color: #057b56;
	font: 2.25em/1.333em Garamond, "Times New Roman", serif;
}



/* 	==========================================================================
   	Media Queries
    ==========================================================================  */

@media (min-width: 500px), print {
/*  ==========================================================================
    Grid
    ==========================================================================  */
    .grid { margin-left: -1.5em; }
    [class*="grid-"] { width: 100%; padding: 0 0 0 1.5em; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

    [class*="grid-sm-"] { margin-top: 0; }

    .grid-sm-1-2 { width: 50%; }
    .grid-sm-1-3 { width: 33.33%; }
    .grid-sm-2-3 { width: 66.66%; }
    .grid-sm-1-4 { width: 25%; }
    .grid-sm-3-4 { width: 75%; }

    .lt-ie8 .grid-sm-1-2 { width: 35%; }
    .lt-ie8 .grid-sm-1-3 { width: 23.33%; }
    .lt-ie8 .grid-sm-2-3 { width: 56.66%; }
    .lt-ie8 .grid-sm-1-4 { width: 15%; }
    .lt-ie8 .grid-sm-3-4 { width: 65%; }
    .lt-ie8 .grid-sm-2-5 { width: 30%; }
    .lt-ie8 .grid-sm-3-5 { width: 50%; }

/*  ==========================================================================
    Global
    ==========================================================================  */ 
    .global_logo { 
		color: #ffffff;
        text-align: left; 
    }
    .global_tools ul, .global_search { 
        float: left; 
        text-align: left; 
    }
    .global_search { 
        width: 145px; 
        margin: 0 0 0 1em; 
    }
   .global_tools a img {
		padding-right: 0em;
		margin-left: 0em;
		margin-right: 0em;
	}	

}



@media (min-width: 515px), print {
.magazine-header {
	margin-bottom: 2.5em;
}
.magazine-title {
	float: left;
	line-height: 100px;
}
.magazine-university {
	position: absolute;
	bottom: -2em;
	margin: 0 0 0 1.5em;
	color: #000;
	font-size: 1em;
}
.magazine-tagline {
	width: 200px;
	margin: 1em 0 0;
	float: right;
	color: #fff;
	text-align: right;
}

}


@media (min-width: 650px), print {
/*  ==========================================================================
    Grid
    ==========================================================================  */
    [class*="grid-md-"] { margin-top: 0; }

    .grid-md-1-2 { width: 50%; }
    .grid-md-1-3 { width: 33.33%; }
    .grid-md-2-3 { width: 66.66%; }
    .grid-md-1-4 { width: 25%; }
    .grid-md-3-4 { width: 75%; }

    .lt-ie8 .grid-md-1-2 { width: 35%; }
    .lt-ie8 .grid-md-1-3 { width: 23.33%; }
    .lt-ie8 .grid-md-2-3 { width: 56.66%; }
    .lt-ie8 .grid-md-1-4 { width: 15%; }
    .lt-ie8 .grid-md-3-4 { width: 65%; }
    .lt-ie8 .grid-md-2-5 { width: 30%; }
    .lt-ie8 .grid-md-3-5 { width: 50%; }
	
/*  ==========================================================================
    Site Information
    ==========================================================================  */ 
	.banner--magazine_image {
		opacity: 0;
	}
	.banner--magazine_interior {
		background: url('/_resources/images/magazine/magazine-banner-h.png') center center no-repeat;
		padding-top: 0;
		padding-bottom: 0;
	}
}

@media (min-width: 730px), print {
/*  ==========================================================================
    Global Tools
    ==========================================================================  */
    .global_logo { 
        float: left; 
    }
    .global_logo--space { 
        padding: 2em 0; 
    }
    
    .global_tools { 
        float: right; 
        border-top: none;
		padding-top: 1.5em;
    }
    .global_tools--space { 
        padding: 2.75em 0; 
    }
    
    .global_tools ul, .global_search { 
        text-align: left; 
    }
    .global_search { 
        width: 145px; 
        margin: 0 0 0 1em; 
    }
   .global_tools a img {
		padding-right: 0em;
		margin-left: 0em;
		margin-right: 0em;
	}	

    .banner_title a {
		font-size: 1.5em;       
    }

} 

@media (min-width: 750px), print {
	.magazine-header {
		margin-bottom: 4.5em;
	}
	.magazine-title {
		font-size: 15em;
		line-height: 150px;
	}
	.magazine-university {
		position: absolute;
		bottom: -2em;
		margin: 0 0 0 1.5em;
		color: #000;
	}
	.magazine-tagline {
		width: 250px;
		font-size: 1.5em;
	}

}

@media (min-width: 850px), print {
/*  ==========================================================================
    Collapsing
    ==========================================================================  */
    .secondary-navigation .collapsible-content-collapsed { display: block; }
    .mainNav_toggle, .secondary-navigation .toggle { display: none; }
    .no-js .nav-menu .toggle { display: block; }

/*  ==========================================================================
    Grid
    ==========================================================================  */
    [class*="grid-lg-"] { margin-top: 0; }

    .grid-lg-1 { width: 100%; }
    .grid-lg-1 + .grid-lg-1 { margin-top: 1.5em; }

    .grid-lg-1-2 { width: 50%; }
    .grid-lg-1-3 { width: 33.33%; }
    .grid-lg-2-3 { width: 66.66%; }
    .grid-lg-1-4 { width: 25%; }
    .grid-lg-3-4 { width: 75%; }

    .lt-ie8 .grid-lg-1-2 { width: 35%; }
    .lt-ie8 .grid-lg-1-3 { width: 23.33%; }
    .lt-ie8 .grid-lg-2-3 { width: 56.66%; }
    .lt-ie8 .grid-lg-1-4 { width: 15%; }
    .lt-ie8 .grid-lg-3-4 { width: 65%; }
    .lt-ie8 .grid-lg-2-5 { width: 30%; }
    .lt-ie8 .grid-lg-3-5 { width: 50%; }
    
/*  ==========================================================================
    Site Information
    ==========================================================================  */ 
    .banner_interior {
        padding-top: 2.5em;
        padding-bottom: 2.5em;
        background: url('/_resources/images/v2/global/header/banner/seal.png') top right no-repeat;
    }
    .banner_subtitle {
        margin-top: 0.5em;
    }

/*  ==========================================================================
    Main Navigation
    ==========================================================================  */
    .mainNav_menu {
        display: table;
        table-layout: fixed;
        width: 100%;
    }
    .mainNav_item {
        display: table-cell;
        text-align: center;
        border-top: none;
        position: static;
		vertical-align: bottom;
    }
	.no-js .mainNav_item.has-subNav {
		vertical-align: top;
	}
    .mainNav li, .subNav_title {
        border-top: none;
        -moz-box-shadow:    none;
        -webkit-box-shadow: none;
        box-shadow:         none;
    }
	.mainNav_item > a, .subNav_toggle .collapsible-heading-toggle {
		padding: 1em 0.575em 0.769em;
	}
    .mainNav_item a, .subNav_toggle .collapsible-heading-toggle {
        border-bottom: 4px solid transparent;
        position: relative;
    }
    .mainNav_item > a:hover, 
    .mainNav_item > a:focus, 
    .subNav_toggle .collapsible-heading-toggle:hover,
	.subNav_toggle .collapsible-heading-toggle:focus,
	.subNav_toggle.collapsible-heading-expanded .collapsible-heading-toggle {
        border-bottom: 4px solid #9ccb3b;
    }
    .subNav_toggle.collapsible-heading-expanded .collapsible-heading-toggle:after {
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        border-top: 8px solid #9ccb3b;
        content: "";
        height: 0;
        left: 50%;
        margin-left: -8px;
        position: absolute;
        bottom: -12px;
        width: 0;
        z-index: 2;
    }

/*  ==========================================================================
    Drop Down
    ==========================================================================  */
    .subNav {
        margin: 0;
        text-align: left;
        padding: 1.5em 0;
        background-color: #49565a;
    }
    .js .subNav {
        width: 100%;
        position: absolute;
        left: 0;
        z-index: 1;
        -webkit-box-shadow: 0 5px 10px 0px rgba(0,0,0,0.25);
        -moz-box-shadow:    0 5px 10px 0px rgba(0,0,0,0.25);
        box-shadow:         0 5px 10px 0px rgba(0,0,0,0.25);
    }
    .subNav_interior {
        margin-left: auto;
        margin-right: auto;
        max-width: 1000px;
        padding-left: 20px; 
        padding-right: 20px;
    }

    .no-js .subNav_group { 
        width: 100%; 
        float: none; 
    }
    .subNav_group li { 
        padding: 0; 
    }
    .subNav_group li + li, .no-js .subNav_group li { 
        border-top: 1px solid #67777c; 
    }
	
	.subNav_group:first-child li:first-child {
		border-top: none;
	}

    .subNav a { 
        padding: 0.7em 0; 
        color: #fff;
        font-weight: 400;
        text-transform: none;
        font-size: 1.15em;
        border: none;
        transition: color 0.25s ease;
    }
    .subNav a:hover, 
    .subNav a:focus {
        border: none;
        color: #ebe0bf;
    }
}


@media (min-width: 900px), print {

.content { 
	padding-top: 1.5em; 
}

}


@media (min-width: 1000px), print {
/*  ==========================================================================
    Site Information
    ==========================================================================  */ 
	.banner--magazine_interior {
		background: url('/_resources/images/magazine/magazine-banner.png') center center no-repeat;
	}
}


/* 	==========================================================================
   	IE FIXES
    ==========================================================================  */
	
.no-js.lt-ie9 .top-bar-logo, .no-js.lt-ie9 .news-widget-thumbnail, .no-js.lt-ie9 .footer-usf-logo { width: auto; }
.no-js.lt-ie9 .main-nav-four, .no-js.lt-ie9 .main-nav-five, .no-js.lt-ie9 .main-nav-six, .no-js.lt-ie9 .footer-info { width: 90%; margin: 0 auto; }


/* 	==========================================================================
   	CALENDAR FIXES
    ==========================================================================  */

#subsTree ul { margin: 0; }










/*  ==========================================================================
    Donate
    ==========================================================================  */
	.donate {
		color: #fff;
		padding: 0 1.5em;
		display: none;
	}
	
	.donate_link {
		color: #fff;
        display: block;
        position: relative;
        width: 100%;
    }
	

    .donate_icon {
        color: #9ccb3b;
       	position: absolute;
		left: 0;
		top: 50%;
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
        width: 40px;
        height: 40px;
    }
	.header--alt .donate_icon, .header--unit .donate_icon { color: #9CCB3B;}

    .no-inlinesvg .donate_icon, 
	.no-js .donate_icon { 
		background: url(/_resources/images/v3/global/png/gift-gold.png) no-repeat; background-size: contain; 
	}
	.no-inlinesvg .header--campus .donate_icon,
	.no-js .header--campus .donate_icon {
		background: url(/_resources/images/v3/global/png/gift-usf-green.png) no-repeat; background-size: contain;
	}
	.no-inlinesvg .header--alt .donate_icon, 
	.no-js .header--alt .donate_icon,
	.no-inlinesvg .header--unit .donate_icon,
	.no-js .header--unit .donate_icon { 
		background: url(/_resources/images/v3/icons/png/icon-gift.png) no-repeat; background-size: contain; 
	}

    .donate_text {
		color: #fff;
		padding-left: 55px;
	}

    .donate_action { 
		font-family: "Barlow Condensed", Arial; 
		font-size: 1.65em;
		padding: 0.75em 0;
		text-transform: uppercase;
		color: #ffffff;
		font-weight: 400;
	}


	@media (min-width: 850px), print {
		.donate {
			padding: 0;
			position: absolute;
			top: 7.6em;
			right: 1.5em;
			display: inline;
		}
		.header--alt .donate, .header--unit .donate { background-color: #3f565e; }
		.header--campus .donate { background-color: #fff; }
		
		.no-js .donate { top: 8.5em; }
		.no-js .header--alt .donate, .no-js .header--unit .donate { top: 9.5em; }
		
		.donate_link {
			max-width: 270px;
		}
		.header--campus .donate_link,
		.header--campus .donate_link:visited,
		.header--campus .donate_icon { color: #006747; }

		.donate_icon { width: 50px; height: 50px; }
		.donate_text { padding-left: 60px; }
		.donate_action { padding: 0; }
	}
	@media screen and (min-width: 1060px) {
        .donate { right: calc((100% - 1000px) / 2); }
    }



/*  ==========================================================================
    Footer
    ==========================================================================  */
    footer {
		background-color: #006747;
        color: #fff;
        margin-top: 2em;
        padding: 1.5em;
		width: 100%;
    }
    footer a, footer a:visited {
        color: #fff;
        font-weight: 600;
    }
    .footer_bull {
		color: #e8ea18;
		margin-top: 0;
        height: 87px;
        width: 175px;
    }
	footer:not(.footer--min) .footer_bull { float: left; }

    .no-inlinesvg .footer_bull, 
	.no-js .footer_bull { 
		background: url(/_resources/images/v3/global/png/footer-usf-logo-v.png) no-repeat; 
		background-size: cover; 
	}

    .footer_nav { float: right; }
    
    .systemNav { background-color: #006747; margin-top: 0;}
    
    .footer_content a, .footer_content a:link {
		color: #fff;
        font-weight: 400;
		font-size: 1.3em;
    }


    .systemNav_link {
        display: block;
        font-weight: 400;
    }





    .footer_contact { clear: both; padding-bottom:1em; }

    .social_item { display: inline-block; margin-top: 0; }
    .social_item + .social_item { margin-left: 0.5em; }

    .social_link { display: inline-block; }
    .social_icon { height: 28px; }

	.social_flickr, 
    .social_instagram,
    .social_linkedin,
	.social_rss { width: 24px; }

	.social_tiktok { width: 25px; }
	.social_pinterest { width: 27px; }

    .social_blog, 
	.social_email,
	.social_facebook,
	.social_snapchat,
    .social_twitter { width: 28px; }

    .social_youtube { width: 32px; }

	.social_itunesu { width: 63px; }

    .no-inlinesvg .social_blog, .no-js .social_blog { background: url(/_resources/images/v3/global/social/png/blog.png) no-repeat; }
	.no-inlinesvg .social_email, .no-js .social_email { background: url(/_resources/images/v3/global/social/png/email.png) no-repeat; }
	.no-inlinesvg .social_facebook, .no-js .social_facebook { background: url(/_resources/images/v3/global/social/png/facebook.png) no-repeat; }
	.no-inlinesvg .social_flickr, .no-js .social_flickr { background: url(/_resources/images/v3/global/social/png/flickr.png) no-repeat; }
    .no-inlinesvg .social_instagram, .no-js .social_instagram { background: url(/_resources/images/v3/global/social/png/instagram.png) no-repeat; }
	.no-inlinesvg .social_itunesu, .no-js .social_itunesu { background: url(/_resources/images/v3/global/social/png/itunesu.png) no-repeat; }
    .no-inlinesvg .social_linkedin, .no-js .social_linkedin { background: url(/_resources/images/v3/global/social/png/linkedin.png) no-repeat; }
	.no-inlinesvg .social_pinterest, .no-js .social_pinterest { background: url(/_resources/images/v3/global/social/png/pinterest.png) no-repeat; }
	.no-inlinesvg .social_rss, .no-js .social_rss { background: url(/_resources/images/v3/global/social/png/rss.png) no-repeat; }
    .no-inlinesvg .social_snapchat, .no-js .social_snapchat { background: url(/_resources/images/v3/global/social/png/snapchat.png) no-repeat; }
	.no-inlinesvg .social_tiktok, .no-js .social_tiktok { background: url(/_resources/images/v3/global/social/png/tiktok.png) no-repeat; }
    .no-inlinesvg .social_twitter, .no-js .social_twitter { background: url(/_resources/images/v3/global/social/png/twitter.png) no-repeat; }
	.no-inlinesvg .social_youtube, .no-js .social_youtube { background: url(/_resources/images/v3/global/social/png/youtube.png) no-repeat; }
    
    .footer_infoLink { font-weight: 400; }

    .footer_details, .footer_notice { font-size: 1em; }
	
	.footer-copyright {
		font-size: 1.2em;
	}

	.footer_owner {
		font-size: 1.2em;
	}

	.footer_owner a, .footer_owner a:link, .footer_owner a:hover {
		font-size: 1em;
	}


	.footer_infoItem a:link, .footer_infoItem a:hover {
		font-size: 1.2em;
	}


    @media screen and (max-width: 499px) {
		.no-js .footer_bull, .no-js .footer_bull { float: none; }
        .footer_nav, .footer_nav * + * { margin-top: 0; }
        .systemNav { padding: 0 1.5em; }
        .systemNav:first-child { margin-top: 1px; }

        .systemNav_item {
            border-top: 1px solid #017752; 
            box-shadow: 0px -1px 0px #00563b;
        } 

        .footer_contact, .footer_details { text-align: center; }


        .footer_contact p {
			font-size: 1.3em;
			margin-bottom: .1em;
		}

        .footer_copyright span {
            display: inline-block;
            margin-top: 0;
        }
        .footer_infoItem + .footer_infoItem {
            border-top: 1px solid #017752; 
            box-shadow: 0px -1px 0px #00563b;
            margin-top: 0.75em;
            padding-top: 0.75em;
        }

		.footer_nav {
			margin-top: 1em;
			float: left;
		}


        
    }

    @media (min-width: 500px), print {
        footer { padding: 3em 1.5em 3em; }
		
		.footer_bull {
            height: 100px;
            width: 200px;
        }

        .footer_nav .nav_toggle { display: none; }
        .footer_nav .nav_content { display: flex; margin-top: 0; position: static;  }

        .systemNav + .systemNav { margin-left: 3em; }
        .systemNav a { display: inline-block; padding: 0; }
        .systemNav_item + .systemNav_item { margin-top: 1em; }

        .footer_owner { margin-top: 0; }

        .footer_info { margin-top: 0.357em; }
        .footer_infoItem { float: left; line-height: 1em; }
        .footer_infoItem + .footer_infoItem {
            border-left: 1px solid #fff;
            margin: 0 0 0 0.7em;
            padding-left: 0.7em;
        }
		
			
		.footer-copyright {
			margin-bottom: 0.8em;
			}

		.footer_owner {
			margin-bottom: 0.8em;
			}
			
		
    }

    @media screen and (min-width: 500px) and (max-width: 849px) {
        footer:not(.footer--min) .footer_bull, .footer_nav { clear: both; float: left; margin-bottom: 1em; }
		
		.footer_contact p {
			font-size: 1.3em;
			margin-bottom: .1em;


		}
		
	
    }

    @media (min-width: 850px), print {
        footer { padding-bottom: 6em; }

        .footer_bull {
            height: 115px;
            width: 230px;
        }
        .footer_content {
            margin: 0 auto;
            max-width: 1000px;
            position: relative;
        }

		
        .footer_nav, .footer_details { width: 50%; }
        .footer_nav .nav_content { justify-content: space-between; }

        footer:not(.footer--min) .footer_contact {
            margin-top: 0;
            position: absolute;
            left: 0;
            top: 115px;
            width: 40%;
        }
		


        .footer_address, .footer_social { margin-top: 2em; font-size: 1.3em; }

        footer:not(.footer--min) .footer_details, footer:not(.footer--min) .footer_notice { 
            clear: both; 
            float: right; 
            margin-top: 2em;
		}
		.footer_notice { width: 100%; }
		
		.footer_contact p {
			font-size: 1.3em;
			margin-bottom: -1.8em;


		}
		
		
    }

	