  /* Start of Accessiblity Updates - T4 */
#site-search-mobile {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #00583d;
    background-color: white;
    font-style: italic;
}
.social-footer {
    background-color: #5a5a5a!important;
}
.global-footer {
    background-color: #5a5a5a!important;
}
@media only screen and (min-width: 40.063em) {
  .top-bar-section li.active:not(.has-form) a:not(.button) {
      background: #017652!important;
  }
}
.top-bar-section ul li.active>a {
    background: #017652!important;
}
div.foot-soc a .wai {
    color: white!important;
}
.header-logo-stu a .wai {
  color: black!important;
}
.title-area .name a .wai {
  color: white!important;
}
.toggle-topbar a span {
  color: white!important;
}
.stu-mobile-only button a {
  color: white!important;
}
.top-bar-search-section .small-10 label {
  color: white!important;
}
.general .content table tbody th {
  background-color: #5a5a5a!important;
}
table tbody th {
  background-color: #5a5a5a!important;
}
.search-icon .wai {
  color: white!important;
}
.callout .stu-day {
  color: #00583d!important;
}
.stu-event-title {
  color: #00583d!important;
}
.course-calendar-listing table tbody tr th {
  background-color: #5a5a5a!important;
}

.active .close-mobile-menu {
   color: white!important;
}
/* End of Accessibility Updates - T4 */


.header-logo-stu {
  padding-top: 1.5em;
}
header.site-header {
    padding-top: 0;
    background: #fff;
}
.main-content  h1 {
	margin-bottom:10px;
}
.main-content  h2 {
	margin-bottom: 0px;
}
.main-content  h3 {
	margin-bottom: 0px;
}
h1,h2,h3,h4,h5 {
	color:#666;
}
h1 {
	font-size: 2.1rem;
}
p {
    font-family: inherit;
    font-weight: normal;
    font-size: 0.9rem;
    line-height: none;
    margin-bottom: 0rem;
    text-rendering: optimizeLegibility;
}
.clearTable img {
    max-width: initial;
}
.inline-list.other span a {
    width: 138px;
    height: 36px;
    float: left;
    text-align: center;
    padding: 10px;
    border: 1px solid #474747;
    clear: both;
    margin-top: 15px;
    margin-bottom: 5px;
    color: #00583d;
}

.inline-list.other span a:hover {
    color: #d0a641;
    background: #00583d;
}

.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6,
.panel .h1,
.panel .h2,
.panel .h3,
.panel .h4,
.panel .h5,
.panel .h6,
.panel p,
.event-info p{
    color: #878787;
}
a {
    color: #00583d;
    text-decoration: none;
    line-height: inherit;
}
a:hover {
    color: #ddb050;
}
a button {
	display:block;
}

.general {
	display:inline-block;
	margin-bottom:20px;
}
.homepage-hero-header img {
    width: 100%;
    object-fit: cover;
    max-height: 600px;   
}

div.social a img {
/* transition: all .4s ease-in-out;  
  -moz-transition: all .4s ease-in-out; */
}
div.social a img:hover {
/*	transform: scale(0.9); 
	-moz-transform: scale(0.9); */
}
li.has-form  button span {
 transition: all .4s ease-in-out;  
  -moz-transition: all .4s ease-in-out;
}
li.has-form  button span:hover {
    transform: scale(0.9); 
	-moz-transform: scale(0.9);
}
ul.inline-list li a:hover {
    color:#d0a641;   
}
/* Slick slider adjustments */

span.fa.fa-arrow-circle-o-right.next.slick-arrow {
    opacity: 0.4;
}
span.fa.fa-arrow-circle-o-left.previous.slick-arrow {
    opacity: 0.4;
}

.slick-slider .slick-overlay {
    background-color: rgba(49,122,102,0.8);
}

.slick-slider span.fa.previous {
    margin-top: 190px ;
}

.slick-slider span.fa.next {
    margin-top: -220px ;
}

@media  (max-width: 2640px) {
  .slick-slide img {    
    height: 580px;
	object-fit: cover;
  }
  .slick-slider span.fa.previous {    
    margin-top: 300px !important;
  }
  .slick-slider span.fa.next {    
    margin-top: -290px !important;
  }
}

@media  (max-width: 1640px) {
  .slick-slide img {    
    height: 500px;
	object-fit: cover;
  }
  .slick-slider span.fa.previous {    
    margin-top: 220px !important;
  }
  .slick-slider span.fa.next {    
    margin-top: -290px !important;
  }
}

@media  (max-width: 1240px) {
  .slick-slide img {    
    height: 400px;
	object-fit: cover;
  }
  .slick-slider span.fa.previous {    
    margin-top: 180px !important;
  }
  .slick-slider span.fa.next {    
    margin-top: -220px !important;
  }
}

@media  (max-width: 1024px) {
  .slick-slide img {    
    height: 400px;
	object-fit: cover;
  }
  .slick-slider span.fa.previous {    
    margin-top: 220px !important;
  }
  .slick-slider span.fa.next {    
    margin-top: -180px !important;
  }
}

@media  (max-width: 900px) {
  .slick-slide img {    
    height: 300px;
	object-fit: cover;
  }
  .slick-slider span.fa.previous {    
    margin-top: 150px !important;
  }
  .slick-slider span.fa.next {    
    margin-top: -150px !important;
  }
}

@media  (max-width: 640px) {
  .slick-slide img {    
    display: block;    
    height: 220px;
  }
  .slick-slider span.fa.previous {    
    margin-top: 110px !important;
  }
  .slick-slider span.fa.next {    
    margin-top: -110px !important;
  }
}

@media  (max-width: 440px) {
  .slick-slide img {    
    display: block;    
    height: 180px;
  }
  .slick-slider span.fa.previous {    
    margin-top: 90px !important;
  }
  .slick-slider span.fa.next {    
    margin-top: -105px !important;
  }
}

/* end Slick slider adjustments */


button, .button {   
     background-color: transparent;
     border: 2px solid #eee;
  padding-top:.75rem;
  padding-bottom:.75rem;
}
.top-bar-section ul {
    width: 100%;
    height: auto;
    display: block;
    background: #00583d !important;
    font-size: 16px;
    margin: 0;

}

.top-bar-section ul li span.currentbranch0 {
	background: #878787;
}
.fullwidth .hero-header .button-wrapper button a {
    color:white;
    font-size:14px;
	width: 100%;
    padding: 10px;
    display: table;
}
@media only screen and (min-width: 40.063em){
  .top-bar-section li:not(.has-form) a:not(.button) {
      padding: 0 20px;
      line-height: 60px;
      background: #00583d;
  }
 .top-bar-section li:not(.has-form) .currentbranch0 a:not(.button) {
      background: #878787;
  }
}
@media only screen and (min-width: 40.063em){
  .top-bar-section li.active:not(.has-form) a:not(.button) {
      padding: 0 20px;
      line-height: 60px;
      color: #fff;
      background: #878787;
  }
}
@media only screen and (min-width: 40.063em){
  .top-bar-section .has-form {
      background: #d0a641;
      padding: 0 20px;
      height: 60px;
      background: #00583d;
  }
}
@media only screen and (min-width: 40.063em){
  .top-bar-section li:not(.has-form) a:not(.button):hover {
      background: #d0a641;
  }
}
@media only screen and (min-width: 40.063em){
  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
      background: #878787;
  }
}
.top-bar-section {
    background: #00583d;
}
.contain-to-grid {
    width: 100%;
    background: #00583d;
}



.hero-wrapper.fullwidth .hero-header {
    max-width: 100%;
}

figcaption .button-wrapper {
    width: 70%;
    float: left;
    padding-top: 20px;
    height: auto;
    margin: 0 auto;
}
.hero-wrapper.fullwidth .hero-header figcaption .button {
  color:white;
  text-shadow: 2px 2px #474747;
  font-weight:bold;
  border:2px solid #eee;
  box-shadow: 1px 1px 1px #666;
}
.hero-wrapper.fullwidth .hero-header figcaption {
    margin-top: 0px;
    top: 20%;
	width:100%;
}

.hero-wrapper.fullwidth .hero-header figcaption button {
    background: none;
    border: 2px solid #eee;
    border-radius: 5px;
    width:100%;
}
.hero-wrapper.fullwidth .hero-header figcaption h2 {
  color: white;
  text-shadow: 2px 2px #474747;
	text-align:center;
	font-size:2.5rem;
}
.hero-wrapper.fullwidth .hero-header figcaption h3{
  color: white;
  width:70%;
  margin: 0 auto;
  text-shadow: 2px 2px #474747;
  text-align:center;
}
.hero-wrapper.fullwidth .hero-header figure img {
  width:100%;
  height:400px;
  object-fit: cover;
  min-height: 100%;

}
@media (max-width: 640px){
.hero-wrapper.fullwidth .hero-header figure img {
   height:200px !important;
  object-fit: cover;
  }
  .hero-header figcaption {
    background: #00583d;
    padding: 1em;
    margin: 0;
    height: auto;
    float: left;
}  
}
@media  (min-width: 640px) {
  .hero-wrapper.fullwidth .hero-header figcaption {    
    margin-top: 0px;    
    top: 2%;
  }
  .hero-wrapper.fullwidth .hero-header figure {    
    height: 400px;
  }
  figure img {    
    width: 100%;    
    height: 350px !important;
  }
}

@media  (min-width: 6410px) {
  body {    
    background: orange;
  }
  .hero-header figcaption {
  }
  .hero-wrapper.fullwidth .hero-header figure {    
    height: 400px;
  }
  figure img {    
    width: 100%;    
    height: 320px !important;
  }
  .hero-wrapper.fullwidth .hero-header figcaption {    
    margin-top: 0px;    
    top: 7%;
  }
}

@media  (min-width: 900px) {
  .hero-wrapper.fullwidth .hero-header figcaption {    
    margin-top: 0px;    
    top: 10%;
  }
  .hero-wrapper.fullwidth .hero-header figure {    
    height: 400px;
  }
  figure img {    
    width: 100%;    
    height: 350px !important;
  }
}

@media  (min-width: 1200px) {
  .hero-wrapper.fullwidth .hero-header figure {    
    height: 400px !important;
  }
  figure img {    
    width: 100%;    
    height: 350px !important;
  }
  .hero-wrapper.fullwidth .hero-header figcaption {    
    margin-top: 0px;    
    top: 12%;
  }
}

@media  (min-width: 1400px) {
  .hero-wrapper.fullwidth .hero-header figure {    
    height: 400px !important;
  }
  figure img {    
    width: 100%;    
    height: 400px !important;
  }
  .hero-wrapper.fullwidth .hero-header figcaption {    
    margin-top: 0px;    
    top: 15%;
  }
}

li.has-form button.button {
    background:#d0a641;

}

/* Feature */
iv.callout {
    text-align: center;
}

.feature div.callout .button {
    text-align: center;
    background: none;
    border: 2px solid #00583d;
    color: #1d92cf;
    width: 100%;
    border-radius: 5px;
}
.feature div.callout a .button{
    text-align: center;
    background: none;
    color: #00583d;
    width: 100%;
    border-radius: 5px;
	font-size:14px;
}
.feature div.callout a:hover  .button {
    color: #00583d; 
	opacity: 0.6;
}
[class*="column"]+[class*="column"]:last-child {
    float: left;
}
.callout button a {
    font-size:14px;   
}

/* Feature box borders */




/* end feature box borders*/





/* stats */

.st-stats div.callout {
    text-align: center;
}
.st-stats {
  margin-top:20px !important;
  margin-bottom:20px !important;
  padding-top:40px !important;
}
.panel {
  margin-top:20px;
  margin-bottom:20px;
}
.stats div.callout .button {
    text-align: center;
    background: none;
    border: 2px solid #eee;
    color: #1d92cf;
    width: 100%;
    border-radius: 5px;
}
[class*="column"]+[class*="column"]:last-child {
    float: left;
}
.st-stats div.callout .stat-item {
  font-size:40px;
  color:white;
  font-weight:bold;
  font-family:helvetica;
}
.st-stats div.callout p.lead{
  color:white;
  font-size:16px;
}
.st-stats {
  background:#878787;
  font-size:18px;
  clear:both;
  padding-bottom:30px;
}
.fas .fa-users {
  color:white;
  font-size:50px;
}
.st-stats div.callout p.stat-item {
  margin-bottom:.75rem;
}
.st-stats div.callout div i::before {
  color:white;
  font-size:50px;
}
.contact-links div a img {
 width:30px;   
}
.header-links .inline-list li a {
    color: #00583d;
}

@media only screen and (min-width: 40.063em){
  .top-bar-section li:not(.has-form) a:not(.button) {
      background: #00583d;
  }
}
.top-bar-section ul {
    background:#00583d;
}
@media only screen and (min-width: 40.063em){
  .top-bar-section li:not(.has-form) a:not(.button) {
      padding: 0 20px;
      line-height: 60px;
      background: #00583d;
      padding-left: 14px;
      padding-right: 14px;
  }
}
.social-footer {
    background-color: #878787;
	padding-top:30px;
	margin-top:20px;
}
.global-footer {
    background-color: #878787;
    border-top: 2px solid #d0a641;
}
.social-footer div.soc ul {
    margin-left: 0px;
    margin-top: 5px;
}

.social-footer div.soc ul li {
    list-style: none;
}

.social-footer div.soc ul li a {
    color: white;
}

.social-footer div.soc ul li a:hover {
    color: #d0a641;
}

@media (min-width: 768px){
  .slick-slider .slick-overlay {
      bottom: 2rem;
      padding: 0.625rem 0.875rem;
      padding-left: 20%;
  }
}
.feature .home-events {
    padding: 10px;
}
.home-events .callout p.lead {
	font-size: 16px;
}
.home-border {
	
}

.home-events .callout p.lead {
 margin-bottom:30px;   
}
.home-events .callout button.button {
 border-radius:10px;  
}
.home-events .callout p.lead {
    margin-bottom: 30px;
	line-height:initial;
}

.home-events .callout a button.button{
    border-radius: 10px;
	font-size:14px;
}

.home-events .callout a button.button:hover  {
    color: #d0a641;
	font-size:14px;
}
.home-events .callout h3 {
	text-align:left;
}
.feature .home-events div.callout .button {
    text-align: center;
    background: none;
    color: #00583d;
    width: 100%;
    border-radius: 5px;
  
}

.home-events .callout p.image-wrapper {
    width: 22%;
    float: left;
    margin-right: 30px;
    padding-bottom: 30px;
}

.home-events .callout p.image-wrapper img {
    border-radius: 100%;
}

.home-events .callout p.image-wrapper img:hover {
    transform: scale(1);
}

.callout .stu-day {
    font-size: 50px;
    display: inline-block;
    color: #d0a641;
    font-weight: bold;
    margin-bottom: 0px;
    line-height: initial;
}

.callout .stu-month {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    float: right;
    color: #666;
    margin-top: 28px;
	float:none;
}

.feature .callout .stu-sm-date {
    margin-top: 0px;
}

.callout .leading-stu {
    float: left;
}

.callout .stu-sm-date a {
    color: #222;
    font-size: 20px;
    font-weight: normal;
    margin-top: 0;
}
.callout .stu-sm-date a:hover {
    opacity:0.6;   
}



.callout h4.event-sm-date {
	font-size:12px;
	font-weight:bold;
	margin-top:20px;
}

.home-call-to-actions > div {
 /*   margin-top: 20px !important;
    margin-bottom: 20px !important; */
}
body>.off-canvas-wrap>.inner-wrap>.fixed>1nav>.title-area>.name>a {
    display: block;
    visibility: visible;
    background: url(/media/stu/site-assets/images/logo-and-icons/91探花-logo_green-2-01.png) 0 0 no-repeat;
/*    position: absolute;
    z-index: 999;
    top: -.75em;
    left: .4em;
    background-size: 12rem;
    width: 2.9rem;
    height: 4rem; */

    position: absolute;
    z-index: 999;
    top: .65rem;
    left: -4rem;
    background-size: 12rem;
    width: 10rem;
    background-size: 120px;

}
@media  (max-width: 1100px) {
  body>.off-canvas-wrap>.inner-wrap>.fixed>1nav>.title-area>.name>a {      
    left: .35rem;    
  }
}
.feature .callout p {
    overflow:hidden;
}
.feature .callout a img {
    transition:all .3s ease-in-out;
}
.feature .callout a img:hover {
    transform:scale(1.1);
}
.feature .callout .stu-sm-date {
	font-weight:bold;
	font-size:12px;
	margin-top:20px;
    color:#333;
	display:block;
}

@media  (min-width: 700px) {
 .contain-to-grid .hide-for-medium-only {    
   display: none !important;
 }
}
.header-links ul.right li form button {
    height: 33px;
    width: 37px;
    padding: 5px;
    padding-left: 10px;
}

.header-links ul.right {
    list-style:none;   
}
.home-call-to-actions {
	margin-top: 20px !important;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
.home-call-to-actions button {
    width: 99%;
    background: #00583d;
    color: white;
    margin: 0 auto; 
    float: left;
    margin-left: 0px;
    text-align: center;
    border: none;
    font-size: 20px;
	color:white;
}

.home-call-to-actions button a {
    color: white;
}
.home-call-to-actions button a:hover {
   
    text-shadow:1px 1px #666;
}
.home-call-to-actions button:hover {
    opacity:0.9;
}
.stu-mobile-only {
    display: block;
}

@media  (min-width: 640px) {
  .stu-mobile-only {    
    display: none !important;
  }

}
@media only screen and (min-width: 640px) and (max-width: 1000px) {
  .top-bar-section li:not(.has-form) a:not(.button) {    
    padding: 0 20px;    
    line-height: 60px;    
    background: #00583d;    
    padding-left: 8px;    
    padding-right: 8px;    
    font-size: 12px;
  }

}
/*.feature-wrapper {

	margin-top:20px !important;
	margin-bottom:20px !important;
    clear:both;
}*/
.feature-wrapper .callout h3 {
	color: #666;
    margin-top: 10px;
    font-size: 24px;
    font-weight: 500;
    width: 100%;
    text-align: left;
    height: 65px;
}
.video.module {
	display:block;
	clear:both;
	margin-bottom:20px;
	background:#fdfdfd;
}
.video.module .embed-responsive iframe {
	width:100%;
	height:280px;
}
@media(min-width:600px){
  .video.module .embed-responsive iframe {
      width:100%;

  }
}
@media(min-width:900px){
  .video.module .embed-responsive iframe {
      width:100%;
   
  }
}

@media(min-width:900px){
  .home .video.module .embed-responsive iframe {
      width:100%;
 
  }
}

.video.module .embed-responsive .video-caption {
	margin-top:10px;
}
.embed-responsive-16by9 {
	padding-top:20px;
	padding-bottom:20px;
}
.embed-responsive-16by9 .text-container {
	float:left;
	color:#878787;
	padding:10px;
	padding-right:40px;
}
.embed-responsive-16by9 .text-container h2 {
 	font-weight:bold;
  	color:#878787
}
.embed-responsive-16by9 .text-container p {
 	font-size:16px;
 	line-height:26px
 
}
.embed-responsive-16by9 .vid-container {
 	float:left;
}
.pagination a:hover {
    color: #00583d;
    background: #eee;
}
.pagination a, .pagination span {
    display: block;
    float: left;
    color: white;
    padding: .5em .75rem;
    margin-right: .25rem;
    margin-top: 3px;
    color: #666;
    background: none;
    border: none;
    margin-top: 20px;
}

@media  (min-width: 640px) {
  .callout img {    
  /*  max-height: 309px; */
  }
}

@media  (min-width: 1040px) {
  .callout img {    
   /* max-height: 222px; */
  }
}
.pagination {
	display:block;
	clear:both;
    float:left;
    margin-top:60px;
}

.side-nav span[class^="currentbranch"] a {
    background: #eee;
}
.side-nav li a:not(.button) {
    display: block;
    color: #666;
}
.side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
    color: #68040f;
}
.side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
    color: #d0a641;
}
p.lead {
	font-size:16px;
}
.top-bar-section li:not(.has-form) a:not(.button) {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}
@media only screen and (min-width: 40.063em){
.top-bar-section li:not(.has-form) a:not(.button) {
    background: #00583d;
    font-weight: bold;
    font-size: .95rem;
}
}
.top-bar-section ul {
    background: #00583d !important;
}
.instaHedading {
	background: #d0a641;
    color: white;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0px;
    text-align:left;
	padding-left:10px;
	margin-bottom:8px;
}
#instafeed {
	margin-bottom: 20px;
    display: inherit;
    width: 100%;
    float: left;
}
#instafeed a {
    display: block;
    float: left;
    width: 12.4%;
    margin-bottom: 0px; 
    margin-right: 0px;
    border: 5px solid white;
}
#instafeed a img {
    width:100%;   
}
li.has-form button.button {
    background: #d0a641;
    border: 1px solid #00583d;
}
#site-search {
	border: 1px solid #00583d;
}

/* Events */
.stu-event-title {
	color:#d0a641;
}
.stu-event-date {
	color:#00583d;
}
figure.stu-event-image img {
	width:100%;
}
@media only screen and (min-width: 900px){
  figure.stu-event-image img {
      width:50%;
  }
}
.home-events .callout h3 {
 color:#d0a641;   
}

.top-bar-section ul {
    background: #00583d !important;
 
    
}
/* end events*/


.top-bar-section ul li>a {
    background: #00583d;
}
.top-bar-section ul li.active>a {
    background: #878787;
    color: #fff;
}

.contain-to-grid {
    transition: background-color ease-in-out 250ms;
}

.contain-to-grid.fixed {
    background-color: white;
    box-shadow: 0 1px 6px rgba(0,0,0,0.25)
;
}

.contain-to-grid .top-bar-section ul li>a {
    transition: background-color ease-in-out 250ms, color ease-in-out 250ms;
}

.contain-to-grid.fixed .top-bar-section ul li>a {
    color: #00583d;
    background-color: white;
    font-family: 'Poppins', sans-serif;
}

@media only screen and (min-width: 40.063em) {
    .contain-to-grid.fixed .top-bar-section ul li>a {
        font-size: 0.9rem;
    }
}

.contain-to-grid .top-bar-section ul, .contain-to-grid .top-bar-section {
    transition: background-color ease-in-out 250ms;
}

.contain-to-grid.fixed .top-bar-section ul, .contain-to-grid.fixed .top-bar-section {
    background-color: white !important;
}
.soc {
	clear:both;
	padding:0;
}

/* Accordions */
.accordion dd>a {
    background: #fcfcfc;
    color: white;
    padding: 0.625rem;
    display: block;
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    color:#00583d !important;
}

.stu-cta {
	clear:both;
}
.gs-title, .gs-title b {
    color: #0000cc !important;
}
.gsc-cursor > div {
    background: #d0a641 !important;
    color: white !important;
    padding: .75rem 1rem !important;
    border:1px solid #878787;
}
.gsc-cursor > div.gsc-cursor-current-page {
    border: 1px solid #878787 !important;
    color: #eee !important;
    background: white !important;
}
.gsc-cursor > div:hover {
    text-decoration: none !important;
    background: #00583d !important;
    color: white !important;
}






/* updates from testing */

.inline-list.other {
    float: left;
    margin-right:40px;
}

header.site-header {
    padding-bottom: 0;
}

.inline-list.other button {
    width: 100%;
}

.inline-list.other button:hover {
    color: #d0a641;
    background: #00583d;
}

.inline-list.other button:hover a {
    color: #d0a641;
}

.inline-list .social {
    text-align: center;
    margin-top: 10px;
}

.social.clearfix a {
    margin-left: 5px;
    margin-right: 5px;
}

.social.clearfix img {
    width: 24px;
}

.hide-for-medium-only {
    width: 100%;
    margin-top: 24px;
    padding: 0px;
    margin-bottom: 0;
}

#site-search {
    border: none ;
    box-shadow: none;
    border-bottom: 1px solid #00583d ;
    background-color: white;
	font-style:italic;
}

li.has-form button.button {
    background: white;
    border: none;
	height: 33px;
}

.fa.fa-search {
    color: #00583d;
    margin-left: -60px;
}
input#site-search::placeholder {
    color: #00583d;
}
.text-right.stu-mobile {
    height: 130px;
}

@media only screen and (min-width: 40.063em) {
  .top-bar-section ul li {    
    float: left;    
  /*  padding-left: 8px;    
    padding-right: 8px; */
  }
}

@media only screen and (min-width: 40.063em) {
  .contain-to-grid.fixed .top-bar-section ul li {    
    padding: 0px;
  }
}

@media  (max-width: 636px) {
  .stu-mobile {    
    display: none;
  }
  .stu-mobile-only button {    
    border: none;    
    width: 100%;    
    text-align: left;    
    height: 40px;    
    padding-left: 20px;
  }
  .stu-mobile-only button a {    
    color: white;    
    font-size: 18px;    
    width: 100%;
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: normal;
    text-transform: uppercase;

  }
  .stu-mobile-only button:hover {    
    background: #3c3c3c !important;    
    width: 100%;
  }
 
  .stu-mobile-only button a:hover {    
    background: #3c3c3c !important;    
    width: 100%;
  }
  .header-logo-stu {    
    text-align: center;
  }
  .header-logo-stu img {    
    width: 70%;
  }
}


@media  (max-width: 620px) {
  .callout .stu-day {    
    font-size: 30px;
  }
  .callout .stu-month {    
    font-size: 16px;
    margin-top: 10px;
  }

}

@media  (max-width: 900px) {
  .inline-list.other {    
    float: left !important;    
    margin-left: 1% !important;
  }
  .callout .stu-sm-date a {    
    font-size: 16px;
  }
}
.home .stu-cta div .cta-left {
    padding-left: 0;
}

.home .stu-cta div .cta-right {
    padding-right: 0;
}

.home .stu-cta div .cta-left button {
    float: left;
 	margin-left: -20px;
	text-align: left;
}

.home .stu-cta div .cta-right button {
    float: right;
 	margin-right: 40px;
}

.stu-event-image img{
    float:right;
    width:250px !important;
    padding-left:10px;
    height:auto !important;
    border-radius:100%; 
    
}
.stu-footer-logo img {
	margin-left:-40px;
	margin-top: -30px;
}

.callout button {
    border: 2px solid #474747;
    
}
.callout button:hover {
    background:white;
    opacity:0.8;
    
}
.callout button:hover > a {
    color:#ddb050;
    
}

@media  (max-width: 640px) {
  .home-call-to-actions button {    
    width: 100%;
  }
  .home .stu-cta div .cta-left button {    
    margin-left: 5px;
  }
  .home .stu-cta div .cta-right button {    
    float: left;    
    width: 98%;
  }
  .home .stu-cta div .cta-right {    
    padding-left: 5px;
  }
  #instafeed a {    
    width: 33.2%;
  }
}



/* Calendar, Scholarships and courses Syncers */

.course-calendar-listing table tbody tr th {
    background:gray;   
    border-bottom: 1px solid gray;
    border-left: 1px solid gray;
    color:white;
    text-transform:uppercase;
    text-align:left;
    
}

.course-calendar-listing {
    margin-top: 20px;
}

.course-calendar-listing table tbody tr th:first-child {
    width: 35%;
}

.course-calendar-listing table tbody tr th:nth-child(2) {
    width: 25%;
}

.course-calendar-listing table tbody tr th:nth-child(3) {
    width: 15%;
}

.course-calendar-listing table tbody tr .button {
    float: left;
    background: none;
    text-align: center;
    border: 1px solid rgb(180, 150, 59);
    color: #00583d;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
	font-size:14px;
}

.course-calendar-listing table tbody tr .button:hover {
    color: #ddb050;
}
.course-calendar-listing .button:focus {
    border: 1px solid rgb(180, 150, 59);
}

.course-calendar-listing table tbody tr p {
    clear: both;
    font-size: 16px;
}

.course-calendar-listing table tbody tr td {
    font-size: 16px;
    line-height: 22px;
}

.course-calendar-listing table tr th {
    font-size: 16px;
    line-height: 22px;
}
@media  (max-width: 640px) {
  .course-calendar-listing table tbody tr td {    
    font-size: 10px !important;
  }
   .course-calendar-listing table tr th {
	font-size:10px !important;
   }
.course-calendar-listing table tbody tr p {
    clear: both;
    font-size: 12px;
}
}
.stu-course-listing {
 /*   border: 1px solid #eee; */
    padding: 10px;
    color: #222;
    font-size: 16px;
    line-height: 22px;
 /*   margin-bottom: 30px; */
}

.stu-scholarship-listings {
    padding: 10px;
    color: #222;
    font-size: 16px;
    line-height: 22px;
}


/*  Tables */

.general .content table tbody th {
    background: gray;
    color: white;
    text-align: left;
    text-transform: uppercase;
}

.general .content table tr:nth-child(odd) {
    background: #eee;
}

.general .content table tr:nth-child(even) {
}
.main-content table tbody th {
    background: gray;
    color: white;
    text-align: left;
    text-transform: uppercase;
}

.main-content table tr:nth-child(odd) {
    background: #eee;
}
@media  (max-width: 740px) {
  table.stu-exam-listing tbody tr td,table.stu-exam-listing tbody tr th {      
    font-size: 9px !important;
	padding: 3px !important;
  }
}
@media  (max-width: 540px) {
  table.stu-exam-listing tbody tr td,table.stu-exam-listing tbody tr th {      
    font-size: 8px !important;
	padding: 2px !important;
  }
}

.contain-to-grid.fixed .top-bar-section ul button a, .contain-to-grid.fixed .top-bar-section {
    color: #00583d;
}
.full_article img {
    float: left;   
    padding-right:20px;
	max-width: 280px !important;
}

.home-events h3 a {
  color:#666;
  margin-bottom: 5px;
}
.home-events h3 a:hover {
  color:#00583d;
  margin-bottom: 5px;
}
.home-events {
/*  margin-bottom:20px; */

}
.callout p a {
	float:left;
	height: 222px;
	width: 100%;
	height:225px;
    overflow: hidden;
}
.home .callout p a {
    float: left;
    height: 222px;
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.feature div .callout {
    margin-top: 10px;
    margin-bottom: 10px;
}
section.social-footer {
	margin-top: 20px;
}

.general .content p {
	line-height:1.4rem;
}
.general .content table tbody th {
    background: gray;
    color: white;
    text-align: left;
    text-transform: uppercase;
}
.general .content table tr:nth-child(odd) {
    background: #eee;
}
.general .content table tr:nth-child(even) {
    background: #fff;
}
.general .content table {
    width:100% !important;   
}
.side-nav  li {
    font-style:normal!important;   
}
.social-footer .soc .social a {
	float:left;
    display: block;
    margin-right: .5em;
    position: relative;
    margin-left: 40px;
    margin-top: 5px;
	clear: both;

}
.social-footer .soc .social a img {
    opacity:0.4;
}

@media  (min-width: 641px) {
  .inline-list.right.other {    
    display: none;
  }
.column.medium-uncentered, .columns.medium-uncentered {
    margin-left: 0px;
    margin-right: 0;
    float: left !important;
}
}

.inline-list.right {
    text-align: left;
}

span.main-toplinks {
	float: left;
    display: block;
    clear: both;
    margin-bottom: 18px;
    margin-top: -15px;
    font-size: 14px;
}

span.main-toplinks a {
    color: #666;
    margin-bottom: 5px;
    float: left;
    padding-right: 10px;
}

.for-medium-only-header {
    width: 100%;
    margin-top: 24px;
    padding: 0px;
    margin-bottom: 0;
}
.another-class {

}
@media  (min-width: 620px) {
 .contain-to-grid .for-medium-only-header {    
   display: none !important;
 }
}

.top-link-wrapper {
	position: relative;
	z-index: 999;
}

@media(max-width:640px){
.social-footer .soc .social a {
   display: contents;
   opacity: 0.4;   
}
}
@media  (min-width: 1040px) { /*  updated 25-09-2018 */
  .nav-toggle-menu {    
    display: none;    
    margin-top: 20px;
  }
}
@media  (max-width: 900px) {
  .feature-wrapper .callout h3 {    
    width: 100%;    
  }
}
.feature-wrapper .home-events .callout h3 {
    color: #666;
    margin-top: 10px;
    font-size: 22px;
    font-weight: 500;
    width: 100%; 
    height: 65px;
}
button {
	outline: none;
}
.home .stu-cta div .cta-left button {
    outline: none;
}
.home .stu-cta div .cta-right button {
    outline: none;
}

@media  (max-width: 1041px) { /*  updated 25-09-2018 */
  .sidbar-container nav {    
    display: none;
  }
}

@media  (max-width: 2640px) {
  .home .stu-cta div .cta-left button {    
    background: #00583d;    
    color: white;    
    font-size: 20px;
	text-align:center;
  }
 .home .stu-cta div .cta-left button a { 
	color: white;
}
  .home .stu-cta div .cta-right button {    
    background: #00583d;    
    color: white;    
    font-size: 20px;
	text-align:center;
  }
  .home .stu-cta div .cta-right button a {
	color: white;
}
  .home-call-to-actions {    
    border: none;
  }
}

.feature-wrapper .home-events.news .callout h3 {
    color: #666;
    margin-top: 10px;
    font-size: 18px;
    text-align:left;
    font-weight: 500;
    width: 100%;
    height: 65px;
}
@media  (min-width: 640px) {
  .home .stu-cta div .cta-left button {    
    float: left;    
    margin-left: 10px !important;    
    text-align: center;
  }
  .home .stu-cta div .cta-right button {    
    float: right;    
    margin-left: 10px !important;    
    text-align: center;
	margin-right: 15px;
  }
}
.soc strong {
    display: block;
    margin-bottom: 10px;
}

.foot-soc a img {
    width: 24px;
    opacity: 0.4;
}
.soc a img:hover {
    opacity: 0.6;
}
.home-events.news {
    margin-bottom:0px;
    padding-bottom:0px;
}

@media(min-width:640px){
    .figcaption .button-wrapper {
     float:none   
    }
}
@media only screen and (min-width: 640px) and (max-width: 900px) {
  .button-wrapper button {       
    padding: 7px !important;
  }
}

.event-listings .home-events {
    float: left;
    height: 190px;
}
@media  (max-width: 640px) {
  .event-listings .home-events {    
    float: left;    
    height: auto;    
    height: 130px;    
  }
}

.top-bar .toggle-topbar.menu-icon {
	margin-right:45%;
}

@media only screen and (min-width: 640px) and (max-width: 1100px) {
    body>.off-canvas-wrap>.inner-wrap>.fixed>nav>.top-bar-section {
        padding-left: 7rem;
    }
}
@media  (max-width: 640px) {
  .soc strong {    
    margin-top: 20px;    
  }
}
@media  (max-width: 1024px) {
  .91探花-stat {    
    margin-bottom: 50px;    
  }
  .st-stats div.callout p.stat-item {    
    margin-bottom: 0px !important;
  }
}

@media  (min-width: 920px) {
  .small-12.small-centered.medium-uncentered.medium-4.columns.header-logo-stu {    
    margin-left: -20px !important;    
  }
}

@media  (max-width: 640px) {
  .header-logo-stu img {    
    width: 50%;    
  }
  .top-bar {    
    height: 75px;
  }
  .top-bar .toggle-topbar.menu-icon {    
   /* top: 35%; */
  }
  .top-bar .name {    
    height: 44px;
  }
  .top-bar.expanded .title-area {    
    border: none;
  }
  body>.off-canvas-wrap>.inner-wrap>.fixed>nav>.title-area>.name>a {    
       top: -0.10rem;
  }
}

@media  (max-width: 640px) {
  .home .stu-cta div .cta-left button, .home .stu-cta div .cta-right button {    
    font-size: 18px;
  }
}

@media  (max-width: 640px) {
  .homepage-hero-header img {    
    width: 100%;    
    object-fit: cover;    
    height: 250px !important;
  }
}
.hero-wrapper.fullwidth {
	margin-bottom: 20px;
}

.news .callout p a {
    height: 190px;
}

@media  (max-width: 640px) {
  .news .callout p a {    
    height: 290px !important;
  }
}
.has-form input {
  margin-left: -5px;   
}
@media  (min-width: 900px) {
  .inline-list .contact-links {    
    margin-right: 25px;    
  }
}
.soc.foot-soc {
    min-height: 100px;
}

/* smaller main menu font for tablets  */

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .contain-to-grid.fixed .top-bar-section ul li a {    
    font-size: 10px !important;
  }
  ul.left.large-8.columns {    
    padding-left: 4%;
  }
}

@media (max-width:641px){
    .general .content img {
    float: none !important;
    display: table;
    margin-bottom: 10px;
   }
  .full_article img {
      float:none !important;
      display:table;
      clear:both;
      margin-bottom:10px;

  }
}

@media  (max-width: 640px) {
  .fa.fa-search {    
    color: #00583d;    
    margin-left: 0px;
  }
}


.stu-slide-wrapper span.fa-arrow-circle-o-right {
    top: -20px ;
    display: none !important;
}
.stu-slide-wrapper span.fa-arrow-circle-o-left {
    display: none !important;
}

.stu-slide img {
    width: 100%;
    height: auto;
}

.close-mobile-menu {
	display: none;
}
/*  requested Mobile updates  */

@media  (max-width: 640px) {
  .contain-to-grid.fixed .top-bar-section ul, .contain-to-grid.fixed .top-bar-section {    
    background-color: #00583d !important;
  }
  .contain-to-grid.fixed .top-bar-section ul li>a {    
    color: white;    
    background-color: #00583d;
  }
  .contain-to-grid.fixed .top-bar-section ul button a, .contain-to-grid.fixed .top-bar-section {    
    color: white;
  }
  body>.off-canvas-wrap>.inner-wrap>.fixed>nav>.top-bar-section {    
    padding-left: 0em;
  }


/* 
  .contain-to-grid.sticky {    
    display: block;
  }
  .contain-to-grid.sticky.close.fixed {    
    display: none;
  }
*/

}

@media  (max-width: 640px) {
  .close-mobile-menu {    
    display: block;    
    float: right;    
    margin-right: 10px;    
    padding: 3px;    
    cursor: pointer;    
    color: white;
  }
span.close-mobile-menu.toggle-topbar {
    display: block;
    float: right;
    position: relative;
    border: 1px solid white;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    font-size: 12px;
}
}
.footer-copy-text {
	text-align: center;
}
.stu-slide-wrapper {
	clear: both;
}
.stu-slide-wrapper .slick-dots {
    display: block !important;
}

.stu-slide-wrapper .slick-dots li {
    display: inline-block !important;
}

.stu-slide-wrapper .slick-dots li button:before {
    font-size: 40px !important;
}
.home .stu-slide-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
	clear:both;
}

.home .stu-slide-wrapper img {
    width: 80%;
    max-height: 500px;
    object-fit: cover;
    margin: 0 auto;
}
.footer-lower-para {
	font-size: 0.9rem;
}
@media  (max-width: 640px) {
  .stu-event-image img {    
    width: 50% !important;
  }
  .feature .callout .stu-sm-date {
      margin-top: 5px;
  }
}

.event-listings .callout  h2.stu-day {
   width: 210px;
}
.event-listings .home-events .callout p.image-wrapper p {
	height: 222px;
}
.stu-exam-listing table tr th, table tr td {
 font-size:11px !important;   
}
@media  (max-width: 740px) {
  .stu-exam-listing table tr th, table tr td {
   font-size:9px !important;  
      padding:3px !important;
  }
}
table {
	width:100% !important;
}
@media  (max-width: 540px) {
  .stu-exam-listing table tr th, table tr td {
   font-size:9px !important;  
      padding:3px !important;
  }

}

@media  (max-width: 640px) {
  .event-listings .callout h2.stu-day {    
    width: 60%;
  }
  .event-listings p a {    
    height: 100px !important;
  }
  .event-listings p {    
    height: auto !important;
  }
}










/*	Mobile Header Updates 02/05/2020	*/

.top-bar .toggle-topbar.menu-icon {
    margin-right: 0;
}

header.site-header {
    display: none;
}

@media screen and (min-width: 641px) {
  header.site-header {    
    display: block;
  }
}

ul.title-area > li {
    display: inline-block;
}

ul.title-area > li:nth-child(2) {
    float: right;
    margin-right: 70px;
    top: 3px;
}
ul.title-area > li.search-icon {
  display: inline-block;
}
@media screen and (min-width: 641px) {
  ul.title-area > li.search-icon {
    display: none;
  }
}
li.search-icon .fa.fa-search {
    margin-top: 0.8rem;
    color: #666;
}


@media  (max-width: 640px) {
  .top-bar ul {    
    height: 100%;
  }
}

.top-bar .toggle-topbar.menu-icon {
    padding-left: 0;
}

@media only screen and (max-width: 40em) {
  .top-bar .button {    
    top: 3px;    
    border: none;
  }


}

.top-bar .toggle-topbar.menu-icon a {
    padding-right: 0;
}

.top-bar-search-section {
	display: none;
}

.search-visibility {
	display: block;
}

body>.off-canvas-wrap>.inner-wrap>.sticky>nav>.top-bar-section {
    height: 60px;
}




body>.off-canvas-wrap>.inner-wrap>.fixed>nav>.title-area>.name>a {
	display: block;
    visibility: visible;
    background: url(/media/stu/site-assets/css/<img src="/media/stu/site-assets/images/logo-and-icons/91探花_FullColour_Digital.png" alt="" style="width : 3147px; height : 800px;     " />) 0 0 no-repeat !important;
    position: absolute;
    z-index: 999;
    top: .4em !important;
    left: .4em !important;
    background-size: 5.5rem !important;
    width: 5.5rem !important;
    height: 3.2rem !important;
  margin-top: .75em;
}

@media (min-width: 1100px) {
body>.off-canvas-wrap>.inner-wrap>.fixed>nav>.title-area>.name>a {

    display: block;
    visibility: visible;
    background: url(/media/stu/site-assets/css/<img src="/media/stu/site-assets/images/logo-and-icons/91探花_FullColour_Digital.png" alt="" style="width : 3147px; height : 800px;     " />) 0 0 no-repeat !important;
    position: absolute;
    z-index: 999;
    top: .6em !important;
    left: -2.5em !important;
    background-size: 5.5rem !important;
    width: 5.5rem !important;
    height: 3.2rem !important;
margin-top: .5em;
	}	
}
@media screen and (max-width: 640px) {
    body>.off-canvas-wrap>.inner-wrap>.fixed>nav>.title-area>.name>a {
		background-size: 9rem !important;
        width: 10rem !important;
      margin-top:.25em
    }
}

@media screen and (max-width: 640px) {

.for-medium-only-header {
    margin-top: 3px;
}

#site-search {
    margin: 0;
    width: 97%;
}
ul.title-area li.name {
    padding: 12px;
}
ul.title-area li.name a {
    display: block;
    visibility: visible;
    /*background: url(/media/stu/site-assets/images/logo-and-icons/91探花-logo_green.png) 0 0 no-repeat !important;*/
    background: url(/media/stu/site-assets/images/logo-and-icons/91探花_FullColour_Digital.png) 0 0 no-repeat !important;
    position: relative;
    z-index: 999;
    top: .4em !important;
    left: .4em !important;
    background-size: 9rem !important;
    width: 10rem !important;
    height: 3.2rem !important;
	}
.top-bar-search-section {
    position: absolute;
    z-index: 100000;
    top: 4.5rem;
    width: 100%;
    padding: 1rem;
    padding-bottom: 0;
    background-color: #fff;
	}
div.top-bar-search-section {
    background-color: #00583d;
	}
.top-bar-search-section li {
    list-style: none;
}

li.has-form button.button {
    height: 36px;
	}
.body>.off-canvas-wrap>.inner-wrap>.sticky>nav>.top-bar-section {
	 margin-top: 1rem;
  }
}

/* fix for close btn on mobile */

@media  (max-width: 640px) {
  span.close-mobile-menu.toggle-topbar {
      display: block;
      float: right;
      position: relative;
      border: none;
      padding: 0;
  }
body>.off-canvas-wrap>.inner-wrap>.fixed>nav>.title-area>.name>a {
    display: block;
    visibility: visible;
    /*background: url(/media/stu/site-assets/images/logo-and-icons/91探花-logo_green.png) 0 0 no-repeat !important;*/
    background: url( /media/stu/site-assets/css/id="3136586" ) 0 0 no-repeat !important;
    position: relative;
    z-index: 999;
    background-size: 9rem !important;
    width: 10rem !important;
    height: 3.2rem !important;
   
  }
.contain-to-grid {
    background: #fff;
}
}
.contain-to-grid.fixed {
   height: auto;
}

@media screen and (min-width: 641px) {
 .contain-to-grid.fixed {     
    height: 60px;
	overflow: hidden;
  }
}

.full_article img {
	float: right;
    padding-right: 0px;
    padding-left: 20px;
}

@media (max-width: 641px) {
	.full_article img {
    	padding: 0px;
	}
}


/* style change for 91探花 - Hero banner */
@media  (min-width: 768px) {
  .hero-wrapper.fullwidth .hero-header figcaption {    
    margin: 0;    
    position: absolute;    
    top: 50%;    
    left: 50%;    
    transform: translate(-50%, -50%);
  }
}

/* JH/JC Updates */

.hero-wrapper.fullwidth .hero-header figcaption .button{
  text-align: center;
  padding: 0.7rem 0.4rem;
}

.feature-wrapper .feature-item.callout, .feature-wrapper .feature-item.callout h3{
  text-align: center;
}

.feature-item.callout p a.read-more{
  height: auto;
  padding: 0.5rem 0;
  font-size: 1.1rem;
}
.feature-item.callout {
    -webkit-box-shadow: 1px 1px 5px 3px rgba(0,0,0,0.15);
    -moz-box-shadow: 1px 1px 5px 3px rgba(0,0,0,0.15);
    box-shadow: 1px 1px 5px 3px rgba(0,0,0,0.15);
}
.feature-item.callout .image,
.feature .feature-item.callout p {
  position: relative;
}

.feature-item.callout .image .overlay{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 30px;
  background-image: url(/media/stu/site-assets/images/logo-and-icons/overlay.png);
  background-size: 110%;
  background-repeat: no-repeat;
  background-position: center;
}

.feature-item.callout a.read-more {
    font-size: 1.2rem;
    padding-bottom: 1rem;
    display: block;
}

@media screen and (max-width: 640px) {
body>.off-canvas-wrap>.inner-wrap>.sticky>nav>.top-bar-section {
    margin-top: 1.5rem !important;
}


.top-bar .toggle-topbar.menu-icon a::after {
    box-shadow: 0 7px 0 2px grey, 0 17px 0 2px grey, 0 27px 0 2px grey;
    width: 25px;
}
.top-bar.expanded .toggle-topbar.menu-icon a::after {
    box-shadow: 0 7px 0 2px grey, 0 17px 0 2px grey, 0 27px 0 2px grey;
top: 12px;
    width: 25px;
}

.stu-mobile-only button a {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}









































