@import url('https://fonts.googleapis.com/css?family=Lato:300,400,400i,700,700i|Spectral+SC:400,700|Spectral:400,400i,700,700i&display=swap');

/************ 

TEMPLATE NOTES

Red: #720B02; rgba(114,11,2,1)
Tan: #D2B27F; rgba(210,178,127,1)
Lighter Tan: #E3D0B1; rgba(227,208,177,1) -- even lighter #e8d9c0
Dark Tan (headings: #a88e65

************/

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: 'Spectral SC', serif; color: #720B02; font-size: 2.5rem; }
h2, .page-header h2 { font-family: 'Spectral', serif; color: #720B02; font-size: 2rem; border-bottom: 1px solid #333; line-height: 1.3; margin: 0; padding: 0;}
h3 { font-family: 'Lato', serif; font-weight: 300 !important; color: #720B02; font-size: 2rem;}
h4 { font-family: 'Spectral', serif; background: #e8d9c0; font-size: 1.75rem; color: #720B02; border-radius: .2rem; padding: .25rem 1rem;}
h5 { font-family: 'Lato', serif; font-weight: 300 !important; text-transform: uppercase; color: #a88e65; font-size: 1.5rem; }
h6 {color: #720B02; font-size: 1.6rem; font-style: italic;}
a { color: #a88e65; }
a:hover { color: #720B02; }

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: #D2B27F; 
  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: #720B02; color: white;}

.btn .icon-chevron-right { display: none;}

/************ TABLES  ************/
.fancytable th {color: white; background: #720B02; border: 1px solid #720B02;}
.fancytable td { border: 1px solid #720B02;}

/************ ALERT ************/
#g-navigation { margin: 0; padding: 0; }
.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: 30vw; object-fit: cover; width: 100%; opacity: 0.5; }

/************ HOMELAYOUT  ************/
.homelayout .hiddenhome { display: none; }
p.buttonheading { margin: 0; padding: 0; }
#g-feature:before { border: none; }

/************ MENU  ************/
#g-navigation .g-logo img {width: 500px;}
#g-navigation .g-content { margin: 0; padding: 0.25rem 0;}
/*#g-top  { padding: 0 5%;}*/

#g-navigation .g-grid:first-child {border-bottom: 2px solid white;}

.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(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-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: 15;}
.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: #720B02; 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: #e8d9c0;  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: white;
	background: #720B02;
	font-weight: normal;
}

/************ SOCIAL MEDIA ICONS WHITE ************/ 
.g-social a { color: white; }
.g-social a:hover { color: #E3D0B1 !important; }

@media only screen and (max-width: 767px) {
	.g-social a:hover { color: white !important; }
}

/************ CENTER SOCIAL MEDIA VERTICALLY  ************/
.g-block.size-5 { display: flex; justify-content: center; align-items: center; }

/************ 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: #720B02; }
#g-offcanvas #g-mobilemenu-container ul > li > a.g-menu-item-container:hover {background: rgba(210,178,127,0.35); }
#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; }

/************ LOGO ************/
#g-slideshow .logo-block { margin: 0; position: absolute; z-index: 12; padding: 25px 0 0 25px; /*width: 100%;*/ }
/*#g-slideshow .g-logo img { width: 50%; } (added spacer to container instead*/

@media only screen and (max-width: 767px) {
	/*.homelayout #g-slideshow .logo-block { padding: 50px 0 0 0; }*/
	#g-slideshow .logo-block { padding: 25px 0 0 0; }
	.homelayout.outline-_error #g-slideshow .logo-block { padding: 25px 0 0 0; }
	#g-slideshow .g-logo img { width: 75% !important; }
}

/************ ROTATOR - FULL WIDTH AND FULL HEIGHT ************/
#g-slideshow { margin: 0; padding: 0; }
#g-slideshow .g-content { margin: 0; padding: 0; }
.sprocket-features-list li .sprocket-features-container { width: 100%; height: 56vw!important; 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; }
.sprocket-features-list li .sprocket-features-container .sprocket-features-content {  
	/* background: rgba(0,0,0,0.25);  */
	overflow: hidden;
	position: absolute;  
	z-index: 2;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.layout-showcase .sprocket-features-img-container img { float: none; width: 100%;  height: 56vw !important; object-fit: cover; object-position: center; }
.layout-showcase .sprocket-features-pagination li { padding: 8px;}
.pagination-active .sprocket-features-pagination { bottom: 15px; }
.pagination-active { margin-bottom: 0px; }

h2.sprocket-features-title { font-family: 'Spectral SC', serif; border-bottom: none; font-size: 6vw; text-shadow: 0px 0px 10px rgba(0,0,0,0.75); color: white; }
h2.sprocket-features-title a { color: white;}
.sprocket-features-desc p { font-size: 3.5vw; text-shadow: 3px 3px 2px rgba(0,0,0,0.75); }

@media only screen and (max-width: 767px) {
	h2.sprocket-features-title { font-size: 13vw; }
	.sprocket-features-desc p { font-size: 6vw; }
	.layout-showcase .sprocket-features-img-container img { float: none; width: 100%;  height: 100% !important; object-fit: contain; object-position: center; }
	.sprocket-features-list li .sprocket-features-container { width: 100%; height: 74vw!important; overflow: hidden; position: relative; }
}

/************ 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: 2px 2px 5px rgba(0,0,0,0.75); }
.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;}
}

/************ QUICKLINKS ************/
#g-header { padding: 2% 3% 0 3%; }
#g-header h4 {background: transparent; font-size: 1.5rem;}
.qloverlaybackpic .sprocket-strips-content {	background: rgba(114,11,2,.7); }
.qloverlaybackpic .sprocket-strips-content:hover {background: rgba(114,11,2,.9);}
#g-header .sprocket-strips-container > li { margin: 10px 0.5%;}

@media only screen and (max-width: 767px) {
	.qloverlaybackpic .sprocket-strips-content, .qloverlaybackpic .sprocket-strips-content:hover { background: rgba(114,11,2,.7); }
	.qloverlaybackpic li { background: rgba(114,11,2,1); }
    .qloverlaybackpic li:hover {background: black;}
}





/*
.quicklinks .g-content { margin-left: 0px; padding-left: 0px; margin-right: 0px; margin-left: 0px; }
.quicklinkpics {display: flex;}
.quicklinkpics > div { 	flex: 1; height: 185px; position: relative; transition: all .35s ease-in-out; margin: 10px; }

.quicklinkpics > div:first-child { margin-left: 0px;}
.quicklinkpics > div:last-child { margin-right: 0px;}

.quicklinkpics > div > a {  position: absolute;   top: 0; bottom: 0; right: 0; left: 0;   font-size: 1.4rem; 
  line-height: 1.1;  background: rgba(114,11,2,0.7);  color: white;  font-family: 'Spectral', serif; 
  text-shadow: 0px 0px 5px rgba(0,0,0,0.85);
  transition: all .35s ease-in-out;
}
.quicklinkpics > div > a > div {   position: absolute;   top: 0; bottom: 0; right: 0; left: 0; 	border: 1px white solid; 
	margin: 16px; 	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(114,11,2,.85) solid; }
.quicklinkpics > div:hover > a {background: rgba(114,11,2,.6);}
.quicklinkpics > div > div > img {   object-fit: cover;   object-position: center;  height: 185px;  width: 100%;}

@media only screen and (max-width: 767px) {
	.quicklinks .g-content { margin: 0.625rem; padding: 1.5rem; }
	.quicklinkpics > div { margin: 10px 0;}
	.quicklinkpics > div:first-child { margin-top: 0px;}
	.quicklinkpics { display: block; }
	.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: #D2B27F;  }
	.quicklinkpics > div > a { background: #720B02; flex:1; text-shadow: none; }
	.quicklinkpics > div { height: auto; border-bottom: 1px white solid;}
	.quicklinkpics > div > a > div { border: none; }
	.quicklinkpics > div > a { display: flex;  align-items: center; justify-content: flex-start; }
	.quicklinkpics > div > a > div {  margin: 0 0 0 20px; text-align: left; }
	.quicklinkpics > div:hover > a > div {margin: 0 0 0 20px; border: none; }
}
*/
/************ MASS TIMES ************/
#g-above .mod_placehere_leading.even { overflow: visible !important; }
#g-above .nobottom .g-content { margin-bottom: 0px; padding-bottom: 0px; }
#g-above h2 { border: none; font-size: 2.5rem; }
#g-above h3.g-title { font-size: 2.5rem; }

@media only screen and (max-width: 767px) {
	#g-above h2, #g-above h3.g-title, #g-above p { text-align: center; }
	#g-above .g-grid:last-child .nobottom:first-child .g-content { margin-top: 0; padding-top: 0.5rem; }
	#g-above .g-grid:last-child .nobottom:last-child .g-content { margin-bottom: 0.625rem; padding-bottom: 1.5rem; }
}

/************ SEPARATOR  ************/
.separator .g-content { margin: 0.3125rem 0; padding: 0.5rem 0; }
.separator img { width: 100%; }
.separator-mobile { display: none; }

@media only screen and (max-width: 767px) {
  .separator-desktop { display: none; }
  .separator-mobile { display: block; }
}

/************ MODULES ************/
#g-extension {padding: 0 5%;}
#g-extension h3.g-title { font-family: 'Spectral', serif; color: #720B02; font-size: 1.65rem; border-bottom: 2px solid #D2B27F; text-align: center; margin-bottom: 15px; padding-bottom: 0; }
#g-extension .fb p { box-shadow: 0px 0px 15px rgba(0,0,0,0.3); }

/************ UPCOMING EVENTS  ************/
.rme-badge {
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-family: 'Lato', sans-serif; font-weight: bold ;
	background: #720B02; 
	border-radius: 3px; 
	color: white; 
	padding: 10px; 
	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.3rem;}
.rme-month { font-size: 1.2rem; }
.rme-title { font-size: 1.2rem; font-weight: normal; line-height: 1.1; }
.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;}
}

/************ FOOTER ************/
.bottom-ads .g-content { margin: 0.625rem 0 0 0; padding: 1.5rem 0 0 0; }
#g-footer a { color: white; }
#g-footer a:hover { color: #D2B27F; }
#g-footer h2 { border: none; font-family: 'Spectral SC', serif; }

/************ 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: #E3D0B1; }
#g-copyright a:hover .fa.fa-lock { color: #D2B27F; }

@media only screen and (max-width: 767px) {
	#g-copyright { display: none !important; }
}

/************ SIDE ADS ************/
@media only screen and (max-width: 767px) {
	#g-aside .g-content { display: flex; flex-direction: column; margin-top: 0px; padding-top: 0px; }
	#g-aside .platform-content { margin: 0.35rem 0 0.35rem 0; padding: 0.75rem 0 0.75rem 0; }
	#g-aside .platform-content:last-child { order: 1; }
	#g-aside .platform-content:first-child { order: 2; }
}

/************ MINISTRY PAGE  ************/
.ministrypage .items-row { display: flex; align-items: stretch; }
.ministrypage .items-row > div { display: flex; /*box-shadow: 2px 2px 5px rgba(0,0,0,0.2); */ border-radius: 0 0 4px 4px; background: rgba(227,208,177,0.75);  margin: 15px 8px; }
.ministrypage .items-row .item  { display: flex; flex-direction: column; width: 100%; }
.ministrypage .items-row .item .readmore { flex:1;}
.ministrypage .item .pull-left.item-image { order: 1; }
.ministrypage .item .pull-left.item-image img { border-radius: 4px 4px 0 0; width: 100%;}
.ministrypage .item .page-header { order: 2; padding: 0 5px 0 20px; }
.ministrypage .item table { order: 3; margin: 5px 0 20px 0;  padding: 0 20px; }
.ministrypage .item blockquote { order: 3;}
.ministrypage .item p { order: 4;  padding: 0 20px; }
.ministrypage .item h4 { order: 5;  padding: 0 20px; }
.ministrypage .pull-left.item-image { margin: 0; padding: 0;}
.ministrypage .page-header h2 { line-height: 1.2; font-size: 1.8rem; border-bottom: 0px; margin: 3px 0 0 0; padding: 0; }
.ministrypage a { word-break: break-all; }
.ministrypage h2 a { word-break: normal; }
.btn [class^="icon-"] { display: none; }

@media only screen and (max-width: 767px) {
	.ministrypage .item { /*padding-bottom: 30px;*/ margin: 30px 8px;}
	.ministrypage .item .pull-left.item-image img  { width: 100%;}
	.ministrypage .items-row { display: block; }
	.ministrypage .items-row > div { margin-left: 0; margin-right: 0;}
}

/************ 

TEMPLATE NOTES

Red: #720B02; rgba(114,11,2,1)
Tan: #D2B27F; rgba(210,178,127,1)
Lighter Tan: #E3D0B1; rgba(227,208,177,1) -- even lighter #e8d9c0
Dark Tan headings: #a88e65

************/
#g-above {padding: 0 5%;}
#g-above .g-content {padding: 1rem;}
#g-above h3 {
    margin-bottom: 0px;
    padding-bottom: 0.2rem;
    font-size: 1.65rem;
}

/************ HOVER NEWS  ************/
.sprocket-strips-container { display: flex; justify-content: space-evenly; }
.sprocket-strips .readon span { font-size: 1.5rem;}
.sprocket-strips { position: relative; }
.sprocket-strips-item { background: url(../images/template/article-default.jpg) 0 0 no-repeat; }

.sprocket-strips-arrows .arrow { background: none; color: rgba(0,0,0,.5); font-size: 5rem; box-shadow: none;}
.layout-slideshow .sprocket-features-pagination li, .layout-slideshow .sprocket-features-arrows .arrow {box-shadow: none; }
.layout-slideshow .sprocket-features-arrows .arrow { top: 50%;}
.sprocket-strips .sprocket-strips-nav .arrow { position: absolute; top: 50% }
.sprocket-strips .sprocket-strips-nav .arrow.next { right: -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(114,11,2,0.8);}
.sprocket-strips-item .readon span  { flex: 1; text-align: center; transition: all .2s ease-in; opacity: 0; }
.sprocket-strips-item .readon:hover span  { opacity: 1; }
.sprocket-strips-content h4 { 
	position: absolute; left: 0; right: 0; bottom: 0; 
	background: rgba(114,11,2,0.8); font-size: 1.7rem; 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;
}
.sprocket-strips-item { box-shadow: 0px 0px 10px rgba(0,0,0,0.35); }
.sprocket-strips-content h4 a { color: white; }
.sprocket-strips-item { border-radius: .5rem; }
.sprocket-strips .cols-4 > li { width:  19%;}
.sprocket-strips-container > li { margin: 10px 3%;}
/* .sprocket-strips-item:hover .sprocket-strips-content h4 { opacity: 0;} */
.sprocket-strips-item { background-position: 50% 50%; background-size: cover; }
.sprocket-lists-title { padding: 15px 10px !important;}
.sprocket-lists-item .sprocket-padding { padding-top: 0px;}

.sprocket-strips-pagination li {
    padding: 8px !important;
    border-radius: 0;
}

.sprocket-strips .cols-3 > li { width: 18vw;}
.sprocket-strips-item { height: 18.5vw;  }

@media only screen and (max-width: 767px) {	
	.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: 48vw;  }
	.sprocket-strips-container { flex-wrap: wrap; }
	.sprocket-strips .cols-3 > li { width: 34vw;}
	.sprocket-strips .cols-4 > li { width:  42%;}
	.sprocket-strips-content h4 {font-size: 4.5vw;}
}

@media only screen and (min-width: 767px) {
	.home-rotator .sprocket-features-desc iframe {
		width: 100vw;
		height: 56vw;
	}
}

@media only screen and (max-width: 767px) {
	.home-rotator .sprocket-features-desc iframe {
		width: 100vw;
		height: 56.25vw;
	}
}

.speaker-page .grid-staff .g-array-item {
	position: relative;
	padding-bottom: 0;
	border-radius: 5px;
    overflow: hidden;
}

.speaker-page .grid-staff .g-array-item .g-array-item-text {
	position: relative;
}

.speaker-page .grid-staff .g-array-item .g-array-item-text::after {
    content: 'View Profile';
    position: absolute;
    bottom: 0;
    display: grid;
    width: 100%;
    left: 0;
    height: 100%;
    justify-content: center;
    align-items: center;
	background: #720b02;
	font-size: 1.5rem;
	color: white;
	font-weight: bold;
	opacity: 0;
	transition: all 300ms ease-in-out;
}

.speaker-page .grid-staff .g-grid:hover {
	transform: scale(0.98);
	transition: all 300ms ease-in-out;
}

.speaker-page .grid-staff .g-array-item:hover .g-array-item-text::after {
	transition: all 200ms ease-in-out;
	opacity: 1;
}

.speaker-page .grid-staff .g-grid {
	margin: 0 !important;
}

.speaker-page .grid-staff .g-array-item :is(h1,h2,h3,h4,h5,h6,p) {
	font-size: 1.5rem;
	line-height: 1.5;
	margin: 0;
}

.speaker-bio-page .item-image img {
	float: left;
	max-width: 300px;
	min-width: 100px;
	border-radius: 5px;
}

.speaker-page .grid-staff .g-joomla-articles {
	gap: 2rem;
}

.grid-staff {
	--grid-img-width: 16.5vw !important;
	--grid-border-radius: 5px !important;
}

@media (max-width: 50.99rem) {
	.speaker-bio-page .item-image {
		display: grid;
		justify-content: center;
	}

	.speaker-bio-page .item-image img {
		width: 75%;
		max-width: none;
		margin: auto;
		border-radius: 5px;
	}
}

.campaign-page .item-image {
	display: none;
}