@import url('//fonts.googleapis.com/css?family=Spectral:400,700');
/************ 

--------------------------------------------------------------------------

** Template **

Gemini 
Rotator Size: 660x371 (Wide, 16:9)
Transparent Rotator box: rgba(37,75,107,0.75)

--------------------------------------------------------------------------

** Fonts **
Serif: Spectral
Sans Serif: Lato

--------------------------------------------------------------------------
** Colors **

+ Dark Blue - #254B6B, rgb(37,75,107) - logo, module titles, menu bar, rotator text box
+ Light Blue - #5C7890, rgb(92,120,144) - quicklinks, rokmini event badge, read more, footer 
+ Headlines gradient: background-image: linear-gradient(0deg, rgba(92,120,144,0.85) 60%, rgba(92,120,144,0) 100%);



************/

body {color: #333; }

h1, h2, h3, h4, h5, h6 { margin: .75rem 0; line-height: 1.3; font-weight: normal;}
p { line-height: 1.3;}

h1 {color: #254B6B; font-size: 4rem; font-family: Spectral, serif; }
h2, .page-header h2 { color: #203B71; font-size: 2rem; border-bottom: 1px solid #333;  line-height: 1.3; margin: 0; padding: 0; font-family: Spectral, serif; }
h3 {color: #254B6B; font-size: 2rem; font-family: Spectral, serif; }
h4 {background: #254B6B; font-size: 1.75rem;color: white; border-radius: .2rem; padding: .1rem .4rem; font-family: Spectral, serif; }
h5 {color: #254B6B; font-size: 1.5rem; text-transform: uppercase; font-family: Spectral, serif; }
h6 {color: #203B71; font-size: 1.6rem; font-style: italic;}
a { color: #254B6B; }
a:hover { color: #254B6B; }

#g-footer a, .g-social a{ color: white;  }
#g-footer a:hover, .g-social a:hover{ color: #c6b5ae !important;  }

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: 1rem;
  text-transform: none;
  font-weight: normal;
  background: #5C7890; 
  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;
}
#g-bottom a.button { background: #203B71;  }
.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: #254B6B; border: 1px solid #254B6B;}
.fancytable td { border: 1px solid #254B6B;}

/************ 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;}

/************ BACKGROUNDS  ************/
#g-navigation { padding: 0; }
#g-slideshow > .g-container > .g-grid { padding: 0 10%;}
#g-slideshow > .g-container > .g-grid:nth-child(3) { padding: 0 10%; background: rgba(37,75,107,0.75);}
#g-slideshow > .g-container > .g-grid:nth-child(3) .g-block.size-5 { display: flex; align-items: center; }
#g-slideshow { 	background: url(../images/template/header.jpg) 0 0 no-repeat;  background-size: 100%; }
#g-extension { 	background: url(../images/template/background.jpg) 0 100% no-repeat;  background-size: 100%; }
#g-slideshow .g-container { 	background: url(../images/template/statue.png) 96% 0 no-repeat;  background-size: 25%; }


@media only all and (max-width: 59.938rem) and (min-width: 48rem) {
	#g-slideshow > .g-container > .g-grid { padding: 0 2%;}
	#g-slideshow > .g-container > .g-grid:nth-child(3) { padding: 0;}
	#g-slideshow > .g-container > .g-grid:nth-child(3) .g-main-nav  {  padding: 0 2%;}
}

@media only screen and (max-width: 767px) {
	#g-slideshow .g-container { background: none; }
}



/************ HEADER  ************/
.g-logo img { width: 70%; display: block; margin: auto; padding: 10px 0; }

/************ BASIC MENU FIXES  ************/
#g-navigation { padding-bottom: 0px; }
.g-main-nav { padding-right: 1vw; }
.g-main-nav .g-standard > .g-dropdown, .g-main-nav .g-fullwidth > .g-dropdown { margin: 0;}
.g-main-nav .g-dropdown { background: #5C7890; }
.g-main-nav .g-toplevel > li > .g-menu-item-container { color: white; }
.g-main-nav .g-toplevel > li:hover > .g-menu-item-container, .g-main-nav .g-toplevel > li.active > .g-menu-item-container,
.g-main-nav .g-sublevel > li:hover > .g-menu-item-container, .g-main-nav .g-sublevel > li.active > .g-menu-item-container { color: #c6b5ae; }

.g-main-nav .g-toplevel > li > .g-menu-item-container { padding-left: 0; padding-right: 0px;}
.g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator {display: none; }
.g-main-nav .g-toplevel > li > .g-menu-item-container {font-size: 1.2vw; }
.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; }

@media only screen and (max-width: 767px) { 
	.g-logo img { width: 65%;} 
	.g-offcanvas-toggle {
		top: 15px;
		left: 15px;
	}
}


/************ 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;}
.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: white;
	background: #5C7890;
	font-weight: normal;
}

/************ SHOWCASE ROTATOR  ************/

.sprocket-features { padding: 25px 0 0 0; }
.arrows-active .sprocket-features-list { margin: 0;}

.sprocket-features-img-container img {
	object-fit: cover; 
	object-position: center;
	height: 27vw !important;
	width: 48vw;
}
.pagination-active { margin-bottom: 0px;}
.pagination-active .sprocket-features-pagination { bottom: 0px; left:auto; right:50px;}
.layout-showcase .sprocket-features-pagination li { padding: 10px; }

.sprocket-features-container {display: flex; }
.sprocket-features-img-container {width: 48vw; order:1;}
.sprocket-features-content {flex:1; order:2; margin-left: 20px; overflow-y: auto; }
.layout-showcase .sprocket-features-list li { padding: 0; } 
.layout-showcase .sprocket-features-img-container img {}
.sprocket-features-content { background: rgba(37,75,107,0.75); margin-left: 20px; padding-left: 20px; padding-top: 20px; padding-right: 20px;}

.sprocket-features-desc h1, 
.sprocket-features-desc h2,
.sprocket-features-desc h3,
.sprocket-features-desc p { color: #0C3320; }

.sprocket-features-img-container { margin-right: 0; }
.layout-showcase .sprocket-features-img-container img { float: none; margin-right: 0px;}

h2.sprocket-features-title, .sprocket-features-desc h2 { 
	font-weight: normal; 
	font-size: 2.3vw;
	border-bottom: none;
	padding: 0;
	color: white;
}

.sprocket-features-desc p { 
	font-size: 1.2vw;
	line-height: 1.5;
	padding: 0;
	color: white; 
}
h2.sprocket-features-title a { border: none;}

.sprocket-features-desc .readon { margin-top: 20px; display: block; width: 130px; text-align: center;}


@media only screen and (max-width: 767px) {
	#g-header .g-content { padding: 0px; }
	.sprocket-features-container {flex-direction:column;}
	h2.sprocket-features-title, .sprocket-features-desc h2 { font-size: 1.7rem; }
	.sprocket-features-desc p { font-size: 1.15rem; padding-bottom: 5%; }
	.sprocket-features-img-container {margin-right: 0px;}
	.sprocket-features-content { margin-right: 0px; min-height:320px;}
	.sprocket-features-arrows { display: none;}
	.sprocket-features-img-container { order:1;}
	.sprocket-features-content { order:2;}
	.sprocket-features-img-container img {height: 54vw !important; width: 100%; }
	.sprocket-features-img-container { width: 100%;}
	#g-navigation > .g-container > .g-grid { padding: 0;}
	.layout-showcase .sprocket-features-img-container img { margin: 0; border: none;}
	.layout-showcase .sprocket-features-list li { padding: 0;}
	.sprocket-features-content { margin-left: 0px;}
	#g-slideshow > .g-container > .g-grid { padding: 0;}
}


/************ BIGGER ARROWS ON SLIDESHOW ************/
.sprocket-features.layout-showcase.arrows-active.arrows-onhover .sprocket-features-arrows .arrow { 
	background: none; box-shadow: none; color: #7b7b7b;}
.sprocket-features.layout-showcase.arrows-active.arrows-onhover .sprocket-features-arrows .arrow { font-size: 5rem; }
.arrows-active .sprocket-features-list {margin: 0px; }
.arrows-onhover .sprocket-features-arrows .arrow.prev { margin-left: -40px;}
.arrows-onhover .sprocket-features-arrows .arrow.next { margin-right: -40px;}


/************ QUICKLINK BOXES  ************/
#g-utility .g-content { padding-left: 0px; padding-right: 0px; margin-left: 0px; margin-right: 0px;}
.quicklinkboxes { display: flex; justify-content: space-between;} 
.quicklinkboxes > div { flex: 1; border-radius: 4px; padding: 10px 0px;  margin: 0px 10px; background: #5C7890; transition: background 0.3s linear; text-align: center; }
.quicklinkboxes > div:first-child { margin-left: 0px;}
.quicklinkboxes > div:last-child { margin-right: 0px;}
.quicklinkboxes > div a { color: white; text-align: center; }
.quicklinkboxes > div:hover{  background: #333; }
.quicklinkboxes div { font-size: 1.5vw;}

@media only screen and (max-width: 767px) {
  .quicklinkboxes { flex-wrap: wrap;}
  .quicklinkboxes > div { width: 45%; flex:none; margin: 5px 0; font-size: 4vw;} 
}



/************ SLIDER VERTICAL LAYOUT  ************/

#g-above .g-content {margin: 0; padding: 2rem 0.9rem; }

.sprocket-accordion-arrow {display: none; }

img.sprocket-lists-image {
	object-fit: cover; 
	object-position: center;
	width: 150px;
	height: 100px;
}

.active .sprocket-accordion-content { 
	padding: 0 5px; 
	position: absolute;
	bottom: 10px;
}
.sprocket-accordion-content { padding: 0 5px; }


.active .sprocket-lists-portrait-title {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.sprocket-accordion-title a:hover { color: #ddd; }
.sprocket-accordion-title a { pointer-events: none; }

.sprocket-accordion-desc {
    font-size: 1rem;
    line-height: 1.3;
}

h2.sprocket-accordion-title {
	border: none;
	margin: 5px 0 !important; padding: .1rem 7px;
	font-size: 1.9vw;
	line-height: 1.3;
}

.active h2.sprocket-accordion-title { background: none; color: white; text-shadow: 2px 2px 5px rgba(0,0,0,0.8); padding: .1rem 0px; }

.sprocket-accordion-item {
	border-bottom: 2px #254B6B solid; opacity: 1;
	color: #254B6B; 
	background: url(../images/template/article.jpg) 50% 0 no-repeat;  background-size: cover; opacity: 1;
	height: auto !important;
}
.sprocket-accordion-item.active { /*background-color:rgb(37,75,107);*/ background-color: white !important; }

.sprocket-accordion-item.active { height: 275px !important; }

.sprocket-accordion-item:not(.active) {background: white !important; transition: all .4s ease-in;}
.sprocket-accordion-item:not(.active) .sprocket-accordion-title a {color: #254B6B; font-weight: 400;}
.sprocket-accordion-item:not(.active) .sprocket-accordion-content { padding: 0px;}
.sprocket-accordion-item:not(.active) .sprocket-accordion-desc { display: none;}


.sprocket-accordion-overlay { background: linear-gradient(to top, rgba(37,75,107, 1) 10%, rgba(37,75,107, .8) 20%, rgba(37,75,107, 0) 100%); }

.sprocket-accordion-content .readon { background: #5C7890; }


@media only screen and (max-width: 767px) {
	h2.sprocket-accordion-title, .active h2.sprocket-accordion-title {font-size: 1.3rem; }
}


/************ UPCOMING EVENTS  ************/
.rme-badge {  
	background: #5C7890; 
	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; display: block;}
.rme-day { font-size: 1.5rem; }
.rme-month { font-size: 1.4rem; }
.rme-title { font-size: 1rem; font-weight: normal;}
.rme-time { font-size: .9rem; font-weight: 300;}
.rme-items li { 
	display: flex; 
	background: none; 
	border: none; 
	margin-left: 0px; 
	margin-right: 0px; 
	padding-left: 0px; 
	padding-right: 0px;
}
.rme-timeline.arrows-on { display: none; }
.rme-items li { padding-top: 0px; margin-top: 0px;}


@media only screen and (max-width: 767px) {
	.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;}
}

/************ HOMEPAGE  ************/
#g-extension > .g-grid:first-child > .g-block > .g-content { margin: 0 7px; padding: 0 7px ;} 
#g-extension > .g-grid:first-child > .g-block:first-child > .g-content { padding-left: 0; margin-left: 0px;} 
#g-extension > .g-grid:first-child > .g-block:last-child > .g-content { padding-right: 0; margin-right: 0px;} 

.centerlinetitle h3.g-title { text-align: center; border-bottom: 2px #254B6B  solid; padding: 0;}

.box1.moduletable, .box1.widget, .box1.g-outer-box, .box1 > .g-content { background: #254B6B; }

/************ FOOTER  ************/
#g-footer { border: none;}