/******************************
RESPONSIVE STYLES 
******************************/
@media screen and (max-width: 1200px) {
	.main-content {
		min-height: auto;
	}
	.header-menu .cell:last-child {
		padding: 38px 10px 0 5px;
	}
}
@media screen and (max-width: 1100px) {
	.nav-menu > li {
		margin-right: 15px;
	}
	.nav-menu li a {
		font-size: 14px;
		line-height: 30px;
	}
	.footer-wrapper .cell:last-child br {
		display: none;
	}
	.banner .single-banner {
		background-attachment: scroll;
	}
}

@media screen and (max-width: 1000px) { /* Target Screen Width */
	/*=== Header & Footer ===*/
	.header-menu .cell:first-child {
    	width: 295px;
	}
	.logo,
	#inner .logo {
		line-height: 28px;
		font-size: 25px;
	}
	.nav-menu > li {
		margin-right: 10px;
	}
	.nav-menu li a {
		font-size: 13px;
		line-height: 25px;
	}
	.header-menu .search-box .search-form {
		min-width: auto;
		width: 100%;
	}
	.header-menu .search-box form {
		margin-right: 22px;
	}

	/*=== Homepage ===*/
	.text-box {
		width: 80%;
	}
	.content-wrapper .sidebar {
		width: 415px;
		padding-right: 50px;
	}
	.quick-links li {
	    padding: 20px 15px 0;
	}
	.quick-links h3 {
		min-height: 42px;
	}
	.suggestion-wrapper .container {
		padding: 0 20px;
	}

	/*=== Inner Pages ===*/
	.main-content {
		padding: 30px 0 55px;
	}
	.main-content .col-left.sidebar {
	    width: 275px;
    	padding-right: 50px;
	}
	.latest-event .cell {
		padding: 8px 15px;
	}
}

@media screen and (max-width: 900px) {
	/*=== Header & Footer ===*/
	#header,
	#inner #header {
		height: 88px;
	}
	#home .header-wrapper {
    	position: fixed;
	}
	.header-menu {
    	background-color: #838383;
	}
	.header-menu:before {
		content: none;
	}
	.header-menu .cell {
		padding: 18px 20px !important;
		vertical-align: middle;
	}
	#inner .logo span {
		line-height: 24px;
		font-size: 18px;
	}

	.header-menu .search-box {
		width: 88%;
	    top: -2px;
	    right: 55px;
	}
	.header-menu .search-box .search-form {
		text-align: inherit;
	}
	#inner .header-menu .search-box .search-form {
		padding-top: 0;
	}
	.header-menu .search-box form {
		width: 88%;
		margin-right: 16px;
	}

	.footer-wrapper {
		padding: 45px 0 30px;
		text-align: center;
	}
	.footer-wrapper .table {
		display: block;
	}
	.footer-wrapper .cell {
		display: inline-block;
	}
	.footer-wrapper .cell:first-child {
		width: auto;
		padding-right: 0;
	}
	.copyright {
    	margin-top: 35px;
	}
	.copyright .cell:last-child {
		width: 100%;
		margin-top: 5px;
		text-align: inherit;
	}

	/*=== Navigation ===*/
	#nav-btn {
	    display: inline-block;
        margin-left: 15px;
	    vertical-align: middle;
	}
	#nav-close-btn {
		position: absolute;
		top: 35px;
		right: 55px;
		display: block;
		z-index: 5;
	}
	.main-nav {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		max-width: 60%;
		width: 0;
		margin: 0;
		transition: all 0.6s ease 0s;
		color: #fff;
		background-color: #1f1f1f;
		overflow: hidden;
		overflow-y: auto;
		z-index: 110;
	}
	.open .main-nav {
		width: 100%;
		transition: all 0.8s ease 0s;
	}
	body.show-search .main-nav {
		opacity: 1;
		visibility: visible;
	}
	.main-nav nav {
		position: relative;
		min-width: 415px;
		padding: 80px 80px 40px 40px;
		text-align: left;
	}
	.nav-menu {
		display: block;
		text-align: left;
	}
	.nav-menu > li {
		display: block;
		margin: 0;
	}
	.nav-menu > li > a,
	#inner .nav-menu > li > a {
		display: block;
        padding: 16px 30px 13px 15px;
	    border-bottom: 1px solid #000;
	    line-height: normal;
	    font-size: 20px;
	    font-family: 'ProximaNovaA-Bold';
	    -webkit-box-shadow: 0px 1px rgba(255, 255, 255, 0.2);
    	-moz-box-shadow: 0px 1px rgba(255, 255, 255, 0.2);
	    box-shadow: 0px 1px rgba(255, 255, 255, 0.2);
	}
	.nav-menu > li:last-child > a {
		border-bottom: 0;
	    -webkit-box-shadow: none;
    	-moz-box-shadow: none;
	    box-shadow: none;
	}
	.nav-menu > li > a:after,
	#inner .nav-menu > li > a:after {
	    content: none;
	}
	.nav-menu li.active > a {
		color: #838383;
	}

	.sub-ctrl {
	    position: absolute;
	    top: 7px;
	    right: 0;
	    width: 30px;
	    height: 40px;
	    text-align: center;
		cursor: pointer;
		z-index: 1;
	}
	.sub-ctrl:after {
	    content: "\f105";
	    font: 22px/40px Font Awesome\ 5 Pro;
	    font-weight: bold;
	}
	.sub-ctrl.show {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.sub-menu {
		position: static;
		display: none;
	    width: 100%;
	    margin: 0 !important;
        padding: 10px 20px;
	    text-align: inherit;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform:none;
		-o-transform: none;
		transform: none;
		transition: none;
		background-color: transparent;
		opacity: 1;
		visibility: visible;
	}
	.sub-menu li a {
        display: block;
	    padding: 0 10px;
	}
	.sub-menu li a:hover {
		color: inherit;
	}

	/*=== Homepage ===*/
	.bg-box {
	    padding: 45px 0 25px;
	}
	.banner-text {
		padding-top: 0;
	}
	.large-text {
	    line-height: 58px;
	    font-size: 58px;
	}
	.large-text span {
		margin-bottom: 4px;
	}
	.content-wrapper {
    	padding: 50px 0;
    	text-align: center;
	}
	.content-wrapper .container > .table,
	.content-wrapper .container > .table > .cell {
		display: block;
	}
	.content-wrapper .sidebar {
	    width: 365px;
	    margin: 55px auto 0;
	    padding: 0;
	}
	.content-wrapper .flexbox-reverse {
		flex-wrap: wrap;
	}
	.content-wrapper .flexbox-reverse > div {
		flex-basis: 100%;
		width: 100%;
	}
	.quick-links {
    	margin-top: 40px;
	}
	.quick-links li {
	    width: 24.9%;
        padding: 15px 15px 0;
        border-right: 1px solid #bec0c0;
        border-bottom: 0;
	}
	.quick-links li:last-child {
		border: 0;
	}
	.recent-notices li {
		text-align: left;
	}
	.content-wrapper .sidebar {
		min-width: 100%;
		flex-basis: 100%;
	}

	/*=== Inner Pages ===*/
	.breadcrumbs {
		margin: 15px 0;
	}
	.main-content {
    	padding: 30px 0 50px;
	}
	.main-content .container > .table,
	.main-content .col-left,
	.main-content .col-right {
		display: block;
	}
	.main-content .col-left.sidebar {
		display: block;		
	    margin: 40px auto 0;
	    padding: 0;
	    max-width: 320px;
	    width: auto;
	}
	.main-content .col-left.sidebar > * {
		display: block;
	}
	
	.latest-event:before {
		width: 100%;
	    margin: 35px 0 20px;
	}
	.latest-event p {
		margin-bottom: 0;
	}
	.container {
		padding: 0 15px;
	}
	.news-items-section .doc-list > li {
		padding: 15px 10px;
	}
}

@media screen and (max-width: 770px) { /* Tablet View */
	/*=== Main ===*/
	body {
		cursor: pointer; /* iOS Clicking Fix */
	}
/*
	br {
		display: none;
	}
*/
	h1 {
	    margin-bottom: 12px;
		font-size: 34px;
	}
	h2,
	.latest-event h2 {
		margin-bottom: 12px;
	}
	h3 {
		font-size: 17px;
	}
	.text-box {
		width: 100%;
	}
	.icon-notebook {
		width: 54px;
    	height: 70px;
	}
	.icon-folder {
    	width: 84px;
    	height: 57px;
	}
	.icon-location {
	    width: 60px;
	    height: 75px;
	}
	.icon-staff {
	    width: 78px;
	    height: 61px;
	}

	/*=== Header & Footer ===*/
	.header-menu .cell:last-child > .relative {
		position: static;
	}
	.close-search {
		position: absolute;
	    top: -58px;
	    right: 75px;
	}
	.header-menu .search-box {
	    top: 100%;
	    right: 0;
	    width: 100%;
	    height: 64px;
	    padding: 10px 20px;
	    border-top: 1px solid #1f1f1f;
	}
	.header-menu .search-box .search-form {
		text-align: center;
	}
	.header-menu .search-box form {
		width: 70%;
		margin-right: 0;
	}
	#nav-close-btn {
    	right: 40px;
    }
	.main-nav nav {
		min-width: 392px;
		padding: 80px 40px 40px;
	}
	.nav-menu > li > a,
	#inner .nav-menu > li > a {
		font-size: 18px;
	}

	/*=== Homepage ===*/
	.large-text {
    	line-height: 50px;
    	font-size: 50px;
	}
	.quick-links h3 {
		min-height: auto;
	}
	.quick-links .icon {
	    height: 75px;
	    margin: 0 auto 15px;
	}

}

@media screen and (max-width: 670px) { /* Phone View */
	/*=== Header & Footer ===*/
	#header,
	#inner #header {
    	height: 86px;
	}
	.header-menu .cell:first-child {
	    width: 265px;
	}
	.logo,
	#inner .logo {
	    line-height: 26px;
	    font-size: 22px;
	}
	.logo span,
	#inner .logo span {
		font-size: 17px;
	}
	.main-nav {
		max-width: 80%;
	}
	.main-nav nav {
		min-width: 384px;
	}
	.close-search {
		top: -57px;
	}

	/*=== Homepage ===*/
	.large-text {
	    line-height: 44px;
	    font-size: 42px;
	}
	.quick-links li {
	    width: 40%;
		border-right: 0;
		border-bottom: 1px solid #bec0c0;
	}
	.quick-links h3 {
		min-height: 40px;
	}

	/*=== Inner Pages ===*/
	.latest-event .table {
		display: block;
	    background-color: #f7f7f7;
	}
	.latest-event .row {
		display: block;
		padding: 10px 15px;
	    border-bottom: 2px solid #fff;
	}
	.latest-event .cell {
		display: block;
		padding: 0;
		border: 0;
		background-color: transparent;
	}
	.latest-event .cell:last-child {
		width: 100%;
	    padding-top: 3px;
		text-align: inherit;
	}
	
}

@media screen and (max-width: 580px) {
	.meetings-section table colgroup col:not(:first-child) {
		width: 0 !important;
	}
	.meetings-section table thead tr th:not(:first-child),
	#agendas-load > tr > td:not(:first-child) {
		display: none;
	}
	#agendas-load > tr > td > div {
		display: block !important;
		padding-top: 15px;
	}
	#agendas-load > tr > td > div a + a {
		margin-left: 15px;
	}
	
	.forms-permits-section .doc-list li {
		padding: 15px 10px;
	}
	.forms-permits-section .doc-list .download {
		display: block;
		position: relative;
		left: 0;
		top: 0;
		padding-top: 15px;
	}
}

@media screen and (max-width: 480px) {
	/*=== Main ===*/
	h1 {
		margin-bottom: 10px;
    	font-size: 28px;
	}
	h2 {
    	font-size: 24px;
	}
	.btn + .btn {
		margin-left: 0;
	}

	/*=== Header & Footer ===*/
	#header,
	#inner #header {
    	height: 84px;
	}
	.header-menu .cell:first-child {
	    width: 225px;
	    padding: 18px 0 18px 20px !important;
	}
	.header-menu .cell:last-child {
	    padding: 18px 20px 18px 0 !important;
	}
	.logo,
	#inner .logo {
	    line-height: 24px;
	    font-size: 20px;
	}
	.logo span,
	#inner .logo span {
	    font-size: 15px;
	}
	#nav-btn {
		font-size: 32px;
	}
	#nav-close-btn {
	    top: 30px;
    	right: 30px;
    	font-size: 32px;
	}
	.main-nav {
		max-width: 95%;
	}
	.main-nav nav {
	    min-width: 340px;
	    padding: 80px 30px 30px;
	}
	.close-search {
	    top: -55px;
	    right: 73px;
	}
	.header-menu .search-box form {
		width: 80%;
	}

	/*=== Homepage ===*/
	.banner {
		min-height: auto;
	}
	.large-text {
	    line-height: 38px;
	    font-size: 34px;
	}
	.quick-links li {
    	width: 49%;
	}
	.content-wrapper .sidebar {
		width: 100%;
	}

	/*=== Inner Pages ===*/
	.sub-nav ul li a,
	.blog-menu .year-link,
	.blog-menu .month-link {
		font-size: 16px;
	}
	.main-content .col-left.sidebar > * {
		display: block;
		width:100%;
	}
	
	.search-page.search-box form label {
		text-align: center;
		width: 100% !important;
	}
	.search-page.search-box form label + label {
		margin-top: 15px;
	}
	
	/*=== Pagination ===*/
	.add-filter .paging-result-total {
		padding-right: 0;
		margin-bottom: 15px;
	}
	.paging-total-clear .btn {
		position: relative;
		padding: 15px;
	}
	
	.doc-list > tr td {
    	padding: 15px 10px !important;
	}
}

@media screen and (max-width: 360px) {
	/*=== Navigation ===*/
	#nav-btn {
		margin-left: 10px;
	}
	#nav-close-btn {
		right: 20px;
	}
	.main-nav nav {
		min-width: 300px;
		padding: 80px 20px 25px;
	}
	.nav-menu > li > a,
	#inner .nav-menu > li > a {
    	font-size: 16px;
	}
	.sub-menu li a {
		line-height: 30px;
		font-size: 14px;
	}
	.sub-ctrl {
    	top: 4px;
	}
	.close-search {
	    top: -54px;
	    right: 67px;
	}

	/*=== Layout ===*/
	body {
		letter-spacing: normal;
	}
	#header,
	#inner #header {
    	height: 80px;
	}
	.header-menu .cell:first-child {
    	width: 205px;
	}
	.logo,
	#inner .logo {
    	line-height: 20px;
    	font-size: 18px;
	}
	.quick-links li {
	    width: 65%;
	    max-width: 180px;
	    border: 0;
	}
	.quick-links li:nth-child(odd) {
		border-right: 0;
	}
	.quick-links h3 {
    	min-height: auto;
	}
}