/* 1200px and up - laptop/desktop */

.L {
	float: left;
}
.R {
	float: right;
}
.CLEAR {
	clear: both;
}

.centered { 
	text-align:center; 
}
.leftalign { 
	text-align:left; 
}
.rightalign { 
	text-align:right; 
}

.FULL {
  width: 98%;
  margin: 0 1%;
}
.HALF {
  width: 48%;
  margin: 0 1%;
}
.THIRD {
  width: 31.3%;
  margin: 0 1%;
}
.THIRDx2 {
  width: 64.6%;
  margin: 0 1%;
}
.QUARTER {
  width: 23%;
  margin: 0 1%;
}
.QUARTERx3 {
  width: 73%;
  margin: 0 1%;
}
.FIFTH {
  width: 18%;
  margin: 0 1%;
}
.SIXTH {
  width: 14.6%;
  margin: 0 1%;
}

.wrapW {
	width:100%;
}
.pageW {
	width:1380px;
	margin:0 auto;
}

.italic {
  font-style: italic;
}
.unbold {font-weight: normal;}
.red { color: #F00 !important; }

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
  	background-color: #FFF;
}



img.centered {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
img {
	max-width: 100%;
	height: auto;
} 

a.ANCHOR {
	margin: -180px 0 180px;
	display: inline-block;
}

/* FIXED TOP+HEADER */
body {
	padding-top: 0px;
}
#wrapTOP {
	position: fixed;
	top: 0px;
	box-shadow: 0 6px 6px #0002;
  	z-index: 1002;
}
#wrapHDR {
	position: fixed;
	top: 25px;
	box-shadow: 0 6px 6px #0002;
  	z-index: 1002;
}



/* HEADER */
#wrapTOP {
	background-color: var(--RUAblue);
	z-index: 1002;
}
#TOP {
	height: 25px;
	text-align: right;
}
#TOP a {
	color: var(--RUAyellow);
	font-weight: bold;
	font-size: 14pt;
}

#wrapHDR {
	background-color: #FFFE;
}
#HDR {
	height: 150px;
	position: relative;
	z-index: 1000;
}
#LOGO {
	position: absolute;
	top: 27px;
	left: 0px;
	z-index: 2000;
}
#LOGO img {
	height: 96px;
	width: auto;
}

#gtranslate_wrapper {
	left: 0 !important;
}


/* NAVI */
#NAVI {
	top: 73px;
	position: absolute;
	right: 0px;
	width: max-content;
}
.navbar {
	text-align: center;
}
.main-navigation {
	display: inline-block;
}

a.BigButton {
	font-family: "Myriad pro", Helvetica, Arial, "sans-serif";
	font-size: 18pt;
	color: var(--RUAblue);
	background-color: var(--RUAyellow);
	padding: 10pt 20pt;
	display: inline-block;
	width: max-content;
}
a.BigButton:hover {
	text-decoration: none;
	background-color: var(--RUAblue);
	color: var(--RUAyellow) !important;
	cursor: pointer;
}
a.BigButton.MidButton {
	font-size: 15pt;
	margin-top: 10pt;
}






/* SLIDER */
#wrapHOMEVIDEO {
	position: relative;
	overflow: hidden;
	background-color: var(--RUAblue);
	height: 55.25vw;
	max-height: 100vh;
}
#wrapHOMEVIDEO #videoslider {
	transform: translateY(-50%);
	top: 50%;
	position: absolute;
}
#wrapHOMEVIDEO h1 {
	position: absolute;
	bottom: 10%;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
	font-weight: 600;
	font-size: 40pt;
	color: #FFF;
	text-shadow: 0px 5px 6px #0008;
	animation: TitleAnim 3s;
	font-size: 2.5vw;
}
@keyframes TitleAnim {
  0% { bottom: -15%; opacity:0; }
  30% { bottom: -15%; opacity:0; }
  100% { bottom: 10%; opacity:1; }
}




#wrapINNERBANNER {
	background-color: #FFFF;
	background-position: center center;
	background-size: cover;
}
#INNERBANNER {
	height: 80vh;
}
#wrapINNERBANNEREMPTY {
	/* same height as HEADER */
	height: 150px;
}


#wrapMAPBANNER {
	position: relative;
	margin-bottom: -7px;
	overflow-y: hidden;
}
/* B/W gray map */
#wrapMAPBANNER iframe {
	filter: grayscale(1);
}
/* COLOR locator */
#MapLocator {
	position: absolute;
	left: 50%;
	top: 44%;
	transform: translate(-20px, -20px);
}


/* HOME BARS */
#wrapINTRO1 {
	background-color: var(--RUAblue);
}
#INTRO1 {
	padding: 50px 0;
}
#INTRO1 p {
	color: var(--RUAyellow);
	font-size: 18pt;
	font-weight: normal;
	line-height: 21pt;
}

#INTRO2 {
	padding: 50px 0;
}
#INTRO2 .L img {
	width: 100%;
}
#INTRO2 .R p {
	font-size: 14pt;
	margin: 0 0 16pt;
}

#wrapSTANDRIBBON {
	background-color: var(--RUAblue2);
	background-image: url("images/UAribbon.jpg");
	background-position: center;
	background-size: cover;
	height: 36vw;
}

#DONORSLOGOS {
  padding: 60px 0 0;
  text-align: center;
}
#DONORSLOGOS img {
  height: 81px;
  margin: 0 3px;
}

.MapBg {
	background-image: url("images/UA-Outline.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	padding: 40px 0;
	margin: 40px 0;
}
.MapBg h4 {
	font-weight: normal;
	/*padding: 0 10%;*/
}
.AboutBoxes {
	display: inherit;
	/* flex-direction: row; */
}
.AboutBox {
	border: solid 3px var(--RUAblue);
	border-radius: 4px;
	padding: 25pt;
	box-sizing: border-box;
	margin: 20pt 0;
	background-color: #ffdf193b;
	box-shadow: 6px 4px 8px #0003;
}
.AboutBox h3 {
	margin-top: 0pt;
}

.entry-content {
	position: relative;
}
img.TopRightShield {
	position: absolute;
	top: 0;
	right: 0;
	width: 55px;
	/* opacity: 0.5; */
}

/* ANCHOR link allowing space for floating header */
#DonateLink {
	display: block;
	height: 165px;
	margin-top: -165px;
	visibility: hidden;
}



/* 
#wrapHOMEPORTFOLIO {
	background-color: var(--JSGred);
}
#HOMEPORTFOLIO {
	padding: 70px 0 100px;
}
#HOMEPORTFOLIO p {
	color: #FFF;
	font-size: 15pt;
}

#SERVICES {
	padding: 70px 0 100px;
	display: flex;
}
#SERVICES .L.QUARTER {
	width: auto;
	flex: auto;
}
#SERVICES li {
	font-size: 15pt;
}

#wrapASSOCIATIONS {
	border-top: solid 1px var(--JSGred);
}
#ASSOCIATIONS {
	padding: 70px 0 100px;
	text-align: center;
}
#ASSOCIATIONS img {
	height: 7.2vw;
	margin: 0 2%;
}
#ASSOCIATIONS h3 {
	font-weight: bold;
	color: var(--JSGred2);
	margin-bottom: 32pt;
}

*/







/*
#wrapVANINTRO {
	background-color: #FFF;
}
#VANINTRO {
	padding: 60px 0;
}
#VANINTRO .L {
	text-align: center;
}
#VANINTRO img {
	max-width; 100%
}
#VANINTRO .R p {
	font-size: 16pt;
}

#BOXES {
	padding: 60px 0;
}
#BOXES .QUARTER {
	width: 25%;
	margin: 0;
}

#BOXES .QUARTER a {
	text-align: center;
	display: inline-block;
	position: relative;
}
#BOXES .QUARTER a .AnimatedInnerFrame {
	position: absolute;
	border: solid 1px var(--ILLyellow1);
	top: 50%;
	left: 50%;
	height: calc(100% - 24px);
	width: calc(100% - 24px);
	transform: translate(-50%,-50%);
	transition: 500ms;
	height: 0;
	width: 0;
	opacity: 0;
}
#BOXES .QUARTER a:hover .AnimatedInnerFrame {
 height:calc(100% - 24px);
 width:calc(100% - 24px);
 opacity:1
}




#wrapREVIEWS {
	background-color: #FFF;
	background-image: url("images/BCKreviews.jpg");
	background-position: top center;
	background-size: cover;
	background-attachment: fixed;
}
#REVIEWS {
	padding: 90px 0;
	box-sizing: border-box;
}
#REVIEWS h2 {
	text-align: center;
	text-shadow: 0 0 6px #FFF;
	margin-bottom: 30px;
	color: #000;
}
#REVIEWS p.What {
	font-size: 16pt;
	font-style: italic;
}
#REVIEWS p.Who {
	text-align: right;
	font-weight: bold;
}

#CAROUSEL {
	padding: 60px 0;
	text-align: center;
}
#CAROUSEL h3 a {
	color: var(--ILLyellow1);
}
#CAROUSEL #rev_slider_1_2_wrapper {
	overflow: hidden !important;
}

#wrapAFFILIATIONS {
	background-color: #000;
	background-image: url("images/BCKwecreate.jpg");
	background-position: top center;
	background-size: cover;
	background-attachment: scroll;
}
#AFFILIATIONS {
	padding: 120px 0;
}
#AFFILIATIONS h2 {
	font-size: 36pt;
	text-align: center;
	font-weight: 100;
	margin-top: 50pt;
}

*/



#FEATNEWS {
	padding: 60px 0;
}
#FEATNEWS h2 {
	text-align: center;
	margin-bottom: 30px;
}
.BlogPost #Pic {
	padding: 10px;
	box-sizing: border-box;
	height: 300px;
	border: solid 2px var(--RUAyellow);
	/*background-color: var(--RUAyellow);*/
	background-image: url("images/UAShield.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.BlogPost h4 {
	font-size: 16pt;
	color: var(--RUAblue);
	margin-top: 16pt;
	font-weight: bold;
}
.BlogPost a {
	text-decoration: underline;
}
/*
.R.THIRD.BlogPost:hover h4 {
	transition-duration: 500ms;
	background-blend-mode: luminosity;
	background-color: var(--RUAyellow);
}
*/






/*

#wrapPHONESBAR {
	background-color: var(--ILLyellow1);
}
#PHONESBAR {
	padding: 40px 0;
	display: flex;
	flex-direction: row;
}
#PHONESBAR .THIRD {
	display: flex;
	flex-grow: 1;
	width: auto;
	margin: auto;
}
#PHONESBAR .THIRD h3 {
	font-weight: 100;
	color: #000;
	font-size: 21pt;
	text-align: center;
	width: 100%;
	margin: 0;
}
#PHONESBAR .THIRD h3 a {
	font-weight: 400;
}

#wrapWHYCHOOSE {
	background-color: #000;
	background-image: url("images/BCKwecreate.jpg");
	background-position: top center;
	background-size: cover;
	background-attachment: scroll;
}
#WHYCHOOSE {
	padding: 90px 0;
}
.OrangeShaded {
	background-color: #ffc10055;
	padding: 60px 40px;
	box-sizing: border-box;
}
.OrangeShaded h4 {
	color: var(--ILLyellow1);
	text-transform: uppercase;
	font-size: 16pt;
	font-weight: 600;
	margin: 25pt 0;
}
img.orangeborder {
	border: solid 1px var(--ILLorange);
	box-sizing: border-box;
}
#WHYCHOOSE h2 {
	text-align: center;
	margin-bottom: 60px;
}
#WHYCHOOSE p {
	color: #FFFC;
}

#wrapADDRESSES {
	background-color: var(--ILLyellow1);
}
#ADDRESSES {
	padding: 60px 0;
}
#ADDRESSES h3 {
	color: #000;
	text-align: center; 
	margin-bottom: 40px;
}
#ADDRESSES h4 {
	color: #000;
	text-align: center;
	font-weight: 600;
	line-height: 1.5;
}
#ADDRESSES h4 a {
	font-weight: 400;
}

#REVIEWSLOGOS {
	padding: 60px 0;
	text-align: center;
}
#REVIEWSLOGOS h3 {
	color: var(--ILLyellow1);
	text-align: center;
	margin-bottom: 20pt;
}
#ReviewsLogos .L {
	width: 16.666%;
	float: left;
}
#ReviewsLogos .L img {
	width: 80%;
}
#ReviewsLogos .L p {
	margin: 0 auto;
	text-align: center;
	color: #FFF;
	display: none;
}




.PostCell .Thumb {
	background-image: url("images/DefaulBlogPic.png");
	background-position: center; ".
	background-size: cover;
	height: 240px;
	margin-bottom: 10px;
}

.PostCell .PostsTit {
	margin-bottom: 30px;
}

.navigation.pagination {
	text-align: center;
	border-top: dotted 1px var(--JSGred2);
	margin-top: 40px;
	padding-top: 20px;
	font-size: 18pt;
}
*/







/*
#wrapFLOATBOXES {
	margin-top: 0px;
}
#FLOATBOXES .THIRD {
	background-color: #FFFC;
	padding: 40px;
	box-sizing: border-box;
	text-align: center;
}
#FLOATBOXES h3 {
	font-size: 21pt;
	font-size: 1.8vw;
	margin-bottom: 30pt;
}

#wrapFLOATBOXES {
	background-color: var(--CMBgray);
	position: relative;
	z-index: 100;
}
#FLOATBOXES {
	position: relative;
	top: -75px;
}
#FLOATBOXES .THIRD {
	background-color: #FFFC;
	padding: 40px;
	box-sizing: border-box;
	text-align: center;
}
#FLOATBOXES h3 {
	font-size: 19pt;
	margin-bottom: 30pt;
	margin-top: 0;
	height: 43pt;
	line-height: 1.3;
}

#wrapBOXES {
	background-color: var(--CMBgraylight);
	background: linear-gradient(180deg, rgba(151,150,152,1) 2%, rgba(225,226,227,1) 31%);
}
#BOXES {
	padding: 0 0 40px;
	text-align: center;
}
#BOXES h2 {
	font-weight: 600;
	color: #FFF;
	text-shadow: 0px 5px 6px #0008;
	font-size: 2.8vw;
	margin-bottom: 60px;
	margin-top: 0;
}
#BOXES .THIRD {
	background-color: #1c5077;
	margin: 20px 1.5%;
	box-sizing: border-box;
	width: 30.3%;
	padding: 20px;
	box-shadow: 0px 5px 8px #0003;
	height: 370px;
	position: relative;
}
	#BOXES .THIRD:hover {
		cursor: move;
	}

#BOXES .THIRD img {
	position: absolute;
	top: 30%;
	transition: 1s;
	left: 50%;
	transform: translateX(-50%);
}
	#BOXES .THIRD:hover img {
		top: 20px;
	}
#BOXES .THIRD h4 {
	color: #FFF;
	font-size: 18pt;
	position: absolute;
	top: 60%;
	transition: 1s;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
}
	#BOXES .THIRD:hover h4 {
		top: 120px;
	}
#BOXES .THIRD p {
	color: #FFF;
	text-align: center;
	position: absolute;
	top: 140px;
	opacity: 0;
	transition: 1s;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
}
	#BOXES .THIRD:hover p {
		top: 140px;
		opacity:1;
	}


#wrapBIGBOXES {
	background-color: var(--CMBgraylight);
}
#BIGBOXES {
	text-align: center;
}
#BIGBOXES .HALF {
	height: 430px;
	position: relative;
}
#BIGBOXES a {
	z-index: 1;
}




#BIGBOXES .L {
	background-image: url("images/BCKparallaxBIGBOX1color.210922.png");
	background-position: top right;
	background-size: cover;
	width: 50%;
	margin: 0;
}
#BIGBOXES .R {
	background-image: url("images/BCKparallaxBIGBOX2color.png");
	background-position: top left;
	background-size: cover;
	width: 50%;
	margin: 0;
}
#BIGBOXES .L h2 {
	position: absolute;
	top: 60px;
	color: var(--CMBblue);
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
	text-shadow: 0 0 2px #FFF;
}
#BIGBOXES .L .Button {
	position: absolute;
	bottom: 80px;
	left: 50%;
	transform: translateX(-50%);
}
#BIGBOXES .R .Button.B1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 21pt;
	width: max-content;
}


#wrapTESTIMONIALS {
	background-color: var(--CMBblue);
}
#TESTIMONIALS {
	padding: 60px 0;
	text-align: center;
}
#TESTIMONIALS h2 {
	color: #FFF;
	margin-bottom: 40px;
}
#TESTIMONIALS p {
	color: #FFF;
	font-size: 16pt;
}
#TESTIMONIALS p i:first-child {
	font-size: 24pt;
	top: -1pt;
	position: relative;
}
#TESTIMONIALS p i:last-child {
	font-size: 24pt;
	top: 9pt;
	position: relative;
}
.HiddenTestimonial {
	display: none;
}

#wrapBLOG {
	background-color: #FFF;
	background-image: url("images/BCKparallaxBlog.210922.jpg");
	background-position: top center;
	background-size: cover;
	background-attachment: fixed;
}
#BLOG {
	padding: 60px 0;
}
#BLOG h2 {
	text-align: center;
	text-shadow: 0 0 6px #FFF;
	margin-bottom: 30px;
}
.BlogPost {
	background-color: #FFFC;
	box-sizing: border-box;
	padding: 20px;
	width: 29.3%;
	margin: 0 2%;
}
.BlogPost h4 {
	margin-top: 0;
	min-height: 44px;
}
.BlogPost a.BlueButton {
	float: right;
}
#MAIN .PostsTit a {
	text-decoration: none;
}
#MAIN .PostsTit a:hover {
	text-decoration: underline;
}

#FLOATINGHOUSE {
	height: 0;
	text-align: right;
}
#FLOATINGHOUSE img {
	transform: translateY(-65%);
}

#wrapLATESTVIDEOS {
	background-color: #FFF;
}
#LATESTVIDEOS {
	padding: 60px 0;
	max-width: 720px;
}
#LATESTVIDEOS h2 {
	text-align: center;
	text-shadow: 0 0 6px #FFF;
	margin-bottom: 30px;
}
.LatestVideo {
	background-color: #FFFC;
	box-sizing: border-box;
	text-align: center;
}
.LatestVideo img {
	max-width: 100% !important;
}
*/



#wrapFORM {
	background-color: var(--RUAblue2);
}
#FORM {
	padding: 20px 0 50px;
}
#FORM.InnerForm {
	background-color: var(--RUAblue2);
	padding: 30px 2%;
}
#FORM h2 {
	color: var(--RUAyellow);
	font-weight: normal;
	margin: 0;
}
#FORM p {
	color: #FFF;
	font-size: 14pt;
	margin-top: 0;
} 
#FORM input, #FORM #Comments, #FORM #Review, #FORM #HearAboutUs {
	font-family: "Myriad pro", Helvetica, Arial, "sans-serif";
	color: var(--RUAblue);
	font-size: 14pt;
	background-color: #FFF;
	padding: 7px;
	width: 100%;
	box-sizing: border-box;
	display: inline-block;
	border: none;
	margin: 0 0 10px 0;
	font-weight: 100;
}
#FORM .button {
	border: none;
	color: var(--RUAblue);
	background-color: var(--RUAyellow);
	font-family: "Myriad pro", Helvetica, Arial, "sans-serif";
	font-weight: 600;
	padding: 10px 40px;
	width: max-content;
	margin-top: 17px;
	text-transform: uppercase;
	font-size: 18pt;
}
#FORM .button:hover {
	border: none;
	background-color: #FFF;
	cursor: pointer;
	box-shadow: none;
}

#HorizontalResults {
	width: 100%;
	margin-top: 0;
	display: none;
	box-sizing: border-box;
	height: 200pt;
}
/* rest of answer styles in style.css */



/*
.Map {
	margin-bottom: -5px;
	filter: grayscale(1);
}

#wrapMAPS {
	background-color: #000;
}
#MAPS {
	padding: 60px 0;
}
#MAPS h3, #MAPS p {
	text-align: center;
	color: #FFF;
}
iframe.gMap {
	border: solid 1px var(--JSGred2) !important;
	box-sizing: border-box;
}
*/



/* MAIN */
#MAINwrap {
	background-color: #FFF;
}
#MAIN {
	padding: 60px 0 80px;
}
#MAIN.InnerFullWPage {
	padding: 200px 5% 80px;
	box-sizing: border-box;
}
#MAIN h1 {
	font-size: 30pt;
	color: var(--RUAblue);
	line-height: 1.3;
	margin-bottom: 0;
	/* text-transform: uppercase; */
	font-weight: normal;
}

#MAIN.ContactPage {
	padding: 200px 0 80px;
	box-sizing: border-box;
}
#MAIN h1 {
	font-size: 30pt;
	color: var(--RUAblue);
	line-height: 1.3;
	margin-bottom: 0;
	/* text-transform: uppercase; */
	font-weight: normal;
}
	
#MAIN h2 {
	font-size: 21pt;
	color: var(--RUAblue);
	line-height: 1.3;
}
#MAIN h3 {
	font-size: 18pt;
	color: var(--RUAblue);
	line-height: 1.3;
}
#MAIN h4 {
	font-size: 15pt;
	color: var(--RUAblue);
	line-height: 1.3;
}
#MAIN p {
	font-size: 14pt;
}


#MAIN .wp-block-spacer {
	clear: both;
	height: 30pt !important;
}
#MAIN hr.wp-block-separator {
	clear: both;
	margin: 40pt 0;
	border: none;
	background-color: var(--RUAblue2);
}
#MAIN a {
	color: var(--RUAblue);
}
#MAIN.ReviewsPage p {
	margin: 40pt 10%;
	font-size: 15pt;
}

.wp-block-video {
	width: 100%;
	height: auto;
	max-width: 1000px;
	margin: 0 auto;
}




/* Columns & captions */
.wp-block-columns {
	margin-bottom: 0;
}
.wp-block-columns.NOSHADOW .aligncenter.size-full {
	box-shadow: none;
}
.wp-block-image .aligncenter > figcaption, .wp-block-image .alignleft > figcaption, .wp-block-image .alignright > figcaption {
	display: block;
	text-align: center;
}
.wp-block-image.NOSHADOW img {
	box-shadow: none;
}
.wp-block-image.size-large {
	text-align: center;
	margin-bottom: 20pt;
}

.wp-block-column p {
	text-align: left;
}



#MAINL {
	padding-right: 4%;
	box-sizing: border-box;
}

#MAINR h2 {
	color: var(--ILLorange);
	font-size: 24pt;
}
#MAINR ul {
	padding-left: 20px;
}
#MAINR li {
	font-size: 12pt;
}
.widget_block {
	margin-bottom: 60px;
}
.widget_block li, .widget_block p, .widget_block a {
	color: var(--ILLorange);
}





/* PAGES' TWEAKS */
.wp-block-image.HardShadow .alignleft {
	margin-right: 2em;
}
.wp-block-image.HardShadow img {
	border: none;
	box-shadow: 10px 10px 0px #000;
	border-radius: 0;
}
.wp-block-image.HardShadow figcaption {
	font-size: 11pt;
	text-align: center;
	line-height: 1.4;
	margin-top: 10pt;
}





/*
	#LEFTMENU {
		background-color: var(--CILgraylightbground);
		padding: 56px 20px 20px 7px;
		margin-bottom: 20px;
	}
	#LEFTMENU ul {
		padding: 0 0 0 10px;
		margin: 0;
	}
	#LEFTMENU li {
		list-style: none;
	}
	#LEFTMENU li a {
		font-family: "BodoniSvtyTwoITCTT-Book", Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
		margin-top: 0;
		font-size: 14pt;
		color: var(--CILgraytext);
		display: block;
		border-bottom: dotted 1px var(--CILgraytext);
		padding: 8px 0 9px;
		line-height: 1;
	}
	#LEFTMENU>li:last-child a {
		border-bottom: none;
	}
*/

	#MAINLinner a.BigBlueButton {
		display: block;
		margin-bottom: 20px;
		padding: 26px 26px;
	}
	#MAINLinner a.BigBlueButton:hover {
		background-color: #000;
		text-decoration: none;
	}
	#NEEDHELP {
		background-color: var(--CILbluemediumbground);
		padding: 20px;
	}
	#NEEDHELP h3 {
		color: #FFF;
		margin-bottom: 16pt;
	}
	#NEEDHELP p {
		color: #FFF;
		text-align: left;
		line-height: 1.2;
	}
	#NEEDHELP:hover {
		background-color: var(--CILbluebutton);
		text-decoration: none;
	}

	/* POSTS */
	#MAINLinner .widget {
		background-color: var(--CILgraylightbground);
		padding: 20px 20px;
		margin-bottom: 20px;
	}
	#MAINLinner .widget:first-child {
		padding-top: 60px;
	}
	#MAINLinner .widget ul {
		padding-left: 0;
	}
	#MAINLinner .widget li {
		list-style: none;
		/* margin-bottom: 10pt; */
		font-size: 12pt;
		padding: 3pt 5pt;
	}
	#MAINLinner .widget li.current-cat {
		font-weight: bold;
		color: var(--CILbluebutton);
		background-color: var(--CILbluelightbground);
	}
	#MAINLinner .widget li a {
		color: var(--CILgraytext);
		display: block;
		border-bottom: dotted 1px var(--CILgraytext);
	}
	#MAINLinner .widget a:last-child {
		border-bottom: none;
	}

#MAINRinner h1 a, #MAINRinner h2 a, #MAINRinner h3 a, #MAINRinner h4 a {
	text-decoration: none;
}

.PostsInfo {
	border-top: dotted 1px var(--CILbluelighttext);
	margin: -5pt 0 20pt;
	display: block;
	/*text-align: right;*/
	padding-top: 5pt;
}
.PostsDate {
	font-size: 10pt;
	font-weight: bold;
	color: var(--CILbluelighttext);
}

.navigation.post-navigation {
	padding: 30px 0;
	border-top: solid 1px var(--CILbluetext);
	margin-top: 50px;
}
.navigation.post-navigation .L {
	text-align: left;
}
.navigation.post-navigation .R {
	text-align: right;
}

.PostPreview {
	margin-bottom: 40pt;
}
.PostPreview .PostsInfo {
	margin-bottom: 5pt;
}


/*
#wrapVIDEOBANNER {
	background-color: var(--CILbluedarkbground);
	background: linear-gradient(180deg, rgba(15,31,49,1) 0%, rgba(0,0,0,1) 50%, rgba(15,31,49,1) 100%);
}
#VIDEOTHUMBS h2 {
	text-align: center;
	border-bottom: solid 1px var(--CILbluelighttext);
	margin-bottom: 10pt;
	padding-bottom: 10pt;
	display: block;
}
.videothumb {
	width: 19%;
	margin: 0 0.5% 10px;
	float: left;
	font-size: 14px;
}
.videothumb a {
	min-height: 60px;
	display: block;
}
.videothumb img {
	width: 100%;
	height: auto;
	border-radius: 3px;
	background-color: var(--CILbluelighttext);
}
*/



#MAIN a {
	text-decoration: none;
}
#MAIN a:hover {
	text-decoration: underline;
}
#MAINL {
	/*padding: 80px 0;*/
}
#MAIN .HALF {
	width: 46%;
	margin: 0 2%;
}


/* FAQs */
/*
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
	margin-top: 10px !important;
	background: none;
	border: none;
}
.ui-accordion .ui-accordion-content {
	border: none;
	padding: 0 0 20px 1.3em;
	border-left: dotted 2px #CCC;
	margin-left: 0.9em;
	border-radius: 0;
	background: #0a436e11;
	margin-bottom: 20px;
}
.ui-accordion-content li {
	list-style: square;
}
*/

/*
#MAINR.SpecialtiesRBar {
	background-color: var(--SAAred);
	padding: 74px 20px 30px;
	box-sizing: border-box;
	box-shadow: 4px 4px 12px #0006;
}
.SpecialtiesRBar h4 {
	color: #FFF;
}
.SpecialtiesRBar ul {
	padding: 0;
}
.SpecialtiesRBar li {
	padding-left: 1.3em;
	color: #FFF;
	list-style: none;
	font-size: 11pt;
}
.SpecialtiesRBar li::before {
	content: "\f105";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	display: inline-block;
	margin-left: -1.3em;
	width: 1.0em;
}
#MAIN .SpecialtiesRBar ul a {
	color: #FFF;
	text-decoration: none;
}
#MAIN .SpecialtiesRBar ul a:hover {
	text-decoration: underline;
}
#MAINR {
	padding: 80px 0;
}

#recent-posts-2 a {
	text-decoration: none;
}
#recent-posts-2 a:hover {
	text-decoration: underline;
}
#recent-posts-2 ul {
	padding: 0;
}
#recent-posts-2 li {
	padding-left: 1.3em;
	color: var(--Acolor);
	list-style: none;
	font-size: 11pt;
}
#recent-posts-2 li::before {
	content: "\f105";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	display: inline-block;
	margin-left: -1.3em;
	width: 1.0em;
}
*/



/* Special pages */
/*
.ProductsPage h1.entry-title {
	display: none;
}
.ProductsPage #LUXXE,
.ProductsPage #CATALINA {
	background-color: var(--VIPgray);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	padding: 80px 0;
	margin-bottom: 60px;
}
.ProductsPage #LUXXE .pageW,
.ProductsPage #CATALINA .pageW {
	background-color: #FFFD;
	padding: 50px 50px 100px;
	box-sizing: border-box;
	
	background-image: url("images/LOGOsmall.png");
	background-size: initial;
	background-repeat: no-repeat;
	background-position: right 50px bottom 50px;
}
.ProductsPage #LUXXE .pageW h2,
.ProductsPage #CATALINA .pageW h2 {
	font-weight: 300;
}
.ProductsPage #LUXXE .pageW p,
.ProductsPage #CATALINA .pageW p {
	color: #000;
}
.ProductsPage #LUXXE {
	background-image: url("images/BCKparallaxLUXXE.jpg");
}
.ProductsPage #CATALINA {
	background-image: url("images/BCKparallaxCATALINA.jpg");
}

.wp-block-image figcaption {
	margin-top: -80px;
	margin-left: 90px;
	height: 80px;
}
*/




/* FOOTER */
#FTRwrap {
	border-top: solid 1px var(--RUAyellow);
}
#FTR {
	padding: 50px 0;
}
#FTR1, #FTR2 p, #FTR3 {
	text-align: center;
}
#FTR p {
	color: var(--RUAblue);
	font-size: 12pt;
}
#FTR a {
	color: var(--RUAblue);
}
#FTR2 a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13pt;
}
#FTR p.FTRafter {
	font-size: 10pt;
	text-align: center;
	margin: 0;
}






/* 230314 - NEWS */
#MAIN .PostCell h2.PostsTit {
	font-weight: 500;
	font-size: 18pt;
	margin-top: 20pt;
	margin-bottom: 0;
}
#MAIN .PostCell .PostsInfo {
  margin: 0;
}
#MAIN .PostCell p {
  margin-top: 8pt;
  margin-bottom: 0;
}
#MAIN .PostCell h4 {
  margin-top: 8pt;
  margin-bottom: 0;
}
#MAIN .PostCell {
  border-bottom: dotted 1px var(--RUAyellow);
  padding-bottom: 20pt;
}


/* 230330 - columns */
.wp-block-columns {
	clear: both;
}
#MAIN .page h1, #MAIN .page h2 {
	clear: both;
}



/* 230601 - TEAM pg */
#MAIN h2 small a {
	font-size: 12pt;
	font-weight: normal;
	background-color: var(--RUAblue);
	color: var(--RUAyellow);
	padding: 4pt;
	vertical-align: text-top;
	margin-left: 10pt;
	border-radius: 3px;
}
a.TeamAnchor {
	display: block;
	margin-bottom: 230px;
	margin-top: -230px;
}
.tpstyle-1.tppost-1026 {
  display: flex;
  flex-direction: row;
}
.tpstyle-1.tppost-1026 figcaption, #MAIN .tpstyle-1.tppost-1026 figcaption p {
  text-align: left;
}


/* Youtube video full width */
.wp-block-embed.is-provider-youtube.wp-embed-aspect-16-9 {
	margin: 60px auto;
	clear: both;
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	border: solid 4px var(--2TKblue);
	border-radius: 0px;
	box-shadow: 0 11px 10px #DDD;
	
	/* 100% width */
	width: calc(100% * 1);
	padding-bottom: calc(56.25% * 0.85);
}
.wp-block-embed.is-provider-youtube.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}
.wp-block-embed.is-provider-youtube.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}


/* progress bar from plugin */
div.wppb-progress.fixed {
  background-color: var(--RUAblue);
  width: 100%;
}
div.wppb-progress > span {
  background: var(--RUAyellow);
}