/* Table of contents
-----------------------------------------------------
- Fonts
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Banner
- Main Navigation
- Page Navigation
- Main Content
- Footer
- Pages
*/


/* Fonts
----------------------------------------------------- */
@font-face {
	font-family: 'National';
	src: url('//uasdata.usc.edu/css/fonts/NationalWeb-Light.eot');
	src: local(':)'),
		url('//uasdata.usc.edu/css/fonts/NationalWeb-Light.woff') format('woff'),
		url('//uasdata.usc.edu/css/fonts/NationalWeb-Light.ttf') format('truetype'),
		url('//uasdata.usc.edu/css/fonts/NationalWeb-Light.svg') format('svg');
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: 'National';
	src: url('//uasdata.usc.edu/css/fonts/NationalWeb-Regular.eot');
	src: local(':)'), 
		url('//uasdata.usc.edu/css/fonts/NationalWeb-Regular.woff') format('woff'),
		url('//uasdata.usc.edu/css/fonts/NationalWeb-Regular.ttf') format('truetype'),
		url('//uasdata.usc.edu/css/fonts/NationalWeb-Regular.svg') format('svg');
	font-weight:500;
	font-style:normal;
}
@font-face { 
	font-family: 'National'; src: url('//uasdata.usc.edu/css/fonts/NationalWeb-Extrabold.eot'); src: local(':)'), url('//uasdata.usc.edu/css/fonts/NationalWeb-Extrabold.woff') format('woff'), url('//uasdata.usc.edu/css/fonts/NationalWeb-Extrabold.ttf') format('truetype'), url('//uasdata.usc.edu/css/fonts/NationalWeb-Extrabold.svg') format('svg'); 
	font-weight: 900; 
	font-style: normal; 
}
@font-face { 
	font-family: 'National'; src: url('//uasdata.usc.edu/css/fonts/NationalWeb-Italic.eot'); src: local(':)'), url('//uasdata.usc.edu/css/fonts/NationalWeb-Italic.woff') format('woff'), url('//uasdata.usc.edu/css/fonts/NationalWeb-Italic.ttf') format('truetype'), url('//uasdata.usc.edu/css/fonts/NationalWeb-Italic.svg') format('svg'); 
	font-weight: 500; 
	font-style: italic; 
}
@font-face { 
	font-family: 'National'; src: url('//uasdata.usc.edu/css/fonts/NationalWeb-Extrabold-Italic.eot'); src: local(':)'), url('//uasdata.usc.edu/css/fonts/NationalWeb-ExtraBold-Italic.woff') format('woff'), url('//uasdata.usc.edu/css/fonts/NationalWeb-Extrabold-Italic.ttf') format('truetype'), url('//uasdata.usc.edu/css/fonts/NationalWeb-Extrabold-Italic.svg') format('svg'); 
	font-weight: 900; 
	font-style: italic; 
}

/* Grid
----------------------------------------------------- */
.container {
  position: relative;
  width: 1044px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

@media (max-width: 1044px) {
	.container {
		width: 100%;
	}
}


/* For devices larger than 550px */
@media (min-width: 550px) {
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
----------------------------------------------------- */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-family: Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
  color: #222; }


/* Typography
----------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
}
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}


h2, h3, h4, h5, h6 {
	margin: 0;
	color: #b20838;
	font-family: National;
	font-weight: 900; 
	font-style: italic;
	text-transform: uppercase;
}
h3.subtitle {
	padding-top: 5px;
}

#content * {
	font-family: National;
}
.content * {	
	font-size: 17px;
	line-height: 1.45;
}
.content-no-listing * {	
	font-size: 17px;
	line-height: 1.45;
}

.content h3 {
	margin-bottom: 2px;
}

.content-no-listing h3 {
	margin-bottom: 2px;
}

p {
  margin-top: 0;
}
.subheader {
	display: inline-block;
	margin-right: 5px;
	color: #b20838;
	font-weight: 900; 
	font-style: italic;
}

.caps {
	text-transform: uppercase;
}


/* Links
----------------------------------------------------- */
a {
	color: #b30838;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}

li a {
font-weight: bold;
}

a:hover {
  color: #AC0039;
}
.uas_orange {
	color: #d34f1d !important;
	font-weight: 900;
}
.uas_red {
	color: #b30838 !important;
	font-weight: 900;
}


/* Buttons
----------------------------------------------------- */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }


/* Forms
----------------------------------------------------- */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;}
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #DD9995;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #DD9995;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #DD9995;
}
:-moz-placeholder { /* Firefox 18- */
  color: #DD9995;
}


/* Lists
----------------------------------------------------- */
ul {
  list-style: circle; }
ol {
  list-style: decimal; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,


ul.uas_list {
	list-style: none;
	margin-left: 15px;
	margin-bottom: 0;
}
ul.uas_list li {
	margin-bottom: 15px;
}
ul.uas_list li:before {    
	font-family: 'FontAwesome';
	margin:0 5px 0 -15px;
	content: '\f054';
	color: #d34f1d;
	font-size: .5em;
}
ul.uas_list ul, ul.uas_list.square {
	margin-left: 40px;
}
ul.uas_list ul li:first-child {
	margin-top: 15px;
}
ul.uas_list ul li:before, ul.uas_list.square li:before {
	display: inline-block;
	margin-top: -2px;
	vertical-align: middle;
	font-family: 'FontAwesome';
	content: '\f0c8';
	color: #f78d33;
	font-size: .5em;
}
ul.uas_list ul ul li:before {
	display: inline-block;
	margin-top: -2px;
	vertical-align: middle;
	font-family: 'FontAwesome';
	content: '\f111';
	color: #f78d33;
	font-size: .3em;
}



/* Code
----------------------------------------------------- */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
}
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
----------------------------------------------------- */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
----------------------------------------------------- */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
----------------------------------------------------- */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
----------------------------------------------------- */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
----------------------------------------------------- */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Banner
----------------------------------------------------- */
#site-banner {
	margin-top: 24px;
}
#site-logos {
	width: 100%;
	display: flex;
}

#site-logos .uas_logo {
	display: block;
	float: left;
	width: 170px;
	height: 54px;
	background-image: url(/images/uas_logo.png);
	background-repeat: no-repeat;
	background-size: 170px 54px;
	flex: 1;
}


#site-logos .dornsife_logo {
	display: block;
	float: right;
	width: 170px;
	height: 54px;
	background-image: url(/images/usc_dornsife_logo-retina.png);
	background-repeat: no-repeat;
	background-size: 170px 54px;
	flex: 1;
}

#site-logos .usc_logo {
	display: block;
	float: right;
	width: 167px;
	height: 36px;
	margin: 0 20px 0 0;
	background-image: url(/images/usc_logo-retina.jpg);
	background-repeat: no-repeat;
	background-size: 167px 36px;
}
@media (max-width: 1000px) {
	#site-logos .uas_logo {
		margin-left: 10px;
	}
	#site-logos .dornsife_logo {
		margin-left: 10px;
	}
	#site-logos .usc_logo {
		margin-right: 10px;
	}
}
@media (max-width: 439px) {
	#site-logos .uas_logo, #site-logos .dornsife_logo, #site-logos .usc_logo {
		width: 120px;
		background-size: 100%;
	}
}


/* Main Navigation
----------------------------------------------------- */
#menu-toggle {
	display: none;
}
#main-navigation {
	width: 100%;
	height: 22px;
	margin: 29px 0 36px;
	padding: 0;
	background-color: #AC0039;
	line-height: 22px;
}
#main-navigation nav {
	float: left;
	height: 22px;
	margin: 0;
	padding: 0;	
	text-transform: uppercase;
}
#main-links {
	float: left;
	height: 22px;
	margin: 0 0 0 10px;
	padding: 0 4px 0 0;
	list-style: none;
	line-height: 20px;
}
#main-links li {
	display: inline-block;
	position: relative;
	height: 22px;
	margin: 0 10px;
	padding: 0;
	color: #000;
	cursor: pointer;
}
#main-links li.rightlink {
	float: right;
	margin-right: 15px;
}

@media (max-width: 1000px) {
	#main-links li.rightlink {
		float: none;
		margin-right: 0px;
	}
}


#main-links li a, #main-links li a:visited {
	display: inline-block;
	width: 100%;
	height: initial;
	font-size: 11px;
	line-height: 22px;
	color: #FFEBBF;
	text-decoration: none;
	font-weight: normal;
}
#main-links li ul {
	display: none;
}
#main-links > li.active-trail > a, #main-links > li.active-trail > a:visited {
	height: 26px;
	background: url(/images/menu_active.png) repeat-x;
	color: #FFC10D;
}
#main-links li ul {
	display: none;
	position: absolute;
	z-index: 500;
	left: 0;
	top: 22px;	
	float: none;
	min-width: 100px;
	padding: 3px 0 0;
	margin: 0;
	background-color: #D1D2D4;
}
#main-links li ul li {
	display: block;
	height: initial;
	margin: 0;
	padding: 0 20px 0 9px;
	white-space: nowrap;
}
#main-links li ul li a, #main-links li ul li a:visited {
	margin: 0;
	padding: 2px 0;
	border-bottom: solid 1px #FFFFFF;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
}
#main-links li ul li:last-child a {
	border: none;
}
#main-links li:hover ul {
	display: block;
}
#main-links li ul li:hover {
	background-color: #AAAAAA;
}
@media (min-width: 951px) {
	#main-navigation nav {
		display: block !important;
	}
} 
@media (max-width: 1000px) {
	#menu-toggle {
		display: block;
		position: absolute;
		left: 15px;
		top: 77px;
		width: 30px;
		margin: 0;
		padding: 0;
		border: none;
		outline: none;
	}
	#menu-toggle span {
		display: block;
		width: 30px;
		height: 2px;
		margin-bottom: 4px;
		background-color: #FFFFFF;
	}
	#main-navigation {
		text-align: right;
	}
	#main-navigation nav {
		display: none;
		float: none;
		width: 100%;
		height: initial;
		background-color: #D1D2D4;
	}
	#main-links {
		float: none;
		height: initial;
		margin-left: 0;
		padding: 0;
	}
	#main-links li {
		display: block;
		height: initial;
		margin: 0;
		border-top: solid 2px #FFFFFF;
	}
	#main-links li a, #main-links li a:visited {
		padding: 3px 0;
		color: #000000;
		text-align: center;
	}
	#main-links > li.active-trail > a, #main-links > li.active-trail > a:visited {
		background: none;
		color: #000000;
	}
	#main-links li:hover {
		background-color: #AAAAAA;
	}
	#main-links li ul, #main-links li:hover ul {
		display: none;
	}
}
@media (max-width: 439px) {
	#menu-toggle {
		top: 53px;
	}
	#main-navigation {
		margin-top: 5px;
	}
}


/* Site Search
----------------------------------------------------- */
#site-search {
	float: right;
	height: 22px;
	margin: 0;
	border-left: solid 3px #fff;
}
#site-search input[type=text] {
	display: inline-block;
	vertical-align: top;
	width: 132px;
	height: 22px;
	padding-left: 10px;
	background: #B20838;
	border: none;
	color: #DD9995;
	font-size: 11px;
	text-transform: normal;
}
#site-search button {
	display: inline-block;
	vertical-align: top;
	width: 19px;
	height: 22px;
	padding: 0;
	background: #B20838 url(/images/search_button.png) center center no-repeat;
	border: none;
	border-left: solid 2px #fff;
	cursor: pointer;
}
@media (max-width: 1000px) {
	#site-search {
		display: inline-block;
		float: none;
	}
}


/* Page Navigation
----------------------------------------------------- */
#content header {
	width: 100%;
}
#content header > div {
	width: 100%;
}
#page-breadcrumbs {
	border-bottom: solid 2px #7D0233;
}
#page-breadcrumbs ul {
	float: left;
	margin: 0;
	padding: 0 20px 7px 0;
	list-style: none;
}
#page-breadcrumbs ul li, #page-breadcrumbs ul li a {
	display: inline-block;
	margin: 0;
	padding: 0 3px 0 0;
	color: #d34f1d;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
}
#page-breadcrumbs ul li a {
	color: #7D0233;
}
#page-breadcrumbs ul li::after {
	padding-left: 8px;
	color: #7D0233;
	content: '\f101';
	font-family: fontawesome;
	font-size: 14px;
}
#page-breadcrumbs ul li:last-child::after {
	content: '';
}
#question-cart {
	float: right;
	color: #000000;
	font-size: 15px;
	font-weight: 200;
	text-transform: uppercase;
	line-height: 1.2;
}

#page-nav {
	width: 100%;
	margin: 51px 0 0;
	padding: 0;
	display: none;
}
#page-nav nav {
	float: left;
	height: 70px;
}
#page-nav nav h1 {
	display: none;
}
#page-nav nav ul {
	margin: 0;
	padding: 0 40px 0 0;
	background: url(../images/page-nav-sprite.png) right 0 no-repeat;
}
#page-nav nav ul li {
	display: inline-block;
	width: 100px;
	height: 70px;
	margin: 0;
	padding: 0 0 0 40px;
	background: url(../images/page-nav-sprite.png) 0 -70px no-repeat;
	color: #d34f1d;
	font-size: 17px;
	font-weight: 500;
	line-height: .8;
	vertical-align: top;
	text-transform: uppercase;
}
#page-nav nav ul li a {
	display: block;
	width: 100%;
	height: 70px;
	text-align: center;
}
#page-nav nav ul li a i {
	display: inline-block;
	width: 21px;
	height: 21px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	border: 2px solid #d34f1d;
}
#page-nav nav ul li a span {
	display: block;
	margin-top: 12px;
        margin-left: -15px;
	/*padding: 0 20px;*/
	color: #d34f1d;
	line-height: .8;
}
/* Colors */
#page-nav nav ul li:nth-last-child(1) i {border-color: #b30838;}
#page-nav nav ul li:nth-last-child(1) a span {color: #b30838;}
#page-nav nav ul li:nth-last-child(1) a.active i {background-color: #b30838;}
#page-nav nav ul li:nth-last-child(1):hover a i {background-color: #b30838;}
#page-nav nav ul li:nth-last-child(2) i {border-color: #d34f1d;}
#page-nav nav ul li:nth-last-child(2) a span {color: #d34f1d;}
#page-nav nav ul li:nth-last-child(2) a.active i {background-color: #d34f1d;}
#page-nav nav ul li:nth-last-child(2):hover a i {background-color: #d34f1d;}
#page-nav nav ul li:nth-last-child(3) i {border-color: #f78d33;}
#page-nav nav ul li:nth-last-child(3) a span {color: #f78d33;}
#page-nav nav ul li:nth-last-child(3) a.active i {background-color: #f78d33;}
#page-nav nav ul li:nth-last-child(3):hover a i {background-color: #f78d33;}
#page-nav nav ul li:nth-last-child(4) i {border-color: #ffc425;}
#page-nav nav ul li:nth-last-child(4) a span {color: #ffc425;}
#page-nav nav ul li:nth-last-child(4) a.active i {background-color: #ffc425;}
#page-nav nav ul li:nth-last-child(4):hover a i {background-color: #ffc425;}
#page-nav nav ul li:nth-last-child(5) i {border-color: #ffe001;}
#page-nav nav ul li:nth-last-child(5) a span {color: #ffe001;}
#page-nav nav ul li:nth-last-child(5) a.active i {background-color: #ffe001;}
#page-nav nav ul li:nth-last-child(5):hover a i {background-color: #ffe001;}


@media (min-width: 951px) {
	#page-nav nav ul {
		display: block !important;
	}
} 
@media (max-width: 1000px) {
	#page-nav nav {
		float: none;
		height: initial;
		margin-bottom: 10px;
	}
	#page-nav nav h1 {
		display: block;
		margin: 0;
		padding: 0 0 15px;
		border-bottom: solid 1px #b30838;
		color: #d34f1d;
		font-size: 20px;
		font-weight: 500;
		line-height: .8;
		vertical-align: top;
		text-transform: uppercase;
		cursor: pointer;
	}
	#page-nav nav h1 i {
		display: inline-block;
		width: 23px;
		height: 10px;
		margin-left: 30px;
		background: url(/images/red_arrow.png) 0 -10px no-repeat;		
	}
	#page-nav nav h1 i.open {
		background-position: 0 0;
	}
	#page-nav nav ul, #page-nav nav ul li, #page-nav nav ul li a {
		display: block;
		width: 100%;
		height: initial;
		padding: 0;
		background: none;
		text-align: left;
	}
	#page-nav nav ul {
		display: none;
	}
	#page-nav nav ul li a {
		padding: 15px 0;
		border-bottom: solid 1px #b30838;
	}
	#page-nav nav ul li a span {
		margin: 0;
	}
	#page-nav nav ul li a i {
		display: none;
	}
	#page-nav nav ul li a.active {
		display: none;
	}
}

#page-nav .sidebar {
	display: table;
	float: right;
	width: 150px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#page-nav .sidebar li {
	display: table-row;
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: 500;
	line-height: .8;
	text-transform: uppercase;	
}
#page-nav .sidebar li span, #page-nav .sidebar li a {
	display: table-cell;
	vertical-align: middle;
}
#page-nav .sidebar li i {
	display: block;
	width: 25px;
	height: 25px;
	margin-right: 10px;
	background: url(/images/page-nav-sidebar-sprite.png) 0 0 no-repeat;
}
#page-nav .sidebar li span {
	width: 35px;
}
#page-nav .sidebar li a {
	width: 135px;
	color: #d34f1d;
	line-height: .8;
}
#page-nav .sidebar li:last-child a {
	padding-top: 16px;
	color: #b30838;
}
#page-nav .sidebar li:last-child span {
	padding-top: 16px;
}
#page-nav .sidebar li:first-child span, #page-nav .sidebar li:first-child a {
	padding-top: 0;
}
#page-nav .sidebar .data-orange i {
	background-position: 0 0;
}
#page-nav .sidebar .doc-red i {
	background-position: 0 -25px;
}
#page-nav .sidebar .doc-orange i {
	background-position: 0 -50px;
}
#page-nav .sidebar .cart-orange i {
	background-position: 0 -75px;
}
#page-nav .sidebar .plane-red i {
	background-position: 0 -100px;
}
@media (max-width: 1000px) {
	/*#page-breadcrumbs {
		display: none;
	}*/
	#page-nav {
		display: block;
	}
	#page-nav .sidebar {
		float: none;
		width: initial;
	}
	#page-nav .sidebar li {
		display: table-cell;
	}
}
@media (max-width: 439px) {
	#page-nav .sidebar li {
		display: table-row;
	}
}


/* Main Content
----------------------------------------------------- */
#content .content {
	margin-top: 65px;
}

#content .content-no-listing {
	margin-top: 20px;
}

#content .content p {
	margin-bottom: 15px;
}

#content .content-no-listing p {
	margin-bottom: 15px;
}

/* Footer
----------------------------------------------------- */
footer div {
	margin-top: 20px;
	padding-top: 8px;
	border-top: solid 1px #AC0039;
	font-size: 10px;
}
footer a, footer a:visited {
	color: #000000;
}


/* Pages
----------------------------------------------------- */

/* Home page */
.home_page header {
	margin-bottom: 12px;
	border-bottom: solid 2px #BCBDC0;
	/*text-transform: uppercase;*/
}
.home_page header h1 {
	margin: 0 0 6px;
	color: #b20838;
	font-size: 38px;
	font-weight: 500;
	line-height: .9;
}
.home_page header h3 {
	margin: 6px 0 0;
	color: #6d6e71;
	font-size: 16px;
	font-style: normal;
	font-weight: 900;
	line-height: 1;
}
.home_page .banner {	
        margin-top: 20px;
        border-top: solid 1px #AC0039;
        margin-bottom: -30px;
}
.home_page .banner img {
	display: block;
	width: 100%;        
        border-bottom: solid 1px #AC0039;
}
.home_page .banner .caption {
	width: 100%;
	margin: 6px 0 4px;
	color: #b20838;
	font-size: 13px;
	font-weight: 500;
	text-align: justify;
	text-transform: uppercase;
	line-height: 1;
}
.home_page .content {
	margin-top: 33px;
}
.home_page .content div {
	float: left;
	width: 820px;
	margin-left: 22px;
	margin-bottom: 10px;
}
.home_page .content p {
	margin: 0 0 10px;
	padding: 0;
}
.home_page .content p, .home_page .content p * {
	font-size: 18px;
	line-height: 1.2;
}
.home_page .content p:last-child {
	margin-bottom: 0;
}
.home_page .sidebar {
	display: table;
	float: left;
	width: 140px;
	margin: 0;
	padding: 0 28px 0 3px;
	border-right: solid 1px #AC0039;
	list-style: none;
}
.home_page .sidebar li {
	display: table-row;
	margin: 0;
	padding: 0;
	font-weight: 500;
	line-height: .9;
	text-transform: uppercase;	
}
.home_page .sidebar li span, .home_page .sidebar li a {
	display: table-cell;
	padding-bottom: 16px;
	vertical-align: middle;
	font-weight: normal;
}
.home_page .sidebar li i {
	display: block;
	width: 44px;
	height: 44px;
	margin-right: 10px;
	background: url(/images/page-nav-sidebar-sprite.png) 0 0 no-repeat;
}
.home_page .sidebar li a {
	width: 105px;
	color: #d34f1d;	
	font-size: 19px;
	line-height: .8;
}
.home_page .sidebar li:last-child span, .home_page .sidebar li:last-child a {
	padding-bottom: 0;
}
.home_page .sidebar .light_bulb i {
	background-position: 0 -125px;
}
.home_page .sidebar .data i {
	background-position: 0 -169px;
}
.home_page .sidebar .bubble i {
	background-position: 0 -213px;
}
@media (max-width: 1000px) {
	.home_page .sidebar {
		display: table;
		float: none;
		width: 100%;
		margin: 0;
		padding: 0;
		border: none;
	}
	.home_page .sidebar li {
		display: inline-block;
		margin: 0 40px 0 0;
	}
	.home_page .sidebar li a {
		width: initial;
	}
	.home_page .sidebar li:last-child span, .home_page .sidebar li:last-child a {
    padding-bottom: 16px;
	}
	.home_page .content div {
			float: none;
			width: 100%;
			margin-left: 0;
			margin-bottom: 10px;
	}
}


/* UAS Team page */
#uas-team {
	padding-top: 5px;
}
#uas-team .row {
	width: 100%;
	border-bottom: solid 1px #EBDBDA;
}
#uas-team .row.last {
	border: none;
}
#uas-team .member_container {
	float: left;
	box-sizing: border-box;
	width: 50%;
}
#uas-team .member_wrapper {
	margin-top: 30px;
	margin-bottom: 30px;
	border-left: solid 1px #D5B4B2;
	border-right: solid 1px #D5B4B2;
}
#uas-team .row > div:last-child .member_wrapper {
	border-left: none;
}
#uas-team img {
	float: left;
	margin-left: 30px;
}
#uas-team .member_info {
	position: relative;
	height: 120px;
	margin-left: 156px;
}
#uas-team p {
	font-size: 14px;
	line-height: 1.4;
}
#uas-team .member_info p:last-child {
	position: absolute;
	bottom: 0;
	margin: 0;
}
#uas-team .member_info p:first-child {
	position: relative;
	padding-right: 30px;
}
#uas-team .member_info p:last-child a {
	display: inline-block;
	font-size: 1em;
	font-weight: 900;
}
#uas-team .member_info p:last-child a:first-child {
	margin-right: 20px;
}
@media (max-width: 1000px) {
	#uas-team .member_container {
		float: none;
		box-sizing: border-box;
		width: 100%;
	}
	#uas-team .row > div:last-child {
		margin-top: 30px;
		border-top: solid 1px #EBDBDA;
	}
	#uas-team .row > div:last-child .member_wrapper {
		border-left: solid 1px #D5B4B2;
	}
}
@media (max-width: 600px) {
	#uas-team .member_info {
		height: initial;
		margin-left: 146px;
	}
	#uas-team img {
		margin-left: 20px;
	}
	#uas-team .member_info p:first-child {
    padding-right: 20px;
	}
	#uas-team .member_info p:last-child {
		position: relative;
	}
}
@media (max-width: 400px) {
	#uas-team .member_info {
		margin-left: 20px;
	}
	#uas-team img {
		float: none;
	}
	#uas-team .member_info p:first-child {
    padding-right: 20px;
	}
	#uas-team .member_info p:last-child {
		position: relative;
	}
}

.uas_rows {
	list-style: none;
	border-bottom: solid 1px #DADBDD;
}
.uas_rows li {
	border-top: solid 1px #DADBDD;
}
.uas_rows.show, .uas_rows.show li {
	border: none;
}
.uas_rows.show {
	border-bottom: dotted 1px #E1E1E3;
}
.uas_rows h3 {
	margin: 0;
	padding: 6px 0 7px;
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	text-transform: none;
	cursor: pointer;
}
.uas_rows.toggle h3 i {
	display: inline-block;
	width: 8px;
	height: 7px;
	margin: 0 0 0 8px;
	background-image: url(/images/orange_double_arrow.png);
	background-repeat: no-repeat;
	background-size: 8px 7px;
}
.uas_rows.toggle h3.expanded i {
	-webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.uas_rows .wrapper {
	display: none;
	margin-top: 22px;
}
.uas_rows.show .wrapper {
	display: block;
	margin-top: 12px;
}
.uas_rows .wrapper .row_data div {
	float: left;
	width: 25%;
}
.uas_rows .row {
	margin: 0 0 0 40px;
	border-top: dotted 1px #E1E1E3;
}
.uas_rows.show .row {
	margin: 0;
}
.uas_rows .row_title {
	padding: 6px 0 1px;
	line-height: 1;
}
.uas_rows .row_title h4, .uas_rows .row_title div {
	display: list-item;
	font-size: 14px;
	line-height: 1;
}
.uas_rows .row_title h4 {
	width: 200px;
	margin: 0;
	font-style: normal;
}
.uas_rows .row_title div {
	font-style: italic;
}

.uas_rows .row_data {
	width: 90%;
	height: 36px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	vertical-align: top;
}
.uas_rows .row_data div {
	float: left;
}
.uas_rows .row_data label {
	display: inline-block;
	margin: 3px 12px 0 0;
	color: #d34f1d;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 1.2;
	vertical-align: top;
}
.uas_rows .row_data span {
	display: inline-block;
	width: 100px;
	font-size: 14px;
	font-weight: 200;
	line-height: 1.2;
	vertical-align: top;
}
@media (max-width: 800px) {
	.uas_rows .row_data {
		width: initial;
	}
	.uas_rows .wrapper .row_data div {
    float: none;
    width: 280px;
	}
}
@media (max-width: 440px) {
	.uas_rows.toggle .wrapper .row_data div {
    width: 220px;
	}
	.uas_rows .row_data {
		margin-left: 30px;
	}
}

form.survey_form {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
}
form.survey_form select {
	margin: 0 5px;
	padding: 0 5px;
	height: 16px;
	color: #b20838;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}
form.survey_form select option {
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.pager {
	width: 100%;
	margin: 10px 0 0;
	text-align: center;
	text-transform: uppercase;
}
.pager a, .pager .pages, .pages span {
	display: inline-block;
	margin: 0 3px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}
.pager .pages {
	text-transform: none;
}
.pages span:first-child {
	margin-right: 4px;
}
.pages span:last-child {
	margin-left: 4px;
}
.pager a {
	text-decoration: none;
}
.pager a:hover {
	text-decoration: underline;
}

/***** Dataset *****/

.dataset .col_main {
	float: left;
	width: 586px;
}
.dataset .col_sidebar {
	float: right;
	width: 318px;
}

.breadcrumbs {
	margin: 0 0 20px;
}
.breadcrumbs label {
	display: inline-block;
	margin: 0;
	color: #636466;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
.breadcrumbs ul, .breadcrumbs li {
	display: inline-block;
	margin: 0;
}
.breadcrumbs li {
	padding-left: 5px;
	color: #d34f1d;
	font-size: 16px;
	font-weight: bold;
}
.breadcrumbs li:not(:first-child):before {
	content: '/';
	padding-right: 5px;
	color: #636466;
	font-weight: 200;
}

.dataset table {
	width: 100%;
	margin-bottom: 35px;
	border-top: solid 1px #DADBDD;
}
.dataset table .top_border {
	border-top: dotted 1px #E1E1E3;
}
.dataset table th, .dataset table td {
	padding: 5px 12px;
	border-bottom: dotted 1px #E1E1E3;
	font-size: 14px;
	line-height: 1.5;
	vertical-align: top;
}
.dataset table th:first-child, .dataset table td:first-child {
	min-width: 100px;
}
.dataset table th {
	padding: 8px 12px;
	color: #d34f1d;
	font-weight: 500;
	text-transform: uppercase;
}
.dataset table td {
	color: #636466;
	font-weight: 200;
}
.dataset table a {
	font-size: 14px;
	font-weight: 500;
}
.dataset table a span {
	font-weight: 200;
}

.dataset table.link_list {
	margin-bottom: 20px;
	border: none;
}
.dataset table.link_list th, .dataset table.link_list td {
	padding: 0;
}
.dataset table.link_list th:first-child, .dataset table.link_list td:first-child {
	width: 200px;
}
.dataset table.link_list td {
	border: none;
}
.dataset table.link_list th {
	color: #636466;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
.dataset table.link_list a {
	font-size: 16px;
}

.dataset .notes {
	color: #636466;
	font-size: 12px;
	line-height: 1.2;
}

@media (max-width: 978px) {
	.dataset .col_main, .dataset .col_sidebar {
		float: none;
		margin-bottom: 30px;
	}
}
@media (max-width: 640px) {
	.dataset .col_main, .dataset .col_sidebar {
		width: 100%;
	}
	.dataset table.link_list th:first-child, .dataset table.link_list td:first-child {
		width: 50%;
	}
}

.sample_graph {
	width: 70%;
	height: 100px;
	line-height: 100px;
	margin: 10px auto;
	background: #ddd;
	color: #999;
	text-align: center;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
          transition: height 0.35s ease;
}