@charset "UTF-8";

h1,
h2,
h3,
p {
	margin: 0;
	padding: 0;
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.modal {
	text-align: center;
}

.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.modal-open {
    overflow: scroll;
}

.form-control {
	border-radius: 0;
	max-width: 45.0rem;
	font-weight: 500;
}

a:hover{
	text-decoration: none;
}

.wwlAnchor,
a.wwlAnchor {
	color: #2DBFFE;
	font-weight: 700;
}

.wwlAnchor:hover,
a.wwlAnchor:hover {
	text-decoration: underline;
}

h4 > .accordion-toggle {
	text-decoration: none;
}

.sortable {
	font-weight: 700;
}

.ui-datepicker select.ui-datepicker-year {
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	margin: 0em;
	font-size: 1em;
	line-height: 1.5em;
	border: thin solid;
	background-color: inherit;
	width: auto;			
}

.btn,
.wwlInputButton,
.wwlInputButtonRadio {
  padding: 0.9rem 3.4rem;
  font-size: 1.3rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  border-radius: 0rem;
 }

.btn-info {
  color: #35373E;
  background-color: #FFFFFF;
  border: 0.2rem solid #35373E;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #FFFFFF;
  background-color: #0090CE;
  border-color: #005E82;
}

.btn.btn-primary {
	color: #000000;
	background-color: transparent;
	border-color: #000000;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:hover .wwlDropdownTitleText,
.open>.dropdown-toggle.btn-primary,
.open>.dropdown-toggle.btn-primary:active,
.open>.dropdown-toggle.btn-primary:hover,
.open>.dropdown-toggle.btn-primary:focus {
	color: #0090CE;
	background-color: transparent;
	border-color: #000000;
}

.wwlTableHeaderPopover .wwlTableHeaderPopoverButtons>.btn-primary,
.wwlTableHeaderPopover .wwlPopoverFilterControls>.btn-primary,
.popover-inner .popover-content .btn-primary {
	font-size: 1.2rem;
	line-height: 2.0rem;
	padding: 0.6rem 1.6rem;
}

.ng-table th.sortable.sort-desc,
.ng-table th.sortable.sort-asc,
.wwlTableHeaderPopoverSort .sort-asc.wwlTableHeaderPopoverSortAsc,
.wwlTableHeaderPopoverSort .sort-desc.wwlTableHeaderPopoverSortDesc {
	background-color: #E6F7FF;
}

.wwlInputButton,
.wwlInputButtonRadio,
.wwlInputLabelFontColor,
.stlBcMainWhiteTransparent {
	color: #FFFFFF;
	background-color: transparent;
}


.wwlDropdownListItemText,
.wwlDropdownListItemIcon,
.stlBcMainFontColorSecondary,
.stlBcMainFontColorSecondaryHover:hover,
a.stlBcMainFontColorSecondaryAnchor,
.stlBcMainFontColorSecondaryAnchor a,
a.stlBcMainFontColorSecondaryAnchorHover:hover,
.stlBcMainFontColorSecondaryAnchorHover a:hover,
.stlBcMainTableHeaderFiltered {
	color: #0090CE;
}

.wwlPagination,
.stlBcMainList {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 1.8rem;
	color: #5A5A5A;
}
.stlBcMainList tbody > tr:nth-child(even) {
	background-color: #FAFAFA;
}

tbody > tr.stlBcMainListHover:hover {
	background-color: #E6F7FF;
}

.wwlInputButton,
.wwlInputButtonRadio {
	border-color: #FFFFFF;	
}

.wwlInputButton.active,
.wwlInputButtonRadio.active {
	color: #000000;
	font-weight: 500;
	background-color: #FFFFFF;
}

.wwlInputButton:hover,
.wwlInputButtonRadio:hover,
.stlBcMainBlackWhite,
.stlBcMainBlackWhiteHover:hover {
	color: #000000;
	background-color: #FFFFFF;
}

.stlBcMainInputButtonRadioAlternate {
	color: #5A5A5A;
	border-color: #000000;
}

.stlBcMainBrightBlueTransparent {
	color: #33C7FF;
	background-color: transparent;
}

.stlBcMainWhiteBrightBlue,
.stlBcMainWhiteBrightBlueHover:hover {
	color: #FFFFFF;
	background-color: #33C7FF;
}

.stlBcMainBorderColorBrightBlue {
	border-color: #33C7FF;
}

.stlBcMainBackgroundMap,
.stlBcMainBackgroundMapHeader {
	background-image: url(/img/countiesOutline.png);
	background-repeat: no-repeat;
}

.stlBcMainBackgroundMapHeader {
	background-position: 1347px -55px;
	padding: 2.0rem;
}

.stlBcMainBackgroundColorSecondary {
	background-color: #0090CE;
}

.stlBcMainBackgroundColorTertiary {
	background-color: #005E82;
}

.stlBcMainBackgroundColorQuaternary {
	background-color: #01151C;
}

.stlBcMainBackgroundColorSenary {
	background-color: #2999A8;
}

.stlBcMainLoginBackgroundMapPosition {
	background-position-x: 21.3rem;
	background-position-y: 2.0rem;
}

.stlBcMainFontColorPrimary,
.stlBcMainFontColorPrimaryHover:hover,
a.stlBcMainFontColorPrimaryAnchor,
.stlBcMainFontColorPrimaryAnchor a,
a.stlBcMainFontColorPrimaryAnchorHover:hover,
.stlBcMainFontColorPrimaryAnchorHover a:hover {
	color: #337AB7;
}

.stlBcMainFontColorTertiary,
.stlBcMainFontColorTertiaryHover:hover,
a.stlBcMainFontColorTertiaryAnchor,
.stlBcMainFontColorTertiaryAnchor a,
a.stlBcMainFontColorTertiaryAnchorHover:hover,
.stlBcMainFontColorTertiaryAnchorHover a:hover {
	color: #005E82;
}

.stlBcMainFontColorQuaternary,
.stlBcMainFontColorQuaternaryHover:hover,
a.stlBcMainFontColorQuaternaryAnchor,
.stlBcMainFontColorQuaternaryAnchor a,
a.stlBcMainFontColorQuaternaryAnchorHover:hover,
.stlBcMainFontColorQuaternaryAnchorHover a:hover {
	color: #5A5A5A;
}

.stlBcMainFontColorQuinary,
.stlBcMainFontColorQuinaryHover:hover,
a.stlBcMainFontColorQuinaryAnchor,
.stlBcMainFontColorQuinaryAnchor a ,
a.stlBcMainFontColorQuinaryAnchorHover:hover,
.stlBcMainFontColorQuinaryAnchorHover a:hover {
	color: #353535;
}

.stlBcMainFontColorSenary,
.stlBcMainFontColorSenaryHover:hover,
a.stlBcMainFontColorSenaryAnchor,
.stlBcMainFontColorSenaryAnchor a ,
a.stlBcMainFontColorSenaryAnchorHover:hover,
.stlBcMainFontColorSenaryAnchorHover a:hover {
	color: #2DBFFE;
}

.stlBcMainFontStylePrimary {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 2.4rem;
}
		
.stlBcMainFontStyleSecondary {
	font-size: 2.5rem;
	font-weight: 400;	
}

.stlBcMainFontStyleTertiary {
	font-weight: 500;
	font-size: 2.0rem;
	text-transform: uppercase;
}

.stlBcMainFontStyleQuaternary {
	font-weight: 800;
	font-size: 3.2rem;
}

.stlBcMainFontStyleQuinary {
	font-weight: 700;
	font-size: 1.6rem;
}

.stlBcMainFontStyleSenary {
	font-weight: 400;
	font-style: italic;
	font-size: 2.6rem;
}

.stlBcMainFontStyleSeptenary {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 1.6rem;
}

.stlBcMainFontStyleOctonary {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 1.4rem;
}

.stlBcMainFontStyleNonary {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 3.0rem;
}

.stlBcMainFontStyleDenary {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 2.0rem;
}

.stlBcMainContentHeader {
	padding: 1.2rem 1.0rem;
	margin: 0.5rem 0 1.3rem;
}

.stlBcMainContent {
	padding: 4.0rem 2.0rem;
	margin-top: 2.8rem;
}

.stlBcMainContentAdditional,
.wwlFileSetContent {
	color: #FFFFFF;
	margin-top: 2.8rem;
	padding: 2.0rem 2.0rem;
	background-color: #005E82;
}

.wwlFileSetHeader {
	font-weight: 500;
	font-size: 2.0rem;
	text-transform: uppercase;
	padding: 1.2rem 1.0rem;
	margin: 0.5rem 0rem 1.3rem;
 	background-color: #0090CE;	
}

.wwlFileDownload {
	font-weight: 700;
	font-size: 2.0rem;
	text-transform: uppercase; 
	color: #2DBFFE;
}

.wwlFileDownload:hover,
.wwlFileDownload a:hover {
	text-decoration: underline;
	color: #2DBFFE;
}

.row.stlBcMainContainerEvenDistribution {
	display: flex;
	flex-wrap: wrap;
}

.row.stlBcMainContainerEvenDistribution>[class*='col-'] {
	display: flex;
	flex-direction: column;
}

.stlBcMainSubBanner {
	padding: 3.0rem 0;
	text-align: right;
}

.stlBcMainSubBanner h1 {
	font-size: 5.0rem;
	font-weight: 200;
	color: rgba(255, 255, 255, 0.60);
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	padding: 0 1.8rem 0 0;
}

.stlBcMainSubBanner h1:after {
	position: absolute;
	right: 0rem;
	top: 1.8rem;
	width: 0.3rem;
	height: 2.0rem;
	background: #FFFFFF;
	content: "";
}

.stlBcMainAnnouncementBox {
	padding: 1.1rem 2.0rem;
	margin-top: 2.8rem;
}

.stlBcMainAnnouncementBox p {
	font-size: 2.1rem;
	color: #FFFFFF;
}

.stlBcMainAnnouncementBox h3 {
	font-weight: 400;
	font-size: 2.2rem;
	color: #FFFFFF;
	padding: 1.5rem 1.3rem 1.5rem 1.5rem;
	line-height: 3.0rem;
}

.stlBcMainAnnouncementBox h3 a {
	text-decoration: underline;
	color: #FFFFFF;
	text-transform: uppercase;
}

.stlBcMainAnnouncementBox h3 a:hover {
	text-decoration: none;
}

.stlBcMainFrequentlyAskedQuestions{
	padding-bottom: 0;
}

.stlBcMainFrequentlyAskedQuestions p{
	padding-bottom: 0rem !important;
}

.stlBcMainFrequentlyAskedQuestions ul > li {
	list-style: inside;
    display: list-item;
}

.stlBcMainFrequentlyAskedQuestions ol > li {
	list-style: decimal outside;
    display: list-item;
}

.stlBcMainMeetingHeading {
	padding: 1.0rem 0 2.0rem;
}

.stlBcMainCommentName {
	max-width: 22.2rem;
}

textarea.stlBcMainComment {
	height: 20.0rem;
}

.stlBcMainMenuRoot {
	background: #005E82;
	border: none;
	box-shadow: 0rem 0.2rem 0.8rem 0rem rgba(0, 0, 0, 0.27);
	-webkit-box-shadow: 0rem 0.2rem 0.8rem 0rem rgba(0, 0, 0, 0.27);;
	-moz-box-shadow: 0rem 0.2rem 0.8rem 0rem rgba(0, 0, 0, 0.27);;
	position: relative;
	display: block;
}
.stlBcMainMenu {
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}
.stlBcMainMenu > div > a{
	color: #FFFFFF;
	display: block;
	font-family: Montserrat, sans-serif;
	font-size: 1.4rem;
	font-weight: 300;
	padding: .7rem 1.2rem 1.2rem 1.2rem;
}
.stlBcMainMenu > div {
	width: 100%;
	border-right: 0.1rem solid #02516F;
}
.stlBcMainMenu > div:last-child {
	border-right: none;
}
.stlBcMainMenu > div > a:hover, .stlBcMainMenu > div > a.active {
	background: #024A66;
	color: #33C7FF;
	text-decoration: none;
}
.stlBcMainMenu > div > a .wwlIcon {
	font-size: 2.5rem;
	position: relative;
    top: .5rem;
}

.stlBcMainBreadcrumb {
	position: relative;
	left: 2.0rem;
	top: -1.0rem;
}

.stlBcMainFooter {
	margin-top: 3.5rem;
}

.stlBcMainHelpfulLinkHeader:after {
	content: '';
	width: 6.7rem;
	height: 0.1rem;
	background: #2999A8;
	margin: 1.5rem 0 1.0rem;
	display: block;
}

.stlBcMainHelpfulLinkButton {
	text-transform: uppercase;
	font-size: 1.5rem;
	padding: 1.2rem 2.0rem;
}

.stlBcMainScrollTop {
	font-size: 3.2rem;
	color: #FFFFFF; 
	cursor: pointer;
	line-height: 0.1rem;
}

.stlBcMainDataBox {
	border: 0.1rem solid #EFEFEF;
    padding: 1.6rem 0.4rem;
	margin-bottom: 2.5rem;
}

.stlBcMainDataBox h2 {
	font-size: 1.8rem;
	font-weight: 300;
	color: #333333;
}

.stlBcMainDataBox p {
	color: #8E8E8E;
	padding: 0.3rem;
	line-height: 1.9rem;
	font-size: 1.4rem;
	word-wrap: break-word;
}

.stlBcMainDataBox p.wwlPadTopNone {
	padding-top: 0rem;
}

.stlBcMainDataBox p.wwlFontBold {
	padding-top: 1.5rem;
	padding-bottom: 0rem;
}

.stlBcMainCheckBox {
	padding-right: 0.2rem;	
}

.stlBcMainLandingBanner {
	background: #01151C url(../img/mapBackdrop.jpg) no-repeat 0 0;
	background-size: cover;
}

.stlBcMainLandingBannerContainer {
	background: rgba(1,21,28,0.53);
	padding: 8.1rem 1.7rem;
}

.stlBcMainLandingBanner h1 {
	font-family: 'Libre Baskerville', serif;
	font-weight: 700;
	font-size: 4.4rem;
	line-height: 4.9rem;
	color: #fff;
}

.stlBcMainLandingBanner h2 {
	font-family: 'Playfair Display', serif;
	font-weight: bold;
	font-size: 2.8rem;
	color: #fff;
	text-transform: uppercase;
	padding: 0.2rem 0 1.5rem;
}

.stlBcMainLandingBanner p {
	font-family: 'Spectral', serif;
	font-weight: 400;
	font-style: italic;
	font-size: 2.2rem;
	color: #33C7FF;
	padding-bottom: 2.5rem;
}

.stlBcMainLandingBanner .btn {
	text-transform: uppercase;
	margin-right: 0.4rem;
	position: relative;
}

.stlBcMainLandingBanner .btn:last-child {
	margin-right: 0;
}

.stlBcMainLandingBanner .btn span {
	font-size: 1.8rem;
	position: absolute;
}

.stlBcMainFooter {
	background: #E4ECF5;
	padding: 2.4rem 0 3.0rem;
	margin-top: 4.5rem;
	border-top: 0.1rem solid #D7D6D6;
}

.stlBcMainFooter h2 {
	font-weight: 400;
	font-size: 1.8rem;
}

.stlBcMainFooter p,
.stlBcMainFooter p a {
	font-weight: 300;
	font-size: 1.3rem;
	color: #353535;
	padding-top: 1.2rem;
}

.stlBcMainFooter p a:hover {
	color: #005E82;
}

.stlBcMainFooter ul.stlBcMainFooterMenu li {
	border-bottom: 0.1rem solid #D7D7D7;
	position: relative;
}

.stlBcMainFooter ul.stlBcMainFooterMenu li:last-child {
	border-bottom: none;
}

.stlBcMainFooter ul.stlBcMainFooterMenu li a {
	color: #343434;
	font-weight: 300;
	font-size: 1.3rem;
	padding: 1.2rem 1.0rem;
	display: block;
}

.stlBcMainFooter ul.stlBcMainFooterMenu li a:hover {
	color: #005E82;
}

.stlBcMainFooter ul.stlBcMainFooterMenu li:hover a:before {
	content: "\e684";
	font-family: 'Pe-icon-7-stroke';
	font-size: 2.7rem;
	color: #005E82;
	position: absolute;
	right: 0.3rem;
    top: 0.3rem;
}

.modal:before {
	display: inline-block;
	vertical-align: middle;
	content: " ";
	height: 100%;
}

@media only screen and (min-width: 768px) {
	.container {
		width: 95%;
	}
		
	.stlBcMainBackgroundMapHeader {
		background-position-x: 600px;
	}
	
	.stlBcMainLandingBanner h1 {
		font-size: 3.5rem; 
		line-height: 4.0rem;
	}
	
	.stlBcMainLandingBanner h2 {
		font-size: 2.2rem;
	}
	
	.stlBcMainLandingBanner p {
		font-size: 1.8rem;
	}
	
	.stlBcMainLandingBanner .btn {
		padding: 0.9rem 1.8rem;
	}
	
	.stlBcMainAnnouncementBox p, .stlBcMainAnnouncementBox h3 {
		font-size: 2.1rem;
	}
	
	.stlBcMainDataBox h2 {
		font-size: 1.8rem;
	}
	
	.stlBcMainDataBox p {
		font-size: 1.2rem;
	}
	
	.stlBcMainDataBox {
		min-height: 7.7rem;
	}
}

@media only screen and (min-width: 992px) {
	.container {
		width: 90%;
	}
	
	.stlBcMainBackgroundMapHeader {
		background-position-x: 875px;
	}
}

@media only screen and (min-width: 1200px) {
	.container {
		width: 85%;
	}
	
	.stlBcMainMarginHorizontalNoneMedium {
		margin-left: 0rem;
		margin-right: 0rem;
	}
	
	.stlBcMainBackgroundMapHeader {
		background-position-x: 1189px;
	}
}

@media only screen and (min-width: 1600px) {
	.container {
		width: 80%;
	}
}

