@import url('//fonts.googleapis.com/css?family=Lato:400,400i,700,700i|Marcellus|Marcellus+SC&display=swap');

/************ 

Navy: #011434; rgba(1,20,52,1)
Gold: #CFBB75; rgba(207,187,117,1)
rotator - navy 85%
ql -navy 65%

************/

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: 'Marcellus SC', serif; color: #CFBB75; font-size: 2.5rem;}
h2, .page-header h2 { font-family: 'Marcellus', serif; color: #011434; font-size: 2rem; border-bottom: 1px solid #333;  line-height: 1.3; margin: 0; padding: 0;}
h3 { font-family: 'Marcellus', serif; color: #CFBB75; font-size: 2rem;}
h4 { font-family: 'Marcellus', serif; background: #011434; font-size: 1.75rem;color: white; border-radius: .2rem; padding: .1rem .4rem;}
h5 { font-family: 'Marcellus SC', serif; color: #011434; font-size: 1.5rem; }
h6 {color: #CFBB75; font-size: 1.6rem; /*font-style: italic;*/}
a { color: #CFBB75; }
a:hover { color: #011434; }

#g-expanded a { color: #011434;  }
#g-showcase a:hover, #g-expanded a:hover  { color: #ffffff;  }

#g-feature:before { border: none; }

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;
}

span.titlefont {font-family: 'Marcellus', serif;}
span.bodyfont {font-family:  'Lato', sans-serif;}
span.spaced {letter-spacing: 2px;}
span.navy {color: #011434;} 

/************ BUTTONS  ************/
.readon, .button, .btn, p.readmore .btn   { 
  color: white; 
  font-size: 1rem;
  text-transform: none;
  font-weight: normal;
  background: #011434; 
  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-expanded .readon a, #g-expanded .button a, #g-expanded .btn a, #g-expanded p.readmore .btn a  { color: white;  }
#g-showcase .readon   { background: #CFBB75;  }
#g-expanded .readon, #g-expanded .button, #g-expanded .btn, #g-expanded p.readmore .btn   { width: 120px; }
.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: #011434; border: 1px solid #011434;}
.fancytable td { border: 1px solid #011434;}

/************ 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: 24vh; object-fit: cover; width: 100%; opacity: 0.35; }

@media only screen and (max-width: 767px) { 
	.hero img { height: 24vh; }
}

/************ HOMELAYOUT  ************/
.homelayout .hiddenhome { display: none; }
p.buttonheading { margin: 0; padding: 0; }

/************ HEADER ************/
#g-top { background: rgba(1, 20, 52, 0.8) url(../images/template/header.png) 0% 0% no-repeat !important; background-size: cover !important; }
#g-top { padding: 0 0 0 10%; }

@media only screen and (max-width: 767px) {
	.logo .g-content.g-particle { padding-bottom: 0px; }
	#g-top { margin-bottom: 10px;  }
}

/************ ALIGN VERTICALLY  ************/
.align-y { display: flex; align-items: center; }

@media only screen and (max-width: 767px) { 
	.align-y { display: flex; align-items: center; justify-content: center; }
}

/************ TOP ICONS  ************/
.g-iconmenu {display: flex; width: 100%;  margin: 0 0 0 auto;}
.g-iconmenu > a  { color: #CFBB75;  flex:1; border-left: 1px #CFBB75 solid; padding: 0 10px; }
.g-iconmenu > a:hover { color: white; }
.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: 0.9rem; letter-spacing: 0.025rem; }
.g-iconmenu .g-iconmenu-icon {  font-size: 1.3rem; padding-bottom: 10px; }
.align-right.icons { display: flex; justify-content: flex-end; }
.icons-g-content { margin: 0; padding: 0; }

@media only screen and (max-width: 767px) { 
	.g-iconmenu {width: 100%; }
	.g-iconmenu .g-iconmenu-text {  font-size: 0.9rem; }
	.g-iconmenu .g-iconmenu-icon {  font-size: 0.9rem; }
	.icons .g-content.g-particle { margin: 0px; padding-top: 1rem; }
	.align-right.icons { justify-content: center; }
}

/************ 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: #011434; }
.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-navigation { padding: 0 5%; }
.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: #011434;  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: #011434;
	background: #CFBB75;
	font-weight: normal;
}

/**** SIDE DOCUMENT MODULES ****/
#g-aside .g-title {padding: 0;}
#g-aside h3.g-title {font-size: 1.75rem; margin-bottom: 0.25rem;}
#g-aside .platform-content {padding: 0.5rem 0;}

/************ 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: #011434; }
#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; }

/************ ROTATOR - FULL WIDTH ************/
#g-showcase .g-content {margin: 0; padding: 0;}
.sprocket-features-list li .sprocket-features-container { width: 100%; height: 42vw; overflow: hidden; position: relative; }
.arrows-active .sprocket-features-list { margin-left: 0px; margin-right: 0px;}
.sprocket-features-list li .sprocket-features-container .sprocket-features-img-container { position: absolute; top: 0; right: 0; left: 0; bottom: 0; z-index: 1; }
.homelayout  .sprocket-features-list li .sprocket-features-container .sprocket-features-content {  
	position: absolute; 
	z-index: 2; 
	top: 5%;
	right: 5%;
	bottom: 5%;
	left: 60%; 
	background: rgba(1,20,52,.85);
	padding: 20px 15px 0 30px;
	overflow: auto; 	
}
.sprocket-features-desc h3 { margin: 0; }
.layout-showcase .sprocket-features-img-container img { float: none; width: 100%;  height: 42vw !important; object-fit: cover; object-position: center; margin-right: 0px; }
.layout-showcase .sprocket-features-pagination li { padding: 8px;}
.pagination-active .sprocket-features-pagination { bottom: 15px; } 

@media only screen and (min-width: 1150px) {
	.homelayout .sprocket-features-list li .sprocket-features-container .sprocket-features-content { overflow: hidden; }
}

@media only screen and (max-width: 767px) {
	.layout-showcase .sprocket-features-img-container img { height: 42vw !important; }
	.homelayout .sprocket-features-list li .sprocket-features-container { height: 130vw;}
	.homelayout .sprocket-features-list li .sprocket-features-container .sprocket-features-img-container { position: relative; }
	.homelayout .sprocket-features-list li .sprocket-features-container .sprocket-features-content { top: 42vw; right: 0; bottom: 0; left: 0; padding: 15px; background: #011434; }
    .homelayout .sprocket-features-list li .sprocket-features-container .sprocket-features-content {  overflow: auto; } 
}

/************ BIGGER ARROWS ON SLIDESHOW ************/
.sprocket-features.layout-showcase.arrows-active.arrows-onhover .sprocket-features-arrows .arrow { 	background: none; box-shadow: none; color: white; text-shadow: 0px 0px 10px rgba(0,0,0,0.65); }
.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: 0;}
.arrows-onhover .sprocket-features-arrows .arrow.next { margin-right: 0;}

@media only screen and (max-width: 767px) {
	.sprocket-features-pagination, .sprocket-features-arrows { display: none;}
}


/************ QUICKLINK PICS  ************/
#g-utility {padding: 0;}
#g-utility .g-content {margin: 0; padding: 0;}
.quicklinkpics {display: flex;}
.quicklinkpics > div {
	flex: 1; 
	height: 200px; 
	position: relative; 
	transition: all .35s ease-in-out;
}
.quicklinkpics > div > a { 
  position: absolute; 
  top: 0; bottom: 0; right: 0; left: 0; 
  font-size: 1.4rem; color: white; text-transform: uppercase; letter-spacing: 0.025rem; line-height: 1.2;
  background: rgba(1,20,52,.65);
  transition: all .35s ease-in-out;
}
.quicklinkpics > div > a > div { 
  position: absolute;  text-shadow: 0px 0px 10px rgba(0,0,0,1);
  top: 0; bottom: 0; right: 0; left: 0; 
	border: 1px white solid; 
	margin: 5%; padding: 10%;
	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 > a {background: rgba(207,187,117, .8);;}

.quicklinkpics > div > div > img {
  object-fit: cover; 
  object-position: center;
  height: 200px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
	.quicklinkpics { display: block; border-top: 30px #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: #CFBB75;  }
	.quicklinkpics > div > a { background: #011434; flex:1; }
	.quicklinkpics > div { height: auto; border-bottom: 1px #ffffff solid;}
	.quicklinkpics > div > a > div { border: none; padding: 0; }
	.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; }
}


/***************WELCOME ****************/
#g-feature { background: url(../images/template/background.jpg) 0% 0% no-repeat !important; background-size: 35% !important; }
.welcome h1 {color: #011434; font-size: 3.5rem; }
.welcome p {color: #011434; font-size: 1.5rem; font-family: 'Marcellus', serif; margin-bottom: 0px; }

@media only screen and (max-width: 767px) {
	#g-feature { background: url(../images/template/background.jpg) -100% 0% no-repeat !important; background-size: 75% !important; }
}

/************ HOVER NEWS - HEADLINES STRIPS ************/
.news-strips .g-content { margin-bottom: 0px; padding-bottom: 0px; margin-top: 0px; padding-top: 0px; }
.news-strips .sprocket-strips-container { display: flex; justify-content: center; }
.news-strips .sprocket-strips .readon span { font-size: 1.5rem;}
.news-strips .sprocket-strips { position: relative; }
.news-strips .sprocket-strips-item { background: url(../images/template/article.jpg) 0 0 no-repeat; background-size: cover !important; }

.news-strips .sprocket-strips-arrows .arrow { background: none; color: rgba(0,0,0,.5); font-size: 5rem; box-shadow: none;}
.news-strips .layout-slideshow .sprocket-features-pagination li, .layout-slideshow .sprocket-features-arrows .arrow {box-shadow: none; }
.news-strips .layout-slideshow .sprocket-features-arrows .arrow { top: 50%;}
.news-strips .sprocket-strips .sprocket-strips-nav .arrow { position: absolute; top: 50% }
.news-strips .sprocket-strips .sprocket-strips-nav .arrow.next { right: -50px; }
.news-strips .sprocket-strips .sprocket-strips-nav .arrow.prev { left: -50px; }
.news-strips .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; }
.news-strips .sprocket-strips-item { position: relative; }
.news-strips .sprocket-strips-item .readon { padding: 0; margin: 0;}
.news-strips .sprocket-strips-item .readon:hover { background: rgba(1,20,52,0.6);}
.news-strips .sprocket-strips-item .readon span  { flex: 1; text-align: center; transition: all .2s ease-in; opacity: 0; }
.news-strips .sprocket-strips-item .readon:hover span  { opacity: 1; }
.news-strips .sprocket-strips-content h4 { 
	position: absolute; left: 0; right: 0; bottom: 0; 
	background: rgba(1,20,52,0.75); font-size: 1.3rem; 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;
}
.news-strips .sprocket-strips-item { box-shadow: 0px 0px 10px rgba(0,0,0,0.35); }
.news-strips .sprocket-strips-content h4 a { color: white; }
.news-strips .sprocket-strips-item { height: 20vw; border-radius: .5rem; }
.news-strips .sprocket-strips .cols-4 > li { width:  19%;}
.news-strips .sprocket-strips-container > li { margin: 10px 3%;}
.news-strips .sprocket-strips-item:hover .sprocket-strips-content h4 { opacity: 0;}
.news-strips .sprocket-strips-item { background-position: 50% 50%; background-size: cover; }
.news-strips .sprocket-lists-title { padding: 15px 10px !important;}
.news-strips .sprocket-lists-item .sprocket-padding { padding-top: 0px;}

@media only screen and (max-width: 767px) {	
	.news-strips .sprocket-strips-container { display: block; }	
	.news-strips .sprocket-strips .cols-4 > li { width: 43%; float: left; }
	.news-strips .sprocket-features-content img { display: none;}
	.news-strips .sprocket-strips .sprocket-strips-nav .arrow.next { right: -20px; }
	.news-strips .sprocket-strips .sprocket-strips-nav .arrow.prev { left: -20px; }
	.news-strips .sprocket-strips-item { height: 45vw;  }
}


/************ OTHER PARISH NEWS  ************/
#g-feature h3.g-title { color: #011434; border-bottom: 1px solid #dddddd; padding-bottom: 0px; margin-bottom: 0px; font-size: 1.5rem; }
#g-feature .platform-content {padding: 0.5rem 0;}


.sprocket-lists-title.padding { background: none; }
li.active h4.sprocket-lists-title.padding { padding-top: 10px !important; }
li.active .sprocket-lists-item .sprocket-padding { padding-top: 0px; }
h4.sprocket-lists-title.padding { background: none; color: #011434; text-shadow: none; border: none; margin: 0;     font-size: 1.4rem !important; }
.sprocket-lists-container li { border-bottom: 1px #dddddd solid;}
.sprocket-lists-container .indicator { display: none; }
.roksprocket-ellipsis::after {  content: ""; clear: both;  display: table; }
.sprocket-lists-pagination li { background: #011434; padding: 6px !important; border-radius: 0; }
.sprocket-lists-arrows .arrow {   background: rgba(1,20,52,0.5) !important; color: #011434; line-height: 0.5; font-size: 2rem; font-weight: bold; }

@media only screen and (max-width: 767px) {
	#g-feature h3.g-title { text-align: center; }
}



/************ UPCOMING EVENTS  ************/
.rme-badge {
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-family: 'Lato', sans-serif; font-weight: bold ;
	background: #011434; 
	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: 1.1rem; }
	.rme-time { font-size: 1.1rem; }
	.rme-day { font-size: 1.5rem;}
}

/************** NEWSFEED DISPLAYS **************/
#g-expanded { padding-top: 2%; padding-bottom: 1%; }
#g-expanded h3 { color: #011434; margin: 1.3rem 0 0.75rem 0; }
#g-expanded .platform-content {margin: 0; padding: 0;}
#g-expanded ul.newsfeed { margin: 0 0 1.5rem 0; list-style-type: none; }
#g-expanded img { box-shadow: 0px 0px 10px rgba(0,0,0,0.3); }

@media only screen and (max-width: 767px) {
	#g-expanded ul.newsfeed { text-align: center; }
}

/************MASS TIMES**********************/ 
#g-extension h1 {color: #011434;}
.mass-times h3.g-title { text-align: center; color: white; margin: 0; padding: 2rem 0; }
.mass-times h5 { margin-bottom: 0px; }

#g-extension .g-block.mass-times { margin: 0 2.5%; flex: 0 45% !important; }
.mass-times .g-content { padding: 0; margin: 0; width: 100%; background: #CFBB75; }
.mass-times .platform-content { background: url(../images/template/mass-times.jpg) 0% 0% no-repeat !important; background-size: cover !important; }
.mass-times .moduletable { background: rgba(1,20,52,0.75); }
.mass-times .mod_placehere { background: #CFBB75; padding: 15px 30px; }

@media only screen and (max-width: 767px) {
	#g-extension .g-block.mass-times { margin: 5%; flex-basis: 100% !important; }
}

/************ AMAZON SMILE & DILLONS REWARDS  ************/
#g-bottom p {color: #011434; font-size: 1.3rem; margin-bottom: 0px; }
.giving-programs .g-content { margin-left: 0px; padding-left: 0px; margin-right: 0px; padding-right: 0px; }
.giving-programs td { padding: 1rem; }
.giving-programs img { box-shadow: 0px 0px 20px rgba(0,0,0,0.25); }

@media only screen and (max-width: 767px) {
	#g-bottom { padding-top: 5%; padding-bottom: 3%; }
	#g-bottom p { text-align: center !important; }
	#g-bottom .align-y .g-content { margin-bottom: 0px; padding-bottom: 0px; }
}

/************ FOOTER  ************/
.bottom-ads .g-content { margin-bottom: 0px; padding-bottom: 0px; }
#g-footer .mod_placehere_leading.even { overflow: visible !important; }
#g-footer a { color: #CFBB75; }
#g-footer a:hover { color: white; }

@media only screen and (max-width: 767px) {
	.bottom-ads .g-content { margin-bottom: 0.625rem; padding-bottom: 1.5rem; }
	#g-footer .g-logo img { width: 90%; }
	#g-footer p { text-align: center !important; }
	.footer-address .g-content { margin-bottom: 0px; padding-bottom: 0px; margin-top: 0px; padding-top: 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: #c71833; }

@media only screen and (max-width: 767px) {
	#g-copyright { display: none !important; }
}


/*********************************************************************************************************
SCHOOL
*********************************************************************************************************/

/************ HEADER ************/
.outline-16 #g-top { background: #011434 url(../images/template/header-school.png) 0% 0% no-repeat !important; background-size: contain !important; }

@media only screen and (max-width: 767px) {
	.outline-16 #g-top { background: #011434 url(../images/template/header-school-mobile.png) 0% 0% no-repeat !important; background-size: contain !important; }
}

/************ ROTATOR **********
.outline-16 .sprocket-features-list li .sprocket-features-container .sprocket-features-content { display: none; }**/

@media only screen and (max-width: 767px) {
	.outline-16 .sprocket-features-list li .sprocket-features-container { height: 42vw; } /* equal to img height on parish rotator (mobile) */
}

/************ QUICKLINKS ************/
@media only screen and (max-width: 767px) {
	.outline-16 .quicklinkpics { display: block; border-top: 10px #ffffff solid;}
}

/************ MISSION ************/
.outline-16 #g-feature { background: url(../images/template/background-school.png) 0% 0% no-repeat !important; background-size: 35% !important; }

@media only screen and (max-width: 767px) {
	.outline-16 #g-feature { background: url(../images/template/background-school.png) 0% 0% no-repeat !important; background-size: 75% !important; }
	.outline-16 .g-block.welcome { background: rgba(255,255,255,0.4); }
}

/************ NEWS STRIPS ************/
.outline-16 .news-strips .sprocket-strips-item { background: url(../images/template/article-school.jpg) 0 0 no-repeat; background-size: cover !important; }


/************ 

Navy: #011434; rgba(1,20,52,1)
Gold: #CFBB75; rgba(207,187,117,1)
rotator - navy 85%
ql -navy 65%

************/
