/***********************
    GENERAL
************************/

body,
html {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
}
.ccm-page h1,
.ccm-page h2,
.ccm-page h3,
.ccm-page h4,
.ccm-page h5,
.ccm-page h6 {
	font-family: "Didact Gothic", sans-serif;
	font-weight: 700;
}

a.skip-main {
	left: -999px;
	position: absolute;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	z-index: -999;
}
a.skip-main:focus,
a.skip-main:active {
	color: #fff;
	background-color: #000;
	left: auto;
	top: auto;
	width: 30%;
	height: auto;
	overflow: auto;
	margin: 10px 35%;
	padding: 5px;
	border-radius: 15px;
	border: 4px solid yellow;
	text-align: center;
	font-size: 1.2em;
	z-index: 999;
}

#header-nav li a {
	font-family: "Didact Gothic", sans-serif;
}

.ccm-page #body-container ul li .styled-list::before {
	padding: 0px 0px 15px 0px;
	color: #55828b;
	content: "\f054";
	font-family: "FontAwesome";
	font-size: 0.8em;
	margin-right: 12px;
	vertical-align: middle;
}

.ccm-page #body-container ul li .file-list::before {
	padding: 0px 0px 15px 0px;
	color: #55828b;
	content: "\f15b";
	font-family: "FontAwesome";
	font-size: 0.8em;
	margin-right: 12px;
	vertical-align: middle;
}

#body-container.homebody {
	margin-bottom: 0px !important;
}

.ccm-page .row,
.ccm-page.page-template-home .row .row {
	margin: 0;
	max-width: 100%;
}
.ccm-page.page-template-home .row {
	margin: 0 auto;
	max-width: 85rem;
}
.ccm-page #ccm-layouts-edit-mode .row {
	margin: 0 -0.9375rem;
}

.small-italic {
	font-size: 0.8em;
	font-style: italic;
	text-align: left !important;
}
.ccm-page .accessibilty-hide {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.ccm-page p a,
.ccm-page li a,
h2 a,
h3 a,
h4 a,
h5 a {
	display: inline-block;
	color: #037da5;
	min-width: 45px;
	min-height: 45px;
	font-weight: 700;
}

.ccm-page a {
	min-width: 45px;
	min-height: 45px;
	color: #037da5;
}

.ccm-page table {
	border: none;
	width: 100%;
}

.ccm-page table th {
	background: #a7a7a7;
	text-transform: uppercase;
	color: #000 !important;
}

.ccm-page td {
	padding: 10px !important;
	vertical-align: middle !important;
}
.ccm-page table th p {
	font-size: 1.4em !important;
	margin-bottom: 0;
}

.ccm-page table p {
	margin-bottom: 0;
}

.ccm-page tr:nth-child(even) {
	background: #ddd !important;
}

.ccm-page a img {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.ccm-page a img:hover {
	opacity: 0.9;
}
.ccm-page #body-container ul li span.file-list {
	text-align: left;
}
.ccm-page #body-container ul li span.styled-list {
	text-align: left;
}

/***************************************
****************************************
****
****     HEADER
*****
/***************************************
***************************************/

.ccm-page #header-container {
	height: 80px;
	width: 100%;
	position: fixed;
	background-color: white;
	z-index: 5;
	box-shadow: 0px 0px 8px 1px #242424;
	top: 0;
	left: 0;
	-webkit-box-shadow: 0px 0px 8px 1px #242424;
	-moz-box-shadow: 0px 0px 8px 1px #242424;
	-o-box-shadow: 0px 0px 8px 1px #242424;
	display: flex;
	justify-content: space-between;
}

.ccm-page #lmr-search-button {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ccm-page button,
.ccm-page .button {
	color: #ffffff;
	font-size: 1.25rem;
	font-weight: 700;
}

.ccm-page #topheadercont {
	position: fixed;
	display: flex;
	justify-content: flex-end;
	height: auto;
	width: 100%;
	z-index: 6;
	top: 0px;
	left: 0;
	background-color: #374d58;
}
.ccm-page #utility-nav {
	height: 100%;
}
.ccm-page #utility-nav ul {
	display: flex;
	align-items: center;
	margin: 0px;
	gap: 30px;
	height: 100%;
	list-style: none;
}
.ccm-page #utility-nav ul > li > ul {
	max-height: 0px;
	display: flex;
	gap: 0px;
	flex-direction: column;
	justify-content: start;
	text-align: left;
	overflow: hidden;
	width: 0px;
	-webkit-box-shadow: 0px 10px 5px 0px rgba(74, 74, 74, 1);
	-moz-box-shadow: 0px 10px 5px 0px rgba(74, 74, 74, 1);
	box-shadow: 0px 10px 5px 0px rgba(74, 74, 74, 1);
}
.ccm-toolbar-visible #topheadercont {
	top: 48px;
}
.ccm-page #utility-nav ul {
	position: relative;
	z-index: 7;
}
.ccm-page #utility-nav ul > li:hover ul {
	max-height: 100000px;
	overflow: visible;
	height: auto;
}
.ccm-page #utility-nav ul > li > ul {
	position: absolute;
	width: 100%;
	max-width: 200px;
	margin: 0px;
}
.ccm-page #utility-nav ul > li > ul > li {
	width: 100%;
}
.ccm-page #utility-nav ul > li > ul > li > a {
	background-color: #55828b;
	height: 100%;
	display: flex;
}
.ccm-page #utility-nav ul li a {
	color: white;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	padding: 13px 12px;
	display: block;
}
.ccm-page #utility-nav ul li a:hover {
	color: #c4ab65;
}

.ccm-page #utility-nav .nav > li {
	height: 100%;
}

.ccm-page #header-logo {
	display: flex;
}
.ccm-page #header-logo a {
	display: flex;
	align-items: center;
}
.ccm-page #header-logo img {
	max-height: 65px;
	width: auto;
}
#header-nav {
}
#header-search {
	width: 80px;
}
#header-iama {
	width: 150px;
	overflow: hidden;
}
.ccm-page .content-box {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	height: 100%;
	justify-content: center;
	width: 350px;
	background-color: #c4ab65;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.ccm-page .content-box p {
	color: #000;
	font-size: 3em;
	line-height: 1.2em;
	text-align: center;
}
.ccm-page .content-box img {
	height: 50px;
	width: auto;
}

.ccm-page .banner h1 {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	white-space: nowrap;
	clip-path: inset(100%);
	clip: rect(0 0 0 0);
	overflow: hidden;
}

.ccm-page .banner-image {
	position: relative;
}
.ccm-page .intro,
.ccm-page .quicklinks .small-12 {
	padding: 30px 0px 20px 0px;
}
.ccm-page .netitle {
	padding: 30px 0px 10px 0px;
}
.ccm-page .quicklinks .row {
	max-width: 100%;
}
.page-template-home .homepage-events-page-list.meetings-future > div {
	padding: 0px;
}

.ccm-page .homepage-events-page-list .ccm-block-page-list-title .title {
	background-color: #3b6064;
	background-color: rgba(59, 96, 100, 0.9);
	color: #fff;
	font-size: 1.3em;
	line-height: 44px;
	margin-top: 40px;
	padding: 0 12px;
	margin: 0 0 8px;
	font-family: "Didact Gothic", sans-serif;
	font-weight: 700;
}

.page-template-home .newsevents .small-12.medium-6 {
	padding: 0px 10px 0px 20px;
}
/*Navigation*/
#header-container-mobile {
	display: none;
}
#header-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;

	height: 100%;
	align-items: center;
}
#header-nav ul > li {
	position: relative;
	width: 100%;
}
#header-nav ul > li:last-of-type > ul {
	right: 0;
}
#header-nav ul > li > a {
	display: block;
	height: 100%;
	padding: 25px 20px 20px 20px;
	color: black;
	text-align: center;
	font-size: 1.1em;
	white-space: nowrap;
}
#header-nav ul > li > ul > li > a {
	padding: 10px;
}
#header-nav ul > li > ul > li > a {
	color: white;
	position: relative;
	max-height: 0;
	overflow: hidden;
	transition: max-height 1ms ease-out;
}
#header-nav ul > li:hover a {
	background-color: #87bba2;
	color: #000 !important;
}
#header-nav ul > li > ul > li:hover > a {
	background-color: #66907c;
}
#header-nav ul > li > ul {
	max-height: 0;
	overflow: hidden;
	transition: max-height 1ms ease-out;
	padding: 0px;
	margin: 0px;
	border: 0px;
	position: absolute;
	width: 0px;
	z-index: 200;
}
#header-nav ul > li > ul > li > a {
	height: auto;
}

#header-nav ul > li:hover > ul {
	max-height: 20000px;
	transition: max-height 1.3s ease-out;
	display: flex;
	flex-direction: column;
	height: auto;
	position: absolute;
	overflow: visible;
	min-width: 250px;
	align-items: start;
	gap: 0px;
}
#header-nav ul > li:hover > ul > li > a {
	max-height: 200000px;
	transition: max-height 1.3s ease-out;
}

#header-nav ul > li > ul > li > a {
	background-color: #73a88e;
	color: #000 !important;
}

#header-nav ul > li > a:hover ~ ul {
	display: flex;
}
#header-nav ul > li > ul {
}
#header-nav ul > li > a::after {
	content: "\f078";
	font-family: "FontAwesome";
	display: inline-block;
	font-size: 0.7em;
	padding-left: 10px;
	position: relative;
	top: -3px;
}
#header-nav ul > li > ul > li > a::after {
	content: none;
}
#header-nav ul > li > ul > li > a {
	text-transform: none;
	text-align: left;
	padding-left: 20px;
	padding-right: 5px;
	font-size: 1em;
	line-height: 1em;
}
#header-nav ul,
#header-nav ul > li,
#header-nav ul > li > a,
#header-nav ul > li > ul,
#header-nav ul > li > ul > li,
#header-nav ul > li > ul > li > a {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#header-nav ul > li > a::after {
	content: "\f078";
	font-family: "FontAwesome";
	display: inline-block;
	font-size: 0.7em;
	padding-left: 5px;
	position: relative;
	top: -3px;
	color: #55828b;
}

#header-nav ul > li > ul > li > a::after {
	content: none;
}

/***************************************
****************************************
****
****     BODY / CONTENT
*****
/***************************************
***************************************/

#body-container {
	margin-bottom: 50px;
	min-height: 100%;
}
.columns {
	padding: 0;
}
#ccm-layouts-edit-mode .columns {
	padding: 0 0.9375rem;
}
.row.subpage-container {
	padding: 0 4%;
}

.breadcrumb-title {
	background-color: #55828b;
	color: #fff;
	font-size: 1.2em;
	padding: 18px 32px;
	margin-bottom: 50px !important;
}

.breadcrumb-title h1 {
	color: #fff;
}

.breadcrumb-title.nomargin {
	margin-bottom: 0px !important;
}
.breadcrumb-title .columns > span {
	display: inline-block;
	margin-right: 13px;
	vertical-align: middle;
}
.breadcrumb-title a {
	color: #fff;
}
.breadcrumb-title i {
	background-color: #6d939b;
	font-size: 1.9em;
	margin-right: 18px;
	padding: 5px 6px;
	vertical-align: middle;
}
.breadcrumb-title .columns > div {
	display: inline-block;
	vertical-align: middle;
}
.breadcrumb-title p {
	font-size: 1.8em;
	margin: 0;
}

#img-banner {
	height: 450px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.hover-button {
	border: 1px solid #fff;
	color: #c6e4ca;
	display: inline-block;
	font-size: 1.15rem;
	line-height: 1.3em;
	padding: 8px 14px;
	position: relative;
	text-align: center;
	vertical-align: top;
	min-width: 44px;
	min-height: 44px;
}
.hover-button i {
	margin-right: 4px;
}
.hover-button:after {
	background-color: rgba(135, 187, 162, 0);
	content: "";
	height: 136%;
	left: -15%;
	position: absolute;
	top: -18%;
	transition: 0.4s;
	width: 130%;
}
.hover-button:hover:after {
	background-color: rgba(135, 187, 162, 0.3);
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}
.hb-orange {
	border-color: #ff8360;
	color: #ff8360;
}
.hb-orange:hover:after {
	background-color: rgba(255, 131, 96, 0);
}
.hb-orange:hover:after {
	background-color: rgba(255, 131, 96, 0.3);
}
.green-button {
	background-color: #315e4d;
	color: #fff !important;
	margin-right: 28px;
	font-weight: 700;
	text-decoration: none !important;
}
.green-button:hover {
	color: #244538;
}

#map-area {
	position: relative;
}
#map {
	height: 500px;
}
.map-address-form {
	height: 36px;
	left: 4%;
	position: absolute;
	top: 18px;
	width: 92%;
}
.map-address-form input {
	border: 1px solid #000;
	float: left;
	height: 100%;
	width: 92%;
}
.map-address-form input:focus {
	border-color: #000;
}
.map-address-form i {
	background-color: #16bac5;
	border: 1px solid #000;
	border-left: 0;
	color: #fff;
	cursor: pointer;
	float: right;
	font-size: 1.3em;
	height: 36px;
	padding-top: 6px;
	text-align: center;
	width: 8%;
}

.text-block {
	padding: 0px 24px 15px 24px;
}
.text-block h2 {
	color: #225560;
	line-height: 1.2em;
	width: 98%;
}
.text-block h3 {
	color: #225560;
	font-size: 1.5rem;
	font-weight: 700;
	margin: 8px 0 13px;
}

.reports-block h2 {
	border-bottom: 5px solid #d7d5d6;
	font-size: 1.8em;
	margin-bottom: 12px;
	padding-bottom: 10px;
}
.reports-block h3 {
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 0.9em;
}
.reports-block a {
	transition: 0.24s;
	border: 1px solid #b4b0b2;
	color: #000;
	display: inline-block;
	float: left;
	font-size: 1.1em;
	line-height: 1.3em;
	margin-right: 2%;
	margin-bottom: 18px;
	padding: 32px 10px 28px;
	text-align: center;
	width: 31.3333%;
}
.reports-block a i {
	transition: 0.78s;
	color: #ff8360;
	display: block;
	font-size: 2em;
	padding-bottom: 6px;
}
.reports-block a:hover {
	background-color: #ff8360;
}
.reports-block a:hover i {
	color: #fff;
}
.reports-block p.notes {
	border-top: 9px solid #d7d5d6;
	color: #000;
	float: left;
	font-size: 0.8em;
	line-height: 1.5em;
	padding-top: 6px;
	width: 64.6667%;
}

.sidebar-link h3 a {
	color: #225560;
	line-height: 1.2em;
}
.sidebar-link p {
	font-size: 0.9em;
	line-height: 1.4em;
}
.sidebar-link p span {
	color: #000;
	display: block;
	font-weight: 600;
	padding-bottom: 2px;
}

a.long-button {
	background-color: #e5c66e;
	color: #225560;
	display: block;
	float: left;
	overflow: hidden;
	padding: 10px 0;
	position: relative;
	text-align: center;
	width: 50%;
}
a.long-button:nth-of-type(2) {
	background-color: #4e937a;
	color: #fff;
}
a.long-button > span {
	bottom: -5px;
	color: #fff;
	font-size: 1.1em;
	position: absolute;
	right: 4px;
	transition: 0.2s;
	z-index: 1;
}
a.long-button:after {
	border: 14px solid transparent;
	border-color: transparent #ff8360 #ff8360 transparent;
	bottom: 0;
	content: "";
	right: 0;
	display: block;
	position: absolute;
	transition: 0.2s;
}
a.long-button:hover:after {
	border-width: 40px;
}
a.long-button:hover > span {
	font-size: 2em;
	padding-right: 3px;
}

.homepage-top-img {
	height: 580px;
	overflow: hidden;
	position: relative;
}
.homepage-top-img img {
	bottom: -28%;
	position: absolute;
	width: 100%;
}
.homepage-top {
	height: 580px;
	position: relative;
	margin-top: -580px;
}
.homepage-top .medium-8 {
	height: 580px;
	position: relative;
}
.homepage-top .medium-8 p {
	bottom: 24px;
	color: #fff;
	font-size: 1.9em;
	left: 4%;
	line-height: 2.1em;
	position: absolute;
}
.homepage-top .medium-8 p span {
	display: block;
	font-size: 3em;
	line-height: 1.1em;
}

.event-date::before {
	color: #55828b;
	content: "\f073";
	font-family: "FontAwesome";
	font-size: 1em;
	margin-right: 8px;
	vertical-align: middle;
}
.event-location-top {
	margin-top: 20px;
}
.event-location-top::before {
	color: #55828b;
	content: "\f041";
	font-family: "FontAwesome";
	font-size: 1.3em;
	margin-right: 8px;
	vertical-align: middle;
}
.event-location-bottom {
	padding-left: 24px;
}

.popular-links {
	padding-top: 34px;
}
.popular-links h2 {
	background-color: #3b6064;
	background-color: rgba(59, 96, 100, 0.9);
	color: #fff;
	font-size: 1.3em;
	height: 44px;
	line-height: 44px;
	padding-left: 12px;
}
.popular-links a {
	color: #fff;
	line-height: 1.2em;
	text-align: center;
	transition: 0.3s;
}
.popular-links a i {
	display: block;
}
.popular-links p {
	display: inline-block;
	width: 30%;
}
.popular-links p > a {
	background-color: #ff8360;
	background-color: rgba(255, 131, 96, 0.8);
	display: inline-block;
	font-size: 1.6em;
	height: 232px;
	line-height: 1.1em;
	padding: 0 18px;
}
.popular-links p > a:hover {
	background-color: #ff8360;
}
.popular-links p > a i {
	font-size: 2.4em;
	padding: 39px 0 10px;
}
.popular-links ul {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	vertical-align: top;
	width: 68%;
}
.popular-links ul li {
	display: inline-block;
	margin-left: 1%;
	text-align: center;
	vertical-align: top;
	width: 48%;
}
.popular-links ul li a {
	background-color: #4e937a;
	background-color: rgba(78, 147, 122, 0.8);
	display: block;
	font-size: 0.85em;
	height: 112px;
	margin-bottom: 8px;
	padding: 18px;
}
.popular-links ul li a i {
	font-size: 2.9em;
	margin-bottom: 8px;
	padding-top: 15px;
}
.popular-links ul li a .fa {
	padding-top: 0px;
}
.popular-links ul li:nth-of-type(2) a {
	background-color: #e5c66e;
	background-color: rgba(229, 198, 110, 0.8);
}
.popular-links ul li:nth-of-type(3) a {
	background-color: #50757f;
	background-color: rgba(80, 117, 127, 0.8);
}
.popular-links ul li:nth-of-type(4) a {
	background-color: #27515d;
	background-color: rgba(39, 81, 93, 0.8);
}
.popular-links ul li a:hover {
	background-color: #4e937a;
}
.popular-links ul li:nth-of-type(2) a:hover {
	background-color: #e5c66e;
}
.popular-links ul li:nth-of-type(3) a:hover {
	background-color: #50757f;
}
.popular-links ul li:nth-of-type(4) a:hover {
	background-color: #27515d;
}

#i-am-a p {
	color: #000;
}

.pr-resources-list {
	list-style-type: none;
	margin: 0;
	padding-bottom: 9px;
}
.pr-resources-list li {
	display: inline-block;
	margin-right: 4%;
	text-align: center;
	vertical-align: top;
	width: 20%;
}
.pr-resources-list li > span {
	border-radius: 100%;
	border: 4px solid #4e937a;
	display: inline-block;
	font-size: 0.9em;
	height: 126px;
	line-height: 1.3em;
	margin: 26px auto 10px;
	vertical-align: middle;
	width: 126px;
}
.pr-resources-list li > span > span {
	display: inline-block !important;
	vertical-align: middle;
	width: 85%;
}
.pr-resources-list li > span:after {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	width: 0px;
}
.pr-resources-list li > a {
	border-radius: 100%;
	background-color: #c9e4ca;
	color: #3b6064;
	display: block;
	font-size: 0.8em;
	height: 130px;
	line-height: 1.2em;
	margin: 24px auto 10px;
	padding-top: 5px;
	position: relative;
	width: 130px;
}
.pr-resources-list li > a span {
	display: block;
	font-size: 4.4em;
	line-height: 1.2em;
}
.pr-resources-list li > a:after {
	border-radius: 100%;
	background-color: #c9e4ca;
	content: "";
	height: 130px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: 0.6s;
	width: 130px;
}
.pr-resources-list li > a:hover:after {
	height: 170px;
	left: -20px;
	opacity: 0.4;
	top: -20px;
	width: 170px;
}
ul.pr-resources-list li:last-child span {
	display: block !important;
}

.homepage-news-page-list .hp-news-top {
	background-color: #87bba2;
	height: 400px;
	display: flex;
}
.homepage-news-page-list .hp-news-top .title {
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 2.2em;
	line-height: 1.2em;
	padding: 0 12px;
	text-align: center;
	width: 25%;
	flex-direction: column;
	display: flex;
	justify-content: center;
	align-items: center;
}
.homepage-news-page-list .hp-news-top .title i {
	display: block;
	font-size: 1.8em;
}
.homepage-news-page-list
	.hp-news-top
	.ccm-block-page-list-page-entry-thumbnail {
	display: inline-block;
	width: 75%;
}
.homepage-news-page-list .ccm-block-page-list-page-entry-text {
	background-color: #3b6064;
	color: #fff;
	padding: 12px 18px;
}
.homepage-news-page-list .ccm-block-page-list-title a {
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 1.2em;
	line-height: 1.2em;
	min-height: 44px;
}

.homepage-news-page-list .ccm-block-page-list-title a:hover {
	text-decoration: underline;
	color: #eee;
}

.homepage-news-page-list .ccm-block-page-list-date {
	color: #fff;
	font-size: 0.7em;
	font-style: italic;
	font-weight: 700;
	padding: 3px 0;
}
.homepage-news-page-list .ccm-block-page-list-date i {
	margin-right: 5px;
}
.homepage-news-page-list .ccm-block-page-list-description div {
	display: inline-block;
	font-size: 0.7em;
	margin-right: 7%;
	padding: 12px 0;
	width: 60%;
}
.homepage-news-page-list .ccm-block-page-list-description a {
	margin-top: 24px;
	width: 28%;
	color: #fff;
}
.homepage-news-page-list .ccm-block-page-list-page-entry-read-more {
	background-color: #ff8360;
	margin: 0;
}
.homepage-news-page-list .ccm-block-page-list-page-entry-read-more a {
	color: #225560;
	display: block;
	font-size: 1.6em;
	padding: 5px 18px;
	transition: 0.2s;
}
.homepage-news-page-list .ccm-block-page-list-page-entry-read-more a:hover {
	background-color: #e96e4c;
}
.homepage-news-page-list .ccm-block-page-list-page-entry-read-more a i {
	color: #fff;
	float: right;
	font-size: 1.1em;
	padding-top: 6px;
}
.homepage-news-page-list .ccm-block-page-list-page-entry-thumbnail {
	height: 400px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.homepage-stories-page-list {
	clear: both;
	height: 260px;
	overflow: hidden;
	position: relative;
}
.homepage-stories-page-list .ccm-block-page-list-page-entry-thumbnail {
	position: absolute;
	bottom: -80%;
}
.homepage-stories-page-list .ccm-block-page-list-page-entry-thumbnail img {
}
.homepage-stories-page-list
	div.ccm-block-page-list-page-entry-horizontal
	div.ccm-block-page-list-page-entry-thumbnail {
	width: auto;
}
.homepage-stories-page-list
	div.ccm-block-page-list-page-entry-horizontal
	div.ccm-block-page-list-page-entry-thumbnail
	img {
	width: 100%;
}
.homepage-stories-page-list .ccm-block-page-list-title {
	position: absolute;
}
.homepage-stories-page-list .ccm-block-page-list-title a {
	color: #fff;
	display: block;
	font-size: 1.7em;
	line-height: 1.3em;
	padding: 22px 34px;
}
.homepage-stories-page-list .ccm-block-page-list-title a i {
	margin-right: 6px;
}
.homepage-stories-page-list .ccm-block-page-list-description {
	background-color: #27515d;
	background-color: rgba(39, 81, 93, 0.8);
	bottom: 0;
	left: 0;
	position: absolute;
}
.homepage-stories-page-list .ccm-block-page-list-description div {
	color: #fff;
	display: inline-block;
	font-size: 0.85em;
	margin-right: 3%;
	padding: 20px;
	vertical-align: middle;
	width: 76%;
}
.homepage-stories-page-list .ccm-block-page-list-description > a {
	vertical-align: middle;
}
ul.pr-resources-list li span {
	display: inline-block !important;
}
.doc-list {
	border-left: 5px solid #67afa1;
	margin: 17px 0px;
	padding-top: 0;
	padding-bottom: 0;
}
.doc-list ul {
	list-style-type: none;
	margin: 18px 0 20px;
}
.doc-list ul li a {
	display: block;
	font-size: 0.85em;
	margin-bottom: 14px;
}
.doc-list ul li a i {
	color: #225560;
	margin-right: 8px;
}

.homepage-projects-page-list {
	padding-bottom: 19px;
}
.homepage-projects-page-list .ccm-block-page-list-title {
	padding-top: 4px;
}
.homepage-projects-page-list .ccm-block-page-list-title i {
	color: #ff8360;
	float: left;
	font-size: 2.4em;
	margin-right: 8px;
}
.homepage-projects-page-list .ccm-block-page-list-title a {
	line-height: 1.3em;
}
.homepage-projects-page-list .ccm-block-page-list-title span {
	display: block;
	font-size: 0.75em;
	line-height: 1.4em;
}
.homepage-projects-page-list .ccm-block-page-list-description {
	clear: both;
	font-size: 0.8em;
	margin: 18px 0;
}

.meetings-past-page-list {
	padding-right: 44px;
	padding-bottom: 48px;
}
.meetings-past-page-list .ccm-block-page-list-title > div {
	display: inline-block;
	left: 35%;
	position: absolute;
	top: 13px;
}
.meetings-past-page-list .ccm-block-page-list-title > div > a {
	border-color: #16bac5;
	color: #16bac5;
	margin-left: 33px;
	padding: 4px 14px;
}
.meetings-past-page-list .ccm-block-page-list-title > div > a:hover:after {
	background-color: rgba(22, 186, 197, 0.18);
}
.meetings-past-page-list .ccm-block-page-list-title > a {
	color: #000;
}

.slider .slider-title {
	color: #000;
	cursor: pointer;
}
.slider .slider-title i {
	background-color: #ff8360;
	color: #000;
	margin: 18px 14px 4px 0;
	padding: 5px 8px;
	transition: 0.3s;
}
.slider .slider-title i.fa-minus {
	background-color: #16bac5;
}
.slider-section > div {
	border: 1px solid #b9b5b7;
	border-width: 1px 0;
	padding: 15px 14px 13px;
	position: relative;
	min-height: 75px;
}
.slider-section > div:first-of-type {
	border-top: 6px solid #e0dfe0;
}
.slider-section > div:last-of-type {
	border-bottom: 6px solid #e0dfe0;
}
ul.slider,
ul.slider ul {
	list-style-type: none;
	margin: 0;
}
ul.slider .slider-title {
	font-size: 1.3em;
	margin-bottom: 6px;
}
ul.slider .slider-section {
	border: 5px solid #e0dfe0;
	border-width: 6px 0;
}
ul.slider .slider-section li {
	line-height: 1.4em;
	padding: 13px 14px 2px;
}
ul.slider .slider-section li span {
	color: #3b6068;
	font-size: 1.2em;
	font-weight: 700;
}
ul.slider .slider-section li:last-of-type {
	padding-bottom: 13px;
}

.most-recent-meeting {
	background-color: #e2e9ea;
	font-size: 1.3em;
	margin: 38px 0 18px;
	overflow: auto;
	position: relative;
}
.most-recent-meeting i.fa-users {
	color: #55828b;
	float: left;
	font-size: 4.4em;
	padding: 24px 28px;
}
.most-recent-meeting h4 {
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 0.75em;
	line-height: 0.2em;
	padding-top: 48px;
}
.most-recent-meeting .ccm-block-page-list-page-entry {
	border: 0 !important;
	padding: 0;
	position: static;
}
.most-recent-meeting .ccm-block-page-list-title > div {
	background-color: #8ebfa8;
	height: 100%;
	left: auto !important;
	position: absolute;
	top: 0;
	right: 0;
}
.most-recent-meeting .ccm-block-page-list-title > div a {
	border-color: #000;
	color: #000;
	display: block;
	margin: 20px 38px;
	padding: 8px 24px;
}
.most-recent-meeting .ccm-block-page-list-title > div a:hover:after {
	background-color: rgba(255, 255, 255, 0.24);
}

.about-intro {
	padding: 32px 24px 16px;
	text-align: center;
}
.about-intro ul {
	margin: 28px auto;
}
.about-intro ul li {
	border-right: 4px solid #d7d5d6;
	color: #225560;
	display: inline-block;
	font-size: 0.95em;
	height: 130px;
	line-height: 1.2em;
	margin: 6px 0;
	padding: 12px 7% 15px;
	text-align: center;
	vertical-align: top;
	width: 24%;
}
.about-intro ul li:last-of-type {
	border: 0;
}
.about-intro ul li span {
	color: #4e937a;
	display: block;
	font-size: 4.3em;
	font-weight: 700;
	line-height: 1em;
}
.about-resources div {
	width: 24%;
	float: left;
	position: relative;
	height: 250px;
}
.about-resources div img {
	height: 170px;
	margin-bottom: 6px;
	width: 170px;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	left: 15%;
}
.about-resources div span {
	position: absolute;
	top: 180px;
	width: 100%;
	display: inline;
	text-align: center;
	font-weight: bold;
	color: #55828b;
	padding: 0px 11%;
}
.ccm-page #body-container ul li span {
	display: block;
	text-align: center;
}
.about-sidebar {
	padding: 0 24px;
}
.about-sidebar a {
	padding: 16px;
	width: 100% !important;
}
.about-sidebar a i {
	font-size: 3em;
}
.ccm-edit-mode .slider-section {
	display: block !important;
}
.history-left {
	padding-top: 26px;
}
.history-left img {
	margin-bottom: 4px;
	width: 92%;
}
.history-left blockquote {
	border-left: 18px solid #55828b;
	color: #666;
	font-style: italic;
	padding-left: 30px;
	padding-bottom: 11px;
}
.history-right {
	padding-top: 26px;
	padding-left: 30px;
}
.history-right ul {
	list-style-type: none;
}
.history-right ul li {
	border-left: 8px solid #4e937a;
	color: #000;
	line-height: 1.3em;
	padding-bottom: 134px;
	padding-left: 62px;
	position: relative;
}
.history-right ul li i {
	background-color: #87bba2;
	border-radius: 100%;
	color: #fff;
	font-size: 2.8em;
	left: -44px;
	padding: 16px;
	position: absolute;
	top: -3px;
}
.history-right ul li span {
	color: #225560;
	display: block;
	font-size: 2.2em;
	font-weight: 700;
	line-height: 1.2em;
	text-indent: -2px;
}

.board-left .green-button {
	margin-top: 16px;
}
.board-tac {
	margin-bottom: 28px;
}
.board-tac ul {
	list-style-type: none;
	margin: 0;
	overflow: auto;
}
.board-tac ul li {
	background-color: #d9d9d9;
	border-right: 1px solid #fff;
	float: left;
	font-size: 0.85em;
	line-height: 1.4em;
	padding: 3px 0;
	text-align: center;
	width: 50%;
}
.board-tac ul li {
	min-height: 70px;
	padding-top: 15px;
}
.board-tac ul li:nth-of-type(3),
.board-tac ul li:nth-of-type(4),
.board-tac ul li:nth-of-type(7),
.board-tac ul li:nth-of-type(8),
.board-tac ul li:nth-of-type(11),
.board-tac ul li:nth-of-type(12),
.board-tac ul li:nth-of-type(15),
.board-tac ul li:nth-of-type(16),
.board-tac ul li:nth-of-type(19),
.board-tac ul li:nth-of-type(20),
.board-tac ul li:nth-of-type(23),
.board-tac ul li:nth-of-type(24),
.board-tac ul li:nth-of-type(27),
.board-tac ul li:nth-of-type(28),
.board-tac ul li:nth-of-type(31),
.board-tac ul li:nth-of-type(32),
.board-tac ul li:nth-of-type(35),
.board-tac ul li:nth-of-type(36),
.board-tac ul li:nth-of-type(39),
.board-tac ul li:nth-of-type(40) {
	background-color: #fff;
}

.projects-featured .ccm-block-page-list-page-entry-text {
	background-color: #e9ebf8;
	border: 1px solid #b4b0b2;
	font-size: 0.85em;
	overflow: auto;
	padding: 9px 16px 12px 60px;
	position: relative;
}

.projects-featured .ccm-block-page-list-page-entry-text a {
	color: #000;
	text-decoration: underline;
}

.projects-featured .flag-side {
	background-color: #c9e4ca;
	border-right: 1px solid #b4b0b2;
	color: #ff8360;
	display: block;
	font-size: 1.5em;
	left: 0;
	height: 100%;
	padding-top: 12px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 44px;
}
.projects-featured .green-button {
	float: right;
	margin: 0;
	margin-top: 6px;
}
.projects-featured-pagination .ccm-pagination-wrapper {
	position: relative;
	text-align: center;
}
.projects-featured-pagination .ccm-pagination-wrapper ul {
	display: inline-block;
	margin: 6px 0;
}
.projects-featured-pagination ul.pagination li span,
.projects-featured-pagination ul.pagination li a {
	border: 0;
	color: #000;
	height: auto;
	padding: 0;
	width: 18px;
	z-index: auto;
}
.projects-featured-pagination ul.pagination li.active span {
	color: #000;
}
.projects-featured-pagination ul.pagination li.prev {
	position: absolute;
	left: 0;
}
.projects-featured-pagination ul.pagination li.next {
	position: absolute;
	right: 0;
}
.projects-featured-pagination ul.pagination li.prev span,
.projects-featured-pagination ul.pagination li.next span,
.projects-featured-pagination ul.pagination li.prev a,
.projects-featured-pagination ul.pagination li.next a {
	width: auto;
}

.other-projects {
	overflow: hidden;
	margin: 35px 0 25px;
	position: relative;
}
.other-projects .ccm-block-page-list-pages {
	margin: 0 auto;
	position: relative;
	width: 90%;
}
.other-projects .ccm-block-page-list-pages > div {
	/* position: absolute; */
	position: relative;
	top: -0px;
	transition: top 0.56s;
	width: 100%;
}
.other-projects .ccm-block-page-list-page-entry {
	float: left;
	margin: 0 1% 28px;
	width: 31.3333%;
}
.other-projects .ccm-block-page-list-page-entry-text {
	background-color: #e9ebf8;
	border: 1px solid #b4b0b2;
	vertical-align: top;
}
.other-projects .ccm-block-page-list-title {
	background-color: #c9e4ca;
	border-bottom: 1px solid #b4b0b2;
	font-size: 1rem;
	line-height: 1.3em;
	padding: 10px 25% 8px;
	text-align: center;
}
.other-projects .ccm-block-page-list-title i {
	color: #ff8360;
	display: block;
	font-size: 1.4em;
	margin-bottom: 3px;
}
.other-projects .ccm-block-page-list-description {
	font-size: 0.8em;
	line-height: 1.4em;
	padding: 14px;
}
.other-projects .green-button {
	border: 0;
	height: 33px;
	margin-top: 4px;
	width: 100%;
	color: #fff;
}
.other-projects a.prev-arrow,
.other-projects a.next-arrow {
	color: #ff8360;
	font-size: 4.4em;
	position: absolute;
	left: -5%;
	top: 70px;
}
.other-projects a.next-arrow {
	left: auto;
	right: -5%;
}

.breadcrumb-title > div > div {
	font-size: 1.9em;
}
.breadcrumb-title > div > div > p {
	font-size: 1.1em;
}
.breadcrumb-title > div > div > p > span {
	display: inline-block;
	font-size: 0.55em !important;
	margin: 0 6px;
	position: relative;
	top: -6px;
}
.breadcrumb-title > div > div > * {
	display: inline-block;
}
.project-resources a {
	color: #000;
	display: block;
	font-size: 1.1em;
	margin: 22px 8px -4px 0;
}
.project-resources a:before {
	color: #ff8360;
	content: "\f15b";
	font-family: "FontAwesome";
	font-size: 1.3em;
	margin-right: 12px;
	vertical-align: middle;
}
.project-img img {
	margin-top: 36px;
}

.alert-callout {
	padding: 20px;
	background-color: #c7ded3;
}
.ccm-page .file-list-list {
	list-style-type: none;
	margin: 0;
}
.ccm-page #body-container ul li .file-list {
	padding: 15px;
	margin-bottom: 10px;
	border: 0.5px solid #bbd0d4;
	display: block;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.ccm-page #body-container ul li .file-list:hover {
	cursor: pointer;
	background-color: #bbd0d4;
}
.ccm-page #body-container ul li .file-list:hover a {
	color: #225560;
}
.ccm-page #body-container ul li .file-list::before {
	font-size: 1.2em;
}
.print-agenda-btn {
	margin-bottom: 30px;
}
.print-agenda-btn input:hover {
	cursor: pointer;
}

.print-agenda-btn input[type="button"] {
	padding: 5px 15px;
	background: #ff8360;
	border: 0 none;
	cursor: pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: white;
	font-weight: bold;
}
.print-agenda-btn input[type="button"]:hover {
	background: #ce6244;
}
.photocaption p {
	font-size: 0.8em;
	font-style: italic;
	padding-right: 10px;
	text-align: right;
}
#body-container .ccm-search-block-form input[name="submit"] {
	border: 1px solid #55828b;
	background: #55828b;
	color: white;
	font-sixe: 1em;
	padding: 8px;
	cursor: pointer;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.permitnav {
	margin-bottom: 40px;
}
.permitnav ul li {
	display: inline;
	margin: 0px 2% 20px 2%;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.permitnav ul li a {
	color: #44676f;
	display: inline-block;
}
.permitnav ul li:hover {
	border-bottom: 3px #55828b solid;
}
.permitnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
}

#mc_embed_shell {
	overflow: auto;
}

/***************************************
****************************************
****
****    FOOTER
*****
/***************************************
***************************************/

#footer {
	background-color: #225560;
	height: 65px;
	padding: 8px 0;
	position: relative;
}
#footer > div {
	color: #fff;
	font-size: 0.8em;
	padding: 4px 16px;
}
#footer > div a {
	display: inline-block;
	color: #fff;
}
#footer-right {
	position: absolute;
	right: 24px;
	top: 8px;
}

#social-media {
	display: inline-block;
	margin-right: 8px;
}
#social-media a {
	color: #e96e4c;
	font-size: 2.45em;
	padding: 0 6px;
	transition: color 0.2s;
}
#social-media a:hover {
	color: #d15735;
}
#social-media a:first-of-type {
	font-size: 2.2em;
}
#social-media a span {
	left: -9999px;
	position: absolute;
}

.homepage-events-page-list .ccm-block-page-list-header a,
.homepage-events-page-list .ccm-block-page-list-title a {
	min-height: 44px;
	height: auto;
	font-size: 0.7rem;
}

.ccm-page .ccm-block-page-list-title a {
	color: #000 !important;
	text-decoration: underline;
	display: inline-block;
	min-height: 45px;
	min-width: 45px;
}

.ccm-page .fc-state-active {
	color: #000 !important;
}

/***************************************
****************************************
****
****     MEDIA QUERIES
*****
/***************************************
***************************************/
@media screen and (max-width: 1550px) {
	#header-iama {
	}
	#header-search {
	}
	#header-nav {
	}
	.about-resources div {
		height: 230px;
	}
	.about-resources div img {
		height: 150px;
		width: 150px;
		left: 12%;
	}
	.about-resources div span {
		position: absolute;
		top: 150px;
		width: 100%;
		padding: 0px 11%;
	}
}

@media screen and (max-width: 1350px) {
	.homepage-top-img img {
		bottom: 0%;
	}
	.homepage-stories-page-list .ccm-block-page-list-page-entry-thumbnail {
		bottom: -20%;
		left: -10%;
		width: 120%;
	}
	.homepage-stories-page-list .ccm-block-page-list-description div {
		width: 100%;
	}
	.homepage-stories-page-list .ccm-block-page-list-description a {
		display: block;
		margin: 0 auto 18px;
		padding: 4px;
		width: 160px;
	}
	.homepage-news-page-list .hp-news-top .title {
		font-size: 1.3em;
	}

	.about-resources div {
		width: 30%;
		height: 250px;
	}
	.about-resources div img {
		height: 170px;
		width: 170px;
		left: 10%;
	}
	.about-resources div span {
		top: 180px;
	}
	.ccm-page .content-box {
		width: 275px;

		padding: 15px;
	}
	.ccm-page .content-box p {
		font-size: 1.7em;
		line-height: 1em;
	}
	.ccm-page .content-box img {
		height: 35px;
		width: auto;
	}
}

@media screen and (max-width: 1230px) {
	#header-nav ul li a {
		font-size: 1em;
		padding-top: 30px;
	}

	#header-nav ul li ul li a {
		font-size: 0.9em;
		line-height: 1.1em;
	}

	.meetings-past-page-list .ccm-block-page-list-title > div {
		left: 48%;
	}
	.most-recent-meeting {
		font-size: 1em;
	}
	.most-recent-meeting .ccm-block-page-list-title > div a {
		margin: 17px 30px;
	}
}

@media screen and (max-width: 1090px) {
	.ccm-page .content-box {
		width: 200px;

		padding: 15px;
	}
	.ccm-page .content-box p {
		font-size: 1.7em;
		line-height: 1em;
	}
	.ccm-page .content-box img {
		height: 35px;
		width: auto;
	}
	#header-iama {
	}
	#header-search {
		width: 10%;
	}
	#header-nav {
	}

	#header-nav ul li a {
		font-size: 0.85em;
	}
	#header-nav ul li a::after {
		padding-left: 3px;
	}

	a.long-button {
		font-size: 0.9em;
		padding: 6px 0;
	}
	a.long-button:after,
	a.long-button > span {
		display: none;
	}
	.homepage-top-img {
		height: 500px;
	}
	.homepage-top-img img {
		left: -10%;
		max-width: 8000%;
		width: 120%;
	}
	.homepage-top {
		height: 500px;
		margin-top: -500px;
	}
	.homepage-top .medium-8 {
		height: 500px;
		width: 54%;
	}
	.homepage-top .medium-4 {
		width: 46%;
	}
	.homepage-top .medium-8 p {
		font-size: 1.4em;
	}
	.popular-links p > a {
		font-size: 1.2em;
		height: 166px;
	}
	.popular-links p > a i {
		padding-top: 20px;
	}
	.popular-links ul li {
		width: 46%;
	}
	.popular-links ul li a {
		font-size: 0.75em;
		height: 79px;
		padding: 13px 2px;
	}
	.popular-links ul li a i {
		font-size: 1.6em;
	}

	.reports-block a {
		margin-right: 3%;
		padding: 19px 6px 17px;
		width: 30.3333%;
	}
	.reports-block p {
		font-size: 0.8em;
	}
	.sidebar-link p {
		font-size: 0.8em;
	}

	.about-resources div {
		width: 30%;
		height: 220px;
	}
	.about-resources div img {
		height: 140px;
		width: 140px;
		left: 10%;
	}
	.about-resources div span {
		top: 150px;
		font-size: 0.9em;
		line-height: 1.3em;
	}
	.board-tac ul li {
		font-size: 0.75em;
	}

	.most-recent-meeting {
		padding: 14px 18px;
	}
	.most-recent-meeting i.fa-users {
		float: none;
		font-size: 0.95em;
		display: inline-block;
		padding: 0;
	}
	.most-recent-meeting h4 {
		display: inline-block;
		padding: 0;
	}
	.meetings-past-page-list .ccm-block-page-list-entry {
		padding: 7px 0;
	}
	.meetings-past-page-list .ccm-block-page-list-entry > a {
		font-size: 0.9em;
	}
	.meetings-past-page-list .ccm-block-page-list-title > div {
		position: static;
	}
	.meetings-past-page-list .ccm-block-page-list-title > div a {
		margin: 2px 0 0 15px;
		padding: 2px 7px;
	}
	.most-recent-meeting .ccm-block-page-list-title > div {
		position: absolute;
	}
	.most-recent-meeting .ccm-block-page-list-title > a {
		display: block;
	}
	.most-recent-meeting .ccm-block-page-list-title > div a {
		margin: 9px 18px;
		padding: 3px 8px;
	}
}

@media screen and (max-width: 956px) {
	#mobile-menu-content.opened {
		top: 0px;
		z-index: 500;
	}

	#mobile-menu-button {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		padding: 5px;
	}

	.ccm-toolbar-visible #mobile-menu-button {
		top: 48px;
	}

	#mobile-menu-content ul li a {
		font-size: 1rem;
	}

	#mobile-menu-content ul li {
		padding: 8px;
	}

	#mobile-menu-text {
		width: 100%;
		font-size: 1.15rem;
	}

	#header-container {
		width: 50% !important;
		padding: 10px;
	}

	#header-container-mobile {
		display: block;
		position: fixed;
		top: 0px;
		right: 0;
		z-index: 500;
		width: 50%;
	}
	#header-nav {
		display: none;
	}
	#header-iama {
	}
	#header-search {
	}
	#header-logo {
	}

	#header-nav ul li a::after {
		content: none;
	}
	#header-nav ul li {
		width: 100px;
	}
	#header-nav ul li ul li a {
		font-size: 0.8em;
		line-height: 1.1em;
		padding-left: 10px;
	}

	.homepage-stories-page-list {
		height: 270px;
	}
	.homepage-stories-page-list .ccm-block-page-list-title a {
		font-size: 1.1em;
	}
	.homepage-stories-page-list .ccm-block-page-list-page-entry-thumbnail {
		bottom: 0;
		left: -25%;
		width: 180%;
	}
	.homepage-stories-page-list .ccm-block-page-list-description div {
		font-size: 0.75em;
	}
	.homepage-news-page-list .hp-news-top {
		height: 269px;
		flex-direction: column;
	}
	.homepage-news-page-list .hp-news-top .title {
		width: 100%;
	}
	.homepage-news-page-list
		.hp-news-top
		.ccm-block-page-list-page-entry-thumbnail {
		width: 100%;
	}
	.text-block h2 {
		font-size: 1.3em;
	}
	.text-block h3 {
		font-size: 1.1em;
	}
	.text-block p {
		font-size: 0.85em;
		line-height: 1.4em;
	}
	.history-left blockquote {
		font-size: 0.85em;
		line-height: 1.4em;
	}

	.pr-resources-list li > span {
		font-size: 0.7em;
		height: 85px;
		width: 85px;
	}
	.pr-resources-list li > a {
		height: 85px;
		line-height: 0.95em;
		width: 85px;
	}
	.pr-resources-list li > a span {
		font-size: 2.8em;
		line-height: 1em;
	}
	.pr-resources-list li > a:after {
		display: none;
	}

	.about-resources div {
		width: 30%;
		height: 200px;
	}
	.about-resources div img {
		height: 120px;
		width: 120px;
		left: 10%;
	}
	.about-resources div span {
		top: 130px;
		font-size: 0.9em;
		line-height: 1.3em;
	}
}

@media screen and (max-width: 800px) {
	#header-nav ul li {
		width: 90px;
	}
	#header-nav ul li a {
		font-size: 0.8em;
	}
	.ccm-toolbar-visible #header-container {
		max-width: 50%;
	}
	#header-nav ul li a::after {
		padding-left: 5px;
	}
	.about-resources ul li {
		font-size: 0.75em;
	}
	.about-resources ul li img {
		height: 70px;
		width: 70px;
	}
	.history-right ul li {
		border-width: 5px;
		font-size: 0.9em;
		padding-left: 30px;
	}
	.history-right ul li i {
		font-size: 1.6em;
		left: -26px;
		padding: 10px;
	}
	.history-right ul li span {
		font-size: 1.6em;
	}

	.most-recent-meeting .ccm-block-page-list-title > div {
		display: block;
		height: auto;
		margin-top: 8px;
		padding: 8px 0;
		position: static;
		width: 100%;
	}

	.about-resources div {
		width: 30%;
		height: 180px;
	}
	.about-resources div img {
		height: 100px;
		width: 100px;
		left: 10%;
	}
	.about-resources div span {
		top: 105px;
		font-size: 0.8em;
		line-height: 1.3em;
	}

	.other-projects .ccm-block-page-list-page-entry {
		width: 100%;
	}
}

@media screen and (max-width: 890px) {
	#header-iama {
		width: 100px;
	}
	#header-search {
	}
	#header-nav {
	}

	#header-nav ul li a {
		font-size: 0.85em;
	}
	#header-nav ul li a::after {
		padding-left: 5px;
	}

	a.hover-button:after {
		display: none;
	}
	.breadcrumb-title {
		font-size: 0.9em;
	}
	.map-address-form input {
		width: 84%;
	}
	.map-address-form i {
		width: 16%;
	}

	.homepage-top-img {
		height: 570px;
	}
	.homepage-top .medium-8 {
		height: 360px;
		width: 46%;
	}
	.homepage-top .medium-8 p {
		font-size: 1.1em;
	}
	.homepage-top .medium-4 {
		width: 54%;
	}
	.homepage-top {
		height: 360px;
		margin-top: -360px;
	}
	.popular-links {
		padding-top: 86px;
	}

	.doc-list {
		border: 0;
	}
	.doc-list ul li a {
		margin-bottom: 4px;
	}
	.doc-list a.hover-button {
		margin-top: 10px;
	}

	.homepage-news-page-list .hp-news-top .title {
		font-size: 1.1em;
		width: 40%;
	}
	.homepage-news-page-list
		.hp-news-top
		.ccm-block-page-list-page-entry-thumbnail {
		width: 100%;
	}
	.homepage-news-page-list .ccm-block-page-list-title a {
		font-size: 1em;
	}
	.homepage-news-page-list a.hover-button {
		line-height: 1.3em;
		padding: 8px;
	}
	.homepage-news-page-list .ccm-block-page-list-description div {
		line-height: 1.2em;
		padding: 6px 0;
	}
	.homepage-news-page-list .ccm-block-page-list-page-entry-read-more a {
		font-size: 1.1em;
	}

	.about-intro ul li {
		font-size: 0.8em;
		height: 104px;
		padding: 0 4%;
	}
	.about-intro ul li span {
		font-size: 3.8em;
	}
	ul.slider li {
		font-size: 0.8em;
	}
	.board-tac ul li {
		background-color: #fff;
		border-bottom: 2px solid #ddd;
		width: 100%;
	}

	.reports-block a {
		font-size: 0.8em;
	}
	.reports-block a i {
		font-size: 1.5em;
	}
	.reports-block p.notes {
		border-top-width: 4px;
		font-size: 0.75em;
		line-height: 1.2em;
	}
	.sidebar-link p {
		font-size: 0.7em;
	}
	.about-sidebar a {
		font-size: 1em;
		padding: 8px 12px 6px;
	}
	.about-sidebar a i {
		font-size: 1.5em;
		padding-bottom: 3px;
	}
	.ccm-page .content-box {
		top: auto;
		bottom: 0;
		width: 100%;

		height: 100px;
	}
	.ccm-page .content-box p {
		font-size: 1.5em;
		margin-bottom: 5px;
	}
}

@media screen and (max-width: 725px) {
	#header-iama {
	}
	#header-search {
	}
	#header-logo {
	}
	.doc-list {
		margin: 17px 0;
	}
	.about-intro p {
		font-size: 0.9em;
		line-height: 1.3em;
	}
}

@media screen and (max-width: 640px) {
	#header-iama {
	}
	#header-search {
		width: 46px;
	}
	#header-logo {
	}
	#i-am-a p {
		font-size: 0.8em;
	}
	#map-area,
	#map {
		height: 300px !important;
	}
	.doc-list {
		text-align: center;
	}
	.homepage-projects-page-list .hover-button {
		display: block;
		margin: 0 auto;
		width: 150px;
	}

	a.long-button {
		width: 100%;
	}
	.breadcrumb-title {
		font-size: 0.75em;
		padding: 14px;
	}
	.breadcrumb-title i {
		margin-right: 11px;
	}
	.breadcrumb-title .columns > span {
		margin-right: 7px;
	}

	.homepage-top-img {
		height: 550px;
	}
	.homepage-top-img img {
		width: 180%;
	}
	.homepage-top .medium-8 {
		width: 100%;
	}
	.homepage-top .medium-8 p {
		bottom: 0;
		font-size: 1em;
	}
	.homepage-top .medium-8 p span {
		font-size: 2.6em;
	}
	.homepage-top .medium-4 {
		display: none;
	}
	div.ccm-block-page-list-wrapper.homepage-news-page-list {
		margin-bottom: 30px;
	}
	.pr-resources-list li {
		margin: 0 4%;
		width: 40%;
	}
	.pr-resources-list li > span {
		margin: 20px auto 0;
	}
	.pr-resources-list li > a {
		margin: 20px auto 0;
	}

	.about-intro ul li {
		border-width: 2px;
		height: 84px;
		margin: 0px 0;
		padding: 0 2%;
		width: 49%;
	}
	.about-intro ul li:nth-of-type(2) {
		border-right: 0;
	}
	.about-intro ul li span {
		font-size: 2.8em;
	}

	.doc-list {
		padding: 0 5px;
	}
	.homepage-projects-page-list {
		padding: 10px 15px 18px;
	}
	.history-right ul li {
		padding-bottom: 20px;
	}

	#footer {
		height: auto;
		text-align: center;
	}
	#footer > div a {
		display: inline-block;
		margin-left: 5px;
	}
	#footer-right {
		margin: 5px 0;
		position: static;
	}
	#social-media a {
		margin-bottom: 8px;
	}

	.project-img img {
		display: block;
		margin: 0 auto 18px;
		width: 80%;
	}
	.about-resources div {
		width: 30%;
		height: 200px;
	}
	.about-resources div img {
		height: 120px;
		width: 120px;
		left: 10%;
	}
	.about-resources div span {
		top: 130px;
		font-size: 0.9em;
		line-height: 1.3em;
	}
}

@media screen and (max-width: 501px) {
	.ccm-page #utility-nav ul {
		gap: 20px;
	}
	.ccm-page #utility-nav ul li a {
		font-size: 0.8em;
	}
}

@media screen and (max-width: 485px) {
	#header-iama {
	}
	#header-search {
		width: 30px;
	}
	#i-am-a p {
		font-size: 0.8em;
	}
	.ccm-page #utility-nav ul {
		gap: 0px;
	}
	.page-template-home .newsevents .small-12.medium-6 {
		padding: 0px;
	}
	.homepage-news-page-list .hp-news-top .title {
		width: 100%;
	}
	.reports-block a {
		font-size: 0.75em;
		height: 66px;
		margin-bottom: 6px;
		padding: 9px;
		width: 46%;
	}
	.reports-block p.notes {
		margin-top: 3px;
		width: 100%;
	}
	.about-resources ul li {
		font-size: 0.7em;
		width: 32%;
	}
	.about-resources ul li img {
		height: 50px;
		width: 50px;
	}
	.about-sidebar a {
		font-size: 0.9em;
		height: auto;
	}

	.meetings-past-page-list .ccm-block-page-list-title > a {
		font-size: 0.85em;
	}
	.about-resources div {
		width: 50%;
		height: 210px;
	}
	.about-resources div img {
		height: 140px;
		width: 140px;
		left: 15%;
	}
	.about-resources div span {
		top: 140px;
		font-size: 1em;
		line-height: 1.3em;
	}
}

@media screen and (max-width: 385px) {
	.row.subpage-container {
		padding: 0;
	}

	#header-iama {
	}
	#header-search {
		width: 20%;
	}
	#i-am-a p {
		font-size: 0.8em;
	}
	.homepage-stories-page-list .ccm-block-page-list-title a {
		font-size: 1.1em;
		padding: 14px;
	}
	.homepage-stories-page-list .ccm-block-page-list-description div {
		line-height: 1.3em;
		padding: 12px;
	}
	.meetings-past-page-list {
		padding: 0 4%;
	}
	.about-resources div {
		width: 50%;
		height: 180px;
	}
	.about-resources div img {
		height: 110px;
		width: 110px;
		left: 10%;
	}
	.about-resources div span {
		top: 115px;
		font-size: 0.8em;
		line-height: 1.3em;
	}
}

@media screen and (max-width: 290px) {
	#header-iama {
		width: 90px;
	}
	#header-search {
		width: 24%;
	}
	#i-am-a p {
		font-size: 0.7em;
	}
}
