  /* xs css styles                                         */
body {
  font-family: 'Roboto', sans-serif;
  color: #252525;
  background-color: #000;
}
#content-main {
	font-size: 16px;
}
#content-main ul > li, #content-main ol > li { 
    margin-bottom: .2em; 
}
.lead {
	font-size: 18px;
}
a {
  color: #2f76b2;		
}
.text-primary {
  color: #0069aa;	
}
.text-light-blue {
  color: #79bde9;		
}
.text-muted {
  color: #777676;
}
.btn {
	font-size: 16px;
}
.btn-group-lg>.btn, .btn-lg {
    font-size: 18px;
}
.btn-group-sm>.btn, .btn-sm, .btn-group-xs>.btn, .btn-xs {
    font-size: 14px;
}
.btn-default {
  background-color: #f7f7f7;
}
.btn-white {
	background-color: #ffffff;
	color: #333;
	border-color: #ccc;
}
.btn-white:hover {
	background-color: #f5f5f5;
	border-color: #adadad;
}
.btn-blue-transparent {
    color: #337ab7;
    background-color: transparent;
    border-color: #337ab7;
    border: 2px solid;
}                                         
.btn-blue-transparent:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.btn-success {
	background-color: #008a09;
	border-color: #006D08;
}
.btn-success:hover {
	background-color: #006D08; 		
}
.btn-warning {
	background-color: #ffc107; 		
	color: #000;
}
.btn-warning:hover {
	background-color: #efbb1e;
}
.btn-danger {
	background-color: #b80f0f;
	border-color: #a40e0e;
}
.btn-danger:hover {
	background-color: #b02a37;
}	
#content-container .btn {
  white-space: normal;
}
.button-component {
    margin-bottom: 10px;
}
#content-main .small, #content-main small {
	color: #777676;
}
#content-main .bg-blue .small, #content-main .bg-blue small, #content-main .bg-gray .small, #content-main .bg-gray small, #content-main .message-block-content .small, #content-main .message-block-content small {
    color: #333;
}
.list-group-item {
  background-color: #fcfcfc;
}
.tab-content {
  padding-top: 10px;	
}
.panel-body *:first-child, .well *:first-child {
	margin-top: 0;
}	
#content-main .message-block hr, #content-main .well.bg-blue hr, #content-main .well.bg-gray hr {
	border-color: #ccc;	
}	
.table-borderless {
  border: none;
}
.table-responsive {
	background:
		radial-gradient(farthest-side at 0% 50%, rgba(0,0,0,.2), rgba(0,0,0,0)),
		radial-gradient(farthest-side at 100% 50%, rgba(0,0,0,.2), rgba(0,0,0,0)) 100% 0;
	background-color: white;
	background-repeat: no-repeat;
	background-size: 10px 100%;
	margin-bottom: 0px;
}

.table-responsive > .table {
	background: 
		linear-gradient(to right, white 30%, rgba(255,255,255,0)),
		linear-gradient(to left, white 30%, rgba(255,255,255,0)) 100% 0;
	background-size: 50px 100%;
	background-repeat: no-repeat;
	max-width: none;
	margin-bottom: 0;
}	

.table-responsive > .table-striped > tbody > tr:nth-of-type(odd) {
	background-color: rgba(225, 225, 225, .2);
}		
img.media-object {
   max-width: 75px;
}
.embed-responsive {
    margin-bottom: 10px;
}     
/* alert                                                 */
#alert-container .alert {
  margin: 0;
  font-size: 16px;
  text-align: center;
  border-radius: 0;
}
.alertus-alert .alert {
	margin-bottom: 0;
	text-align: center;
}
.alert-danger {
    color: #fff;
    background-color: #b80f0f;
    border-color: #a40e0e;
}
.alert-warning {
    color: #000;
    background-color: #ffda5b;
    border-color: #f1c83a;
}
#alert-container .alert-danger a, .alertus-alert .alert a {
    color: #fff;
    text-decoration: underline;
}
#alert-container .alert-danger a:hover, .alertus-alert .alert a:hover {
    color: #fff1b9;
    text-decoration: underline;
}
#alert-container .alert-warning a {
    color: #000;
    text-decoration: underline;
}
#alert-container .alert-warning a:hover {
    color: #555;
    text-decoration: underline;
}
/* global header                                         */
#header {
  background: url(/_resources/images/header_logo_bg.png) repeat-x left top #000;
}
#header .navbar-default {
  background: none;
  border: none;
}
#header .navbar {
  margin-bottom: 0;
}
#header .navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border: none;
}
#header h1 {
  margin: 6px 0 0 10px;
  padding: 0;
}
#header h1 a {
  width: 200px;
  height: 36px;
  background: url(/_resources/images/stockton_logo_mobile_2x.png) no-repeat left top;
  background-size: 200px 36px;
}
#header .navbar-form {
  border: none;
  box-shadow: none;
}
#header #secondary-nav-container {
  width: 50%;
  float: left;
  text-align: right;
}
#header #primary-nav-container {
  width: 50%;
  float: left;
}
#header #secondary-nav, #header #primary-nav {
  margin-top: 60px;
}
#header .navbar-default .navbar-nav > li > a {
  color: #dBdBdB;
}
#header #primary-nav {
  border-left: 1px solid #323232;
}
#header #site-search-container {
  position: absolute;
  top: 46px;
  width: 90%;
}
#header #site-search-container .navbar-collapse {
  box-shadow: none;
}
#header #site-search .input-group .form-control:not(:first-child):not(:last-child) {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* content region                                         */
#content-container .page-title {
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid #eee;
}
#content-container {
  padding-top: 20px;
}
#content-container img.pull-left {
  margin-right: 10px;
  margin-bottom: 10px;
}
#content-container img.pull-right {
  margin-left: 10px;
  margin-bottom: 10px;
}
/* primary sidebar                                         */
#primary-sidebar .nav-title {
  margin: 0;
  padding: 15px;
  font-size: 18px;
  line-height: 20px;
  color: #5e5e5e;
}
#primary-sidebar .nav-title a {
  color: #5e5e5e;
}
#primary-sidebar .nav-title a:hover {
  text-decoration: none;
  color: #333;
}
#primary-sidebar .navbar-nav {
  float: left;
  width: 100%;
}
#primary-sidebar .nav > li {
  float: none;
  text-align: left;
}
#primary-sidebar .nav > li > a {
  padding: 10px;
  color: #6f6f6f;
}
#primary-sidebar .nav > li > a:hover {
  color: #333;
}
#primary-sidebar .submenu-title {
    display: block;
    padding: 10px;
    color: #555;
}
#primary-sidebar ul.submenu {
   margin-top: -6px;
   margin-bottom: 4px; 
   padding-left: 20px;
}
#primary-sidebar ul.submenu li {
    list-style: none;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #777;
}
#primary-sidebar ul.submenu span.fa-solid, #primary-sidebar ul.submenu span.fas {
    padding-right: 6px;
	padding-left: 2px;
    font-size: 110%;
}
#primary-sidebar ul.submenu li .glyphicon {
    font-size: 80%;
    padding-right: 4px;
}
#primary-sidebar ul.submenu li a {
    color: #6f6f6f;
}
#primary-sidebar ul.submenu li a:hover {
    text-decoration: none;
    color: #333;
}
#primary-sidebar .nav > li > a.active, #primary-sidebar .nav ul.submenu a.active {
	color: #0069aa;
}
#primary-sidebar .sidebar-ads img, #primary-sidebar .sidebar-promos img {
  margin: 0 0 12px 0;
}
#primary-sidebar .nav > li > a.btn {
	margin: 5px 0;
	padding: 6px 12px;
	color: #fff;
}
#primary-sidebar .nav > li > a.btn-primary:hover, #primary-sidebar .nav > li > .btn-primary:active, #primary-sidebar .nav > li > .btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
#content-container, #hp-content {
  background-color: #fff;
}
#content-container #content-main .carousel {
  margin-bottom: 10px;
}
/* homepage news and events                                        */
#hp-news h3, #hp-events h3 {
  margin: 1em 0;
  padding: 0 1em 0.3em .3em;
  font-weight: normal;
  border-bottom: 2px solid #e7e7e7;
}
#hp-news ul, #hp-events ul {
  list-style: none;
  padding: 0 1em;
}
#hp-events .event-date {
  font-weight: bold;
  color: #4e4e4e;
}
#hp-news li, #hp-events li {
  margin: 1em 0;
  line-height: 1.5em;
}
#hp-news p, #hp-events p {
  font-size: 80%;
  margin: 1.2em;
}
/* homepage audience block                                    */
#hp-audience {
  margin: 20px 0 0 0;
  background: #f8f8f8;
  border: 1px solid #e7e7e7;
}
#hp-audience h3 {
  margin: 0;
  padding: 1em 1em 0 1em;
  font-size: 16px;
}
#hp-audience ul {
  list-style: none;
  padding: 0 1em;
}
#hp-audience li {
  margin: .8em 0;
  padding: 0;	 
}
/* homepage promos                                          */
#hp-promos img {
  margin: 10px auto;
}
/* landing page                                            */
.marketing-box {
  margin-bottom: 20px;
  padding: 10px;
}
/* flex slider                                               */
.flexslider .flex-caption {
  display: none;
  padding: 10px;
}
/* global footer                                             */
#footer {
  padding-top: 15px;
  text-align: center;
  background: url(/_resources/images/header_logo_bg.png) repeat-x top left #000;
  border-top: 3px solid #5a5a5a;
  color: #f7f7f7;
}
#footer a {
  color: #f7f7f7;
}
#footer a:hover {
  color: #fff;
}
#footer #directedit a:hover, #footer #de a:hover {
  text-decoration: none;
  color: #f7f7f7;
}
#footer h4 {
  margin: 2px 0;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
#footer .footer-links {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  font-size: 13px;
}
#footer .footer-links li {
  padding: 5px 0;
}
#footer address {
  margin-top: 14px;
  font-size: 13px;
}
#footer address strong {
  font-size: 14px;
  color: #fff;
}
#footer .glyphicon-earphone, #footer .glyphicon-map-marker {
  margin: 6px 0;
}
#footer .fa-phone {
  margin: 6px 0 0 0;
}
#footer .fa-location-dot, #footer .fa-universal-access {
  margin: 8px 0 0 0;	
}
#footer .us-news-badge {
  display: block;
  margin: 0 auto 6px auto;
}
#footer .princeton-review-badge {
	margin-left: auto;
	margin-right: auto;
}
#footer .green-badge {
  margin: 0 auto 10px auto;
}
#footer .stkseal {
	clear: left;
	margin-top: 20px;
}	
#footer .stkseal img {
	float: right;
	width: 130px;
	margin-right: -10px;
}
#footer .stkaddress {
	margin-top: 10px;
	text-align: left;
} 
#footer .left-border-xs {
	text-align: left;
	border-left: 1px solid #323232;
}
#footer .stklocations ul { 
	column-count: 2;
	column-gap: 30px;
	column-rule: 1px solid #323232;
}
#footer .stklocations {
	margin: 25px auto 25px auto;
	max-width: 200px;
}
#footer .stklocations p, #footer .stklocations h4 {
	margin: 2px 0;
	padding-bottom: 3px;
	font-weight: bold;
}
#footer .stk-item-right {
	text-align: right
}
#footer .stk-item-left {
	text-align: left
}
#footer li a {
	display: block;
	padding: 3px 0;
}
#copyright p {
  font-size: 85%;
  text-align: center;
}
#social-media-icons {
  margin-bottom: 6px;
  font-size: 125%;
  text-align: center;
}
#social-media-icons a {
  margin: 0 .25em;
  font-size: 22px;
  color: #999;
}
#social-media-icons a:hover {
  color: #fff;
}
.stkseal {
	clear: left;
	margin-top: 20px;
}	
.stkseal img {
	float: right;
	width: 130px;
	margin-right: -10px;
}
.stkaddress {
	margin-top: 10px;
	text-align: left;
} 
.left-border-xs {
	text-align:left;
	border-left: 1px solid #323232;
}
.stklocations ul { 
	column-count: 2;
	column-gap: 30px;
	column-rule: 1px solid #323232;
}
.stklocations {
	margin: 25px auto 25px auto;
	max-width: 200px;
}
.stklocations h4 {
	padding-bottom: 5px;
}
.stk-item-right {
	text-align:right
}
.stk-item-left {
	text-align:left
}
#footer li a {
	display:block
}
/* news css styles                                         */
#news-featured-main {
    margin-bottom: 10px;
} 
.news-date {
    color: #666;
}
h3.recent-news-hd {
    padding: 10px 0;
    border-bottom: 1px solid #e7e7e7;  
}
.news-archive-years {
    margin: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.news-archive-years a {
    padding: 6px;
}
.news-post-info {
    margin-bottom: 10px;
}
.sharethis-buttons {
	height: 37px;
    text-align: right;
}
.news-feature-image {
    margin-bottom: 10px;
}
.news-feature-image .caption {
    padding: 4px 8px 0 8px;
    font-size: 85%;
    color: #777676;
    border-bottom: 1px solid #eee;
}
.news-tags {
    border-top: 1px solid #eee;
}
.news-tags .btn-sm {
    margin: 0 5px 8px 5px;
}
.bg-blue {
	background-color: #f3f9fe;
}
.bg-gray {
	background-color: #f8f8f8;
}
/* social media in content-container css styles               */
#content-container .fa-facebook, #content-container .fa-facebook-square	{ 
	color: #1877f2; 
}
#content-container .fa-youtube-square, #content-container .fa-youtube, #content-container .fa-youtube-play { 
	color: #cd201f; 
}
#content-container .fa-instagram { 
	color: #cd486b; 
}
#content-container .fa-linkedin-square, #content-container .fa-linkedin { 
	color: #0077b5; 
}
#content-container .fa-tumblr-square { 
	color: #35465c; 
}
#content-container .fa-x-twitter, #content-container .fa-square-x-twitter {
	color: #000000;
}
#content-container .fa-twitter-square, #content-container .fa-twitter { 
	color: #00aced;
}
#content-container .fa-flickr	{ 
	color: #ff0084;
}
#content-container .fa-snapchat-square	{ 
	color: #ffe200;
}
#content-container .fa-tiktok {
    color: #5f5f5f;
}
#content-container .fa-google-plus-square	{ 
	color: #dd4b39;
}
#content-container .fa-reddit-square	{ 	
	color: #ff4500;
}
#content-container .fa-blogger {
    color: #fc4f08;
}
#content-container .fa-pinterest-square {
    color: #E60023;
}
#content-container .social-media .fab, #content-container .social-media .fa-brands {
	margin: 0 8px 0 0;
	font-size: 40px;
}
#content-container .btn .fab, #content-container .btn .fa-brands {
	color: inherit;
}
/* accordion													*/
div[id^="accordion"] .panel-title a {
  	display: block;
  	padding: 10px 15px;
  	margin: -10px -15px;
  	outline: 0;
}
/* add plus/minus icons to accordions */				
.panel-title > a[data-toggle="collapse"]:before {
    float: right;
	font-family: "Font Awesome 5 Pro";
  	font-weight: 900;
  	content: "\f055";
	color: #dddddd;
    padding-right: 5px;
	font-weight: 900;
}		
.panel-title > a[data-toggle="collapse"][class=""][aria-expanded="true"]:before {
    content:"\f056";
}
/* prevents accordion icon underline in MS Edge browser */
@supports (-ms-ime-align:auto) {
   .panel-title > a:hover, .panel-title > a:active, .panel-title > a:focus  {
    	text-decoration: none;
	}
}
/* prevents accordion icon underline in IE browsers */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
	.panel-title > a:hover, .panel-title > a:active, .panel-title > a:focus  {
    	text-decoration: none;
	}
}
/* employee-list snippet css styles               				*/
.employee-list-vertical-1 h4.media-heading, .employee-list-vertical-2 h4.media-heading {
	font-weight: 700;
}
.employee-list-vertical-1 .media {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.employee-list-vertical-1 .media-body .email, .employee-list-vertical-1 .media-body .phone, .employee-list-vertical-1 .media-body .office, .employee-list-vertical-1 .media-body .phone-office {
	margin-bottom: 4px;
}
.employee-list-vertical-2 .media {
	margin-bottom: 20px;	
}	
.employee-list-vertical-2 .media .phone-office, .employee-list-vertical-2 .media .email {
	margin-top: 4px;	
}	
.employee-list-vertical-2 .media button {
	margin-top: 8px;	
}
.employee-list-vertical-2 .modal-employee-position {
	margin: 0;	
}
/* text-overlay-tile snippet css styles               				*/
.overlay-tile {
	margin-bottom: 20px;
	background-color: #f5f5f5;
}
.overlay-tile .overlay-tile-image {
	position: relative;
	margin-bottom: 5px;
	background-color: #3f8dc0;
}
.overlay-tile-title {
    width: 100%;
    margin-bottom: 5px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 47%, rgba(0,0,0,0.7) 60%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 47%,rgba(0,0,0,0.7) 60%,rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 47%,rgba(0,0,0,0.7) 60%,rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 ); /* IE6-9 */
}	
.overlay-tile .overlay-tile-title {
	position: absolute;
	bottom: -5px;
	z-index: 1000;
	padding: 5px 10px;
}
.overlay-tile .overlay-tile-title h4 {
    font-size: 28px;
    line-height: 1em;
    margin: 0px;
    text-shadow: 3px 2px 8px rgba(0, 0, 0, 1);
    font-weight: 800;
    color: #fff;
}	
.overlay-tile:hover .overlay-tile-title h4 { 
	color: #79bce9;
}
p.overlay-tile-image-block {
	margin: 0;
	position: relative;
	overflow: hidden;
}
p.overlay-tile-image-block img {
	-webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: all .9s ease;
    vertical-align: middle;
	-moz-box-shadow: inset 0 0 10em #303030;
	-webkit-box-shadow: inset 0 0 10em #303030;
	box-shadow: inset 0 0 10em #303030;
}
p.overlay-tile-image-block img:hover {
	transform:scale(1.2);
    -ms-transform:scale(1.2); /* IE 9 */
    -moz-transform:scale(1.2); /* Firefox */
    -webkit-transform:scale(1.2); /* Safari and Chrome */
    -o-transform:scale(1.2); /* Opera */
}
.overlay-tile-footer {
	padding: 0 10px 5px 10px;	
}
/* MESSAGE BLOCK snippet */	
.message-block {
	padding: 15px;
	width: 100%;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	margin-bottom:15px;
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}	
.message-block .message-block-icon {
	text-align: center; 
	padding-bottom: 10px;
}
.message-block .message-block-icon i {
	font-size: 3em;
	opacity: .6;
	color:#1c1c1c;
}
.message-block a {color:#0f4880}
.message-block.orange, .message-block.yellow-orange {background-color:#fff9e6;}
.message-block.red {background-color:#FFE9E9;}
.message-block.green {background-color:#EBFBF0;}
.message-block.blue {background-color:#f3f9fe;}
.message-block.gray {background-color:#f8f8f8;}
.message-block a.btn {color: #fff;}
.message-block a.btn.btn-default, .message-block a.btn.btn-white {color: #0f4880;}
/* Text Overlay Component									*/	
.text-overlay-component {
    margin: 0px 0px 20px 0px;
    padding: 0;
    overflow: hidden;
    position: relative;
}
.text-overlay-component .tile-link {
    line-height: 0;
}
.text-overlay-component .tile-link img {
    width: 100%;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}
.text-overlay-component .tile-link:hover img {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform: scale(1.25);
}
.text-overlay-component .tile-link:hover .text-overlay h4, .text-overlay-component .tile-link:hover .text-overlay p { 
    color: #7bbce7; /* hover text color */
}		
.text-overlay-component .text-overlay {		
    position: absolute;
	width: 100%;
    bottom: 0;
	left: 0;
	padding-top: 15px;	
    padding-bottom: 10px;
	padding-left: 10px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 47%, rgba(0,0,0,0.7) 60%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 47%,rgba(0,0,0,0.7) 60%,rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 47%,rgba(0,0,0,0.7) 60%,rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 ); /* IE6-9 */
}			
.text-overlay-component .text-overlay h4 {	
	margin: 0;
	font-size: 28px;
    line-height: 1em;
    text-shadow: 3px 2px 8px rgba(0, 0, 0, 1);
    font-weight: 800;
    color: #fff;
}
.text-overlay-component .text-overlay p {
   	margin: 0;
	font-size: 18px;
    line-height: 22px;
    text-shadow: 3px 2px 8px rgba(0, 0, 0, 1);
    font-weight: 800;
    color: #fff;
}		
.text-overlay-component-footer {
    margin-bottom: 20px;
	margin-top: -20px;
	padding: 5px 10px 10px 10px;
    background-color: #f8f8f8;
}
.text-overlay-component-footer .footer-text {
	margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
}	
.text-overlay-component-footer .btn {
	white-space: normal;
}
/* Icon Tile Snippet 									*/				
.icon-tile { 
	margin: 0 0 15px 0; 
}
.icon-tile > .icon { 
	position: relative;
	text-align: center;  
}
.icon-tile > .icon > .image { 
	position: relative; 
	z-index: 2; 
	margin: auto; 
	width: 88px; 
	height: 88px;
	vertical-align: middle; 
	line-height: 88px;
	background: #79bde9; 
	border: 8px solid white; 
	border-radius: 50%; 
}
.icon-tile > .icon:hover > .image { 
	background: #ffc423; 
}
.icon-tile > .icon > .image > i, .icon-tile > .icon > .image > .svg-inline--fa { 
	font-size: 36px; 
	color: #fff; 
}
.icon-tile > .icon:hover > .image > i, .icon-tile > .icon:hover > .image > .svg-inline--fa { 
	color: #fff; 
}
.icon-tile > .icon > .info { 
	margin-top: -24px; 
	padding: 15px 0 10px 0; 
	background: rgba(0, 0, 0, 0.04); 
	border: 1px solid #e0e0e0; 
}
.icon-tile > .icon:hover > .info { 
	background: rgba(0, 0, 0, 0.04); 
	border-color: #e0e0e0; 
	color: #fff;
}
.icon-tile > .icon > .info > h3.title { 
	font-size: 16px; 
	font-weight: 600; 
	color: #222; 
}
.icon-tile > .icon > .info > h3.title a { 
	color: #222; 
}
.icon-tile > .icon > .info > p { 
	margin: 20px;
	font-size: 13px; 
	line-height: 1.5em; 
	color: #666; 
}
.icon-tile > .icon:hover > .info > h3.title, .icon-tile > .icon:hover > .info > p, .icon-tile > .icon:hover > .info > .more > a { 
	color: #222;
}
.icon-tile > .icon:hover > .info > .more > a { 
	padding: 6px 8px; 
	background-color: #ffc423; 
	color: #fff; 
}	
.icon-tile {
	cursor: pointer;
}	
/* schools														*/
#school-info-btns .panel {
	background-color: #f8f8f8;	
}	
#school-info-btns .btn-success, #school-info-btns .btn-primary {
	background-color: #0069aa;
	border-color: #004a77;
}
#school-info-btns .btn-success:hover, #school-info-btns .btn-primary:hover {
	background-color: #004a77;	
}
/* hover-block snippet											*/
#content-main .hover-block {
	margin-bottom: 10px;
}
/* office info													*/
.officeinfo {
    text-align: left;
    padding-left: 0px;
    margin-top: 20px;
    border-top: 1px solid #e4e4e4;
    padding-top: 25px;
    margin-bottom: 25px;
    color: #6f6f6f;
    font-size: 13px;
    line-height:36px;
}
.officeinfo a {
    word-wrap: break-word;
}
/* twitter iOS fix												*/
.twitter-timeline {
    width: 100vw !important;
}
/* components												*/
.button-component .fa-pull-right {
	margin-right: 0;
	line-height: 1.4em;
}
.button-component {
	margin-top: 10px;
}
.button-component:first-of-type {
	margin-top: 0;
}
.button-component > a > span.fas, .button-component > a > span.far, .button-component > a > span.fal, .button-component > a > span.fad, .button-component > a > span.fab, .button-component > a > span.fa-solid, .button-component > a > span.fa-regular, .button-component > a > span.fa-light, .button-component > a > span.fa-duotone, .button-component > a > span.fa-brands {
	margin-right: 0.3em;
}
/* RSS News Feed Component									*/
.rss-component ul {
    padding-left: 0px;
}                             
.rss-component.nodate .news-date {
    display: none;
}
.rss-component.smaller-thumb img.media-object {
    max-width: 40px;
}
.rss-component li.rss-simple-list {
    font-size: 16px;
    margin-left: 40px;
    margin-bottom: 10px;
}
/* Drop Cap Component									    */
.comp-drop-cap {
    float: left;
    font-size: 85px;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
}

/* sm only css styles                                         */
@media (min-width: 768px) and (max-width:991px) {
  #secondary-nav.nav > li > a {
	padding: 10px;
  }
}

/* sm css styles                                              */
@media (min-width: 768px) {
	.navbar .navbar-nav {
	  display: inline-block;
	  float: none;
	  vertical-align: top;
	}
	.navbar .navbar-collapse {
	  text-align: center;
	}
	#header {
	  background: url(/_resources/images/header_blue_yellow_bg.png) repeat-x top left #79bde9;
    	border-bottom: 1px solid #619bc5;
	}
	#header a {
	  color: #fff;
	}
	#header h1 {
	  margin: 0;
	  padding: 0;
	  text-indent: -9999em;
	}
	#header h1 a {
	  width: 320px;
      height: 120px;
      background: url(/_resources/images/stockton_logo_no_tag.png) no-repeat left top;
	}
	#header #site-search-container {
	  position: relative;
	  top: 0;
	  width: 100%;
	}
	#header #site-search {
	  position: absolute;
	  top: -120px;
	  right: 0;
	  width: inherit;
	  margin: 0;
	}
	#header #secondary-nav, #header #primary-nav {
	  margin-top: 0;
	}
	#header .navbar-default .navbar-nav > li > a {
	  color: #fff;
	}
	#header #secondary-nav-container, #header #primary-nav-container {
	  width: auto;
	  float: none;
	  text-align: left;
	}
	#header #secondary-nav {
	  font-size: 85%;
	}
	#header #secondary-nav.navbar-nav > li > a {
	  padding-top: 10px;
	}
	#header #secondary-nav.navbar-nav > li > a:hover {
	  text-decoration: underline;
	  color: #e7e7e7;
	}
	#header #secondary-nav .go-portal-login a {
      background: url(/_resources/images/go_portal_btn_sm.png) no-repeat 0 10px;
      font: 0/0 a;
      color: transparent;
      text-shadow: none;
      background-color: transparent;
      border: 0;
      width: 32px;
      height: 30px;
      margin-right: 10px;
    }
    #header #secondary-nav .go-portal-login a:hover {
      background-position: 0 -31px;
    }
	#header #primary-nav {
	  border: none;
	}
	#header #primary-nav.navbar-nav > li > a {
	  line-height: 16px;
      color: #000;
      transition: 0.3s;
	}
	#header #primary-nav li {
	  font-size: 15px;
	}
	#header #primary-nav a:hover {
	  color: #4178a1;
	  background-color: #fff;
	}
	#content-container .first-top {
	  margin-top: 0;
	  padding-top: 0;
	}
    #content-container .audience-nav {
        margin: 0 0 20px 0;
    }
	/* primary sidebar                                         */
	#primary-sidebar .navbar-header {
  	  width: 100%;
	  background-color: #f1f1f1;
	  border-bottom: 1px solid #e7e7e7;
    }
	#primary-sidebar .nav-title a {
      color: #333;
    }
    #primary-sidebar .nav-title a:hover {
      text-decoration: none;
      color: #666;
    }
	.marketing-box {
	  border: 1px solid #e7e7e7;
	}
	#footer {
	  text-align: left;
	}
	#footer .footer-links li {
  	  padding: 3px 0;
	}
	#footer .footer-right-align {
	  text-align: right;
	}
	#footer address {
      margin-top: 0;
    }
	#footer .us-news-badge {
	  display: block;
	  float: right;
	  margin: 0 auto 6px auto;
	}
	#footer .green-badge {
	  clear: left;
	  margin-bottom: 10px;
	}
	#footer .stkseal img {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		float: none;
	}
	#footer .stkseal {
		margin-top: auto;
		clear:none;
	}	
	#footer .stkaddress {
		margin-top: auto;
	} 
	#footer .left-border-xs {
		text-align: right;
		border: none;
	}
	#footer .left-border-xs {
		border: none;
	}
	#footer .stkseal {
		margin-bottom: 15px;
	}
	#footer .stklocations {
		margin: 0px auto 0px 15px; 
		max-width: none;
	}
	#footer .stklocations ul { 
		column-count: 1;
		column-gap: 0;
		column-rule: 0;
	}
	#footer li a {
		display: inline;
	}
	.lead {
	  font-size: 22px;
	}
	/* office info													*/
	.officeinfo {
    	padding-left: 10px;
        line-height:20px;
	}
	/* float box snippet											*/
	.pull-box-right {
		float: right;
		margin-left: 15px;
	}
	.pull-box-left {
		float: left;
		margin-right: 15px;
	}
	.pull-box-sm {
		width: 25%;
	}
	.pull-box-md {
		width: 33%;
	}	
	.pull-box-lg {
		width: 40%;
	}
	.pull-box-xl {
		width: 50%;
	}
	.table-responsive, .table-responsive > .table {
		background-size: 0;
	}
}

/* md css styles                                                 */
@media (min-width: 992px) {
	#footer, #footer a, #footer address strong, #footer h4 {
		color: #999;
	}
	#footer .princeton-review-badge {
		margin-left:0; 
	}
	/* hover-block snippet											*/
	#content-main .hover-block {
		position: relative;
		overflow: hidden;
	}
	#content-main .hover-block-content {
		position: absolute;
		top: 0;
		right: 0;
		background: rgba(0, 0, 0, 0.8);
		width: 100%;
		height: 100%;
		padding: 10px;
		display: none;
		text-align: center;
		color: #fff;
		z-index: 2;
	}	
	#content-main .hover-block-content a {
		color: #fff;	
	}
	#content-main .hover-block-content a.btn {
		color: #333;
	}
	/* MESSAGE BLOCK snippet */
	.message-block {
		vertical-align: middle;
		display: table;
	}
	.message-block .message-block-icon {
		display: table-cell;
		vertical-align: middle; 
		padding-right: 15px;
		padding-bottom: 0px;
	}
	.message-block .message-block-icon.top	 {
		vertical-align: top; 
	}
	.message-block .message-block-icon i {
		font-size: 3em;
	}
	.message-block .message-block-content {
		vertical-align: middle;
		min-height: 35px;
	}
}

/* lg css styles                                                 */
@media (min-width: 1200px) {
	#header #primary-nav.nav > li > a {
	  padding: 15px 19px;
	}
}

/* print css styles                                                     */
@media print {
    #footer {
        border-top: 1px solid #000;
    }
	.overlay-tile-image-block { 
		display: none;
	}
	.overlay-tile .overlay-tile-title {
		position: relative;
	}
	/* Opens all accordions when printing */
   	#content-main .collapse {
    	display: block;
    	height: auto;
	}
	/* removes any added accordion glyphicons when printing  */
	#content-main .panel-title > a[data-toggle="collapse"]:before {
        content: "";
    }
	/* Text Overlay Component									*/	
	.text-overlay-component .tile-link img { 
		display: none;
	}
	.text-overlay-component .text-overlay {
		position: relative;
	}
}
/* Sub Navigation header 				*/
.subnav-header {
	padding-left: 10px;
	padding-right: 10px;
}
