body {
	color: #000;
	font-family: "Open Sans", sans-serif, Arial, Helvetica;
	font-size: 100%;
	font-weight: 400;
	line-height: 1.5;
	background: #f3f3f3;
}

html { overflow-y: scroll; }

::selection{
	background:#4449c5;
	color:#fff
}

::-moz-selection{
	background:#4449c5;
	color:#fff
}

span.table-header-text {
	display:none;
}

/*Accessibility*/
.accessible {
	padding: 10px;
	position: absolute;
	left: -9999em;
	background: #fff;
}
.accessible ul {
	text-align: right;
}
.accessible ul li {
	margin: 0 0 0 .5em;
	display: inline;
}
.accessible.noscript {
	position: relative;
	left: 0;
}

/*Core Layout*/
.wrap {
	width:100%;
	max-width: 1000px;
	margin:0 auto;
}
#left-col {
	width: 75%;
	float: right;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	box-sizing: border-box;
}
#right-col {
	width: 25%;
	float: left;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	box-sizing: border-box;
}

body.filterspage #left-col {
	width:66.66667%;
}
body.filterspage #right-col {
	width:33.33333%;
	margin-top:0;
}

/*Header*/
#header {
	background: #333798;
}
#header .wrap {
	padding-left: 0.9375rem;
	box-sizing: border-box;
}
#logo {
	width: 235px;
	float:left;
	margin-top: 0.9375rem;
}
#hdr-right {
	float:right;
	margin-top:0.08em;
}
#hdr-right .row {
	clear:both;
}
#hdr-right .row:first-child {
	margin-bottom:10px;
}
#hdr-right .row:last-child {
	margin-bottom:0.975em;
}
#hdr-btns li {
	float:left;
	margin: 0.9375em 1em 0 0;
}
#hdr-btns li a {
	color:#fff;
	text-decoration: none;
	font-weight: 300;
	font-size:0.875em;
	position: relative;
}
#hdr-btns li a:hover {
	text-decoration: underline;
}
#hdr-btns li a:before {
	font-family:'foundation-icons';
	margin-right:4px;
	font-size: 1.3em;
	display: inline-block;
}
#hdr-btns li a:hover:before {
	text-decoration: none;
}
#hdr-btns li a#apply:before { content: "\f126"; }
#hdr-btns li a#visit:before { content: "\f172"; }
#hdr-btns li a#reqinfo:before { content: "\f15e"; }
#hdr-btns li a#give:before {
	content:"";
	width:16px;
	height:16px;
	background-image:url('/images/gift-icon.jpg');
	background-size:contain;
	background-repeat: no-repeat;
	position: absolute;
	left:0;
	top:1px;
}
#hdr-btns li a#give {
	padding-left:21px;
}
#tools {
	width:137px;
	float:left;
	background:#4449C5;
	color:#fff;
	font-size:0.81em;
	font-weight: 300;
	padding: 0.5rem 0.75rem;
	box-sizing: border-box;
	margin-left:3em;
	position: relative;
}
#tools a,#panel-tools a {
	text-decoration: none;
	color:#fff;
}
#tools a.tool-main, #panel-tools a.tool-main {
	display: block;
}
#panel-tools a.tool-main {
	background:#4449C5;
	padding:8px 12px;
	font-size:0.8em;
	font-weight: 300;
}
#tools a.tool-main:after,#panel-tools a.tool-main:after {
	font-family: FontAwesome;
	content:"\f0d7";
	float:right;
}
#tools .tools-drop,#panel-tools .tools-drop {
	position: absolute;
	left:-9999px;
	background:#4449C5;
	padding-top:.5em;
}
#tools .tools-drop.open,#panel-tools .tools-drop.open {
	left:0;
	right:0;
}
.tools-drop li a {
	display: block;
	padding: 0.2rem 0.78rem;
}
.tools-drop li a:hover,
.tools-drop li a:focus {
	background:#2469D9;
}
#panel-tools > ul {
	position: relative;
}
#panel-tools ul.tools-drop li {
	font-size:.8em;
	font-weight: 300;
}

/*Search*/
#search {
	margin: 0 0 13px 0;
}
body.filterspage #search {
	display: none;
}

#search form {
	position: relative;
}
#search label {
	display: none;
}
#search input[type=text] {
	padding: 0.5em 0.75em;
	font-size: 0.75em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	height: 35px;
	width: 100%;
	box-sizing: border-box;
	background: #333798;
	color: #fff;
}
#search input[type=submit] {
	text-indent: -9999em;
	width: 11px;
	height: 11px;
	background: url('../images/icon-search-input.png') no-repeat center center;
	background-size:contain;
	cursor: pointer;
	position: absolute;
	right: 11px;
	top: 12px;
}
#shsu-search {
	width: 137px;
	float: right;
	padding-right: 0.9375rem;
}
#shsu-search form {
	position: relative;
}
#shsu-search label {
	display: none;
}
#shsu-search input[type=text] {
	padding:0.5em 0.75em;
	font-size:0.75em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	height: 35px;
	width: 100%;
	box-sizing: border-box;
	background:#4449C5;
	color:#fff;
}
#shsu-search input[type=submit] {
	text-indent: -9999em;
	width: 11px;
	height: 11px;
	background: url('../images/icon-search-input.png') no-repeat center center;
	background-size:contain;
	cursor: pointer;
	position: absolute;
	right:11px;
	top:12px;
}
::-webkit-input-placeholder {
   color: #fff;
}

:-moz-placeholder { /* Firefox 18- */
   color: #fff;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;
}

:-ms-input-placeholder {
   color: #fff;
}

/*Main Nav*/
#navigation {
	background-color: #F68E1E;
	border-top: 0.15em solid #4449C5;
}
#navigation .wrap {
	padding-left: 0.9375em;
	padding-right: 0.9375em;
	box-sizing: border-box;
}
#navigation li {
	float:left;
}
#navigation li a {
	padding: 0.5em 1.5em 0.55em 0px;
	color: #fff;
	text-decoration: none;
	display: block;
	font-weight: 400;
	font-size:1.12em;
}
#navigation li.print span {
	position: absolute;
	left: -9999em;
}
#navigation li.print a:after {
   content: '\f02f';
   font-family: "FontAwesome";
}


#hamburger {
	display: none;
	color:#fff;
	font-size:1.4em;
	padding:0.25em 0;
	cursor: pointer;
}
#hamburger span { display: none; }
#hamburger:after {
	content: "\f0c9";
	font-family: FontAwesome;
	display: inline-block;
}

/*Sidebar*/
.sidebar-hdr {
	background-color: #333798;
	color: #ffffff;
	font-family:"Montserrat",Helvetica,Arial,sans-serif;
	display: block;
	font-size:1.25em;
	line-height: 24px;
	padding:8px 12px;
}
#cl-menu {
	background: #E6E4E4;
	border: 1px solid #e1e1e1;
	border-top:none;
}
#cl-menu ul li {
	list-style-type: none;
	position: relative;
	border-bottom: 0.0625rem solid #ccc;
}
#cl-menu ul li:last-child {
	border-bottom: none;
}
#cl-menu ul li a {
	display: block;
	text-decoration: none;
	font-size: 0.875rem;
	line-height: 1.125rem;
	color: #333798;
	padding: 0.5rem 0.75rem;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
#cl-menu ul.nav li.active.isparent > a {
	color: #333798;
	font-weight: bold;
}
#cl-menu ul.nav > li.self.isparent > a,
#cl-menu li.immediate-parent > a {
	color: #fff !important;
	background: #333798;
}
#cl-menu ul.nav > li.active.isparent > ul {
	background: #fff;
	border-left: 0.5rem solid #333798;
}
#cl-menu ul.nav.previous-parent:not(.immediate-parent) {
	border-left: none !important;
	padding-left: 0.5rem;
	background: #E6E4E4 !important;
}
#cl-menu > ul.nav {
	padding-left: 0 !important;
}
#cl-menu ul.nav.previous-parent:not(.immediate-parent) > li {
	background: #E6E4E4;
}
#cl-menu ul.nav > li.active.isparent ul li:not(.active) a {
	color: #333798;
}
#cl-menu ul li a:hover,
#cl-menu ul li a:focus {
	color: #292d85;
	padding-left: .5rem;
}
#cl-menu ul.nav ul.nav li a:hover,
#cl-menu ul.nav ul.nav li a:focus {
	margin-left: -0.25em;
}
#cl-menu ul li.active > a {
	color: #292d85;
	font-weight: 600;
}
#cl-menu ul li.self > a {
	color: #292d85;
}

#sidebar-nav-mobile {
	display: none;
	height: 0;
	background:#999;
	padding:10px;
	cursor: pointer;
	font-size:1em;
	margin-top:10px;
}
#sidebar-nav-mobile:before {
	content:"\f0c9";
	font-family:FontAwesome;
	margin-right:10px;
}

/*OnThisPage Sidebar*/
#sidebar-otp {
	background:#fff;
	margin:15px 0;
	padding:0 0 1em 0;
}
#sidebar-otp div.otp-title {font-size: 1em; margin: 0 0 .25em 0; font-weight: 600; background: #354458; padding:10px 15px; color:#fff; }
#sidebar-otp p {font-size: .85em;}
#sidebar-otp ul {font-size: .85em; list-style: disc; margin: 0; padding:0 .4em 0 1em;}
#sidebar-otp ul li ul {font-size: 1em; margin: 0 0 .5em .5em;}
#sidebar-otp ul li ul li ul li { list-style-type: circle; }
#sidebar-otp ul li:first-child, #sidebar-otp ul ul li:first-child {margin-top: .5em;}
#sidebar-otp  p.divider {
    border: dashed 1px #AAA;
    margin: 5px 0px;
}
#sidebar-otp sub {
    font-size: 0.6em;
    font-style: italic;
}
#sidebaredit, .onthispageedit {
    text-decoration: none;
}
#sidebar-otp ul li {
	list-style-type: none;
	font-weight: 600;
}
#sidebar-otp ul li ul li {
	list-style-type:disc;
	font-weight: normal;
}

/*OnThisPage Inline */
.onthispage .otp-title {
	font-weight:600;
	margin-bottom:5px;
}
#content .onthispage ul {font-size: .85em; list-style: disc; margin: 0; padding:0 .4em 0 1em;}
#content .onthispage ul li ul {font-size: 1em; margin: 0 0 .5em .5em;}
#content .onthispage ul li ul li ul li { list-style-type: circle; }
#content .onthispage ul li {
	list-style-type: none;
	font-weight: 600;
}
#content .onthispage ul li ul li {
	list-style-type:disc;
	font-weight: normal;
}

/*Breadcrumb*/
#breadcrumb {
	padding-bottom:0.55em;
}
#breadcrumb ul li {
	padding: 0;
	float:left;
	font-size:0.75em;
	color:#888;
}
#breadcrumb ul li a {
	text-decoration: none;
	color: #292D85;
}
#breadcrumb ul li a:hover {
	text-decoration: underline;
}
#breadcrumb .crumbsep {
	margin:0 0.9em;
	color: #777ACC;
	position: relative;
	top:-1px;
	font-size:0.9em;
}

/*Footer*/
#footer {
	background:#efefef;
	color:#949494;
	border-top:1px solid #e1e1e1;
	margin-top:2rem;
}

#bottom-btns ul li {
	float: right;
	width: 16.66667%;
	padding-left: 0.9375rem;
  	padding-right: 0.9375rem;
  	box-sizing: border-box;
}
#bottom-btns ul li a {
	text-decoration: none;
	display: block;
	color:#fff;
	text-align: center;
	height:100px;
	margin:10px 0;
	padding:10px;
	box-sizing: border-box;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
#bottom-btns ul li a:hover {
	opacity:0.7;
}
#bottom-btns ul li#calendar a { background: rgb(88,155,190); }
#bottom-btns ul li#policies a { background: rgb(154,78,158); }
#bottom-btns ul li#financial a { background: rgb(0,73,144); }
#bottom-btns ul li#support a { background: rgb(108,179,63); }
#bottom-btns ul li#texas a { background: rgb(121,27,21); }
#bottom-btns ul li#woodlands a { background: rgb(128,127,131); }

#shsu-footer-social {
	background: #f2f2f2;
	color: #777;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #c1c1c1;
	padding: 8px 0 1px;
	font-size:0.875em;
}
#shsu-footer-social .wrap {
	padding-left: 0.9375em;
	padding-right: 0.9375em;
	box-sizing: border-box;
}
#shsu-footer-social ul {
	float:right;
}
#shsu-footer-social ul li,
#shsu-footer-social ul span {
	float:left;
	margin-left: 1.75em;
}
#shsu-footer-social ul li a span {
	display: none;
}
#shsu-footer-social ul li a {
	text-decoration: none;
}
#shsu-footer-social ul li a:before {
	font-family: FontAwesome;
	font-size:1.25em;
	position: relative;
	top:-2px;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
#shsu-footer-social ul li a:hover:before {
	color:#000 !important;
}
#shsu-footer-social ul li a#facebook:before { content:"\f09a"; color:#3A5998; }
#shsu-footer-social ul li a#twitter:before { content:"\f099"; color:#29B0ED; }
#shsu-footer-social ul li a#youtube:before { content:"\f16a"; color:#CD1F1D; }
#shsu-footer-social ul li a#instagram:before { content:"\f16d"; color:#3E729B; }
#shsu-footer-social ul li a#linkedin:before { content:"\f0e1"; color:#1D74B4; }

#footer-menu {
	border-top: .0625rem solid #e1e1e1;
	padding: 1.5em 0 1.25em;
	font-weight: 400;
	line-height: 1.125rem;
	color: #565656;
}
#footer-menu .col {
	float:left;
	padding-left: 0.9375em;
	padding-right: 0.9375em;
	width:25%;
	box-sizing: border-box;
	font-size:0.875em;
}
#footer-menu .col:first-child {
	padding-left: 1.875em;
	padding-right: 1.875em;
}
#footer-menu strong {
	color: #2d2d2d;
	font-weight: 600;
}
#footer-menu p {
	margin-bottom:11px;
}
#foot-logo {
	max-width: 100px;
	margin-bottom:16px;
}
#footer-menu h5 {
	font-size:1.25rem;
	font-weight: 400;
	font-family: "Montserrat",Helvetica,Arial, sans-serif;
	line-height: 2rem;
	color:#2d2d2d;
	margin:0;
	padding:0;
}
#footer-menu ul li a {
	font-weight: 300;
	color:#4d4d4d;
	padding:0.25rem 0;
	text-decoration: none;
	display: block;
}
#footer-last {
	color:#cecece;
	background:#565656;
	border-top:1px solid #929292;
	padding:8px 0 4px;
	font-size:0.875em;
	text-align:center;
}
#footer-last img {
	width:296px;
}

/*Content*/
#content-wrapper {
	background-image: url('../images/white-texture.png');
}

/*General Typography*/
#page-topper {
	background-color: #F2F2F2;
	border-bottom: 0.0625rem solid #E4E4E4;
	box-shadow: 0px 0.0625rem 0.0625rem 0px #EDEDED;
	margin-bottom: .5em;
}
#page-topper .wrap {
	padding: 0.65em 0.9375rem;
	box-sizing: border-box;
}
#cat-title {
   margin-left: 25%;
   padding-left: 0.55rem;
	font-size:2.375em;
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-weight: 700;
	color: #292D85;
	line-height: 2.5rem;
}
#banner-image {
	width: 100%;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #DDDDDD;
}
#banner-image img {
	width: 100%;
}
#content a {
	color:#4449c5;
	text-decoration: none;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
#content a:hover {
	color:#292D85;
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 { font-family: "Montserrat", Helvetica, Arial, sans-serif; color:#4449C5; line-height: 1.4; margin: 1rem 0 0.5em 0; }
#content h1 { font-size:2em; margin-top:0; color: #292D85; }
#content h2 {font-size: 1.75em; }
#content h3 {font-size: 1.5em; }
#content h4 {font-size: 1em; }
#content h5 {font-size: 1em; }
#content h6 {font-size: 1em; }
#content p, #content dl {font-size: .9em; margin: 0 0 1em 0;}
#content p.introtext { font-weight: 600; font-size:.92em; }
#content ul {font-size: .9em; list-style: disc; margin: 0 0 .5em 25px;}
#content ol {font-size: .9em; margin: 0 0 .5em 30px;}
#content ol li, #content ul li {margin: 0 0 .5em 0;}
#content li br {margin: 0 0 .5em 0;}
#content ul li ul, #content ol li ol {font-size: 1em;}
#content ol li ul, #content ul li ol {font-size: 1em;}
#content li p, #content ul table, #content ol table {font-size: 1em;}
#content sup {font-size: .8em; vertical-align: super; line-height: 1;}
#content sub {font-size: .8em; vertical-align: sub; line-height: 1;}
#content hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

/*Nested Ordered Lists*/
#content ol:not([type]) {list-style: decimal;}
#content ol ol:not([type]) {list-style: lower-alpha;}
#content ol ol ol:not([type]) {list-style: lower-roman;}
#content ol ol li:first-child, #content ol ol ol li:first-child {margin-top: .5em;}

/*Nested Unordered Lists*/
#content ul ul li:first-child, #content ul ul ul li:first-child {margin-top: .5em;}

/*Tightlist*/
#content ul.tightlist {list-style: none; margin: 0 0 .5em 0;}
#content ul.tightlist ul {list-style: none; margin: 0 0 0 25px;}
#content ul.tightlist li {margin: 0;}
#content ul.tightlist ul li:first-child, #content ul.tightlist ul ul li:first-child {margin-top: 0;}

/*Blockquotes*/
#content blockquote {margin: 0 0 .25em 0; border-left: 5px solid #ccc; padding: 0 0 0 .5em; font-style: italic;}
#content blockquote p {line-height: 1.5;}
#content blockquote cite {display: block; font-size: .75em;}
#content blockquote cite:before {content: "\2014 \0020";}
#content blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {color: #ccc;}

/*Tables*/
#content table {font-size: .75em; margin: 0 0 1em 0; width: 100%; border: 1px solid #ccc;}
#content th {padding: .3em .75em; vertical-align: top; font-weight: bold; border-bottom: 1px solid #ccc; text-align: left; background: #f1f1f2;}
#content td {border-top: 1px solid #ccc; padding: .3em .75em; vertical-align: top;}
#content td img {vertical-align: top;}
#content td p, #content td li {margin: 0; font-size: 1em;}

/*Two Columns*/
#content .cola {
	width: 48%;
	float: left;
}
#content .colb {
	width: 48%;
	float: right;
}

/*Structured Content*/
#content tr.areaheader td,
#content td.areaheader,
#content tr.listsum td,
#content tr.plangridtotal td,
#content tr.plangridsum td {
	font-weight: bold;
}
#content tr.odd {
	background: #e6e4e4;
}
#content tr.orclass td {
	padding-top: 0;
	border-top: none;
}
#content tr.orclass td.codecol {
	padding-left: 2em;
}
#content td.hourscol,
#content th.hourscol {
	text-align: right;
}
#content .hiddencourselist {
	display: none;
}

/*Plan Grid*/
#content .plangridyear th {
	color: #fff;
	background: #333798;
	border-top: 1px solid #ccc;
}
#content .plangridterm th {
	background: #d4d8e9;
}

/*Courselists*/
#content table.sc_courselist tr.areaheader.firstrow {
	color: #fff;
	background: #333798;
}
#content table.sc_courselist tr.areaheader.firstrow a {
	color: #fff;
	text-decoration: underline;
}

/*Core Curriculum*/
#content table.tbl_corecurriculum th {
	color: #fff;
	background: #333798;
}
#content table.tbl_corecurriculum tr.firstrow td {
	background: #d4d8e9;
}

/*Footnotes*/
#content .sc_footnotes {
	border: 0;
}
#content .sc_footnotes td {
	padding: 0 0 .75em 0;
	border: 0;
}
#content .sc_footnotes td.symcol {
	width: 15px;
	font-size: .8em;
}

/*Custom Tables*/
#content table.sc_sctable th {
	color: #fff;
	background: #333798;
}
#content table.tbl_feespersemesterFictitious tr.sctablehead th {
	color: #000;
	background: #d4d8e9;
}

/*Course Blocks*/
#content p.courseblocktitle {
	margin: 0;
	font-weight: bold;
}
#content div.scrollable {
	margin: 0 0 1em 0;
	display: block;
	height: auto;
	max-height: 500px;
	overflow-y: auto;
}
#content div.scrollable table td,
#content div.scrollable table th {
	padding-right: 25px !important;
}

/*Tabs*/
#content #tabs ul {
	margin: 0;
}
#content #tabs ul li {
	padding: 0 0 1rem;
	display: inline-block;
	list-style-type: none;
}
#content #tabs ul li a {
	display: inline-block;
	padding: 6px 10px 1.5rem;
	min-width: 135px;
	color: #333798;
	text-decoration: none;
   font-weight: bold;
	background-color: #E6E4E4;
}
#content #tabs ul li a:hover,
#content #tabs ul li a:focus,
#content #tabs ul li.active a {
	padding-left: 10px;
   color: #fff;
   background-color: #333798;
}

/*A-Z Index*/
#content ul.letternav {
	margin: 0 0 1em 0;
	list-style: none;
}
#content ul.letternav li {
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	margin: 0 1px 1px 0;
}
#content ul.letternav li a,
#content ul.letternav li.inactive {
	padding: .25em .6em;
	color: #fff;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 1em;
	float: left;
	border: none;
	background: #4449C5;
}
#content ul.letternav li.inactive {
	background: #999;
}
#content ul.letternav li a {
	color: #fff;
	text-decoration: none;
	border: none;
}
#content ul.letternav li a:hover,
#content ul.letternav li a:active,
#content ul.letternav li a:focus {
	background: #F68E1E;
}

/*Image Floats*/
#content img.imgleft {
	padding: 0 10px 10px 0;
	float: left;
}
#content img.imgright {
	padding: 0 0 10px 10px;
	float: right;
}

/*Archive Message*/
#content .archive-message p {
	padding: .5em;
	border: 1px solid #ccc;
}

/*Shared Message*/
#content .shared-message p {
	padding: .5em;
	border: 1px solid #ccc;
}

/*Google Search Results*/
#content .gcs-pagination {
	text-align: left;
}
#content .gcs-pagination a,
#content .gcs-pagination .current {
	padding: 5px 12px;
	font-size: 0.75em;
	color: #333;
	text-decoration: none;
	background-color: #f5f5f5;
	background-image: none;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	border: 1px solid #bbbbbb;
	display: inline-block;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#content .gcs-pagination .current {
	color: #fff;
	background-color: #999;
	background-image: none;
}

/*Google Search Results*/
#content .gcs-url {
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	width: 100%;
}
#content .gcs-total  {
	margin: 0 0 1em 0;
	font-style: italic;
}
#content .gcs-result h3 {
	margin: 0;
}

/*To Top*/
a#totop {
	display: block;
	color: #fff;
	position: fixed;
	bottom: 15px;
	right: 15px;
	background: #F68E1E;
	text-indent: -9999em;
	width: 43px;
	height: 43px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	z-index: 999;
}
a#totop:after {
	content: "\f077";
	font-family: FontAwesome;
	font-size: 1.2em;
	text-indent: 0;
	text-align: center;
	color: white;
	display: block;
	position: absolute;
	bottom: 9px;
	right: 12px;
}

/*Print Popup*/
#print-dialog {
	padding: 0;
	width: 350px;
	text-align: left;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#print-dialog.screen {
	font-size: 100%;
}
#print-dialog .print-header {
	padding: 10px;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-weight: 700;
	color: #292D85;
	font-size:1.8em;
	border-bottom: 1px solid #ccc;
}
#print-dialog .print-body {
	padding: 20px 10px;
}
#print-dialog .print-option {
	padding: 0 0 10px 0;
}
#print-dialog .print-option a {
	font-weight:600;
	text-decoration: none;
	font-size:1.05em;
	color:#F68E1E;
}
#print-dialog .print-option p {
	margin: 0;
}
#print-dialog .buttons {
	padding: 10px;
	background:#333798;
}
#print-dialog .cancel a {
	padding: 5px 12px;
	display: inline-block;
	font-size: 16px;
	line-height: normal;
	color: #333;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	float: right;
	border: 1px solid #ebebeb;
	background-color: #e6e6e6;
	background-image: -moz-linear-gradient(white, #e6e6e6);
	background-image: -o-linear-gradient(white, #e6e6e6);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #e6e6e6));
	background-image: -webkit-linear-gradient(white, #e6e6e6);
	background-image: -ms-linear-gradient(white, #e6e6e6);
	background-image: linear-gradient(white, #e6e6e6);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#print-dialog.noscript {
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px) {
	#print-dialog {
		width: 90%;
	}
}

#panel {
	background:#333798;
	width:15.625em;
	top:0;
	bottom:0;
	left:-99999px;
	position: absolute;
	overflow-x:hidden;
	overflow-y:auto;
	z-index: 1001;
	box-sizing:content-box;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-ms-transform: translate(-100%, 0);
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	-ms-transform: translate3d(-100%, 0, 0);
	-o-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	left: 0;
}
#panel-tools {
	background: #292d85;
	padding:10px;
}
.panel-menu {
	border-top:1px solid #1c207c;
	background:#292d85;
}
.panel-menu h5 {
	color:#bcbfff;
	padding:8px 10px;
	font-size:0.8em;
	text-transform: uppercase;
	margin:0;
	line-height: 1.4;
	font-family: "Open Sans",sans-serif;
	font-weight: 600;
	background:#333798;
}
.panel-menu ul li a {
	display: block;
	padding:0.375em .75em;
	background:#292d85;
	color:#fff;
	border-top:1px solid #3a3ea0;
	border-bottom:1px solid #1c207c;
	text-decoration: none;
	font-weight: 300;
}

#cl-menu-panel ul.nav ul.nav {
	display: none;
	padding-left:10px;
}
#cl-menu-panel ul.nav li.isparent.active > a:after {
	content:"\f0d7";
	font-family: FontAwesome;
	float:right;
}
#cl-menu-panel ul.nav li.isparent.active > ul {
	display: block;
}

#off-canvas-wrap {
	position: relative;
	width:100%;
	overflow: hidden;
}
#off-canvas-wrap.panel-open {
	min-height: 100%;
}

#innerwrap {
	position: relative;
	width:100%;
	-webkit-transition: -webkit-transform 500ms ease;
	-moz-transition: -moz-transform 500ms ease;
	-ms-transition: -ms-transform 500ms ease;
	-o-transition: -o-transform 500ms ease;
	transition: transform 500ms ease;
}
#off-canvas-wrap.panel-open #innerwrap {
	-ms-transform: translate(15.625rem, 0);
	-webkit-transform: translate3d(15.625rem, 0, 0);
	-moz-transform: translate3d(15.625rem, 0, 0);
	-ms-transform: translate3d(15.625rem, 0, 0);
	-o-transform: translate3d(15.625rem, 0, 0);
	transform: translate3d(15.625rem, 0, 0);
}

#off-canvas-wrap.panel-open a#close-panel {
	background:rgba(255,255,255,.5);
	-webkit-backface-visibility: hidden;
	transition: background 300ms ease;
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1002;
	-webkit-tap-highlight-color: transparent;
}
#off-canvas-wrap.panel-open a#close-panel:hover {
	background:rgba(255,255,255,.05);
}
a#close-panel span {
	display: none;
}


/* College and Departments Tiles */
#content .sitemap ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#content .sitemap > ul > li {
	margin-bottom: 40px;
}
#content .sitemap > ul > li > a {
	display: block;
	text-decoration: none;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	color: #4449C5;
	line-height: 1.4;
	margin: 1rem 0 0.5em 0;
	font-size: 1.5em;
}
#content .sitemap > ul > li > ul {
	clear: both;
	overflow: hidden;
}
#content .sitemap > ul > li > ul > li {
	float: left;
	width: 23%;
	margin: 0 1% 2%;
	list-style-type: none;
}
#content .sitemap > ul > li > ul > li a {
	display: block;
	height: 128px;
	padding: 10px;
	color: #fff;
}
#content .sitemap > ul > li > ul > li a:hover {
	text-decoration: none;
	opacity: .7;
}
#content .color-teal { background-color:#589bbe; }
#content .color-maroon { background-color:#791B15; }
#content .color-green { background-color:#6CB33F; }
#content .color-gray { background-color:#807F83; }
#content .color-purple { background-color:#9A4E9E; }
#content .color-blue { background-color:#004990; }
#content .color-orange { background-color: #F68E1E; }


/*Clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
.widthfix {box-sizing: border-box; -moz-box-sizing: border-box;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
