@charset "UTF-8";
/* CSS Document */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* START SITE-SPECIFIC STYLES FOR COMMON CMS COMPONENTS. THESE STYLES WILL NEED UPDATED FOR DIFFERENT SITES ////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#mainDiv{
	/* ONLY THE BACKGROUND COLOR CHANGES ON THIS STYLE */
	margin:0px auto 0px auto;
	width: 1200px;
	background: #FFFFFF;
	/*padding-top: 70px; /*140px*/
	position: relative;
	float: left;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;	
	-webkit-transition: all 0.0s;
    -moz-transition: all 0.0s;
    -ms-transition: all 0.0s;
    -o-transition: all 0.0s;
    transition: all 0.0s;
}

#mainDiv.extraTopPad{
	/* ONLY THE TOP PADDING CHANGES ON THIS STYLE */
	/*padding-top: 150px;*/
}
#mainDiv.extraTopPadHome{
	/* ONLY THE TOP PADDING CHANGES ON THIS STYLE */
	/* padding-top: 127px;*/
}

/* START BANNER STYLES */
.noBanners
{
	/* ONLY THE HEIGHT NEEDS TO CHANGE ON THIS STYLE */
	background: url(/images/design/nobanner.jpg) no-repeat bottom left;
	background-size: cover;
	width: 1200px;
	height: 160px;
	float: left;
	clear:both;
	border-bottom: 0px solid #6e358a;
	/*margin-top: 82px;*/
	/*margin-bottom: -55px;*/
	position: relative;
}

#sliderContainer{
	/* STYLE FULLY SUBJECT TO CHANGE */
	width: 1200px;
    height: 500px;
    float: left;
    position: relative;
	margin-top: 78px;
	background: #333333;
}
#sliderContainerSubpage{
	/* STYLE FULLY SUBJECT TO CHANGE */
	width: 100%;
	background: #CCCCCC;
	margin-top:0px;
	float: left;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 700;
	line-height: 1.4;
	position: relative;
	height: 300px;
	overflow: hidden;
}
#sliderContainer p, #sliderContainerSubpage p{
	/* STYLE FULLY SUBJECT TO CHANGE */
	font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 25px;
    color: #fff;
	letter-spacing: 2px;
	font-weight: 300;
	margin: 0px 0px 0px 0px;
	text-align: center;
	line-height: 50px;
	text-transform: uppercase;
}
/*#sliderContainer h1, #sliderContainerSubpage h1{
	font-family: 'BenchNine', sans-serif;
	font-size: 38px;
	color: #ffffff;
	text-shadow: 0px 0px 4px #000000;
	letter-spacing: 1px;
	font-weight: 300;
	margin: -45px 0px 0px 0px;
	text-align: left;
	line-height: 36px;
	text-transform: uppercase;
}*/

#sliderContainerSubpage h1
{
	/* STYLE FULLY SUBJECT TO CHANGE */
	font-family: 'Fira Sans Extra Condensed', sans-serif;
    color: #feb92c;
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    position: relative;
	margin-bottom: 10px;
    text-shadow: 0px 5px 10px #000000;
}

#sliderContainerSubpage h2
{
	/* STYLE FULLY SUBJECT TO CHANGE */
	font-family: 'Fira Sans Condensed', sans-serif;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    text-shadow: 0px 5px 10px #000000;
	margin-top: 0px;
}

#sliderContainerSubpage p
{
	/* STYLE FULLY SUBJECT TO CHANGE */
	/*
	position: absolute;
    left: 128px;
    width: 1000px;
	z-index: 10;
	*/
}
.sliderImageHolder img {
	width: 1200px;
	height: 500px;
	position: relative;
	z-index: -1;
	
}
.sliderImageHolderSubpage img /* SUB PAGE BANNER STYLE */
{
	
	/* STYLE FULLY SUBJECT TO CHANGE */
	/*width: 1200px;
	height: 240px;*/
	width: 100%;
}

.sliderCover
{
	/* STYLE FULLY SUBJECT TO CHANGE */
	/*background: url(/images/design/slider-cover.png) no-repeat;*/
	background-size: cover;
	background-position: center;
	width: 1200px;
	height: 500px;
	position: absolute;
    z-index: 1;
}

.sliderCoverNoText
{
	/* STYLE FULLY SUBJECT TO CHANGE */
	/*background: url(/images/design/slider-caption-no-text.png) no-repeat bottom left !important;*/
}


.sliderCoverSubpage {
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 80px;
    overflow: hidden;
    background: url(/images/design/slider-cover-h1-bg.png?v=1) no-repeat top left;
    background-size: cover;
}
.sliderTextHolder 
{
	/* STYLE FULLY SUBJECT TO CHANGE */
	/* HOME PAGE BANNER STYLE */
	float: left;
    width: 500px;
    height: 160px;
    z-index: 1;
    position: absolute;
	bottom: 35px;
	left: 35px;
}
.sliderTextHolderSubpage 
{
	/* STYLE FULLY SUBJECT TO CHANGE */
	/* SUB PAGE BANNER STYLE */
	float: left;
    width: 1080px;
    z-index: 1;
    position: absolute;
	text-align: left;
    padding-left: 120px
    
}
.sliderTextHolderSubpage h1 {
	font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 32px;
    color: #fff;
    font-weight: 300;
    margin: 6px 0px 0px 0px;
}
.sliderTextHolderSubpage p, .sliderTextHolderSubpage a{
	font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 16px !important;
    color: #fff !important;
    font-weight: 300;
    margin: 0px 0px !important;
}

.sliderTextHolderSubpage .far
{
     font-size: 16px !important;
}
.sliderTextHolder a.largeContentButton{
	/* STYLE FULLY SUBJECT TO CHANGE */
	background-color: transparent;
    border: 2px solid #ffffff;
    cursor: pointer;
    color: #ffffff;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 20px;
    font-weight: bold;
    padding: 1px 22px;
    letter-spacing: 1px;
    text-decoration: none;
    float: right;
    top: 62px;
    right: -230px;
    position: absolute;
}
.sliderTextHolder a.largeContentButton:hover{
	/* STYLE FULLY SUBJECT TO CHANGE */
	background: #f7941d;
}
.jssorb21{
	-webkit-filter: brightness(100%) sepia(100%) hue-rotate(-180deg) saturate(500%) contrast(0.8);
      filter: brightness(100%) sepia(100%) hue-rotate(-180deg) saturate(500%) contrast(0.8);
}
/* END BANNER STYLES */


h1,h2
{
	/* STYLE FULLY SUBJECT TO CHANGE */
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 700;	
}

#contentLayered h1
{
	/* STYLE FULLY SUBJECT TO CHANGE */
	font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 52px;
    font-weight: normal;
	line-height: 1.2;
	margin-bottom: 10px;	
	color: #6e358a;

}

#content h2
{
	/* STYLE FULLY SUBJECT TO CHANGE */
	font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
    font-size: 24px;
    color: #ed1846;
}

#content h3
{
	/* STYLE FULLY SUBJECT TO CHANGE */
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color:#818285;
}


#contentFull h2
{
	/* STYLE FULLY SUBJECT TO CHANGE */
	font-family: 'Fira Sans Condensed', sans-serif;
	line-height: 1.2;
	margin-bottom: 10px;	
	font-size: 32px;
	color: #6e358a;

}
#contentFull h3
{
	/* STYLE FULLY SUBJECT TO CHANGE */
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
	color:#666666;
}

#contentBG a:link, #contentBGLayered a:link, #contentFull a:link, #contentBG a, #contentBGLayered a, #contentFull a 
{
	/* ONLY THE FONT, COLOR AND FONT SIZE NEED TO CHANGE ON THIS STYLE */
  	font-size: 16px;
	line-height: 1.4;
  	text-decoration: none;
    /* color: #6e358a; */
}

#contentBG a:hover, #contentBGLayered a:hover, #contentFull a:hover
{
	/* ONLY THE FONT, COLOR AND FONT SIZE NEED TO CHANGE ON THIS STYLE */
	color: #4c4c4d;
  	font-size: 16px;
  	line-height: 1.4;
  	text-decoration: none;	
}

#contentBG h2 a:link
{
	/* ONLY THE FONT, COLOR AND FONT SIZE NEED TO CHANGE ON THIS STYLE */
  	color:#2c2e6a;
  	font-size: 24px;
	line-height: 1.4;
  	text-decoration: none;
}

#contentBG h2 a:hover
{
	/* ONLY THE COLOR NEEDS TO CHAGE ON THIS STYLE */
	color: #00739B;
}

#contentBG a:link.largeContentButton, #contentBGLayered a:link.largeContentButton, #contentFull a:link.largeContentButton, #contentBG a:hover.largeContentButton, #contentBGLayered a:hover.largeContentButton, #contentFull a:hover.largeContentButton,#contentBG a:visited.largeContentButton, #contentBGLayered a:visited.largeContentButton, #contentFull a:visited.largeContentButton
{
	/* ONLY THE FONT COLOR AND SIZE NEED TO CHANGE ON THIS STYLE */
  	color: #FFFFFF !important;
  	font-size:18px;
  	text-decoration: none;
}

a.largeContentButton{
	/* ONLY THE FONT, FONT COLOR, FONT SIZE AND BACKGROUND NEED TO CHANGE ON THIS STYLE */
	/*background: url(/images/design/button-shine-blue.png) no-repeat top left;*/
  background:#6e358a;
	border-radius:30px;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size:1.2em;
	padding:16px 30px;
	text-decoration:none;
}

a.largeContentButton:first-child {
	/* transform: skew(-20deg); /* INVERSE SKEW */ 
}

a.largeContentButton:hover{
	/* ONLY THE BACKGROUND NEEDS TO CHANGE ON THIS STYLE */
	opacity:0.8;
}

#content a:link.largeContentButton,#content a:visited.largeContentButton,#content a:hover.largeContentButton,#content a:active.largeContentButton
{
	/* ONLY FONT COLOR NEEDS TO CHANGE ON THIS STYLE */
	color: #FFFFFF;	
	text-align: center!important;
    padding: 16px 20px!important;
	display: inline!important;
}

input[type=submit].largeContentButton{
	/* ONLY THE FONT, FONT COLOR, FONT SIZE AND BACKGROUND GRADIENTS NEED TO CHANGE ON THIS STYLE */
	 background-color: #6e358a;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 12px !important;
    letter-spacing: 4px;
    font-weight: 500;
    padding: 16px 24px;
    text-decoration: none;
    text-transform: uppercase;
}

input[type=submit].largeContentButton:hover{
	/* ONLY THE FONT, FONT COLOR, FONT SIZE AND BACKGROUND GRADIENTS NEED TO CHANGE ON THIS STYLE */
	background-color: #6e358a;
}

#contentPageBackground input 
{
	font-family: Lucida Grande', Verdana,Helvetica, Arial, sans-serif;
}


/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* START GENERAL STYLES THESE STYLES NEED LITTLE TO NO UPDATES FOR DIFFERENT SITES /////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



#fixedHeader.hiddenHeader
{
	display: none;	
}


/* Alert Box */
#homeAlertBox{
	position: fixed; 
	top:84px; 
	left:0; 
	width: 98%; 
	background: #ffc33e; 
	color: #353535;
	text-align: center;
	padding: 10px 1%;
	font-weight: 700;
	border-bottom: 2px solid #FFFFFF;
	z-index: 2;
}
#homeAlert{
	font-size: 16px !important;
}

#homeAlertBox img{
	padding-right: 10px;
	width: 20px;
	height: 20px;	
	position: relative;
	top: 4px;
}
#contentBG h2 a:link
{
  	color: #000;
  	font-size: 24px;
	line-height: 1.4;
  	text-decoration: none;
}

#contentBG h2 a:hover
{
	color: #6e358a;
}

/* Added for SiteStyle update */
#contentBGLayered {
	padding:0px 0px 0px 0px;
}

#contentLayered {
	
}

.maxWidthWrapper
{
	max-width: 1000px;	
	margin: 0px auto 0px auto;
}

.layeredDivContent {
	margin-bottom: 0px;
	clear:both;
	padding: 50px;
}

.layeredEven {
	background: #FFFFFF;
	border-top: 1px solid #ffbebe;
	border-bottom: 1px solid #ffbebe;
}

.layeredOdd { 
	background: #FFFFFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#fdfdfd));
	background: -webkit-linear-gradient(#FFFFFF, #fdfdfd);
	background: -moz-linear-gradient(#FFFFFF, #fdfdfd);
	background: -ms-linear-gradient(#FFFFFF, #fdfdfd);
	background: -o-linear-gradient(#FFFFFF, #fdfdfd);
	background: linear-gradient(#FFFFFF, #fdfdfd);
	-pie-background: linear-gradient(#FFFFFF, #fdfdfd);
	position: relative;
	/* PIE */
	behavior: url(/PIE.php);
}

#pageBannerPopoverContainer {
	
}

div#pageBannerPopoverContainer #adminBox { 
	background-color:transparent; 
}

div#pageBannerPopoverContainer h1 { 
	left: 0px; 
	width:auto; 
}

#contentBGFullContentLayered { 
	width: 100%;
	padding: 20px 0px 20px 0px;
	float:left;
}

#updateLinkButton {
	font-size:12px;
	margin-top:5px;
	display:none;	
}

/* Fix for checkboxes - not sure why but they are set with -9999px left attribute above which makes them un-usable on the admin screens since they can't be seen
   This is to correct it only on those screens - pbischof@techsgi.com */
#adminFormOption input[type=checkbox] { left:0px; }

/* Barney's Bakery Styles */
strong
{
	font-weight: bold;
}

a
{
	color: #6e358a;
	text-decoration: none;
}

#contentBG a:link, #contentBGLayered a:link, #contentFull a:link,#contentBG a:visited, #contentBGLayered a:visited, #contentFull a:visited
{
  	color: #00aeef;
  	font-size: 16px;
	line-height: 1.4;
	font-weight: 400;
  	text-decoration: none;
}

#contentBG a:hover, #contentBGLayered a:hover, #contentFull a:hover
{
	color: #6e358a;
  	font-size: 16px;
  	line-height: 1.4;
  	text-decoration: none;	
}

#contentBG h2 a:link
{
  	color: #000;
  	font-size: 24px;
	line-height: 1.4;
  	text-decoration: none;
}

#contentBG h2 a:hover
{
	color: #6e358a;
}


hr
{
	border-top:1px solid #cccccc;
	border-right:0px;
	border-left:0px;
	border-bottom:0px;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear:both;
}

#contentPageBackground
{
	width: 100%;
	min-height: 300px;
	float: left;
	padding: 76px 0px 6px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	background: #FFFFFF;
	/*
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#e9e9e9));
	background: -webkit-linear-gradient(#FFFFFF, #e9e9e9);
	background: -moz-linear-gradient(#FFFFFF, #e9e9e9);
	background: -ms-linear-gradient(#FFFFFF, #e9e9e9);
	background: -o-linear-gradient(#FFFFFF, #e9e9e9);
	background: linear-gradient(#FFFFFF, #e9e9e9);
	-pie-background: linear-gradient(#FFFFFF, #e9e9e9);
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;		
	*/
	/*-webkit-box-shadow:#000000 0px 10px 10px;
	-moz-box-shadow:#000000 0px 10px 10px;
	box-shadow: 0px 10px 10px #000000;*/
	position:relative;
	/* PIE */
	behavior: url(/PIE.php);	
}

#contentPageBackground.adminLoggedIn
{
	margin: 170px 0px 0px 0px;
}

#contentPageBackground p, #contentPageBackground ol, #contentPageBackground ul
{
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 16px;
	color: #333333;
	line-height: 1.4;	
}

#rightcolumn{
	width:189px;
	float:right;
	padding: 20px 0px 0px 10px;
	border-left:1px solid #EBEBEB;
	min-height:400px;
}

#rightcolumn h1{
	font-size: 16px;
}

#rightcolumn #calendarFeatureHomeImageDiv
{
	border: 1px solid #DEDEDE;
	margin: 0px 15px 5px 0px;	
	background: none;
	padding: 0px;
	width: 146px;
}

#calendarFeatureHomeImageDiv
{
	border-bottom: 1px solid #DEDEDE;
}

#subnav{
	width:25%;
	text-align:left;
	line-height:24px;
	margin-bottom:0px;
	padding:0px;
	margin-top:10px;
	border-right:1px solid #EBEBEB;
	float:left;
	margin-left:0px;
}

#nav{
	width:90%;
	float:left;
	/* min-height:400px; */
	padding-right:0px;
	margin-top: 40px;
}


#contentBG
{
	width: 92%;
	padding: 20px 4% 20px 4%;
	margin-top: 0px;
	float:left;
	border-top: 4px solid #00aeef;
}

#contentBGFullContent
{
	width: 92%;
	padding: 20px 4% 20px 4%;
	float:left;
}

#contentFull{
	width: 90%;
	text-align:left;
	float:left;
	margin-left:5%;
	margin-top:45px;
	line-height:20px;
}

#content
{
	 width: 60%;
	  padding: 25px 50px 50px 50px;
	  text-align: left;
	  float: right;
	  margin-left: 10px;
	  margin-top: 0px;
	  margin-bottom: 25px;
	  line-height: 20px;
	  min-height: 500px;
	  position: relative;
	  /*
	  background: #FFFFFF;
	  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#EBEBEB));
	  background: -webkit-linear-gradient(#FFFFFF, #EBEBEB);
	  background: -moz-linear-gradient(#FFFFFF, #EBEBEB);
	  background: -ms-linear-gradient(#FFFFFF, #EBEBEB);
	  background: -o-linear-gradient(#FFFFFF, #EBEBEB);
	  background: linear-gradient(#FFFFFF, #EBEBEB);
	  -pie-background: linear-gradient(#FFFFFF, #EBEBEB);
	  -moz-border-radius: 10px;
	  -webkit-border-radius: 10px;
	  border-radius: 10px;
	  border: 1px solid #CCCCCC;
	  -webkit-box-shadow: #CCCCCC 0px 0px 6px;
	  -moz-box-shadow: #CCCCCC 0px 0px 6px;
	  box-shadow: #CCCCCC 0px 0px 6px;
	  behavior: url(/PIE.php);
	  */
	
}

#content h1
{
	font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 40px;
    font-weight: 500;
	line-height: 1.2;
	margin-bottom: 10px;	
	color: #6e358a;
	clear: both;
}

/*
#content h1.titleLarge
{
	font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 20px;
    font-weight: normal;
	line-height: 1.2;
	margin-bottom: 10px;	
	color: #6e358a;
}
*/

#contentFull h1
{
	font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 40px;
    font-weight: normal;
	line-height: 1.2;
	margin-bottom: 10px;	
	color: #6e358a;
	clear: both;
}

#contentLayered h1
{
	font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 40px;
    font-weight: normal;
	line-height: 1.2;
	margin-bottom: 10px;	
	color: #6e358a;
	clear: both;
}


#contentBGFullContent #content
{
	width: 60%;
	text-align:left;
	float:left;
	margin-left:30px;
	margin-top:25px;
	line-height:20px;
}

#contentBGFullContent #leftcolumn{
	width: 970px;
	float:left;
}

#contentBGFullContent #titlebar{
	background:url(/images/common/BG_subheader_wide.jpg);
	color:#333;
	font-weight:100px;
	width: 970px;
}

#contentBGFullContent #contentFull #titlebar{
	background:url(/images/common/BG_subheader_wide.jpg);
	color:#333;
	font-weight:100px;
	width: 970px;
	margin: -15px 0px 0px -30px;
}

#contentBGFullContent #titlebar h1.title
{
	float:left; 
	width: 665px; 
	text-align:left;
	font-weight:100;
	margin-top: 20px;
}

.title
{
	margin-top: 0px;	
}

#subpageBodyContent
{
	width: 520px;
	padding: 30px 40px 30px 40px;
	margin: 0px 5px 0px 0px;
	float: left;
	font-family: 'Lucida Grande', Verdana,Helvetica, Arial, sans-serif;  
}

#subpageBodyContent a
{
	font-family: 'Lucida Grande', Verdana,Helvetica, Arial, sans-serif;  
}

#subpageBodyContentFull
{
	float: left;
	width: 780px;
	padding: 10px 100px 50px 100px;
}

#subpageColumnRight
{
	width:240px;
	float: right;
	margin-top: 0px;
}

#subpageColumnLeftExtras
{
	width: 220px;
	padding: 20px;
	float: left;
	margin-top: 60px;
	font-size: 11px;
}

#subpageColumnLeftExtras p
{
	margin: 10px 0px 10px 0px;
	text-align: justify; 
	text-justify: newspaper;
}

#subnavItem
{
	background: url() repeat-x bottom left;
	padding: 8px 2px 8px 0px;
	border-bottom: 1px solid #FFF;
}
/*
#subnavItem a
{
	font-size: 16px;
	line-height: 1.2; 
	color: #00739b;
}
*/
#subnavItem .footer
{
	color: #999;
}

#subnavItemLevelThree
{
	background: #6e358a url() repeat-x bottom left;
	padding: 8px 2px 8px 12px;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	margin-left: -4%;
	width: 98%;
	color: #fff;
}

#subnavItemLevelThree a:link, #subnavItemLevelThree a:visited, #subnavItemLevelThree a:active, #subnavItemLevelThree a:hover 
{
	color: #fff;
	font-weight: normal;
	line-height: 1.2; 
}

#subnavItemLevelFour
{
	background: #545352 url() repeat-x bottom left;
	padding: 8px 2px 8px 12px;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	/*margin-left: -7%;*/
	width: 102%;
	color: #CCC;
}

#subnavItemLevelFour a
{
	color: #dfdfdf;
	font-weight: normal;
	line-height: 1.2; 
}


#subnavItemLevelFive
{
	background: #2f2f2f url() repeat-x bottom left;
	padding: 8px 2px 8px 12px;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	/*margin-left: -10%;*/
	width: 106%;
	color: #dfdfdf;
}

#subnavItemLevelFive a
{
	color: #dfdfdf;
	font-weight: normal;
	line-height: 1.2; 
}


#subpageColumnLeftExtras hr.doubleLine
{
	color: #FFF;
	background-color: #FFF;
	border-top: 1px solid #DEDEDE;
	border-bottom: 0px;
	margin: 8px 0px 8px 0px;
}
.bullet
{
	margin-right: 5px;
}

#myClear
{
	width: 100%;
	float: left;
	clear: both;
}

#spacerDiv
{
	float: left;
	width: 100%;
	margin: 20px 0px 20px 0px;
}

#newsHomeHighlight
{
	background: #EBEBEB;
	padding: 4px;
	border: 1px solid #6b361b;
}

#smallText
{
	font-size: 11px;
	font-weight: bold;
}

#smallText a
{
	font-size: 11px;
	font-weight: bold;
}

td 
{
	text-align:left;
	vertical-align:top;
	padding: 0px;
	border:0px;
}

.thumbnailImageGridStyle
{
	padding: 10px 25px 10px 10px;
	width: 500px;
	margin-bottom: 20px;
	float: left;
}


#thumbnailImageRightContainer
{
	float: left;
	width: 200px;
	margin: -50px 0px 15px 0px;
	text-align: center;
	vertical-align: middle;
}

#thumbnailImageLeftContainer
{
	float: left;
	width: 500px;
	margin: 10px 25px 15px 0px;
	vertical-align: middle;
}

#ImageFloatThumb
{
	width: 230px;
	float: left;	
}

#photoGalleryTitle
{
	text-align: center;
	margin-top: 15px;
}

.thumbnailImageRightAlbum
{
	padding: 4px;
	margin-bottom: 20px;
	text-align: center;
}

.thumbnailImageRightAlbum img
{
	border: 1px solid #CCCCCC;
	background: #EBEBEB;
	padding: 4px;
	margin: 5px;
}

.thumbnailImageRight
{
	padding: 4px;
	margin-bottom: 20px;
}

.thumbnailImageRight img
{
	float: left;
	border: 1px solid #CCCCCC;
	background: #EBEBEB;
	padding: 4px;
	margin: 5px;
}
.grayText
{
	color: #a4b8b6;	
	line-height: 2; 
}

#content ol 
{
	margin-top: 0px;
	margin-bottom: 0px;
}

#content ol li 
{
	margin-bottom: 10px;
	padding-bottom: 5px;
}

ul,ol
{
    list-style-position: inside;   
}

#content ul 
{
	list-style-type: disc;
	list-style-position: inside;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}


#content ul li 
{
	margin-bottom: 10px;
	padding-bottom: 5px;
	display: list-item;
}

img
{
	border: 0px;
}

.required
{  
	font-size: 14px; 
	line-height: 1.2; 
	font-weight: normal; 
	color: #a8403f; 
	text-decoration: none;
}

.dashes
{
	border-top: 1px dashed #5B5039;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.doubleLineSubnav
{
	border-top: 1px solid #D3D3D3;
	border-bottom: 1px solid #FFFFFF;
	border-left: 0px;
	border-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #7C9FB2;
	margin-top: 5px;
	margin-bottom: 5px;
}

.doubleLine
{
	border-top: 1px solid #BAB8B6;
	border-bottom: 1px solid #FFFFFF;
	border-left: 0px;
	border-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #DDD9D6;
}

.transparent_class {
	filter:alpha(opacity=80);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.mediumImage
{
	border-top: 1px solid #C1CACD;
	border-left: 1px solid #C1CACD;
	border-right: 1px solid #C1CACD;
	border-bottom: 2px solid #C1CACD;
}

.photoAlbumIcon
{
	background: url(/images/common/bg_photoalbum.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 97px;
	height: 100px;
}

div#ShowEmailForm
{
	margin-top: 10px;
	margin-bottom: 10px;
}

#showBorder 
{
	border: 1px solid #CCCCCC;	
}

#showBorder td
{
	padding: 5px;
	border: 1px solid #CCCCCC;	
}

#printerFriendly
{
	margin-bottom: 10px;
	text-decoration:none;
	color:
}

.smallWhiteLink
{  
	font-size: 11px; 
	color: #FFFFFF; 
}
a:link.smallWhiteLink
{  
	font-size: 11px; 
	color: #FFFFFF; 
}
a:visited.smallWhiteLink
{  
	font-size: 11px; 
	color: #FFFFFF; 
}
a:hover.smallWhiteLink
{  
	font-size: 11px; 
	color: #FFFFFF; 
}
a:active.smallWhiteLink
{  
	font-size: 11px; 
	color: #FFFFFF; 
}

#bannerImage
{
	width: 575px;
	float: left;
	clear: both;	
}

#bannerLinkFieldDiv
{
	display: none;	
}

#formsTable
{
	width: 100%;
	border: 0px;	
}

#formsTable td
{
	width: 33%;
	padding: 10px;
	border-right: 0px;	
}

#clearDiv
{
	width: 100%;
	clear: both;	
}

#thumbnailBackground
{
	width: 10%;	
	border: 0px;
	padding: 0px;
}

#thumbnailBackground .topleft
{
	width: 9px;
	height: 9px;
	background: url(/images/common/bg_image_top_left.png) no-repeat top right;	
}

#thumbnailBackground .topmiddle
{
	width: 100%;
	height: 9px;
	background: url(/images/common/bg_image_top_repeat.png) repeat-x top left;	
}

#thumbnailBackground .topright
{
	width: 9px;
	height: 9px;
	background: url(/images/common/bg_image_top_right.png) no-repeat top left;	
}

#thumbnailBackground .left
{
	width: 9px;
	background: url(/images/common/bg_image_left_repeat.png) repeat-y top left;	
}

#thumbnailBackground .right
{
	width: 9px;
	background: url(/images/common/bg_image_right_repeat.png) repeat-y top left;	
}

#thumbnailBackground .bottomleft
{
	width: 9px;
	height: 9px;
	background: url(/images/common/bg_image_bottom_left.png) no-repeat top right;	
}

#thumbnailBackground .bottommiddle
{
	width: 100%;
	height: 9px;
	background: url(/images/common/bg_image_bottom_repeat.png) repeat-x top left;	
}

#thumbnailBackground .bottomright
{
	width: 9px;
	height: 9px;
	background: url(/images/common/bg_image_bottom_right.png) no-repeat top left;	
}

#thumbnailBackground .image
{
	background: #FFF;	
}

#thumbnailBackground .thumbSpacer
{
	width: 9px;
	height: 9px;	
}

#thumbnailBottomMargin
{
	width: 100%;
	clear: both;
	margin: 0px 0px 20px 0px;	
}

.testimonialButton
{
	float: right;
	margin: -200px 0px 25px 25px;	
	position: relative;
	z-index: 50;
}

.GMaps
{
	border: 2px solid #999;	
}

#adobeReader
{
	width: 100%;
	padding: 15px;
	margin-top: 15px;
	border: 2px solid #EBEBEB;
	background: #FFF url(/images/common/bg_gray_fade_up.gif) repeat-x bottom left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#adobeReader img
{
	float: left;
	margin: 15px 10px 35px 10px;
}

#FormsAndDownloads
{
	width: 100%;
	padding: 15px;
	margin-top: 15px;
	border: 2px solid #EBEBEB;
	background: #FFF url(/images/common/bg_gray_fade_up.gif) repeat-x bottom left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}

#FormsAndDownloads #subnavItem
{
	padding: 12px 0px 12px 12px;
	border-bottom: 1px solid #CCC;
	background: none;
}

#newsList
{
	width: 70%;
	float: left;
	margin-left: 35px;
}

#NewsStandard
{
	padding: 10px;
	border-top: 1px solid #CCC;
	margin-top: 2px;
}

.currentPage
{
	padding: 6px;
	border-top: 1px solid #CCC;
	background: #EBEBEB;
}

.notCurrentPage
{
	padding: 6px;
	background: #FFF;
}

#paginationDiv
{
	/*background: #FFF;*/
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	margin: 15px 0px 15px 0px;
	padding: 15px;
}

.currentPagePagination
{
	padding: 6px 0px 6px 0px;
	background: #FFF;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.currentPage .currentPagePagination
{
	padding: 0px;	
	border: 0px;
}

.currentPagePagination a
{
	margin-left: 6px;	
}

#membersLogin
{
	display: block;
	margin: 0 auto;
	padding: 40px 20px 40px 20px;
	/*background: #5a5a5a url(/images/common/bg_member_login.gif) repeat-x top left;	*/
/*	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #FFF;*/
	width: 550px;
	background: #717d96;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#717d96), to(#576173));
	background: -webkit-linear-gradient(#717d96, #576173);
	background: -moz-linear-gradient(#717d96, #576173);
	background: -ms-linear-gradient(#717d96, #576173);
	background: -o-linear-gradient(#717d96, #576173);
	background: linear-gradient(#717d96, #576173);
	-pie-background: linear-gradient(#717d96, #576173);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow:#000000 0px 4px 2px;
	-moz-box-shadow:#000000 0px 4px 2px;
	box-shadow: 0px 4px 2px #000000;
}

#membersLogin table{
	width: 400px;
	margin: 0 auto;
}

#calendarList h1
{
	font-size: 16px;
	margin: 0px;
}

#calendarList h1 a
{
	font-size: 16px;
	margin: 0px;
}

div#calendarDetail
{
	float: left;
	width: 93%;
	/*background: #FFFFFF;*/
	padding: 0px 25px;
	font-size: 14px;
	/*background: #FFF url(/images/common/bg_fade_transparent_to_black_20_high.png) repeat-x bottom left;*/
	/*border: 1px solid #EBEBEB;*/
}

div#calendarDetail a
{
	font-size: 14px;
}

div#calendarDetail h1
{
	margin-bottom: 0px;
}

div#calendarDetail h2
{
	margin: 10px 0px;
	font-size: 24px;
}


#MoreDates
{
	float: right;
	width: 250px;
	border-left: 1px solid #EBEBEB;
	padding: 15px;	
}

#calendarDate
{
	float: left;
	width: 23%;
	margin-right: 10px;	
	font-size: 16px;
}

#calendarEventTitle
{
	float: left;
	width: 60%;
	margin-right: 15px;
	font-size: 16px;
}

#calendarEventTitle a
{
	font-size: 16px;
}

#calendarEventDetails
{
	float: left;
	width: 10%;
	margin-right: 15px;
	font-size: 14px;
	text-align: right;
}

#calendarEventDetails a
{
	font-size: 14px;
}


table
{
	border: 0px;
	/* border-collapse: collapse; */
	width: 100%;
    border-collapse: collapse;
}

table td
{
	font-size: 16px;
	text-align: left;
	vertical-align: top;
	
}

#content table td
{
	font-size: 16px;
	text-align: left;
	vertical-align: top;
	padding: 15px;
	border: 1px solid #ddd;
}

#content table td.TableGrid {
    padding: 0;
    border: 0;
}

#content table td p
{
	margin: 0px 0px 15px 0px;	
}

#contentLayered table td
{
	font-size: 14px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	border: 0px;
	padding: 25px;
}

#contentLayered table td p
{
	margin: 0px 0px 15px 0px;	
}



table th
{
	color: #FFF;
	background: #666666;
	padding: 5px 10px;
	text-align: left;
	vertical-align: top;
}

table th p
{
	color: #FFFFFF !important;
	padding: 5px 10px;
	text-align: left;
	vertical-align: top;
}

#cmsImage
{
	border: 1px solid #FFFFFF;
	margin: 0px 15px 15px 0px;	
	background: #bbbbbb;
	padding: 2px;
}

.cmsImage
{
	border: 2px solid #FFFFFF;
    background: #6e358a;
	margin: 0px 15px 15px 0px;	
	background: #FFFFFF;
	padding: 0px;
	border-radius: 10px;
	/*-moz-border-radius: 600px;
	-webkit-border-radius: 600px;
	border-radius: 600px;	
	-webkit-box-shadow:#000000 0px 0px 10px;
	-moz-box-shadow:#000000 0px 0px 10px;*/
	box-shadow: 0px 0px 10px #CCCCCC;
	position:relative;
	/* PIE */
	behavior: url(/PIE.php);
}

img[align=right].cmsImage
{
	margin: 0px 0px 15px 15px;
}

.cmsImageLarge
{
	width: 95%;
	height: auto;
	border: 2px solid #FFFFFF;
    margin: 0px 15px 15px 0px;
    background: #6e358a;
	margin: 0px 15px 15px 0px;	
	background: none;
	padding: 4px;
	border-radius: 20px;
	/*-moz-border-radius: 600px;
	-webkit-border-radius: 600px;
	border-radius: 600px;	
	-webkit-box-shadow:#000000 0px 0px 10px;
	-moz-box-shadow:#000000 0px 0px 10px;*/
	box-shadow: 0px 0px 10px #CCCCCC;
	position:relative;
	/* PIE */
	behavior: url(/PIE.php);
}

.cmsImage.noBorder, .cmsImageLarge.noBorder { 
	border:none;
	box-shadow:none;
}

iframe
{
	/*
	border: 2px solid #FFFFFF;
	background: none;
	padding: 2px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;	
	-webkit-box-shadow:#666666 0px 0px 10px;
	-moz-box-shadow:#666666 0px 0px 10px;
	box-shadow: 0px 0px 10px #666666;
	position:relative;
	behavior: url(/PIE.php)
	*/
}

#socialSubpage
{
	width: 100%;
	margin-top: 50px;
}

#socialSubpage #addThis
{
	float: left;
	padding: 4px;
	width: 33%;
}

#socialSubpage #like
{
	float: left;
	padding: 4px;
	width: 33%;
}

#facultySearchHolder
{
	background: #60000B url(/images/common/bg_fade_transparent_to_white.png) repeat-x bottom left;
	float: left;
	clear: both;
	width: 79%;
	padding: 15px 10% 15px 10%;	
	margin: 0px 0px 0px 2px;
	color: #FFF;
	border-bottom: 1px solid #FFF;
}

#facultySearchHolder select
{
	font-family:  'Lucida Grande', Verdana,Helvetica, Arial, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	line-height: 1.4; 
	font-weight: normal; 
	color: #666666;
	border-top: 1px solid #AEAEAE;
	border-left: 1px solid #AEAEAE;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 2px;
	padding: 2px;
	width: 65%;
}

#facultySearchHolder .buttonActionSmallPublic
{
	padding-left: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	border: 1px solid #FFFFFF;
	margin-top: 5px;
	font-weight: bold;
	min-width: 50px;
	width: 50px;
}

#titlebarCalendar{
	font-weight:100px;
	width: 100%;
}

#titlebarCalendar h1.section
{
	float:left; 
	margin-left:20px; 
	margin-right:20px; 
	margin-top: 20px;
	text-align:left; 
	font-weight:100;
	width: 240px;
}

#titlebarCalendar h1.title
{
	float:left; 
	width:400px; 
	text-align:left;
	font-weight:100;
	margin-top: 20px;
}

#teaserCroppedPhoto
{
	float: left;
	width: 86px;
	height: 86px;
	border: 1px solid #DEDEDE;
	padding: 2px;
	background: #FFF;
	overflow: hidden;	
}

#skipnavigation
{
	display: none;	
}

#subpageFade
{
	height: 133px;
	width: 191px;
	overflow: hidden;
	margin-left:5px;
	background: #FFF;
	border: 1px solid #DEDEDE;
	padding: 4px;
	margin-bottom: 5px;
}

#likeHome
{
	margin-left: 20px;	
}

#ContactUsButtonDiv
{
	position: relative;
	top: -65px;
	left: 175px;
	width: 118px;
}

#contentBGFullContent #content.centerClass
{
	margin-left: 300px;
}

.anchorMargin
{
	position: absolute;
	top: -55px;	
}
/* Barney's Bakery Styles End*/

/* Global Datatable Styles */

.dataTables_length{ text-align: left; margin-bottom: 20px; }
.dataTables_filter{ text-align: right; margin-bottom: 20px; }
.dataTables_footer{ text-align: left; }

.paginate_button{
	margin: 0 4px;
}

.paginate_button:hover{
	cursor: pointer;
	font-weight: 700;
}

.paginate_button_disabled{
	color: #999;
}
.paginate_button_disabled:hover{
	font-weight: normal;
	cursor: default;
}

.paginate_active{
	font-weight: 700;
}


/* Data table for Add Sermon page */

#calendarDatatableID_info{ display: none; }
#calendarDatatableID_filter,  #calendarDatatableID_length{	margin: 7px 0; 	}
#calendarDatatableID_filter input, #calendarDatatableID_length select { height: 22px; font-size: 12px; padding: 4px; margin: 0; }
#calendarDatatableID_length select{ width: 60px; margin: 0 3px; display: inline-block; height: 25px; font-size: 12px;	padding: 0; }

.calendarDatatable td, .calendarDatatable th { font-family: 'Carrois Gothic', sans-serif; }
.calendarDatatable td { font-size:14px; padding: 3px 2px; vertical-align: middle; margin: 0; text-align: center; }
.calendarDatatable th 
{ 
	border:none;
	color:#FFFFFF;
	padding:5px;
	background-color: #5f5f5f;
	text-align: center;
	
}
.calendarDatatable a, .calendarDatatable a:active { color:#0040FF; text-decoration:none; }
.calendarDatatable a:hover { text-decoration:underline; }
.calendarDatatable input[type=checkbox] { width:20px; height:20px; box-shadow:none; -webkit-box-shadow:none; -moz-box-shadow:none; }
.calendarDatatable .dataTables_filter{ text-align: right; display: inline-block; height: 27px; }
.calendarDatatable tr{
	border-bottom: 1px solid #CCC;
}

.dataTables_paginate{
	display: block;
	margin: 5px 0;
	font-size: 12px;
}

#groupTable th{
	display: none;
}

#groupTable td, #groupTable th { font-family: 'Carrois Gothic', sans-serif; }
#groupTable td { font-size:14px; padding: 0px 2px;  vertical-align: middle; }

#groupTable tr{
	border-bottom: 1px solid #CCC;
}
#groupTable tr:last-child{
	border:0;
}

#groupTable a{
	text-decoration: none;
}

.no-sort::after { display: none!important; }

.no-sort { pointer-events: none!important; cursor: default!important; background: #5f5f5f!important; }

/*.sorting:first-child{ background: #212f41; }*/

.NavSideBarContent
{
	float: left;
	clear: both;
	width: 245px;
	position: relative;	
}

/* START STAFF STYLES */

.staffMemberGrid
{
	width: 28%;
	height: 380px;
	float: left;
	padding: 0px;
	margin: 0px 25px 25px 0px;
	text-align: center;
}

.staffMemberGrid img
{
	width: 100% !important;
}

.staffMember
{
	width: 100%;
	float: left;
	clear: both;
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.staffMember .staffMemberLargePhoto
{
	float: left;
	margin: 0px 25px 25px 0px;
	width: 350px;
}

.staffWrapper table
{
	width: 58% !important;
}

.staffWrapper table ul
{
	list-style-type: none !important;
	list-style-position: inside !important;
	padding-left: 0px !important;
}
.staffWrapper table ul li
{
	margin: 5px 0px !important;
	padding: 5px 0px !important;
	border-bottom: 1px dashed #CCCCCC;
	font-size: 16px;
    color: #999999;
}

.staffWrapper table ul li:last-child
{
	border-bottom: 0px !important;
}

.staffBioBottom table
{
	width: 50% !important;
}
.staffBioBottom table td
{
	width: 40% !important;
	padding: 0px 10% 0px 0px;
}

.staffMemberBio table h3 {
    /*
	color: #FFFFFF !important;
    background: #666666 !important;
    width: 100% !important;
    padding: 2px 15px 2px 15px !important;
    border-radius: 15px 15px 0px 0px !important;
	text-align: center;
    font-size: 18px !important;
	*/
	border-top: 4px solid #666666 !important;
    width: 100% !important;
    padding: 7px 15px 2px 0px !important;
    border-radius: 0px 0px 0px 0px !important;
    font-size: 18px !important;
}
/* END STAFF STYLES */
/*
#content table 
{
	border: 1px solid #CCCCCC;
}

#content table tr td 
{
	border-right: 1px dashed #CCCCCC;
}

#content table tr.even
{
	background: #fbfbfb;
	border-bottom: 1px solid #CCCCCC;
}
#content table tr.odd
{
	background: #ebebeb;
	border-bottom: 1px solid #CCCCCC;
}

#content table tr td p
{
	margin: 4px 0px;
}
*/
:target:before {
content:"";
display:block;
height:200px; /* fixed header height*/
margin:-200px 0 0; /* negative fixed header height */
}


#mapFrame {
    border: 2px solid #FFF;
    background: none;
    padding: 2px;
    -webkit-box-shadow: #666666 0px 0px 10px;
    -moz-box-shadow: #666666 0px 0px 10px;
    box-shadow: 0px 0px 10px #666666;
    position: relative;
}

.leadNewsEventImage
{
	width: 50%;
	float: left;
	margin: 12px 25px 50px 0px;
}

.navSocialIcon
{
	font-size: 10px !important;
	margin-right: 10px;
}

.featuredEventContainerCrop
{
	width: 215px;
	height: 120px;
	overflow: hidden;
	border: 3px solid #ed1846;
    border-radius: 20px;
}

.NavSideBarContent .cmsImage {
    width: 100%;
    height: auto;
}
#formIcon
{
	color: #6e358a;
	float: left;
	font-size: 45px;
	width: 30%;
	text-align: right;
}
#formIcon i {
	color: #6e358a !important;
}
#formIdBlock h1.formprocess
{
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 40px;
	font-weight: normal;
	line-height: 1.2;
	margin-bottom: 10px;	
	color: #3574e9;
	clear: both;
}
#formIdBlock
{
	float: left;
	margin-left: 30px;
	width: 66%;
}

/** PROJECTS STYLES **/
.project-container-image
{
	width: auto;
	height: 255px;
	overflow: hidden;	
	text-align: center;
}

.project-container-image img
{
	width: 100%;
	height: 250px;
	margin: 0px auto;
	object-fit: cover;
}

.project-category-container { clear:both; float:left; width: 100%; }
#projects-wrapper {
	/*width:1200px;*/
	border-top: 1px solid #fff;                         
}
#contentFull #projects-wrapper h2
{
	font-size: 40px;	
	color: #666666;
	font-weight: 300;
	border-top: 1px solid #666666;
	margin-top: 40px;
	margin-bottom: 20px;
	padding-top: 30px;
}
#projects-wrapper.all { }
#projects-wrapper.single { }

#projects-wrapper.all .project-container {
	/*width: 364px;*/
	width: 327px;
	background: #eee;
	float: left;
	position:relative;
	margin: 0px 2px; 
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;	
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#projects-wrapper.all .project-container:hover {
	background: #dee4f1;	
}
#projects-wrapper.all .project-container:hover img {
	opacity: 1.0;
}
#projects-wrapper.all .project-container img 
{
	max-width:100%;
	opacity: 0.85;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;	
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#projects-wrapper.all .project-container:nth-child(odd) img { border-bottom:5px solid #6e358a; }
#projects-wrapper.all .project-container:nth-child(even) img { border-bottom:5px solid #3574e9; }
#projects-wrapper.all .project-container h1 {
	color: #6e358a;
	/*font-family: 'Belleza', serif;*/
	font-size: 18px;
	line-height: 18px;
	font-weight: 300;
	padding-left: 15px;
	margin: 20px 0px 0px 0px;
}
#projects-wrapper.all .project-container p.project-container-text { padding-bottom:20px; }
#projects-wrapper.all .project-container p {
	/*font-family: 'Encode Sans', sans-serif;*/
	font-size: 16px;
	color: #333333;
	font-weight: 300;
	padding: 0px 15px;
	margin: 0px;
}
#projects-wrapper.all .project-container a {
	/*font-family: 'Encode Sans', sans-serif;*/
	font-size: 16px;
	color: #6e358a;
	font-weight: 500;
	text-decoration: none;
	position:absolute;
	bottom:10px;
	left:15px;
}
#projects-wrapper.all .project-container a:hover { text-decoration:underline; }

#projects-wrapper.single { width:auto; padding: 60px 20px; }
.project-container-column { width:45%; box-sizing:border-box; float:left; margin: 0px 2%; }
.project-container-column h1, .project-container-column h2 { margin:0; }                              
.project-container-column .project-main-photo img { max-width: 100%; box-shadow: 0px 0px 5px #000000; border: 4px solid #fff; margin-bottom: 20px; }                
.project-photo-container { 
	width:100px; 
	height:100px; 
	box-shadow:0px 0px 5px #000000; 
	float:left; 
	margin:0px 15px 15px 0px; 
	border-radius:0px; 
	overflow:hidden; 
    border: 4px solid #fff;	
}
.project-photo-container img { border-radius:0px; } 
/** END OF PROJECTS STYLES **/
/** SEARCH STYLES **/
#searchMain, #searchHome
{
	position: relative;
}
#searchHome .ui-autocomplete 
{
	top: 30px !important;
	left: 0px !important;
	width: 378px !important;
}
#searchMain .ui-autocomplete 
{
	top: 0px !important;
	left: 0px !important;
	width: 626px !important;
}
.ui-menu .ui-menu-item {
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 1em;
	text-align: left;
}

.ui-menu-item a:hover
{
	font-size: 1em;
	background: none;
	border: none;
	font-weight: 400 !important;
}

.ui-menu-item.fullWidth:hover
{
	font-size: 1em;
	background: #EBEBEB;
}

.ui-widget-content a
{
	font-size: 1em;
	color: #00aeef!important;
    width: 100%;
    display: inline-block;
	font-weight: 400 !important;
}
/** END OF SEARCH STYLES **/
#alertIcon
{
	color: #6e358a;
	float: left;
	font-size: 25px;
	/*width: 30%;*/
}
#alertIdBlock h1
{
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 19px;
	font-weight: normal;
	line-height: 1.2;
	margin-bottom: 10px;	
	color: #3574e9;
	clear: both;
}
#alertIdBlock
{
	float: left;
	margin-left: 30px;
	width: 80%;
}

/* START Online Directory */
#directory-tabs,
#directory-tabs .ui-state-active {
	border:none;			
}
#directory-tabs .ui-tabs-nav {
	padding:0;
}

#directory-tabs .ui-widget-header {
	background:none;
	border:none;
	border-radius:0px;
	border-bottom:1px solid #3472e9;			
}
#directory-tabs .ui-tabs-nav li {
	font-family: 'Catamaran', sans-serif;
	opacity: 0.7;
	background: #666666;			
	padding: 5px 15px;
	text-align: center;
	border: none;
}
#directory-tabs .ui-tabs-nav li.ui-state-active {
	background: #3472e9;
	opacity:1;
}
#directory-tabs .ui-tabs-nav li a {
	color:#FFFFFF !important;
}
#directory-tabs .ui-tabs-panel {
	padding:1em 0px 0px 0px;
}
/* DataTable Styling */
#directory-tabs .dataTable {
	font-family: 'Catamaran', sans-serif;
	font-size:14px;
}
#directory-tabs .dataTables_wrapper {
	font-family: 'Catamaran', sans-serif;
	font-size:14px;		
}
#directory-tabs .directory-photo {
	width:100%;
	border-radius:0px;	
	border: 2px solid #FFFFFF;
    box-shadow: 0px 0px 4px #CCCCCC;		
}
#directory-tabs .directory-photo.placeholder {
	opacity:0.4;
}		
#directory-tabs .dataTables_paginate a {
	width:auto;
}
#directory-tabs .dataTable tfoot th {
	border:0;
	border-bottom:1px solid #EBEBEB;
}

#directory-wrapper {
	position:relative;
}

#directory-wrapper th
{
	color: #333333;	
}

.clearfix:after { 
	content: " ";
	display: block; 
	height: 0; 
	clear: both;
}

#directory-wrapper .slider {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;	
	padding-bottom:20px;
}

.directory-item {
	cursor:pointer;
	float:left;
	clear:both;
	margin-bottom:10px;
	position:relative;
	height:80px;
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 10px;
	width:100%;
}

.directory-item-photo {
	width:75px;
	float:left;
}

.directory-item-data {
	width:75%;
	box-sizing:border-box;
	float:left;
	padding: 0px 20px 0px 10px;
	font-size:16px;			
}

.directory-item-data span {
	display: block;
	font-size: 12px;
	margin-top: 5px;
}

.directory-item-chevron {
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -6px;
	color:#666666;
}

.directory-item-data-center {
	display: table-cell;
	vertical-align: middle;
	height: 80px;
	width: 100%;
}

#directory-detail {
	display:none;
}

#faculty-and-staff,
#offices-and-services {
	float:left;
	width:100%;
}

#directory-detail img {
	width: 300px;
	margin: 10px 0px;
	border-radius:5px;
	border: 2px solid #FFFFFF;
    box-shadow: 0px 0px 10px #666666;		
}

#directory-detail h1 {
	margin:15px 0px 5px 0px;
	font-size:26px;
}

#directory-detail h2 {
	margin:5px 0px 20px 0px;
	font-size:18px;
}

#directory-detail table td {
	padding:5px 5px 5px 0px;
	font-size:16px;
}
/* END Online Directory */

/* START Partners */

#partnersDiv{
	width: 1200px;
	height: auto;
	background: #fff url(../images/design/color-bar.png) no-repeat top;
	float: left;
	padding-top: 2%;
	padding-bottom: 6%;
	text-align: center;
}
#partnersDiv h1{
	font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 3em;
    color: #000;
    font-weight: 400;
}
#partnersDiv h2{
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 1.8em;
	line-height: 1em;
    color: #818285;
    font-weight: 400;
	margin-top: -20px;
	text-align: center;
}
#partnersDiv h2 a{
	color: #00aeef;
	text-decoration: none;
}
#partnersDiv a:hover{
	color: #6d358a;
}
/*
.dottedLines{
     overflow: hidden;
     text-align: center;
 }
.dottedLines > span{
    position: relative;
    display: inline-block;
}
.dottedLines > span:before, .dottedLines > span:after{
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 5px dotted #ed1846;
    width: 591px;
    margin: 0 20px;
}
.dottedLines > span:before{
    right: 100%;
}
.dottedLines > span:after{
    left: 100%;
}
*/
.partners{
	width: 150px;
    height: 70px;
    object-fit: contain;
    margin: 20px;
}

.affiliatesSlider {
    width: 1190px;
    height: auto;
    overflow-x: auto;
	overflow-y: hidden;
    white-space: nowrap;
    position: relative;
}
/* END Partners */

/* EVENTS HOME */
#eventsDiv{
	width: 1200px;
	height: auto;
	float: left;
	background: #f0f2f7;
	background-size: cover;
	color: #FFFFFF;

}
.eventsLeft{
	float: left;
	width: 600px;
	height: 600px;
	
}
.eventsRight{
	float: right;
	width: 600px;
	height: 600px;
}
.eventsRight p{
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
	width: 450px;
	text-decoration: none;
	float:left;
	margin: 30px 0px 0px 40px;
}
.eventsRight h1{
    font-family: 'Fira Sans Condensed', sans-serif;
    color: #ed1846 !important;
    font-size: 2.3em;
    font-weight: 500;
	padding-bottom: 20px;
	margin: 50px 0px 0px 40px;
}
#eventsDiv h1{
    font-family: 'Fira Sans Condensed', sans-serif;
    color: #00aeef;
    font-size: 2.3em;
    font-weight: 500;
	padding-bottom: 20px;
	margin: 50px 0px 0px 40px;
}
.eventsArticle{
	width: 530px;
	height: 140px;
	float: left;
}
.eventsArticleImg{
	width: 90px;
	height: 90px;
	float: left;
    border-radius: 100px;
    border: 4px solid #ed1846;
	margin: 5px -5px 0px 30px;
}
.eventsTime { 
    color: #818285 !important;
    font-size: 1.3em !important;
    font-weight: 400 !important;
}
.eventsText{
	width: 300px;
	height: 122px;
	margin: 0px 0px 0px 25px;
	float: left;
}
.eventsText p{
    font-size: 16px;
    line-height: 16px;
    font-weight: 300;
    margin: 5px 0px 0px 0px;
    color: #000000;
}
.eventsText a{
    color: #6e358a;
    font-size: 1.2em;
    font-weight: 400;
    text-decoration: none;
}
.eventsText a:hover{
	color: #00aeef;
}
.eventImg{
	width: 400px;
	height: 235px;
	float: left;
	border: 2px solid #fff;
	margin: 20px 0px 0px 40px;
}
.purpleBorder {
    border: 4px solid #6e358a !important;
}
.lightblueBorder {
    border: 4px solid #00aeef !important;
}
.buttonLeft{
	width: 580px;
    height: 80px;
    margin: 25px 0px 0px 30px;
    float: left;
}
.buttonRight{
	width:550px;
	height:80px;
	margin: 25px 0px 0px 30px;
    float: left;
}
.eventListing{
    margin: 0px 0px 0px 10px;
    width: 400px;
    float: left;
}
.eventListing a{
	font-size: 18px;
    color: #6e358a;
    line-height: 22px;
    font-weight: 300;
    text-decoration: none;
}
.eventListing a:hover{
	color: #00aeef;
	text-decoration: none;
}
.eventListing p{
	color: #818285;
	font-weight: 300;
	margin: 0px;
}
.eventDate{
	background: #6e358a;
	width:80px;
	height:80px;
	border-radius: 10px;
	float: left;
	display: none;
}
.eventDate h2{
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-weight: 300;
    width: 80px;
    margin: 0px 0px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
    text-transform: uppercase;
}
.eventDate h3{
    font-size: 48px;
    /* line-height: 0px; */
    text-align: center;
    font-weight: 300;
    color: #FFFFFF;
    margin: -12px 0px 0px 0px;
}
.eventContainer{
	margin: 20px 0px 0px 30px;
    padding-bottom: 30px;
    float: left;
}
#featuredEventWap
{
	float: right;
	width: 100%;
}

.featuredEventImageHolder
{
	width: 500px;
    height: 350px;
    float: left;
    border: 4px solid #00aeef;
    margin: 20px 0px 0px 40px;
	text-align: center;
	overflow: hidden;
    box-shadow: 0px 0px 10px #666666;
    border-radius: 40px;
}
.featuredEventImageHolder img
{
	/*margin: 0px auto;
	height: 100%;*/
	/*width: auto;*/
	border-radius: 10px;
}
#eventsDiv img
{
	/*display:none;*/
}
#eventsDiv .titleHide
{
	display: none;
}
#eventsDiv a.previewTitle0
{
	display:block;
}
.featuredPreviewImage img {
	display: none;
	/*border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	box-shadow: 5px 5px 0 0 #c1c1c1;
	position: relative;
	top: 0;
	left: 0;*/
}
#eventsDiv img.previewImage0 {
	display: block;
}
.featuredNavigationBullets {
	width: 80%;
	float: left;
	text-align: center;
}
.featuredNavigationBullets span {
	display: none;
}
.featuredNavigationBullets a {
	width: 10px;
	height: 10px;
	border-radius:50%;
	display: inline-block;
	margin-right: 5px;
	background: rgba(65,64,66,0.43) !important;
}
.featuredNavigationBullets a:hover {
	background: #6e358a !important;
	
}
.featuredNavigationBullets a.active {
	/*background: #f88d28 !important;*/
	background: rgba(65,64,66,1.00) !important;
}

.eFeatureText{
	width: 90%;
	margin: 20px 0px 0px 40px;
	float: left;

}
.eFeatureText p{
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    margin: 5px 0px 0px 0px;
}
.eFeatureText a{
	color: #6e358a;
    font-size: 1.2em;
    font-weight: 400;
    text-decoration: none;
}
.eFeatureText a:hover{

}
.eFeatDate {
	width: 40px;
	height: 40px;
	margin-right: 15px;
	border-radius: 5px;
	display: none;
}
.eFeatDate h2 {
	font-size: 11px;
	width: 40px;
	border-radius: 5px 5px 0px 0px;
}
.eFeatDate h3 {
	font-size: 14px;
}
.eFeatText p {
	margin: 0px;
	color: #000;
}
/* NEWS HOME */

#newsDiv{
	width: 1200px;
	height: auto;
	float: left;
	background: url(../images/design/dots-bg.png) repeat-y top left;
}
.newsLeft{
	float: left;
	width: 600px;
	height: 650px;
	
}
.newsLeft h1{
    font-family: 'Fira Sans Condensed', sans-serif;
    color: #ed1846 !important;
    font-size: 2.3em;
    font-weight: 500;
	padding-bottom: 20px;
	margin: 50px 0px 0px 40px;
}
.newsRight{
	float: right;
	width: 600px;
	height:650px;
}
.newsRight p{
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
	width: 450px;
	text-decoration: none;
	float:left;
	margin: 10px 0px 0px 0px;
}
#newsDiv h1{
    font-family: 'Fira Sans Condensed', sans-serif;
    color: #00aeef;
    font-size: 2.3em;
    font-weight: 500;
	padding-bottom: 20px;
	margin: 50px 0px 0px 40px;
}
.newsButtons{
	background: #6e358a;
	float: left;
	width: 1200px;
	height: 80px;                                                                                            
}
.newsArticle{
	width: 600px;
    height: 90px;
    margin: 20px 0px 20px 0px;
    float: left;
}
.newsArticleImg{
	width: 90px;
	height: 90px;
	float: left;
    border-radius: 100px;
    border: 4px solid #ed1846;
    margin: 5px -5px 0px 30px;
}
.newsText{
	width: 400px;
	height: 80px;
	margin: 0px 0px 0px 25px;
	float: left;
}
.newsText p{
    font-size: 1.1em;
    font-weight: 300;
	margin: 10px 0px 0px 0px;
}
.newsText a{
    font-size: 1.4em;
	color: #6e358a;
    line-height: 22px;
    /*font-weight: 300;*/
	text-decoration: none;
}
.newsText a:hover{
	color: #00aeef;
}



/** News Feature Banner Styles **/
.newsfeaturedNavigationBullets {
	width: 80%;
	float: left;
	text-align: center;
}
.newsfeaturedNavigationBullets span {
	display: none;
}
.newsfeaturedNavigationBullets a {
	width: 10px;
	height: 10px;
	border-radius:50%;
	display: inline-block;
	margin-right: 5px;
	background: rgba(65,64,66,0.43) !important;
}
.newsfeaturedNavigationBullets a:hover {
	background: #FFFFFF !important;
	
}
.newsfeaturedNavigationBullets a.active {
	/*background: #f88d28 !important;*/
	background: rgba(65,64,66,1.00) !important;
}

.featuredNewsImageHolder {
	width: 500px;
    height: 350px;
    overflow: hidden;
    border: 4px solid #00aeef;
    margin: 20px 0px 0px 40px;
    box-shadow: 0px 0px 10px #EBEBEB;
    border-radius: 40px;
}
.appImg{
    width: 500px;
    height: 350px;
    /*float: left;
    border: 2px solid #fff;
    margin: 20px 0px 0px 40px;*/
    object-fit: cover;
    object-position: 0 0;
    border-radius: 10px;
}
.newsImg{
	border: 2px solid #00aeef;
	border-radius: 20px;
}
.featuredEvents{
	width: 835px;
    height: 200px;
    float: left;
}
.scroll { 
    overflow-y: hidden;
    height: 210px;
    white-space:nowrap;
} 
.scrollWrapper { 
    width: 300px;
}



/* Begin DropMenu Style */
li.dropdownMenuHolder {
	position: relative !important;
	display: inline-block !important;
}

.sectionStylizedMenu
{
	position: absolute;
	 left: 0px;
	top: 30px;
	z-index: 999999;
	width: 170px;
	padding-top: 13px;
	visibility: hidden;
  	opacity: 0;
  	transition: all .3s ease .15s;
}

.dropdownMenuHolder:hover .sectionStylizedMenu {
	visibility: visible;
 	opacity: 1;
}

.sectionStylizedMenu a
{
	font-size: 18px !important;
}

.dropDownMenuStyleApplied
{
	background-color:rgba(255,255,255,0.97);
	/* border-left: 10px solid #000000; */
	-webkit-box-shadow:#CCCCCC 0px 0px 10px;
	-moz-box-shadow:#CCCCCC 0px 0px 10px;
	box-shadow: 0px 0px 10px #CCCCCC;
	text-align: left;
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

.sectionStylizedMenuTriangleUp
{
	width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 6px solid #ed1846;
    position: absolute;
    top: 7px;
    left: 10px;
    z-index: 999998;
}

.sectionDropdownSideEffect a {
    color: #000000 !important;
    padding: 0px 2% !important;
    width: 100%;
	font-size: 1em !important;
    text-shadow: none !important;
	font-weight: 300 !important;
    line-height: 1 !important;
	letter-spacing: .01em !important;
	display: inline-block !important;
}

.sectionDropdownSideEffect a:hover
{
	color: #00aeef !important;
	cursor: pointer;
}
.sectionDropdownSideEffect
{
	border-bottom: 10px solid #00aeef;	
	border-left: 1px solid #00aeef;
	border-right: 1px solid #00aeef;
	border-top: 1px solid #00aeef;
	padding: 10px 10px 0px 10px;
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

.sectionDropdownSideEffect hr {
    border-top: 1px solid #CCCCCC;
}

/* End Dropdown Menu Style */