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

/*  ==========================================================================
    Base
    ==========================================================================  */
    .acalog-custom * {  margin: 0; padding: 0; border: 0; font-size: 1em; vertical-align: baseline; -webkit-text-size-adjust: 100%; } 
    .acalog-custom #de { display: none; }

    .acalog-custom article, 
	.acalog-custom aside, 
	.acalog-custom details, 
	.acalog-custom figcaption, 
	.acalog-custom figure, 
	.acalog-custom footer, 
	.acalog-custom header, 
	.acalog-custom hgroup, 
	.acalog-custom menu, 
	.acalog-custom nav, 
	.acalog-custom section { display: block; }

    body .acalog-custom { font: 400 1em/1.5em "Open Sans", Arial, sans-serif; color: #000; background-color: #fff; }
    body .acalog-custom  * + * { margin-top: 1.5em; }
    .acalog-custom svg * + * { margin-top: 0; }

    .acalog-custom strong { font-weight: bold; }
    .acalog-custom em { font-style: italic; }
    .acalog-custom br { margin-top: 0; }  
    .acalog-custom table { border-collapse: collapse; border-spacing: 0; }
    .acalog-custom img { max-width: 100%; display: block; }

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

    .acalog-custom ol, 
	.acalog-custom ul { margin-left: 1.714em; }

    .acalog-custom a, 
	.acalog-custom a:visited { -webkit-transition: text-decoration 1s; transition: text-decoration 1s; color: #006747; font-weight: 700; text-decoration: none; }

    .acalog-custom a:hover, 
	.acalog-custom a:active, 
	.acalog-custom a:focus { text-decoration: underline; }

	.acalog-custom table a { word-wrap: break-word; }
    .acalog-custom #ou-access { font-weight: 400; text-decoration: none; }

	.acalog-custom .mainContent h3 { 
		color: #006747;
		font-size: 1.25em; 
		text-transform: uppercase;
		letter-spacing: 1px;
	}
	.acalog-custom .mainContent h4 { 
		color: #3f565e;
		font-size: 1.125em;
	}
	.acalog-custom .mainContent h6 { 
		font-style: italic; 
		font-weight: normal; 
	}
	.acalog-custom hr {
		border: 0;
		height: 1px;
		margin: 1.5em 0;
		background-color: #DCDDDE;
		width: 100%;
	}

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

    .acalog-custom .u-clearfix:after, 
	.acalog-custom .grid:after, 
	.acalog-custom .container:after { clear:both; }

    .acalog-custom .u-clearfix, 
	.acalog-custom .grid, 
	.acalog-custom .container { *zoom:1; }

    .acalog-custom a.skipLink, 
	.acalog-custom a.skipLink:hover, 
	.acalog-custom a.skipLink:visited, 
	.acalog-custom .hidden, 
	.acalog-custom .collapsible-heading-status { width:1px; height:1px; position:absolute; left:-99999px; top: auto; overflow:hidden; }
    
    .acalog-custom .collapsible-content-collapsed { display:none; }

    .acalog-custom .toggle { margin-bottom: 0; }
 
    .acalog-custom a.skipLink:active, 
	.acalog-custom a.skipLink:focus { 
        width: 100%;
        height: auto; 
		margin-top:0;
        padding: 0.5em 0;
        display: block;
        position: static; 
		background-color: #007A60;
        color: #fff;
        font-weight: normal;
        text-align: center;
        text-transform: uppercase;
		z-index: 5;
    }

/*  ==========================================================================
    Utilities
    ==========================================================================  */
    .acalog-custom .u-wrapper, 
	.acalog-custom .u-wrapper--lg, 
	.acalog-custom .u-wrapper--full { 
		padding: 0 1.5em; 
	}
	.acalog-custom .u-wrapper, 
	.acalog-custom .u-wrapper--lg {
        margin-left: auto;
        margin-right: auto;
        max-width: 1000px
    }
	.acalog-custom .u-wrapper--lg {
		max-width: 1200px;
	}

    .acalog-custom .u-list { list-style: none; margin-left: 0; }

	.acalog-custom .u-hidden { display: none; }

	.acalog-custom .u-center { text-align: center; }
	.acalog-custom .u-auto { margin-left: auto; margin-right: auto; }

/*  ==========================================================================
    Flex
    ==========================================================================  */
	.acalog-custom .u-flex { display: flex; justify-content: space-around; }
    .acalog-custom .u-flex--reverse { flex-direction: row-reverse; }
    .acalog-custom .u-flexItem { flex: 1; margin-top: 0; }
    .acalog-custom .u-flexItem + .u-flexItem,
    .acalog-custom .u-flex--reverse > .u-flexItem { margin-left: 1.5em; }
    .acalog-custom .u-flex--reverse > .u-flexItem:last-child { margin-left: 0; }

    @media (min-width: 500px), print {
        .acalog-custom .u-flex--mid { display: flex; justify-content: space-around; }       
        .acalog-custom .u-flexItem--mid { flex: 1; margin-top: 0; }
        .acalog-custom .u-flexItem--mid + .u-flexItem--mid, 
        .acalog-custom .u-flex--reverse > .u-flexItem--mid { margin-left: 1.5em; }
        .acalog-custom .u-flex--reverse > .u-flexItem--mid:last-child { margin-left: 0; }
    }

    @media (min-width: 850px), print {
        .acalog-custom .u-flex--large { display: flex; justify-content: space-around; }

        .acalog-custom .u-flexItem--large,
        .acalog-custom .u-flexItem--largeExtra { flex: 1; margin-top: 0; }

        .acalog-custom .u-flexItem--large + .u-flexItem--large, 
        .acalog-custom .u-flex--reverse > .u-flexItem--large { margin-left: 1.5em; }
        
        .acalog-custom .u-flexItem--largeExtra + .u-flexItem--largeExtra,
        .acalog-custom .u-flex--reverse > .u-flexItem--largeExtra { margin-left: 3em;}

        .acalog-custom .u-flex--reverse > .u-flexItem--large:last-child,
        .acalog-custom .u-flex--reverse > .u-flexItem--largeExtra:last-child { margin-left: 0; }
    }


/*  ==========================================================================
    Media
    ==========================================================================  */
    .acalog-custom .u-media {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
    }

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


/*  ==========================================================================
    Icons
    ==========================================================================  */
    .acalog-custom .u-icon, 
	.acalog-custom .u-svg { 
		display: block; 
	}
    .acalog-custom .u-icon svg, 
	.acalog-custom .u-svg svg {  
		display: block; 
		margin-top: 0; 
		width: 100%; 
		height: 100%; 
	}    

    .acalog-custom .u-more, 
	.acalog-custom .u-more:visited { 
		font-weight: 600; 
	}
    
    .acalog-custom .u-more_icon {
        color: #9ccb3c;
        display: inline-block;
        width: 0.625em;
        height: 0.75em;
		-webkit-transition: margin 0.2s;
        transition: margin 0.2s;
    }
    .acalog-custom .no-inlinesvg .u-more_icon,
	.acalog-custom .no-js .u-more_icon { 
		background: url(/_resources/images/v3/global/png/right-arrow.png) no-repeat; 
	}

	.acalog-custom .u-more_icon--reverse { transform: scale(-1,1); }

    .acalog-custom .u-more:hover .u-more_icon,
    .acalog-custom .u-more:active .u-more_icon,
    .acalog-custom .u-more:focus .u-more_icon {
        margin-left: 0.5em;
    }

	.acalog-custom .u-more:hover .u-more_icon--reverse,
	.acalog-custom .u-more:active .u-more_icon--reverse,
	.acalog-custom .u-more:focus .u-more_icon--reverse {
		margin-left: -0.5em;
		margin-right: 0.5em;
	}


/*  ==========================================================================
    Buttons
    ==========================================================================  */
	.acalog-custom .u-btn, 
	.acalog-custom .u-btn:visited {
		background-color: #006747;
		border-radius: 1em;
		box-sizing: border-box;
		color: #fff;
		display: inline-block;
		font: 400 1.5em/1.25em "Barlow Condensed", sans-serif; 
		margin-left: auto;
		margin-right: auto;
		padding: 0.5em 1.5em;
		text-align: center;
		text-transform: uppercase;
		width: 9em;
	}

/*  ==========================================================================
    Global Toggle Icon Behavior
    ==========================================================================  */
	.acalog-custom .no-js .toggle--global {
        display: none;
    }
	.acalog-custom .toggle--global .u-icon {
		height: 24px;
		width: 21px;
		padding: 4px;
		margin-top: -4px;
	}
	.acalog-custom header .toggle--global a, 
	.acalog-custom header .toggle--global .u-icon,
	.acalog-custom footer .toggle--global a, 
	.acalog-custom footer .toggle--global .u-icon { 
		color: #fff; 
		border: 1px solid rgba(255, 0, 0, 0);
		-webkit-transition: all .5s ease-out;
		transition: all .5s ease-out;
	}

	.acalog-custom header .toggle--global a:hover .u-icon,
	.acalog-custom header .toggle--global a:focus .u-icon, 
	.acalog-custom header .toggle--global a:active .u-icon, 
	.acalog-custom footer .toggle--global a:hover .u-icon,
	.acalog-custom footer .toggle--global a:focus .u-icon,
	.acalog-custom footer .toggle--global a:active .u-icon{
		border-color: #fff;
		-webkit-transition: all .5s ease-out;
		transition: all .5s ease-out;
	}

	.acalog-custom .header--campus .toggle--global a, 
	.acalog-custom .header--campus .toggle--global .u-icon { color: #006747; }

	.acalog-custom .header--campus .toggle--global a:hover .u-icon,
	.acalog-custom .header--campus .toggle--global a:focus .u-icon,
	.acalog-custom .header--campus .toggle--global a:active .u-icon {
		border-color: #009374;
		-webkit-transition: all .5s ease-out;
		transition: all .5s ease-out;
	}

	.acalog-custom header .toggle--global,
	.acalog-custom footer .toggle--global {
		text-transform: uppercase;
	}

	@media (max-width: 849px), print {
		.acalog-custom header .toggle--global {
			display: flex;
			height: 100%;
		}
		.acalog-custom header .toggle--global a {
			align-self: center;
		}
		.acalog-custom footer .toggle--global {
			padding-bottom: 5em;
		}
		
		.acalog-custom .toggle--global .u-icon { padding: 4px; }
		
		.acalog-custom .toggle--global[aria-expanded=true] .u-icon { height: 28px; width: 25px; padding: 2px; }
		
		.acalog-custom .toggle--global .u-icon svg:first-of-type,
		.acalog-custom .toggle--global[aria-expanded=true] .u-icon svg + svg { display: block; }
		
		.acalog-custom .toggle--global .u-icon svg + svg,
		.acalog-custom .toggle--global[aria-expanded=true] .u-icon svg:first-of-type { display: none; }
	}
	

/*  ==========================================================================
    Header
    ==========================================================================  */  
    .acalog-custom header, 
	.acalog-custom header * + * { 
		margin-top: 0; 
	}
	.acalog-custom header { background-color: #006747; }
	.acalog-custom .header--alt, .header--unit { background-color: #3f565e; }
	.acalog-custom .header--campus { background-color: #fff; }

    .acalog-custom header a { display: block; }

    .acalog-custom [class^=header_bull] { 
		color: #e8ea18;
		height: 30px; 
		width: 175px; 
	}
    .acalog-custom .no-inlinesvg .header_bull, 
	.acalog-custom .no-js .header_bull { 
		background: url(/_resources/images/v3/global/png/logo-classic-stacked.png) no-repeat; 
		background-size: cover; }

	.acalog-custom .header_bull--sm,
	.acalog-custom .header_bull--sp {
		color: #006747;
		height: 40px;
	}
	.acalog-custom .no-inlinesvg .header_bull--sm,
	.acalog-custom .no-js .header_bull--sm {
		background: url(/_resources/images/v3/global/png/usfsm-lightbg-2c-rgb-h.png) no-repeat;
		background-size: cover; 
	}
	.acalog-custom .no-inlinesvg .header_bull--sp,
	.acalog-custom .no-js .header_bull--sp {
		background: url(/_resources/images/v3/global/png/usfsp-lightbg-2c-rgb-h.png) no-repeat;
		background-size: cover; 
	}

	.acalog-custom .header_text {
		font-family: "Barlow Condensed", sans-serif;
		letter-spacing: 1px;
		text-transform: uppercase;
		padding-right: 1em;
	}
	.acalog-custom .header_text a { color: #fff; }
	.acalog-custom .header--campus .header_text a { color: #006747; }

	.acalog-custom .header_text--has-icon a {
		position: relative;
		padding-left: 40px;
	}	

	.acalog-custom .header_textIcon {
		width: 30px;
		height: 24px;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.acalog-custom .no-inlinesvg .header_textIcon, 
	.acalog-custom .no-js .header_textIcon { 
		background: url(/_resources/images/v3/global/png/bullhorns-header.png) no-repeat; background-size: contain; 
	}

	.acalog-custom .header_title, 
	.acalog-custom .header_subtitle {
		font-family: "Barlow Condensed", sans-serif;
		letter-spacing: 1px;
		text-transform: uppercase;
	}
	.acalog-custom .header_title--cs { text-transform: none; }

	.acalog-custom .header_title { font-size: 1.75em; line-height: 1em; padding-right: 0.575em; }
	.acalog-custom .header_subtitle { font-size: 1.3em; margin-top: 0.25em; padding-right: 1em; }

	.acalog-custom .header_title, .header_titleLink, 
	.acalog-custom .header_titleLink:visited,
	.acalog-custom .header_subtitle, 
	.acalog-custom .header_subtitleLink, 
	.acalog-custom .header_subtitleLink:visited { color: #fff; }

	.acalog-custom .header--campus .header_title, 
	.acalog-custom .header--campus .header_titleLink, 
	.acalog-custom .header--campus .header_titleLink:visited,
	.acalog-custom .header--campus .header_subtitle, 
	.acalog-custom .header--campus .header_subtitleLink, 
	.acalog-custom .header--campus .header_subtitleLink:visited { color: #006747; }

	.acalog-custom .header_subtitleLink { font-weight: 400; }
	

    @media screen and (max-width: 849px) {
		.acalog-custom.js header { padding: 0 1.5em; display: flex; }
		.acalog-custom.js .header_banner { padding: 1em 0; }
        .acalog-custom.js .header_search { margin-left: auto; }
        .acalog-custom.js .header_nav {  margin-left: 1em; }
		
		/* Currently won't be applied due to js placement */
		.acalog-custom.no-js .header_banner { padding: 1em 1.5em; }
		
		.acalog-custom [class^=header_bull] {
			-webkit-transition: height 0.5s, width 0.5s;
			transition: height 0.5s, width 0.5s;
		}
		
		.acalog-custom .header_text + .header_logo { margin-top: 1em; }
		.acalog-custom .header_text + .header_title { margin-top: 0.25em; }
    }

	@media (min-width: 500px), print {
		.acalog-custom [class^=header_bull] {
			height: 34px;
			width: 200px;
		}
		.acalog-custom .header_bull--sm, 
		.acalog-custom .header_bull--sp { height: 46px; }
	}

    @media (min-width: 850px), print {
        .acalog-custom header { position: relative; }

        .acalog-custom .header_banner {
            padding: 4.5em 1.5em 1.5em;
            position: relative;
            max-width: 1000px;
            margin-left: auto;
            margin-right: auto;
        }
		.acalog-custom .header--alt .header_banner, 
		.acalog-custom .header--unit .header_banner { padding: 5.5em 1.5em 2.5em; }
		
		.acalog-custom .no-js .header_banner { padding-top: 9em; }
		.acalog-custom .no-js .header--alt .header_banner, 
		.acalog-custom .no-js .header--unit .header_banner { padding-top: 10em; }

        .acalog-custom .header_logo {
            float: left;
        }
        .acalog-custom [class^=header_bull] {
            margin: 0 auto;
            height: 51px;
            width: 300px;
        }
		.acalog-custom .header_bull--sm, 
		.acalog-custom .header_bull--sp { height: 69px; }
		
		.acalog-custom .header_text {
			position: absolute;
			left: 1.5em;
			top: 1em;
			line-height: 1em;
			z-index: 1;
		}
		.acalog-custom .header_title { font-size: 2.5em; }
		.acalog-custom .header_title, 
		.acalog-custom .header_subtitle { padding-right: 300px; }
		
        .acalog-custom .header_name {
			display: inline-block;
            margin-top: 1em;
        }
    }

/*  ==========================================================================
    Header - Search
    ==========================================================================  */    
	.acalog-custom .no-inlinesvg .toggle .search_icon { background: url(/_resources/images/v3/global/png/search-toggle.png) center center no-repeat; }

	.acalog-custom .no-inlinesvg .header--campus .toggle .search_icon { background: url(/_resources/images/v3/global/png/search-toggle-usf-green.png) center center no-repeat; }
	
    .acalog-custom .search_content { 
		background-color: #3f565e;
		position: absolute;
        left: 0;
        width: 100%;
        z-index: 10;
    }
	.acalog-custom .header--alt .search_content, 
	.acalog-custom .header--unit .search_content { background-color: #516b74; }

    .acalog-custom .search_form { margin: 0 auto; max-width: 1000px; padding: 1em; position: relative; }

    .acalog-custom #site-search-input {
        box-sizing: border-box;
        font-family: "Open Sans", sans-serif;
        padding: 0.5em 3.25em 0.5em 0.5em;
        width: 100%;
        height: 2.5em;
    }
    .acalog-custom #site-search-submit {
		border: 0.0625em solid rgba(255, 0, 0, 0);
		-webkit-transition: all .5s ease-out;
		transition: all .5s ease-out;
		margin-top: -0.3125em;
		padding: 0.25em;
		position: absolute;
		top: calc(50% - 0.625em);
		right: 2em;
		width: 1.25em;
		height: 1.25em;
    }
	.acalog-custom #site-search-submit:hover,
	.acalog-custom #site-search-submit:focus,
	.acalog-custom #site-search-submit:active {
		border-color: #009374;
	}

	@media screen and (max-width: 849px) {
		.no-inlinesvg .acalog-custom .toggle[aria-expanded=true] .search_icon { background: url(/_resources/images/v3/global/png/close-white.png) center center no-repeat; }
		
		/* Again, probably won't be applied */
		.acalog-custom .no-js .search_content {
			position: static;
		}
	}
    @media (min-width: 850px), print {
        .acalog-custom .search_toggle {
            position: absolute;
            top: 0;
            right: 1.5em;
            z-index: 2;
        }
        .acalog-custom .search_toggle { margin: 0; padding: 0.75em 0;}
		.acalog-custom .search_icon svg + svg { display: none; }
        .acalog-custom .search_content { top: 3em; }
    }

    @media screen and (min-width: 1060px) {
        .acalog-custom .search_toggle { right: calc((100% - 1000px) / 2); }
    }

/*  ==========================================================================
    Header - Navigation
    ==========================================================================  */  
    .acalog-custom .nav_content a,
    .acalog-custom.no-js .subNav_toggle { 
        color: #fff;
		font-weight: 400;
        padding: 1em 0; 
    }

	.acalog-custom a.siteNav_link, 
	.acalog-custom .subNav_toggle a {
		font: 600 1.25em/1.5em "Barlow Condensed", sans-serif;
		padding: 0.8em 0;
	}

	.no-inlinesvg .acalog-custom .toggle .nav_icon { background: url(/_resources/images/v3/global/png/menu-white.png) center center no-repeat; }
	.no-inlinesvg .acalog-custom .toggle[aria-expanded=true] .nav_icon { background: url(/_resources/images/v3/global/png/close-white.png) center center no-repeat; }

    .acalog-custom .siteNav {
        background-color: #3f565e; 
        letter-spacing: 1px;
    }

    .acalog-custom .siteNav_link, 
	.acalog-custom .subNav_toggle { text-transform: uppercase; }

    .acalog-custom .subNav_toggle { position: relative; }

    .acalog-custom .subNav_indicator {
        color: #9CCB3B;
        display: inline-block;
        margin: 0 0 -1px 0.5em;
        width: 10px;
        height: 16px;
    }
    .no-inlinesvg .acalog-custom .subNav_indicator { background: url(/_resources/images/v3/global/png/down-arrow.png) no-repeat; background-size: contain; }

	@-webkit-@keyframes subNav {
		0% { opacity: 0; }
		100% { opacity: 1; }
	}
	@keyframes subNav {
		0% { opacity: 0; }
		100% { opacity: 1; }
	}

    .acalog-custom .audienceNav { background-color: #466069; }
    .acalog-custom .utilNav { background-color: #516b74; }

    @media screen and (max-width: 849px) {
		.acalog-custom.js .nav_content {
			position: absolute;
			left: 0;
			width: 100%;
			z-index: 10;
		}
		.acalog-custom .siteNav,
		.acalog-custom .donate + .auxNav nav:nth-of-type(1) {
			background-color: #3f565e;
			border-top: 1px solid #466069;
		}
		
        .acalog-custom .siteNav_menu, 
        .acalog-custom .audienceNav_menu, 
        .acalog-custom .utilNav_menu { padding: 0 1.5em; }

		.acalog-custom .siteNav li + li,
		.acalog-custom .siteNav .subNav,
		.acalog-custom .siteNav .subNav_menu + .subNav_menu,
		.acalog-custom .donate + .auxNav nav:nth-of-type(1) li + li {
			border-top: 1px solid #4b636c;
			box-shadow: 0px -1px 0px #384b52;
		}
		
		.acalog-custom .auxNav nav:nth-of-type(1),
		.acalog-custom .donate + .auxNav nav:nth-of-type(2) {
			background-color: #466069;
			border-top: 1px solid #516b74;
		}
		
		.acalog-custom .auxNav nav:nth-of-type(1) li + li,
		.acalog-custom .donate + .auxNav nav:nth-of-type(2) li + li {
			border-top: 1px solid #516b74;
			box-shadow: 0px -1px 0px #3f565e;
		}
		
		.acalog-custom .auxNav nav:nth-of-type(2) {
			background-color: #516b74;
			border-top: 1px solid #5e7881;
		}
		.acalog-custom .auxNav nav:nth-of-type(2) li + li {
			border-top: 1px solid #5e7881;
			box-shadow: 0px -1px 0px #466069;
		}

		.acalog-custom .auxNav nav:last-of-type {
			padding-bottom: 0.5em;
		}

        .acalog-custom .subNav_details { display: none; }
        .acalog-custom .subNav_col li { padding-left: 1.5em; }
    }


    @media (min-width: 850px), print {
        .acalog-custom.js .nav_toggle { display: none; }
        .acalog-custom .nav_content { display: block; position: static;  }

        .acalog-custom.js .siteNav { padding: 0 1.5em; -webkit-transition: font-size 0.5s; transition: font-size 0.5s; background-color: #EFEFF0; }
		
		.acalog-custom.js .header--campus .siteNav { background-color: #006747; }

        .acalog-custom .siteNav_menu {
            display: table;
            table-layout: fixed;
            width: 100%;
            max-width: 1000px;
            margin: 0 auto;
        }
        .acalog-custom .siteNav_item {
            display: table-cell;
            text-align: center;
            vertical-align: bottom;
        }
		.acalog-custom.no-js .siteNav_item {
			padding: 0 1em;
			vertical-align: top;
		}
        .acalog-custom.js a.siteNav_link, 
		.acalog-custom .subNav_toggle a { color: #006747; padding: 0.8em 0.5em; } 
		
		.acalog-custom.js .header--campus a.siteNav_link, 
		.acalog-custom .header--campus .subNav_toggle a { color: #fff; }

        .acalog-custom.js .subNav {
			background-color: #3f565e;
            box-sizing: border-box;
            color: #fff;
            text-align: left;
            padding: 3em 1.5em;
            position: absolute;
            left: 0;
            width: 100%;
            z-index: 4;
        }
        .acalog-custom .subNav_toggle[aria-expanded=true] a:after {
            border-right: 10px solid transparent;
            border-left: 10px solid transparent;
			border-bottom: 10px solid #3f565e;
            content: "";
            height: 0;
            left: 50%;
            margin-left: -8px;
            position: absolute;
            bottom: 0;
            width: 0;
            z-index: 3;
        }
        .acalog-custom.js .subNav_content {
            max-width: 1000px;
            margin: 0 auto;
            display: flex;
			overflow: hidden;
        }

        .acalog-custom.js .subNav_col {
            flex: 1 1 auto;
            max-width: calc((1000px - 6em) / 3);
        }
		.no-flexbox .acalog-custom .subNav_col { float: left; }
		
        .acalog-custom.js .subNav_col + .subNav_col { margin-left: 3em; }
		
		.cssanimations .acalog-custom .subNav_toggle[aria-expanded=true] + .subNav .subNav_col {
			-webkit-animation: 1s forwards subNav; 
			animation: 1s forwards subNav;
			opacity: 0;
		}
		.cssanimations .acalog-custom .subNav_toggle[aria-expanded=true] + .subNav .subNav_col:nth-of-type(2)  {
			-webkit-animation-delay: 0.25s;
			animation-delay: 0.25s;
		}
		.cssanimations .acalog-custom .subNav_toggle[aria-expanded=true] + .subNav .subNav_col:nth-of-type(3) {
			-webkit-animation-delay: 0.5s;
			animation-delay: 0.5s;
		}

        .acalog-custom .subNav_heading {
			color: #fff;
			font: 600 2.5em/1.5em "Barlow Condensed", sans-serif;
        }
		
		.acalog-custom.no-js .subNav_details { display: none; }
        .acalog-custom .subNav_details p { margin-top: 1.5em; }      
        .acalog-custom .subNav_menu li + li { border-top: 1px solid #516b74; }
		.acalog-custom.no-js .subNav_menu li { border-top: 1px solid #fff; }
    }

    @media screen and (min-width: 850px) and (max-width: 999px) {
        .acalog-custom .siteNav {
            font-size: 0.85em;
            line-height: 1.5em;
        }
    }

/*  ==========================================================================
    Header - Top Bar
    ==========================================================================  */     
    @media (min-width: 850px), print {
        .acalog-custom .auxNav {
            background-color: #327052;
            box-sizing: border-box;
            padding: 1em 1.5em;
            position: absolute;
            width: 100%;
            top: 0;
            left: 0;
        }
		.acalog-custom .header--alt .auxNav, 
		.acalog-custom .header--unit .auxNav { background-color: #384B52; }
		
		.acalog-custom .header--campus .auxNav { background-color: #EFEFF0; }
		
        .acalog-custom .auxNav_content {
            margin: 0 auto;
            width: 100%;
            max-width: 1000px;
        }
        .acalog-custom .audienceNav, 
		.acalog-custom .utilNav {
            background-color: #327052;
            padding: 0;
        }
		.acalog-custom .header--alt .audienceNav, 
		.acalog-custom .header--alt .utilNav, 
		.acalog-custom .header--unit .audienceNav, 
		.acalog-custom .header--unit .utilNav { background-color: #384B52; }
		
		.acalog-custom .header--campus .audienceNav, 
		.acalog-custom .header--campus .utilNav { background-color: #EFEFF0; }
		
        .acalog-custom .audienceNav { float: left; }
        .acalog-custom .utilNav { float: right; padding-right: 2.5em; }
        
        .acalog-custom .auxNav_content li { 
            float: left;
            line-height: 1em;
        }
        .acalog-custom .auxNav_content li + li {
            margin-left: 0.75em;
            padding-left: 0.75em;
            border-left: 1px solid #6a9b89;
        }
		.acalog-custom .header--alt .auxNav_content li + li, 
		.acalog-custom .header--unit .auxNav_content li + li { border-left-color: #516b74; }
		
		.acalog-custom .header--campus .auxNav_content li + li { border-left-color: #006747; }
		
        .acalog-custom .auxNav_content a, 
		.acalog-custom .auxNav_content a:visited {
            padding: 0;
        }     
		.acalog-custom .header--campus .auxNav_content a, 
		.acalog-custom .header--campus .auxNav_content a:visited {
			color: #006747;
		}
    }

/*  ==========================================================================
    Donate
    ==========================================================================  */
	.acalog-custom .donate {
		background-color: #384B52;
		color: #fff;
		padding: 0 1.5em;
	}
	.acalog-custom .donate_link {
		color: #fff;
        display: block;
        position: relative;
        width: 100%;
    }
    .acalog-custom .donate_icon {
       	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;
    }

	.acalog-custom .donate_iconPart:nth-child(even) { fill: #fff;}
	.acalog-custom .donate_iconPart:nth-child(odd) { fill: #9CCB3B; }

	.no-inlinesvg .acalog-custom .donate_icon, 
	.acalog-custom.no-js .donate_icon { 
		background: url(/_resources/images/v3/global/png/donate-default.png) no-repeat; background-size: contain; 
	}

    .acalog-custom .donate_text { padding-left: 55px; }

    .acalog-custom .donate_action { 
		font-family: "Barlow Condensed", Arial; 
		font-size: 1.25em;
		padding: 0.75em 0;
		text-transform: uppercase;
	}

	@media (min-width: 850px), print {
		.acalog-custom .donate {
			background-color: #006747;
			padding: 0;
			position: absolute;
			top: 4em;
			right: 1.5em;
		}
		.acalog-custom .header--alt .donate, 
		.acalog-custom .header--unit .donate { background-color: #3f565e; }
		
		.acalog-custom .header--campus .donate { background-color: #fff; }
		
		.acalog-custom.no-js .donate { top: 8.5em; }
		.acalog-custom.no-js .header--alt .donate, 
		.acalog-custom.no-js .header--unit .donate { top: 9.5em; }
		
		.acalog-custom .donate_link {
			max-width: 270px;
		}
		.acalog-custom .header--campus .donate_link,
		.acalog-custom .header--campus .donate_link:visited,
		.acalog-custom .header--campus .donate_icon { color: #006747; }
		
		.acalog-custom .header--campus .donate_iconPart { fill: #9CCB3B; }
		
		.no-inlinesvg .acalog-custom .header--campus .donate_icon, 
		.acalog-custom.no-js .header--campus .donate_icon { 
			background: url(/_resources/images/v3/global/png/donate-campus.png) no-repeat; background-size: contain; 
		}
		
		.acalog-custom .donate_icon { 
			left: -5px;
			-webkit-transition: left 0.5s;
			transition: left 0.5s;
			width: 50px; height: 28px; 
		}
		
		.acalog-custom .donate_link:hover .donate_icon,
		.acalog-custom .donate_link:active .donate_icon,
		.acalog-custom .donate_link:focus .donate_icon { left: 5px; }

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


/*  ==========================================================================
    Main Content
    ==========================================================================  */
	.acalog-custom .mainContent--flush { margin-top: 0; }

	.acalog-custom .mainContent_heading {
		color: #006747;
		font: 600 2.5em/1.2em "Barlow Condensed", sans-serif;
		text-transform: uppercase;
	}
	.acalog-custom .mainContent li + li,
	.acalog-custom .mainContent li ul { margin-top: 0; }

	@media (min-width: 850px), print {	
		.acalog-custom .mainContent:not(.mainContent--flush) { margin-top: 3em; }
	}


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

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

    .acalog-custom .footer_nav { float: right; }
    
    .acalog-custom .systemNav { background-color: #006747; margin-top: 0; }
    
    .acalog-custom .systemNav_link {
        display: block;
        font-weight: 400;
    }

    .acalog-custom .footer_contact { clear: both; }

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

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

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

	.acalog-custom .social_tiktok { width: 25px; }
	.acalog-custom .social_pinterest { width: 27px; }

    .acalog-custom .social_blog, 
	.acalog-custom .social_email,
	.acalog-custom .social_facebook,
	.acalog-custom .social_snapchat { width: 28px; }

    .acalog-custom .social_youtube { width: 32px; }

	.acalog-custom .social_itunesu { width: 63px; }

	.acalog-custom .social_twitter, .acalog-custom .social_x { width: 23px; height: 24px; }

    .no-inlinesvg .acalog-custom .social_blog, 
	.acalog-custom.no-js .social_blog { background: url(/_resources/images/v3/global/social/png/blog.png) no-repeat; }

	.no-inlinesvg .acalog-custom .social_email, 
	.acalog-custom.no-js .social_email { background: url(/_resources/images/v3/global/social/png/email.png) no-repeat; }

	.no-inlinesvg .acalog-custom .social_facebook, 
	.acalog-custom.no-js .social_facebook { background: url(/_resources/images/v3/global/social/png/facebook.png) no-repeat; }

	.no-inlinesvg .acalog-custom .social_flickr, 
	.acalog-custom.no-js .social_flickr { background: url(/_resources/images/v3/global/social/png/flickr.png) no-repeat; }

    .no-inlinesvg .acalog-custom .social_instagram, 
	.acalog-custom.no-js .social_instagram { background: url(/_resources/images/v3/global/social/png/instagram.png) no-repeat; }

	.no-inlinesvg .acalog-custom .social_itunesu, 
	.acalog-custom.no-js .social_itunesu { background: url(/_resources/images/v3/global/social/png/itunesu.png) no-repeat; }

    .no-inlinesvg .acalog-custom .social_linkedin, 
	.acalog-custom.no-js .social_linkedin { background: url(/_resources/images/v3/global/social/png/linkedin.png) no-repeat; }

	.no-inlinesvg .acalog-custom .social_pinterest, 
	.acalog-custom.no-js .social_pinterest { background: url(/_resources/images/v3/global/social/png/pinterest.png) no-repeat; }

	.no-inlinesvg .acalog-custom .social_rss, 
	.acalog-custom.no-js .social_rss { background: url(/_resources/images/v3/global/social/png/rss.png) no-repeat; }

    .no-inlinesvg .acalog-custom .social_snapchat, 
	.acalog-custom.no-js .social_snapchat { background: url(/_resources/images/v3/global/social/png/snapchat.png) no-repeat; }

	.no-inlinesvg .acalog-custom .social_tiktok, 
	.acalog-custom.no-js .social_tiktok { background: url(/_resources/images/v3/global/social/png/tiktok.png) no-repeat; }

    .no-inlinesvg .acalog-custom .social_twitter, .no-js .acalog-custom .social_twitter,
	.no-inlinesvg .acalog-custom .social_x, .no-js .acalog-custom .social_x { background: url(/_resources/images/v3/global/social/png/x.png) no-repeat; }

	.no-inlinesvg .acalog-custom .social_youtube, 
	.acalog-custom.no-js .social_youtube { background: url(/_resources/images/v3/global/social/png/youtube.png) no-repeat; }
    
    .acalog-custom .footer_infoLink { font-weight: 400; }

    .acalog-custom .footer_details, 
	.acalog-custom .footer_notice { font-size: 0.875em; }

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

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

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

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

        
    }

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

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

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

        .acalog-custom .footer_owner { margin-top: 0; }

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

    @media screen and (min-width: 500px) and (max-width: 849px) {
        .acalog-custom footer:not(.footer--min) .footer_bull, 
		.acalog-custom .footer_nav { clear: both; float: none; }
    }

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

        .acalog-custom .footer_bull {
            height: 115px;
            width: 230px;
        }
        .acalog-custom .footer_content {
            margin: 0 auto;
            max-width: 1000px;
            position: relative;
        }
        .acalog-custom .footer_nav, 
		.acalog-custom .footer_details { width: 50%; }
		
        .acalog-custom .footer_nav .nav_content { justify-content: space-between; }

        .acalog-custom footer:not(.footer--min) .footer_contact {
            margin-top: 0;
            position: absolute;
            left: 0;
            top: 115px;
            width: 40%;
        }
        .acalog-custom .footer_address, 
		.acalog-custom .footer_social { margin-top: 2em; }

        .acalog-custom footer:not(.footer--min) .footer_details, 
		.acalog-custom footer:not(.footer--min) .footer_notice { 
            clear: both; 
            float: right; 
            margin-top: 2em;
		}
		.acalog-custom .footer_notice { width: 100%; }
    }

/*  ==========================================================================
Digital Access Banner
==========================================================================  */
.acalog-custom .digital-access-banner {
	background-color: #efeff0;
	margin-top: 5em;
	padding: 2em 1.5em;
}
.acalog-custom .digital-access-banner + footer {
	margin-top: 0;
}
.acalog-custom .digital-access-banner_message {
	margin: 0 auto;
	max-width: 650px;
	text-align: center;
}
.acalog-custom .digital-access-banner_heading {
	font: 600 2.5em/1.2em "Barlow Condensed", sans-serif;
}
.acalog-custom .digital-access-banner_headingLink {
	font-weight: 600;
}