/* xs css styles                                         */
body {
  font-family: 'Roboto', sans-serif;
  background-color: #000;
}
.text-primary {
  color: #0069aa;	
}
.text-light-blue {
  color: #79bde9;		
}
.btn-default {
  background-color: #f7f7f7;
}
.btn-primary {
  background-color: #539dce;
  border-color: #0069aa;
}
#secondary-sidebar .btn {
  white-space: normal;
}
.list-group-item {
  background-color: #fcfcfc;
}
.tab-content {
  padding-top: 10px;	
}
.table-borderless {
  border: none;
}
/* alert                                                 */
#alert-container .alert {
  margin: 0;
  font-size: 16px;
  text-align: center;
  border-radius: 0;
}
.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 {
    color: #fff;
    text-decoration: underline;
}
#alert-container .alert-danger 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(../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(../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;
}
#primary-sidebar .nav a.active {
  color: #0069aa;	
}
#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 li .glyphicon {
    font-size: 80%;
    padding-right: 4px;
}
#primary-sidebar ul.submenu li a {
    color: #777;
}
#primary-sidebar ul.submenu li a:hover {
    text-decoration: none;
    color: #333;
}
#primary-sidebar .sidebar-ads img, #primary-sidebar .sidebar-promos img {
  margin: 0 0 12px 0;
}
/* homepage carousel                                      */
#content-container, #hp-content {
  background-color: #fff;
}
#content-container #content-main .carousel {
  margin-bottom: 10px;
}
#hp-carousel {
  background: url(../images/hp_carousel_container_bg.jpg) no-repeat center top #f8f8f8;
  background-size: cover;
}
#hp-carousel-container {
  max-width: 1400px;
  margin: 0 auto;
}
#hp-carousel-container .carousel-indicators {
  bottom: 0;
  margin-bottom: 0;
}
#hp-carousel-container .carousel-caption {
  bottom: 0;
  padding-top: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
#hp-carousel-container .carousel-caption h3 {
  font-size: 20px;
}
#hp-carousel-container .carousel-caption a {
  color: #fff;
}
/* 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 .news-title, #hp-events .event-title {
  font-size: 18px;
}
#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                                            */
#news-events-container .section {
  margin: 0 0 10px 0;
}
#news-events-container h2 {
  margin: 0 0 1em 0;
  padding: 0 1em .3em 0;
  font-size: 24px;
  font-weight: normal;
  border-bottom: 1px solid #eee;
}
#news-events-container h3 {
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
#news-events-container .details {
  margin: 0;
}
.marketing-box {
  margin-bottom: 20px;
  padding: 10px;
}
/* flex slider                                               */
.flexslider .flex-caption {
  display: none;
}
/* global footer                                             */
#footer {
  padding-top: 15px;
  text-align: center;
  background: url(../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: 3px 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 .us-news-badge {
  display: block;
  margin: 0 auto 6px auto;
}
#footer .green-badge {
  margin: 0 auto 10px auto;
}
#copyright p {
  font-size: 85%;
  text-align: center;
}
#social-media-icons {
  margin-bottom: 6px;
  font-size: 125%;
  text-align: center;
}
#social-media-icons a {
  font-size: 0;
  color: #999;
}
#social-media-icons a:hover {
  color: #fff;
}
#social-media-icons i {
  margin: 0 .25em;
  font-size: 22px;
}
/* news css styles                                         */
#news-featured-main {
    margin-bottom: 10px;
} 
.news-date {
    color: #999;
}
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 {
    text-align: right;
}
.news-feature-image {
    margin-bottom: 10px;
}
.news-feature-image .caption {
    padding: 4px 8px 0 8px;
    font-size: 85%;
    color: #777;
    border-bottom: 1px solid #eee;
}
.news-tags {
    border-top: 1px solid #eee;
}

/* 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(../images/header_flat_bg.png) repeat-x top left #448ab8;
	  border-bottom: 1px solid #285d84;
	}
	#header a {
	  color: #fff;
	}
	#header h1 {
	  margin: 0;
	  padding: 0;
	  text-indent: -9999em;
	}
	#header h1 a {
	  width: 298px;
	  height: 120px;
	  background: url(../images/stockton_logo_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(../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;
	}
	#header #primary-nav li {
	  font-size: 15px;
	}
	#header #primary-nav a:hover {
	  color: #4178a1;
	  background-color: #fff;
	}
	#hp-carousel-container .carousel-caption {
	  padding-top: 20px;
	  padding-right: 10px;
	  padding-left: 10px;
	  background-color: rgba(0, 0, 0, 0.4);
	}
	#hp-carousel-container .carousel-caption h3 {
	  margin-top: 10px;
	  font-size: 30px;
	}
	#hp-carousel-container .carousel-caption p {
	  font-size: 15px;
	}
	#hp-carousel-container .carousel-indicators {
      margin-bottom: 10px;
    }
	#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-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;
	}
	.bg-blue {
	  background-color: #d7eafd;
	}
	.bg-gray {
	  background-color: #e7e7e7;
	}
	.lead {
	  font-size: 20px;
	}
}

/* md css styles                                                 */
@media (min-width: 992px) {
	#footer, #footer a, #footer address strong, #footer h4 {
		color: #999;
	}
}

/* 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;
    }
}
/* Sub Navigation header 				*/
.subnav-header {
	padding-left: 10px;
	padding-right: 10px;
}
