@import url('//fonts.googleapis.com/css?family=Lato:400,400i,700|Spectral:400,400i|Spectral+SC&display=swap');
@import url('//fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300..900&family=Heebo:wght@100..900&display=swap');

/************ 

TEMPLATE NOTES

Navy: #001642; rgba(0,22,66,1)
Blue: #10539d; rgba(16,83,157,1)
Red: #e01e2d; rgba(224,30,45,1)
Yellow: #d8b861; rgba(216,184,97,1)

************/

body { font-family: 'Lato', sans-serif; color: #333; font-size: 1.1rem; }

h1, h2, h3, h4, h5, h6 { margin: .5rem 0; line-height: 1.3; font-weight: normal;}
p { font-family: 'Lato', sans-serif; line-height: 1.3; font-size: 1.1rem; }

h1{ font-family: 'Spectral SC', serif; color: #001642; font-size: 2.5rem; line-height: 2.5rem; margin-top: 1rem; padding-bottom: 0;}
h2, .page-header h2 { font-family: 'Spectral', serif; color: #001642; font-size: 2rem; line-height: 1.3; margin: 0; padding: 0;}
h3 { font-family: 'Spectral SC', serif; color: #10539d; font-size: 2rem; }
/*JKR Removed to make css easier elsewhere on site h4 { font-family: 'Spectral', serif; background: #001642; font-size: 1.75rem; color: #001642; border-radius: .2rem; padding: .1rem .4rem;}*/
h4 { font-family: 'Spectral', serif; font-size: 1.75rem; color: #001642;}
h5 { font-family: 'Spectral', serif; color: #e01e2d; font-size: 1.5rem; }
h6 { font-family: 'Lato', sans-serif; color: #203B71; font-size: 1.6rem; font-style: italic;}
a { color: #10539d; }
a:hover { color: #e01e2d; }

h3 span { text-decoration: none !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: #10539d; 
  font-size: 1rem;
  text-transform: none;
  font-weight: normal;
  background: #e6e7e8; 
  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;}
a.button:hover img { opacity: 0.5; }

.btn .icon-chevron-right { display: none;}

/**Button copied from old site**/
.button4 {
   border-top: 1px solid #96d1f8;
   background: #4280B8;
   padding: 5px 15px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   color: white;
   font-size: 1em;
   vertical-align: middle;
   white-space: pre-wrap;
   }
.button4:hover {
   border-top-color: #990000;
   background: #990000;
   color: white;
   }

p.csscode {background-color: #f7f7f7;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 0.938rem; margin: 0 0 1.5rem;
	border-radius: 0.1875rem;
	font-family: "Menlo", "Monaco", monospace;
	clear: both;
} 


/************ TABLES  ************/
.fancytable th, .infotables th, .sacraments th {color: white; background: #001642; border: 1px solid #001642;}
.fancytable td, .infotables td, .sacraments td { border: 1px solid #001642;}

/************ Special Mass Times ************/
 @media only screen and (max-width: 767px){ 
	.masstimes-equaltable td { padding: 0.1rem;}
	.masstimes-equaltable h4 { margin: 2.5rem 0 0 0; }
}

/************ 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, .snrhome .hiddenhome { display: none; }
p.buttonheading { margin: 0; padding: 0; }

/************ MENU  ************/
.homelayout #g-navigation, .menuontopofpic #g-navigation { background: rgba(0,0,0,0.6); position: absolute;  z-index: 5;  left: 0; right: 0; }
/* #g-navigation { padding: 1% 2%; } */
#g-container-overlay { padding: 0 4%; }
#g-navigation .g-content { margin: 0; padding: 0;}
.outline-22 #g-navigation .g-block:nth-child(2) .g-content { margin: 0 0 0.25rem 0;}
.g-logo img { width: 80%; } 

.g-overlaytoggle { padding: 0.7rem; }
.g-overlaytoggle .g-overlaytoggle-text { text-transform: none; font-size: 1.05rem; top: 0; right: 25px; }
.g-overlaytoggle .nav-toggle .g-overlaytoggle-bar, .g-overlaytoggle .nav-toggle .g-overlaytoggle-bar:before, .g-overlaytoggle .nav-toggle .g-overlaytoggle-bar:after { width: 25px; }
.g-overlaytoggle .g-overlaytoggle-bar-wrapper { padding: 10px 0px 16px 100px; top: 0; }
#g-container-overlay .g-social a:hover, a:hover.overlay-link { color: #10539d !important; }
a.overlay-link { font-size: 2rem; }

.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,.1); }
.g-main-nav .g-toplevel > li > .g-menu-item-container { text-align: center;  padding: 0.625rem 0.5vw; font-family: 'Spectral SC', serif; }
.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.35vw; }
.g-main-nav .g-sublevel > li > .g-menu-item-container {font-size: 1.3vw; }
.g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content { line-height: 1.1; }

.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-navigation .g-grid { align-items: flex-start; }
.g-menu-item-type-heading .g-menu-item-title, .g-menu-item-2816 .g-menu-item-title, .g-menu-item-2818 .g-menu-item-title { 
	font-family: 'Spectral', serif;
    font-size: 1.65vw;
	text-decoration: underline;
}
.fauxheading { 
	font-family: 'Spectral', serif;
	text-decoration: underline;
}


@media only screen and (max-width: 767px) {
	.g-menu-item-type-heading .g-menu-item-title, .g-menu-item-2816 .g-menu-item-title, .g-menu-item-2818 .g-menu-item-title {   font-size: 3.8vw;
	text-decoration: underline;}
	.fauxheading { font-size: 3.65vw; text-decoration: underline;}
}


@media only screen and (min-width: 768px) and (max-width: 959px) {
	.g-main-nav .g-toplevel > li > .g-menu-item-container {font-size: 1.5vw; }
	.g-main-nav .g-sublevel > li > .g-menu-item-container {font-size: 1.4vw; }
}


.g-main-nav .g-sublevel > li { margin: 0;}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.g-overlaytoggle .g-overlaytoggle-text { right: 15px; font-size: 0.95rem; }
	.g-overlaytoggle .g-overlaytoggle-bar-wrapper { padding: 10px 0px 16px 65px; }
	.g-overlaytoggle .nav-toggle .g-overlaytoggle-bar, .g-overlaytoggle .nav-toggle .g-overlaytoggle-bar:before, .g-overlaytoggle .nav-toggle .g-overlaytoggle-bar:after { width: 20px; }
}

@media only screen and (max-width: 767px) { 
	.homelayout #g-navigation { background: rgba(0,0,0,1); position: relative; }
	#g-navigation { padding: 4% 2%; }
	.g-logo img { width: 70%;} 
	.g-offcanvas-toggle { top: 20px; left: 20px; }
	.g-main-nav ul.g-toplevel { flex-wrap: wrap; }
}

/****************OVERLAY COLLAPSING MENU*******************/
.accordion { display: flex; flex-direction: column-reverse; flex-wrap: nowrap; justify-content: space-around; margin-top: 50px; /*height: 45vh;*/ }
.accordion .accordion-item-title { line-height: 1.2; font-family: 'Spectral SC', serif; color: white; }
.accordion-item-content.active .nav-child.unstyled.small { display: flex; flex-direction: column; flex-wrap: wrap; font-size: 1.35vw; /*height: 35vh;*/ }
#g-mainoverlay .accordion li { padding: 0 1rem !important; }
/*.accordion-item-content.active .nav-child.unstyled.small li { width: 100vw; }*/

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.accordion-item-content.active .nav-child.unstyled.small {font-size: 1.5vw; }
}

/************ SEARCH  ************/
#g-navigation input[type="search"] { background-color: rgba(0,0, 0, 0); border: 2px white solid; color: white; }
#g-navigation input[type="text"] {background-color: rgba(0, 0, 0, 0.1); border: 2px white solid; color: white;}
#g-navigation form { margin-bottom: 0px; }
input.search-query { border-radius: 5px; }
form {margin: 0.25rem 0;}


@media only screen and (max-width: 767px) { 
	#g-navigation form { margin: 15px 10px 5px 10px; }
}

/************ OFFCANVAS MENU  ************/
.g-offcanvas-toggle {color: white; }
#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; }

/************ 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: #001642;  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: #fff;
	background: #10539d;
	font-weight: normal;
}

/***********REPORTING HOTLINE SIDE MODULE - SAFE ENVIRONMENT**************/
#g-aside .box1.moduletable { padding: 10px 15px; background: #001642;}
#g-aside .box1.moduletable .title1 .g-title {color: #fff;}
.title2 .g-title {color: #ffffff;}
/*.box1.moduletable p {rgba(255, 255, 255, 1);}*/
.box1 a {box-shadow: none;}
.box1 a:hover {box-shadow: none; color: #10539d; }
#g-aside .box1.moduletable h3 {color: #fff;}


/************ ROTATOR FULL WIDTH  ************/
#g-showcase { padding: 0; }
#g-showcase .g-content { padding: 0; margin: 0; }
.homelayout .layout-slideshow .sprocket-features-img-container img { float: none; width: 100%;  height: 56vw !important; object-fit: cover; object-position: center; }
.outline-22 .layout-slideshow .sprocket-features-img-container img { float: none; width: 100%;  height: 40vw !important; object-fit: cover; object-position: center; }

/* ABSOLUTE MAX FOR SLIDESHOW */
@media only screen and (min-width: 1600px) {
	.homelayout .layout-slideshow .sprocket-features-img-list,
	.homelayout .layout-slideshow .sprocket-features-img-container img {
		width: 1600px;
		height: 896px;
		margin: auto;
	}
}

/************ ROTATOR SLIDESHOW BOTTOM LEFT FADE  ************/
.homelayout .layout-slideshow .sprocket-features-content,
.outline-22 .layout-slideshow .sprocket-features-content { 
    position: absolute;
	top: auto;
	bottom: 40px;
    left: 0px;
	padding: 30px 0 30px 40px;
    width: 55%;
	background: linear-gradient(to right, rgba(0,22,66, .7) 50%, rgba(0,22,66,.55) 80%, rgba(0,22,66,0));
	justify-content: center;
	flex-direction: column;
}
.homelayout .layout-slideshow .sprocket-features-title, .homelayout .layout-slideshow .sprocket-features-desc,
.outline-22 .layout-slideshow .sprocket-features-title, .outline-22 .layout-slideshow .sprocket-features-desc
{ display: block; background: none;}

.homelayout .layout-slideshow .sprocket-features-title,
.outline-22 .layout-slideshow .sprocket-features-title
{ color: white; border: none; padding-right: 100px; padding-left: 0px; padding-bottom: 0px; margin: 0; line-height: 1.2; font-size: 4rem; }

.homelayout .layout-slideshow .sprocket-features-desc,
.outline-22 .layout-slideshow .sprocket-features-desc
{ color: white; font-size: 1.25rem; padding-right: 100px; padding-top: 0px; }

.homelayout .layout-slideshow .sprocket-features-desc .button,
.outline-22 .layout-slideshow .sprocket-features-desc .button
{ font-size: 2rem; }

.homelayout .layout-slideshow .readon,
.outline-22 .layout-slideshow .readon
{  margin-top: 20px; vertical-align: baseline; }

.homelayout .sprocket-features-desc a.readon, .homelayout .sprocket-features-desc a.button,
.outline-22 .sprocket-features-desc a.readon, .outline-22 .sprocket-features-desc a.button
{ color: white; background: none; }

.homelayout .sprocket-features-desc a.readon:hover, .homelayout .sprocket-features-desc a.button:hover,
.outline-22 .sprocket-features-desc a.readon:hover, .outline-22 .sprocket-features-desc a.button:hover
{ background: #777; }

#g-showcase .g-grid:first-child .g-content .platform-content:first-child { padding-bottom: 0px; margin-bottom: 0px; }
#g-showcase .g-grid:first-child .g-content .platform-content:last-child { padding-top: 0px; margin-top: 0px; }

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.homelayout .layout-slideshow .sprocket-features-title,
	.outline-22 .layout-slideshow .sprocket-features-title
		{ font-size: 3rem;}
}

@media only screen and (min-width: 768px) {
	.separator-home { display: none; }
	.homelayout .layout-slideshow .sprocket-features-desc .button, .outline-22 .layout-slideshow .sprocket-features-desc .button { line-height: 1.2; }
}

@media only screen and (max-width: 767px) {
	.homelayout .sprocket-features-img-container { padding-bottom: 50vw; }
	.outline-22 .sprocket-features-img-container { padding-bottom: 48vw; }
	.outline-22 .layout-slideshow .sprocket-features-img-container img { height: 56vw !important; }
	
	.homelayout .layout-slideshow .sprocket-features-content,
	.outline-22 .layout-slideshow .sprocket-features-content
	{ 
	position: absolute;
    top: 56vw;
    bottom: auto;
    left: 0;
    right: 0;
    min-height: 50vw;
    padding: 20px;
    background: #001642;
    width: 100%;
    display: block;}
	.homelayout .layout-slideshow .sprocket-features-title, .homelayout .layout-slideshow .sprocket-features-desc { padding-right: 10px;}
	.outline-22 .layout-slideshow .sprocket-features-title, .outline-22 .layout-slideshow .sprocket-features-desc { padding-right: 10px;}
	.homelayout .layout-slideshow .sprocket-features-title,	.outline-22 .layout-slideshow .sprocket-features-title { font-size: 2rem; line-height: 1.1;}
	.homelayout .layout-slideshow .sprocket-features-desc .button, .outline-22 .layout-slideshow .sprocket-features-desc .button { font-size: 1.25rem; }
 
} 

/************ 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; text-shadow: 2px 2px 5px rgba(0,0,0,0.75);}
.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;}
}

/************ TOP ICONS  ************/
.g-iconmenu {display: flex; width: 100%;  margin: 0 0 0 auto;}
.g-iconmenu > a  { color: white;  flex:1; padding: 10px; }
.g-iconmenu > a:hover { background: rgba(0,0,0,0.25);}
.g-iconmenu > a:first-child { border-left: none;}
.g-iconmenu span { display: block; text-align: center; }
.g-iconmenu .g-iconmenu-text {  line-height: 1.1; font-size: 1.9vw; font-family: 'Spectral SC', serif; margin-top: -9px; }
.g-iconmenu img { height: 4vw; padding-bottom: 20px;}
.g-iconmenu-item img { display: block; margin: auto;}
.g-iconmenu a.g-iconmenu-item:hover {  transform: scale(1.1); transition: all .2s ease-in; }

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.g-iconmenu .g-iconmenu-text { font-size: 2.2vw; }
	.g-iconmenu img { height: 4.5vw; }
}

@media only screen and (max-width: 767px) { 
	.g-iconmenu {width: 100%; }
	.g-iconmenu img { height: 9vw;}
	.g-iconmenu .g-iconmenu-text {  font-size: 4vw; }
	#g-utility .g-grid:first-child .g-content { margin-left: 0px; padding-left: 0px; margin-right: 0px; padding-right: 0px; }
}

/**** QUICKLINKS ****/
#g-utility .g-grid:last-child .g-content { margin: 0 0 0.625rem 0; padding: 0 0 1.5rem 0; }
.quicklinks { display: flex; }
.quicklinks > div { flex: 1; padding: 10px; transition: all .3s ease-in; }
/*.quicklinks > div:hover { background: rgba(0,0,0,0.25); }*/
.quicklinks > div:hover { background: rgba(16,83,157,0.25); }
.quicklinks > div:hover a { color: white; }
.quicklinks a { color: white; text-align: center; font-size: 1.5vw; font-family: 'Spectral', serif; }
.quicklinks img { object-fit: cover; object-position: center; height: 180px; width: 100%; transition: all .5s ease-in-out; }
.quicklinks > div:hover img { opacity: 0.35; }
.ql-text { margin-top: 12px; line-height: 1.2; text-shadow: 2px 2px 3px rgba(0,0,0,0.75); }

@media only screen and (max-width: 767px) {
	#g-utility .g-grid:last-child .g-content { margin: 0 0.625rem 0.625rem 0.625rem; padding: 0 1.5rem 1.5rem 1.5rem; }
	.quicklinks > div { flex: 50%; }
	.quicklinks { flex-wrap: wrap; }
	.quicklinks a { font-size: 1rem;}
	.quicklinks img { height: 30vw; }
}

/************ UPCOMING EVENTS & NEWS  ************/
#g-feature:before { border: none; }
.homelayout #g-feature .g-content { background: rgba(16,83,157,0.6); margin-top: 3rem; margin-bottom: 3rem;}
.homelayout #g-feature .g-block:first-child .g-content { margin-left: 0px; margin-right: 1.5rem; }
.homelayout #g-feature .g-block:last-child .g-content { margin-right: 0px; margin-left: 1.5rem; }
.homelayout #g-feature h3.g-title { color: white; text-align: center; border-bottom: 1px #e01e2d solid; padding-bottom: 0px; }
.homelayout #g-feature h2 { text-align: center; padding-bottom: 0px; font-style: italic; font-size: 1.65rem; }
.homelayout #g-feature h2 a, .homelayout #g-feature p a { color: #001642; }
.homelayout #g-feature h2 a:hover, .homelayout #g-feature p a:hover { color: #10539d; }
.homelayout #g-feature h4 { color: white; background: none; font-size: 1.5rem; text-align: center; margin-bottom: 0px; }
.homelayout #g-feature p { text-align: center; }

.homelayout #g-feature .moduletable .category-module { border: none; padding: 0; display: block;}
.homelayout #g-feature .moduletable .category-module li { border: none; text-align: center; }
.homelayout #g-feature .moduletable .category-module li a.mod-articles-category-title { color: white; font-size: 1.5rem; margin-bottom: 0px; font-family: 'Spectral', serif; line-height: 1.2; }
.homelayout #g-feature .moduletable .category-module li a:hover.mod-articles-category-title { color: #10539d; }
.homelayout #g-feature .moduletable .category-module li span.mod-articles-category-category { display: block; }
.homelayout #g-feature .moduletable .category-module li span.mod-articles-category-category a { color: #001642; }
.homelayout #g-feature .moduletable .category-module li span.mod-articles-category-category a:hover { color: #10539d; }

.homelayout .news-cal .platform-content:last-child, .moduletable:last-child, .widget:last-child { margin: 0; padding: 0; }
.homelayout .news-cal .platform-content:first-child, .moduletable:first-child, .widget:first-child { padding: 0; }

@media only screen and (max-width: 767px) {
	.homelayout #g-feature .g-block:first-child .g-content { margin-left: 1.5rem; margin-right: 1.5rem; margin-bottom: 0px;}
	.homelayout #g-feature .g-block:last-child .g-content { margin-right: 1.5rem; margin-left: 1.5rem; }
	.homelayout #g-feature { background: url(../images/template/background-mobile.jpg) no-repeat 50% 50% !important; }
}

/*PARALLAX*/
.homelayout body, .homelayout html { height: 100%; }
.homelayout #g-feature {
	background-color: white;
	background-image: url(../images/template/background.jpg);
	background-attachment: fixed;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover !important;
}



/************ FOOTER  ************/
#g-footer {border-top: none; }
#g-footer a { color: white; }
#g-footer h5 { color: white; margin-bottom: 0px; }
#g-footer a:hover{ color: #10539d;  }
img.footer-icon { width: 35px; padding: 5px; }
a:hover img.footer-icon { background: rgba(255,255,255,0.15); }
.footer-menu td a { font-family: 'Spectral', serif; font-size: 1.2rem; }

@media only screen and (min-width: 768px) {
	.line-mobile { display: none; }
}

@media only screen and (max-width: 767px) {
	img.footer-logo { width: 70%; }
	.footer-menu { order: 2; }
	.footer-menu .g-content { margin-top: 0; padding-top: 0; }
	.footer-contact { order: 1; text-align: center; }
	.footer-contact .g-content { margin-bottom: 0; padding-bottom: 0; }
}

/************ 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: white; }
#g-copyright a:hover .fa.fa-lock { color: #10539d; }


/**********************************************************************************
SUBPAGES
**********************************************************************************/

/************ HERO IMAGE ************/
.hero p { margin: 0; }
.hero img { height: 33vw; object-fit: cover; object-position: center; width: 100%; opacity: 0.5; }
.hero-container { position: relative; text-align: center; color: white; }
.hero-text { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 90%; }
.hero-text h1 { color: white; font-size: 3.5rem; text-shadow: 0px 0px 15px black; }
.hero-text h5 { color: white; font-size: 2.5rem; text-shadow: 0px 0px 15px black; }
.hero-text h6 { color: white; font-size: 2rem; text-shadow: 0px 0px 15px black; }
.hero-text p { color: white; font-size: 1.5rem; text-shadow: 0px 0px 15px black; }
.hero .mod_placehere_leading.even { overflow: hidden !important; }
/*.outline-23 .hero img {opacity: 0.65; }*/
/*.outline-23 .hero-text { top: 75%;}*/

@media only screen and (max-width: 767px) { 
	.hero-text h1 { font-size: 2.25rem; }
	.hero-text h5 { font-size: 1.75rem; }
	.hero-text h6 { font-size: 1.25rem; }
	.hero-text p { font-size: 1rem; }
	.hero img { height: 50vw; }
}

@media only screen and (max-width: 600px) {
		.hero-text p { font-size: 0.8rem;}
		.hero img { height: 70vw; }
}

/************ SEPARATOR  ************/
.separator .g-content { margin: 0; padding: 0; }
.separator-mobile { display: none; }
.separator:last-child img { margin: 0 auto 50px auto; width: 100%; }
#g-feature .separator:last-child img { margin: 30px auto; }

@media only screen and (max-width: 767px) {
  .separator-desktop { display: none; }
  .separator-mobile { display: block !important; }
}

/************ SUBPAGE TILES (SEE FAMILY LIFE OFFICE FOR EXAMPLE)  ************/
.subpage-tiles .g-content { margin-bottom: 0px; padding-bottom: 0px; }
.subpage-tiles h4 { background: none; text-align: center; font-size: 1.5rem; }
.subpage-tiles .sprocket-strips-s-block { padding: 0 2%; }
.subpage-tiles .sprocket-strips-s-content > a.readon { position: absolute; top: 0; right:0; bottom: 0; left: 0; background: none; display: flex; justify-content: center;  align-items: center; border-radius: 0; }
.subpage-tiles .sprocket-strips-s-item { position: relative; display: flex; flex-direction: column; justify-content: center; 
	text-align: center; padding-left: 0; padding-right: 0; margin-left: 0; margin-right: 0; }
.subpage-tiles .sprocket-strips-s-item .readon { margin: 0; }
.subpage-tiles .sprocket-strips-s-item .readon:hover { background: rgba(16,83,157,0.35); box-shadow: 0px 0px 10px rgba(0,0,0,0.3);}
.subpage-tiles .sprocket-strips-s-item .readon span  { color: white; flex: 1; text-align: center; transition: all .2s ease-in; opacity: 0; font-family: 'Spectral SC', serif; font-size: 1.7rem;}
.subpage-tiles .sprocket-strips-s-item .readon:hover span  { opacity: 0; }

@media only screen and (min-width: 1250px) {
	/*.subpage-tiles .sprocket-strips-s-content { width: 300px; }*/
	.subpage-tiles .sprocket-strips-s-item { width: 300px; }
}


@media only screen and (max-width: 767px) {
	.subpage-tiles h4 { font-size: 1.2rem; }
	.subpage-tiles .sprocket-strips-s-item .readon span  { font-size: 1.3rem; }
}

/**** Subpage Tiles for existing div tag or equaltables ****/
/*.equaltables, */.quicktiles, .equaltables2, .quicktiles2 { display: flex;}
/*.equaltables > div, */.quicktiles > div, .equaltables2 > div, .quicktiles2 > div { flex: 1; padding: 10px; transition: all .3s ease-in; }
/*.equaltables > div:hover, */.quicktiles > div:hover, .equaltables2 > div:hover, .quicktiles2 > div:hover{background: rgba(16,83,157,0.35); box-shadow: 0px 0px 10px rgba(0,0,0,0.3);}
/*.quicktiles > div:hover a { color: #ffffff; }*/
/*.equaltables a, */.quicktiles a, .equaltables2 a, .quicktiles2 a  { color: #10539D; text-align: center;}
/*.equaltables h5,*/ .quicktiles h5, .equaltables2 h5, .quicktiles2 h5  { color: #10539D;}
/*.equaltables h3, */.quicktiles h3, .equaltables2 h3, .quicktiles2 h3  { line-height: 1.1;}
/*.equaltables img, */.quicktiles img {
object-fit: cover;
object-position: center;
height: 16vw;
width: 90%;
}
/*to work with side column & menu*/
/*.equaltables2 img, */.quicktiles2 img {
object-fit: cover;
object-position: center;
height: 12vw;
width: 90%;
}


@media only screen and (max-width: 767px) {
/*.equaltables > div,*/ .quicktiles > div, .equaltables2 > div, .quicktiles2 > div  { flex: 100%; }
/*.equaltables, */.quicktiles, .equaltables2, .quicktiles2  { flex-wrap: wrap; }
/*.equaltables a, */.quicktiles a, .equaltables2 a, .quicktiles2 a  { font-size: 1rem;}
/*.equaltables img,*/ .quicktiles img, .equaltables2 img, .quicktiles2 img  { height: 40vh;}
}



/************ BOTTOM CONTACT  ************/
#g-bottom { padding: 0; }
#g-bottom .layout-showcase { margin: 0; }

#g-bottom .layout-showcase .sprocket-features-list {overflow: hidden; }
#g-bottom .sprocket-features-img-container img {
	object-fit: cover; 
	object-position: center;
	height: 43vw !important;
	width: 50vw !important;
}
#g-bottom .sprocket-features-container {display: flex; align-items: center; }
#g-bottom .sprocket-features-img-container {width: 50vw !important; order:2;}
#g-bottom .sprocket-features-content { flex:1; order:1; height: 43vw !important; padding: 1% 0 0 4%; float: none !important; background: url(../images/template/background-contact.jpg) 0% 0% no-repeat !important; background-size: cover !important;}
#g-bottom .sprocket-features-img-container { margin-right: 0; }
#g-bottom .layout-showcase .sprocket-features-img-container img { float: none; margin-left: 0px; border-radius: 0; }
#g-bottom .layout-showcase .sprocket-features-img-container { margin-bottom: 0px; float: none;}
.outline-23 #g-bottom .layout-showcase .sprocket-features-title {margin: 0;}

#g-bottom h2.sprocket-features-title { color: #10539d; font-family: 'Spectral SC', serif; font-size: 2.2rem;}
#g-bottom .sprocket-features-desc h5 a { color: #e01e2d; }
#g-bottom .sprocket-features-desc h5 a:hover { color: #10539d; }

@media only screen and (min-width: 768px) and (max-width: 959px) {
	#g-bottom .sprocket-features-content { overflow: auto; }
	.outline-23 #g-bottom .sprocket-features-content { overflow: visible; }
}

@media only screen and (max-width: 767px) {
	#g-bottom .g-grid .g-block .g-content { margin: 0; padding: 0; }
	#g-bottom.g-flushed { padding: 0!important; }
	#g-bottom .sprocket-features-container {flex-direction:column;}
	#g-bottom .sprocket-features-content { overflow: auto; padding-left: 0px; }
	#g-bottom .sprocket-features-img-container {margin-right: 0px;}
	#g-bottom .sprocket-features-content { width:  100% !important; min-height: 70vw !important; } 
	#g-bottom .sprocket-features-img-container img {height: 70vw !important; width: 100% !important; }
	#g-bottom .sprocket-features-img-container { width: 100% !important;}
	#g-bottom .layout-showcase .sprocket-features-img-container img { margin: 0; border: none;}
	#g-bottom .sprocket-features-list { margin: 0; }
	#g-bottom h2.sprocket-features-title { padding-right: 40px; }
	#g-bottom .sprocket-features-desc { padding-right: 40px; }
}

@media only screen and (min-width: 500px) and (max-width: 767px) {	
	.outline-23 #g-bottom .sprocket-features-content  { overflow: visible; padding-left: 0px; }
	.outline-23 #g-bottom .sprocket-features-content { width:  100% !important; min-height: 70vw !important; } 
}

@media only screen and (max-width: 499px) {
	.outline-23 #g-bottom .sprocket-features-content  { overflow: visible; padding-left: 0px; }
	.outline-23 #g-bottom .sprocket-features-content { width:  100% !important; min-height: 70vh !important; } }



/************ BREADCRUMBS ************/
.breadcrumb { text-align: right; margin: 0; padding: 1% 4%;  }
.breadcrumb > li > .divider { margin-right: .75em; }
.breadcrumb li { font-family: 'Spectral', serif; }

/************ BACKGROUND SHIELD  ************/
/*#g-mainbar .g-grid:first-child { z-index: 10; }*/
/*.background-shield .g-content { background: url(../images/template/background-shield.jpg) 0% 0% no-repeat !important; position: absolute; height: 52vw; width: 100%; top: 20%; left:70%; z-index: 0; }*/

/*********SIDE MODULES*****************/
#g-aside .title1 .g-title {text-transform: none; font-family: 'Spectral';  font-size: 1.5rem; padding: 0.5rem 0 0 0; margin: 0.25rem 0; border-bottom: solid 1px;} 
#g-aside .moduletable .category-module {padding: 0.238rem 0.376rem; border: none;} 
#g-aside .moduletable .category-module li {list-style-type: square; font-size: 1rem; line-height: 1.1 !important; padding-bottom: 0.238rem;
    margin-bottom: 0.225rem;} 
#g-aside .moduletable .category-module li a {display: inline;} 
#g-aside .moduletable .category-module p {font-size: 1rem; } 

#g-aside .platform-content {margin: 0.325rem 0; padding: 0.75rem 0 0 0; }
#g-aside .button {color: #ffffff; background: #10539d;} 
#g-aside .button:hover {background: #777;} 

#g-mainbar .button {color: #ffffff; background: #10539d;} 
#g-mainbar .button:hover {background: #777;}

#g-aside .sprocket-lists-portrait-title {margin: 0 0 10px 0;} 


/**********SNR Category List Page Table ******/
table.table-bordered thead th {background-color: #ffffff;}
.table-bordered {border:none;}
.cat-list-row0 {background-color: #ddd0;}


/************ SNR PAGE************/
.snrhome #g-showcase { background: white; }
.outline-22 #g-expanded { background: url(../images/template/background-shield.jpg) 100% 100% no-repeat; }
.snr-button a.button { color: #001642; font-family: 'Spectral SC', serif; text-align: center; }
.snr-button img { margin-right: 15px; }
.latest h3.g-title { color: #001642; }
.snr-recent-news h3.g-title, .popular h3.g-title { color: #001642; margin-bottom: 0px; padding-bottom: 0px; }
	
@media only screen and (max-width: 767px) {
	.outline-22 #g-expanded { background: url(../images/template/background-shield.jpg) 50% 100% no-repeat; }
}
/************ SNR QUICKLINKS COLUMN ************/
.blockcolor, .blockcolorfill { background: #001642; transition: all .3s ease-in;  }
.blockcolor:hover { background: #10539d; }
.buttonbuffertopnone.buttonbuffer { margin-top: 0px;}
.buttonbuffer { margin-top: 5px; margin-bottom: 5px;}
.buttonbufferbottomdouble { margin-bottom: 10px;}
.buttonbufferbottom { margin-bottom: 5px;}
.headerarea { display: flex; flex-direction: column; flex: 1; }
.blockcolor { flex: 1; }
/* Equal to height of rotator image; see line 163 */ .headerareamod, .headerareamod .g-content, .headerareamod .platform-content, .headerareamod .moduletable, .headerareamod .custom, .headerareamod .headerarea { height: 40vw;}
.blockcolor { text-align: center; padding: 0; display: flex; align-items: center; justify-content: center; }
.blockcolor a { color: white; text-align: center; font-size: 1.25vw; text-transform: uppercase; letter-spacing: 2px; }
.buttonbufferbottomnone { margin-bottom: 0px; }

@media only screen and (max-width: 767px) {
	.outline-22 #g-expanded { padding: 10% 2% 0 2%; }
	.headerarea { flex-direction: row; flex-wrap: wrap; justify-content: flex-start; }
	.headerareamod { height:  auto; }
	.blockcolor { border: 5px white solid; flex-basis: 50%; padding: 10px; }
	.blockcolor a { color: white; text-align: center; font-size: 3vw;}
	.buttonbuffer { margin-top: 0px; }
}

/************ SNR LATEST COLUMNS ************/
/*.sprocket-strips-container { display: flex; justify-content: center; }*/
.sprocket-strips .readon span { font-size: 1.5rem;}
.sprocket-strips { position: relative; }
.sprocket-strips-item { background: url(../images/template/article.png) 0 0 no-repeat; }
.sprocket-strips-pagination { display: none; }
.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: -50px; }
.sprocket-strips .sprocket-strips-nav .arrow.prev { left: -50px; }
.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; }
.sprocket-strips-item { position: relative; }
.sprocket-strips-item .readon { padding: 0; margin: 0;}
.sprocket-strips-item .readon:hover { background: rgba(0,22,66,0.35);}
.sprocket-strips-item .readon span  { flex: 1; text-align: center; transition: all .2s ease-in; opacity: 0; }
.sprocket-strips-item .readon:hover span  { opacity: 0; } /**hide read more words 11.12.19**/
.sprocket-strips-content h4 { 
	position: absolute; left: 0; right: 0; bottom: 0; 
	background: rgba(0,22,66,0.85); font-size: 1.2rem; text-shadow: 1px 1px 3px rgba(0,0,0,.5); 
	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;
}
.sprocket-strips-item { box-shadow: 0px 0px 10px rgba(0,0,0,0.45); }
.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: 1;} /**Fr. Coulter wants title to remain visible 11.12.19**/
.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) {	
	.sprocket-strips .cols-4 > li { width: 43%; float: left; }
	.sprocket-strips .cols-4 > li { margin-bottom: 30px; }
	.sprocket-strips-p-container .sprocket-strips-p-block { width: 100%; }
	.sprocket-strips-item, .sprocket-strips-p-item { flex-direction: column; }
	/*.sprocket-features-content img { display: none;}*/
	.sprocket-strips .sprocket-strips-nav .arrow.next { right: -20px; }
	.sprocket-strips .sprocket-strips-nav .arrow.prev { left: -20px; }
	.sprocket-strips-item { height: 45vw;  }
}

/************ SNR RECENT NEWS ************/
.snr-recent-news h4 { background: none; }
.snr-recent-news .sprocket-strips-p-block { margin-bottom: 2%; }
.snr-recent-news .sprocket-strips-p-item img { 	max-width: 18vw; margin-right: 15px; height: 12vw; object-position: center; object-fit: cover; margin-bottom: 0px; }
.snr-recent-news .sprocket-strips-p-content {padding: 0px; margin: 10px 0; }
.snr-recent-news .sprocket-strips-p-content .readon { background: none; text-transform: uppercase; font-weight: bold;  padding: 0px; margin: 0px; }
.snr-recent-news .sprocket-strips-p-content .readon:hover { color: #e01e2d; }

 @media only screen and (min-width: 960px) and (max-width: 1199px) { 
.snr-recent-news .sprocket-strips-p-item img { 	max-width: 18vw;  height: 11vw; }

 }


@media only screen and (min-width: 500px) and (max-width: 767px) {	
	.snr-recent-news .sprocket-strips-p-item img { max-width: 35%; height: 140px; }
	.snr-recent-news h4 { font-size: 1.5rem; }
}

@media only screen and (max-width: 499px) {
	.snr-recent-news .sprocket-strips-p-item img { max-width: 60vw !important; height: 140px; float: none; }
	.sprocket-strips-p-item img { width: 80%;}
	.snr-recent-news .sprocket-strips-p-content {margin-bottom: 20px;}
}


/************ SNR MOST POPULAR ************/
.popular ul { list-style: none; margin-left: 0px; }
.popular li { margin-bottom: 20px; display: flex; flex-wrap: wrap; }
.popular .mod-articles-category-title  { font-family: 'Spectral', serif; font-size: 1.3rem; order: 1; margin-right: 10px; line-height: 1.2; }
.popular .mod-articles-category-category { order: 2; margin-right: 10px; align-content: flex-end; }
.popular .mod-articles-category-date { order: 3; align-content: flex-end; }
.popular .mod-articles-category-category a { color: #333; }
.popular .mod-articles-category-category a:hover { color: #e01e2d; }

/**********REDUCE SPACING UNDER SEARCH SNR***************/
.outline-22 #g-expanded .platform-content {padding-bottom: 0;}

/**********PHOTO AND VIDEO GALLERIES**************/
.smallerarticletitles .page-header h2 {font-size: 1.8rem; line-height: 2.5rem; padding-bottom: 0; }

/************ CONTACTS DIRECTORY TABLES  ************/
.contact-category .category li {padding: 5px;}
.list-striped li:nth-child(odd), .list-striped dd:nth-child(odd), .row-striped .row:nth-child(odd), .row-striped .row-fluid:nth-child(odd) 
{ background: rgba(0,0,0,.05) !important;}
.list-title a { font-size: 1.3rem;}

.dl-horizontal dd { margin-left: 0px;} 
.thumbnail.pull-right { padding-left: 5px;}
.dl-horizontal:after { clear: none; }
.contact-suburb { font-size: 1.4rem; font-weight: bold ;}


/************ GRIDS PAGE LAYOUT  ************/
.gridslayout equaltable a:hover {background: rgba(16,83,157,0.35); box-shadow: 0px 0px 10px rgba(0,0,0,0.3);}

/**************EDUCATION SCHOOLS SHOWCASE************/
.outline-32 #g-showcase .g-title { padding: 10px; text-align: center; }
.outline-32 #g-showcase h3 {color: #fff; font-size: 1.8rem;}
.outline-32 #g-showcase .moduletable .category-module {border: none;}
.outline-32 #g-showcase .moduletable .category-module li {border-bottom: 0.5px solid rgba(255, 255, 255, 0.95);}
.outline-32 #g-showcase a {color: #fff;}
.outline-32 #g-showcase a:hover {color: #acc3dd;}
.outline-32 #g-showcase .g-content { padding: 0; margin: 0; }
.outline-32 #g-showcase .layout-slideshow .sprocket-features-img-container img { float: none; width: 100%;  height: 42vw !important; object-fit: cover; object-position: center; }

.outline-32 #g-feature .g-title {padding-bottom: 10px;}
.outline-32 #g-feature .platform-content {padding: 1rem 0;}

@media only screen and (max-width: 767px) {
	.outline-32 .headerareamod { height: 410px; }
}

/***************FAQ MODULE TRIBUNAL*****************/
.sprocket-lists-modern-title {padding: 10px 0 10px 0 !important; font-size: 1.5em !important;}
.sprocket-lists-modern-title .indicator {  border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 8px solid #303030;}

/************ ADDITIONONAL MENU ADJUSTMSNS  ************/
#g-navigation > .g-grid { align-items: stretch; }
/*#g-navigation > .g-grid .g-block:first-child { padding-left: 2vw; display: flex; justify-content: flex-end; align-items: center; }*/
#g-navigation > .g-grid .g-block:nth-child(2) { display: flex; justify-content: center; align-items: center; }
/*#g-navigation > .g-grid .g-block:last-child { padding-right: 2vw; display: flex; justify-content: flex-start; align-items: center; padding-bottom: 0; }*/
#g-navigation > .g-grid .g-block { display: flex; justify-content: center; align-items: center; }
#g-navigation > .g-grid .g-block.fullheightmenu { padding-top: 0; padding-bottom: 0px;}
/*#g-navigation > .g-grid .g-block { padding-top: 1vw; padding-bottom: 1vw;}*/
/*#g-navigation .ptb .g-content { padding: 1vw 0; }*/
/*#g-navigation .searchpadding .g-content { padding: .7vw 0; }*/

.g-main-nav .g-sublevel { padding: 0.625rem; }


@media only screen and (max-width: 767px) {
	#g-navigation > .g-grid .g-block:last-child { justify-content: center; }
}
  

.fullheightmenu .g-content, .fullheightmenu .g-main-nav, .fullheightmenu .g-toplevel, .fullheightmenu #g-navigation > .g-grid .g-block:last-child {
	display: flex; align-items: stretch; height: 100%; }

.fullheightmenu #g-navigation > .g-grid .g-block:last-child { justify-content: flex-end; }

.fullheightmenu .g-main-nav .g-toplevel > li { display: flex; align-items: center;}

.g-main-nav:not(.g-menu-hastouch) .g-fullwidth .g-dropdown.g-active { top: 4.5vw; border-radius: 0; }
.g-main-nav .g-fullwidth > .g-dropdown:before { content: none; display: none; }

#g-navigation { padding: 0 3% 0 1%; margin: 0; } 
#g-navigation .g-content { width:  100%;}
#g-navigation, .g-main-nav > .g-toplevel > li {min-height: 4.5vw;}
 .g-main-nav .g-fullwidth > .g-dropdown { margin-top: 0px;}

.g-main-nav .g-sublevel > li > .g-menu-item-container { padding-top: .4rem; padding-bottom: .4rem;}
.g-main-nav ul.g-toplevel, .g-main-nav { width:  100%;}

#g-offcanvas #g-mobilemenu-container ul > li > .g-menu-item-container { padding: 0.325rem;}
#g-offcanvas .offcanvas-logo .g-content {padding: 0;}
#g-offcanvas .g-content {padding-top: 0;}
#g-offcanvas {overflow-y: visible;}

/*#g-navigation > .g-grid .g-block:last-child, #g-navigation > .g-grid .g-block:first-child { padding-left: 0px; padding-right: 1.5%;}*/

@media only screen and (min-width: 768px) and (max-width: 959px) {
	#g-navigation, .g-main-nav > .g-toplevel > li {min-height: 6vw;}
	.g-main-nav:not(.g-menu-hastouch) .g-fullwidth .g-dropdown.g-active { top: 6vw;  }
}

/************ UPCOMING EVENTS  ************/
/**.rme-badge {
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-family: 'Spectral', serif; font-weight: bold ;
	background: #aca79d; 
	border-radius: 3px; 
	color: white; 
	padding: 5px 0px; 
	width: 55px; 
	float: none; 
	margin-bottom: 0px;
}**/

.homelayout #g-feature .rme-items { padding: 0; }

.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.5rem; font-weight: normal; font-family: 'Spectral', serif; color: white; text-align: center;}
.rme-date {text-align: center; font-size: 1rem;}
.rme-time { font-size: 1rem; font-weight: 300;text-align: center; color: white; }
.rme-items li { 
	display: flex; 
	background: none; 
	border: none; 
	padding: 0 0 0.938rem 0 ;
    margin: 0 0 0.625rem 0;
}
.rme-details {margin: 0;}

@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: 1.2rem; }
	.rme-time { font-size: 1.1rem; }
	.rme-day { font-size: 1.5rem;}
}






/*
@media only screen and (min-width: 2000px) {
		.g-main-nav:not(.g-menu-hastouch) .g-fullwidth .g-dropdown.g-active { top: 3vw;  }
	}
/* .outline-21 .g-main-nav .g-standard > .g-dropdown, .g-main-nav .g-fullwidth > .g-dropdown {
    margin-top: -10px;
}	 */

.priests #g-mainbar .row-fluid [class*="span"] > div {
	display: flex;
	flex-direction: column;}

div > .contact-form {order: 3;}
div > .contact-miscinfo {order: 2;}
/*.priests #g-mainbar > div {
	display: flex;}*/
 

/************ TOP LEFT MENU  ************/
.accordion .indicator {
	float: none;
	border: none;
	color: white;
}
.accordion li.active .accordion-item-title .indicator { color: white; }

/************ ERROR PAGE ************/
.extrapaddingtop { padding-top: 50px; }


/************JULY 2023 edits - contacts****************/
.dl-horizontal dt {width: 0;}
dl {margin-bottom: 0;}
.contact-suburb {font-weight: 400; font-size: 1.1rem;}

.moduletable .nav.menu li {color: white;}

@media only screen and (min-width: 767px) {
	.marriage-prep-page .page-header h2 {
		text-align: center;
		font-family: 'Frank Ruhl Libre', serif;
		font-size: 3.5vw;
		line-height: 1;
		font-weight: 700;
		margin-top: 6vw;
		margin-bottom: 4vw;
		color: #000000;
	}

	.marriage-prep-page .hero-text {
		top: 6vw;
		left: 4vw;
		right: 8vw;
		bottom: 2vw;
		height: calc(100% - 8vw);
		width: calc(100% - 12vw);
		transform: unset;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		gap: 2vw;
	}
	.marriage-prep-page .hero-text h1 {
		font-size: 4vw;
		line-height: 1;
		text-transform: none;
		font-variant-caps: normal;
		font-weight: 700;
		margin: 0;
		padding: 0;
		font-family: 'Frank Ruhl Libre', serif;
		text-shadow: none;
	}
	.marriage-prep-page .hero-text p {
		text-align: left;
		text-shadow: none;
	}
	.marriage-prep-page .hero-text .quote-text {
		font-size: 1.5vw;
		line-height: 1.4;
	}
	.marriage-prep-page .hero-text .quote-name {
		font-size: 1.15vw;
		font-weight: 700;
		line-height: 1;
		padding-left: 2vw;
	}
}

@media only screen and (max-width: 767px) {
	.marriage-prep-page .page-header {
		margin: 0!important;
		padding: 0!important;
	}
	.marriage-prep-page .page-header h2 {
		text-align: center;
		font-family: 'Frank Ruhl Libre', serif;
		font-size: 7vw;
		line-height: 1;
		font-weight: 700;
		margin-top: rem;
		margin-bottom: 2rem;
		color: #000000;
	}

	.marriage-prep-page .hero-text {
		top: 1rem;
		left: 1rem;
		right: 1rem;
		bottom: 2rem;
		height: calc(100% - 3rem);
		width: calc(100% - 2rem);
		transform: unset;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: flex-start;
		gap: 1rem;
	}
	.marriage-prep-page .hero-text h1 {
		font-size: 8vw;
		line-height: 1;
		text-transform: none;
		font-variant-caps: normal;
		font-weight: 700;
		margin: 0;
		padding: 0;
		font-family: 'Frank Ruhl Libre', serif;
		text-shadow: none;
	}
	.marriage-prep-page .hero-text p {
		text-align: left;
		text-shadow: none;
	}
	.marriage-prep-page .hero-text .quote-text {
		font-size: 4vw;
		line-height: 1.4;
	}
	.marriage-prep-page .hero-text .quote-name {
		font-size: 3vw;
		font-weight: 700;
		line-height: 1;
		padding-left: 1rem;
	}
}

@media only screen and (min-width: 767px) {
	.accordian-view {
		margin: 0!important;
		padding: 0!important;
		margin-bottom: 6vw!important;
	}
	.accordian-view .sprocket-lists-modern {
		margin: 0!important;
		padding: 0!important;
	}
	.accordian-view .sprocket-lists-modern-container {
		margin: 0!important;
		padding: 0!important;
		display: flex;
		flex-direction: column;
		gap: 5px;
	}
	.accordian-view .sprocket-lists-modern-container > li {
		margin: 0!important;
		padding: 0!important;
		transition: .3s all ease-in-out;
		border: none!important;
	}
	.accordian-view .sprocket-lists-modern-container > li.active .sprocket-lists-modern-title {
		background: #10539d;
		color: #ffffff;
		transition: .3s all ease-in-out;
	}
	.accordian-view .sprocket-lists-modern-container > li:hover .sprocket-lists-modern-title {
		background: #10539d;
		color: #ffffff;
		transition: .3s all ease-in-out;
	}
	.accordian-view .sprocket-lists-modern-container > li.active .sprocket-lists-modern-title .indicator {
		opacity: 1;
		transform: rotate(180deg);
		color: #ffffff;
		border: none!important;
		transition: .3s all ease-in-out;
	}
	.accordian-view .sprocket-lists-modern-container > li:hover .sprocket-lists-modern-title .indicator {
		opacity: 1;
		color: #ffffff;
		border: none!important;
		transition: .3s all ease-in-out;
	}
	.accordian-view .sprocket-lists-modern-container > li.active .sprocket-lists-modern-title .indicator:before {
		border: none!important;
		transition: .3s all ease-in-out;
	}
	.accordian-view .sprocket-lists-modern-title {
		margin: 0!important;
		padding: 2vw!important;
		background: #f1f1f1;
		color: #000000;
		border-radius: 0;
		display: flex;
		flex-direction: row;
		gap: 2vw;
		justify-content: space-between;
		align-items: center;
		transition: .3s all ease-in-out;
		font-size: 2vw!important;
		font-family: 'Heebo', sans-serif;
		font-weight: 600;
	}
	.accordian-view .sprocket-lists-modern-title .indicator {
		margin: 0!important;
		padding: 0!important;
		position: unset;
		font-size: 4vw;
		border: none;
		line-height: 1;
		display: flex;
		justify-content: center;
		align-items: center;
		transition: .3s all ease-in-out;
	}
	.accordian-view .sprocket-lists-modern-title .indicator:before {
		content: '\f0d7';
		font-family: 'FontAwesome';
		font-weight: 900;
		line-height: 1;
		transition: .3s all ease-in-out;
	}
	.accordian-view .sprocket-lists-modern-item {
		margin: 0!important;
		padding: 0!important;
	}
	.accordian-view .sprocket-lists-modern-item .sprocket-padding {
		margin: 0!important;
		padding: 2vw!important;
	}
	.accordian-view .sprocket-lists-modern-item :is(p, li) {
		font-size: 1.25vw;
		line-height: 1.5;
	}
}

@media only screen and (max-width: 767px) {
	.accordian-view {
		margin: 0!important;
		padding: 0!important;
		margin-bottom: 2rem!important;
	}
	.accordian-view .sprocket-lists-modern {
		margin: 0!important;
		padding: 0!important;
	}
	.accordian-view .sprocket-lists-modern-container {
		margin: 0!important;
		padding: 0!important;
		display: flex;
		flex-direction: column;
		gap: 5px;
	}
	.accordian-view .sprocket-lists-modern-container > li {
		margin: 0!important;
		padding: 0!important;
		transition: .3s all ease-in-out;
		border: none!important;
	}
	.accordian-view .sprocket-lists-modern-container > li.active .sprocket-lists-modern-title {
		background: #10539d;
		color: #ffffff;
		transition: .3s all ease-in-out;
	}
	.accordian-view .sprocket-lists-modern-container > li:hover .sprocket-lists-modern-title {
		background: #10539d;
		color: #ffffff;
		transition: .3s all ease-in-out;
	}
	.accordian-view .sprocket-lists-modern-container > li.active .sprocket-lists-modern-title .indicator {
		opacity: 1;
		transform: rotate(180deg);
		color: #ffffff;
		border: none!important;
		transition: .3s all ease-in-out;
	}
	.accordian-view .sprocket-lists-modern-container > li:hover .sprocket-lists-modern-title .indicator {
		opacity: 1;
		color: #ffffff;
		border: none!important;
		transition: .3s all ease-in-out;
	}
	.accordian-view .sprocket-lists-modern-container > li.active .sprocket-lists-modern-title .indicator:before {
		border: none!important;
		transition: .3s all ease-in-out;
	}
	.accordian-view .sprocket-lists-modern-title {
		margin: 0!important;
		padding: 1rem!important;
		background: #f1f1f1;
		color: #000000;
		border-radius: 0;
		display: flex;
		flex-direction: row;
		gap: 1rem;
		justify-content: space-between;
		align-items: center;
		transition: .3s all ease-in-out;
		font-size: 5vw!important;
		font-family: 'Heebo', sans-serif;
		font-weight: 600;
	}
	.accordian-view .sprocket-lists-modern-title .indicator {
		margin: 0!important;
		padding: 0!important;
		position: unset;
		font-size: 8vw;
		border: none;
		line-height: 1;
		display: flex;
		justify-content: center;
		align-items: center;
		transition: .3s all ease-in-out;
	}
	.accordian-view .sprocket-lists-modern-title .indicator:before {
		content: '\f0d7';
		font-family: 'FontAwesome';
		font-weight: 900;
		line-height: 1;
		transition: .3s all ease-in-out;
	}
	.accordian-view .sprocket-lists-modern-item {
		margin: 0!important;
		padding: 0!important;
	}
	.accordian-view .sprocket-lists-modern-item .sprocket-padding {
		margin: 0!important;
		padding: 1rem!important;
	}
	.accordian-view .sprocket-lists-modern-item :is(p, li) {
		font-size: 4vw;
		line-height: 1.5;
		font-family: 'Heebo', sans-serif;
	}
}