@charset "UTF-8";
/* CSS Document */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* START SITE-SPECIFIC STYLES FOR COMMON CMS COMPONENTS. THESE STYLES WILL NEED UPDATED FOR DIFFERENT SITES ////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



h1,h2
{
	/* STYLE FULLY SUBJECT TO CHANGE */

}

#contentLayered h1
{
	/* STYLE FULLY SUBJECT TO CHANGE */
	margin-bottom: 10px;	
}

#content h2
{
	/* STYLE FULLY SUBJECT TO CHANGE */
    margin-bottom: 10px;
}

#content h3
{
	/* STYLE FULLY SUBJECT TO CHANGE */
}


#contentFull h2
{
	/* STYLE FULLY SUBJECT TO CHANGE */
	margin-bottom: 10px;	
}
#contentFull h3
{
	/* STYLE FULLY SUBJECT TO CHANGE */
}

#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 */
  	text-decoration: none;
}

#contentBG a:hover, #contentBGLayered a:hover, #contentFull a:hover
{
	/* ONLY THE FONT, COLOR AND FONT SIZE NEED TO CHANGE ON THIS STYLE */
  	text-decoration: none;	
}

#contentBG h2 a:link
{
	/* ONLY THE FONT, COLOR AND FONT SIZE NEED TO CHANGE ON THIS STYLE */
  	text-decoration: none;
}

#contentBG h2 a:hover
{
	/* ONLY THE COLOR NEEDS TO CHAGE ON THIS STYLE */
}

[disabled]{
	cursor: not-allowed !important;
}

#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 */
  	text-decoration: none;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	translate3d(0, 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;
}

button.largeContentButton{
	border: none;
}

a.largeContentButton, button.largeContentButton{
	/* ONLY THE FONT, FONT COLOR, FONT SIZE AND BACKGROUND NEED TO CHANGE ON THIS STYLE */
    display: inline-block;
    cursor: pointer;
    padding: 16px 24px;
    text-decoration: none;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	translate3d(0, 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;
}

a.largeContentButton:first-child {
	/* transform: skew(-20deg); /* INVERSE SKEW */ 
}

a.largeContentButton:hover{
	/* ONLY THE BACKGROUND NEEDS TO CHANGE ON THIS STYLE */
	
}

#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 */

}

input[type=submit].largeContentButton{
	/* ONLY THE FONT, FONT COLOR, FONT SIZE AND BACKGROUND GRADIENTS NEED TO CHANGE ON THIS STYLE */
    display: inline-block;
    cursor: pointer;
    padding: 16px 24px;
    text-decoration: none;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	translate3d(0, 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;
}

input[type=submit].largeContentButton:hover{
	/* ONLY THE FONT, FONT COLOR, FONT SIZE AND BACKGROUND GRADIENTS NEED TO CHANGE ON THIS STYLE */
	
}

#contentPageBackground input 
{

}

.dataTable .largeContentButton{
	padding: 4px 8px;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* START GENERAL STYLES THESE STYLES NEED LITTLE TO NO UPDATES FOR DIFFERENT SITES /////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


#fixedHeader.hiddenHeader
{
	display: none;	
}


#contentBG h2 a:link
{
  	text-decoration: none;
}

#contentBG h2 a:hover
{
}

/* Added for SiteStyle update */
#contentBGLayered {
	padding:0px 0px 0px 0px;
}

#contentLayered {
	
}

.maxWidthWrapper
{
	max-width: 1000px;	
	margin: 0px auto 0px auto;
}

#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 {
	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; }

strong{
	font-weight: bold;
}

a
{
	text-decoration: none;
}

#contentBG a:link, #contentBGLayered a:link, #contentFull a:link
{
  	text-decoration: none;
}

#contentBG a:hover, #contentBGLayered a:hover, #contentFull a:hover
{
  	text-decoration: none;	
}

#contentBG h2 a:link
{
  	text-decoration: none;
}

#contentBG h2 a:hover
{
}


hr
{
	border-right:0px;
	border-left:0px;
	border-bottom:0px;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear:both;
}

#contentPageBackground.adminLoggedIn
{
	margin: 170px 0px 0px 0px;
}

#contentPageBackground p, #contentPageBackground ol, #contentPageBackground ul
{

}

#rightcolumn{
	width:189px;
	float:right;
	padding: 20px 0px 0px 10px;
	border-left:1px solid #EBEBEB;
	min-height:400px;
}

#rightcolumn h1{
}

#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;
	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;
}

#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: auto;
}

#content
{
	 width: 60%;
	  padding: 25px 50px 50px 50px;
	  text-align: left;
	  float: right;
	  margin-left: 10px;
	  margin-top: 0px;
	  margin-bottom: 25px;
	  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
{
	margin-bottom: 10px;	
	clear: both;
}

#contentFull h1
{
	margin-bottom: 10px;	
	clear: both;
}

#contentLayered h1
{
	margin-bottom: 10px;	
	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(https://cdn.tsgsmartsite.com/images/common/BG_subheader_wide.jpg);
	width: 970px;
}

#contentBGFullContent #contentFull #titlebar{
	background:url(https://cdn.tsgsmartsite.com/images/common/BG_subheader_wide.jpg);
	width: 970px;
	margin: -15px 0px 0px -30px;
}

#contentBGFullContent #titlebar h1.title
{
	float:left; 
	width: 665px; 
	text-align:left;
	margin-top: 20px;
}

.title
{
	margin-top: 0px;	
}

#subpageBodyContent
{
	width: 520px;
	padding: 30px 40px 30px 40px;
	margin: 0px 5px 0px 0px;
	float: left;
}

#subpageBodyContent a
{
}

#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;
}

#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;
}
#subnavItem .footer
{
}

#subnavItemLevelThree
{
	padding: 8px 2px 8px 12px;
	margin-left: -4%;
	width: 98%;
}

#subnavItemLevelThree a:link, #subnavItemLevelThree a:visited, #subnavItemLevelThree a:active, #subnavItemLevelThree a:hover 
{

}

#subnavItemLevelFour
{
	padding: 8px 2px 8px 12px;
	/*margin-left: -7%;*/
	width: 102%;
}

#subnavItemLevelFour a
{

}

#subpageColumnLeftExtras hr.doubleLine
{
	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
{

}

#smallText a
{
	
}

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
{
	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
{  
	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(https://cdn.tsgsmartsite.com/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;
}

.smallWhiteLink
{  
	font-size: .8em; 
	color: #FFFFFF; 
}
a:link.smallWhiteLink
{  
	font-size: .8em; 
	color: #FFFFFF; 
}
a:visited.smallWhiteLink
{  
	font-size: .8em; 
	color: #FFFFFF; 
}
a:hover.smallWhiteLink
{  
	font-size: .8em; 
	color: #FFFFFF; 
}
a:active.smallWhiteLink
{  
	font-size: .8em; 
	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;	
}
imonialButton
{
	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(https://cdn.tsgsmartsite.com/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(https://cdn.tsgsmartsite.com/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;
}

.currentPaginationSpan a 
{
     padding: 2px 4px;   
}

.currentPage
{
	padding: 6px;
}

.notCurrentPage
{
	padding: 6px;
}

#paginationDiv
{
	margin: 15px 0px 15px 0px;
	padding: 15px;
}

.currentPagePagination
{
	padding: 6px 0px 6px 0px;
}

.currentPage .currentPagePagination
{
	padding: 0px;	
	border: 0px;
}

.currentPagePagination a
{
	margin-left: 6px;	
}

#membersLogin
{
	display: block;
	margin: 0px auto;
	padding: 40px 20px 40px 100px;
	width: 350px;
}

#membersLogin table{
	width: 400px;
	margin: 0 auto;
}

#calendarList h1
{
	margin: 0px;
}

#calendarList h1 a
{
	margin: 0px;
}

div#calendarDetail
{
	float: left;
	width: 73%;
	/*background: #FFFFFF;*/
	padding: 0px 25px;
	/*background: #FFF url(https://cdn.tsgsmartsite.com/images/common/bg_fade_transparent_to_black_20_high.png) repeat-x bottom left;*/
	/*border: 1px solid #EBEBEB;*/
}
#newsList div#calendarDetail{
	float: unset;
	width: unset;
	padding: unset;
}

div#calendarDetail a
{
}

div#calendarDetail h1
{
	margin-bottom: 0px;
}

div#calendarDetail h2
{
	margin: 10px 0px;
}


#MoreDates
{
	float: right;
	width: 250px;
	border-left: 1px solid #EBEBEB;
	padding: 15px;	
}

#calendarDate
{
	float: left;
	width: 23%;
	margin-right: 10px;	
}

#calendarEventTitle
{
	float: left;
	width: 60%;
	margin-right: 15px;
}

#calendarEventTitle a
{
}

#calendarEventDetails
{
	float: left;
	width: 10%;
	margin-right: 15px;
	text-align: right;
}

#calendarEventDetails a
{
}



iframe
{
	
}

#socialSubpage
{
	width: 100%;
	margin-top: 50px;
}

#socialSubpage #addThis
{
	float: left;
	padding: 4px;
	width: 33%;
}

#socialSubpage #like
{
	float: left;
	padding: 4px;
	width: 33%;
}

#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;
}

.paginate_button_disabled{
	color: #999;
}
.paginate_button_disabled:hover{
	cursor: default;
}

.paginate_active{
}


/* 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;  padding: 4px; margin: 0; }
#calendarDatatableID_length select{ width: 60px; margin: 0 3px; display: inline-block; height: 25px; padding: 0; }

.calendarDatatable td, .calendarDatatable th {  }
.calendarDatatable td { 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;
}

#groupTable th{
	display: none;
}

#groupTable td, #groupTable th { }
#groupTable td { 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;	
}



: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 25px 0px !important;
}

.navSocialIcon
{
	margin-right: 10px;
}

.featuredEventContainerCrop img
{
    width: 98%;
    object-fit: cover;
    height: 160px;
    margin-bottom: 10px;
}

.NavSideBarContent .cmsImage {
    width: 100%;
    height: auto;
}
#formIcon
{
	float: left;
	width: 30%;
	text-align: right;
}
#formIdBlock h1.formprocess
{
	margin-bottom: 10px;	
	clear: both;
}
#formIdBlock
{
	float: left;
	margin-left: 30px;
	width: 66%;
}

#alertIcon
{
	color: #ed7115;
	float: left;
	/*width: 30%;*/
}
#alertIdBlock h1
{
	line-height: 1.2;
	margin-bottom: 10px;	
	clear: both;
}
#alertIdBlock
{
	float: left;
	margin-left: 30px;
	width: 80%;
}

.electionDiv {
	background: #fff;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    min-height: 150px;
    /*border: 4px solid #981f22;*/
    border-radius: 0;
}

.electionDiv h1{
    font-size: 2em;
    line-height: 1.5em;
    font-weight: 600;
	text-align:center;
	width: 98%;
	padding: 10px 1% 10px 1%;
    float: left;
    margin: 0px;
}
.electionDiv h1 b{
    font-weight: 600;
}
.electionDiv h2{
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 400;
	text-align:center;
	width: 98%;
	padding: 5px 1% 5px 1%;
    float: left;
    margin: 0px;
}

.electionWrapper{
	width: 95%;
    float: left;
}
.electionDiv a {
	font-size: 1em;
	/*line-height: 1.8em;*/
	font-weight: 600;
	text-decoration: none;
}
.electionDiv a:hover {
	opacity: 0.7;
}
.electionColumn{
	float: left;
    width: 90%;
    padding: 2%;
    margin: 0% 0 4% 9%;
    text-align: center;
}
.electionColumn h3{
	font-weight: 400;
}
.electionWrapper strong
{
	font-weight: 400;
}
.electionDiv td, .electionDiv th {
	border: 0px solid #fff !important;
}
.electionDiv tr {
	border-bottom: 1px solid #ccc !important;
}
.electImg{
	border-radius: 0;
	float: left;
	padding: 0 0 0 0;
	/*border-bottom: 2px solid #fff;*/
}
#siteMapDiv #subnavItem, #subnavItemLevelThree, #subnavItemLevelFour {
    border-bottom: none !important;
}

form#shiftNotificationSubscribe{
	align-items: center;
    border: 2px solid white;
    border-radius: 1em;
    box-shadow: 0px 0px 5px 0px black;
    display: flex;
    gap: 1em;
    justify-content: center;
	margin-bottom: 1em;
    padding: 1em;
}

form#shiftNotificationSubscribe > h2{
	color: white;
	margin: 0px;
}

form#shiftNotificationSubscribe > input{
	border-radius: 0.5em;
	margin: 0px;
	padding: 5px 6px;
	width: 20%;
}

form#shiftNotificationSubscribe > .largeContentButton{
	padding: 8px;
	width: 10%;
}
form#applicantForm > fieldset{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
}
form#applicantForm legend > h2{
	margin: 0px;
}
form#applicantForm label:has(~ [required]):after{
	color: red;
	content: "*";
}
tr.shiftClaimed td:not(:nth-last-child(2)){
	opacity: 0.5;
}
.dataTables_length:has(~ .mobileTable){
	margin: 0px;
}
.dataTables_length:has(~ .mobileTable) > label {
    display: flex;
    align-items: center;
    gap: 4px;
}
/* Add To Any Styling */
.a2a_svg
{
width: 25px !important;
height: 25px !important;
}

