  /* main structure */
 main {
	 flex: 1;
	 clear: both;
	 padding: 0 !important;
	 margin: 0 !important;
}
/* skip to link */
.visually-hidden-focusable:focus,
.visually-hidden-focusable:active {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  display: inline-block;
  padding: 0.75rem 1.25rem;
  background-color: #0d7172; 
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid #ffffff;
  border-top: none;
  border-left: none;
  border-radius: 0 0 4px 0;
  outline: 3px solid #ffbf47; /* strong WCAG focus color */
  outline-offset: 2px;
}

 #top-bar {
	 background: #052c3f;
	 color: #fff;
}
 #top-bar ul li {
	 display: inline-block;
	 padding-left: 5px;
}
 #top-bar ul li a {
	 color: #fff;
}
 #top-bar-home {
	 background: #052c3f;
	 color: #fff;
}
 #top-bar-home ul li {
	 display: inline-block;
	 padding-left: 5px;
}
 #top-bar-home ul li a {
	 color: #fff;
}
 #top-bar-new {
	 background: #052c3f;
	 color: #fff;
	 padding: 5px 0;
}
 #top-bar-new ul {
	 padding-left: 0;
}
 #top-bar-new ul li {
	 display: inline-block;
	 padding-right: 20px;
}
 #top-bar-new ul li a {
	 color: #fff;
}
 #emergency-bar {
	 background: #c70b0b;
	 color:#fff;
}
 #alert-bar a .nav-pills .nav-link {
	 text-align: right;
}
 #advisory-bar {
	 background: #0d7172;
	 color:#fff;
}
 #social-row {
	 background: #0d7172;
}
 #social-row-icons li {
	 display: inline-block;
	 padding: 0 10px;
}
 #social-row-icons li a {
	 font-size: 2em;
	 color: #fff;
}
 #social-row-home {
	 background: #0d7172;
}
 #social-row-icons-home li {
	 display: inline-block;
	 padding: 0 10px;
}
 #social-row-icons-home li a {
	 font-size: 2em;
	 color: #fff;
}
 #footer {
	 background: #282828;
}
 #subfooter {
	 background: #1d1d1d;
}
/* colors */
 html, body {
	 background: #ddd;
}
 #shell {
	 background: #fff;
}
 #breadcrumbs {
	 color: #fff;
	 font-weight: 400;
}
 #internal-breadcrumbs {
	 float: left;
}
 .cprimary {
	 color: #00476c !important;
}
 .csecondary {
	 color: #168f91 !important;
}
 .cprimary-dk {
	 color: #052c3f !important;
}
 .btn-primary {
	 background-color: #0d7172;
	 border-color: #365353;
	 transition: .3s !important;
	 margin-bottom: 5px;
}
 .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	 background-color: #168f91;
	/* border-color: #365353;
	 */
	 box-shadow: none !important;
	 outline: 0;
}
 .btn-csecondary {
	 color: #fff;
	 background-color: #00476c;
	 border-color: #000;
	 transition: .3s !important;
	 margin-bottom: 5px;
}
 .btn-csecondary:hover, .btn-csecondary:focus, .btn-csecondary:active {
	 color: #fff;
	 background-color: #1e507f;
	/* border-color: #000;
	 */
	 box-shadow: none !important;
	 outline: 0;
}
 .btn-home {
	 color: #fff;
	 background-color: #002B3A;
	 border-color: #fff;
	 transition: .3s !important;
}
 .btn-home:hover, .btn-home:focus, .btn-home:active {
	 color: #fff;
	 background-color: #00476C;
	 border-color: #000;
	 box-shadow: none !important;
	 outline: 0;
}
 .btn-home2 {
	 color: #fff;
	 background-color: #00476C;
	 border-color: #000;
	 transition: .3s !important;
}
 .btn-home2:hover, .btn-home2:focus, .btn-home2:active {
	 color: #fff;
	 background-color: #002B3A;
	 border-color: #fff;
	 box-shadow: none !important;
	 outline: 0;
}

 .bg-cprimary {
	 background-color: #00476c !important;
	 color: #fff;
}

 .bg-cprimary-hr {
	 background-color: #00476c !important;
	 color: #fff;
	 opacity: .90;
}
 .bg-cwhite-hr {
	 background-color: #ffffff !important;
	 color: #fff;
	 opacity: .90;
}

 .bg-cprimary-dk {
	 background-color: #1f2b40 !important;
	 color: #fff;
}
 .bg-csecondary {
	 background-color: #0D7172 !important;
	 color: #fff;
}
 .bg-cprimary-lt {
	 background-color: #E6F4F9 !important;
	 color: #000;
}

 .bg-csecondary-lt {
	 background-color: #ebf2ed !important;
	 color: #000;
}
 .bg-csecondary-xlt {
	 background-color: #ecf3ee !important;
	 color: #000;
}
 .bg-tertiary {
	 background-color: #282828 !important;
	 color: #fff;
}

hr {
  border: 0;
  border-top: 1px solid currentColor;
  opacity: .25;
}

/* Make the green bar <hr class="bg-success"> render as a thick solid bar with no top border */
hr.bg-success {
  border: 0 !important;                 /* kill the gray top line */
  height: 5px !important;               
  background-color: var(--bs-success) !important; /* Bootstrap success color */
  opacity: .2 !important;                
  display: block;                       
  margin: auto;                          
}

.hr-success-bar {
  border: 0;
  height: 5px;
  background-color: var(--bs-success);
  opacity: 1;
  display: block;
}

/* table header */
 .table thead.bg-cprimary th {
	 background-color: #00476c !important;
	 color: #fff !important;
}


.table thead.bg-csecondary {
  --bs-table-bg: #0D7172 !important;
  --bs-table-color: #fff !important;
}


/* table total row */
 .table tr.bg-csecondary > th, .table tr.bg-csecondary > td {
	 background-color: #0D7172 !important;
	 color: #fff !important;
}
/* table borders */
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6 !important;
}


 .border-cprimary-lt {
	 border-color: #5483B0 !important;
}
 .border-csecondary {
	 border-color: #0D7172 !important;
}
/* Images */
 .img-thumbnail-cprimary {
	 padding: .25rem;
	 background-color: #00476c;
	 border-radius: .25rem;
	 max-width: 100%;
	 height: auto;
}
 .img-thumbnail-cprimary-dk {
	 padding: .25rem;
	 background-color: #052c3f;
	 border-radius: .25rem;
	 max-width: 100%;
	 height: auto;
}
 .img-thumbnail-csecondary-lt {
	 padding: .25rem;
	 background-color: #ccded0;
	 border-radius: .25rem;
	 max-width: 100%;
	 height: auto;
}
	/* using on event cards */
.img-wrapper {
		 width: 100%;
		 height: 200px;
		/* or any fixed height you want */
		 display: flex;
		 align-items: center;
		 justify-content: center;
		 background-color: #1f2b40;
}
.img-wrapper img {
		 max-height: 100%;
		 max-width: 100%;
		 object-fit: contain;
		/* ensures image scales without cropping */
}
 .wh15px {
	 width: 15px;
	 height: 15px;
	 max-width: 100% 
}
 .wh25px {
	 width: 25px;
	 height: 25px;
	 max-width: 100% 
}
 .wh30px {
	 width: 30px;
	 height: 30px;
	 max-width: 100% 
}
 .wh35px {
	 width: 35px;
	 height: 35px;
	 max-width: 100% 
}
 .wh50px {
	 width: 50px;
	 height: 50px;
	 max-width: 100% 
}
 .wh75px {
	 width: 75px;
	 height: 75px;
	 max-width: 100% 
}
 .wh100px {
	 width: 100px;
	 height: 100px;
	 max-width: 100% 
}
 .wh125px {
	 width: 125px;
	 height: 125px;
	 max-width: 100% 
}
 .wh150px {
	 width: 150px;
	 height: 150px;
	 max-width: 100% 
}
 .wh200px {
	 width: 200px;
	 height: 200px;
	 max-width: 100% 
}
 .wh250px {
	 width: 250px;
	 height: 250px;
	 max-width: 100% 
}
 .wh300px {
	 width: 300px;
	 height: 300px;
	 max-width: 100% 
}
 .wh350px {
	 width: 350px;
	 height: 350px;
	 max-width: 100% 
}
 .wh400px {
	 width: 400px;
	 height: 400px;
	 max-width: 100% 
}
/* carousel */
.carousel .carousel-control-prev:focus-visible,
.carousel .carousel-control-next:focus-visible,
.carousel .carousel-indicators button:focus-visible {
    outline: 3px solid #005fcc;
    outline-offset: 3px;
    border-radius: 4px;
}
/* typography */
h1, h2, h3, h4, h5, h6 {
    font-family: "PT Serif", Georgia, "Times New Roman", Times, serif;
    color: #052c3f;
}
p, ul, ol {
    font-family: "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
                 Roboto, "Helvetica Neue", Arial, "Noto Sans",
                 "Liberation Sans", sans-serif;
    line-height: 2em;
}
.nav-link {
    font-family: "PT Sans", -apple-system, BlinkMacSystemFont,
                 "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
                 "Liberation Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 700; 
}
 .fs-7 {
	 font-size: .875rem !important;
}

 .float-right {
	 float: right;
	 padding: 0 0 10px 10px;
}
 .float-left {
	 float: left;
	 padding: 0 10px 10px 0;
}
 a {
	 color: #156e99;
	 font-weight: 600;
}
 a:hover {
	 transition: color 1s;
}

.alert a {
  color: #000 !important;
}

 .header-hr {
	 background-color:#052c3f;
	 width:100%;
	 padding: 6px 8px;
	 margin-bottom:10px;
}
 .header-hr h3 {
	 color:#fff;
}
/* desktop */
/* front page */
 #front-page-halves .nopadding {
	 margin: 0 !important;
	 padding: 0 !important;
}
 #front-page-halves .bg {
	 background-color: #002d3f;
}
 #front-page-halves .left {
	 height: 650px;
}
 #front-page-halves .img-bg1 {
	 margin-right: 0 !important;
	 height: 650px;
	 background: url(/_assets/_images/front-page-programs-of-study.webp) no-repeat center center;
	 background-size: cover;
}
 #front-page-halves .img-bg2 {
	 margin-right: 0 !important;
	 height: 650px;
	 background: url(/_assets/_images/front-page-tn-promise-reconnect.webp) no-repeat center center;
	 background-size: cover;
}
/* block FRONT-HERO */
 .block-front-hero-img{
	 max-width: 250px;
}
 .block-front-hero-img-home {
	 max-width: 200px;
}
/* front‑page navigation styled like internal menus */
/* front‑page navigation styled like internal menus with college‑blue hover */
 #front-page #navigation {
	 margin-top: .7em;
}
 #front-page #navigation ul {
	 list-style: none;
	 padding-left: 0;
}
 #front-page #navigation li {
	 margin-bottom: .5em;
}
 #front-page #navigation a {
	 display: block;
	 padding: 6px 12px;
	 border-radius: 0;
	 font-weight: 700;
	 color: #0d7172;
	 text-decoration: none;
	 position: relative;
	 overflow: hidden;
	 transition: background-color 0.3s ease, transform 0.2s ease;
}
 #front-page #navigation a::before {
	 content: '';
	 position: absolute;
	 top: 0;
	 left: -100%;
	 width: 100%;
	 height: 100%;
	 background-color: #052c3f;
	/* college blue overlay */
	 z-index: -1;
	 transition: left 0.4s ease;
}
/* Hover/focus uses college blue and keeps text white */
 #front-page #navigation a:hover, #front-page #navigation a:focus {
	 background-color: #052c3f;
	 color: #fff;
	 transform: none;
	/* remove scale if undesired */
}
 #front-page #navigation a:hover::before {
	 left: 0;
}
/* Active link state */
 #front-page #navigation a.active {
	 background-color: #0d7172;
	 color: #fff;
}
/* Dropdown items */
 #front-page #navigation #dropdown-item a {
	 background: #fff;
	 color: #0d7172;
	 border-radius: 0;
}
 #front-page #navigation #dropdown-item a:hover {
	 background: #F1F1F1;
	 color: #052c3f;
	 font-weight: 700;
}
/* Mobile adjustments */
 @media (max-width: 768px) {
	 #front-page #navigation a {
		 padding: 10px;
		 font-size: 1em;
	}
}
/* Make the Bootstrap navbar look like our front‑page navigation */
/* Base nav container */
 nav.navbar .navbar-nav#navigation {
	 list-style: none;
	 padding-left: 0;
}
/* Nav items */
 .navbar {
	 padding-top: 0 !important;
	 padding-bottom: 0 !important;
}
 nav.navbar .navbar-nav#navigation li.nav-item {
	 margin-bottom: .5em;
}
/* Primary links */
 nav.navbar .navbar-nav#navigation .nav-link {
	 display: block;
	 padding: 6px 12px;
	 border-radius: 0;
	 font-weight: 700;
	 color: #fff !important;
	/* front‑page link color */
	 text-decoration: none;
	 position: relative;
	 overflow: hidden;
	 background: none !important;
	/* remove Bootstrap default */
	 transition: background-color 0.3s ease, transform 0.2s ease;
}
/* Hover/focus overlay */
 nav.navbar .navbar-nav#navigation .nav-link::before {
	 content: '';
	 position: absolute;
	 top: 0;
	 left: -100%;
	 width: 100%;
	 height: 100%;
	 background-color: #052c3f;
	/* college blue hover */
	 z-index: -1;
	 transition: left 0.4s ease;
}
/* Hover & focus state */
 nav.navbar .navbar-nav#navigation .nav-link:hover, nav.navbar .navbar-nav#navigation .nav-link:focus {
	 background-color: #052c3f !important;
	/* college blue */
	 color: #fff !important;
	 transform: none;
	/* remove scale if undesired */
}
 nav.navbar .navbar-nav#navigation .nav-link:hover::before {
	 left: 0;
}
/* Active link */
 nav.navbar .navbar-nav#navigation .nav-link.active {
	 background-color: #0d7172 !important;
	/* front‑page active bg */
	 color: #fff !important;
}
/* Dropdown menu styling */
 nav.navbar .navbar-nav#navigation .dropdown-menu {
	 border: none;
	 box-shadow: none;
	 margin: 0;
	 right: 0;
	 left: auto;
}
/* Dropdown items */
 nav.navbar .navbar-nav#navigation .dropdown-menu li#dropdown-item > a.dropdown-item {
	 display: block;
	 padding: 6px 12px;
	 background: #fff;
	 color: #0d7172 !important;
	 border-radius: 0;
	 transition: background-color 0.3s ease;
}
 nav.navbar .navbar-nav#navigation .dropdown-menu li#dropdown-item > a.dropdown-item:hover {
	 background: #F1F1F1;
	 color: #052c3f !important;
	 font-weight: 700;
}
 .dropdown-menu {
	 border-radius: 0 !important;
}

/* Mobile adjustments */
 @media (max-width: 768px) {
	 nav.navbar .navbar-nav#navigation .nav-link {
		 padding: 10px;
		 font-size: 1em;
	}
}
@media (max-width: 991.98px) {
  #internal-top {
    background-image: none !important;
    background-color: #00476c !important;
  }
}


@media (max-width: 991.98px) {
  header.justify-content-end {
    justify-content: flex-start !important;
  }
}


@media (max-width: 991.98px) {
  .container.justify-content-end {
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
  }
}

/* nav align end on desktop */
@media (min-width: 992px) {
  .w-lg-auto {
    width: auto !important;
  }
}


 #front-page #navigation a:hover {
	 text-decoration: underline;
}
 #front-page #hero {
	 background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),url("/_assets/img/image2-desktop.webp") no-repeat top right;
	 background-size: cover;
}
 .fp-cols {
	 max-width: 1320px;
	 width: 100%;
	 margin: 0 auto;
}
 .fp-col {
	 width: 50%;
	 float: left;
}
 #foundation-front-page {
	 background: #052c3f;
	 color: #fff;
}
 #foundation-front-page h2 {
	 padding-top: 20px;
	 color: #fff;
}
 #foundation-front-page img {
	 border:3px solid #fff;
}
 #foundation-front-page .row {
	 padding-bottom: 20px;
}
 #foundation-front-page button {
	 width: 100%;
}
/* internal page */
/* block PAGE-NAV */
 .block-page-nav-img{
	 max-width: 220px;
}
 #internal-top {
	 background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),url("/_assets/img/image2-desktop.webp") no-repeat top right;
	 background-size: cover;
	 border-bottom: #0d7172 solid 4px;
}
 /*
   #internal-top header {
	 background-color: rgba(255, 255, 255, 0.85);
	 
}
*/
 #internal-top #navigation #dropdown-item a, #front-page #navigation #dropdown-item a {
	/* color: #0d7172;
	 */
	 background: #fff;
	 color: #0d7172;
}
 #internal-top #navigation, #front-page #navigation {
	 color: #0d7172;
}
 #internal-top .row {
	 max-width: 1320px;
	 width: 100%;
}
 #internal-top-events {
	 background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),url("/_assets/img/background-events-1920x807.webp") no-repeat top right;
	 background-size: cover;
	 border-bottom: #0d7172 solid 4px;
}
 #internal-top-events #navigation #dropdown-item a, #front-page #navigation #dropdown-item a {
	 background: #fff;
	 color: #0d7172;
}
 #internal-top-events #navigation, #front-page #navigation {
	 color: #0d7172;
}
 #internal-top-events .row {
	 max-width: 1320px;
	 width: 100%;
}
 #internal-top-behavioral-social-sciences {
	 background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)),url("/_assets/img/background-behavioral-social-sciences-1920x807.webp") no-repeat top right;
	 background-size: cover;
	 border-bottom: #0d7172 solid 4px;
}
 #internal-top-behavioral-social-sciences #navigation #dropdown-item a, #front-page #navigation #dropdown-item a {
	 background: #fff;
	 color: #0d7172;
}
 #internal-top-behavioral-social-sciences #navigation, #front-page #navigation {
	 color: #0d7172;
}
 #internal-top-behavioral-social-sciences .row {
	 max-width: 1320px;
	 width: 100%;
}
 #front-page #navigation a.active {
	 color: #fff;
	 background-color: #0d7172;
}
 .internal-wrap {
	 position: relative;
	 top: -2.5em;
	 margin-bottom: -2.5em;
}
 .internal-bump {
	 position: relative;
	 top: -2.5em;
}
/* news page */
/* footer */
 .footer-lists {
	 list-style-type: none;
	 padding-left: 0;
}
/* elements */
 .button-grid a {
	 width: 100%;
}
 .button-grid .row {
	 padding-bottom: 1em;
}
 .events-list {
	 list-style-type: none;
	 padding-left: 0;
	 font-family: "Roboto Condensed", sans-serif;
}
 .events-list-item {
	 width: 100%;
	 clear: both;
	 background: #0d7172;
	 color: #fff;
	 min-height: 75px;
	 margin-bottom:5px;
}
 .events-list-date {
	 width: 15%;
	 text-align: center;
	 float: left;
	 font-weight: 700;
}
 .events-list-month {
	 text-transform: uppercase;
}
 .events-list-day {
	 font-size:3em;
}
 .events-list-content {
	 width: 85%;
	 float: left;
}
 .contact-box {
	 background: #0d7172;
	 color: #fff;
}
 .contact-box ul {
	 list-style-type: none;
	 padding-left: 0;
}
 .contact-box .contact-img {
	 width:20%;
	 float:left;
}
 .contact-box .contact-img img {
	 width:100%;
}
 .contact-box .contact-info {
	 width: 80%;
	 float:left;
	 font-size:.9em;
}
 .contact-box .contact-info p {
	 line-height: 1.5em;
}
 .contact-box .contact-info a {
	 color: #fff;
}
 .col-lg-9 td {
	 border-width: 2px;
	 padding: 10px;
}
 #social-row ul {
	 padding-left: 0;
}
 #social-row-home ul {
	 padding-left: 0;
}
/* it's pronounced JIF, don't @ me - BSR */
/* Style the tab content */
 .tabcontent {
	 display: block;
	 padding: 6px 12px;
	 -webkit-animation: fadeEffect 1s;
	 animation: fadeEffect 1s;
	/*min-height: 400px;
	 desktop only max-height: 400px;
	 desktop only overflow: auto;
	 */
}
 .tab-box .tab {
	 background-color: #0d7172;
}
 .tab-box .tab button.active, .tab-box .tab button:hover {
	 background-color: #1a8d8e;
}
 button.tablinks {
	 color: #fff;
}
 .tabcontent ul {
	 padding-left: 0;
}
 .tabcontent li {
	 list-style-type: none;
	 padding-left: 0;
	 border-left: 5px solid #00937E;
}
 .tabcontent li p {
	 padding-left: 10px;
}
/* Fade in tabs */
 @-webkit-keyframes fadeEffect {
	 from {
		 opacity: 0;
	}
	 to {
		 opacity: 1;
	}
}
 @keyframes fadeEffect {
	 from {
		 opacity: 0;
	}
	 to {
		 opacity: 1;
	}
}
/* landing pages */
 .div-programs {
	 background: #052c3f;
}
 .div-programs a {
	 color: #fff;
	 text-decoration: none;
}
 .div-programs figure {
	 background: #1abc9c;
}
 .div-programs figure img {
	 opacity: 1;
	 -webkit-transition: .3s ease-in-out;
	 transition: .3s ease-in-out;
}
 .div-programs figure:hover img {
	 opacity: .8;
}
 .container iframe {
	 max-width: 100%;
}
 .div-biz-svc a {
	 width: 100%;
	 padding: 20px 0;
}
 .internal-navs {
	 --bs-gutter-x: .2em;
}
 .internal-navs .row {
	 --bs-gutter-x: .2em;
}
 .internal-navs a {
	 width: 100%;
	 padding: 10px 0;
}
/* Be Safe pages */
 #be-safe-buttons a {
	 text-decoration: none;
	 font-size: 1.8em;
	 margin-bottom: 5px;
	 border-left: 20px solid #00476c;
}
 #be-safe-buttons a:hover {
	 color: #fff !important;
}
 #be-safe-buttons .green-link {
	 background-color: #0d7172;
	 color: white !important;
	 width: 100%;
	 font-size: 32px;
	 padding: 30px;
	 height: 100px;
	 display: inline-block;
	 opacity: .8;
	 text-decoration: none;
	 text-shadow: 2px 3px 0 #056455;
	 margin-right: 5px;
	 text-align: center;
	 font-weight: 700;
}
 #be-safe-buttons .col-sm-6 {
	 flex: 0 0 auto;
	 width: 50%;
	 float: left;
	 padding: 4px;
}
 @media (min-width: 480px) and (max-width: 767px) {
	 .green-link {
		 min-height: 95px;
	}
}
 @media (max-width: 480px) {
	 .green-link {
		 min-height: 65px;
		 padding-top:10px;
	}
}
/* virtual calm room */
 .calm-room-row .col-3 {
	 text-align:center;
	 background: #0d7172;
	 padding: 10px;
}
 .calm-room-row a {
	 color: #fff;
	 font-weight: 700;
}
 .calm-room-row img {
	 border: 2px;
	 border-style: inset;
}
/* honors */
 .honors-col-blue {
	 background: #014b6f;
}
 .honors-col-teal {
	 background: #117c61;
}
 .honors-col-light-blue {
	 background: #dae5ea;
}
 .honors-nav li {
	 list-style-type:none;
	 display:inline;
	 font-family: "Roboto Condensed", sans-serif;
	 color: #052c3f;
	 padding-right: 25px;
}
 .honors-nav li a {
	 text-decoration:none;
	 color:inherit;
	 font-weight:inherit;
}
 .honors-nav li:last-child {
	 padding-right: 0;
}
 .honors-button {
	 transition: all 0.2s ease, visibility 0s;
	 padding: 10px;
	 border: 4px double #FFFFFF;
	 background: #114455;
	 color:#fff;
	 text-decoration:none;
}
/* Dropdown Button - honors pages */
/*
.dropdown-btn {
}*/
 .dropdown {
	 position: relative;
	 display: inline-block;
}
 .dropdown-list {
	 display: none;
	 position: absolute;
	 background-color: #f1f1f1;
	 min-width: 160px;
	 box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
	 z-index: 1;
}
 .dropdown-list a {
	 color: black;
	 padding: 12px 16px;
	 text-decoration: none;
	 display: block;
}
 .dropdown-list a:hover {
	 background-color: #ddd;
}
 .dropdown:hover .dropdown-list {
	 display: inline;
	 text-align: left;
	 left: 50%;
	 right: auto;
	 transform: translateX(-50%);
}
 .dropdown:hover .dropdown-btn {
	 background-color: #eee;
}
/* workforce solutions */
 .workforce-sched-block {
	 position:relative;
	 padding-bottom: 10px;
}
 .workforce-sched-block img {
	 transition: opacity 0.3s;
	 opacity: 1;
}
 .workforce-sched-block img:hover {
	 opacity: .8;
}
 .workforce-sched-block .sched-block-title {
	 position: absolute;
	 top: 65%;
	 background: #052c3f;
	 width: 100%;
}
 .workforce-sched-block .sched-block-title a {
	 color: #fff;
	 font-family: 'Roboto Condensed', sans-serif;
	 text-decoration: none;
	 position: relative;
	 top: 7px;
	 line-height: 1.2;
	 padding-left: 7%;
	 font-size: 1.3em;
}
/* decision chart */
 #decision-chart {
	 text-align: center;
}
 #decision-chart .dec-item {
	 padding:40px 20px 20px 20px;
}
 #decision-chart span {
	 font-size:1.5em;
	 color:#fff;
}
 .dec-arrow {
	 width: 0;
	 height: 0;
	 border-left: 20px solid transparent;
	 border-right: 20px solid transparent;
	 border-top: 20px solid #f00;
	 margin: 0 auto;
	 position: relative;
	 top: 40px;
}
/* website editing guide */
/* 
#web-guide-front {
}
*/
 #web-guide-front .buttons {
	 position: relative;
}
 #web-guide-front .buttons h2 {
	 position: absolute;
	 top: 78%;
	 left: 20%;
	 font-size: 2.5em;
}
 #web-guide-front .buttons h2 a {
	 color: #fff;
	 font-weight: 600;
	 text-decoration: none;
}
/* slate fixes */
 #footer a, #subfooter a {
	 color: #f8f9fa;
}
/* checklist */
 .checklist .row {
	 border-bottom: 1px solid #ccc;
	 margin-bottom: 10px;
}
/* new homepage june 2024 */
 #audiences .picker ul {
	 padding-left: 0;
	 display:inline;
}
 #audiences .picker ul li {
	 list-style-type: none;
	 display:inline;
	 background: #00476c;
	 margin-bottom: 2px;
	 padding: 5px 8px;
}
 #audiences .picker ul li:hover {
	 background: #00527d;
	 transition: 0.3s;
}
 #audiences .picker a {
	 text-decoration: none;
	 color: #fff;
	 font-family: "Roboto Condensed";
}
 #audiences .audiences-explore {
	 background: none !important;
	 font-size: 1.2em;
}
 #audiences .audiences-explore:hover {
	 background: none !important;
}
/* student services hub */
 .services-hub-container {
	 background: url('https://www.northeaststate.edu/_assets/_images/services/hub-background.jpg');
}
 .services-hub-container h1, .services-hub-container h2, .services-hub-container h3, .services-hub-container h4, .services-hub-container h5, .services-hub-container h6, .services-hub-container p, .services-hub-container a {
	 color: #fff;
}
/* ##### INTERNAL MENUS ON THE INTERIOR PAGES */
 .internal-menu li {
	 margin-bottom: 0.5em;
}
 .internal-menu a {
	 font-weight: 700;
	 display: block;
	 padding: 6px 12px;
	 border-radius: 0;
	 transition: background-color 0.3s ease;
	 color: #0d7172;
}
/* General hover/focus for all links except the first */
 .internal-menu li:not(:first-child) a:hover, .internal-menu li:not(:first-child) a:focus {
	 background-color: #e6f4f4;
	 text-decoration: none;
	 border-radius: 0;
}
/* First item default and hover/focus */
 .internal-menu li:first-child a {
	 color: #fff;
	 background-color: #00476C;
	 border-radius: 0;
}
 .current-page {
	 color: #363636 !important;
	 background-color: #e6f5f5 !important;
	 text-decoration: none !important;
}
/* Override .current-page for first child */
 .internal-menu li:first-child a.current-page {
	 color: #fff !important;
	 background-color: #00476C !important;
}
 .internal-menu li:first-child a:hover, .internal-menu li:first-child a:focus {
	 color: #fff;
	 background-color: #00476C;
}
 .internal-menu li:first-child a::before {
	 background-color: transparent;
	 left: 0;
}
 .internal-menu a:hover, .internal-menu a:focus {
	 background-color: #e6f4f4;
	 text-decoration: none;
}
 .internal-menu .btn-toggle {
	 position: relative;
	 background: none;
	 border: none;
	 width: 100%;
	 text-align: left;
	 font-weight: 700;
	 color: #0d7172;
	 padding-left: 1.75em;
	/* Default padding for desktop */
	 padding-top: 6px;
	 padding-bottom: 6px;
	 border-radius: 0;
}

/* ada visible keyboard focus */
.internal-menu .btn-toggle:focus,
.internal-menu .btn-toggle:focus-visible {
    outline: 2px solid #000 !important; 
    border-radius: 4px;
}

 .internal-menu .btn-toggle:focus {
	 outline: 2px solid #0d7172;
	 border-radius: 0;
}


/* ada override Bootstrap and apply accessible focus style */
.internal-menu .btn.btn-toggle:focus,
.internal-menu .btn.btn-toggle:focus-visible,
.internal-menu .btn.btn-toggle:focus:not(:focus-visible) {
    outline: 2px solid #000 !important;
    box-shadow: none !important;               
    border-radius: 4px !important;   
    background-color: #e6f4f4 !important;
}


.internal-menu .btn.btn-toggle:hover {
    background-color: #e6f4f4 !important;
}



/* Mobile-specific padding adjustment */
 @media (max-width: 768px) {
	 .internal-menu .btn-toggle {
		 padding-left: 2em;
	}
}
 @media (max-width: 768px) {
	 .internal-menu a, .internal-menu .btn-toggle {
		 font-size: 1em;
	}
}

 .internal-menu .btn-toggle[aria-expanded="true"]::before, .internal-menu .btn-toggle[aria-expanded="false"]::before {
	 position: absolute;
	 left: 0.5em;
	 top: 50%;
	 transform: translateY(-50%);
	 font-size: 0.8em;
	 content: "▼";
}
 .internal-menu .btn-toggle[aria-expanded="true"]::before {
	 content: "▲";
}
/* Remove hover border on internal-menu buttons */
 .internal-menu .btn-toggle:hover {
	 border: none !important;
	 outline: none !important;
	 box-shadow: none !important;
}
/* Prevent border on all states except intentional focus outline */
 .internal-menu .btn-toggle:hover, .internal-menu .btn-toggle:active, .internal-menu .btn-toggle:focus-visible {
	 border: none !important;
	 box-shadow: none !important;
	 outline: none !important;
}

 @media (prefers-reduced-motion: reduce) {
	 .internal-menu a:hover, .li-link a:hover, .btn-toggle-nav a:hover {
		 transform: none !important;
		 transition: none !important;
	}
}
/* Animate collapse menus smoothly */
 .collapse {
	 transition: max-height 0.3s ease-out;
}
 .internal-menu a, .li-link a, .btn-toggle-nav a {
	 font-weight: 700;
	 display: block;
	 padding: 6px 12px;
	 border-radius: 0;
	 color: #0d7172;
	 position: relative;
	 overflow: hidden;
	 z-index: 1;
	 transition: background-color 0.3s ease, transform 0.2s ease;
}
 .internal-menu a::before, .li-link a::before, .btn-toggle-nav a::before {
	 content: '';
	 position: absolute;
	 top: 0;
	 left: -100%;
	 width: 100%;
	 height: 100%;
	 background-color: #e6f4f4;
	 z-index: -1;
}
 .internal-menu a:hover, .li-link a:hover, .btn-toggle-nav a:hover {
	 transform: scale(1.02);
	 text-decoration: none;
}
 .internal-menu a:hover::before, .li-link a:hover::before, .btn-toggle-nav a:hover::before {
	 left: 0;
}
 .btn-toggle-nav li a {
	 padding-left: 2rem;
	 display: block;
	 border-left: 3px solid #0d7172;
}
/* ######################################END INTERNAL MENUS ON THE INTERIOR PAGES */
/* google search box customization */
 #gsc-i-id1 {
	 background: rgb(255, 255, 255) !important;
}
 table.gsc-search-box td.gsc-input {
	 padding-right: 0 !important;
}
 .gsc-search-button {
	 margin-left: 0 !important;
}
 .gsc-search-button-v2 {
	 padding: 10px 27px !important;
	 border-radius: 0 3px 3px 0 !important;
}

.gsib_a {
    padding: 4px 2px 4px 48px !important;
}

.gsib_b {
    box-sizing: content-box;
    height: 0 !important; 
    width: 48px;
    padding: 4px 4px 4px 0;
}

.gsc-wrapper {
    position: relative;
    display: block;
    max-width: 100% !important;
}


/* Highlight Google CSE input when focused */
#gsc-i-id1:focus,
#gsc-i-id1:focus-visible {
  outline: 3px solid #0d7172 !important; /* highly visible cyan */
  outline-offset: 2px !important;
}

/* Highlight search button when focused */
.gsc-search-button:focus,
.gsc-search-button:focus-visible,
.gsc-search-button-v2:focus,
.gsc-search-button-v2:focus-visible {
  outline: 3px solid #0d7172 !important;
  outline-offset: 2px !important;
  border-radius: 4px;
}


/* tables customization */
 tbody, td, tfoot, th, thead, tr {
	 border-style: none !important;
}
/* accordion */
 h2.accordion-header, h3.accordion-header, h4.accordion-header {
	 margin-top: .375em;
}
 .accordion-header button {
	 background: #f0f1f2
}
 .accordion-item {
	 border:0 solid 
}
 .accordion-item-quiet .accordion-header button {
	 background:transparent 
}
 .accordion.accordion-item-quiet {
	 background: inherit;
}
 .accordion-item-quiet .accordion-button:not(.collapsed) {
	 background: inherit;
}
 .accordion-button:not(.collapsed) {
	 background:#e6f5f5
}
 .accordion-item:first-of-type {
	 border-top: 0 
}
 .accordion-item {
	 margin-top:5px;
	 margin-bottom:5px 
}
 .accordion .pgs-dept-card:first-of-type {
	 margin-top: .5rem;
}
 .accordion .pgs-dept-card:last-of-type {
	 border-bottom:0;
}
 .accordion .pgs-dept-card__col {
	 margin-bottom: 0;
}
 .accordion-item button.accordion-button, .accordion-item-quiet button.accordion-button {
	 font-size: 1.15rem;
}
 .pgs-accordion--sm button.accordion-button {
	 font-size:1rem;
}
 .pgs-accordion {
	 position: relative 
}
 .pgs-accordion button {
	 width: 100%;
	 border-top: none;
	 border-right: none;
	 border-bottom: none 
}
 button.accordion-button {
	 border-left: 5px solid #00476c;
	 border-radius: 0 
}

.accordion-item:first-of-type > .accordion-header .accordion-button {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}


.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}


 .accordion-item-quiet button {
	 border:0 solid;
}
 .pgs-accordion--pc {
	 border-left: 0 solid;
}
 .pgs-accordion--quiet button {
	 width: auto;
	 background: none 
}
 .pgs-accordion--quiet button.accordion-button {
	 border-left: 0 solid;
	 width:100% 
}
/* Hide the default chevron */
/* .accordion-button::after {
	 display: none;
	 */
	 .accordion .accordion-button::after {
		 content: "\f078";
		/* Unicode for Font Awesome chevron-down f078 */
		 background-image: none;
		/* Overwrites Bootstrap default icon */
		 width:auto;
		/* Overwrites Bootstrap default icon */
		 height:auto;
		/* Overwrites Bootstrap default icon */
		 font-family: "Font Awesome 5 Free";
		/* Specify Font Awesome */
		 font-weight: 900;
		/* Required for solid icons */
		 margin-right: 0.6rem;
		/* Space between icon and text */
		 transition: transform 0.3s;
		/* Smooth transition for rotation */
		 color: #00476c;
		/* Custom color */
	}
	 .accordion .accordion-button:not(.collapsed)::after {
		 transform: rotate(180deg);
		/* Rotate the chevron when expanded */
	}
	 .accordion.accordion-item-quiet .accordion-button::after {
		 display:none 
	}
	 .accordion-item-quiet button.accordion-button {
		 width: auto;
		 color: #00476C;
	}
	 .accordion.accordion-item-quiet .accordion-button::before {
		 content: "\f078";
		/* Unicode for Font Awesome chevron-down */
		 background-image: none;
		/* Overwrites Bootstrap default icon */
		 width:auto;
		/* Overwrites Bootstrap default icon */
		 height:auto;
		/* Overwrites Bootstrap default icon */
		 font-family: "Font Awesome 5 Free";
		/* Specify Font Awesome */
		 font-weight: 900;
		/* Required for solid icons */
		 margin-right: 0.6rem;
		/* Space between icon and text */
		 transition: transform 0.3s;
		/* Smooth transition for rotation */
		 color: #00476C;
		/* Custom color */
	}
	 .accordion.accordion-item-quiet .accordion-button:not(.collapsed)::before {
		 transform: rotate(180deg);
		/* Rotate the chevron when expanded */
	}
	 .pgs-accordion--block {
		 background: #e5e2d6 
	}
	 .pgs-accordion .collapsible {
		 display: block;
		 padding: .5em 2em .5em 1em;
		 margin: 0 0 .25em 0;
		 font-weight: 600;
		 line-height: 1.5;
		 text-align: left;
		 white-space: normal;
		 vertical-align: middle;
		 -ms-touch-action: manipulation;
		 touch-action: manipulation;
		 cursor: pointer;
		 border-radius: 0;
		 transition: all 0.15s ease 0s;
		 border-left: 6px solid #00476C 
	}
	 .pgs-accordion--quiet .collapsible {
		 border-left: 0;
		 padding-left: 3rem 
	}
	 .pgs-accordion--sm .collapsible {
		 font-weight: 700;
		 padding-left: 2rem 
	}
	 .pgs-accordion--sm>h2, .pgs-accordion--sm>h3, .pgs-accordion--sm>h4, .pgs-accordion--sm>h5, .pgs-accordion--sm>h6 {
		 margin-top: 0;
		 margin-bottom: 0;
		 font-size: 1rem 
	}
	 .panel-collapse {
		 margin-bottom: 2em 
	}
	 a.collapsible {
		 text-decoration: none 
	}
	 a.collapsible:hover, a.collapsible:focus {
		 text-decoration: underline;
		 border-left-width: 12px 
	}
	 .pgs-accordion--sm.pgs-accordion--quiet a.collapsible {
		 text-decoration: underline 
	}
	 .pgs-accordion--sm.pgs-accordion--quiet a.collapsible:hover, .pgs-accordion--sm.pgs-accordion--quiet a.collapsible:focus {
		 text-decoration: none 
	}
	 .collapsible .me-1 {
		 margin-right: .5em;
		 -webkit-transition: transform .25s ease;
		 transition: transform .25s ease;
		 font-size: .875em 
	}
	 .collapsible.cgrey .me-1, .pgs-accordion--block .me-1, .collapsible.bg-cgrey .me-1 {
		 position: absolute;
		 right: 1rem;
		 margin-right: 0;
		 margin-top: .2875rem;
		 color: #00476C 
	}
	 .pgs-accordion--quiet .collapsible .me-1 {
		 position: absolute;
		 top: 1rem;
		 left: 1rem 
	}
	 .pgs-accordion--sm.pgs-accordion--quiet .collapsible .me-1 {
		 position: absolute;
		 top: .75rem;
		 left: .5rem 
	}
	 .collapsed.collapsible .fa-chevron-circle-right {
		 transform: rotate(90deg) 
	}
	 .collapsible[aria-expanded="true"] .fa-chevron-circle-right {
		 transform: rotate(-90deg);
		 border-left-width: 16px 
	}
	 .collapsible.cgrey:hover, .collapsible.bg-cgrey:hover, .collapsible.pgs-accordion--block:hover, .collapsible.cgrey:focus, .collapsible.bg-cgrey:focus, .collapsible.pgs-accordion--block:focus {
		 background: #f7f3e8;
		 text-decoration: none 
	}
	 ul+.pgs-accordion {
		 margin-top: 2rem 
	}
	 p+.pgs-accordion {
		 margin-top: 2rem 
	}
	 ol+.pgs-accordion {
		 margin-top: 2rem 
	}
	 .accordion h3 {
		 font-family: "Myriad Pro", sans-serif !important;
	}
	/* background video on front page */
	 .video-row {
		 position: relative;
		 background-color: #ccc;
		 background-image: url('/_assets/img/image2-desktop.webp');
		 background-size: cover;
		 background-position: center;
		 height: 50vh;
		 min-height: 25rem;
		 width: 100%;
		 overflow: hidden;
		 display: flex;
		/* Use flexbox for better alignment */
		 flex-direction: column;
		 justify-content: flex-start;
		/* Align content to the top initially */
	}
	 .video-row video {
		 position: absolute;
		 top: 60%;
		 left: 50%;
		 min-width: 100%;
		 min-height: 100%;
		 width: auto;
		 height: auto;
		 z-index: 0;
		 transform: translateX(-50%) translateY(-50%);
		 object-fit: cover;
		/* Ensures video covers the area without distortion */
	}
	 @media (max-width: 768px) {
		 .video-row video {
			 top: 50%;
		}
	}
	 .video-row .container-fluid {
		 position: absolute;
		 z-index: 2;
		 top: 40%;
	}
	 .video-row .z-2 {
		 position: relative;
		 z-index: 2;
		 top: 35%;
	}
	 .video-row nav {
		 z-index: 3;
	}
	 .z-2 {
		 z-index: 2;
	}
	 .z-3 {
		 z-index: 3;
	}
	 .video-row h2 {
		 font-size:3em;
	}
	 .video-row .overlay {
		 position: absolute;
		 top: 0;
		 left: 0;
		 height: 100%;
		 width: 100%;
		 background-color: rgba(0, 0, 0, 0.6);
		/* Semi-transparent black */
		 z-index: 1;
	}
	 .video-buttons a {
		 width: 30%;
	}
	 .site-header .header-content-wrapper {
		 position: relative;
		 z-index: 3;
		/* Ensure header is above overlay and video */
		 padding-top: 1rem;
		 padding-bottom: 1rem;
		 display: flex;
		 justify-content: space-between;
		 align-items: center;
	}
	 .site-header .logo-link img {
		 height: 50px;
		/* Adjust logo size as needed */
		 width: auto;
	}
	/* Hero Content (text and button) Styles */
	 .hero-content-text {
		 position: absolute;
		 z-index: 2;
		 top: 50%;
		/* Center vertically */
		 left: 50%;
		/* Center horizontally */
		 transform: translate(-50%, -50%);
		/* Adjust for perfect centering */
		 width: 100%;
		 max-width: 1200px;
		/* Limit content width */
		 padding: 0 1rem;
	}
	 .hero-content-text .hero-text-wrapper {
		 width: 100%;
		 justify-content: space-between;
	}
	 .hero-content-text .hero-heading-content {
		 padding-right: 1rem;
		/* Spacing for content next to video control */
	}
	 .hero-content-text h1 {
		 font-size: 3.5em;
		/* Larger font for main heading */
		 margin-bottom: 0.5rem;
		 line-height: 1.2;
		 text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
		/* Text shadow for better contrast */
	}
	 .hero-content-text p.lead {
		 font-size: 1.25em;
		 margin-bottom: 1.5rem;
		 text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
	}
	/* Video Action Buttons */
	 .video-buttons {
		 display: flex;
		 flex-wrap: wrap;
		/* Allow buttons to wrap on smaller screens */
		 gap: 0.75rem;
		/* Space between buttons */
	}
	 .video-buttons .primary-action-btn {
		 flex-grow: 1;
		/* Allow buttons to grow */
		 min-width: 120px;
		/* Minimum width for buttons */
		 padding: 10px 15px;
		 font-size: 1rem;
		 font-weight: 600;
		 text-align: center;
		 border-radius: 0.5rem;
		/* Rounded corners */
		 transition: all 0.3s ease;
		 background-color: #0d6efd;
		/* Bootstrap primary color */
		 border-color: #0d6efd;
		 color: white;
	}
	 .video-buttons .primary-action-btn:hover {
		 background-color: #0b5ed7;
		/* Darker shade on hover */
		 border-color: #0a58ca;
		 transform: translateY(-2px);
		/* Slight lift effect */
		 box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	}
	/* Video Play/Pause Button */
	 .video-play-pause-btn {
		 background-color: rgba(0, 0, 0, 0.5);
		/* Semi-transparent background */
		 border: 2px solid rgba(255, 255, 255, 0.7);
		/* White border */
		 color: #ffffff;
		 border-radius: 50%;
		/* Circular button */
		 width: 60px;
		 height: 60px;
		 display: flex;
		 justify-content: center;
		 align-items: center;
		 transition: background-color 0.3s ease, border-color 0.3s ease;
	}
	 .video-play-pause-btn:hover {
		 background-color: rgba(0, 0, 0, 0.7);
		 border-color: #ffffff;
	}
	 .video-play-pause-btn .fas {
		 font-size: 1.5rem;
	}
	/* Responsive Adjustments */
	 @media (max-width: 992px) {
		/* Tablets and smaller desktops */
		 .hero-content-text .hero-heading-content {
			 padding-right: 0;
			/* Remove padding */
			 text-align: center;
			 margin-bottom: 2rem;
		}
		 .hero-content-text .hero-text-wrapper {
			 flex-direction: column;
			 align-items: center;
		}
		 .video-control-area {
			 justify-content: center !important;
			 margin-top: 1rem;
		}
	}
	 @media (max-width: 768px) {
		/* Smaller tablets and phones */
		 .video-row {
			 height: 60vh;
			 min-height: 20rem;
		}
		 .site-header .logo-link img {
			 height: 40px;
			/* Smaller logo on mobile */
		}
		 .hero-content-text h1 {
			 font-size: 2.5em;
			/* Smaller font for main heading */
		}
		 .hero-content-text p.lead {
			 font-size: 1.1em;
		}
		 .video-buttons .primary-action-btn {
			 width: 100%;
			/* Full width buttons on small screens */
			 flex-grow: unset;
		}
		 .video-play-pause-btn {
			 width: 50px;
			 height: 50px;
		}
		 .video-play-pause-btn .fas {
			 font-size: 1.2rem;
		}
	}
	 @media (max-width: 600px) {
		/* Specific smaller phone adjustments */
		 .video-row .container-fluid {
			 top: 0;
			/* Align to top as per original intent for very small screens */
		}
		 .video-row h2 {
			 font-size: 1.5em;
			/* Original media query for h2 */
		}
		 .video-row p {
			 font-size: 1em;
			/* Original media query for p */
		}
	}
	 @media only screen and (max-width: 600px) {
		 .video-row .container-fluid {
			 position: absolute;
			 z-index: 2;
			 top: 0;
		}
		 .video-row h2 {
			 font-size: 1.5em;
		}
		 .video-row p {
			 font-size: 1em;
		}
		 .video-row .z-2 {
			 position: absolute;
			 z-index: 2;
			 top: 30%;
		}
	}
	 @media (max-width: 768px) {
		 .video-row .z-2 {
			 top: 23%;
		}
	}
	 @media (min-width: 769px) {
		 .video-row .z-2 {
			 top: 35%;
		}
	}
	 @media (min-width: 992px) {
		 .video-row .z-2 {
			 top: 40%;
		}
	}
	 @media (min-width: 1400px) {
		 .video-row .z-2 {
			 top: 50%;
		}
	}
	 .bg-hills {
		 background-image: url(/_assets/img/seamless-hills.webp);
		 background-repeat: repeat;
		 background-size: 600px 600px;
		 background-color: #fff;
		/* fallback background color */
	}
	 #scrollToTopBtn {
		 position: fixed;
		 bottom: 20px;
		 left: 20px;
		 z-index: 1000;
		 box-shadow: 0 2px 6px rgba(0,0,0,0.3);
		 display: none;
		/* Hidden by default */
	}

	 