/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { font-size: 1em; line-height: 1.4; font-family:'Open Sans',sans-serif; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #73000a; text-decoration:none; }
a:hover { color: #818701; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }

/* For External links outside of the site and new window */
.new-window:after	{ 
		content: '';
		background: url(/_global_resources/img/icons/external_link.png) no-repeat center right; 
		padding-right: 15px; 
		width: 11px;
		height: 11px;
	}

/* =============================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

h1, h2, h3, h4, h5, h6 { color: #73000a; line-height: 1.1em; }

@media only screen and (min-width: 320px) and (max-width: 767px) {
    h1 { font-size: 1.5em; }
}

p { font-size: 14px; font-size: .875rem; line-height: 1.8em; }

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

iframe { width: 100%; }

dfn { font-style: italic; }

hr { display: block; border: 0; border-top: 1px dotted #a3a3a3; margin: 1em 0; padding: 0; width: 100%; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 75%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; outline: 0; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

select { margin-bottom: 2em; border: 1px solid #a3a3a3; }


/* =============================================================================
   Tables
   ========================================================================== */

table { 
	border-collapse: collapse; 
	border-spacing: 0; 
	width: 100%; 
	table-layout: fixed;
}
th  { color: #FFF; background-color: #5b5b5b; text-align: left; }
td  { vertical-align: top; width: 25%; }
table:not(.dataTable) th, table:not(.dataTable) td  { padding:7px; border: 1px #ccc solid; }			
table:not(.dataTable) tr:nth-child(even) { background: #ECECEC; }
table p { margin: 0; }
caption	{ text-align:left; margin-bottom: 7px; }

/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }
.chromeFrameOverlayContent { width: 600px; }
  
/* ==|== primary styles =====================================================
   Author: Peter Schmolze 
   University of South Carolina - Web Communications
   May 2013
   ========================================================================== */

/*
 * Styling for form elements
 */
form p { margin-top: 0; }
		
label {
    font-weight: 600;
    font-size: 14px;
    width: 100%;
    display: inline-block;
    text-align: left;
    margin-bottom: .5em;
    vertical-align: middle;
}
input[type="checkbox"] + label, input[type="radio"] + label {
    display: inline-block;
    margin-left: 0.44444rem;
    margin-right: 0.88889rem;
    margin-bottom: 0;
    vertical-align: baseline; 
    text-align: left;
    width: auto;
}
/* Form elements inside a callout */
.callout label {
    text-align: left;
}

input[type="submit"],
input[type="search"],
input[type="reset"],
input[type="number"],
input[type="time"],
input[type="tel"],
input[type="date"],
input[type="button"],
input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
    width: 100%;
    height: 35px;
    border: 1px solid #a3a3a3;
    border-radius: 7px;
    font-family: "Open Sans", sans-serif;
    max-width: 48em;
    margin-bottom: 1em;
    padding-left: 10px;
}

input[type="checkbox"], 
input[type="radio"] {
    margin-bottom: 1em;
}

textarea { height: 100px; }
		
/* Form Validation */
input:required:focus:valid,
textarea:required:focus:valid {
    border: 1px solid green;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,128,0,.3);
            box-shadow: 0 0 10px 0 rgba(0,128,0,.3);
    transition: .25s ease-in;
}
input:required:focus:invalid:focus,
textarea:required:focus:invalid:focus {
    border: 1px solid #E9322D;
    -webkit-box-shadow: 0 0 10px 0 rgba(233,50,45,.3);
            box-shadow: 0 0 10px 0 rgba(233,50,45,.3);
    transition: .25s ease-in;
}
		
.required { color: red; }

input[type="submit"]:disabled {
    opacity: .5;
    cursor: not-allowed;
}

/* Add placeholder text styles */
::-webkit-input-placeholder { color: #a3a3a3; }
:-moz-placeholder { /* Firefox 18- */color: #a3a3a3;  }
::-moz-placeholder {  /* Firefox 19+ */color: #a3a3a3;  }
:-ms-input-placeholder {  color: #a3a3a3;  }

input[type="submit"] {
    background-color: #73000a;
    color: #fff;
    padding: 0 15px;
    text-transform: uppercase;
    border: none;
}

.custom-dropdown {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  width: 100%;
}
  .custom-dropdown:before, .custom-dropdown:after {
    content: "";
    position: absolute;
    pointer-events: none; }
  .custom-dropdown:before {
    width: 2em;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0 7px 7px 0;
    background-color: #a3a3a3; }
  .custom-dropdown:after {
    content: "\25BC";
    height: 1em;
    font-size: .625em;
    line-height: 1;
    right: 1.2em;
    top: 50%;
    margin-top: -.5em;
    color: #FFF; }

select {
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-bottom: 0;
    padding: .5em;
    font-size: .875em; /* 14px / 16px */
    background-color: #fff;
    max-width: none;
}
select::-ms-expand {
    display: none;
}
		

/* Header
   ----------------------------------------------------*/ 
 
.banner { 
    background-color: #73000a;
    padding: 5px 0;
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	z-index: 500;
	-webkit-backface-visibility: hidden;
}
    /*
     * Banner Icons - Search & Menu
     */
    
    .banner-icons { float:right; height: 42px; }
    
    .search-btn-mobile,
    .menu-btn-mobile {
        border-radius: 5px;
        background-color: #000;
        border: 1px solid #A3A3A3;
    }
    
    .search-btn-mobile, 
    .menu-btn-mobile, .menu-title { 
		background: url(../img/search_menu.svg) no-repeat; 
		background-color: #000;
		width: 30px;
		height: 30px;
		padding: 5px;
		box-sizing: content-box;  
		float: left;
	}
    .no-svg .search-btn-mobile,
    .no-svg .menu-btn-mobile, .no-svg .menu-title { background-image: url(../img/search_menu.png); background-repeat:no-repeat; }
    
    .search-btn-mobile { background-position:9px 9px; margin-right:10px; }
    .menu-btn-mobile { position: relative; background-position:10px -30px; }
		.menu-btn-mobile:before { 
            content: 'MENU';
            position: absolute;
            top: 5px;
            left: 10px;
            font-size: 7px;
            color: #FFF;
        }
    
    .mobile-head .logo { 
        background: url(../img/USC_Web_linear.svg) no-repeat 0;
        height: 45px;
		width: 192px;
		float: left;
        background-size: 185px;
    }
        .no-svg .mobile-head .logo { background: url(../img/USC_Web_linear.png) no-repeat 0; }
    
    /*
     * Search
     */
    #search { 
		display: none;
		width: 100%;
		background-color: #000;
		padding: 10px;
		bottom: -5px;
		position: relative;
		float: left;
	}
	#search .search-input { 
        margin-bottom: 0; 
        width: 100%;
        max-width: 100%;
    } 
    
    /* Google Custom Search results page */
	
	/* Remove styles set from default tables styles */
	#___gcse_0 td { 
		border: 0; 
		padding: 0;
	}
	#___gcse_0 .gsc-results td { padding: .75em 0; }
	.gsc-webResult.gsc-result { margin-bottom: 1em; }
	/* Fix sort by width */
	.gsc-selected-option-container.gsc-inline-block { width: auto !important;}
	.gsc-control-cse { padding: 0 !important; }
    .search-results { min-height: 600px; }
    .search-results .gs-result .gs-title, 
    .search-results .gs-result .gs-title * { text-decoration: none; }
	input.gsc-input,
	input.gsc-search-button { margin-bottom: 0; }
	.gsc-search-box td { width: 100%; }
	.gssb_f { width: auto; }
	.gsc-results .gsc-cursor-box .gsc-cursor-current-page { color: #fff !important; }
	.gsc-search-button,
	.gsc-clear-button { display: none; }
/*
 * Mobile Navigation
 */

.sidr {
    display: none;
    position: fixed;
    top: 0;
	padding-top: 55px;
    height: 100%;
    z-index: 499;
    width: 100%;
    overflow: auto;
    background: #000;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility:hidden;
}

.sidr.right { left: auto; right: -600px; }

.sidr .sidr-inner {
	overflow: auto;
    margin: auto;
    width:100%;
    height:100%;
}

/*
 * Mobile drawer styles
 */
.mobile-nav a { 
    text-decoration: none; 
    display: block; 
    padding: 15px 25% 15px 10px; 
    font-weight: 800;
    color: #fff;
}
.mobile-nav li { border-top: 1px solid #7f7f7f; position: relative; }
    .mobile-nav li ul { display:none; }
        .mobile-nav li li { border-bottom: none; border-top: 1px solid #7f7f7f; }

/*
 * Nested Level spacing
 */
.level-two a     { padding-left: 20px; font-weight:700; }
.level-three a   { padding-left: 40px; font-weight:400; }
.level-four a    { padding-left: 60px; }
.level-five a    { padding-left: 80px; }  

.selected { background-color: #73000a; display: block; }

/*
 * Expand/Collapse buttons
 */
.plus, .minus { 
     background-image: url(../img/expand_sprite.svg);
     background-repeat: no-repeat;
     background-position: 65% 0;
     position: absolute;
     right: 10px;
     top: 0;
     margin-top: 15px;
     height: 25px;
     width: 70px;
	 border-left: 1px solid #7f7f7f;
 }
     .no-svg .plus, .no-svg .minus { background: url(../img/expand_sprite.png) no-repeat; }
.minus { background-position: 65% -34px; }

/*
 * Global menu inside mobie nav
 */
     .menu-header, .menu-list a	{
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 10px;
    }
	.menu-header	{
		background-color: #5B5B5B;
		text-transform: uppercase;
		font-size: .6875em;
		color: #C8C8C8;
		margin: 0;
		clear: both;
	}
	.menu-list a     { text-decoration:none; display: block; }
		.menu-list li	{ 
			color: #fff;
			border-top: 1px solid #7F7F7F;
			font-weight: 700;
		}
			.menu-list li:hover { color: #b6bf00; }
		.menu-list span {
			display: block;
			font-weight: 400;
			font-size: .875em;
			margin-top: -3px;
		}
		
/* Main Content
   ----------------------------------------------------*/  

/*
 * Headings/elements with links to be giving chevron arrow
 */
h1 a:after, h2 a:after, h3 a:after, h4 a:after, h5 a:after, h6 a:after, .grid .li-head:after, .multi-list .more:after, .view-details:after, .view-all:after, .gs-title a:after { content:"\00bb"; padding-left: 7px; }

/*
 * Garnet horizontal rule
 */
hr.garnet-rule { border-top: 2px solid #73000A; margin: 25px 0; }

/*
 * Category page styles
 */

	/* Link styles */
    .category a { font-weight: 700; }
    
    .category-header { font-weight:300; font-size: 3.125em; /* 50px / 16px */ } 
        .atUofSC .category-header { color: #000; font-size: 2.1875em; /* 35px / 16px */ margin-bottom: 15px; }
    .atUofSC .category-header strong { color: #73000a; font-weight: 700; }
    
    .category-intro, .intro { 
        padding-bottom: 35px;  
        border-bottom: 1px dotted #a3a3a3; 
        font-size: 1.125em; /* 18px / 16px */ 
        line-height: 1.4em;
    }  

#category-img {
	background-repeat: no-repeat; background-position: left top;
	background-size: 100% auto;
	margin-top: 50px;
	overflow: hidden;
}

/*
 * Category image caption 
 */

.caption { margin-top: 54%; width: 100%; }
    .caption h1 { 
        margin: 0; 
        padding: 5px 10px; 
        color: #fff;
        font-size: 14px; font-size: .875rem; /* 14px / 16px */
        font-weight: 300;
        width: 100%;
    }

.caption .yellow, 
.caption .green, 
.caption .light-blue { color: #000; }

.black         { background-color: #000; background-color: rgba(0, 0, 0, 0.9); }
.garnet        { background-color: #73000a; background-color: rgba(115, 0, 10, 0.9); } 
.blue          { background-color: #21578a; background-color: rgba(33, 87, 138, 0.9);  }
.clay          { background-color: #9C6409; background-color: rgba(156, 100, 9, 0.9); }
.teal          { background-color: #00747a; background-color: rgba(0, 116, 122, 0.9); }
.yellow        { background-color: #d7a900; background-color: rgba(215, 169, 0, 0.9); }
.green         { background-color: #b6bf00; background-color: rgba(182, 191, 0, 0.9); }
.light-blue    { background-color: #3cb6ce; background-color: rgba(60, 182, 206, 0.9); }
    
    /* Content Pages/Modules
   ----------------------------------------------------*/  

/*
 * Content page styles
 */

.content { margin-top: 55px; margin-bottom: 50px; }
    .content a { font-weight: 700; }
    /*
     * Content page headers
     */
    .content h2 { font-size: 1.375em; /* 22px / 16px */ margin-top: 0; }
    .gray-head { 
        border-bottom: 1px solid #CCC;
        color: #A3A3A3;
        margin-top: -10px;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }

	/*
     * Content page unordered lists
     */ 
    .content li {
        font-size: 14px;
        line-height: 1.8em;
    }
    .content ul[class]:not(.list-widget) li {
        font-size: inherit;
        line-height: inherit;
    }
    
.intro { margin-top: 0; }

/*
 * Blockquote
 */
blockquote 	{ 
    margin: 10px 0 15px; 
    padding: 3% 5%; 
    position:relative; 
    background-color:#ececec; 
    line-height: 1.5em; 
    color: #73000a;
    z-index: 1;
	overflow: hidden;
}
blockquote:before, blockquote:after		{ display: block; content: "\201C"; font-size: 164px; font-family: Georgia; position: absolute; top: 52px; color: #FFF; z-index: -1; }
blockquote:before						{ left: 2%; }
blockquote:after						{ content: "\201D"; right: 15px; top:105%; }
blockquote .cite 						{ display:block; font-size:12px; color:#555; }
blockquote .cite:before 				{ content:"\2014 \0020"; }

/*
 * Buttons
 */
.btn {
  text-transform: uppercase;
  background-color: #73000a;
  color: #fff;
  border: none;
  border-radius: 7px;
  height: 35px;
  transition: .2s linear;
  -webkit-appearance: none;
  margin-bottom: 1em;
  padding: 0 15px;
  display: inline-block; 
}

.btn.mod-ghost {
  border: 1px solid #73000a;
  background-color: transparent;
  color: #73000a; 
}
  .btn.mod-ghost:hover {
    background-color: #73000a;
    border-color: #73000a;
    color: #fff; 
  }

/*
 * Simple List
 */

.simple-list { margin-bottom: 1em; display: inline-block; }
    .simple-list article {
        padding: 25px 0;
        border-bottom: 1px dotted #a3a3a3;
        display: inline-table;
		width: 100%;
    }
    .simple-list article:first-child { padding-top:0; }

.simple-list article a:hover, #eventsbg a:hover { text-decoration:none; }
	.simple-list a:hover h4, .grid li:hover .li-head { color:#818701; }

.simple-list article img { max-width: 36%; float: left; margin-right: 2.72727%; /* 15px / 550px */}

.simple-list article .blurb { width: 60%; float: left; }
.simple-list article .blurb-full { width:100% }

.simple-list article h4 {
	border-style: none;
	font-weight: 700;
	line-height: 1.5em;
	color: #73000a;
	margin-top: 0;
	margin-bottom: 5px;
}

.simple-list article p { margin: 0; padding: 0; line-height: 1.7em; }

    /*
     * Simple List on Category pages
     */
    .category .simple-list article { border: none; }
    .category .simple-list article:hover { background:none; }
    /*
     * Simple List used for news items
    */
    .news.simple-list img { float: right; }

	/*
 	 * Simple List used for blog items
	 */
	.simple-list.mod-blog img { float: right; }
	@media only screen
	and (min-width : 315px)
	and (max-width : 667px) {
		.simple-list.mod-blog .blurb {
			width: auto;
			float: none;
		}
		.simple-list.mod-blog article img {
			margin-left: .5em;
			margin-bottom: .5em;
		}
	}
	.simple-list.mod-blog p { margin: 1em 0; }
	.simple-list.mod-blog h4,
	.simple-list.mod-blog .post-meta { margin-bottom: 1em; }

/*
 * Multi-link List
 */
.multi-list article {
  width: 100%;
  border-bottom: 1px dotted #a3a3a3;
  float: left;
  padding-bottom: 15px;
  padding-top: 15px;
  position: relative; }
.multi-list article:last-child {
  border-bottom: none; }
.multi-list img {
  float: left;
  margin-right: 4.7904%;
  /* 40px / 835px */
  width: 24%; }
.multi-list p {
  float: left;
  line-height: 1.6em; }
.multi-list ul {
  margin: 0px;
  float: right;
  width: 25%;
  padding-left: 0px;
  font-size: .8125em;
  /* 13px / 16px */
  top: 0;
  position: relative;
  right: 0px; }
.multi-list ul li {
  background-color: #ececec;
  border: 1px solid #dadada;
  font-weight: bold;
  list-style-type: none;
  text-align: left;
  margin-bottom: 3px;
  border-radius: 3px;
  line-height: 1.4em;
  padding: 5px 0 5px 5px; }
.multi-list ul li:hover {
  background-color: #73000a; }

.multi-list ul li a {
  display: block;
  text-decoration: none;
  padding: 10px 0 10px 10px; }

.multi-list ul li:hover a {
  color: #FFF; }

/* Link/Icons
   ----------------------------------------------------*/
.multi-list .external, .multi-list .download, .multi-list .more {
  background-image: none; }

.multi-list .more {
  padding-right: 10%;
  position: relative; }

.multi-list .more:after {
  font-size: 17px;
  padding-right: 5%;
  position: absolute;
  right: 0;
  top: 10px; }

.width {
  width: 75%;
  float: left; }

/* Changed layout of buttons for items that have a thumbnail */
.halfwidth {
  float: left;
  width: 70%; }

.halfwidth ~ ul {
  width: 72%; }

/*
 * Image Grid list
 */

.grid { padding:0; margin: 0 -.625em; display: inline-block; }
   .grid a { 
   		text-decoration:none; 
		color:black; 
		font-weight:normal; 
		display: block;
		transition: all 0.5s ease 0s; 
	}
   .grid a:hover { background-color:#F0F0F0; }
   
   .grid li { 
   		width: 50%; 
   		padding: 0 .625em 1.125em;
		list-style:none;  
		float:left;
		display: block;
	}
   .grid li:nth-of-type(2n+1) { clear: both; }
   
	.grid .li-img { position: relative; }
    .grid img {
	  display: block;
	  width: 100%;
	  height: auto;
	}

	.grid .li-text { padding: 0 5% 10%; }	
		.grid .li-head { line-height: 1.4em; margin-top: 10px; margin-bottom: 5px; }
		.grid .li-sub { margin:0; line-height: 1.6em; font-size:.875em;  /* 14px / 16px */ }
		
/*
 * Infographic list
 */
.infographic { margin: 0 0 20px; }
	.infographic li { 
		text-align: center;
		border: 0 dotted #a3a3a3; 
		border-right-width: 1px; border-bottom-width: 1px; 
		padding:0; 
	}
    .infographic li:nth-child(2n+2) { border-right: 1px solid #fff; }

/*
 * Callout Items
 */

.callout { 
	color:#000;
	margin-bottom: 2em;
    padding: 10px;
	background-color: #ececec;
	overflow: hidden;
}
/* Callout Navigation lists and inline callouts used for the blog section */ 
  .callout.mod-nav {
	padding-bottom: 0;
    border: 1px solid #c8c8c8;
    background: #fff; 
  }
  	.callout.mod-nav .header { 
		margin-top: 0;
		margin-bottom: 10px; 
	}
  
  .callout.mod-nav.mod-inline-text {
	  border: none;
      padding: 0;
  }
  	.callout.mod-nav.mod-inline-text .header { font-size: 1em; }

  .callout.mod-inline .callout-img {
    max-width: 63%;
    width: auto; 
  }
  .callout.mod-inline .sub-text {
    font-size: 12px;
    font-size: .75rem; 
  }
	@media only screen and (min-width: 48em) {
      .callout.mod-inline .sub-text {
        font-size: 14px;
        font-size: .875rem; 
	  } 
	}

	.callout .category { display: none; }
	.callout .header { font-weight: 700; line-height: 1.3em; font-size: 1.125em; /* 18px / 16px */ }
	.callout-img.mod-video, .callout.mod-slider .callout-img {
    	width: auto;
    	margin-left: 0; 
	}
	.callout-img { 
        border-bottom: 5px solid #73000a; 
        float: right;
        width: 42%; 
        margin-left: 10px;
		margin-bottom: 1em;
        position: relative;
    }
	.callout .sub-text { z-index: 9997;  line-height: 1.4em; }
    .callout small { display: block; margin-top: 10px; }
	.callout input[type="text"], 
	.callout input[type="password"], 
	.callout input[type="email"] { width: 100%; }

/* Headline overlay image */
.callout .category,
.simple-list.mod-blog .category,
.grid.mod-blog .category {
  position: relative;
  right: 0;
  margin: 0 0 -27px 0;
  float: left;
  width: auto;
  text-transform: uppercase;
  font-weight: 800;
  font-size: .75em;
  /* 12px / 16px */
  padding: 3px 10px;
  background-color: #fff;
  z-index: 100;
  opacity: .7;
  color: #7F7F7F; 
}

/* Videos that play in callouts */
.callout-img.mod-video {
  border: none;
  margin-bottom: 0; 
}
  .callout-img.mod-video:hover .callout--play-btn {
    background-color: #73000a;
    background-color: rgba(115, 0, 10, 0.7); 
  }

.callout--title-bar {
  display: table;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70px;
  padding: 0 1em 0 5em;
  background-color: #73000a;
  background-color: rgba(0, 0, 0, 0.7); 
}
  @media only screen and (min-width: 48em) {
    .callout--title-bar {
      height: 100px;
      padding: 0 1em 0 6em; 
	}
  }

.callout--title-text {
  display: table-cell;
  vertical-align: middle;
  color: #FFF;
  line-height: 1.4em; 
}

.callout--play-btn {
  position: absolute;
  text-indent: -9999px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  border: 2px solid #FFF;
  border-radius: 50%;
  left: 15px;
  bottom: 10px;
  transition: .25s; 
}
  @media only screen and (min-width: 48em) {
    .callout--play-btn {
      width: 60px;
      height: 60px;
      left: 20px;
      bottom: 20px; 
	} 
  }

.callout--play-btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 0 12.5px 21.7px;
  border-color: transparent transparent transparent #FFF;
  margin: 11px 0 0 16px; 
}
  @media only screen and (min-width: 48em) {
    .callout--play-btn:after { margin: 16px 0 0 20px; } 
  }

/* Flexslider callout */
.callout.mod-slider .flexslider { position: relative; }
.callout.mod-slider .callout-img {
  background-color: #000;
  text-align: center;
  float: none; 
}
.callout.mod-slider .flex-direction-nav {
  width: auto;
  position: relative;
  top: 0; 
}
.callout.mod-slider .flex-prev,
.callout.mod-slider .flex-next {
  position: absolute;
  background-color: #73000a;
  background-color: rgba(115, 0, 10, 0.7);
  width: 35px;
  height: 65px;
  top: 50%;
  margin-top: -32.5px; 
}
  @media only screen and (min-width: 48em) {
    .callout.mod-slider .flex-prev,
    .callout.mod-slider .flex-next {
      width: 45px;
      height: 75px;
      margin-top: -37.5px; 
	} 
  }
.callout.mod-slider .flex-prev {
  left: 0;
  border-radius: 0 50px 50px 0; 
}
.callout.mod-slider .flex-next {
  right: 0;
  border-radius: 50px 0 0 50px; 
}
.callout.mod-slider .flex-prev:before,
.callout.mod-slider .flex-prev:after,
.callout.mod-slider .flex-next:before,
.callout.mod-slider .flex-next:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 20px;
  background-color: #fff;
  border-radius: 10px; 
}
.callout.mod-slider .flex-prev:before,
.callout.mod-slider .flex-next:before { top: 16px; }
  @media only screen and (min-width: 48em) {
    .callout.mod-slider .flex-prev:before,
    .callout.mod-slider .flex-next:before { top: 20px; } 
  }
.callout.mod-slider .flex-prev:after,
.callout.mod-slider .flex-next:after { top: 29px; }
  @media only screen and (min-width: 48em) {
    .callout.mod-slider .flex-prev:after,
    .callout.mod-slider .flex-next:after { top: 33px; } 
  }
.callout.mod-slider .flex-prev:before,
.callout.mod-slider .flex-next:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); 
}
.callout.mod-slider .flex-prev:after,
.callout.mod-slider .flex-next:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); 
}
.callout.mod-slider .flex-prev:before,
.callout.mod-slider .flex-prev:after { left: 12px; }
  @media only screen and (min-width: 48em) {
    .callout.mod-slider .flex-prev:before,
    .callout.mod-slider .flex-prev:after {
      left: 15px; 
	} 
  }
.callout.mod-slider .flex-next:before,
.callout.mod-slider .flex-next:after { right: 12px; }
  @media only screen and (min-width: 48em) {
    .callout.mod-slider .flex-next:before,
    .callout.mod-slider .flex-next:after {
      right: 15px; 
	} 
  }
	 	
.info, .quick-fact, .gallery { border-top: 5px solid #73000A; }

.info .header { margin: 0; }

.quick-fact b, .quick-fact .sub-text { text-align: center; }
.quick-fact b { 
    display:block; 
    font-size: 2.625em; /* 42px / 16px */ 
    font-weight: 800; 
    margin: 0 5px 0;
    color: #73000a;
    line-height: 1.2em;
}
    .quick-fact .light-bold { font-weight: 300; font-size: 5.625em; /* 90px / 16px */  }
    .quick-fact .bold { font-weight: 700; font-size: 2.473em; /* 39px / 16px */  }
    .quick-fact .extra-bold { font-weight: 800; font-size: 3.875em; /* 62px / 16px */  }
.quick-fact .sub-text { margin-top: 0; line-height: 1.6em; }

.gallery ul { padding: 10px 0; }
    .gallery li { float: left; width: 50%; list-style-type:none; }
    .gallery li:nth-child(2n) { margin-right:0; }
        .gallery li a { display: block; border: 1px solid #3c3c3c; }
    .gallery li img { border:none; width: 100%; }
.gallery .view-more { margin-right:15px; font-style: italic; font-size: .625em; /* 10px / 16px */ }

/*
 * Navigation lists
 */
.callout--nav-list {
  margin: 0 -10px;
  padding: 10px 10px 0 10px;
  border-top: 5px solid #73000a;
  font-size: 12px;
  font-size: .75rem; 
}

.callout--nav-list-item.callout--nav-list-item {
  list-style-type: none;
  margin-bottom: 1em;
  font-size: inherit;
  line-height: inherit; 
}

.callout.mod-nav.mod-inline-text .callout--nav-list {
	border: none;
	margin: 0;
	padding: 0;
}
.callout.mod-nav.mod-inline-text .callout--nav-list-item {
	display: inline;
    padding-right: 20px;
}

/*
 * Twitter Widget
 */
iframe[id^='twitter-widget-']{ max-width:100% !important; min-width:100% !important; width: 100% !important; }

/*
 * Adding icons for Image and Video callouts
 */
.lightbox-video.mod-banner-img {
  position: relative;
  display: block; 
}
  .lightbox-video.mod-banner-img:before, .lightbox-video.mod-banner-img:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%; 
	z-index: 10;
  }
  .lightbox-video.mod-banner-img:before {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    background-color: rgba(115, 0, 10, 0.5);
    border: 2px solid #FFF;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    transition: border .35s, background-color .35s; 
  }
    @media only screen and (min-width: 48em) {
      .lightbox-video.mod-banner-img:before {
        width: 100px;
        height: 100px;
        margin: -50px 0 0 -50px; 
	  } 
	}
  .lightbox-video.mod-banner-img:hover:before {
    border: 7px solid #FFF;
    background-color: rgba(0, 0, 0, 0.5);
    transition: border .35s, background-color .35s; 
  }
  .lightbox-video.mod-banner-img:after {
    width: 0;
    height: 0;
    background: none;
    padding: 0;
    border-style: solid;
    border-width: 12.5px 0 12.5px 21.7px;
    margin: -11px 0 0 -7px;
    border-color: transparent transparent transparent #FFF;
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    		transform: rotate3d(1, 0, 0, 0deg);
    transition: border-color .35s, transform .35s; 
  }
    @media only screen and (min-width: 48em) {
      .lightbox-video.mod-banner-img:after {
        border-width: 20px 0 20px 34.6px;
        margin: -20px 0 0 -13px; 
	  } 
	}
  .lightbox-video.mod-banner-img:hover:after {
    border-color: transparent transparent transparent #D0DA00;
    -webkit-transform: rotate3d(1, 0, 0, 180deg);
    		transform: rotate3d(1, 0, 0, 180deg); 
  }

.lightbox-video:after, 
.lightbox-video .li-img:after,
.lightbox-gallery:after,
.lightbox-img:after {
    background-image: url('../img/video-gallery-sprite.svg');
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
	max-height: 35px;
    left: 0;
    background-color: rgba(115, 0, 10, 0.8);
    bottom: -5px;
    color: #FFF;
    padding: 5px 0px 5px 40px;
    font-size: 10px; font-size: .625rem;
	line-height: 20px;
}
    .no-svg .lightbox-video:after,
	.no-svg .lightbox-video .li-img:after,
    .no-svg .lightbox-gallery:after,
    .no-svg .lightbox-img:after { background-image: url('../img/video-gallery-sprite.png'); }

.lightbox-video:after,
.lightbox-video .li-img:after { content: 'Watch Video'; background-position: 10px 7px; }
.lightbox-gallery:after,
.lightbox-img:after { content: "View Image(s)"; background-position: 10px -34px; }

/* Removing the play video tip for Image Grid list */
.grid .lightbox-video:after { display: none; }


/*
 * Events and Text List items
 */

.events { display: inline-block; width: 100%; margin-bottom: 20px; }
.event-item, .text-list { border-bottom: 1px dotted #a3a3a3;   }
.event-item, .text-list-item { 
    margin-bottom: 10px; 
    padding-bottom: 10px; 
    font-size: .875em; /* 14px / 16px */ 
}
    .events .event-item:last-of-type,
    .event-title, 
    .event-date, 
    .text-headline, 
    .text-list p { margin: 0; line-height: 1.5em; }
    
    .event-title, 
    .text-headline { color: #000; }  
       
.text-list { margin-bottom: 3em; }
       
/*
 * View details/more link
 */
.view-all { float: right; font-size: .75em; /* 12px / 16px */ margin-top: 10px; }


/*
 * Expand/Collapse Widget
 */
    /*Expand-All/Collapse-All Button */
    .accordion-expand {
        background: none;
        border: 0;
        color: #73000A;
        float: right;
        padding: 0;
        font-size: .75em; /* 12px / 16px */
    }

.accordion-summary {
    color: #73000a;
    font-weight: 700;
    cursor: pointer;
    padding: 5px 30px 5px 5px;
    background-color: rgba(218, 218, 218, 0);
    transition: all 450ms ease-in;
    position: relative;
    clear: both;
}
    .accordion-summary:before {
        content: "+";
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 1px solid #73000A;
        right: 3px;
        text-align: center;
        box-sizing: content-box;
        line-height: 20px;
        float: right;
        display: block;
        margin-right: -27px;
    }
	.accordion-summary p { margin: 0; }

.accordion-summary.selected,
.accordion-summary:hover{ background-color: rgb(218, 218, 218); transition: all 400ms ease-in; }
    .accordion-summary.selected:before {content: '–'; line-height: 18px; }

.accordion-details {
    max-height:1px;
    overflow: hidden;
    padding: 0 25px;
    transition: max-height 500ms cubic-bezier(0, .6, .6, 1);
    background-color: #ececec;
    border-bottom: 1px dotted #A3A3A3;
}
    .accordion-details.opened {
        max-height: 9999px;
        transition: max-height 1000ms ease-in;
    }
    .accordion-details:last-child { margin-bottom: 2em; }


/*
 * Gateway and @UofSC/News
 */
#gateway-tabs { display: none; }   
.gateway-subhead { font-weight: 300; color: #000; }

#featured { max-width: 100%; float: none; border-bottom: 5px solid #73000a; }   

.news-meta { 
    font-size: 11px; 
    font-size: .6875rem; 
    margin-bottom: 20px;
    display: block; 
}

/* Sharing icons - AddThis */
.addthis_toolbox { width: 100%; margin-bottom: 20px; }
.addthis_default_style .at15t_compact { margin-right: 0; }

/*
 * List Widget and expand/collapse
 */

.list-widget, 
.list-widget ul { padding: 0; }

.list-widget { 
	border-bottom: 5px solid #73000a; 
	margin-top: 0; 
	margin-bottom: 2em; 
}
.list-widget.mod-light { border: 1px solid #c8c8c8; }
    .list-widget.mod-light > li {
      background-color: transparent;
      border-color: #c8c8c8;
      border-width: 1px; 
	}
      .list-widget.mod-light > li:first-child {
        color: #73000a;
        font-size: 1.1875em;
        background-color: #dadada;
        font-weight: 700;
        background-color: transparent;
        border-radius: 0;
        border-bottom: 5px solid #73000a; 
	  }
      .list-widget.mod-light > li:last-child { border: none; }
    .list-widget.mod-light .toggle { border: 1px solid #FFF; }
      .list-widget.mod-light .toggle li { padding-left: 15px; }
        .list-widget.mod-light .toggle li:first-child { padding-top: 0; }

    .list-widget li { 
		list-style-type: none; 
		font-size: inherit;
	}
    .list-widget > li { 
        font-weight: 600; 
        background-color: #ececec; 
        border-bottom: 2px solid #fff; 
        padding: 10px 40px 10px 10px; 
        position: relative; 
        line-height: 1.2em;
    }
        .list-widget > li:first-child { 
            color: #fff;
            font-size: 1.125em; /* 18px / 16px */ 
            background-color: #73000A; 
            border-radius: 0 15px 0 0; 
        }
    .list-widget li ul { display: none; }
    
    /* List Widget for @UofSC page */
    .list-widget.social-media { height: 212px; overflow: hidden; }
    .list-widget.social-media > li:first-child { border-radius: 0; }
    
    /*
     * Different Plus/Minus images
     */
    .list-widget .plus, 
    .list-widget .minus { margin-top: 9px; border: none; width: 25px; }
    .list-widget .plus { background-position: 85% -150px; } .list-widget .plus:hover { background-position: 85% -180px; }
    .list-widget .minus { background-position: 85% -229px; } .list-widget .minus:hover { background-position: 85% -259px; }
	.list-widget.mod-light .plus { background-position: 85% -466px; }
	  .list-widget.mod-light .plus:hover { background-position: 85% -496px; }
	.list-widget.mod-light .minus { background-position: 85% -545px; }
	  .list-widget.mod-light .minus:hover { background-position: 85% -575px; }

    .list-widget .expand-all, .expand-all-social.plus { background-position: 85% -308px; } .list-widget .expand-all:hover, .expand-all-social.plus:hover { background-position: 85% -338px; }
    .list-widget .collapse-all, .collapse-all-social.minus { background-position: 85% -387px; } .list-widget .collapse-all:hover, .collapse-all-social.minus:hover { background-position: 85% -417px; }
    
    .list-widget .toggle { 
        display: none; 
        background-color: #fff;
        font-size: .875em; /* 14px / 16px */ 
        font-weight: 400;
        margin: 0 -40px 0 -10px; 
        padding-bottom: 10px;
        position: relative; 
        top: 10px; 
        border: 1px solid #DADADA;
    }
    .list-widget .toggle li { padding-left: 10px; padding-top: 10px; }
    
/*
 * Lock icon
 */

.lock { 
    background-image: url('../img/lock.svg'); 
    background-repeat: no-repeat; 
    background-position: 100%;
    padding-right: 25px;
    width: 25px; 
    height: 25px; 
}
    .no-svg .lock { background-image: url('../img/lock.png') }

/*
 * Map
 */
#map { height: 300px; }
#map img { max-width: none; }

/*
 * @UofSC blogs
 */
.blog-page { padding-top: 1em; }

/* Search form for blog story */
.search-form { position: relative; }

.search-form input[type="text"] {
  background-color: transparent;
  background-image: url("/_resources/img/icons/search-icon.png");
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  padding: 0 0 0 34px;
  margin-bottom: 2em;
  border-radius: 7px;
  border: 1px solid #A3A3A3;
  float: left; 
}

.search-form input[type="submit"] {
  width: auto;
  background-color: #A3A3A3;
  color: #FFF;
  border-radius: 0 7px 7px 0;
  height: 33px;
  position: absolute;
  right: 1px;
  padding: 5px 10px;
  border: none;
  top: 1px; 
}

.post-img { margin-bottom: 1em; }

.post-meta {
  font-size: 11px;
  font-size: .6875rem;
  margin-bottom: 20px;
  display: block; 
}

/* Sharing icons - AddThis */
.addthis_toolbox {
  width: 100%;
  margin-bottom: 20px; 
}
.addthis_default_style .at15t_compact { margin-right: 0; }

/*
 * Main Calendar
 */
.calendar-head {
	color: #000;
    font-weight: 300;
    padding-bottom: 10px;
    border-bottom: 1px dotted #c8c8c8;
}
.calendar-head a { font-weight: 800; }
.calendar-head a:after { display: none; }

#trumba\.spud\.0\.iframe img,
#trumba\.spud\.0\.busy,
#trumba\.spud\.1\.iframe img,
#trumba\.spud\.1\.busy,
#trumba\.spud\.2\.iframe img,
#trumba\.spud\.2\.busy,
#trumba\.spud\.3\.iframe img,
#trumba\.spud\.3\.busy,
#trumba\.spud\.4\.iframe img,
#trumba\.spud\.4\.busy,
#trumba\.spud\.5\.iframe img,
#trumba\.spud\.5\.busy { 
	width: 0;
	height: 0;
	padding: 12.5px
}

#trumba\.spud\.0\.iframe:before,
#trumba\.spud\.0\.busy,
#trumba\.spud\.1\.iframe:before,
#trumba\.spud\.1\.busy,
#trumba\.spud\.2\.iframe:before,
#trumba\.spud\.2\.busy,
#trumba\.spud\.3\.iframe:before,
#trumba\.spud\.3\.busy,
#trumba\.spud\.4\.iframe:before,
#trumba\.spud\.4\.busy,
#trumba\.spud\.5\.iframe:before,
#trumba\.spud\.5\.busy {
	content: '';
	position: absolute;
	background: url('/imgs/oval_loader.svg') no-repeat;
	background-size: cover;
	width: 25px !important;
	height: 25px !important;
	z-index: 9999;
}

/*
 * Directory Search page
 */
#dir {
    margin-bottom:25px;
    margin-top:35px;
    padding-bottom:35px;
    border-bottom:2px solid #73000a;
}
#directions-btn, #building {
	margin-bottom: 0;
}
#dir input[type="text"] { width: 100%; }
#dir input[type="submit"] {display:none;}
    #dir #name { display: inline-block; }
#dir select[name=dpt] { width: 50%; }

#divStaff { margin-bottom: 100px; }

/*
 * Carolina Alerts
 */
.carolina-alert {
    position: relative;
    z-index: 99;
    background-color: #d5ac00;
    top: 55px;
    padding-left: 15px; padding-bottom: 5px; padding-top: 10px;
}
.all-clear { background-color: #47af15; }
.carolina-alert-desc,
.carolina-alert a { color: #000; margin-top: 0; margin-bottom: 10px; }
.carolina-alert a { color: blue; font-weight: 700; text-decoration: underline; }
    
/* Footer
   ----------------------------------------------------*/  
   
#logo-footer {
    background: rgb(87,0,8); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(87,0,8,1) 0%, rgba(115,0,10,1) 55%, rgba(115,0,10,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(87,0,8,1)), color-stop(55%,rgba(115,0,10,1)), color-stop(100%,rgba(115,0,10,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(87,0,8,1) 0%,rgba(115,0,10,1) 55%,rgba(115,0,10,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(87,0,8,1) 0%,rgba(115,0,10,1) 55%,rgba(115,0,10,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(87,0,8,1) 0%,rgba(115,0,10,1) 55%,rgba(115,0,10,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(87,0,8,1) 0%,rgba(115,0,10,1) 55%,rgba(115,0,10,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#570008', endColorstr='#73000a',GradientType=0 ); /* IE6-9 */
    text-align:center; 
}
    #logo-footer .logo {
        background: url('../img/USC_Web_main.svg') no-repeat;
        display: block;
        width: 200px;
        height: 114px;
        margin: 15px auto 0;
    }
    .no-svg #logo-footer .logo { background-image: url('../img/USC_Web_main.png') }
			
#logo-footer small {
	font-size:.625em; /* 10px / 16px */
	margin-bottom:5px;
	border-right:solid 1px #FFF;
	clear: both;
}
	#logo-footer small:last-child { border:none; }
	#logo-footer, #logo-footer small a { color: #FFF; }

.site-info-wrapper {
    background-color: #000;
    padding: 10px 0;
    border-top: 1px solid #FFF;
}
    .site-info {
        position: relative;
        z-index: 1;
    }

.no-limits { 
	color:#FFF;
	font-size: 1.3125em; /* 21px / 16px */
	font-weight: 400;
	font-family: Arvo, serif;
}
    .no-limits strong, .no-limits span { display: block;}

/* ==|== media queries ======================================================
   Begin media queries for larger screen sizes
   ========================================================================== */

@media only screen and (min-width: 48em) {
  /* Style adjustments for viewports 768 and above */

body { width:auto !important; }	

/*
 * Tables
 */
	
table { table-layout: auto; }
	
/*
 * Forms
 */    
label { text-align: right; }
  
input[type="submit"] { width: auto; }
	
/* Flip the order of columns on desktop */
.two-flipped > .column { float: right; }

/*
 * Search results page
 */
.gsc-table-result td,
.gs-promotion-table td { width: auto; }	

.gsc-search-button,
.gsc-clear-button { display: table-cell; }
	
/*
 * Expand/Collapse
 */
.plus, .minus { cursor: pointer;  }

/*
 * Category image caption 
 */

.caption { position: absolute; width: auto; margin-top: 0; }
    .caption h1 { 
        width: auto;
        padding: 5px 15px 10px;
        font-size: 2.0625em; /* 33px / 16px */
    }
    
.caption.top { top: 23%; }
.caption.bottom { bottom: 90px; }
.caption.left { left: 50px; }
.caption.right { right: 50px; }

/*
 * Category page styles
 */
#category-img { 
    min-height: 510px; 
    background-attachment:fixed; 
    position: relative;
    box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.6);
}

.category-header { font-size: 7.1875em; /* 115px / 16px */ margin: 0; }
.atUofSC .category-header { font-size: 5em; /* 80px / 16px */ margin: 0.67em 0; }

.category-intro { font-size: 1.625em; /* 26px / 16px */  }

/* Breadcrumb Styles
 ---------------------------------------------------------------------*/

/* Less spacing from top and bottom when there is an image preceding */
img + .breadCrumb { margin: 20px 0; } 
.breadCrumb {
	display: block;
	height: 25px;
	overflow: hidden;
	padding: 5px 0px 0px 0px;
	margin: 30px 0 20px;
	width: 99%;
}
.breadCrumb ul {
	margin: 0;
	padding: 0;
	height: 21px;
	display: block;
}
	.breadCrumb ul li {
		display: block;
		float: left;
		position: relative;
		margin: 0px 6px 0px 0;
		font-size: 0.6875em;
		line-height: inherit;
    }
	    
.breadCrumb ul li div.chevronOverlay {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.breadCrumb ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	float: left;
}
    .breadCrumb ul li a:after {
            content: "\00bb";
            padding-left: 5px;
	    }

/* Content Pages/Modules
 ---------------------------------------------------------------------*/
blockquote { padding: 3% 9% 3% 85px; }
blockquote p { font-size: 20px; font-size: 1.25rem; margin-top: 0; }
    blockquote:after { top: 103%; }
     
.intro  { font-size: 1.25em; /* 20px / 16px */ }

/*
 * Image Grid list
 */
 
.grid li { width: 25%; }
.grid li:nth-of-type(2n+1) { clear: none; }
.grid li:nth-of-type(4n+1) { clear: both; }
	
.grid.mod-blog li { width: 100%; }

/*
 * Infographic list
 */  
.infographic li:nth-child(2n+2) { border-right: 1px dotted #a3a3a3; margin: 0; }
.infographic li:nth-child(3n+3) { border-right: 1px solid #fff; }  
.infographic li:nth-last-child(1), 
.infographic li:nth-last-child(2),
.infographic li:nth-last-child(3) { border-bottom-width: 0; }

/*
 * Simple list
 */ 
.simple-list article img { max-width: 24%; }
.simple-list article .blurb { width: 72%; }
  
/*
 * Callout Items
 */

.callout { display: block; }

    .callout .category { 
        display: block;
        position: relative; 
        right: 0; 
        margin: 0 0 -27px 0; 
        float: left; 
        width: auto; 
        text-transform: uppercase; 
        font-weight: 800;
        font-size: .75em; /* 12px / 16px */ 
        padding: 3px 10px;
        background-color: #fff;
        z-index: 100;
        opacity: .7;
        color: #7F7F7F;
    }
    .callout-img { float: none; width: 100%; margin-left: 0; margin-bottom: 14px; }  
	
/* Callouts within blog post. Story represents a static callout at the top of the page. Inline callouts can be placed anywhere on a blog page. */ 
  .callout.mod-story, .callout.mod-inline {
    float: right;
    clear: both;
    margin-left: 20px;
    margin-bottom: 1em; 
  }
  .callout.mod-story { max-width: 250px; }
  .callout.mod-inline { max-width: 55%; }
  .callout.mod-inline .callout-img { max-width: none; }

.lightbox-video:after,
.lightbox-video .li-img:after,
.lightbox-gallery:after,
.lightbox-img:after { font-size: 14px; line-height: normal; }

/*
 * Blog Page
 */
.blog-page.mod-internal { margin-top: 0; }
.addthis_toolbox {
	width: auto;
	float: right; 
}

/*
 * Gateway Page
 */

.gateway-subhead { padding-top: 5px; }

#gateway-tabs { border-bottom: 5px solid #73000a; margin-top: -15px; height: 37px; display: block; } 
    #gateway-tabs .active { background-color: #73000a; }
    #gateway-tabs a { color: #fff; padding: 5px 10px; display: block; }
    #gateway-tabs ul { float: right; }
        #gateway-tabs li { 
			float: left; 
			background-color: #A3A3A3; 
			margin-left: 2px; 
			font-size: inherit;
            line-height: inherit;
		}
            #gateway-tabs li:first-child { border-radius: 15px 0px 0px 0px; }
            #gateway-tabs li:last-child { border-radius: 0px 15px 0px 0px; }

/*
 * Multi-link list
 */
  .multi-list img {
    width: 15%; }
  .multi-list ul {
    width: 20%; }
  .multi-list ul li {
    padding-left: 0; }

  .multi-list .external, .multi-list .download {
    padding-right: 35px; }

  .multi-list .external {
    background: url(../img/icons/Ext_Link_g.png) no-repeat 95% center; }

  .multi-list .external:hover {
    background: url(../img/icons/Ext_Link_white.png) no-repeat 95% center; }

  .multi-list .download {
    background: url(../img/icons/download_arrow_g.png) no-repeat 95% center; }

  .multi-list .download:hover {
    background: url(../img/icons/download_arrow_white.png) no-repeat 95% center; }

  .halfwidth {
    width: 50%; }
            
/*
 * News Story
 */

.addthis_toolbox { width: auto; float: right; display: flex; }

.news-story.callout { 
	float: right; 
	width: 250px; 
	margin-left: 20px;
	clear: both;
}

/*
 * Map
 */
#map { height: 500px; }

/*
 * Directory Search page
 */ 
#dir input[type="text"] { width: 50%; }
#dir input[type="submit"] { margin-left: 15px; display: inline-block; }
#dir #name { width:50%; }

/*
 * Carolina Alert
 */   
.carolina-alert-desc { margin:0; }    


/* Global Footer/Nav
   ----------------------------------------------------*/
#footerbg {
	margin-top: 50px;
	background: #000 url(../img/gates.png) no-repeat -400px bottom;
	position: relative;
	border-top: 3px black solid;
}

#footer-menu {
	position: absolute;
	right: 0;
	top: -26px;
	width: 70px;
	color: #FFF;
	border-radius: 10px 10px 0 0;
	text-align: right;
	padding-right: 15px;
	padding-top: 4px;
	font-size: 14px;
	background-color: #000;
	box-sizing: content-box;
}
	#footer-menu .closed:before, #footer-menu .open:before {
		content: "";
		position: absolute;
		top: 5px;
		left: 10px;
		width: 16px;
		height: 16px;
		background-image: url(../img/expand_sprite.svg);
		background-repeat: no-repeat;
	}
	    .no-svg #footer-menu .closed:before, .no-svg #footer-menu .open:before { background-image: url(../img/expand_sprite.png); }
    #footer-menu .closed:before { background-position: 0px -83px; }
	#footer-menu .open:before { background-position: 0px -109px; }

#sitemap { 
	margin-bottom: 15px;
	padding-top: 50px;
	float: left; 
	width: 100%;
	color: #fff;
}
	#sitemap h1 {
		color: #FFF;
		font-size: .875em; /* 14px / 16px */
		font-weight: bold;
		margin-bottom: 5px;
		width: 100%;
		padding: 5px 5px 7px 8px;
		background-color:#73000a;
		border-radius: 0 15px 0 0;
	}
	#sitemap ul { padding: 0 0 0 8px; margin: 10px 0 40px; }
	#sitemap ul li {
		font-size:.75em; /* 12px / 16px */
		font-weight: 600;
		margin-bottom: 7px;
		padding-bottom: 5px;
		line-height: 1.3em;
		list-style:none;
	}

#logo-footer .logo {
    background: url('../img/USC_Web_linear.svg') no-repeat;
    width: 268px;   
    height: 53px;
    margin: 25px 0;
}
    .no-svg #logo-footer .logo  { background-image: url('../img/USC_Web_linear.png') }

.no-limits { margin-top: 47px; float: right; }
    .no-limits strong, .no-limits span { display: inline; }

.copyright  { float: left; }
.page-owner { float: right; }

.links {
	padding-left: 10px;
	margin-left: 10px;
	margin-left: 0px;
}
.links a:link, .links a:visited { color:#FFF; }
.links a:hover { color:#d0da00; }
}

@media only screen and (min-width: 60em) {
 
/* jReject Version 1.0.0
   ----------------------------------------------------*/

#jr_overlay {
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	z-index: 2147483646;
	position: absolute;
}

#jr_wrap {
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 2147483647;
	padding: 0;
	margin: 0;
}

#jr_inner {
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 12px;
	background: #FFF;
	border: 1px solid #CCC;
	color: #4F4F4F;
	margin: 0 auto;
	height: auto;
	padding: 20px;
	position: relative;
}

#jr_header {
	display: block;
	color: #333;
	padding: 5px;
	padding-bottom: 0;
	margin: 0;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	text-align: left;
	font-size: 1.3em;
	margin-bottom: 0.5em;
}

#jr_inner p {
	text-align: left;
	padding: 5px;
	margin: 0;
}

#jr_inner ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#jr_inner ul li {
	cursor: pointer;
	float: left;
	width: 120px;
	height: 122px;
	margin: 0 10px 10px 10px;
	padding: 0;
	text-align: center;
}

#jr_inner li a {
	color: #333;
	font-size: 0.8em;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

#jr_inner li a:hover {
	text-decoration: underline;
}

#jr_inner .jr_icon {
	width: 100px;
	height: 100px;
	margin: 1px auto;
	padding: 0;
	background: transparent no-repeat scroll left top;
	cursor: pointer;
}

#jr_close {
	margin: 0 0 0 50px;
	clear: both;
	text-align: left;
	padding: 0;
	margin: 0;
}

#jr_close a {
	color: #000;
	display: block;
	width: auto;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}

#jr_close p {
	padding: 10px 0 0 0;
	margin: 0;
}    
   
/* Main Navigation Header
   ----------------------------------------------------*/
.banner {
    background: rgb(80,0,4); /* Old browsers */
    background: url(../img/garnet_header_5px.png) 0 0 repeat-x;
    height: 115px;
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, .6);
}

/* MY.SC.EDU menu */
.gateways-wrapper { font-size: 10px; font-size: .625rem; }
.menu-title, .menu { border: none; border-radius: 0 0 5px 0; }
.menu-title {
    width: 115px;
    height: 25px;
    z-index: 2;
    background-position: 5px -115px;
    border: none;
    color: #FFF;
    font-weight: 700;
    padding: 7px 0 0 25px;
    font-size: 100%;
    box-sizing: border-box;
    margin: 0;
    line-height: 1em;
}

.menu {
    position: absolute;
    width: auto;
/*    padding-top: 26px;*/
    background-color: #000;
    z-index: 1;
    top: 0;
    left: 0;
}
/* Browser Specific Hack for IE8 and below to fix the width */
.lt-ie9 .menu { width: 430px; }
    
.menu-list { float: left; }
    .menu-list li {
        float: left;
        border: none;
        font-weight: 600;
    }
    .menu-list a { color: #fff; padding: 5px 7px; }

.menu-list a:hover, .menu-btn:hover,
.banner-tools a:hover { color: #d0da00; }

.banner-toolbox { 
    float: right;
    background-color: #000;
    border-radius: 0 0 7px 7px;
    font-size: 10px; font-size: .625rem;
    padding: 5px 10px;
    position: relative;
    top: -30px;
    font-weight: 600;
    height: 28px;
}

.banner-tools { 
    display: inline-block; 
    text-transform: uppercase; 
    margin-top: 3px;
    float: left;
}
    .banner-tools li { display: inline; padding-right: 10px; }
    .banner-tools a { color: #fff; padding: 10px 0; }
   
#search-desktop { position: relative; display: inline-block; float: left; }   
    #search-desktop:hover .submit, 
    #search-desktop .search-input:focus + .submit { background-color: #5b5b5b; color: #fff; }

#search-desktop .search-input, 
#search-desktop .submit {
    height: 18px;
    outline: none;  
    border: none;
    transition: all .2s ease; 
    background-color: #C8C8C8;
    float: left;
}
    #search-desktop .search-input {
        width: 117px;
        background-image: url('../img/search_menu.svg');
        background-repeat: no-repeat;
        background-position: 3px -82px;
        border-radius: 5px 0 0 5px;
        padding-left: 20px;
    }
    .no-svg .search-input { background-image: url('../img/search_menu.png'); }
	/* Add placeholder text styles */
    .search-input::-webkit-input-placeholder { color: #353535; }
    .search-input:-moz-placeholder { /* Firefox 18- */color: #353535;  }
    .search-input::-moz-placeholder {  /* Firefox 19+ */color: #353535;  }
    .search-input:-ms-input-placeholder {  color: #353535;  }

    #search-desktop:hover .search-input,
    #search-desktop .search-input:focus { background-color: #fff; }

    #search-desktop .submit { 
		border-radius: 0 5px 5px 0; 
		color: #C8C8C8; 
		padding: 0 10px;
		width: auto;
	}

.main-nav { padding-top: 24px; }
    
.nav-bar { 
    font-weight: 600; 
    margin-top: 24px;
    width: 39%;
}
    .nav-links > li { float: left; position: relative; }
        .nav-links > li > a {
            float: left;
            padding: 5px 14.5px 7px; 
            box-shadow: 1px 0 0 0px #560002;
            border-right: 1px solid #7f000a;
            color: #fff;
        }
        .nav-links .active { 
            background: rgb(89,0,2); /* Old browsers */ 
            background: -moz-linear-gradient(top, rgba(89,0,2,1) 0%, rgba(70,0,5,1) 100%); /* FF3.6+ */ 
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(89,0,2,1)), color-stop(100%,rgba(70,0,5,1))); /* Chrome,Safari4+ */ 
            background: -webkit-linear-gradient(top, rgba(89,0,2,1) 0%,rgba(70,0,5,1) 100%); /* Chrome10+,Safari5.1+ */ 
            background: -o-linear-gradient(top, rgba(89,0,2,1) 0%,rgba(70,0,5,1) 100%); /* Opera 11.10+ */ 
            background: -ms-linear-gradient(top, rgba(89,0,2,1) 0%,rgba(70,0,5,1) 100%); /* IE10+ */ 
            background: linear-gradient(to bottom, rgba(89,0,2,1) 0%,rgba(70,0,5,1) 100%); /* W3C */ 
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#590002', endColorstr='#460005',GradientType=0 ); /* IE6-9 */ 
        }
        .nav-links > li:hover > a { background: #DADADA; color: #73000a; transition: all .2s ease .15s;  }
        .nav-links > li:hover > a:hover { color: #818701; }
        .nav-links > li:first-child > a { border-left: 1px solid #560002; box-shadow: -1px 0 0 0px #7F000A, 1px 0 0 0px #560002;  }
            .nav-links > li:first-child .flyout { left: 1px; }    

/*
 * Main nav flyout menus
 */ 

.nav-links > li:hover .flyout { z-index: 9999; opacity: 1; visibility: visible; }

.flyout, .flyout-callout-text { font-size: 14px; font-size:.75rem; /* 12px / 16px */ }
.flyout {
    visibility: hidden; 
    opacity: 0;
    transition: opacity .2s ease .15s; 
    position: absolute;
    background-color: #DADADA;
    top: 100%;
    width: 270px;
    left: 0;
    box-shadow: 0px 8px 10px 1px rgba(0, 0, 0, .3);
}
    .flyout ol, .flyout-callout { padding: 10px 15px; }
    .flyout ol { border-bottom: 6px solid #000; background: url('../img/flyout_gate.png') no-repeat right bottom; }
    .flyout-desc, .flyout-callout-text { font-weight: 400; line-height: 1.5em; }
    .flyout li { padding-bottom: 10px; }
        .flyout li:last-child { padding-bottom: 0; }
        
    .flyout-callout, .flyout-callout-head { padding-bottom: 0; margin: 0; }

/*
 * Main nav logo
 */
.main-logo { width: 22%; margin-top: -60px; }
.main-logo a {
    background: url(../img/USC_Web_main.svg) no-repeat center, rgb(0,0,0); /* Old browsers */
    background: url(../img/USC_Web_main.svg) no-repeat center, -moz-linear-gradient(top,  rgba(54,54,54,1) 0%, rgba(80,80,80,1) 6%, rgba(0,0,0,1) 19%); /* FF3.6+ */
    background: url(../img/USC_Web_main.svg) no-repeat center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(54,54,54,1)), color-stop(6%,rgba(80,80,80,1)), color-stop(19%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: url(../img/USC_Web_main.svg) no-repeat center, -webkit-linear-gradient(top,  rgba(54,54,54,1) 0%,rgba(80,80,80,1) 6%,rgba(0,0,0,1) 19%); /* Chrome10+,Safari5.1+ */
    background: url(../img/USC_Web_main.svg) no-repeat center, -o-linear-gradient(top,  rgba(54,54,54,1) 0%,rgba(80,80,80,1) 6%,rgba(0,0,0,1) 19%); /* Opera 11.10+ */
    background: url(../img/USC_Web_main.svg) no-repeat center, -ms-linear-gradient(top,  rgba(54,54,54,1) 0%,rgba(80,80,80,1) 6%,rgba(0,0,0,1) 19%); /* IE10+ */
    background: url(../img/USC_Web_main.svg) no-repeat center, linear-gradient(to bottom,  rgba(54,54,54,1) 0%,rgba(80,80,80,1) 6%,rgba(0,0,0,1) 19%); /* W3C */
    display: block;
    height: 142px;
    border-radius: 0 0 20px 20px;
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, .6);
}
    .no-svg .main-logo a { background: #000 url(../img/USC_Web_main.png) no-repeat center; }

h1, h2, h3, h4, h5, h6 { margin-top: 0; }  
.content { margin-top: 110px; margin-bottom: 150px; min-height: 600px; }

.caption h1 { font-size: 43px; font-size: 2.6875rem; /* 43px / 16px */ }

.blog-page { padding-top: 3em; }
	
#gateway-tabs { margin-top: -46px; }

/*
 * Carolina Alert
 */
.carolina-alert { top: 115px; padding-top: 25px; }
  
.list-widget.social-media > li:first-child { 
    background-image: url('../img/at_UofSC_socialmedia.svg'); 
    background-repeat: no-repeat; 
    background-position: -7px -8px; 
    padding-left: 85px;
}
    .no-svg .list-widget.social-media > li:first-child { background-image: url('../img/at_UofSC_socialmedia.png'); }  
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
    
    .nav-bar { width: 38%; margin-top: 24px; }
    .nav-links { font-size: 13px; }
        .nav-links > li > a { padding-top: 8px; }
    .main-logo { width: 24%; }
	
	.quick-fact .bold { font-size: 22px; }
       
    #category-img { min-height: 410px; background-attachment: scroll; }
    .caption.top    { top: 110px; }
    .caption.bottom { bottom: 50px; }
    
    .atUofSC .category-header { font-size: 4em; }
    .list-widget.social-media > li:first-child { font-size: 16px; font-size: 1.0625rem; padding-right: 30px; }
    
    .no-limits { font-size: 1em; margin-top: 53px; }
    
}

@media only screen and (min-width: 80em) { 
    #category-img { min-height: 635px; }
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {

    /* Remove fixed positioning from header */
    .banner { position: relative; }
	.main-logo a { background-size: 180px, auto; }
    .content, #category-img { margin-top: 0; }
	#category-img { overflow: visible; }
    .carolina-alert { top: 0; }

}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For one or two letters */
.garnet-circle {
  background-color: #73000A;
  padding: 5px 2px;
  color: #FFF;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  line-height: 16px;
  font-size: 14px;
}
.garnet-circle.mod-large {
	width: 80px;
    height: auto;
    color: #ECECEC;
    margin: 0 auto 10px;
}

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }
.hide { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  .logo:before { content: url(/_global_resources/img/usclogo_2color.png); position: relative; }
  #main-content { margin-top: 80px; }
  .banner-icons, #category-img { display: none; }
  .infographic li { display: inline; width: 50%; text-align: center; border: none; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; } 
  #ou-de:after { content: ""; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 1cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
