@import url('//fonts.googleapis.com/css?family=Forum|Lato:400,400i,700,700i&display=swap');

/************ 

TEMPLATE NOTES

font-family: 'Forum', cursive;
font-family: 'Lato', sans-serif;

Dark Green: #0c3320; rgba(12,51,32,1)
Gray: #a7a9ac; rgba(167,169,172,1)
Pink: #d49391; rgba(212,147,145,1)

************/

body { color: #333; font-size: 1.1rem; font-family: 'Lato', sans-serif; }

h1, h2, h3, h4, h5, h6 { margin: .75rem 0; line-height: 1.3; font-weight: normal;}
p { line-height: 1.3; font-size: 1.1rem;  font-family: 'Lato', sans-serif; }

h1 { font-family: 'Forum', cursive; color: #0c3320; font-size: 2.5rem;}
h2, .page-header h2 { font-family: 'Forum', cursive; color: #0c3320; font-size: 2rem; border-bottom: 1px solid #333;  line-height: 1.3; margin: 0; padding: 0;}
h3 { font-family: 'Forum', cursive; color: #0c3320; font-size: 2rem;}
h4 { font-family: 'Forum', cursive; background: #a7a9ac; font-size: 1.75rem;color: white; border-radius: .2rem; padding: .1rem .4rem;}
h5 { font-family: 'Forum', cursive; color: #555; font-size: 1.5rem; text-transform: uppercase;}
h6 { color: #d49391; font-size: 1.6rem; font-style: italic;}
a { color: #d49391; }
a:hover { color: #0c3320; }

#g-footer a{ color: white;  }
#g-footer a:hover{ color: #d49391;  }

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 !important;
  background: #0c3320; 
  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;
  letter-spacing: 0.05rem;
}

.readon:hover, .button:hover, .btn:hover,  p.readmore .btn:hover {background: #a7a9ac; color: white;}

.btn .icon-chevron-right { display: none;}

/************ TABLES  ************/
.fancytable th {color: white; background: #0c3320; border: 1px solid #0c3320;}
.fancytable td { border: 1px solid #0c3320;}

/************ 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;}

/************ HERO IMAGE ************/
.hero p { margin: 0; }
.hero img { height: 14vw; object-fit: cover; width: 100%; opacity: 0.75; }

@media only screen and (max-width: 767px) { 
	.hero img { height: 34vw; }
}

/************ HOMELAYOUT  ************/
.homelayout .hiddenhome { display: none; }
p.buttonheading { margin: 0; padding: 0; }
.homelayout #g-showcase { background: none; }

#g-feature:before { border: none; }

/************ HEADER ************/
#g-page-surround { background: url(../images/template/header-left2.jpg) 0 0 no-repeat !important; background-size: 40% !important; }
#g-top { background: none; }
/*#g-top { background: url(../images/template/header-center.png) 50% 0 no-repeat; background-size: contain; }*/
/*#g-top { background: url(../images/template/header.png) 0 0 no-repeat; background-size: contain; }*/
.logo-top img { width: 80%; }
#g-top .g-block.logo-top { display: flex; justify-content: center; align-items: center; }
#g-top .g-content.g-particle { margin: 0; }


@media only screen and (max-width: 767px) {
	#g-top { border-bottom: 4px #0c3320 solid; background: none; padding: 0; }
	#g-top .g-grid { background: rgba(255,255,255,0.25); }
	#g-top .g-content.g-particle { padding: 1.5rem 1.5rem 1.5rem 11%; }
}

/************ 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(255,255,255,.15); }
.g-main-nav .g-sublevel > li:hover, .g-main-nav .g-sublevel > li.active {   background: rgba(255,255,255,.15); }
#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; }

@media only screen and (max-width: 767px) { 
	.g-logo img { width: 70%;} 
	.g-offcanvas-toggle { top: 20px; left: 20px; }
}

/************ 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: #0c3320;  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: #0c3320;
	background: #a7a9ac;
	font-weight: normal;
}

/************ SOCIAL MEDIA & TRANSLATE BUTTONS ***********/
#g-navigation .g-content a:hover {
    background: rgba(255,255,255,0.5);
    padding-top: 5px;
    padding-bottom: 7px;
}

/************ SOCIAL MEDIA ICONS WHITE ************/ 
.g-social a { color: white; }
.g-social a:hover { color: #a7a9ac !important; }

/************ CENTER SOCIAL MEDIA VERTICALLY  ************/

.g-block.size-5 { display: flex; justify-content: center; align-items: center; }

/************ OFFCANVAS MENU  ************/
.g-offcanvas-toggle {color: #0c3320; }
#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: white; }
#g-offcanvas #g-mobilemenu-container ul > li > a.g-menu-item-container:hover {background: rgba(255,255,255,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; }

/************ SHOWCASE ROTATOR  ************/
.layout-showcase { margin: 0; }
.homelayout #g-showcase { padding: 3% 8%!important; }
.arrows-active .sprocket-features-list { margin: 0;}
.layout-showcase .sprocket-features-list {overflow: hidden; }
.sprocket-features-img-container img {
	object-fit: cover; 
	object-position: center;
	height: 32vw !important;
	width: 54vw !important;
}
.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; align-items: center; }
.sprocket-features-img-container {width: 54vw !important; order: 1;}
.sprocket-features-content { flex:1; order: 2; height: 32vw !important; overflow-y: auto; background: #a7a9ac; margin-left: 20px; padding: 15px 20px; float: none !important;}

.sprocket-features-img-container { margin-right: 0; }
.layout-showcase .sprocket-features-img-container img { float: none; margin-right: 0px; border-radius: 0; }
.layout-showcase .sprocket-features-img-container { margin-bottom: 0px; float: none;}

h2.sprocket-features-title, .sprocket-features-desc h2 {
	color: white; 
	font-weight: normal; 
	font-size: 2.3vw !important;
	border-bottom: none;
	padding: 0;
	margin: 0;
}

.sprocket-features-desc h5 {  color: white; font-size: 1.3rem; font-family: 'Lato', sans-serif; text-transform: uppercase; letter-spacing: 1.5px; font-weight: bold; margin: 0.5rem 0 0 0; padding: 0; }

.sprocket-features-desc p { 
	font-size: 1.2rem;
	line-height: 1.3;
	padding: 0;
	margin-bottom: 0px;
	color: white;
}
h2.sprocket-features-title a { border: none;}

.sprocket-features-desc .readon { margin-top: 20px; display: block; width: 130px; text-align: center;}
.layout-showcase .sprocket-features-content .readon {margin-top: 0px; }

.layout-showcase .sprocket-features-desc > span.roksprocket-ellipsis {color: white; }

#g-showcase a.button, #g-showcase a.readon {color: white; margin-top: 10px; border: 1px rgba(177,199,225,0.25) solid;}
#g-showcase a.button:hover,  #g-showcase a.readon:hover {background: #b1c7e1; color: #023f7a; }
.layout-showcase .sprocket-features-list li {  transition: opacity 1s ease-in-out !important;  }

@media only screen and (max-width: 767px) {
	.homelayout #g-showcase { padding: 2% 0 !important; }
	.sprocket-features-container {flex-direction:column;}
	h2.sprocket-features-title, .sprocket-features-desc h2 { font-size: 1.6rem!important; padding: 3% 0 0 0;}
	.sprocket-features-desc p { font-size: 1.1rem; padding-bottom: 2%; }
	.sprocket-features-desc h5 { font-size: 1.1rem; }
	.sprocket-features-img-container {margin-right: 0px;}
	.sprocket-features-content { 
		width: 100%!important;
		margin: 0;
		padding: 20px 35px;
		min-height: 80vw !important;}
	.sprocket-features-arrows { display: none;}
	.sprocket-features-img-container { order:1;}
	.sprocket-features-content { order:2;}
	.sprocket-features-img-container img {height: 56vw !important; width: 100% !important; }
	.sprocket-features-img-container { width: 100% !important;}
	#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; background: #0e3963; }*/
	#g-showcase span.button a,  #g-showcase a.readon {color: white; }
}

/************ BIGGER ARROWS ON SLIDESHOW ************/
.sprocket-features.layout-showcase.arrows-active.arrows-onhover .sprocket-features-arrows .arrow { 
	background: none; box-shadow: none; color: #0c3320;}
.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 PICS  ************/
.quicklinkpics {display: flex;}
.quicklinkpics > div {
	flex: 1; 
	height: 165px; 
	position: relative; 
	transition: all .35s ease-in-out;
}
.quicklinkpics > div > a { 
  position: absolute; 
  top: 0; bottom: 0; right: 0; left: 0; 
  font-size: 1.6rem; 
  background: rgba(12,51,32,0.7);
  color: white;
  font-family: 'Forum', cursive;
  transition: all .35s ease-in-out;
}
.quicklinkpics > div > a > div { 
  position: absolute; 
  top: 0; bottom: 0; right: 0; left: 0; 
	border: 1px white solid; 
	margin: 5%; 
	text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;	
  transition: all .35s ease-in-out;
}

.quicklinkpics > div:hover > a > div { margin: 0; border: 1px rgba(255,255,255,.1) solid; }


.quicklinkpics > div:hover {
}
.quicklinkpics > div:hover > a {background: rgba(12,51,32,0.85);}

.quicklinkpics > div > div > img {
  object-fit: cover; 
  object-position: center;
  height: 165px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
	.quicklinkpics { display: block; border-top: 10px #ffffff solid;}
	.quicklinkpics > div > a, .quicklinkpics > div > a > div { position: relative; }
	.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:hover > a { background: #a7a9ac;  }
	.quicklinkpics > div > a { background: #0c3320; flex:1; }
	.quicklinkpics > div { height: auto; border-bottom: 1px #ffffff solid;}
	.quicklinkpics > div > a > div { border: none; }
	.quicklinkpics > div > a { display: flex;  align-items: center; justify-content: flex-start; }
	.quicklinkpics > div > a > div {  margin: 0 0 0 20px; text-align: left; }
	.quicklinkpics > div:hover > a > div {margin: 0 0 0 20px; border: none; }
}

/************ HOME MODULE TITLES  ************/
#g-expanded, #g-extension {padding: 0 8%;}
#g-expanded h3.g-title { background: #a7a9ac; font-size: 1.75rem;color: white; border-radius: .2rem; padding: .1rem 1.5rem;}

/************ UPCOMING EVENTS  ************/
.rme-badge {
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-family: 'Lato', sans-serif; font-weight: bold ;
	background: #a7a9ac; 
	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: 1rem; font-weight: normal;}
.rme-time { font-size: .9rem; 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;}
}

/************ LATEST NEWS  ************/
.headlines .g-content { padding-left: 0px; }
.sprocket-strips-container { display: flex; justify-content: center; flex-wrap: wrap; }
.sprocket-strips .cols-2 > li { width: 42%; }
.sprocket-strips .readon span { font-size: 1.5rem;}
.sprocket-strips { position: relative; }
.sprocket-strips-item { background: url(../images/template/article.jpg) 0 0 no-repeat; }

.sprocket-strips-arrows .arrow { background: none; color: rgba(0,0,0,.5); font-size: 5rem; box-shadow: none;}
.layout-slideshow .sprocket-features-pagination li, .layout-slideshow .sprocket-features-arrows .arrow {box-shadow: none; }
.layout-slideshow .sprocket-features-arrows .arrow { top: 50%;}
.sprocket-strips .sprocket-strips-nav .arrow { position: absolute; top: 50% }
.sprocket-strips .sprocket-strips-nav .arrow.next { right: -25px; }
.sprocket-strips .sprocket-strips-nav .arrow.prev { left: -35px; }
.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; text-transform: uppercase; font-size: 1.5rem; letter-spacing: 1px; }
.sprocket-strips-item { position: relative; }
.sprocket-strips-item .readon { padding: 0; margin: 0;}
.sprocket-strips-item .readon:hover { background: rgba(167,169,172,0.9);}
.sprocket-strips-item .readon span  { flex: 1; text-align: center; transition: all .2s ease-in; opacity: 0; }
.sprocket-strips-item .readon:hover span  { opacity: 1; }
.sprocket-strips-content h4 { 
	position: absolute; left: 0; right: 0; bottom: 0; 
	background: rgba(119,119,119,0.85); font-size: 1.4rem; text-shadow: 1px 1px 3px rgba(0,0,0,.5); 
	margin-bottom: 0px; min-height: 72px; text-align: left; transition: all .2s ease-in; border-radius: 0 0 .5rem .5rem; 
	display: flex;   align-items: center;   justify-content: center; font-family: 'Lato', sans-serif; padding: 15px; line-height: 1.1;
}
.sprocket-strips-item { box-shadow: 0px 0px 10px rgba(0,0,0,0.35); }
.sprocket-strips-content h4 a { color: white; }
.sprocket-strips-item { height: 20vw; border-radius: .5rem; }
.sprocket-strips .cols-4 > li { width:  19%;}
.sprocket-strips-container > li { margin: 10px 3%;}
.sprocket-strips-item:hover .sprocket-strips-content h4 { opacity: 0;}
.sprocket-strips-item { background-position: 50% 50%; background-size: cover; }
.sprocket-lists-title { padding: 15px 10px !important;}
.sprocket-lists-item .sprocket-padding { padding-top: 0px;}

@media only screen and (max-width: 767px) {	
	.headlines .g-content { padding-left: 1.5rem; }
	.sprocket-strips-container { display: block; }	
	.sprocket-strips .cols-2 > li { width: 43%; float: left; }
	.sprocket-features-content img { display: none;}
	.sprocket-strips .sprocket-strips-nav .arrow.next { right: -20px; }
	.sprocket-strips-item { height: 45vw;  }
	.sprocket-strips-content h4 { font-size: 1.2rem; }
}

/************ SPROCKET LIST  ************/
.sprocket-lists-container li { border-bottom: 1px #a7a9ac solid; opacity: 1 !important; }
.sprocket-lists-container li > .sprocket-lists-item { opacity: 1 !important; }
.sprocket-lists-title.padding { background: none; }
h4.sprocket-lists-title.padding, h4.sprocket-lists-title { background: none; color: #0c3320; text-shadow: none; border: none; margin: 0; font-weight: 600 !important; font-size: 1.4rem !important; }
.sprocket-lists-container .indicator { display: none; }
.roksprocket-ellipsis::after {  content: ""; clear: both;  display: table; }
.sprocket-lists-pagination li { background: #d49391; padding: 6px !important; border-radius: 0; }
.sprocket-lists-arrows .arrow {   background: #d49391;   color: #0c3320; line-height: 1;}

/************ HEADLINES  ************/
h4.sprocket-lists-portrait-title { background: none; font-size: 1.4rem !important; font-weight: 600 !important; color: #0c3320; margin-top: 0px; margin-bottom: 0px; line-height: 1.3 !important;}
.active h4.sprocket-lists-portrait-title { margin-bottom: 10px; line-height: 1.3 !important;}
.portrait-image { width: 70px; }
.portrait-image img { height: 70px;  object-fit: cover; width: 100%;  }
.active .portrait-image img {   object-fit: cover;  object-position: center;  height: 175px; width: 100%; }
.sprocket-lists-portrait-container li {  border-bottom: 1px solid rgba(167,169,172,1); }

/*#g-extension .platform-content:first-child {margin-bottom: 0px; padding-bottom: 0px;}
#g-extension .platform-content:last-child { margin-top: 0px; padding-top: 0px;}*/

.sprocket-lists-portrait-pagination li { padding: 6px !important; border-radius: 0; background: #a7a9ac; }
.sprocket-lists-portrait-arrows .arrow { background: #a7a9ac; color: black; }

@media only screen and (max-width: 767px) {
	.sprocket-lists-portrait-arrows .arrow { margin-left: 25px; }
	.active .portrait-image { width: 32%;}
	.active .portrait-image img { object-fit: cover; object-position: center; height: 100px; }
}




/*Dark Green: #0c3320; rgba(12,51,32,1)
Gray: #a7a9ac; rgba(167,169,172,1)
Pink: #d49391; rgba(212,147,145,1)*/

/************ MINISTRY PAGE  ************/
.ministrypage .item { display: flex; flex-direction: column; }
.ministrypage .item .pull-left.item-image { order: 1; }
.ministrypage .item .pull-left.item-image img { border-radius: 4px; box-shadow: 2px 2px 5px rgba(0,0,0,0.2); }
.ministrypage .item .page-header { order: 2; }
.ministrypage .item table { order: 3; margin: 5px 0 20px 0; }
.ministrypage .item p { order: 4; }
.ministrypage .pull-left.item-image { margin: 0; padding: 0;}

.ministrypage .page-header h2 {
	line-height: 1.2;
	color: #0C3320;
    font-size: 1.8rem;
    border-bottom: 2px solid #D49391;
    margin: 3px 0 0 0;
    padding: 0;
}

.ministrypage a { word-break: break-all; }
.ministrypage h2 a { word-break: normal; }

.btn [class^="icon-"] { display: none; }


@media only screen and (max-width: 767px) {
	.ministrypage .item { padding-bottom: 30px;}
	.ministrypage .item .pull-left.item-image img  { width: 75%;}
}

/************ SIDE ADS ************/
@media only screen and (max-width: 767px) {
	.g-block.side-ads { order: 1; }
	.g-block.calendar { order: 2; }
	.g-block.headlines { order: 3; }
	#g-aside .g-content { display: flex; flex-direction: column; margin-top: 0px; padding-top: 0px; }
	#g-aside .g-content .platform-content:last-child { order: 1; margin: 0 0.625rem 0.625rem 0.625rem; padding-bottom: 1.5rem; padding-top: 0px; }
	#g-aside .g-content .platform-content:first-child { order: 2; margin: 0.625rem 0.625rem 0 0.625rem; padding-bottom: 0px; }
	}
	
/************ DRVC, READINGS, VATICAN ************/
#g-extension { padding-top: 2%; }
#g-extension img { width: 90%; box-shadow: 0px 0px 15px rgba(0,0,0,0.3); }
#g-extension h3 { font-size: 1.75rem; margin: 1rem 0 0.5rem 0; }
#g-extension h3 a {color: #0c3320;}
#g-extension h3 a:hover {color: #d49391;}
#g-extension ul.newsfeed { margin-top: 0; }
.culture p { margin-bottom: 0px; } 


/************ BOTTOM ADS ************/
#g-bottom .g-content { margin-top: 0px; padding-top: 0px; }

/************ FOOTER ************/
#g-footer h2 { border-bottom: none; color: white; }
#g-footer h5 { text-transform: none; color: white; margin-bottom: 0px; }

@media only screen and (max-width: 767px) {
	#g-footer h2, #g-footer h5, #g-footer p { text-align: center; }
	#g-footer .g-logo img { width: 25%; }
	.seal-footer .g-content.g-particle { margin-bottom: 0px; padding-bottom: 0px; }
}

/************ 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: #e5e5e5; }
#g-copyright a:hover .fa.fa-lock { color: #d49391; }

@media only screen and (max-width: 767px) {
	#g-copyright { display: none !important; }
}

/**** Create a nice looking table with alternating rows -MASS ARCHIVES*****/
.alternaterows tr:nth-child(even) {background: #fff;
	border-bottom: 1px solid #ddd;}
.alternaterows tr:nth-child(odd) {background: #fafafa;
	border-bottom: 1px solid #ddd;}
/**********************************************************/



/************ 

TEMPLATE NOTES

Dark Green: #0c3320; rgba(12,51,32,1)
Gray: #a7a9ac; rgba(167,169,172,1)
Pink: #d49391; rgba(212,147,145,1)

************/