@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: 67px;
}
#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: 240px;
	float: left;
	clear:both;
	border-bottom: 0px solid #d85600;
	margin-top: -20px;
	/*margin-bottom: -55px;*/
	position: relative;
}

#sliderContainer{
	/* STYLE FULLY SUBJECT TO CHANGE */
	width: 1200px;
    height: 580px;
    float: left;
    position: relative;
	/*margin-top: 78px;*/
	background: #000;
    border-bottom: 4px solid rgb(216, 86, 0);
}
#sliderContainerSubpage{
	/* STYLE FULLY SUBJECT TO CHANGE */
	width: 100%;
	background: #CCCCCC;
	margin-top:0px;
	float: left;
	font-family: 'Allerta Stencil', 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: 'Cantarell', sans-serif;
    font-size: 0.9em;
    line-height: 1.2em;
    margin: 3.5em 0 0 0;
    color: #ffffff;
    font-weight: 200;
    float: left;
}
/*#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: 'Allerta Stencil', sans-serif;
    color: #FFFFFF;
    font-size: 3.75em; /* 60px */
    font-weight: 600;
    line-height: 1;
    position: relative;
	margin-bottom: 10px;
    text-shadow: 0px 5px 10px #000000;
}

#sliderContainerSubpage h2
{
	/* STYLE FULLY SUBJECT TO CHANGE */
	font-family: 'Allerta Stencil', sans-serif;
    color: #FFFFFF;
    font-size: 1.875em; /* 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: 580px;
	position: absolute;
	z-index: -1;
    top: 0px;
	
}
.sliderImageHolderSubpage img /* SUB PAGE BANNER STYLE */
{
	
	/* STYLE FULLY SUBJECT TO CHANGE */
	/*width: 1200px;
	height: 240px;*/
    position: absolute;
    top: 0px;
    z-index: -1;
	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: 580px;
	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 {
	/* STYLE FULLY SUBJECT TO CHANGE */
	/* SUB PAGE BANNER STYLE */
	position: absolute;
	top: 52px;
	left: 0;
	z-index: 4;
	width: 100%;
	height: 300px;
	/*overflow: hidden;*/
}
.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: 1200px;
    z-index: 1;
    position: absolute;
	text-align: center;
    
}
.sliderTextHolderSubpage h1 {
	font-family: 'Allerta Stencil', sans-serif;
    font-size: 2em; /* 32px */
    color: #fff;
    font-weight: 300;
    margin: 110px 0px;
    padding: 10px 20px;
}
.sliderTextHolder a.largeContentButton{
	/* STYLE FULLY SUBJECT TO CHANGE */
    background-color: #283850;
    display: inline-block;
    cursor: pointer;
    color: #fff !important;
    border-bottom: 3px solid #d85600;
    font-family: 'Cantarell', sans-serif;
    font-size: 1.2em;
    padding: 20px 56px;
    text-decoration: none;
    float: right;
    top: 62px;
    right: -230px;
    position: absolute;
}
.sliderTextHolder a.largeContentButton:hover{
	/* STYLE FULLY SUBJECT TO CHANGE */
	background: #d85600;
}
/* END BANNER STYLES */


h1,h2
{
	/* STYLE FULLY SUBJECT TO CHANGE */
	font-family: 'Allerta Stencil', sans-serif;
	font-weight: 700;	
}

#contentLayered h1
{
	/* STYLE FULLY SUBJECT TO CHANGE */
	font-family: 'Allerta Stencil', sans-serif;
    font-size: 3.25em; /* 52px */
    font-weight: normal;
	line-height: 1.2;
	margin-bottom: 10px;	
	color: #d85600;

}

#content h2
{
	/* STYLE FULLY SUBJECT TO CHANGE */
	font-family: 'Allerta Stencil', sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 10px;
    font-size: 1.5em; /* 24px */
    color: #171d20;
}

#content h3
{
	/* STYLE FULLY SUBJECT TO CHANGE */
	font-family: 'Allerta Stencil', sans-serif;
	font-weight: normal;
	font-size: 1.2em; /* 24px */
	line-height: 24px;
	color:#2f3133;
}


#contentFull h2
{
	/* STYLE FULLY SUBJECT TO CHANGE */
	font-family: 'Allerta Stencil', sans-serif;
	line-height: 1.2;
	margin-bottom: 10px;	
	font-size: 2em; /* 32px */
	color: #d85600;

}
#contentFull h3
{
	/* STYLE FULLY SUBJECT TO CHANGE */
	font-family: 'Allerta Stencil', sans-serif;
	font-weight: normal;
	font-size: 1.5em; /* 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: 1em; /* 16px */
	line-height: 1.4;
  	text-decoration: none;
    /* color: #d85600; */
}

#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: 1em; /* 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: 1.5em; /* 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
{
	/* ONLY THE FONT COLOR AND SIZE NEED TO CHANGE ON THIS STYLE */
  	color: #FFFFFF !important;
  	font-size:1.2em; /* 18px */
  	text-decoration: none;
}



a.largeContentButton{
	/* ONLY THE FONT, FONT COLOR, FONT SIZE AND BACKGROUND NEED TO CHANGE ON THIS STYLE */
	background-color: #283850;
    display: inline-block;
    cursor: pointer;
    color: #fff !important;
    border-bottom: 3px solid #d85600;
    font-family: 'Cantarell', sans-serif;
    font-size: 1.2em;
    padding: 20px 56px;
    text-decoration: none;
}

a.largeContentButton:first-child {
	/* transform: skew(-20deg); /* INVERSE SKEW */ 
}

a.largeContentButton:hover{
	/* ONLY THE BACKGROUND NEEDS TO CHANGE ON THIS STYLE */
	background-color: #d85600;
}

#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;	
}

input[type=submit].largeContentButton{
	/* ONLY THE FONT, FONT COLOR, FONT SIZE AND BACKGROUND GRADIENTS NEED TO CHANGE ON THIS STYLE */
	background-color: #283850;
    display: inline-block;
    cursor: pointer;
    color: #fff !important;
    border-bottom: 3px solid #d85600;
    font-family: 'Cantarell', sans-serif;
    font-size: 1.2em;
    padding: 20px 56px;
    text-decoration: none;
}

input[type=submit].largeContentButton:hover{
	/* ONLY THE FONT, FONT COLOR, FONT SIZE AND BACKGROUND GRADIENTS NEED TO CHANGE ON THIS STYLE */
	background-color: #d85600;
}

#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: relative;
	top:0px; 
	left:0; 
	width: 98%; 
	background: #d85600; 
	color: #fff;
	text-align: center;
	padding: 10px 1%;
	font-weight: 700;
	border-bottom: 2px solid #FFFFFF;
	-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;
}
#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: #d85600;
}

/* 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: #d85600;
	text-decoration: none;
}

#contentBG a:link, #contentBGLayered a:link, #contentFull a:link
{
  	color: #d85600;
  	font-size: 1em; /* 16px */
	line-height: 1.4;
  	text-decoration: none;
}

#contentBG a:hover, #contentBGLayered a:hover, #contentFull a:hover
{
	color: #d85600;
  	font-size: 1em; /* 16px */
  	line-height: 1.4;
  	text-decoration: none;	
}

#contentBG h2 a:link
{
  	color: #000;
  	font-size: 1.5em; /* 24px */
	line-height: 1.4;
  	text-decoration: none;
}

#contentBG h2 a:hover
{
	color: #d85600;
}


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: 'Cantarell', sans-serif;
	font-size: 1em; /* 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: 1em; /* 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: 6px solid #d85600;
}

#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: 'Allerta Stencil', sans-serif;
    font-size: 2.5em; /* 40px */
    font-weight: normal;
	line-height: 1.2;
	margin-bottom: 10px;	
	color: #d85600;
	clear: both;
}

/*
#content h1.titleLarge
{
	font-family: 'Allerta Stencil', sans-serif;
    font-size: 20px;
    font-weight: normal;
	line-height: 1.2;
	margin-bottom: 10px;	
	color: #d85600;
}
*/

#contentFull h1
{
	font-family: 'Allerta Stencil', sans-serif;
    font-size: 2.5em; /* 40px */
    font-weight: normal;
	line-height: 1.2;
	margin-bottom: 10px;	
	color: #d85600;
	clear: both;
}

#contentLayered h1
{
	font-family: 'Allerta Stencil', sans-serif;
    font-size: 2.5em; /* 40px */
    font-weight: normal;
	line-height: 1.2;
	margin-bottom: 10px;	
	color: #d85600;
	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: 0.6875em; /* 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: #d85600 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: 0.6875em; /* 11px */
	font-weight: bold;
}

#smallText a
{
	font-size: 0.6875em; /* 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;
}


#content ul 
{
	list-style-type: disc;
	list-style-position:outside;
	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: 0.875em; /* 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: 0.6875em; /* 11px */ 
	color: #FFFFFF; 
}
a:link.smallWhiteLink
{  
	font-size: 0.6875em; /* 11px */ 
	color: #FFFFFF; 
}
a:visited.smallWhiteLink
{  
	font-size: 0.6875em; /* 11px */ 
	color: #FFFFFF; 
}
a:hover.smallWhiteLink
{  
	font-size: 0.6875em; /* 11px */ 
	color: #FFFFFF; 
}
a:active.smallWhiteLink
{  
	font-size: 0.6875em; /* 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: 1em; /* 16px */
	margin: 0px;
}

#calendarList h1 a
{
	font-size: 1em; /* 16px */
	margin: 0px;
}

div#calendarDetail
{
	float: left;
	width: 93%;
	/*background: #FFFFFF;*/
	padding: 0px 25px;
	font-size: 0.875em; /* 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: 0.875em; /* 14px */
}

div#calendarDetail h1
{
	margin-bottom: 0px;
}

div#calendarDetail h2
{
	margin: 10px 0px;
	font-size: 1.5em; /* 24px */
}


#MoreDates
{
	float: right;
	width: 250px;
	border-left: 1px solid #EBEBEB;
	padding: 15px;	
}

#calendarDate
{
	float: left;
	width: 23%;
	margin-right: 10px;	
	font-size: 1em; /* 16px */
}

#calendarEventTitle
{
	float: left;
	width: 60%;
	margin-right: 15px;
	font-size: 1em; /* 16px */
}

#calendarEventTitle a
{
	font-size: 1em; /* 16px */
}

#calendarEventDetails
{
	float: left;
	width: 10%;
	margin-right: 15px;
	font-size: 0.875em; /* 14px */
	text-align: right;
}

#calendarEventDetails a
{
	font-size: 0.875em; /* 14px */
}


table
{
	border: 0px;
	/* border-collapse: collapse; */
	width: 100%;
}

table td
{
	font-size: 1em; /* 16px */
	text-align: left;
	vertical-align: top;
	
}

#content table td
{
	font-size: 0.875em; /* 14px */
	padding: 0px;
	text-align: left;
	vertical-align: top;
	border: 0px;
	padding: 15px;
}

#content table td p
{
	margin: 0px 0px 15px 0px;	
}

#contentLayered table td
{
	font-size: 0.875em; /* 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: #999;
	padding: 0px;
	border-bottom: 1px solid #FFF;
	text-align: left;
	vertical-align: top;
}

#cmsImage
{
	border: 1px solid #d85600;
	margin: 0px 15px 15px 0px;	
	background: #bbbbbb;
	padding: 2px;
}

.cmsImage
{
	border: 2px solid #d85600;
    background: #d85600;
	margin: 0px 15px 15px 0px;	
	background: #FFFFFF;
	padding: 0px;
	border-radius: 0px;
	/*-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 #EBEBEB;
	position:relative;
	/* PIE */
	behavior: url(/PIE.php);
}

img[align=right].cmsImage
{
	margin: 0px 0px 15px 15px;
}

.cmsImageLarge
{
	width: 95%;
	height: auto;
	border: 2px solid #d85600;
    margin: 0px 15px 15px 0px;
    background: #d85600;
	margin: 0px 15px 15px 0px;	
	background: none;
	padding: 4px;
	border-radius: 0px;
	/*-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 #EBEBEB;
	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: 0.75em; /* 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: 0.75em; /* 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: 0.75em; /* 12px */ padding: 4px; margin: 0; }
#calendarDatatableID_length select{ width: 60px; margin: 0 3px; display: inline-block; height: 25px; font-size: 0.75em; /* 12px */	padding: 0; }

.calendarDatatable td, .calendarDatatable th { font-family: 'Carrois Gothic', sans-serif; }
.calendarDatatable td { font-size:0.875em; /* 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: 0.75em; /* 12px */
}

#groupTable th{
	display: none;
}

#groupTable td, #groupTable th { font-family: 'Carrois Gothic', sans-serif; }
#groupTable td { font-size:0.875em; /* 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 */

.staffWrapper
{
	margin-top: 50px;	
}

.staffMemberGrid
{
	width: 28%;
	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: 1em; /* 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: 1.125em /* 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: 0.625em /* 10px */ !important;
	margin-right: 10px;
}

.featuredEventContainerCrop
{
	width: 215px;
	height: 120px;
	overflow: hidden;
}

.NavSideBarContent .cmsImage {
    width: 100%;
    height: auto;
}
#formIcon
{
	color: #d85600;
	float: left;
	font-size: 2.8125em; /* 45px */
	width: 30%;
	text-align: right;
}
#formIdBlock h1.formprocess
{
	font-family: 'Allerta Stencil', sans-serif;
	font-size: 2.5em; /* 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: 2.5em; /* 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 #d85600; }
#projects-wrapper.all .project-container:nth-child(even) img { border-bottom:5px solid #3574e9; }
#projects-wrapper.all .project-container h1 {
	color: #d85600;
	/*font-family: 'Belleza', serif;*/
	font-size: 1.125em; /* 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: 1em; /* 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: 1em; /* 16px */
	color: #d85600;
	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 #f6822c; 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 #F6822C;	
}
.project-photo-container img { border-radius:0px; } 
/** END OF PROJECTS STYLES **/
/** SEARCH STYLES **/
#searchMain
{
	position: relative;
}
#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: #333333 !important;
    width: 100%;
    display: inline-block;
	font-weight: 400 !important;
}
/** END OF SEARCH STYLES **/
#alertIcon
{
	color: #d85600;
	float: left;
	font-size: 1.5625em; /* 25px */
	/*width: 30%;*/
}
#alertIdBlock h1
{
	font-family: 'Allerta Stencil', sans-serif;
	font-size: 1.1875em; /* 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:0.875em; /* 14px */
}
#directory-tabs .dataTables_wrapper {
	font-family: 'Catamaran', sans-serif;
	font-size:0.875em; /* 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:1em; /* 16px */			
}

.directory-item-data span {
	display: block;
	font-size: 0.75em; /* 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:1.625em; /* 26px */
}

#directory-detail h2 {
	margin:5px 0px 20px 0px;
	font-size:1.125em; /* 18px */
}

#directory-detail table td {
	padding:5px 5px 5px 0px;
	font-size:1em; /* 16px */
}
/* END Online Directory */
/* Styles for Video page */

h2.videoCenterMainLabel
{
	text-align: left; 
	color: #6f6f6f;	
	font-size: 32px;
}
#sermonPageWrapper{
	margin: 0 8%;
}
#videoPageWrapper{
	/*text-align: center;*/
	display: block;
	min-height: 200px;
	width: 96%;
    margin: 40px 2% 100px 2%;
	float: left;
	clear: both;
}

#playerWrapper #youtube
{
	position:relative;
	padding-bottom:54%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

#playerWrapper #youtube p
{
	display: none;	
}

#playerWrapper #youtube iframe, #playerWrapper #youtube  object, #playerWrapper #youtube  embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border: 0px !important;
	box-shadow: none !important;
	border-radius: 0px !important;
}

#playerWrapper{
	/*width: 45%;
	display: inline-block;*/
	position: relative;
	/* padding-bottom: 100%; */ /* 16:9 */ /* 56.25% */
	height: 100%;
	border: 2px solid #d85600;
	border-radius: 0px;
	box-shadow: 0 0 4px #EBEBEB;

}

#playerWrapper #vimeo
{
	position:relative;
	padding-bottom:54%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	background: #FFFFFF;
}

#playerWrapper #vimeo p
{
	display: none;	
}

#playerWrapper #vimeo iframe, #playerWrapper #vimeo  object, #playerWrapper #vimeo  embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border: 0px !important;
	box-shadow: none !important;
	border-radius: 0px !important;
}

#jp_container
{
	position: relative;
	top: 0;
	left: 0;
	/*width: 100%;*/
	height: 100%;
	margin: 0 auto;
	width: 500px;
}
.sermon_player
{
	width: 100%;
	background: #eeeeee;
}
.sermonTab
{
	position: absolute;
    height: 16px;
    padding: 2px 7px 7px;
    right: 37px;
    top: -20px;
    /*border: 4px solid;
    border-color: #ffffff;*/
    border-bottom: 0;
    cursor: pointer;
    font-size: 100%;
    text-align: center;
    background: #000;
    z-index: 6;
    color: #ffffff;
	/*box-shadow: 0 0 10px #6E6E6E;*/
}
.rotate {
	-moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}
.rotate.up {
	-moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}
.sermonContainer
{
    width: 131px;
    height: 260px;
}
.searchThird{
	width: 33%;
	float: left;
}
#sermonSearch
{
	width: 100%;
	float: left;
}
#playlist
{
	float: left;
}
#search_pastor
{
	width: 50%;
	margin-left: 5px;
	margin-bottom: 10px;
}
#show_last
{
	width: 50%;
	margin-left: 5px;
}
#sermon_search_term
{
	width: 50%;
	margin-left: 5px;
	height: 16px;
	font-family: 'Allerta Stencil', sans-serif !important;
}
.sermonButton
{
    background-color: #6f6f6f;
    display: inline-block;
    cursor: pointer;
    font-family: 'Allerta Stencil', sans-serif !important;
    font-size: 16px;
    padding: 5px 20px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}
/*
.pagePlayerWrapper{
	
	padding: 10px;
	border-radius: 10px;
	box-shadow: 0 0 10px #6E6E6E;
	
}*/
.playerWrapper{
	width: 100% !important;
	position: relative;
	height: 100%;
	border-top: 0px solid #FFFFFF !important;
	border-bottom: 0px !important;
	border-left: 0px !important;
	border-right: 0px !important;
	border-radius: 0px !important;
	box-shadow: 0 0 0px #6E6E6E !important;
}

#playlistWrapper{
	position: relative;
	display: inline-block;
	vertical-align: top;
	/*text-align: right;*/
	/*margin-left: 25px;*/
	/*float: right;*/
}
#videoCatWrap #playlistWrapper {
	margin-left: 0px;
	float: left;
	width: 100%;
} 
#latestVideoWrapper{
	/*text-align: right;
	position: relative;
	display: inline-block;
	width: 25%;*/
	/*margin-left: 25px;*/
	vertical-align: top;
}
#playerResourceWrapper{
	display: inline-block;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 5;
}
.playerResourceWrapper
{
	-moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}
.playerResourceWrapper.down
{
	bottom: -125px !important;
}
#sermon_photo{
	width: 100%;
	display: block;
	background-color: #000;
	height: 41px;
	border: 0;
	padding: 2px 0px;
}

#sermon_photo img{
	width: 100%;
	display: block;
	height: 100%;
	border: 0; 
}

#sermon_keywords{
	width: 450px;
	background: #6f6f6f;
	min-height: 30px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #6f6f6f;
	border-top: 2px solid #FFF;
	color: #FFF;
}

.keyword-links{
	display: none;
}

#sermon_details{
	margin-top: 25px;
	width: 450px;
}
#sermon_details h1{
	line-height: 1.2;
	margin-bottom: 10px;
	font-size: 32px;
	color: #fbb73f;
}
#sermon_status{
	position: absolute;
	bottom:0;
	left:0;
	height: 41px;
	display: block;
	width: 100%;
	background-color: #000000;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;	
}

#sermon_keywords a:hover{
	color: #ffba01;
}
#sermon_keywords a{
	color: #C9C9C9;
	text-decoration: none;
	font-size: 11px;
}

.status-text-orange{
	color: #ffba01;
	
}

.playlist-sermon-photo{
	width: 70px;
	height: auto;
	margin: auto auto;
	box-shadow: 0px 1px 4px #888888;
	border:1px solid #FFF;
	/*border-radius:8px;*/
	position: relative;
	/* PIE */
	behavior: url(/PIE.php);


}

.playlist-pastor{
	text-align: center;
}

.playlist-pastor div{
	/*
	
	border: 3px solid #ffba01;
	
	*/
	text-align: center;
	margin: auto auto;
	height: auto;
}

.playlist-pastor img{
    width: 50px;
    height: auto;
    border: 2px solid #FFFFFF;
    -moz-box-shadow: 0px 0px 10px 0px #666666;
    -webkit-box-shadow: 0px 0px 10px 0px #666666;
    box-shadow: 0px 0px 10px 0px #666666;
    margin: 5px auto 5px auto;
}

#playlist_loading{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255, 0.7);
	color: #FFFFFF;
	display: none;
	z-index: 5;
}

.group-header{
	display: block;
	text-align: left;	
}

.now_showing{
    display: block;
    text-align: center;
    margin: 5px 0;
    padding: 5px;
    color: #FFF;
    border: 1px solid black;
    border-radius: 5px;
    background-color: #6f6f6f;
}

#now_showing a{
	color: #ffba01!important;
}

.keyword-links{
	font-size: 12px;
	padding: 3px 0px;
}

.keyword-links a{
	color: #000000;
	
}

.keyword-links a:hover{
	color: #B1B1B1;
	text-decoration: none;
}

#group_playlist{
	display: none;
	overflow-x: none;
	overflow-y: auto;
	height: 400px;	
}

.admin-edit {
	display: inline-block;
	margin-left: 10px;
	font-size: 12px;
}

/* jPlayer styles for video page */
#playerWrapper .jp-audio, #playerWrapper .jp-audio-stream, #playerWrapper .jp-video { border: none; }

.playing-notify{
	position: absolute; 
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(255,255,255,0.2);
	z-index: 99;
	margin: auto auto;	
}
	.playing-notify img{
	margin: 18px auto 0 auto;
	display: block;
	width: 30px; 
	height: 30px;
}
.video-photo
{
width: 100%;
}
#featureVideoWrap
{
	    width: 64%;
    margin: 0px 2% 0px 2%;
    display: inline-block;
}
#latestWrap
{
	position: relative;
	/*display: inline-block;*/
	/*width: 25%;*/
	vertical-align: top;
	/*margin-left: 5%;*/
	padding-top: 20px;
	float: left;
}
#videoCatWrap
{
	/*position: relative;
	display: inline-block;
	width: 20%;
	vertical-align: top;*/
	padding-top: 20px;
	float: left;
	width: 100%;
}
.latestVideothumb
{
	float: left;
	width: 97%;
	/*height: auto;*/
	height: 175px;
	object-fit: cover;
	object-position: top;
	border: 2px solid #d85600;
	-moz-box-shadow: 0px 0px 4px 0px #EBEBEB;
    -webkit-box-shadow: 0px 0px 4px 0px #EBEBEB;
    box-shadow: 0px 0px 4px 0px #EBEBEB;
    margin: 0px 0px 20px 0px;
}
.latestVideotitle
{
	float: left;
	margin-bottom: 10px;
}
.latestVideotitle a
{
	font-size: 15px;
}
.searchWrap
{
	width: 22%;
	height: auto;
	display: inline-block;
	float: left;
	padding: 4px 20px 10px 7px;
	position: relative;
}
.searchVideotitle
{
	float: left;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 200px;
	color: #252525;
}
.searchVideotitle a
{
	font-size: 15px !important;
}
#searchVideoWrapper.searchVideoWrapperFullWidth{
	    width: 95%;
    margin: 0px auto;
}


.searchVideothumb
{
	float: left;
	width: 97%;
	/*height: auto;*/
	height: 130px;
	object-fit: cover;
	object-position: top;
	border: 2px solid #d85600;
	-moz-box-shadow: 0px 0px 4px 0px #EBEBEB;
    -webkit-box-shadow: 0px 0px 4px 0px #EBEBEB;
    box-shadow: 0px 0px 4px 0px #EBEBEB;
    margin: 0px 0px 20px 0px;
}
#videoSideCol
{
	position: relative;
    display: inline-block;
    width: 27%;
    vertical-align: top;
    margin: 0px 0px 0px 2%;
}
#videoMenu
{
	float: left;
	margin-top: 25px;
	padding-bottom: 15px;
	width: 100%;
}
ul#videoNavContent
{
	margin-top: 0px;
    /* margin-left: -10px; */
    margin-bottom: 0px;
    list-style: none;
    padding: 10px 0px 7px 0px;
    width: 112%;
    border-bottom: 1px solid #6f6f6f;
    float: left;
    clear: both;
}

ul#videoNavContent li
{
	float: left;
    padding: 0px;
    margin: 0px 3px 0px 0px;
    font-family: 'Allerta Stencil', sans-serif;
    font-size: .9em;
    line-height: 1.4;
    font-weight: 700;
    color: #6f6f6f !important;
    text-decoration: none;
}
ul#videoNavContent li a
{
	font-family: 'Allerta Stencil', sans-serif;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    color: #FFFFFF !important;
	text-shadow: 0px 1px 0px #858585;
    text-decoration: none !important;
    /* text-shadow: #000000 0px -1px 0px; */
    padding: 10px;
    -moz-border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
    letter-spacing: 1px;
	background: #6f6f6f;
    /*opacity: 0.7;
    filter: alpha(opacity=70);*/
    position: relative;
}


ul#videoNavContent li a:hover
{
	background: #858585;
}

ul#videoNavContent li a.videoColumnButtonLinkHighlight
{
	background: #858585;
}

.videoSearchFormButton
{
	font-family: 'Allerta Stencil', sans-serif !important;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    color: #FFFFFF !important;
	text-shadow: 0px 1px 0px #6f6f6f;
    padding: 10px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    letter-spacing: 1px;
	background: #858585;
    /*opacity: 0.7;
    filter: alpha(opacity=70);*/
    position: relative;
}

.videoSearchLarge
{
	width: 46%;
	background: #FFFFFF;
    font-size: 16px;
    font-style: normal;
    line-height: 1.4;
    font-weight: normal;
    color: #666666;
    border: 1px solid #6f6f6f;
    margin-top: 2px;
    margin-right: 5px;
    padding-left: 20px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}
.featuredVidHomePromo
{
    background: #23a5da;
	border-top: 2px solid #FFFFFF;
    color: #fff;
    padding: 2% 2%;
    width: 96%;
    position: absolute;
    z-index: 9;
    bottom: -13.5%;
    left: 0px;
    font-family: 'Allerta Stencil', sans-serif;
    font-weight: normal;
    font-size: 27px;
    text-transform: uppercase;
	overflow: hidden;
}
#featuredVidHomePromoBtn
{
	background: #df001c;
    color: #FFFFFF;
    /* font-weight: 700; */
    padding: 0px 10px;
    border-radius: 8px;
    border: 2px solid #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none;
    float: right;
}
.featuredVideo img {
		width: 540px;
		height: 300px;
		border: 4px solid #fec041;
	}
/* Data table for Add Sermon page */

#playerDatatable_info{ display: none; }
#playerDatatable_filter,  #playerDatatable_length{	margin: 7px 0; 	}
#playerDatatable_filter input, #playerDatatable_length select { height: 22px; font-size: 12px; padding: 4px; margin: 0; }
#playerDatatable_length select{ width: 60px; margin: 0 3px; display: inline-block; height: 25px; font-size: 12px;	padding: 0; }

.sermonsDataTable td, .sermonsDataTable th { font-family: 'Allerta Stencil', sans-serif; }
.sermonsDataTable td { font-size:14px !important; padding: 3px 2px !important; vertical-align: middle; margin: 0; text-align: center; }
.sermonsDataTable th 
{ 
	border:none !important;
	color:#FFFFFF !important;
	padding:5px;
	background-color: #6f6f6f !important;
	text-align: center;
	
}
.sermonsDataTable a, .sermonsDataTable a:active { color:#0040FF; text-decoration:none; }
.sermonsDataTable a:hover { text-decoration:underline; }
.sermonsDataTable input[type=checkbox] { width:20px; height:20px; box-shadow:none; -webkit-box-shadow:none; -moz-box-shadow:none; }
.sermonsDataTable .dataTables_filter{ text-align: right; display: inline-block; height: 27px; }
.sermonsDataTable tr{
	border-bottom: 1px solid #CCC;
}

.dataTables_paginate{
	display: block;
	margin: 5px 0;
	font-size: 12px;
}
#playlist .ui-widget-header {
	border: 0px !important;
    background: #FFFFFF !important;
}
#playlist .paging_full_numbers {
	width: auto !important;
}
#playerDatatable {
	border-collapse: collapse !important;
}


.NavIconWrapper
{
	float: left;
	margin: 0px 0px 0px 0px;
	width: 174px;
	height: 162px;
	text-align: center;
}

.NavIconFolder
{
	background: url(/images/common/bg_folder.png) no-repeat top left; 
	float: left;
	margin: 0px 10px 10px 0px;
	width: 114px;
	height: 62px;
	padding: 50px 30px 30px 30px;	
	font-size: 12px;
	color: #333333;
	text-align: center;
	text-decoration: none;
}

.NavIconFolder:hover
{
	background: url(/images/common/bg_folder_over.png) no-repeat top left; 
}

.NavIconFolder a
{
	font-size: 18px;
	color: #333333;
	text-decoration: none;
}

.NavIconFile
{
	background: url(/images/common/bg_file.png) no-repeat top left; 
	float: left;
	margin: 0px 10px 10px 0px;
	width: 94px;
	height: 77px;
	padding: 35px 40px 30px 40px;	
	font-size: 13px;
	color: #333333;
	text-align: center;
	text-decoration: none;
}

.NavIconFile:hover
{
	background: url(/images/common/bg_file_over.png) no-repeat top left; 
}

.NavIconFile a
{
	font-size: 13px;
	color: #333333;
	text-decoration: none;
}

.folderIconEdit
{
	float: left;
	margin: 0px 10px 10px 0px;
	width: 177px;
	height: 12px;
	padding: 0px;	
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}

.folderIconEdit a
{
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
}

#videoContent
{
	position: absolute;
	display: none;
	width: 1200px;
	height: 650px;
	z-index: 99;
	top: -79px;
}
#vidClose
{
	background: #fbb73f;
    width: 50px;
    height: auto;
    padding: 10px;
    text-align: center;
    color: #fff;
    float: right;
    position: absolute;
    top: 83%;
    left: 1%;
}
#targetIframe
{
	width: 100%;
	height: 100%;
	border: 0 none;
}
/** End of Video Style Page **/

/* Begin DropMenu Style */
li.dropdownMenuHolder {
	position: relative !important;
	display: inline-block !important;
}

.sectionStylizedMenu
{
	position: absolute;
	 left: -15px;
	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(0,0,0,0.7);
	/* border-left: 10px solid #000000; */
	-webkit-box-shadow:#000000 0px 0px 10px;
	-moz-box-shadow:#000000 0px 0px 10px;
	box-shadow: 0px 0px 10px #000000;
	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 #000000;
    position: absolute;
    top: 7px;
    left: 10px;
    z-index: 999998;
}

.sectionDropdownSideEffect a {
    color: #FFFFFF !important;
    padding: 0px 5px !important;
	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: #a5b1be !important;
	cursor: pointer;
}
.sectionDropdownSideEffect
{
	border-bottom: 10px solid #d85600;	
	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 #666666;
}

/* End Dropdown Menu Style */
/** Partners **/
.affiliatesSlider {
    width: 1190px;
    height: auto;
    overflow-x: auto;
	overflow-y: hidden;
    white-space: nowrap;
    position: relative;
}
/** End og Partners **/
.fixed-dialog {
    position: fixed !important;
    top: 50px !important;
    left: 50px !important;
}
.jssorb21 div, .jssorb21 div:hover, .jssorb21 .av {
  -webkit-filter: grayscale(1)!important;
  filter: grayscale(1)!important;
}
