@import url('//fonts.googleapis.com/css?family=Cardo:400,400i,700|Lato:400,400i,700|Marcellus|Marcellus+SC&display=swap');

/************ 

TEMPLATE NOTES

Red: #800000; rgba(128,0,0,1)
Light Tan: #E0D7CA; rgba(224,215,202,1) - backgrounds
Darker Tan: #918470; rgba(145,132,112,1) - tan headings/subtitles, Meet the Order overlay (85%)
Medium Tan: #C2B095; rgba(194,176,149,1) - top/bottom border on rotator

************/

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: 'Cardo', serif; color: #800000; font-size: 2.8rem;}
h2, .page-header h2 { font-family: 'Marcellus', serif; color: #800000; font-size: 2.5rem; border-bottom: 1px solid #333;  line-height: 1.3; margin: 0; padding: 0;}
h3 { font-family: 'Cardo', serif; color: #800000; font-size: 2rem; font-weight: bold; }
h4 { font-family: 'Marcellus', serif; background: #E0D7CA; font-size: 1.75rem; color: #800000; border-radius: .2rem; padding: .1rem .4rem;}
h5 { font-family: 'Marcellus', serif; color: #918470; font-size: 1.5rem; }
h6 {color: #918470; font-size: 1.6rem; font-style: italic;}
.page-header h1, .page-header h2, .page-header h3, .page-header h4, .page-header h5, .page-header h6 { text-transform: none; }
.page-header h1 { font-size: 2.5rem; }
a { color: #800000; }
a:hover { color: #C2B095; }

blockquote {
	color: #333;     
	padding: 0 0 0 15px;
	margin: 0 0 20px;
	border-left: 5px solid #d5d5d5;
	font: italic 16px/22px Georgia, Serif;
	line-height: 1.2;
	font-size: 1.3rem;
}

address {
	font-style: italic;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1.2;
}

/************ BUTTONS  ************/
.readon, .button, .btn, p.readmore .btn   { 
  color: white; 
  font-size: 1rem;
  text-transform: none;
  font-weight: normal;
  background: #800000; 
  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: #C2B095; color: white;}

.btn .icon-chevron-right { display: none;}

/************ TABLES  ************/
.fancytable th {color: white; background: #800000; border: 1px solid #800000;}
.fancytable td { border: 1px solid #800000;}

/************ 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: 24vw; object-fit: cover; width: 100%; }

@media only screen and (max-width: 767px) { 
	.hero img { height: 24vw; }
}

/************ HOMELAYOUT  ************/
.homelayout .hiddenhome { display: none; }
p.buttonheading { margin: 0; padding: 0; }

/************ HEADER ************/
.logo-block .g-content.g-particle { margin-bottom: 0px; margin-top: 0px; }

@media only screen and (max-width: 767px) { 
	.g-logo img { width: 82%;} 
	.logo-block .g-content.g-particle { padding: 0.75rem 1.5rem; }
}

/************ 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 { font-weight: bold; }
.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(145,132,112,0.15); }
.g-main-nav .g-sublevel > li:hover, .g-main-nav .g-sublevel > li.active {   background: rgba(0,0,0,0.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-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: #800000; 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: #E0D7CA;  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: #800000;
	background: #C2B095;
	font-weight: normal;
}

/************ SOCIAL MEDIA ICONS WHITE ************/ 
.g-social a { color: white; }
.g-social a:hover { color: #108093 !important; }

/************ CENTER SOCIAL MEDIA VERTICALLY  ************/
.g-block.size-5 { display: flex; justify-content: center; align-items: center; }

/************ OFFCANVAS MENU  ************/
.g-offcanvas-toggle {color: #800000; }
#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(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 ************/
.homelayout #g-showcase { border-top: 10px #C2B095 solid; border-bottom: 10px #C2B095 solid; }
#g-showcase { border-top: 10px #C2B095 solid; }
#g-showcase .g-content { padding: 0; margin: 0; }
.layout-slideshow .sprocket-features-img-container img { float: none; width: 100%; height: 33vw !important; object-fit: cover; object-position: center; }

.layout-slideshow .sprocket-features-content { position: absolute; top: 0; bottom: 0; left: 0px; padding: 3% 2% 3% 0; width: 100%;
display: flex; flex-direction: column; align-items: flex-end; justify-content: flex-start; }

.layout-slideshow .sprocket-features-title, .layout-slideshow .sprocket-features-desc { background: none; width: 28%; }
.layout-slideshow .sprocket-features-desc h1, .layout-slideshow .sprocket-features-desc h2, .layout-slideshow .sprocket-features-desc h3, .layout-slideshow .sprocket-features-desc h4, .layout-slideshow .sprocket-features-desc h5, .layout-slideshow .sprocket-features-desc h6, .layout-slideshow .sprocket-features-desc p {
	color: #ABA38F; }
	
@media only screen and (max-width: 767px) {
	.layout-slideshow .sprocket-features-img-container img { height: 50vh !important; }
	.layout-slideshow .sprocket-features-desc h1 { font-size: 1.5rem; }
	.layout-slideshow .sprocket-features-desc h1, .layout-slideshow .sprocket-features-desc h2, .layout-slideshow .sprocket-features-desc h3, .layout-slideshow .sprocket-features-desc h4, .layout-slideshow .sprocket-features-desc h5, .layout-slideshow .sprocket-features-desc h6, .layout-slideshow .sprocket-features-desc p {
	text-align: center; text-shadow: 2px 2px 8px rgba(0,0,0,0.8);}
	.layout-slideshow .sprocket-features-desc { padding: 0; background: rgba(0,0,0,0.3); width: 85%; }
	.layout-slideshow .sprocket-features-content { justify-content: center; align-items: center; justify-content: flex-end; padding: 3% 3% 15% 3%; }
}

/************ 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: #ABA38F; 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;}
}

/************ SECTION SPACING ************/
@media only screen and (min-width: 1200px) {
	#g-feature, #g-expanded, #g-extension, #g-bottom { padding: 0 8%; }
}

/************ OUR MISSION ************/
#g-feature:before { border: none; }
#g-feature { background: url(../images/template/background.jpg) 100% 0% no-repeat !important; }
#g-feature h3.g-title, #g-extension h3.g-title { text-transform: none; font-weight: bold; text-align: center; margin: 0; padding: 0; font-size: 2.5rem; }
#g-feature .box2 h3.g-title { text-align: left; }
#g-feature .box2 p { color: #333; }
#g-feature .box2 h2, #g-feature .box2 h2 a { border: none; font-size: 1.25rem; box-shadow: none; }
#g-feature .moduletable.box2 { padding: 1.5rem 2rem 2rem 2rem; }

@media only screen and (max-width: 767px) {
	#g-feature { background: none !important; }
	#g-feature .box2 h3.g-title { text-align: center; }
}

/************ SEPARATOR  ************/
.separator .g-content { margin: 0; padding: 0; }
.separator img { width: 100%; }
.separator-mobile { display: none; }

@media only screen and (max-width: 767px) {
  .separator-desktop { display: none; }
  .separator-mobile { display: block; }
}

/************ VOCATIONS ************/
#g-feature .equaltable td { vertical-align: top; padding: 0; }
#g-feature .equaltable img { width: 90%; }
.vocations h3.g-title { margin-bottom: 2rem !important; }
.vocations h5 { font-size: 1.3rem; margin-top: 0px; }

@media only screen and (max-width: 767px) {
	#g-feature .equaltable img { display: none; }
	.vocations h3.g-title { margin-bottom: 1rem !important; }
}

/************ VOCATIONS QUICKLINKS  ************/
.vocations-ql .g-content { margin-top: 0px; }
.vocations-ql .sprocket-strips-c-container.cols-4 { display: flex; }
.vocations-ql .sprocket-strips-c-block {  margin: 0 15px;  }
.vocations-ql .sprocket-strips-c-block .sprocket-strips-c-item { background: none; }
.vocations-ql .sprocket-strips-c-block:first-child { margin-left: 0; }
.vocations-ql .sprocket-strips-c-block:last-child { margin-right: 0; }
.vocations-ql .sprocket-strips-c .sprocket-strips-c-image { border: none; }
.vocations-ql .sprocket-strips-c-content { padding: 15px 0 0 0; }
.vocations-ql h4.sprocket-strips-c-title { background: none; text-align: center; color: #918470; font-size: 1.25rem; margin-bottom: 0px; padding: 0; }
.vocations-ql h4.sprocket-strips-c-title a { color: #918470; }
.vocations-ql .sprocket-strips-c-extended-info { text-align: center; width: 100%; }

@media only screen and (max-width: 767px) {
	.vocations-ql .g-content { padding-top: 0px; margin-bottom: 0px; padding-bottom: 0px; }
	.vocations-ql .sprocket-strips-c-container.cols-4 { display: flex; flex-flow: wrap; justify-content: center; }
	.vocations-ql .sprocket-strips-c-container .sprocket-strips-c-block { width: 40%; margin-bottom: 35px; }
	.vocations-ql .sprocket-strips-c-block {  margin: 0 10px;  }
	.vocations-ql .sprocket-strips-c-block:first-child { margin-left: 10px; }
	.vocations-ql .sprocket-strips-c-block:last-child { margin-right: 10px; }
}

/************ MEET THE ORDER ************/
.homelayout #g-feature { padding-bottom: 4%; }
.meet-order h3.g-title { margin-bottom: 1rem !important; }
.meet-order .sprocket-strips-container { display: flex; justify-content: center; }
.meet-order .sprocket-strips .readon span { font-size: 1.5rem;}
.meet-order .sprocket-strips { position: relative; }
.meet-order .sprocket-strips-item { background: url(../images/template/article-default.jpg) 0 0 no-repeat; }

.meet-order .sprocket-strips-arrows .arrow { background: none; color: rgba(145,132,112,0.75); font-size: 5rem; box-shadow: none;}
.meet-order .layout-slideshow .sprocket-features-pagination li, .layout-slideshow .sprocket-features-arrows .arrow {box-shadow: none; }
.meet-order .layout-slideshow .sprocket-features-arrows .arrow { top: 50%;}
.meet-order .sprocket-strips .sprocket-strips-nav .arrow { position: absolute; top: 50% }
.meet-order .sprocket-strips .sprocket-strips-nav .arrow.next { right: -50px; }
.meet-order .sprocket-strips .sprocket-strips-nav .arrow.prev { left: -50px; }
.meet-order .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; }
.meet-order .sprocket-strips-item { position: relative; }
.meet-order .sprocket-strips-item .readon { padding: 0; margin: 0;}
.meet-order .sprocket-strips-item .readon:hover { background: rgba(145,132,112,0.92);}
.meet-order .sprocket-strips-item .readon span  { flex: 1; text-align: center; transition: all .2s ease-in; opacity: 0; }
.meet-order .sprocket-strips-item .readon:hover span  { opacity: 1; }
.meet-order .sprocket-strips-content h4 { 
	position: absolute; left: 0; right: 0; bottom: 0; 
	background: rgba(145,132,112,0.9); font-size: 1.4rem; 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;
}
.meet-order .sprocket-strips-item { box-shadow: 0px 0px 10px rgba(0,0,0,0.35); }
.meet-order .sprocket-strips-content h4 a { color: white; }
.meet-order .sprocket-strips-item { height: 20vw; border-radius: .5rem; }
.meet-order .sprocket-strips .cols-4 > li { width:  19%;}
.meet-order .sprocket-strips-container > li { margin: 10px 3%;}
.meet-order .sprocket-strips-item:hover .sprocket-strips-content h4 { opacity: 0;}
.meet-order .sprocket-strips-item { background-position: 50% 50%; background-size: cover; }
.meet-order .sprocket-lists-title { padding: 15px 10px !important;}
.meet-order .sprocket-lists-item .sprocket-padding { padding-top: 0px;}

@media only screen and (max-width: 767px) {	
	.meet-order .g-content { margin-top: 0px; padding-top: 0px; }
	.meet-order .sprocket-strips-container { display: block; }	
	.meet-order .sprocket-strips .cols-4 > li { width: 43%; float: left; }
	.meet-order .sprocket-features-content img { display: none;}
	.meet-order .sprocket-strips .sprocket-strips-nav .arrow.next { right: -20px; }
	.meet-order .sprocket-strips .sprocket-strips-nav .arrow.prev { left: -20px; }
	.meet-order .sprocket-strips-item { height: 45vw;  }
}

/************ MEET THE ORDER SUBPAGE ************/
.itemid-143 .item img { width: 200px; }

/************ MISSION STATEMENT ************/
.mission-statement .g-content { margin: 2.25rem 0.625rem; }
.mission-statement p { margin-bottom: 0; font-family: 'Cardo', serif; font-style: italic; color: #800000; font-size: 1.5rem; text-align: center; }
.mission-statement .mod_placehere_leading.even { overflow: visible !important; }

/************ RECENT NEWS ************/
.news h4.sprocket-strips-s-title { background: none; padding: 0; font-family: 'Marcellus', serif; color: #918470; font-size: 1.4rem; border-bottom: 1px #918470 solid; }
.news h4.sprocket-strips-s-title a { color: #918470; }
.news .sprocket-strips-s-item a.readon { background: none; color: #800000; padding: 0; font-family: 'Marcellus', serif; font-size: 1.25rem; } 
.news .sprocket-strips-s-item a.readon:hover { color: #918470; }
.news .sprocket-strips-s-pagination li { padding: 6px !important; border-radius: 0; background: #918470; }
.news .sprocket-strips-s-arrows .arrow { background: #918470; color: black; }

@media only screen and (max-width: 767px) {
	.news .sprocket-strips-s-container { display: flex; flex-flow: wrap; justify-content: center; }
	.news .sprocket-strips-s-container .sprocket-strips-s-block { width: 90%; }
	.news .sprocket-strips-s-item { display: flex; flex-direction: column; }
	.news .sprocket-strips-s-item img { margin: 0 auto; }
	.news h4.sprocket-strips-s-title { text-align: center; }
}

/************ CONNECT WITH US ************/
#g-bottom { padding-top: 4%; padding-bottom: 4%; background: url(../images/template/contact-us.jpg) 50% 0% no-repeat !important; background-size: cover !important; }
#g-bottom img { width: 50px; }
#g-bottom .g-content { display: flex; justify-content: center; }
#g-bottom .connect-title .g-content { padding-bottom: 0.75rem; }
#g-bottom .connect .g-content { margin-top: 0px; padding-top: 0px; }
#g-bottom h3 { text-transform: none; font-weight: bold; text-align: center; margin: 0; padding: 0; font-size: 2.5rem; }
#g-bottom .connect-title .mod_placehere_leading.even { overflow: visible !important; }
#g-bottom p { margin-bottom: 0px; line-height: 1.1; }

@media only screen and (max-width: 767px) {
	#g-bottom { padding-bottom: 8%; background: url(../images/template/contact-us.jpg) 50% 50% no-repeat !important; background-size: cover !important; }
	#g-bottom .g-grid:last-child { flex-flow: nowrap !important; }
	#g-bottom td { display: block; text-align: center; padding: 0.5rem 0; }
	#g-bottom img { width: 25px; }
	#g-bottom .connect .g-content { padding: 0; }
}

/************ FOOTER ************/
#g-footer { border-top: none; padding-top: 2%; }
#g-footer h1, #g-footer h2, #g-footer h3, #g-footer h4, #g-footer h5, #g-footer h6, #g-footer p { color: white; }
#g-footer a { color: white; }
#g-footer a:hover { color: #C2B095; }
.footer-logo img { width: 70%; }
.footer-logo img:hover { opacity: 0.5; }
.footer-logo .g-content.g-particle { margin-bottom: 0px; padding-bottom: 0px; }
#g-footer h3 { margin: 0px; font-size: 1.5rem; font-weight: normal; }

@media only screen and (max-width: 767px) {
	.footer-logo img { width: 100%; }
	#g-footer h3 { font-size: 1.3rem; }
}

/************ 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; height:  40px; }
#g-copyright a .fa.fa-lock { color: #E0D7CA; }
#g-copyright a:hover .fa.fa-lock { color: #918470; }

@media only screen and (max-width: 767px) {
	#g-copyright { display: none !important; }
}

/************ ERROR PAGE ************/
.homelayout.outline-_error #g-showcase { border-bottom: none !important;}

/************ 

TEMPLATE NOTES

Red: #800000; rgba(128,0,0,1)
Light Tan: #E0D7CA; rgba(224,215,202,1) - backgrounds
Darker Tan: #918470; rgba(145,132,112,1) - tan headings/subtitles, Meet the Order overlay (85%)
Medium Tan: #C2B095; rgba(194,176,149,1) - top/bottom border on rotator

************/