/* Add here all CSS customizations */

/* HEADER */

html {
	background: url(../img/bg-home.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
html.boxed .body {
	margin: 0 auto;
} /*was 25px; */
#header .header-body {
	background: transparent;
	border-top: 0;
}
#header .header-logo img {
	margin: 5px 5px 15px 0;
	position: relative;
	top: 0;
	transition: all 0.3s ease 0s;
}
.printLogo {
	display: none;
}
.page-header {
	margin: 0 0 35px;
}
.slider-container {
	margin-bottom: 25px;
	height: 100%;
}
/*changed TOP NAV to white, default is grey*/
#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
	color: #fff; /*changed top nav to white, default is grey*/
}
#header .header-nav-top .nav > li > a:hover, #header .header-nav-top .nav > li > a a:focus {
	background: #09769e none repeat scroll 0 0;
}
.content-button {
	float: right;
}
html .btn-primary {
	background-color: #09769e;
	border-color: #ff9906 #ff9906 #d27c00;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
html .btn-primary:hover {
	background-color: #ff9906;
	border-color: #09769e;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
html .btn-primary > a {
	color: #ffffff;
	text-decoration: none;
}
p {
	color: #333;
}
#footer p {
	color: #CCC;
}
.breadcrumb li a {
	color: #BCECFC;
}
.breadcrumb > .active {
	color: #FFFFFF;
}
ul {
	color: #333;
}
.fa-caret-down::before {
	content: "";
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	color: #1d2127;
	font-weight: 200;
	letter-spacing: -1px;
	margin: 0;
}
h1 {
	font-size: 2.6em;
	line-height: 44px;
	margin: 0 0 32px 0;
}
h2 {
	font-size: 2.2em;
	font-weight: 300;
	line-height: 42px;
	margin: 15px 0;
}
h3 {
	font-size: 1.6em;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 24px;
	margin: 15px 0 5px 0;
	text-transform: none;
}
h4 {
	font-size: 1.4em;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 27px;
	margin: 0px 0 15px 0;
}
#printArea h4 {
	font-size: 1.1em;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 27px;
	margin: 15px 0 0px 0;
}
h5 {
	font-size: 1em;
	font-weight: 600;
	letter-spacing: normal;
	line-height: 18px;
	margin: 15px 0;
	text-transform: uppercase;
}
h6 {
	color: #333;
	font-size: 1em;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 18px;
	margin: 15px 0;
}
.recent-posts .date .day {
	background: #09769e none repeat scroll 0 0;
	color: #fff;
	border-radius: 2px 2px 0 0;
}
.recent-posts .date .month, article.post .post-date .month {
	background-color: #054258;
}
.recent-posts .date .month {
	font-size: 1.3em;
}
.recent-posts a:hover {
	text-decoration: none;
}
.home-button {
	right: 0px;
	margin-top: -55px;
	top: 0;
	width: auto;
}
/*CUSTOM TABLE CSS */

#printArea table {
	margin: 0;
	border-collapse: collapse;
	width: 100%;
	border-color: #bdbdbd;
}
#printArea tbody {
	color: #000;
	border: 1px solid #bdbdbd;
}
#printArea tbody tr:nth-child(odd) {
	background-color: #DBDBDB;
}
#printArea td {
	padding: 8px 10px;
	border-color: #bdbdbd;
}
#printArea thead {
	background: #fff none repeat scroll 0 0;
	border-bottom: 4px solid #336699;
	color: #000;
	font-weight: bold;
	text-align: left;
}
#printArea thead th {
	border-left: #bdbdbd;
	border-right: #bdbdbd;
	padding: 8px 0 8px 6px;
}
/*Search Results Page */
#search-results table {
	margin: 0 10px 20px 10px;
	border-collapse: collapse;
	width: 100%;
	border-color: #FFFFFF;
}
#search-results tbody {
	color: #000;
	border: 1px solid #ffffff;
}
#search-results tbody tr:nth-child(odd) {
	background-color: #FFFFFF;
}
#search-results td {
	padding: 8px 10px;
	border-color: #FFFFFF;
}
#search-results thead {
	background: #fff none repeat scroll 0 0;
	border-bottom: 4px solid #336699;
	color: #000;
	font-weight: bold;
	text-align: left;
}
#search-results thead th {
	border-left: #bdbdbd;
	border-right: #bdbdbd;
	padding: 8px 0 8px 6px;
}
#search-results form, .gcsc-branding {
	display: none;
}
#search-results .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	font-size: 16px;
	border-radius: 4px;
	padding: 10px;
}
#printArea img {
	display: block;
	max-width: 100% !important;
	height: auto !important;
}
/* Responsive iFrame */
 
.responsive-iframe-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.responsive-iframe-container iframe, .vresponsive-iframe-container object, .vresponsive-iframe-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.st-bg {
	background: black;
}
.st-bg-today {
	background: yellow;
	border-left: 1px solid yellow;
	border-right: 1px solid yellow;
}
.st-dtitle {
	background: white;
}
aside ul.nav-list > li > a {
	color: #333;
	font-size: 0.9em;
	padding: 2px 0;
}
.navbar-default {
	background-color: #ffffff;
	border-color: #ffffff;
	padding-left: 0px;
	padding-right: 0px;
}
/* We remove the margin, padding, and list style of UL and LI components */
#menuwrapper ul, #menuwrapper ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* We apply background color and border bottom white and width to 150px */
#menuwrapper ul li {
	/* box-shadow: 0 5px 8px rgba(0, 0, 0, 0.03); */
	background-color: #09769e;
	border-bottom: 1px solid #ffffff;
	width: 225px;
	cursor: pointer;
}
/* We apply the background hover color when user hover the mouse over of the li component */
#menuwrapper ul li:hover {
	background-color: #054258;
	position: relative;
}
/* We apply the link style */
#menuwrapper ul li a {
	padding: 5px 15px;
	color: #fff;
	display: inline-block;
	text-decoration: none;
}
/**** SECOND LEVEL MENU ****/
/* We make the position to absolute for flyout menu and hidden the ul until the user hover the parent li item */
#menuwrapper ul li ul {
	position: absolute;
	display: none;
	z-index: 5;
}
/* When user has hovered the li item, we show the ul list by applying display:block, note: 150px is the individual menu width.  */
#menuwrapper ul li:hover ul {
	left: 225px;
	top: 0px;
	display: block;
}
/* we apply different background color to 2nd level menu items*/
#menuwrapper ul li ul li {
	background-color: #09769e;
}
/* We change the background color for the level 2 submenu when hovering the menu */
#menuwrapper ul li:hover ul li:hover {
	background-color: #054258;
}
/* We style the color of level 2 links */
#menuwrapper ul li ul li a {
	color: #fff;
	display: inline-block;
	width: 225px;
}
/**** THIRD LEVEL MENU ****/
/* We need to hide the 3rd menu, when hovering the first level menu */
#menuwrapper ul li:hover ul li ul {
	position: absolute;
	display: none;
}
/* We show the third level menu only when they hover the second level menu parent */
#menuwrapper ul li:hover ul li:hover ul {
	display: block;
	left: 225px;
	top: 0;
}
/* We change the background color for the level 3 submenu*/
#menuwrapper ul li:hover ul li:hover ul li {
	background: #054258;
}
/* We change the background color for the level 3 submenu when hovering the menu */

#menuwrapper ul li:hover ul li:hover ul li:hover {
	background: #054258;
}
/* We change the level 3 link color */
#menuwrapper ul li:hover ul li:hover ul li a {
	color: #fff;
}
/* Clear float */
.clear {
	clear: both;
}
.fontSizeWrap {
	float: right;
	width: 200px;
	height: 30px;
	margin-top: 10px;
}
.fontSize, a.fontSizeReset, a.fontSizeReset:active, a.fontSizeReset:visited, a.fontSizeIncrease, a.fontSizeIncrease:active, a.fontSizeIncrease:visited, a.fontSizeDecrease, a.fontSizeDecrease:active, a.fontSizeDecrease:visited {
	display: block;
	float: left;
	height: 30px;
	overflow: hidden;
	margin-left: 6px;
}
a.fontSizeReset, a.fontSizeReset:active, a.fontSizeReset:visited {
	width: 33px;
	background: transparent url(/img/font_size_reset.png) no-repeat 0px 0px;
}
a.fontSizeReset:hover {
	background-position: 0px -30px;
}
a.fontSizeIncrease, a.fontSizeIncrease:active, a.fontSizeIncrease:visited {
	width: 33px;
	background: transparent url(/img/font_size_increase.png) no-repeat 0px 0px;
}
a.fontSizeIncrease:hover {
	background-position: 0px -30px;
}
a.fontSizeDecrease, a.fontSizeDecrease:active, a.fontSizeDecrease:visited {
	width: 33px;
	background: transparent url(/img/font_size_decrease.png) no-repeat 0px 0px;
}
a.fontSizeDecrease:hover {
	background-position: 0px -30px;
}
.horizNavSeparator {
	color: #fff;
	float: left;
	line-height: 30px;
	padding: 0 10px;
}
/* Styles Documents */

.keywords {
	float: left;
	display: none;
}
.pagesdate {
	float: right;
	display: none;
}
/* Make Google Calendar Responsive */
.responsiveCal {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}
.responsiveCal iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* CUSTOM RESPONSIVE CHANGES */


@media (max-width: 991px) {
.fontSizeWrap {
	visibility: hidden;
}
}
/*changed MAIN NAV*/
@media (min-width: 992px) {
.navbar-collapse {
	padding-left: 0px;
	padding-right: 0px;
}
#header .header-nav-main nav > ul li {
	border-bottom: 0px solid #e8e8e8; /*took out bottom border color*/
}
.dropdown-menu > li > a {
	background-color: #fff; /*added color */
}
#header .header-nav-main nav > ul > li > a {
	border-radius: 4px;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	padding: 10px 18px;
	width: 180px;
	text-transform: uppercase;
}
#header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul > li:hover > a {
	background: #054258;
	color: #FFF;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
	top: -10000px;
	display: block;
	opacity: 0;
	left: auto;
	border-radius: 0 4px 4px;
	border: 0;
	border-top: 5px solid #054258;
	box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
	margin: -3px 0 0 0;
	min-width: 200px;
	padding: 5px;
	text-align: left;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	border-bottom: 0px solid #075C7C;
	color: #fff; /*changed from #777 to white*/
	background-color: #054258;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
	background-color: #054258;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu a:hover {
	color: #ccc;
}
}

/* END OF MAIN MENU RESPONSIVE ON MOBILE COLOUR CHANGES*/

/*MAIN MENU RESPONSIVE ON MOBILE COLOUR CHANGES*/
@media (max-width: 767px) {
/* We remove the margin, padding, and list style of UL and LI components */
#header .header-btn-collapse-nav {
	background: #000 none repeat scroll 0 0;
	color: #fff;
	float: right;
	margin: 12px 0 8px 15px;
}
#header .header-nav-main nav > ul > li > a {
	border-radius: 0px;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	padding: 10px 18px;
	width: 100%;
	text-transform: uppercase;
}
#header .header-nav-main nav > ul li {
	border-bottom: 0px solid #e8e8e8; /*took out bottom border color*/
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	border-bottom: 0px solid #075C7C;
	color: #fff; /*changed from #777 to white*/
	background-color: #000;
}
#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
	display: none;
}
#header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul > li:hover > a {
	background: #333;
	color: #000;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	border-bottom: 1px solid #075C7C;
	color: #fff; /*changed from #777 to white*/
	background-color: #000;
}
#header {
	background-color: #000;
}
}



/* IPAD Portrait */

/* Button Toggle starts */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
.navbar-header {
	float: none;
}
.navbar-left, .navbar-right {
	float: none !important;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-nav {
	float: none!important;
	margin-top: 0px;
}
.navbar-nav>li {
	float: none;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.collapse.in {
	display: block !important;
}
/* End of Button Toggle */
#header .header-nav-top {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	display: none;
}
#header .header-btn-collapse-nav {
	background: #000 none repeat scroll 0 0;
	color: #fff;
	float: right;
	margin: 12px 0 8px 15px;
}
/* Styling the MAIN MENU */
#header .header-nav-main nav > ul li {
	border-bottom: 0px solid #e8e8e8; /*took out bottom border color*/
}
#header .header-nav-main nav > ul > li > a {
	border-radius: 0px;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	padding: 10px 18px;
	width: 100%;
	text-transform: uppercase;
}
/* Styling the sub menu with different colours and taking out the flyouts */
nav #header .header-nav-main nav > ul > li {
	background-color: #000;
}
nav #menuwrapper ul, #menuwrapper ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
nav #menuwrapper ul li {
	/* box-shadow: 0 5px 8px rgba(0, 0, 0, 0.03); */
	background-color: #000;
	border-bottom: 1px solid #333;
	width: 100%;
	cursor: auto;
}
nav #menuwrapper ul li:hover {
	background-color: #054258;
	position: relative;
}
nav #menuwrapper ul li a {
	padding: 5px 15px;
	font-weight: bold;
	color: #09C;
	display: list-item;
	text-decoration: none;
}
/**** SECOND LEVEL MENU ****/

nav #menuwrapper ul li ul {
	position: relative;
	display: list-item;
	z-index: auto;
}
nav #menuwrapper ul li:hover ul {
	left: auto;
	top: auto;
	display: list-item;
}
nav #menuwrapper ul li ul li {
	background-color: #333;
}
nav #menuwrapper ul li:hover ul li:hover {
	background-color: #333;
}
nav #menuwrapper ul li ul li a {
	color: #fff;
	font-weight: 100;
	display: list-item;
	width: 100%;
	margin-left: 20px;
}
/**** THIRD LEVEL MENU ****/

nav #menuwrapper ul li:hover ul li ul {
	position: relative;
	display: list-item;
}
nav #menuwrapper ul li:hover ul li:hover ul {
	display: list-item;
	left: auto;
	top: auto;
}
#menuwrapper ul li:hover ul li:hover ul li:hover {
	background: #054258;
}
#menuwrapper ul li:hover ul li:hover ul li a {
	color: #fff;
}
.clear {
	clear: both;
}
}
/* SMART PHONE SUB MENU  */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
nav #header .header-nav-main nav > ul > li {
	background-color: #000;
}
/* We remove the margin, padding, and list style of UL and LI components */

nav #menuwrapper ul, #menuwrapper ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* We apply background color and border bottom white and width to 150px */
nav #menuwrapper ul li {
	/* box-shadow: 0 5px 8px rgba(0, 0, 0, 0.03); */
	background-color: #000;
	border-bottom: 1px solid #333;
	width: 100%;
	cursor: auto;
}
/* We apply the background hover color when user hover the mouse over of the li component */
nav #menuwrapper ul li:hover {
	background-color: #054258;
	position: relative;
}
/* We apply the link style */
nav #menuwrapper ul li a {
	padding: 5px 15px;
	font-weight: bold;
	color: #09C;
	display: list-item;
	text-decoration: none;
}
/**** SECOND LEVEL MENU ****/
/* We make the position to absolute for flyout menu and hidden the ul until the user hover the parent li item */
nav #menuwrapper ul li ul {
	position: relative;
	display: list-item;
	z-index: auto;
}
/* When user has hovered the li item, we show the ul list by applying display:block, note: 150px is the individual menu width.  */
nav #menuwrapper ul li:hover ul {
	left: auto;
	top: auto;
	display: list-item;
}
/* we apply different background color to 2nd level menu items*/
nav #menuwrapper ul li ul li {
	background-color: #333;
}
/* We change the background color for the level 2 submenu when hovering the menu */
nav #menuwrapper ul li:hover ul li:hover {
	background-color: #333;
}
/* We style the color of level 2 links */
nav #menuwrapper ul li ul li a {
	color: #fff;
	font-weight: 100;
	display: list-item;
	width: 100%;
	margin-left: 20px;
}
/**** THIRD LEVEL MENU ****/
/* We need to hide the 3rd menu, when hovering the first level menu */
nav #menuwrapper ul li:hover ul li ul {
	position: relative;
	display: list-item;
}
/* We show the third level menu only when they hover the second level menu parent */
nav #menuwrapper ul li:hover ul li:hover ul {
	display: list-item;
	left: auto;
	top: auto;
}
#menuwrapper ul li:hover ul li:hover ul li:hover {
	background: #054258;
}
/* We change the level 3 link color */
#menuwrapper ul li:hover ul li:hover ul li a {
	color: #fff;
}
/* Clear float */
.clear {
	clear: both;
}
}
/************** STYLES FOR LANDING PAGE BUTTONS **************/ 
#landingPageButtons {
	margin-top: -15px;
	font-size: 18px;
}
#landingPageButtons .button {
	padding: 6px;
	border-bottom: 1px solid #fff
}
#landingPageButtons .button a {
	display: block;
	color: #fff;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 70% 70%;
	width: 67px;
	height: 56px;
	border-radius: 50px;
}
#landingPageButtons .button span {
	display: block;
	position: absolute;
	width: 100%;
	min-width: 120px;
	bottom: 20px;
	left: 89px;
	font-weight: 400;
	font-size: 110%;
	line-height: 1;
}
.button.Voters {
	background-color: #09769E;
}
.button.Voters:hover {
	background-color: #065979;
}
.button.Voters a {
	background-image: url('../userfiles/images/button-vote.png');
	background-color: #1586CC;
}
.button.Candidates {
	background-color: #0C9CD3;
}
.button.Candidates:hover {
	background-color: #065979;
}
.button.Candidates a {
	background-image: url('../userfiles/images/button-candidate.png');
	background-color: #1586CC;
}
.button.Third.Party.Advertisers {
	background-color: #37C0F4;
}
.button.Third.Party.Advertisers:hover {
	background-color: #065979;
}
.button.Third.Party.Advertisers a {
	background-image: url('../userfiles/images/button-third-party-adver.png');
	background-color: #1586CC;
}
.button.Key.Dates {
	background-color: #71D3F9;
}
.button.Key.Dates:hover {
	background-color: #065979;
}
.button.Key.Dates a {
	background-image: url('../userfiles/images/button-keydates.png');
	background-color: #1586CC;
}
#landingPageButtons .button a {
	width: 75px;
	height: 75px;
}
 @media (max-width: 479px) {
#landingPageButtons .button {
	float: none;
	width: 100%;
}
#landingPageButtons .button {
	border-right: 1px solid #fff
}
}
@media (min-width: 400px) {
#landingPageButtons .button span {
	min-width: 280px;
}
}
@media (min-width: 480px) {
#landingPageButtons .button span {
	font-size: 120%;
	min-width: 110px;
}
#landingPageButtons .button {
	border-right: 1px solid #fff
}
}
@media (min-width: 640px) {
.button span {
	min-width: 230px;
}
}
@media (min-width: 768px) {
/*#landingPageButtons::before{
		content:"Snow Clearing Operations";
		font-size:42px;
		font-weight:700;
		color:#7b7b7b!important;
	}*/
#landingPageButtons .button a {
	width: 82px;
	height: 82px;
}
#landingPageButtons .button span {
	left: 86px;
}
}
 @media (min-width: 992px) {
#landingPageButtons .button span {
	font-size: 95%;
	min-width: 80px;
}
}
@media (min-width: 1200px) {
#landingPageButtons .button span {
	min-width: 110px;
}
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 600px){
.popupbox {
	width: 85%;
}
}

/*  FOOTER  ----------- */
.img-responsive {
    display: inline-block;
}

/* MODAL HOME CSS*/

@media (min-width: 768px)
#myModal .modal-dialog {
    width: 768px;
    margin: 50px auto;
}
#myModal .close {
    float: right;
    font-size: 30px;
    font-weight: bold;
    line-height: 0;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=90);
    opacity: 90;
}

#myModal .btn-secondary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    background-color: #282d36;
    border-color: #aaaaaa #aaaaaa #919191;
}