/*
Theme Name: CB6 Manhattan
Theme URI: http://psdcoding.co/
Author: PSDCoding s.r.o.
Author URI: http://psdcoding.co/
Description: CB6 Manhattan website.
Version: 1.0
Text Domain: CB6 Manhattan
*/
.container.m-auto-2 { 
    margin-top: 15px !important;
    padding: 0px 80px 30px;
}
.m-box {
    margin: auto!important;
}
.quick-title {
	text-align: center;padding: 30px;
	background-image: url(/wp-content/uploads/2022/06/line.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 80px;}
.quick-title h2 {font-size: 40px;
	color: #222222;}
.home-banner-row{
    width: 1140px;
    margin: 0 auto;
}
.home-image {
    width: 50px;
    height: auto;
    text-align: center;	
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.home-text a {
    color: #221f20 !important;
    font-size: 14px !important;
    line-height: 18px;
    text-align: center;
	font-weight:500;
}
.home-text {
    line-height: 17px;
    text-align: center;
}
.new-banner {
    width: 60px;
}
@media (max-width: 480px){.new-banner {
    width: 80px;height: 120px;
}
.container.m-auto-2 { 
    padding: 0px 0px 30px;
}}
@-webkit-keyframes imageAnimation {
	0% { opacity: 0;
		-webkit-animation-timing-function: ease-in; }
	8% { opacity: 1;
		-webkit-animation-timing-function: ease-out; }
	17% { opacity: 1 }
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@-moz-keyframes imageAnimation {
	0% { opacity: 0;
		-moz-animation-timing-function: ease-in; }
	8% { opacity: 1;
		-moz-animation-timing-function: ease-out; }
	17% { opacity: 1 }
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@-o-keyframes imageAnimation {
	0% { opacity: 0;
		-o-animation-timing-function: ease-in; }
	8% { opacity: 1;
		-o-animation-timing-function: ease-out; }
	17% { opacity: 1 }
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@-ms-keyframes imageAnimation {
	0% { opacity: 0;
		-ms-animation-timing-function: ease-in; }
	8% { opacity: 1;
		-ms-animation-timing-function: ease-out; }
	17% { opacity: 1 }
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@keyframes imageAnimation {
	0% { opacity: 0;
		animation-timing-function: ease-in; }
	8% { opacity: 1;
		animation-timing-function: ease-out; }
	17% { opacity: 1 }
	25% { opacity: 0 }
	100% { opacity: 0 }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation {
	0% { opacity: 0 }
	8% { opacity: 1 }
	17% { opacity: 1 }
	19% { opacity: 0 }
	100% { opacity: 0 }
}
@-moz-keyframes titleAnimation {
	0% { opacity: 0 }
	8% { opacity: 1 }
	17% { opacity: 1 }
	19% { opacity: 0 }
	100% { opacity: 0 }
}
@-o-keyframes titleAnimation {
	0% { opacity: 0 }
	8% { opacity: 1 }
	17% { opacity: 1 }
	19% { opacity: 0 }
	100% { opacity: 0 }
}
@-ms-keyframes titleAnimation {
	0% { opacity: 0 }
	8% { opacity: 1 }
	17% { opacity: 1 }
	19% { opacity: 0 }
	100% { opacity: 0 }
}
@keyframes titleAnimation {
	0% { opacity: 0 }
	8% { opacity: 1 }
	17% { opacity: 1 }
	19% { opacity: 0 }
	100% { opacity: 0 }
}

img, svg { max-width: 100%; width: auto; }
* { box-sizing: border-box; }
.orange, input[type=submit], .cursor-pointer { cursor: pointer; }
.orange, a { color: #eb924f; }
.orange:hover, a:hover { color: #BC743F; text-decoration: underline; }
.orange:focus, a:focus { color: #965C32; }
.orange, .orange:hover, .orange:focus, a, a:hover, a:focus { text-decoration: none; }
img, svg { max-width: 100%; height: auto; max-height: 100%; }
* { box-sizing: border-box; }
input[type=submit], button { cursor: pointer; }
body, html { width: 100%; height: 100%; padding: 0; margin: 0; }
body { font-family: 'IBM Plex Sans', sans-serif; font-weight: 400; font-size: 17.5px; line-height: 2; color: #323232; background-color: #ffffff !important;border-top: 3px solid #cdd7e6;}
h2 { font-size: 30px; margin-bottom: 25px; color: #ffffff; }
h3 { font-size: 20px; color: #323232; font-weight: 600; margin-bottom: 13px; }
button:focus { outline: none; }
h1 { font-family: 'IBM Plex Sans', sans-serif; font-weight: 600; font-size: 58px; margin-bottom: 25px }
p { margin-bottom: 40px; }
@media (max-width: 767px){ 
	p { margin-bottom: 20px; }
}
strong, b { font-weight: 600; }

.page-id-288 #page-content {
	overflow: hidden;
} 
@media (max-width: 767px){ 
	.desktop-only{
		display: none;
	}
}
@media (min-width: 768px){ 
	.mobile-only{
		display: none;
	}
}
@media (min-width: 1200px){ 
	.container {
		max-width: 1152px;
	}
	header {
		padding: 38px 0px 36px;
	}
}
.fw-600 {
	font-weight: 600;
}
.fs-16 {
	font-size: 16px;
}
.fs-30 {
	font-size: 30px;
}
.lh-1_2 {
	line-height: 1.2em;
}
.lh-1 {
	line-height: 1;
}
.mt-55 {
	margin-top: 55px;
}
.mt-10 {
	margin-top: 10px;
}
.mb-85 {
	margin-bottom: 85px;
}
.mb-77 {
	margin-bottom: 77px !important;
}
.mb-38 {
	margin-bottom: 38px !important;
}
.mb-35 {
	margin-bottom: 35px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mr-20 {
	margin-right: 20px !important;
}
.p-15 {
	padding: 15px !important;
}
.wp-block-separator {
	border-bottom: 2px solid #f2f2f2 !important;
	margin: 30px 0px 83px !important;
}
#page-content .wp-block-image.image-0 img {
	margin: 0px;
}
header .main-menu {
	margin-bottom: 1px;
}
header .main-menu ul {
	margin: 0px;
	letter-spacing: -0.7px;
}
header .main-menu ul li {
	display: inline-block;
	padding: 0px 8px;
}

header .main-menu ul li a {
	font-size: 16px;
	color: #3b3b3b;
	font-weight: bold;
	padding-bottom: 2px;
}
.top_bg_wrapper, .top_bg_wrapper_archive, .top_bg_wrapper_page, .top_bg_wrapper_single, .top_bg_wrapper_slider {
	background-position: center !important;
	background-size: cover !important;
}
.top_bg_wrapper .top_title_wrapper, .top_bg_wrapper_slider .top_title_wrapper {
	margin-top: 300px;
	margin-bottom: 80px;
	padding: 22px 25px 35px;
	background-color: #2b4771;
	color: #ffffff;
	display: inline-block;
	width: auto;
	z-index: 999999;
}
.top_bg_wrapper_archive .top_title_wrapper, .top_bg_wrapper_page .top_title_wrapper {
	margin-top: 180px;
	margin-bottom: 55px;
	padding: 22px 30px;
	background-color: #2b4771;
	color: #ffffff;
	display: inline-block;
	width: auto;
}
.top_bg_wrapper_single .top_title_wrapper {
	margin-top: 155px;
	margin-bottom: 55px;
	padding: 22px 30px;
	background-color: #2b4771;
	color: #ffffff;
	display: inline-block;
	width: auto;
}
.top_title_wrapper h1 {
	letter-spacing: -1.5px;
	margin-bottom: 15px;
}
.top_title_wrapper h2 {
	margin-bottom: 0px;
	font-weight: 400;
}
.top_bg_wrapper_archive .top_title_wrapper h1, .top_bg_wrapper_single .top_title_wrapper h1 {
	letter-spacing: -1px;
}
.top_bg_wrapper_archive .top_title_wrapper h1, .top_bg_wrapper_page .top_title_wrapper h1, .top_bg_wrapper_single .top_title_wrapper h1 {
	margin: 0px;
}
.single_post_type_title {
	padding-bottom: 5px;
	font-weight: 600;
	color: #cdd7e6;
}
.single_post_type_title:first-letter {
    text-transform: uppercase;
}
#twitter-widget-0 {
	margin-top: -1px;
}
.home_info_box {
	background-color: #f2f2f2;
	padding: 19px 0px 17px;
}
.home_info_box_item {
	line-height: 1.1em;
	font-weight: 600;
}
.icon {
	margin-right: 14px;
	object-fit: contain;
}
#page-content {
	padding-top: 90px;
	padding-bottom: 150px;
}
#page-content p {
	letter-spacing: -0.2px;
}
#page-content h2 {
	color: #2b4771;
	padding-top: 10px;
	font-weight: 600;
	margin-bottom: 25px;
}
#page-content .wp-block-image img, #page-content .wp-block-image svg {
	margin: 45px 0px 60px;
}
#page-content ul {
	padding-left: 33px;
}
#page-content ul li {
	line-height: 1.2em;
	margin-bottom: 28px;
	list-style-type: none;
}
#page-content ul li:before {
	content:"\2022";
	font-size:15px;
	vertical-align:top;
	padding-right:7px;
	padding-left: 0px;
	margin-left: -13px;
}
.box_wrapper .box {
	padding: 0px 10px 25px 10px;
	display: flex;
}
@media (min-width: 991px){
	.box_wrapper .box:nth-of-type(3n+1) {
		padding-left: 0px;
	}
	.box_wrapper .box:nth-of-type(3n) {
		padding-right: 0px;
	}
	.info_box .info_box_inner .info_box_col:nth-of-type(3n) .info_box_separate {
		padding-right: 0px;
	}
	.top_title_wrapper {
		-ms-flex: 0 0 59.375%;
		flex: 0 0 59.375%;
		max-width: 59.375%;
	}
	.top_bg_wrapper_page .top_title_wrapper {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
.box_wrapper .box .box_inner {
	background-color: #f2f2f2;
	border-bottom: 2px solid #cdd7e6;
	width: 100%;
}
.box_wrapper .box .box_inner .box_header {
	height: 140px;
	min-height: 140px;
	max-height: 140px;
	background: url('/wp-content/themes/cb6/images/box-background.jpg') no-repeat;
	background-color: #2b4771;
	background-position: center !important;
	background-size: cover !important;
}
.box_wrapper .box .box_inner .box_content {
	padding: 30px;
}
.box_wrapper .box .box_inner .box_content p {
	letter-spacing: -0.6px;
	margin: 0px;
}
.box_wrapper .box .box_inner .box_content h2 {
	padding-top:0px !important;
	letter-spacing: -0.8px;
}
.posts-post {
	margin-bottom: 35px;
}
.posts-post h3 {
	line-height: 36px;
	margin-bottom: 5px;
}
.posts {
	padding-bottom: 12px;
}
body {
	overflow-x: hidden;
  }
@media (max-width: 480px) { 
  html, body {
	overflow-x: hidden;
  }
  body {
	position: relative
  }
  .twitter-box {
	  display: none;
  }
}
.home-page-container .tch-blocks-columns:nth-child(3){
	background: url(/wp-content/themes/cb6/images/announcements_img.png) #f2f2f2 no-repeat;
	background-position: bottom 0px right 1300px;
	padding-top: 50px;
	padding-bottom: 10px;
	padding-left: 1500px !important;
	margin-left: -1500px !important;
	padding-right: 1500px !important;
	margin-right: -1500px !important;
	margin-bottom: 100px !important;
}
.twitter-box {
	background-color: white; /*old was #cdd7e6*/
	padding: 15px 25px;
	margin: 83px 0px 95px 0px;
	border-bottom: 3px solid #cdd7e6;
	width: 360px;
	height: 130px;
}
.twitter-box-span {
	margin-right: 40px;
	font-weight: 600;
	color: #2b4771;
	margin-bottom: -13px;
}
#coat_image_container {
	position: absolute;
	left: 0px;
	z-index: -100;
	top: 2400px;
	background-color: #f2f2f2;
	width: 100%;
	height: 796px;
}
#width_tmp_select{
	display : none;
}
.work_notice {
	margin: 115px 0px 95px;
}
.work_notice_left {
	background-color: #ed5759;
	text-align:center;
	padding-top: 20px;
	max-width: 75px;
}
.work_notice_right {
	padding: 15px 40px 33px 45px;
	background-color: #f2f2f2;
	min-width: 1045px;
	min-width: -webkit-calc(100% - 75px);
	min-width: -moz-calc(100% - 75px);
	min-width: calc(100% - 75px);
}
.work_notice_right h2 {
	margin-bottom: 37px !important;
}
.work_notice_right_top_areas {
	margin-left: 60px;
	border: 0px;
	color: #2b4771;
	background-color: transparent !important;
	font-weight: 500;
	padding-right: 13px;
}
.work_notice_right_top_areas_wrapper_outer {
	margin-top: 12px;
	margin-bottom: auto;
}
.work_notice_right_top_all {
	color: #2b4771;
	font-weight: 500;
	border: 0px;
	background-color: transparent;
}
.work_notice_toggle_body_js {
	margin-bottom: 0px;
	overflow: hidden;
	display: block !important;
	max-height: 0;
	margin-left: 35px;

}
.work_notice_toggle_title_js {
	margin-bottom: 20px;
	line-height: 1.2em;
	cursor: pointer;
}
.work_notice_icon {
	margin-right: 15px;
}
.calendar-wrapper .orange {
	text-align: right;
}
.community_event_date, .meeting_date {
	font-size: 16px;
	color: #2b4771;
	font-weight: 600;
	margin-bottom: 5px;
}
.community_event-post, .meeting-post {
	line-height: 1.5em;
	margin-bottom: 40px;
}
.community_event_header, .meeting_header {
	padding-bottom: 10px;
	border-bottom: 2px solid #cdd7e6;
	margin-bottom: 35px;
}
.community_event_header h2, .meeting_header h2 {
	margin: 0px !important;
}
.community_event_header img {
	width: 20px;
	height: 20px;
}
.meeting_header img {
	width: 21px;
	height: 20px;
}
.text-reset a {
	color: inherit;
}
.resources_list {
	font-size: 16px;
}
.staff_box { 
	background: url('/wp-content/themes/cb6/images/member-watermark.png') #f2f2f2 no-repeat;
	background-position: right -10px bottom -10px;
	padding-bottom: 27px;
	padding-left: 27px;
	padding-right: 27px;
	padding-top: 10px;
	margin: 70px 0px 100px;
}
.staff_box .staff_item {
	margin-bottom: 17px;
}
.staff_box .staff_item_heading {
	margin-top: 40px;
	margin-bottom: 20px;
}
.tch-blocks-text-image {
	background-color: #f2f2f2;
	margin-top: 80px;
}
.tch-blocks-text-image .first_col {
	padding: 26px 10px 40px 30px;
}
.tch-blocks-text-image .text {
	margin-bottom: 40px;
}
.posts .text p:last-of-type {
	margin-bottom: 0px;
	display: inline;
}
.button {
	background-color: #eb924f;
	color: #ffffff;
	line-height: 40px;
	padding: 11px 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	border: 0px;
	font-weight: 400;
}
.airtable-button {
	margin-bottom: 50px;
}

@media (max-width: 767px){
	.airtable-button {
		display: none;
	}
}

.newsletter-button .button{
	padding: 2px 50px;
}
.button:hover {
	color: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.footer_newsletter {
	background: url('/wp-content/themes/cb6/images/newsletter-bg.png') #f2f2f2 no-repeat;
	background-position: center top;
	padding: 60px 0px;
}
.footer_newsletter input[type="email"] {
	background: none;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 2px solid #555555;
	width: 100%;
	padding: 10px 0px;
	outline:0px;
	line-height: 1.2em;
}
.footer_newsletter_text {
	font-weight: 600;
	font-size: 20px;
	color: #2b4771;
}
.bottom_footer {
	background-color: #2b4771;
	color: #ffffff;
}
.bottom_footer_inner {
	padding: 76px 0px 85px;
}
.footer-menu, .footer-menu .sub-menu {
	list-style: none;
	padding: 0px;
}
.footer-menu .sub-menu {
	margin-top: 21px;
}
.footer-menu li, .bottom_footer_title, .post-list-shortcode-title {
	line-height: 1.2em;
}
.footer-menu > li, .bottom_footer_title {
	margin-bottom: 26px;
}
.footer-menu > li > a, .bottom_footer_title {
	font-size: 20px;
	font-weight: 500;
	color: inherit;
}
.footer-menu > li > ul > li, .post-list-shortcode-title {
	margin-bottom: 15px;
}
.footer-menu > li > ul > li > a, .post-list-shortcode-title {
	font-weight: 400;
	font-size: 16px;
	color: inherit;
}
.bottom_footer_inner_top {
	border-bottom: 2px solid #eb924f;
	padding-bottom: 35px;
}
.bottom_footer_inner_top img, .bottom_footer_inner_top svg {
	margin-top: 5px;
}
.bottom_footer_inner_bottom {
	margin: 40px 0px 31px;
	font-size: 16px;
}
.social_item {
	margin: 0px 5px;
}
.pnf_heading {
	font-size: 200px;
	color: #2b4771;
	line-height: 1em;
}
.pnf_text {
	font-weight: 600;
	margin-top: 10px;
}
.error404 #page-content {
	padding-top: 70px;
	padding-bottom: 140px;
}
.error404 h1 {
	margin-bottom: 20px !important;
}
.page-template:not(.home) #page-content, .page-template-default:not(.home) #page-content, .archive:not(.home) #page-content, .single:not(.home) #page-content {
	padding-bottom: 80px;
}
.archive:not(.home) #page-content {
	padding-bottom: 120px;
}
.post-type-archive-resources #page-content {
	padding-bottom: 90px !important;
}
.single-committee #page-content {
	padding-bottom: 140px !important;
}
.committee_side_box {
	padding: 25px 30px 17px;
	padding-bottom: 48px !important;
	background: url('/wp-content/themes/cb6/images/watermark.png') #ededed no-repeat;
	background-position: right -52px bottom -32px;
	border-bottom: 5px solid #cdd7e6;
	position: -webkit-sticky;
	position: sticky;
	top: 103px;
}
#calendar {
	position: -webkit-sticky;
	position: sticky;
	top: 83px;
}
.committee_side_box .committee_side_box_fields {
	margin-bottom: 28px;
}
.committee_side_box .committee_side_box_title {
	font-size: 16px;
	font-weight: 600;
	color: #2b4771;
	margin-bottom: 12px;
}
.committee_side_box .committee_side_box_title a {
	margin-left: 10px;
	display: inherit;
}
.committee_side_box .committee_side_box_text {
	font-size: 20px;
	padding-bottom: 15px;
}
.special_highlight {
	max-width: 645px;
	margin-top: 115px;
	margin-bottom: 40px;
}
.special_highlight .special_highlight_left {
	background-color: #cdd7e6;
	padding-top: 20px;
	max-width: 75px;
}
.special_highlight .special_highlight_right {
	background-color: #f2f2f2;
	padding-top: 25px;
	padding-left: 30px;
	padding-bottom: 38px;
	padding-right: 61px;
	line-height: 1.9em;
	letter-spacing: -0.5px;
	min-width: 560px;
	min-width: -webkit-calc(100% - 75px);
	min-width: -moz-calc(100% - 75px);
	min-width: calc(100% - 75px);
}
.special_highlight .special_highlight_right h2 {
	padding-top: 0px !important;
}
.special_highlight .special_highlight_right .highlight-content {
	margin-bottom: 0px;
	padding-bottom: 35px;
	border-bottom: 2px solid #cdd7e6;
}
.special_highlight .special_highlight_right .highlight-text-limited {
	max-height: 130px;
	overflow: hidden;
}
.special_highlight  .read-more-text {
	right: 0px;
    bottom: 32px;
    position: absolute;
	margin-right: 29px;
	background-color: #f2f2f2;
	padding-left: 18px;
	width: 116px;
	height: 26px;
	color: #eb924f;
	font-family: "IBM Plex Sans";
	font-size: 18px;
	font-weight: 400;
}
.special_highlight .special_highlight_right .read-more-text:hover {
	cursor: pointer;
}

.page-template-page-board-and-staff #page-content {
	padding-top: 77px !important;
	padding-bottom: 70px !important;
}
.members_box {
	margin-bottom: 60px;
}
.members_box:last-of-type {
	margin-bottom: 10px;
}
.members_box .members_box_item {
	margin-bottom: 21px;
}
.members_box .tags {
	font-size: 14px;
	color: #2b4771;
	font-weight: 400;
	line-height: 1.6;
}
#page-content .members_box h2 {
	line-height: 1.1em;
	margin-bottom: 31px;
}
.members_box .members_box_title {
	font-size: 20px;
}
.tch-blocks-contact-form {
	padding-top: 5px;
	padding-bottom: 65px;
}
.tch-blocks-contact-form input, .tch-blocks-contact-form textarea, .tch-blocks-contact-form select {
	border: 2px solid #e7e7e7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 17px 20px;
	width: 100%;
	line-height: 1.2em;
	margin-bottom: 9px;
	font-family: 'IBM Plex Sans', sans-serif;
}
.tch-blocks-contact-form textarea {
	height: 150px;
	min-height: 150px;
	resize: none;
	margin-bottom: 15px;
}
.work_notice_right_top_areas_wrapper select, .select-wrapper select {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}
.work_notice_right_top_areas_wrapper select::-ms-expand {
	display: none; /* Remove default arrow in Internet Explorer 10 and 11 */
}
.work_notice_right_top_areas:active, .work_notice_right_top_areas:focus {
	border: 0px;
	outline: 0px;
}
.work_notice_right_top_areas_wrapper select {
	background: transparent;
}
.work_notice_right_top_areas_wrapper {
	position: relative;
}
.work_notice_right_top_areas_wrapper:after {
	content:"";
	background-image: url('/wp-content/themes/cb6/images/arrow-down-areas.svg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color:#2b4771;
	right:-7px;
	position:absolute;
	pointer-events:none;
	width: 9px;
	height: 8px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.select-wrapper:after{
	content:'\f0dd';
	font: normal normal normal 18px/1 FontAwesome;
	color:#000000;
	right:25px;
	top:0;
	bottom: 0;
	position:absolute;
	pointer-events:none;
}
.tch-blocks-contact-form input::placeholder,.tch-blocks-contact-form textarea::placeholder {
	color: #cdd7e6;
}
.tch-blocks-contact-form br {
	display: none;
}
.tch-blocks-contact-form label {
	line-height: 1.2em;
	color: #2b4771;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 9px;
}
.tch-blocks-contact-form .wpcf7-submit {
	width: auto;
	padding: 11px 55px;
	color: #ffffff;
	background-color: #eb924f;
	border: 0px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.tch-blocks-contact-form .wpcf7-submit:hover {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.morecontent span {
	display: none;
}
.morelink {
	display: inline;
}
.google-map-outer {
	position: relative;
	height:auto;
	margin-bottom: 108px;
	margin-top: 35px;
}
#google-map-inner {
	position: absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	width: 100%;
	height: 100%;
}
@media(max-width: 991px){
	.map-content {
		min-height: 555px !important;
		position: static;
		
	}
	.map-content-inner {
		visibility: hidden;
	}
	.google-map-outer {
		overflow: hidden;
	}
	#google-map-inner {
		left: -125%;
		width: 300%;
	}
}
@media(max-width: 767px){
	.google-map-outer {
		min-width: 420px;
		margin-bottom: 54px;
	}
	#google-map-inner {
		overflow: visible !important;
		bottom: -20%;
		left: -150%;
		width: 300%;
	}
	#google-map-inner .gm-style .gm-style-pbc {
		left: -150%;
		width: 300%;
	}
	#google-map-inner .gm-style .gm-style-pbc p.gm-style-pbt {
		font-size: 12px !important;
		padding-left: 30%;
	}
}
@media(max-width:452px){ 
	.google-map-outer{
		margin-left: -14px;
	}
}
.map-content {
	padding: 30px 0px 30px 30px;
}
.map-content-inner {
	background: #ffffff;
	padding: 7px 35px 50px;
	letter-spacing: -0.5px;
}
.map-content-inner h2 {
	margin-bottom: 22px !important;
}
.map-content-inner p {
	line-height: 1.95;
}
.map-content-inner p:last-child {
	margin-bottom: 0px;
}
.simple_text_block_fields {
	margin-bottom: 17px;
	padding-top: 6px;
}
.simple_text_block_fields .simple_text_block_title {
	font-size: 14px;
	color: #2b4771;
	font-weight: 400;
	margin-bottom: 11px;
}
.simple_text_block_fields .simple_text_block_text {
	font-size: 20px;
}
.info_box {
	margin-bottom: 20px;
}
.info_box .info_box_header {
	font-weight: 600;
	padding: 9px 0px 25px;
	margin-bottom: 30px;
	border-bottom: 2px solid #f2f2f2;
}
.info_box .info_box_inner .info_box_col .info_box_separate {
	padding-right: 21px;
}
.info_box.watermark_city .info_box_inner .info_box_separate .info_box_fields {
	background: #f2f2f2 url('/wp-content/themes/cb6/images/watermark-city.png') no-repeat right -15px bottom -20px;
}
.info_box.watermark_state .info_box_inner .info_box_separate .info_box_fields {
	background: #f2f2f2 url('/wp-content/themes/cb6/images/watermark-state.png') no-repeat right -25px bottom -25px;
}
.info_box.watermark_federal .info_box_inner .info_box_separate .info_box_fields {
	background: #f2f2f2 url('/wp-content/themes/cb6/images/watermark-federal.png') no-repeat right -31px bottom -20px;
}
.info_box.watermark_police .info_box_inner .info_box_separate .info_box_fields {
	background: #f2f2f2 url('/wp-content/themes/cb6/images/watermark-police.png') no-repeat right -8px bottom -15px;
}
.info_box.watermark_business .info_box_inner .info_box_separate .info_box_fields {
	background: #f2f2f2 url('/wp-content/themes/cb6/images/watermark-business.png') no-repeat right -10px bottom -5px;
}
.info_box .info_box_inner .info_box_separate .info_box_fields {
	border-bottom: 2px solid #cdd7e6;
	padding: 22px 25px 10px;
	margin-bottom: 21px;
}
.info_box .info_box_inner .info_box_separate .info_box_fields .info_box_tag {
	font-size: 14px;
	font-weight: 600;
	color: #2b4771;
	margin-bottom: 7px;
}
.info_box .info_box_inner .info_box_separate .info_box_fields .info_box_name {
	font-weight: 600;
	margin-bottom: 0px;
}
.info_box .info_box_inner .info_box_separate .info_box_fields .info_box_name a {
	margin-left: 9px;
	display: inherit;
}
.info_box .info_box_inner .info_box_separate .info_box_fields .info_box_text {
	font-size: 16px;
}
.tch-blocks-post-list {
	padding-top: 5px;
}
.tch-blocks-post-list-title {
	margin-bottom: 31px !important;
}
.hidden_event {
	display: none;
}
.hidden_notice {
	display: none !important;
}
.ui-datepicker,
.ui-datepicker table,
.ui-datepicker tr,
.ui-datepicker td,
.ui-datepicker th {
	margin: 0;
	padding: 0;
	border: none;
	border-spacing: 0;
}
.ui-datepicker {
	display: none;
	width: 100%;
	padding: 22px 25px;
	cursor: default;
	background: #f2f2f2;
	font-weight: 600;
}
.ui-datepicker-header {
	position: relative;
	padding-bottom: 12px;
	border-bottom: 2px solid #ffffff;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.ui-datepicker-title {
	text-align: center;
	color: #2b4771;
	font-size: 30px;
	order: 2;
	line-height: 1.2em;
}
.ui-datepicker-month {
	position: relative;
}
.ui-datepicker-prev,
.ui-datepicker-next {
	padding: 5px;
	cursor: pointer;
}
.ui-datepicker-prev {
	padding-left: 0;
	order: 1;
}
.ui-datepicker-next {
	order: 3;
	padding-right: 0;
}
.ui-datepicker-prev span,
.ui-datepicker-next span{
	display: block;
	width: 10px;
	height: 12px;
	text-indent: -9999px;
}
.ui-datepicker-prev span {
	background-image: url('/wp-content/themes/cb6/images/arrow-left.svg');
}
.ui-datepicker-next span {
	background-image: url('/wp-content/themes/cb6/images/arrow-right.svg');
}
.ui-datepicker-calendar {
	width: 100%;
}
.ui-datepicker-calendar th {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-weight: 600;
	color: #2b4771;
	font-size: 15px;
}
.ui-datepicker-calendar td {
	text-align: center;
	line-height: 1.2em;
	margin-right: 5px;
}
.ui-datepicker-calendar .ui-state-default {
	display: block;
	width: auto;
	outline: none;
	text-decoration: none;
	color: #2b4771;
	padding:10px;
	background-color: #d7d7d7;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 18px;
}
.ui-datepicker-calendar .ui-state-active {
	color: #ffffff;
	background-color: #eb924f;
}
.community_events_box {
	margin-bottom: 45px;
}
.community_events_date {
	font-size: 14px;
	color: #2b4771;
	font-weight: 500;
	margin-bottom: 26px;
	line-height: 1.2em;
}
.community_events_subtitle {
	margin-bottom: 6px;
}
.community_events_title {
	margin-bottom: 30px !important;
	padding-top: 0px !important;
}
.pt-lg-100 {
	padding-top: 2px !important;
}
.meetings_calendar_wrapper {
	margin-bottom: 80px !important;
}
.meetings_calendar_wrapper:last-child {
	margin-bottom: 60px !important;
}
.meetings_calendar_box {
	height: 100%;
	flex-wrap: nowrap;
}
.meetings_calendar_box_left {
	background-color: #2b4771;
	max-width: 75px;
	padding: 20px 13px;
}
.meetings_calendar_box_right {
	padding: 15px 25px;
	background-color: #f2f2f2;
	min-width: 560px;
	min-width: -webkit-calc(100% - 75px);
	min-width: -moz-calc(100% - 75px);
	min-width: calc(100% - 75px);
}
.meetings_calendar_upcomming {
	padding: 17px 25px;
	background-color: #f2f2f2;
	height: 100%;
}
.meetings_calendar_box_block {
	margin-bottom: 37px;
}
.meetings_calendar_box_title {
	margin-bottom: 33px !important;
}
.meetings_calendar_upcomming_title {
	margin-bottom: 23px !important;
}
.meetings_calendar_box_subtitle {
	font-size: 16px;
	color: #2b4771;
	font-weight: 500;
}
.meetings_calendar_box_text p {
	margin-bottom: 3px;
}
.meetings_calendar_upcomming_text p {
	margin-bottom: 15px;
}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 9999999;
	top: 0;
	right: 0;
	background-color: #2b4771;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 50px;
}

.sidenav a {
	padding: 8px 8px 8px 8px;
	text-decoration: none;
	color: #ffffff;
	display: block;
	transition: 0.3s;
	text-align: center;
}

.sidenav ul {
	padding: 0px;
	list-style-type: none;
}
.sidenav a:hover {
	color: #f1f1f1;
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 45px;
	margin-left: 50px;
	line-height: 1;
}

.navtoggle { display: none; margin-right: auto; cursor: pointer; height: 40px; width: 40px; }
.navtoggle-inner {  overflow: hidden; position: relative; height: 20px; width: 26px; }
.navtoggle span {background-color: #323232; display: block; width: 26px; height: 4px; transition: transform 0.3s linear, top 0.2s linear, left 0.2s linear, background-color 0.2s linear; transition-delay: 0s; position: absolute; }
.navtoggle span:nth-child(2n+0) { transition-delay: 0.3s; top: 50%; left: 0; transform: translateY(-50%); }
.navtoggle span:first-child { left: 0; top: 0; }
.navtoggle span:last-child { left: 0; top: 16px; }
.navtoggle.open {background-color: #2b4771;}
.navtoggle.open span:first-child { transform: translate(-50%, -50%) rotate( 45deg ); left: 50%; top: 50%; transition-delay: 0.2s; background-color: #ffffff }
.navtoggle.open span:nth-child(2n+0) { transform: translate(-100%, -50%); transition-delay: 0s;}
.navtoggle.open span:last-child { transform: translate(-50%, -50%) rotate( -45deg ); left: 50%; top: 50%; transition-delay: 0.2s; background-color: #ffffff}

@media (max-width: 1200px) {
	.navtoggle { display: flex; align-items: center; justify-content: center; margin-left: -8px; }
}
@media (max-width: 991px) {
	.work_notice_right_top {
		margin-bottom: 37px;
	}
	.work_notice_right_top_areas {
		margin-left: 0px;
	}
	.work_notice_right h2 {
		margin-bottom: 20px !important;
	}
	.top_bg_wrapper .top_title_wrapper, .top_bg_wrapper_slider .top_title_wrapper {
		margin-top: 80px;
	}
	.home_info_box_item {
		margin: 5px 0px !important;
		align-items: center;
	}
	.home_info_box_item svg {
		width: 28px;
		height: 21px;
		margin-right: 19px !important;
	}
	.home_info_box_item:first-child svg {
		width: 28px;
		height: 21px;
		margin-right: 17px !important;
	}
	.top_title_wrapper h1 {
		font-size: 40px;
	}
	.top_title_wrapper h2 {
		font-size: 20px;
	}
	.top_bg_wrapper_single .top_title_wrapper, .top_bg_wrapper_archive .top_title_wrapper, .top_bg_wrapper_page .top_title_wrapper {
		margin-top: 55px !important;
	}
	.pt-lg-100 {
		padding-top: 100px !important;
	}
	.tch-blocks-columns-column:empty {
		display: none;
	}
	.align-md-center figure {
		margin-left: auto !important;
		margin-right: auto !important;
		float: none !important;
	}
	.bottom_footer_inner_bottom {
		text-align: center;
	}
	.map-content-inner, .map-content {
		padding: 0px;
	}
	.left_box_meeting {
		margin-bottom: 25px;
	}
}
@media (max-width: 360px) {
	.home_info_box .mobile-only {
		margin-left: 50px;
	}
}

@media (max-width: 767px){
	.newsletter-button {
		margin-top: 20px;
		text-align: center;
	}
	.post-list-shortcode, .footer-menu-container {
		padding-top: 30px;
	}
	.bottom_footer_inner_top {
		text-align: center;
	}
	.work_notice_left, .special_highlight_left {
		padding-bottom: 20px;
		max-width: 100%;
	}
	.work_notice_right {
		padding: 15px 20px 33px 20px;
	}
	.work_notice_right_top {
		margin-left: 0px;
		margin-right:0px;
	}
	/*.special_highlight_left img, .special_highlight_left svg {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.special_highlight .special_highlight_left {
		max-width: 100%;
	}*/
}

@media (max-width: 991px) {
	.meetings_calendar_box_left {
		min-width: 100%;
    	justify-content: center;
	}
}

@media (min-width: 992px) and (max-width: 1199px),(max-width: 440px) {
	.ui-datepicker {
		padding: 22px 5px;
	}
	.ui-datepicker-calendar th {
		font-size: 13px;
	}
	.ui-datepicker-calendar .ui-state-default {
		font-size: 12px;
	}
	.ui-datepicker-calendar .ui-state-default {
		margin-right: 3px;
		margin-bottom: 3px;
	}
}
@media (max-width: 991px) {
	.meetings_calendar_box_right {
		text-align: center;
	}
	.meetings_calendar_upcomming {
		text-align: center;
	}
}
@media (max-width: 479px) {
	.meetings_calendar_box_right {
		width: 100%;
	}
}

@media (max-width: 411px){
	.community_event_header {
		align-items: baseline !important;
	}
}

.agenda_hideable.hidden{
	display:none;
}

.link--black {
	color: #323232;
}

.link--black:hover {
	color: #323232;
}

.about-info .single-col .col-12 {
	padding-left: 0;
}


/*Dropdown menu*/
header #menu-main-menu > .active > a {
	border-bottom: 3px solid #fa8d3d;
}

header #menu-main-menu li:hover > .sub-menu {
	display: inline-grid;
	text-align: center !important;
	justify-items: center;
	overflow: hidden !important;
	left: -260px;
}

header .header-menu li:hover > .sub-menu.single-menu {
	left: -116px !important;
}
header #menu-main-menu > li {
	position: relative !important;
	height: 100%;
	margin-bottom: -37px;
	padding-bottom: 37px !important;
	margin-top: -65px;
	padding-top: 62px !important;
	text-align: center !important;
}
header #menu-main-menu > li:last-child{
	padding-right: 0 !important;
}

header #menu-main-menu ul.lower-menu {
	top: 104.5px !important;
}
	

header #menu-main-menu ul.sub-menu {
	display: none;
    position: absolute;
	margin-top: 30px;
	padding-left: 31px !important;
	padding-right: 31px !important;
	top: 104px;
    z-index: 1000000;
	background-color: #214875;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	min-height: 67px;
	min-width: 200px;
	grid-template-columns: auto auto;
	grid-template-rows: 67px;
	grid-column-gap: 30px;
	/*max-width: 1000px !important;*/
}

header ul.sub-menu.single-menu {
	grid-template-columns: auto !important;
	min-width: 297px !important;
} 

header #menu-main-menu .sub-menu .menu-item {
	display: block;
	float: none !important;
	color: #fefefe !important;
	padding-bottom: 12px !important;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center !important;
}
header #menu-main-menu .sub-menu .menu-item:not(.first):before {
    content: ""; 
    display: block; 
    margin: 0 auto; 
    width: 150px; 
    padding-bottom: 12px !important;
    border-top: 2px solid #40597f;
}
header #menu-main-menu .sub-menu .first:before {
    content: ""; 
    display: block; 
    margin: 0 auto; 
    width: 150px; 
    padding-bottom: 12px !important;
}
header #menu-main-menu .sub-menu .menu-item a {
	display: block;
	color: inherit !important;
	font-weight: normal !important;
	font-size: 19px !important;
	text-align: center !important;
}
header #menu-main-menu .sub-menu .menu-item:hover {
	color: #e28c43 !important;
	background-color: #214875 !important;
}
.arrow-up {
	position: absolute;
    width: 0; 
	height: 0; 
	top: 67px;
    display: none;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #2b4771;
  }

/* Mobile version */
/*
.cursor-pointer {
	position: absolute;
	top: 0px;
	right: 0px;
	margin-top: 5px;
}*/
#menu-main-menu-1 .sub-menu {
	display: none; 
}
/*
#menu-main-menu-1 > li:first-child > a {
	border-top: solid #D3D3D3 1px; 
}
*/
#menu-main-menu-1 > li > a {
	border-bottom: solid #D3D3D3 1px; 
}

#menu-main-menu-1 .active-menu > a {
	color: #fa8d3d;
}

#menu-main-menu-1 li > a:active {
	color: #fa8d3d;
	
}
#menu-main-menu-1 .active-submenu {
	display: block;
}
#menu-main-menu-1 > li .sub-menu > li {
	margin-left: 8%;
	margin-right: 8%;
}
#menu-main-menu-1 > li .sub-menu > li a{
	border-bottom: solid #D3D3D3 1px; 
}
#menu-main-menu-1 > li a {
	text-align: left; 
	padding-left: 4%;
}
#menu-main-menu-1 > li .sub-menu > li a {
	text-align: left; 
	padding-left: 3%;
}
#menu-item-1141 {
	display: none;
}
@media (max-width: 1199px){
	#menu-item-1141 {
		display: block;
	}
}

/* Timeline */
.timeline {
	max-width: 645px;
	background-color: #f2f2f2;
	margin-bottom: 90px;
}
.timeline-top {
	width: 100%;
	height: 80px;
	background-color: #cdd7e6;
}
@media (min-width: 580px){
	#menu-main-menu-1 > li a {
		text-align: center; 
		padding-left: 4%;
	}
	#menu-main-menu-1 > li .sub-menu > li a {
		text-align: center; 
		padding-left: 3%;
	}
	#menu-main-menu-1 > li .sub-menu > li {
		margin-left: 0%;
		margin-right: 0%;
	}
}

@media (max-width: 545px){
	.timeline-top img {
		display: none;
	}
	.timeline-top .tch-blocks-post-list-title {
		position: relative;
		left: 20px !important;
		bottom: -10px !important;
		margin-bottom: 0px !important;
	}
	
}
.timeline-top img {
	position: relative;
	left: 15px;
	top: 19px;
}
.timeline-top .tch-blocks-post-list-title {
	position: relative;
	left: 105px;
	bottom: 27px;
	font-size: 26px;
}
.timeline-list {
	padding-top: 35px;
	padding-bottom: 35px;
	padding-left: 0px;
	padding-right: 35px;
	margin-right: -65px !important;
}
.timeline-list .posts {
	padding-left: 0px;
}
.timeline-list .blue-circle {
	position: absolute;
	left: 53px;
	width: 20px;
	height: 20px;
	background-color: #2b4771;
	border-radius: 50%;
}
.timeline-list .empty-circle {
	position: absolute;
	left: 53px;
	width: 20px;
	height: 20px;
	border: 3px solid #2b4771;
	background-color: #f2f2f2;;
	border-radius: 50%;
}
.timeline-list .posts-post {
	padding-bottom: 25px;
	margin-bottom: 0px !important;
	border-left: 6px solid #ffffff;
	padding-left: 39px;
	margin-left: 60px;
}
.timeline-list .last-post {
	border-left: none;
	padding-left: 45px;
}
.timeline-list .posts-post h3 {
	line-height: 20px !important;
	font-size: 15px;
}
.timeline-list .posts-post .text {
	font-size: 14px;
	line-height: 1.9;
	font-weight: 400;
}
.timeline-list .timeline-date {
	font-size: 13px;
	line-height: 16px;
	font-weight: 500;
	color: #2b4771;
}

.timeline-event-linked :hover{
	cursor: pointer;
}
  
@media(max-width: 991px){
	.page-resources-content .category-title{
		padding-left: 8px;
	}
}

.view-subscribe-line {
	box-sizing: border-box;
	border-top: 2px solid white !important;
	padding-top: 15px;
	margin-top: -20px;
	font-size: 16px;
	padding-bottom: 20px;
}
.committee_side_box .view-subscribe-line {
	margin-top: 15px !important;
	padding-bottom: 15px !important;
}
.view-subscribe-line a {
	padding-right: 20px;
}
@media(max-width: 399px){
	.view-subscribe-line a {
		padding-right: 0px;
		display: block;
	}
}


.file-attachment-wrapper .your-resume input[type="file"] {
    display: none;
}
.file-attachment-wrapper .file-input-wrapper {
    display: inline-block;
	cursor: pointer;
	background-color: #eb924f;
	color: #ffffff;
	line-height: 40px;
	padding: 11px 40px;
	padding-top: 0;
	padding-bottom: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	border: 0px;
	font-weight: 400;
	margin-left: 20px;
}
@media(max-width: 767px){
	.file-attachment-wrapper .file-input-wrapper {
		margin-left: 0;
	}
}

.wpcf7-form > p:first-of-type{
	margin-bottom: 0px !important;
}

/*February updates*/
.wpcf7-form .name-final-label{
	line-height: 1.3em;
}
.committee-tile .box_content{
	line-height: 1.7;
}
.community_events_box {
	margin-top: 5px;
}
.community_events_subtitle{
	font-size: 20px;
} 
.info_box_tag a{
	color: inherit;
}
.info_box_name span a{
	color: inherit;
	margin-left: 0px !important;
}

.box_wrapper .box .box_inner .box_header:active{
	background: none !important;
	background-color: #e0e0e0 !important;
}
.mainpage-tile-img { 
	max-width: 360px;
    max-height: 400px;
}
@media(max-width: 424px){
	.mainpage-tile-img {
		max-width: 100%;
	}
}
/*
Transform flex to grid container 
*/
.resources-template-default .tch-blocks-columns, .committee-template-default .tch-blocks-columns,
.page-id-245 .tch-blocks-columns,
.resources-template-default .wp-block-columns, .committee-template-default .wp-block-columns {
	display: grid !important;
	grid-template-columns: 645px 360px;
	grid-column-gap: 120px;
}
.resources-template-default .tch-blocks-columns-column, .committee-template-default .tch-blocks-columns-column,
.page-id-245 .tch-blocks-columns-column,
.resources-template-default .wp-block-columns .wp-block-column, .committee-template-default .wp-block-columns .wp-block-column {
	max-width: 100% !important;
	padding: 0 !important;
}
.resources-template-default #page-content, .committee-template-default #page-content,
.page-id-245 #page-content{
	padding-top: 100px !important;
	padding-bottom: 149px !important;
}
@media(max-width: 1199px){
	.resources-template-default .tch-blocks-columns, .committee-template-default .tch-blocks-columns,
	.page-id-245 .tch-blocks-columns,
	.resources-template-default .wp-block-columns, .committee-template-default .wp-block-columns {
		grid-template-columns: 60% 30%;
		grid-column-gap: 10%;
	}
}
@media(max-width: 991px){
	.committee-template-default .staff_box .staff_item {
		padding-left: 5px;
		padding-right: 5px;
	}
}
@media(max-width: 767px){

	.resources-template-default .tch-blocks-columns, .committee-template-default .tch-blocks-columns,
	.resources-template-default .wp-block-columns, .committee-template-default .wp-block-columns,
	.page-id-245 .tch-blocks-columns{
		grid-template-rows: auto;
		grid-template-columns: 100%;
		grid-row-gap: 80px;
	}
	.resources-template-default .tch-blocks-columns-column:last-of-type, 
	.committee-template-default .tch-blocks-columns-column:last-of-type,
	.page-id-245 .tch-blocks-columns-column:last-of-type,
	.resources-template-default .wp-block-columns .wp-block-column:last-of-type,
	.committee-template-default .wp-block-columns .wp-block-column:last-of-type {
		grid-row-start: 1;
	}
	.committee-template-default .staff_box {
		text-align: center;
	}
}
@media(max-width: 399px){
	.committee-template-default .view-subscribe-line {
		border-top: none !important;
	}
}


/*
Popup
*/
.popup-container {
	display: none;
	height: 100vh;
	width: 100vw;
	position: absolute;
	z-index: 100000000000000000000;
	background-color: rgba(48.6, 48.6, 48.6, 0.3);
}
.popup {
	background-color: white;
	border-radius: 6px;
	position: absolute;
	z-index: 100000000000000000000;
	top: 0; 
	left: 0;
	margin-left: calc(50% - 275px);
	width: 550px;
	height: 400px;
	text-align: center;
}
.popup .popup-icon {
	margin-top: 35px;
}
.popup .popup-title {
	color: #2b4771;
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	margin-top: 21px;
}
.popup .popup-links {
	width: 360px;
	margin-left: 95px;
	display: flex;
	justify-content: space-between;
}
.popup .popup-link {
	cursor: pointer;
	padding-top: 2px;
	background-color: #eb924f;
    color: #ffffff !important;
    line-height: 40px;
	width: 170px;
	height: 45px;
	border-radius: 4px;
	font-size: 18px;
}
.popup #close-popup{
	background-color: #acacac;
}
.popup .popup-text{
	font-size: 17px;
	margin-left: 47px;
	margin-right: 47px;
	margin-bottom: 29px;
	width: 449px;
	line-height: 2.2;
}
.popup_body_active{
	background-color: #7c7c7c;
	opacity: 0.6;
}
.body_popup .popup {
	background-color: white;
	opacity: 1;
}

#header-logo {
	height: 61.362px;
	width: 384px;
}
.custom-logo-link img{
	height: 60px;
}
#footer-logo {
	height: 208px;
	width: 165px;
} 

/*
Ouibounce popup
*/
#ouibounce-popup, #calendars-popup {
	min-height: 370px;
}

#ouibounce-popup-title, #calendars-popup-title {
	margin-top: 21px;
	margin-bottom: 10px;
}
#ouibounce-popup-text, #calendars-popup-text {
	margin-bottom: 14px;
}
#ouibounce-popup-links {
	margin-left: 190px;
}
#ouibounce-email-input {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #555555;
	width: 360px;
	text-align: center;
	margin-bottom: 19px;
}
  #ouibounce-email-input ::-webkit-input-placeholder { 
	color: #959595;
	font-family: "IBM Plex Sans";
	font-size: 18px;
	font-weight: 400;
}
  
  #ouibounce-email-input :-ms-input-placeholder { 
	color: #959595;
	font-family: "IBM Plex Sans";
	font-size: 18px;
	font-weight: 400;
  }
  
  #ouibounce-email-input ::placeholder {
	color: #959595;
	font-family: "IBM Plex Sans";
	font-size: 18px;
	font-weight: 400;
  }

  #ouibounce-popup-close-icon img {
  	position: absolute;
    top: 20px;
	right: 19px;
  }
  #ouibounce-popup-close-icon:hover img{ 
	opacity: 0.8;
  }
  #ouibounce-popup-close-icon:hover {
	cursor: pointer; 
  }
  #ouibounce-submit-button, .calendars-submit {
	  padding-top: 2.5px;
	  padding-bottom: 2.5px;
	  margin-bottom: 8px;
  }
  @media(max-width: 550px){
	  #ouibounce-popup {
		  margin-left: 10% !important;
		  margin-right: 10% !important;
		  width: 80%;
		  height: auto;
	  }
	  #ouibounce-email-input {
		width: 80%;		
	}
	#ouibounce-popup-text {
		max-width: 80%;
		margin-left: 10% !important;
		margin-right: 10% !important;
		height: auto;
	}
  }

/*
Marketing popup
*/
#marketing-modal {
	height: 100vh;
}
#marketing-popup {
	min-height: 320px;
	height: auto;
	max-height: none !important;
	width: 645px;
	margin-left: calc(50% - 322.5px);
	max-height: 440px;
	overflow-y: auto;
}

#marketing-popup-title {
	margin-top: 40px;
	margin-bottom: 10px;
	margin-left: 40px;
	margin-right: 39px;
}
#marketing-popup-text {
	margin-left: 40px;
	margin-right: 39px;
	margin-bottom: 0px !important;
	width: 566px;
	text-align: left;
	height: auto;
	overflow-y: auto;
	padding-bottom: 120px !important;
}
#marketing-popup-links {
	width: 100%;
    margin-left: 0 !important;
	bottom: 45px;
	position: absolute;
	display: flex;
   	flex-direction: row;
   	align-items: center;
   	justify-content: center;
}
#marketing-popup-links a{
	box-shadow: 0 0 10px #D3D3D3;
	width: auto !important;
	padding-left: 20px;
	padding-right: 20px;
}
  #marketing-popup-close-icon img {
  	position: absolute;
    top: 20px;
	right: 19px;
  }
  
  #marketing-popup-close-icon:hover img{
	opacity: 0.8;
  }
  #marketing-popup-close-icon:hover {
	cursor: pointer; 
  }
  #marketing-popup-bottom {
	width: 100%;
	height: 10px;
	position: absolute;
	bottom: 0px;
	border-radius: 0 0 6px 6px;
	background-color: #cdd7e6;
  }
 
  @media(max-width: 645px){
	  #marketing-popup { 
		  top: 2%;
		  margin-left: 10% !important;
		  margin-right: 10% !important;
		  width: 80%;
		  /*height: 70%;
		  max-height: 80%;*/
	  }
	#marketing-popup-title {
		max-width: 80%;
		margin-left: 10% !important;
		margin-right: 10% !important;
	}
	#marketing-popup-text {
		max-width: 80%;
		margin-left: 10% !important;
		margin-right: 10% !important;
		height: auto;
		text-align: center;
		/*max-height: 30vh;
		overflow-y: auto;*/
	}
	/*#marketing-popup-links {
		margin-top: 0;
		text-align: center;
		bottom: 10%;
	}*/

  }
  div.popup-image-linked{
	  cursor: pointer;
  }
  @media(max-width: 645px){
	div.popup-image-linked{
		background-position: center center;
		background-size: cover;
	}
  }

  .meeting-minutes-button a {
	background-color: #eb924f;
	border-radius: 5px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	border: 0px;
	margin-bottom: 40px;
  }

  /**
  Google calendars subscription popup
  **/
  .calendars-email {
	  margin-top: 4%;
	  margin-left: auto;
	  margin-right: auto;
  }
  .calendars-submit{
	  margin-top: 5%;
  }
  @media(max-width: 550px){
	#calendars-popup {
		top: 8% !important;
		margin-left: 10% !important;
		margin-right: 10% !important;
		width: 80%;
		height: auto;
	}
	
  #calendars-popup-text {
	  max-width: 80%;
	  margin-left: 10% !important;
	  margin-right: 10% !important;
	  height: auto;
  }
}

#calendars-popup-close-icon img {
	position: absolute;
  top: 20px;
  right: 19px;
}
#calendars-popup-close-icon:hover img{ 
  opacity: 0.8;
}
#calendars-popup-close-icon:hover {
  cursor: pointer; 
}
@media (max-width: 1199px) and (min-width: 768px){

	#logo-mobile {
		max-width: 50%;
	}
}

	.all-notices-container { 
		width: 100%;
		text-align: right;
		margin-top: 3px;
	}
	.all-notices-container-line {
		border-bottom: 2px solid #2b4771;
		position: absolute;
		width: 82%;
		margin-top: 16px;
	}

	@media (max-width: 1199px){
		
		.all-notices-container-line {
			width: 79%;
		}
	}
	@media (max-width: 991px){
		
		.all-notices-container-line {
			width: 70%;
		}
	}
	@media (max-width: 767px){
		.all-notices-container { 
			text-align: left;
		}
		.all-notices-container-line {
			display: none;
		}
	}

	.homemap {
		cursor: pointer;
	}

	.committee-template-default  .view-subscribe-line{
		position: absolute; 
		bottom: 0px;
	}
	@media (min-width: 1200px){
		.committee-template-default  .view-subscribe-line{
			width: 285px; 
		}
	}

	.resource-box .box_header {
		background: none !important;
	}

	.committee-tile-header img {
		height: 76px;
  		width: 70px;
	}

	.print-name-text{ 
		margin-top: 4%;
		margin-bottom: 4% !important;
		font-size: 12px !important;
	}

	/*
	menu width fix
	Date: 3.04.20
	*/
	.main-menu {
		padding-right: 0 !important;
		padding-left: 30px! important;
	}
	#menu-main-menu {
		display: inline;
		padding-left: 58px !important;
	}

	/*Do not show Google Captcha logo*/
	.grecaptcha-badge { 
    	visibility: hidden;
	  }
	  .work-notices-block .first_col .work_notice.row{
		  height: 100%;
	  }
	  .tch-blocks-text-image .work_notice {
		margin: 0;
	  }

	  .work-notices-block .first_col {
		  padding: 0 !important;
	  }
	  .work-notices-block .work_notice_right .text {
		line-height: 2.1;
	  } 
	  .work-notices-block .work_notice_right{
		  padding-left: 37px;
		  padding-top: 25px;
		  padding-bottom: 83px;
	  }
	  .work-notices-block .work_notice_right h2{
		margin-bottom: 25px !important;
	  }
	.work-notices-block .work_notice_right .text{
		margin-bottom: 30px !important;
	}
	.work-notices-block .work_notice_right .text p{
		margin-bottom: 30px !important;
	}
	.work-notices-block {
		margin-top: 120px;
		margin-bottom: 136px;
	}
	@media (min-width: 1200px){

		.work-notices-block .second_col img {
			width: 360px;
    		height: 100%;
		}
	}
	@media (max-width: 1199px){

		.work-notices-block .second_col img {
			width: 100%;
    		height: 100%;
		}
	}
	@media (max-width: 991px){

		.work-notices-block .second_col img { 
			width: 1200px;
			height: 100% !important;
			min-height: 0 !important;
		}
	}


.tch-blocks-text-image .text{
	word-wrap: break-word;
}
@media (max-width: 991px){
	.timeline .timeline-top h2{
		width: 80%;
		word-wrap: break-word;
		padding-top: 0px !important; 
	}
}
@media (max-width: 767px){
	.timeline .col-9 {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
}
@media (max-width: 354px){
	.timeline .timeline-top{
		height: 120px;
	}
}
@media (max-width: 386px){
	.timeline .timeline-top{
		height: 120px;
	}
}
@media (max-width: 411px){
	.meeting_header h2{
		width: 80%;
	}
}
@media (max-width: 411px){
	.community_event_header h2{
		width: 80%;
	}
}
.meeting-minutes-button a {
	min-width: 225px;
}

.newsletter-text {
	text-align: center;
}

.meetings_calendar_box_left img{
	min-width: 49px;
}

.home_info_box_item{
	min-width: 33%;
}

.watermark_police .info_box_col:last-child .info_box_fields {
    background: #f2f2f2 url(/wp-content/uploads/2026/02/watermark-ccrb-1.png) no-repeat right -8px bottom -15px !important;
    background-size: 111px auto !important;
}