@import url('//fonts.googleapis.com/css?family=Lato:400,400i,700,700i|Rufina:400,700');

/************ 

TEMPLATE NOTES

Green - #00703c; rgba(0,112,60,1)
Blue - #006dba; rgba(0,109,186,1) - read more buttons
Light Gray - #e6e7e8; rgba(230,231,232,1)
QL overlay - Black- rgba(0,0,0,0.4)
QL hover - Green - rgba(0,112,60,0.8)
black rotator - linear-gradient(to right, rgba(0,0,0,0.8),rgba(0,0,0,0);

************/

body {color: #333; font-size: 1.1rem; }

h1, h2, h3, h4 { font-family: 'Rufina', serif; margin: .75rem 0; line-height: 1.3; font-weight: normal;}
p { font-family: 'Lato', sans-serif; line-height: 1.3; font-size: 1.1rem; }

h1 {color: #00703c; font-size: 2.5rem;}
h2, .page-header h2 { color: #00703c; font-size: 2rem; border-bottom: 1px solid #333;  line-height: 1.3; margin: 0; padding: 0;}
h3 {color: #00703c; font-size: 2rem;}
h4 {background: #e6e7e8; font-size: 1.75rem; color: #00703c; border-radius: .2rem; padding: .1rem .4rem;}
h5 { font-family: 'Lato', sans-serif; color: #00703c; font-size: 1.5rem; text-transform: uppercase;}
h6 { font-family: 'Lato', sans-serif; color: #20300703cB71; font-size: 1.6rem; font-style: italic;}
a { color: #006dba; }
a:hover { color: #00703c; }

#g-footer a{ color: #203B71;  }
#g-footer a:hover{ color: #A01D21;  }

blockquote {
	color: #333;     
	padding: 0 0 0 15px;
	margin: 0 0 20px;
	border-left: 5px solid #d5d5d5;
	font: italic 16px/22px Georgia, Serif;
	line-height: 1.2;
	font-size: 1.3rem;
}

address {
	font-style: italic;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1.2;
}

/************ BUTTONS  ************/
.readon, .button, .btn, p.readmore .btn   { 
  color: white; 
  font-size: 1.1rem;
  text-transform: none;
  font-weight: normal;
  background: #006dba; 
  padding: .7rem 1.3rem; 
  border-radius: .5rem; 
  margin: 0;
  display: inline-block;
  font-weight: 500;
  line-height: 1.125rem;
  border: none;
  transition: all .2s ease-in;
}

.readon:hover, .button:hover, .btn:hover,  p.readmore .btn:hover {background: #777; color: white;}

.btn .icon-chevron-right { display: none;}

/************ TABLES  ************/
.fancytable th {color: white; background: #00703c; border: 1px solid #00703c;}
.fancytable td { border: 1px solid #00703c;}

/************ ALERT ************/
.alert .g-content {padding: 0; margin: 0;}
.alert {border: none; padding: 0; margin: 0; background-color: #FFCFCF; color: #FF0000;}
.alert h1, .alert h2, .alert h3, .alert h4, .alert h5, .alert h6, .alert p { margin-left: 20px; color: red; background: transparent;}

/************ HOMELAYOUT ************/
.homelayout .hiddenhome { display: none; }
p.buttonheading { margin: 0; padding: 0; }

/************ HEADER ************/
#g-top .g-logo img { width: 50%; }

@media only screen and (max-width: 767px) { 
	#g-top .g-logo img { width: 70%;}
	#g-top { border-bottom: 8px #00703c solid; }
}

/************ MENU  ************/
#g-navigation .g-content { margin: 0; padding: 0;}
.g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-toplevel > li:hover > .g-menu-item-container, .g-main-nav .g-toplevel > li.active > .g-menu-item-container { color: white; }
.g-main-nav .g-standard > .g-dropdown, .g-main-nav .g-fullwidth > .g-dropdown { margin-top: 0px;}
.g-main-nav .g-toplevel > li:hover, .g-main-nav .g-toplevel > li.active {   background: rgba(0,0,0,.1); }
.g-main-nav .g-sublevel > li:hover, .g-main-nav .g-sublevel > li.active {   background: rgba(0,0,0,.1); }
#g-navigation { padding-bottom: 0px; }
.g-main-nav .g-toplevel > li > .g-menu-item-container { text-align: center;  padding: 0.625rem 0.75rem;  }
.g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator {display: none; }
.g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {font-size: 1rem; }
.g-main-nav ul.g-toplevel { display: flex; flex-wrap: nowrap; justify-content: space-around; }
.g-main-nav .g-standard .g-fade.g-dropdown { z-index: 10;}
.g-main-nav .g-dropdown { border-radius: 0 0 6px 6px;}
.g-main-nav .g-standard > .g-dropdown.g-dropdown-right, .g-main-nav .g-fullwidth > .g-dropdown.g-dropdown-right { left: 0; }

.g-social a { color: white; }
.g-social a:hover { color: #383838 !important; }
.g-block.size-5 { display: flex; justify-content: center; align-items: center; }

/************ SIDE MENU  ************/
#g-aside .moduletable[class*="box"] { padding: 0; }
#g-aside .g-content { padding-left: 0; padding-right: 0px;}
.moduletable .nav.menu li a { width: 100%; border-radius: 0; padding: 10px 20px; color: white; font-weight: normal;}
.moduletable .nav.menu li{ transition: all .2s ease-in; border-radius: 3px; width: 100%; padding: 0; margin: 0;}
.moduletable .nav.menu, .moduletable .unstyled { border: none; padding: 0; margin: 0; display: block;  background: #00703c;  border-radius: 0; }
.moduletable .nav.menu li:last-child {  padding-bottom: 0;  margin-bottom: 30px;}
.moduletable .nav.menu .nav-child li:last-child {  margin-bottom: 0px;}
.moduletable .nav .nav-child { margin-top: 0px;}
.moduletable .nav.menu .nav-child li { border: none; margin-left: 20px; padding-right: 20px;}

.moduletable .nav.menu li.current.active a, .moduletable .nav.menu li a:hover { 
	color: #00703c;
	background: #e6e7e8;
	font-weight: normal;
}

/************ OFFCANVAS MENU  ************/
.g-offcanvas-toggle {color: #00703c; }
#g-offcanvas #g-mobilemenu-container .g-toplevel > li > .g-menu-item-container > .g-menu-item-content, #g-offcanvas #g-mobilemenu-container .g-sublevel > li > .g-menu-item-container > .g-menu-item-content {font-weight: normal; }
#g-offcanvas .g-menu-item-title {color: #00703c; }
#g-offcanvas #g-mobilemenu-container ul > li > a.g-menu-item-container:hover {background: rgba(0,0,0,0.15); }
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {border: none; background: none; }
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover {border: none; background: none; }

@media only screen and (max-width: 767px) {
	.g-offcanvas-toggle { top: 20px; left: 20px; }
}

/************ ROTATOR FULL WIDTH  ************/
#g-header .g-content { padding: 0; margin: 0; }
.layout-slideshow .sprocket-features-img-container img { float: none; width: 100%;  height: 42vw !important; object-fit: cover; object-position: center; }

/************ ROTATOR SLIDESHOW BOTTOM LEFT FADE  ************/
.layout-slideshow .sprocket-features-content { 
    position: absolute;
	top: auto;
	bottom: 40px;
    left: 0px;
	padding: 15px 0 15px 40px;
    width: 35%;
	background: linear-gradient(to right, rgba(0,0,0,0.6) 55%, rgba(0,0,0,0.4) 90%, rgba(0,0,0,0));
	justify-content: center;
	flex-direction: column;
}
.layout-slideshow .sprocket-features-title, .layout-slideshow .sprocket-features-desc { display: block; background: none; }
.layout-slideshow .sprocket-features-title, .sprocket-features-desc h2 { color: white; border: none; padding: 10px 100px 0 10px; margin: 0; line-height: 1.2;}
.sprocket-features-desc h2  {padding: 0; }
.sprocket-features-desc a.readon  {background: #D0BEAB; color: #03284C; }
.sprocket-features-desc a:hover.readon  {background: #B6D1E0; color: #03284C; }
.layout-slideshow .sprocket-features-desc { color: white; font-size: 1.4rem; padding-top: 0; padding-right: 100px;}

@media only screen and (min-width: 768px) and (max-width: 999px) {
	.layout-slideshow .sprocket-features-content { bottom: 15px; width: 50%; }
}

@media only screen and (max-width: 767px) {
	.sprocket-features-img-container img {width: 100%; height: 42vw !important; }
	.sprocket-features-img-container { flex-direction: column; }
	
	.layout-slideshow h2 { font-size: 1.5rem; text-align: left; }
		
	.layout-slideshow .sprocket-features-content { 
		min-height:  42vw; background: #383838 !important; padding-bottom: 0; bottom: 0; padding-left: 10px;
		position: absolute;
		top: 42vw;
		bottom: auto;
		left: 0px;
		right: 0px;
		padding: 10px;
		width: 100%;
		display: block;
		justify-content: auto;
		flex-direction: column;
	}
	
	.layout-slideshow .sprocket-features-desc { font-size: 1rem; line-height: 1.2; padding: 0 15px 15px 15px;}
	.sprocket-features-img-container { padding-bottom: 42vw;}
	.layout-slideshow h2, .layout-slideshow .sprocket-features-title { line-height: 1.2; font-size: 1.5rem; padding: 10px 10px 0 10px; }
	/*.sprocket-features-arrows { display: none;}*/
	body .sprocket-features-desc p { font-size: 3vw; margin-bottom: 0px; }
	.sprocket-features-pagination { display: none; }
}

/************ BIGGER ARROWS ON SLIDESHOW ************/
.layout-slideshow .sprocket-features-arrows .arrow span { font-size: 6rem; line-height: 0px; width: 25px;}
.sprocket-features.layout-slideshow.arrows-onhover .sprocket-features-arrows .arrow { background: none; box-shadow: none; color: white;}
.sprocket-features.layout-slideshow.arrows-onhover .sprocket-features-arrows .arrow { font-size: 5rem; }
.arrows-active .sprocket-features-img-list {margin: 0px; }
.arrows-onhover .sprocket-features-arrows .arrow.prev span { margin-left: 0;}
.arrows-onhover .sprocket-features-arrows .arrow.next span { margin-right: 0;}

@media only screen and (max-width: 767px) {
	/*.sprocket-features-pagination, .sprocket-features-arrows { display: none;}*/
	.layout-slideshow .sprocket-features-arrows .arrow { top: 25%; }
	.layout-slideshow .sprocket-features-arrows .arrow span { font-size: 4rem; }
}

/************ QUICKLINK PICS  ************/
#g-above .g-grid:first-child { margin: 2rem 0 0 0; padding: 0; }
#g-above .g-grid:last-child { margin-bottom: 2rem; }
#g-above .g-content { margin: 0; padding: 0; }
.quicklinkpics {display: flex;}
.quicklinkpics > div {
	flex: 1; 
	height: 155px; 
	position: relative; 
	transition: all .35s ease-in-out;
	margin: 10px;
}

.quicklinkpics > div:first-child { margin-left: 0px;}
.quicklinkpics > div:last-child { margin-right: 0px;}

.quicklinkpics > div > a { 
  position: absolute; 
  top: 0; bottom: 0; right: 0; left: 0; 
  font-size: 1.3rem;
	line-height: 1.2;
	letter-spacing: 1px; 
  background: rgba(0,0,0,0.3);
  color: white;
  transition: all .35s ease-in-out;
}
.quicklinkpics > div > a > div { 
  position: absolute; 
  bottom: 10%; right: 10%; left: 10%;  
  margin: 0; 
  text-align: left;	
  transition: all .35s ease-in-out;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.9);
}

.quicklinkpics > div:hover > a > div { margin-bottom: 5%; }

.quicklinkpics > div:hover > a {background: rgba(0,112,60,0.8);}

.quicklinkpics > div > div > img {
  object-fit: cover; 
  object-position: center;
  height: 155px;
  width: 100%;
}

@media only all and (max-width: 59.938rem) and (min-width: 48rem) {
	#g-above .g-grid:first-child { margin-top: 2%; }
	#g-above .g-grid:last-child { margin-bottom: 2%; }
}

@media only screen and (max-width: 767px) {
	#g-above .g-grid:first-child { margin-top: 0; }
	#g-above .g-grid:last-child .g-content { margin: 0.625rem; padding: 1.5rem; }
	.quicklinkpics { display: block; border-top: 10px #ffffff solid;}
	.quicklinkpics > div > a, .quicklinkpics > div > a > div { position: relative !important; bottom: 0; right: 0; left: 0; }
	.quicklinkpics > div > div > img { height:  90px; width:  120px;}
	.quicklinkpics > div > a > div img { max-height: 90px; padding: 10px 0; }
	.quicklinkpics > div { display: flex; }
	.quicklinkpics > div:first-child { margin-left: 10px;}
	.quicklinkpics > div:last-child { margin-right: 10px;}
	.quicklinkpics > div:hover > a { background: #e6e7e8;  }
	.quicklinkpics > div:hover > a > div { color: #00703c;  }
	.quicklinkpics > div > a { background: #00703c; flex:1; }
	.quicklinkpics > div { height: auto; border-bottom: 1px #ffffff solid;}
	.quicklinkpics > div > a > div { border: none; text-shadow: none; }
	.quicklinkpics > div > a { display: flex;  align-items: center; justify-content: flex-start; }
	.quicklinkpics > div > a > div {  margin: 0 0 0 20px;}
	.quicklinkpics > div:hover > a > div {margin: 0 0 0 20px; border: none; }
}

/************ WELCOME  ************/
h1.welcome { font-size: 4vw; }
.welcome-sans { font-family: 'Lato', sans-serif; letter-spacing: 1px; font-size: 3vw; font-weight: bold ;}

@media only all and (max-width: 59.938rem) and (min-width: 48rem) {
	h1.welcome { font-size: 5vw; line-height: 0.95;}
	.welcome-sans{ font-size: 4vw; line-height: 0.95; }
}

@media only screen and (max-width: 767px) {
	h1.welcome { font-size: 3rem; line-height: 0.95; }
	.welcome-sans{ font-size: 2rem; line-height: 0.95; }
}

/************ PROFESSIONAL DEVELOPMENT  ************/
#g-showcase { padding: 0 10% !important;}
#g-showcase .g-grid:first-child .g-content { margin-bottom: 0px; padding-bottom: 0px; }
#g-showcase h1 { color: white; }
#g-showcase h3.g-title { color: white; font-family: 'Lato', sans-serif; font-style: italic; border-bottom: 1px white solid; padding-bottom: 0px; font-size: 1.5rem;}
#g-showcase .readon { border: 2px white solid !important; }
#g-showcase h4.sprocket-strips-p-title a { color: white; }
#g-showcase h4.sprocket-strips-p-title a:hover { color: #383838; }
#g-showcase h4.sprocket-strips-p-title { background: none; border-radius: 0; font-family: 'Lato', sans-serif; font-weight: bold; font-size: 1.25rem;}
#g-showcase .readmorewhite a.readon { color: white; text-transform: uppercase; background: none; padding: .7rem 0; border: none !important;}
#g-showcase .readmorewhite a:hover.readon { color: #383838;}
#g-showcase .sprocket-strips-p-item img { width: 50%; }
.pd-content .g-content { margin-left: 0; padding-left: 0px; }
.pd-event .g-content { margin-right: 0; padding-right: 0px;}

@media only all and (max-width: 59.938rem) and (min-width: 48rem) {
	#g-showcase { padding: 0 2% !important; }
	.pd-content .g-content { margin-left: 0.625rem; padding-left: 1.5rem; }
	.pd-event .g-content { margin-right: 0.625rem; padding-right: 1.5rem;}
}

@media only screen and (max-width: 767px) {
	#g-showcase { padding: 0 2% !important; }
	#g-showcase a.readon { text-align: center; }
	.pd-content .g-content { margin-left: 0.625rem; padding-left: 1.5rem; }
	.pd-event .g-content { margin-right: 0.625rem; padding-right: 1.5rem;}
	#g-showcase .sprocket-strips-p-container .sprocket-strips-p-block { width: 100%; }
}

/************ EDU NEWS & POLICY  ************/
#g-utility { padding-bottom: 9%; background: white url(../images/template/background.jpg) 0% 100% no-repeat; background-size: contain; }
#g-utility .nomarginleft .g-content { margin-left: 0px; }
#g-utility .nopaddingleft .g-content { padding-left: 0px; }
#g-utility .nomarginright .g-content { margin-right: 0px; }
#g-utility .nopaddingright .g-content { padding-right: 0px; }
#g-utility h3 { font-size: 2.5rem; }
#g-utility h3.g-title { background: #e6e7e8; font-size: 1.75rem; color: #00703c; border-radius: .2rem; padding: .1rem .4rem; text-align: center; }
#g-utility iframe { box-shadow: 0px 0px 10px rgba(0,0,0,0.2); }

#g-utility h4.sprocket-lists-title.padding { background: none; font-family: 'Lato', sans-serif; font-weight: bold; border-radius: 0; border: none; }
#g-utility .sprocket-lists-container li { border-bottom: 1px #006dba solid; }
#g-utility h4.sprocket-lists-title.padding .indicator { display: none; }
#g-utility .sprocket-padding a.readon { background: none; color: #006dba; text-transform: uppercase; padding: .7rem 0; font-weight: bold; }

@media only screen and (max-width: 767px) {
	#g-utility { background-size: initial !important; }
	#g-utility iframe { box-shadow: none; }
	#g-utility .nomarginleft .g-content { margin-left: 0.625rem !important; }
	#g-utility .nopaddingleft .g-content { padding-left: 1.5rem !important; }
	#g-utility .nomarginright .g-content { margin-right: 0.625rem !important; }
	#g-utility .nopaddingright .g-content { padding-right: 1.5rem !important; }
	.sprocket-strips-p-arrows .arrow.next { margin-left: 30px; }
}

/************ CALENDAR  ************/
.rme-badge {
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-family: 'Lato', sans-serif; font-weight: bold ;
	background: #00703c; 
	border-radius: 3px; 
	color: white; 
	padding: 5px 0px; 
	width: 55px; 
	float: none; 
	margin-bottom: 0px;
	
}
.rme-items { display: block;}
.rme-description { flex: 1;}
.rme-day, .rme-month { text-transform: none;}
.rme-day { font-size: 1.4rem;}
.rme-month { font-size: 1.3rem; }
.rme-title { font-size: 1.1rem; font-weight: normal;}
.rme-time { font-size: 1rem; font-weight: 300;}
.rme-items li { 
	display: flex; 
	background: none; 
	border: none; 
	margin: 7.5px 0px; 
	padding: 7.5px 0px;
}

@media only screen and (max-width: 767px) {
.rokminievents3 { display: flex; justify-content: center; }
	.rme-items li { margin-top: 0px; margin-bottom: 0px; padding-top: 5px; padding-bottom: 5px;}
	.rme-title { font-size: .9rem; }
	.rme-time { font-size: .8rem; }
	.rme-day { font-size: 1.5rem;}
}

/************ HALL OF FAME  ************/
#g-feature:before { border: none; }
#g-feature h1 { color: white; }
#g-feature .g-grid:last-child .readon { border: 2px white solid !important; }
#g-feature .g-grid:last-child table.flextable { width: 50%; }
#g-feature .sprocket-strips .readon span { font-size: 1.5rem;}
#g-feature .sprocket-strips { position: relative; }
#g-feature .sprocket-strips-item { background: url(../images/template/article.png) 0 0 no-repeat; }
#g-feature .sprocket-strips-arrows .arrow { background: none; color: rgba(255,255,255,0.85); font-size: 5rem; box-shadow: none;}
#g-feature .layout-slideshow .sprocket-features-pagination li, .layout-slideshow .sprocket-features-arrows .arrow {box-shadow: none; }
#g-feature .layout-slideshow .sprocket-features-arrows .arrow { top: 50%;}
#g-feature .sprocket-strips .sprocket-strips-nav .arrow { position: absolute; top: 50% }
#g-feature .sprocket-strips .sprocket-strips-nav .arrow.next { right: -50px; }
#g-feature .sprocket-strips .sprocket-strips-nav .arrow.prev { left: -50px; }
#g-feature .sprocket-strips-content > a.readon { position: absolute; top: 0; right:0; bottom: 0; left: 0; background: none; display: flex; justify-content: center;  align-items: center; }
#g-feature .sprocket-strips-item { position: relative; }
#g-feature  .sprocket-strips-item .readon { padding: 0; margin: 0;}
#g-feature .sprocket-strips-item .readon:hover { background: rgba(255,255,255,0.9); color: #00703c; }
#g-feature .sprocket-strips-item .readon span  { flex: 1; text-align: center; transition: all .2s ease-in; opacity: 0; color: #00703c; }
#g-feature .sprocket-strips-item .readon:hover span  { opacity: 1; }
#g-feature .sprocket-strips-content h4 { 
	position: absolute; left: 0; right: 0; bottom: 0; 
	background: rgba(255,255,255,0.85); font-size: 1.4rem; 
	margin-bottom: 0px; min-height: 72px; text-align: center; transition: all .2s ease-in; border-radius: 0 0 .5rem .5rem; 
	display: flex; align-items: center; justify-content: center; font-family: 'Lato', sans-serif;
}
#g-feature .sprocket-strips-item { box-shadow: 0px 0px 15px rgba(0,0,0,0.5); }
#g-feature .sprocket-strips-content h4 a { color: #00703c; }
#g-feature .sprocket-strips-item { height: 20vw; border-radius: .5rem; }
#g-feature .sprocket-strips .cols-4 > li { width:  19%;}
#g-feature .sprocket-strips-container > li { margin: 10px 3%;}
#g-feature .sprocket-strips-item:hover .sprocket-strips-content h4 { opacity: 0;}
#g-feature .sprocket-strips-item { background-position: 50% 50%; background-size: cover; }
#g-feature .sprocket-lists-title { padding: 15px 10px !important;}
#g-feature .sprocket-lists-item .sprocket-padding { padding-top: 0px;}

@media only screen and (max-width: 767px) {	
	#g-feature .sprocket-strips .cols-4 > li { width: 43%; float: right ; }
	#g-feature .sprocket-features-content img { display: none;}
	#g-feature .sprocket-strips .sprocket-strips-nav .arrow.next { right: -20px; }
	#g-feature .sprocket-strips .sprocket-strips-nav .arrow.prev { left: -20px; }
	#g-feature .sprocket-strips-item { height: 45vw;  }
	#g-feature .g-grid:last-child a.readon { margin-bottom: 1rem; }
}

/************ OUR AFFILIATIONS & ACCREDITING BODIES ************/
.homelayout #g-expanded hr { width: 50%; height: 3px; margin: 0 auto; border: 0; background: #e6e7e8; }
#g-expanded h3.g-title { font-size: 2.5rem; text-align: center; }
#g-expanded .g-grid:last-child .g-content { margin-top: 1rem; padding-top: 1rem; }
#g-expanded .sprocket-strips-item { position: relative; box-shadow: none; background-size: contain; background-repeat: no-repeat; height: 8vw; background-position: 50% 50%; }
#g-expanded .sprocket-strips .cols-4 > li { width:  19%;}
#g-expanded .sprocket-strips-container > li { margin: 10px 3%;}
#g-expanded .sprocket-strips-content > a.readon { position: absolute; top: 0; right:0; bottom: 0; left: 0; background: none; display: flex; justify-content: center;  align-items: center; }
#g-expanded .sprocket-strips-item .readon { padding: 0; margin: 0;}
#g-expanded .sprocket-strips-item .readon span  { flex: 1; text-align: center; transition: all .2s ease-in; opacity: 0; }
#g-expanded .sprocket-strips-arrows .arrow { background: none; color: rgba(0,112,60,0.75); font-size: 5rem; box-shadow: none;}
#g-expanded .layout-slideshow .sprocket-features-pagination li, .layout-slideshow .sprocket-features-arrows .arrow {box-shadow: none; }
#g-expanded .layout-slideshow .sprocket-features-arrows .arrow { top: 50%;}
#g-expanded .sprocket-strips .sprocket-strips-nav .arrow { position: absolute; top: 50% }
#g-expanded .sprocket-strips .sprocket-strips-nav .arrow.next { right: -50px; }
#g-expanded .sprocket-strips .sprocket-strips-nav .arrow.prev { left: -50px; }
#g-expanded .readon { border-radius: 0; } 
#g-expanded .readon:hover { background: rgba(0,0,0,0.05) !important; } 

@media only screen and (max-width: 767px) {	
	#g-expanded .sprocket-strips .cols-4 > li { width: 35%; float: left ; }
	#g-expanded .sprocket-strips-item { height: 20vw; }
	#g-expanded .sprocket-strips-container > li { margin: 7%;}
	#g-expanded .sprocket-strips .sprocket-strips-nav .arrow.next { right: -35px; }
	#g-expanded .sprocket-strips .sprocket-strips-nav .arrow.prev { left: -35px; }
}

/************ FOOTER ************/
#g-footer a { color: white; }
#g-footer a:hover { color: #383838; }
#g-footer h3 { font-size: 1.35rem; margin-bottom: 0px; }
#g-footer .equaltable td a { font-size: 1rem; }
#g-footer .flextable tr { justify-content: space-between; }
#g-footer .g-grid .g-block:last-child .g-content { padding: 0.75rem 1.5rem 1.5rem 1.5rem; }

@media only screen and (max-width: 767px) {	
	#g-footer { text-align: center; }
	#g-footer h3 { margin-bottom: 1rem; }
}

/************ ADMIN FOOTER  ************/
#g-copyright .g-block { display: flex; align-items: center; justify-content: flex-end; }
#g-copyright .g-content { margin: 0; padding: 0;}
#g-copyright { margin:  -25px 0 0 0; padding: 0;}
#g-copyright a .fa.fa-lock { color: #e6e7e8; }
#g-copyright a:hover .fa.fa-lock { color: #006dba; }


/************ SUBPAGE - IMAGE RESIZE  ************/
.blogimage-resize .pull-left { width: 30%; }

/************ CARDS PAGE  ************/
.cardspage .items-row { 
	display: flex; 
	align-items: stretch;
}
.cardspage .items-row > div { 
	display: flex; 
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2); 
	border-radius: 0 0 4px 4px; 
	background: rgba(230,231,232,0.5); 
	margin: 15px 8px;
	
}
.cardspage .items-row .item  {
	display: flex; flex-direction: column; width: 100%; 
}
.cardspage .items-row .item .readmore { flex:1;}
.cardspage .item .pull-left.item-image { order: 1; }
.cardspage .item .pull-left.item-image img { border-radius: 4px 4px 0 0; width: 100%; }
.cardspage .item .page-header { order: 2; padding: 0 5px 0 20px; }
.cardspage .item h3 { order: 3; padding: 0 5px 0 20px; }
.cardspage .item table { order: 4; margin: 5px 0 20px 0;  padding: 0 20px; }
.cardspage .item p { order: 5;  padding: 0 20px; }
.cardspage .pull-left.item-image { margin: 0; padding: 0;}

.cardspage .page-header h2 {
	line-height: 1.2;
    font-size: 1.8rem;
    border-bottom: 0px;
    margin: 3px 0 0 0;
    padding: 0;
}

.cardspage a { word-break: break-all; }
.cardspage h2 a { word-break: normal; }

.btn [class^="icon-"] { display: none; }

.cardspage a.btn { color: #006dba; background: none; padding: .7rem 0; text-transform: uppercase; box-shadow: none;}
.cardspage a.btn:hover { color: #777; background: none; padding: .7rem 0; text-transform: uppercase; box-shadow: none;}

@media only screen and (max-width: 767px) {
	.cardspage .item { /*padding-bottom: 30px;*/ margin: 30px 8px;}
	.cardspage .item .pull-left.item-image img  { width: 100%;}
	.cardspage .items-row { display: block; }
	.cardspage .items-row > div { margin-left: 0; margin-right: 0;}
}


/************ DISTINGUISHED TEACHERS ************/
.distinguished .sprocket-strips .readon span { font-size: 1.5rem;}
.distinguished .sprocket-strips-item { position: relative; }
.distinguished .sprocket-strips-item { background: url(../images/template/article.jpg) 0 0 no-repeat; }

.distinguished .sprocket-strips-arrows .arrow { background: none; color: rgba(0,0,0,.5); font-size: 5rem; box-shadow: none;}
.distinguished .layout-slideshow .sprocket-features-pagination li, .layout-slideshow .sprocket-features-arrows .arrow {box-shadow: none; }
.distinguished .layout-slideshow .sprocket-features-arrows .arrow { top: 50%;}
.distinguished .sprocket-strips .sprocket-strips-nav .arrow { position: absolute; top: 50% }
.distinguished .sprocket-strips .sprocket-strips-nav .arrow.next { right: -50px; }
.distinguished .distinguished .sprocket-strips .sprocket-strips-nav .arrow.prev { left: -50px; }

.distinguished .sprocket-strips-content > a.readon { position: absolute; top: 0; right:0; bottom: 0; left: 0; background: none; display: flex; justify-content: center;  align-items: center; color: white; }
.distinguished .distinguished .sprocket-strips-item { position: relative; }
.distinguished .sprocket-strips-item .readon { padding: 0; margin: 0;}
.distinguished .sprocket-strips-item .readon:hover { background: rgba(0,112,60,0.9);}
.distinguished .sprocket-strips-item .readon span  { flex: 1; text-align: center; transition: all .2s ease-in; opacity: 0; }
.distinguished .sprocket-strips-item .readon:hover span  { opacity: 1; }
.distinguished .sprocket-strips-content h4 { 
	position: absolute; left: 0; right: 0; bottom: 0; 
	background: rgba(0,112,60,0.85); font-size: 1.4rem; /*text-shadow: 1px 1px 3px rgba(0,0,0,.5); */
	margin-bottom: 0px; min-height: 50px; text-align: center; transition: all .2s ease-in; border-radius: 0 0 .5rem .5rem; 
	display: flex;   align-items: center;   justify-content: center; font-family: 'Lato', sans-serif; font-weight: bold ;
}
.distinguished .sprocket-strips-item { box-shadow: 0px 0px 15px rgba(0,0,0,.5); }
.distinguished .sprocket-strips-content h4 a { color: white; }
.distinguished .sprocket-strips-item { height: 20vw; border-radius: .5rem; }
.distinguished .sprocket-strips .cols-3 > li { width:  26%;}
.distinguished .sprocket-strips-container > li { margin: 10px 3%;}
.distinguished .sprocket-strips-item:hover .sprocket-strips-content h4 { opacity: 0;}
.distinguished .sprocket-strips-item { background-position: 50% 50%; background-size: cover; }
.distinguished .sprocket-lists-title { padding: 15px 10px !important;}
.distinguished .sprocket-lists-item .sprocket-padding { padding-top: 0px;}

@media only screen and (max-width: 767px) {	
	.distinguished .sprocket-strips .cols-3 > li { width: 43%; float: right ; }
	.distinguished .sprocket-features-content img { display: none;}
	.distinguished .sprocket-strips .sprocket-strips-nav .arrow.next { right: -20px; }
	.distinguished .sprocket-strips .sprocket-strips-nav .arrow.prev { left: -20px; }
	.distinguished .sprocket-strips-item { height: 45vw;  }
}

/************ HERO IMAGE ************/
.hero p { margin: 0; }
.hero img { height: 27vw; object-fit: cover; width: 100%; }

@media only screen and (max-width: 767px) { 
	.hero img { height: 34vw; }
}
/***********PhotoGalleryROkboxRoksprocket*************/
.sprocket-grids-b-item:hover .sprocket-grids-b-effect {
	display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}



#g-aside .hideforgotpassword  {margin-bottom: -9.625rem;}



/************ 

TEMPLATE NOTES

Green - #00703c; rgba(0,112,60,1)
Blue - #006dba; rgba(0,109,186,1) - read more buttons
Light Gray - #e6e7e8; rgba(230,231,232,1)
QL overlay - Black- rgba(0,0,0,0.4)
QL hover - Green - rgba(0,112,60,0.8)
black rotator - linear-gradient(to right, rgba(0,0,0,0.8),rgba(0,0,0,0);

************/
