/*******************************

GLOBAL STYLES

*******************************/
html, body {
  height: 100%;
}

body {
  font-size: 17px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  font-family: "proxima-nova",sans-serif;
  height: 100%;
  color: #1e222d;
  position: relative;
  letter-spacing: 0.2px;
}

p, ul, ol, dl, figure, table, blockquote, hr {
  margin: 0 0 1em 0;
	line-height: 1.75;
}

ul li{
  margin: 0 0 0.25rem 0;
}


h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
	color: #2e3237;
}

h1 {
  font-size: 2em;
  line-height: 1.665;
  margin: 0 0 2.5rem 0;
}

h2 {
	margin-top: 5rem;
  	font-size: 2rem !important;
  	line-height: 1.25;
}

h3 {
	margin-top: 3.5rem;
  	font-size: 1.35em;
  	line-height: 1.185;
}

h4 {
	font-size: 1.125em;
    line-height: 1.333;
    margin-top: 1.75em;
    color: #63686e;
}

h5 {
  font-size: 1.125em;
  line-height: 1.333;
	margin-bottom:0;
	padding-top: 1.5rem;
}

h6 {
  font-size: 0.85em;
  line-height: 1.5;
	opacity: .75;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 10px;
}

a {
  color: #00638b;
}

a:focus{
	border: 2px solid #00638b;
}

/*******************************

BUTTON STYLES

*******************************/
.btn-cell > p{
	margin-bottom: 0;
}
.btn-cell > p > a{
    display: inline-block;
    background-color: #009CDC;
    color: #fff;
    /*box-shadow: 0 2px 8px rgba(0, 46, 66, 0.2), 0 3px 9px rgba(0, 46, 66, 0.2);*/
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in;
	border: none;
	padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
	width: 100%;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
}

.btn-cell > p > a:hover{
  background-color: #00587a !important;
  color: #ffffff !important;
  text-decoration: none;
}

.btn--standard{
    display: inline-block;
    background-color: #009CDC;
    color: #fff;
    /*box-shadow: 0 2px 8px rgba(0, 46, 66, 0.2), 0 3px 9px rgba(0, 46, 66, 0.2);*/
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in;
	display: block;
	border: none;
}

.btn-secondary{
	background: none;
	border: 2px solid #2e6da4;
	color: #2e6da4;
	width: 100%;
}

.btn--standard:hover {
  background-color: #008cc6;
  color: #ffffff;
  text-decoration: none;
}

.btn--small{
	padding: 5px 8px;
}

.btn-primary a{
	color: #ffffff;
}


a.cta-btn {
  display: inline-block;
  background-color: #139FE6;
  color: #FFFFFF;
  border-radius: 50px;
  padding: 8px 14px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  z-index: 500;
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
}

a.cta-btn:hover {
  background-color: #0391CB;
}

.article-subhead{
	margin-top: 0px;
}

.article__heading>.timestamp{
	font-size: 3rem;
}
.article p a, .article li a {
  border-bottom: 2px solid #a7d4e7;
  transition: all .15s ease-in-out;
}

.article p a:hover, .article li a:hover {
  color: #009cdc;
  text-decoration: none;
  background-color: #EAEBED;
}

.type--xlarge {
  font-size: 2.566em;
  line-height: 1.142em;
  margin-bottom: 2rem;
}

.type--xlarge h1 {
  font-size: 1.25em;
  line-height: 1.142em;
  margin-bottom: 2.5rem;
}

.type--large {
  font-size: 2.566em;
  line-height: 1.169;
}

.type--med {
  font-size: 1.266em;
  line-height: 1.184;
}

.type--small {
  font-size: 0.899em;
}

.type--xsmall {
  font-size: 0.750em;
  line-height: 1.5;
}

.color--light-gray{
	color: #C6CBD5;
}
.color--green{
	color: #22c576;
}
.content__icon {
  color: teal;
}

.social-icon--facebook {
  color: #3b5999;
}

.social-icon--twitter {
  color: #55acee;
}

.social-icon--instagram {
  color: #e4405f;
}

.social-icon--youtube {
  color: #cd201f;
}

.social-icon--linkedin {
  color: #0077B5;
}

@media (min-width: 320px) {
  body {
    font-size: 16px;
  }
}

/*******************************

HEADER STYLES

*******************************/
header {
  background-color: #0294d0;
  color: #ffffff;
  padding-bottom: 3px;
}

header a {
  color: #ffffff;
}

.header-utilities__list {
  padding-top: 15px;
  margin-bottom: 0;
}

.header-utilities__list--social-icon {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 15%);
}

.list-inline-item{
	vertical-align: middle;
}

.connect-nav-logo{
	fill:#ffffff;
	height: 35px;
	width: 120px;
	transition: all .15s ease-in-out;
}

.connect-nav-logo:hover{
	fill:#00587A;
}


.header-search {
  margin: 0;
  position: relative;
}

.header-search__input {
  background-color: #009CDC;
  border: none;
  width: 100%;
  padding: 3px 10px;
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
}

.header-search__input::placeholder {
  color: #ffffff;
}

.header-search__input:focus {
  outline: 1px solid #ffffff;
}

.header-search__btn {
  background-color: #007DBB;
  color: #ffffff;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px 10px;
  outline: none;
}

.header-contact {
  padding: 2.85rem;
}

@media (min-width: 320px) {
  .desktop-header {
    display: none;
  }
}
@media (min-width: 767px) {
  .desktop-header {
    display: block;
  }
}


/*****************************************

GOOGLE CUSTOM SEARCH STYLES (NAV BAR)

*****************************************/

.header-nav-search {
    background: none !important;
	font-size: 18px !important;
	
}


.header-nav-search input {
    background: none !important;
    border: none !important;
    border-bottom: 2px solid #ffffff !important;
    color: #ffffff;
	width: 90% !important;
	height: 30px !important;
	box-shadow:none !important;
	float: right;
	margin-bottom: 15px;		
}



.header-nav-search button {
    font-size: 15px !important;
    padding: 6px 0 6px 12px !important;
    border: none !important;
    background: none !important;
}


.header-nav-search input::-webkit-input-placeholder, 
.header-nav-search input::-webkit-input-placeholder, 
.header-nav-search input::-webkit-input-placeholder,
.header-nav-search input::-webkit-input-placeholder{
  color: #ffffff !important;
  text-indent: 0;
	font-size: 18px !important;
}
.main-search__input::-webkit-input-placeholder{
	  color: #C4E9FB;
}

.main-search__btn {
  background: #00587a;
  color: #C4E9FB;
  border-radius: 0;
  position: absolute;
  right: 15px;
  top: 0;
  font-size: 1em;
}

.footer-search{
	background-color: #002C3D;
	padding: 30px 0;
}

.main-search__container{
 	background: #00587A;
	padding: 5px;
}


.main-search__input{
	background: none;
	border:none;
	box-shadow: none;
	color: #ffffff;
}

.footer-search__btn{
  background: #00587a;
  color: #C4E9FB;
  border-radius: 0;
  position: absolute;
  right: 15px;
  top: 5px;
  font-size: 1em;
}



/*************************************************

GOOGLE CUSTOM SEARCH STYLES (SEARCH RESULTS PAGE)

***************************************************/
.search-result{
	margin: 30px 0; 
}


@media (max-width: 992px) {
	.search-result{
		margin: 30px 0; 
	}
}


/*******************************

NAV STYLES

*******************************/
.nav-logo {
  height: 75px;
  padding: 15px 0 15px 0;
  width: auto;
}

.cosg__nav {
  background: #0294d0;
  margin-bottom: 0;
  border-radius: 0;
  border: none;
  position: relative;
  z-index: 1000;
}

.cosg__nav .navbar-nav > li > a {
  color: #ffffff;
  font-size: 1.25em;
  padding: 10px 25px 0 0;
  font-weight: 400;
  position: static;
}

.cosg__nav .navbar-nav > li > a:hover {
  color: #ffffff;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background-color: #0294d0;
  color: #ffffff;
}

.nav > li {
  position: static;
}

.dropdown .megamenu-sub {
  position: absolute;
  z-index: 2;
  min-width: initial;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background-color: #00587A;
  padding: 30px 0;
  box-shadow: inset 0 2px 10px #002C3D;
  transition: all .35s ease-in-out;
}

.nav-subgroup {
  border-left: 2px solid #002C3D;
  margin-bottom: 45px;
}

.list-group-item.nav__item {
  background-color: inherit;
  color: #ffffff;
  border-radius: 0;
  padding: 0 15px 5px 15px;
  border: none;
}

.list-group-item.nav__item:hover {
  color: #c4e9fb;
  background: none;
  text-decoration: underline;
}

.list-group-item__heading {
  color: #c4e9fb;
  font-weight: 300;
  font-size: 1.75em;
  margin-bottom: 1.5rem;
}

.list-group .list-group-item.list-group-item__heading:hover {
  text-decoration: none;
  color: #ffffff;
}

.nav-search--desktop {
  padding-top: 5px;
  color: #ffffff;
	  width: 270px;
}

.nav-search--desktop__input {
  background: none;
  border: none;
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
}

.nav-search--desktop__input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}

.nav-search--desktop__input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}

.nav-search--desktop__input:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}

.nav-search--desktop__input:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}

.nav-search--desktop__btn {
  background: none;
  border: none;
}

.nav-search--tablet--trigger {
  cursor: pointer;
}

.nav-search--tablet--trigger:hover {
  color: #002C3D;
}

.nav-search--tablet {
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0;
  padding: 30px 20px;
  background-color: #00587A;
  box-shadow: inset 0 2px 10px #45494F;
  display: none;
}

.nav-search--tablet__form {
  position: relative;
}

.nav-search--tablet__input {
  width: 100%;
  background: none;
  border: none;
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
}

.nav-search--tablet__input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}

.nav-search--tablet__input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}

.nav-search--tablet__input:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}

.nav-search--tablet__input:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}

.nav-search--tablet__btn {
  background: none;
  border: none;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
}

.nav-search--mobile {
  padding: 1.5rem 10px;
  background-color: #00587A;
  margin-top: -8px;
  margin-bottom: 15px;
}

.nav-search--mobile__form {
  position: relative;
}

.nav-search--mobile__input {
  width: 90%;
  border: none;
  padding: 5px;
  color: color: #C4E9FB;
  position: absolute;
  top: 50%; 
  left: 15px; 
  transform: TranslateY(-50%);
}

.nav-search--mobile__btn {
  color: #C4E9FB;
  border: none;
  position: absolute;
  padding: 5px;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #00587A;
}

@media (max-width: 1200px) {
  .nav-search--tablet.active {
    display: block;
  }
  .nav-search--desktop {
	width: 100px;
  }
}
@media (max-width: 992px) {
  .cosg__nav .navbar-nav > li > a {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu.megamenu-sub {
    background-color: #00587A;
    box-shadow: inset 0 2px 10px #002d3e;
  }

  .cosg__nav .navbar-nav > li > a {
    font-size: 1.25em;
    padding: 20px 10px 10px 10px;
  }

  .nav-logo {
    height: 70px;
    padding: 15px 0 15px 0;
    width: auto;
  }

  .cosg-nav--toggle {
    border: none;
    color: #ffffff;
    font-size: 2.5rem;
    padding: 5px 8px;
    margin-top: 15px;
    border-radius: 0;
  }

  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #00587A;
  }

  .navbar-header {
    box-shadow: 0 2px 10px #002C3D;
    z-index: 500;
    position: relative;
  }
}
.breadcrumbs {
  background: #00587A;
  border-top: 1px solid #002C3D;
}

.breadcrumb--mod {
  background: none;
  margin-bottom: 0;
  color: #FFFFFF;
}

.breadcrumb--mod .breadcrumb-item a{
	color: #C4E9FB;
}



/*******************************

ALERT STYLES

*******************************/
.alert--warning {
  background-color: #fff5f5;
  color: #c53030;
  padding: 2rem;
  border-radius: 0;
  margin-bottom: 1.5em;
  border-top: 5px solid #f56565;
	border-bottom: 1px solid #f56565;
	border-left: 1px solid #f56565;
	border-right: 1px solid #f56565;
 /*box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);*/
}


.alert--notice h2{
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 900;
	font-size: 1.25em;
	color: #00587a;
}


.alert--warning a{
	color: #c53030;
	border-bottom: 2px solid #c53030;
}

.alert--notice {
  background-color: #ebf8ff;
  border-top: 5px solid #009CDC;
  border-bottom: 1px solid #009CDC;
  border-left: 1px solid #009CDC;
  border-right: 1px solid #009CDC;
  color: #00577a;
  padding: 2rem 2rem 0 2rem;
  border-radius: 0;
  margin-bottom: 30px;
  font-weight: 600;
}

.alert--notice strong{
	font-weight: 900;
}

.alert--notice h4{
	font-weight: 900;
}

.alert--notice p a, .alert--notice li a{
	color: #009cdc;
	border-bottom: 2px solid #009cdc;
}

.alert--notice i{
	color: #009cdc;
}

.alert--notice a:focus, .alert--warning a:focus{
	text-decoration:none;
}

.alert--notice p a:hover{
  color: #ffffff;
  text-decoration: none;
  background-color: #009cdc;
}

.alert--warning a:hover{
  color: #D62839;
  text-decoration: none;
  background-color: #ffffff;
}


.hero {
  height: 0;
  padding-bottom: 25%;
  overflow: hidden;
  opacity: 0;
  transition: all .35s ease-in-out;
}

.hero.heroFadeIn{
  opacity: 1;
}

.no-hero {
  display: none;
}

@media (min-width: 320px) {
  body {
    position: relative;
  }

  .hero {
    padding-bottom: 50%;
  }
}
@media (min-width: 768px) {
  .hero {
    padding-bottom: 25%;
  }
}
#myScrollspy {
  margin-top: 1.5rem;
}

.sidenav {
  padding: 0;
  margin: 0;
  width: 210px;
  padding-right: 15px;
  position: relative;
  /*border-right: 1px solid #cccccc;*/
}

.sidenav li {
  list-style-type: none;
  margin-bottom: 1.5rem;
}

.sidenav li a {
  display: inline-block;
  padding: 4px 0 0 10px;
  width: 90%;


}

/********************************************

Right Rail Widget

********************************************/
.right-card{
    margin-top: 30px;
    padding: 15px;
    background-color: #f6f9fc;
    border-radius: 8px;
    box-shadow: 0 11px 10px -12px rgba(130, 197, 233, 0.75);
    border: 1px solid #dfdfdf;
}

.right-card ul{
	margin: 15px 0 0 10px;
	font-size: 0.899em;
}
.right-card ul li{
	padding:0 0 15px 0;	
	line-height: 1.25;
	/*border-bottom: 1px solid #e6e6e6;*/
}

.right-rail__widget{
    padding: 15px;
    background-color: #fdfdfd;
    border-radius: 8px;
    box-shadow: 0 11px 10px -12px rgba(130, 197, 233, 0.75);
    border: 1px solid #dfdfdf;
}
.right-rail__widget h3{
    font-size: 1.25em;
}
.right-rail__widget ul{
	margin: 15px 0 0 10px;
	font-size: 0.899em;
}
.right-rail__widget ul li{
	padding:0 0 15px 0;	
	line-height: 1.25;
	/*border-bottom: 1px solid #e6e6e6;*/
}

/********************************************

SIDENAV (RIGHT RAIL)

********************************************/
.important-links {
    padding: 0;
	width: 230px;
	float: right;
}


.sideNav {
    background: #fdfdfd;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 11px 10px -12px rgb(130 197 233 / 75%);
    border: 1px solid #e4e5ef;
    margin-bottom: 30px;
}

.sideNav h3{
	font-size: 1.25em;
}
.sideNav span{
	display: block;
    opacity: .65;
    margin: 15px 0;
	font-size: .85em;
	text-transform: uppercase;
	font-weight:bold;
}
.sideNav ul{
	margin: 15px 0 0 11px;
}
.sideNav ul li {
    padding: 0;
    line-height: 1.25;
    margin-bottom: 15px;
}

.sideNav ul li div{
	padding-left: 10px;
}



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

.sideNav ul li.sideNav--active{
	border-left:4px solid #009cdc;
}

.sideNav ul li a{
	color: #00587a;
}

.sideNav ul li a.section-links--active {
    padding-left: 7px;
    border-left: 3px solid #0479A8;
    margin-left: -10px;
	color: #0479A8;
	font-weight: 700;
}

@media(max-width: 992px){
	.sideNav {
		background: #f6f9fc; 
		border-radius: 0px;
		padding: 15px;
		box-shadow: none;
		border: none; 
	}
	
	.sideNav.type--small{
		font-size: 16px;
	}

}
@media (max-width: 767px) {
	.important-links {
		width: 100%;
		float: left;
	}
	.sideNav h3{
	font-size: 1.75em;
	}
}
.expand-subnav-btn {
  padding: 2px 4px;
  opacity: .5;
  cursor: pointer;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.close-subnav-btn {
  transform: rotate(-540deg);
}

.subnav--active {
  font-weight: bold;
  border-left: 4px solid #00587A;
}

.subnav {
	border-left: 2px solid #F2F3F7;
  margin: 1.5rem 0 0 15px;
  padding: 0;
}

.subnav-hidden {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.subnav-visible {
  max-height: 1000px;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.affix {
  position: fixed;
  top: 20px;
}

.main-content {
  min-height: 500px;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

/************************************

ARTICLE SECTION

************************************/
.article{
	margin-bottom: 30px;
}


article header {
  margin-bottom: 3rem;
}
article header .article__heading {
  font-weight: 300;
}
article header .timestamp {
  width: 100%;
  color: #999999;
  font-style: italic;
}

.pdf-thumb_tile{
	text-align: center;
	background-color: #F2F3F7;
	padding: 15px;
	margin: 0 0 15px 0;
}

.pdf-thumb_tile img{
	margin: 0 auto 15px 0;
}
.pdf-grid {
    display: flex;
    align-items: center;
}

.pdf-grid h2{
	margin-top: 0;
}

@media(max-width: 480px){
.pdf-grid {
    flex-direction: column-reverse;
}

}

.event-info {
  padding: 0;
  color: #999999; }

.event-info__icon {
  display: inline-block;
  width: 1em;
  margin-right: 5px;
  color: #009CDC; }

.pop{
  cursor: pointer;
}

@media(max-width: 480px){
.pdf-thumb_tile{
	text-align: center;
	
	margin: 0 0 15px 0;
}

}



/************************************

TABLE STYLES

************************************/

.table{
	margin-top: 1.5em;
	margin-bottom: 0;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    line-height: 1.75;
	
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #edf6f9;
}

.table tbody tr td{
	border-top: none;
}


.data-table > thead{
	background-color: #F2F3F7;

}

.data-table > thead > tr > th{
	font-weight: 500;
	color: #4a4a4a;
	font-size: 14px;
	padding: 16px 8px;
}

.data-table tbody tr td{
	padding: 12px 8px;
	border-top: none;
}




/************************************

BYLAWS LIST SECTION

************************************/

.list-group li a{
	border-bottom: 0;
}

li.sub-list{
	padding-left: 15px;
	margin-bottom: 5px;
	    border-bottom-right-radius:  0;
    border-bottom-left-radius: 0;
	border-top-left-radius: 0;
    border-top-right-radius: 0;
}

li.sub-list a{
	border-left: 2px solid #002C3D;
    background: none;
    padding: 5px 15px;
    margin-left: 35px;
    display: inline-block;
	color: #555;
}

@media(max-width: 480px){
	li.sub-list{
		padding-left: 0px;
		font-size: 12px;
	}

}


/************************************

CITYPULSE CARD STYLE

************************************/
.magazine-card{
	margin-bottom: 30px;
	text-align: center;
}
.magazine-card img {
    width: 100%;
	height: auto;

}

.past-issues ul li a::after{
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f15b"; display:inline-block; margin-left: 5px;
}

#archiveList ul{
	padding: 0;
}


#archiveList ul li{
	list-style-type: none;
}

#archiveList ul li a{
	display: block;
    border: none;
    background-color: #EFF3FA;
    margin-bottom: 10px;
    font-weight: 600;
    color: #555;
    padding: 10px 15px;
}

#archiveList ul li a::before {
    font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f360"; 
	margin-right: 10px;
	color: #00587A;
  }



.citypagearchiveList{
	padding: 0;
}


.citypagearchiveList li{
	list-style-type: none;
}

.citypagearchiveList li a{
	display: flex;
	align-items: center;
    border: none;
    background-color: #EFF3FA;
    margin-bottom: 10px;
    font-weight: 600;
    color: #555;
    padding: 10px 15px;
}

.citypagearchiveList li a i {
    margin-bottom: 0;
    padding-left: 5px;
    margin-top: -2px;
}


/************************************

PULL QUOTE STYLE

************************************/



.pull-quote {
	margin: 0 0 20px 25px;
    max-width: 250px;
    padding: 0 0 25px 0px;
    text-align: center;
    background-color: #f7fcff;
    box-shadow: 0 11px 10px -12px rgb(130 197 233 / 75%);
    border: 1px solid #dfdfdf;
    border-radius: 12px;
    overflow: hidden;
}


.pull-quote img {
    display: block;
    margin: 0 auto 15px auto;
	max-width: 100%;
}

@media(max-width: 480px){
	.pull-quote{
		max-width: none;
		width: 100%;
		margin: 15px 0;
	}

}

/************************************

ACCORDION STYLE

************************************/
.accordion-section {
    padding: 0 15px;
}
.panel{
	box-shadow:none;
	border:none;
}

.panel-heading.accordion-heading{
	background-color: #eff3fa;
	border:none;
	padding: 18px 16px;
}


/************************************

SNOW REMOVAL SECTION

************************************/
.snow-route{
	padding:0;
}

.snow-routes .panel{
	margin-bottom: 10px;
}

.snow-route__icon{
	color: #CFD8DC;
}
.snow-route__addr--route{
	font-style: italic;
}

.snow-route__status {
    padding:17px;
    text-align: center;
border-left: 1px solid #cccccc;
	background: #CFD8DC;
}

.snow-route-notice{
	margin-bottom: 1.5rem;
}

.snow-route__status--active{
	padding: 17px;
	text-align: center;
    background: #FFEB3B;
    font-weight: bold;
}

.snow-route__icon{
    padding: 5px 15px;
}
.snow-route__addr{
    padding: 5px 15px;
}

#west th{
    background-color: #009CDC;
	color: #ffffff;
}

#east th{
    background-color: #D62839;
	color: #ffffff;
}

.res-snow__status--scheduled{
	background-color: #FFEE58;
	color: #45494F;
	font-weight:bold;
}
.res-snow__status--inactive{}

.res-snow__status--inProgress{
	background-color: #ff4c24;
	color: #000000 !important;
	font-weight:bold;
}
.res-snow__status--completed{
	background-color: #00dc58;
    color: #005915 !important;
    font-weight: bold;
}

.snow-route-notice a {
	border-bottom: 2px solid #EAEBED;
    transition: all .15s ease-in-out;
	color: #ffffff;
}

.snow-route-notice a:hover{
    color: #009cdc;
}

@media(max-width: 480px){
	.snow-route__status, .snow-route__status--active {
		padding:10px;
	}

}


/************************************

COUNCIL PROFILE SECTION

************************************/
.council-table{
	margin-top: 0;
}
.council-member{
	margin-bottom: 1.5em;
	box-shadow: 0 4px 6px hsl(197, 17%, 88%);
	padding-left: 0;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #e2e9ee;
}

.council-member .btn{
	border-radius: 50px;
	margin-bottom: 15px;
}

.council-profilePic{
	 padding-left: 0;
}

.council-name{
  margin-top: 15px;
  font-size: 1.35em;
  font-weight: 700;
}

.council-social ul{
  margin-bottom: 10px;
}

.council-social ul li{
  margin-bottom: 0;
}





.council-social ul li a{
  border-bottom: none;
	font-size: 1em;
	background: none;
}

.council-social ul li a:hover{
  color: #2e6da4;
	background: none;
}

.councilor-accordion{
	min-height: 0;
}

.council-history, .council-resident{
margin-bottom: 1.5rem;
}

.council-email{
	margin-bottom: 10px;
}


.council-profilePanel{
	margin-top: 0;
	margin-bottom:0;
	box-shadow: none;
	min-height: 0;
}

@media(max-width: 768px){
	.council-member{
		padding-right: 0;
	}
	.council-profilePic{
		padding-right: 0;
	}
	
	.council-profilePic img{
		width: 100%;
	}
}

@media(max-width: 568px){
	.council-table>tbody>tr>td{
		display: block;
		width: 100%;
	}
}

/************************************

CHILD PAGE LIST SECTION

************************************/
.child-page-panel {
  border: none;
  border-radius: 0;
  border-top: 1px solid #cccccc;
  margin-top: 3rem;
}

.child-page-panel img{
  width: 100%;
  height: auto;
}

.child-page-panel .caption {
  padding: 0;
}

.caption-heading {
  margin-top: 1.5rem;
  font-size: 1.15em;
}






/************************************

FILE PANEL CSS

************************************/
.file-panel {
  border: none;
  border-radius: 0;
  margin-top: 3rem;
  text-align: center;
}

.file-panel-icon {
  font-size: 2em;
  color: #44b1ac;
}

.child-page-panel .caption {
  padding: 0;
}

.caption-heading {
  margin-top: 1.5rem;
}

/************************************

VIDEO GALLERY SECTION

************************************/

.video-gallery-thumb{
	cursor: pointer;
}

.video-thumb{
	margin-bottom: 15px;
	padding-left: 0;
}
.modal-video-header {
    padding: 15px 15px 0 0;
    border-bottom: none;
    background: white;
}
.modal-video-body {
    padding: 15px;
}

@media (max-width: 567px){
	.photo-gallery_thumb {
		max-height: 52px;
	}
}

/************************************

PHOTO GALLERY SECTION

************************************/
.gallery-thumb {
  opacity: 0;
  transform: translateY(15%);
  transition: all .15s ease-in-out;
  cursor: pointer;
}

.photo-gallery_thumb {
    max-height: 105px;
    overflow: hidden;
    margin-bottom: 15px;
    background-color: #fff;
	
}


.photo-gallery_thumb .thumbnail {
    display: block;
    padding: 8px;
    margin-bottom: 20px;
    background-color: #fff;
    border: none;

}



.thumbnail-fade-in {
  transform: translateY(0);
  opacity: 1;
}

.photo-gallery-modal .modal-body{
	background: #000;
}

.modal.carousel {
    position: fixed;
}

.modal.carousel {
    position: fixed;
}

.modal-content{
	background: #000;
}

.carousel-inner>.item>img{
	margin: 0 auto;
	max-height: 475px;
}



#imagepreview{
	display: block;
	margin: 0 auto;
	width: auto;
	height: 100%;
	max-height: 475px;
	
}

/************************************

BYLAWS SECTION

************************************/
.related-links {
  margin-bottom: 1.5em;
}

.bylaws-list a {
  	border: none;
	background-color: #EFF3FA;
	margin-bottom: 5px;
	font-weight: 600;
}

.related-link__icon {
  margin-right: 1.5rem;
  color: #00587A;
}


/************************************

RELATED LINKS SECTION

************************************/
.related-links {
  margin-bottom: 1.5em;
  margin-top: 0;
  padding: 0 15px;
}

.related-list a {
  	border: none;
	background-color: #EFF3FA;
	margin-bottom: 15px;
	font-weight: 600;
}

.related-link__icon {
  margin-right: 1.5rem;
  color: #00587A;
}


/*******************************

SEARCH STYLES

*******************************/
.search-section{
	padding: 100px 0;
}



/*******************************

FORM STYLES

*******************************/
.umbraco-forms-form{
	margin-bottom: 2em;
}

.umbraco-forms-container{
    padding-left: 0 !important;
}
.umbraco-forms-form h2{
	font-size: 2rem;
}
.umbraco-forms-form fieldset{
	margin: 0 !important;
	padding: 0 !important;
}
.umbraco-forms-field {
    margin-bottom: 1.5em;
	margin-top: 1em;
}

.umbraco-forms-form legend {
	font-weight:800 !important;
    font-size: 1.35em !important;
    line-height: 1.2em;
    display: block;
	padding-top: 30px;
	margin-bottom: 0;
	border-bottom: none;
	border-top: 1px solid #e5e5e5; 
}

.umbraco-forms-indicator{
	color: #b30101;
    font-size: 2rem;
}

.umbraco-forms-form input.text, .umbraco-forms-form input.title, .umbraco-forms-form textarea, .umbraco-forms-form select{
	margin: 0 0 5px 0;
	padding: 5px;
	width: 95%;
	border:none !important;
}

.umbraco-forms-form textarea{
	max-width: 100%;
	min-height: 250px;
}

.radiobuttonlist .radio-group {
    display: inline-block;
}

.radiobuttonlist label {
    margin-right: 10px;
	font-weight: 500 !important;
}

input[type=checkbox], input[type=radio] {
    margin: 10px 0 0 !important;
}
.umbraco-forms-form span.checkboxlist{
    padding: 10px 10px 30px 10px !important;
}

.umbraco-forms-form input.text, .umbraco-forms-form input.title, .umbraco-forms-form textarea, .umbraco-forms-form select {
    margin: 0 !important;
    border: none;
    background: #edf4f8;
    border-radius: 4px;
    max-width: 100% !important;
	width: 100% !important;
	min-width: 100% !important;
}

label.umbraco-forms-label {
    font-weight: bold !important;
	margin-bottom: .5rem;
}

.umbraco-forms-form .checkboxlist label {
	font-weight: 500;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #4e5b64;
    font-style: italic;
    font-size: small;
}

.input-validation-error{
	background-color: rgba(214, 41, 59, .25);
	border: 1px solid #d6293b;
}

.field-validation-error{
	display: block;
	color: #D6283A;
}
.field-validation-error:before{
	font-family: FontAwesome;
    content: "\f06a";
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
}

.umbraco-forms-navigation input{
	background-color: #009CDC;
	color: #ffffff;
}

.checkbox label, .radio label {
    padding-left: 0;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio]{
	margin-left: 0;
}

.umbraco-forms-form .checkboxlist label {
    float: none !important;
    clear: left;
}

.checkbox .umbraco-forms-label{
	display: block;
	margin-left: 20px;
	padding-top: 4px;
}

.umbraco-forms-form .checkbox input{
	float: left;
	position: absolute;
	left: 0;
	top: 0;
}

.umbraco-forms-form span.contourError, .umbraco-forms-form span.field-validation-error {
    color: #826b10 !important;
    border-left: 3px solid #e30000;
	background: none !important;
    background-color: rgb(254 1 1 / 25%) !important;
	padding: 5px 10px;
	margin-top: 10px;
}

.umbraco-forms-form select {
    padding: 6px;
}

/*******************************

NEWS FEED SECTION STYLES

*******************************/
.news-feed__section{
	padding: 2em 0;
}

.news-feed__timestamp{
	color: #a2a4a7;
}





/************************************

CANCELLATION NOTICE STYLE

************************************/
.cancellation-notice{
	margin-top: 20px;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #ddd;
}

.cancellation-notice__heading{
	background-color: #D62839;
	color: #ffffff;
	padding: 15px;
	vertical-align: middle;
}

.cancellation-notice__body{
    padding: 15px;
    background-color: #ffced3;
    color: #d62839;
    font-weight: bold;
}

/************************************

AOE STYLES SECTION

************************************/

.aoe-recipient {
    height: 220px;
}

.icon-grid{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	flex-wrap: wrap;

}



.icon-grid__category {
    display: flex;
    flex-direction: column;
    width: 12%;
    background: #f6f9fc;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.25;
    padding: 5px;
    font-size: 0.886em;
    font-weight: 700;
    margin: 5px;
}

.icon-grid__category img{
    margin-bottom: 5px;
}

.modal-icon{
	width: 100%;
	margin-bottom: 30px;
}


@media (max-width: 568px){
	.icon-grid__category {
		width: 30%;
	}
}

@media (max-width: 480px){
	.icon-grid__category {
		width: 45%;
	}
}

@media (max-width: 768px)
	.icon-grid__category {
		width: 30%;
	}
}



.aoe-recipient{
   margin-bottom: 30px;
}

.aoe-star__icon {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -30%) scale(1);
	color: #ffeb3b;
    opacity: 0.4;
	transition: .15s all ease-in-out;
}

.aoe-thumb__img:hover + .aoe-star__icon{
	transform: translateX(-50%) scale(10.5);
}

.aoe-thumb__img{
	max-width: 85px;
	cursor: pointer;
	filter: grayscale(100%);
	display: block;
	transition: .25s all ease-in-out;
	margin: 0 auto;
	position: relative;
}

.aoe-thumb__img:hover{
	opacity: 1;
	filter: grayscale(0);
}

.aoe-info{
	text-align: center;
}

.aoe-year{
	color: #6b6e71;
}

.profile-modal{
	border-top: 6px solid #009CDC;
	border-radius: 8px;
	background-color: #ffffff;
}

.profile-modal__img{
	margin: 0 auto 15px auto;
	border: 4px solid #fff;
	box-shadow: #8E919C 0 1.41176rem 2.41176rem -1.47059rem;
}

.profile-modal__header{
	text-align: center;
	padding: 30px 15px;
    margin: 0 39px;
}

.profile-modal__category{
	opacity: .5;
}

.modal-body {
    position: relative;
    padding: 30px;
    background: #fff;
}

.modal-body.photo-gallery{
    position: relative;
    padding: 30px;
    background: #1a1a1a;
}

.photo-gallery .caption{
	padding: 10px;
	font-style: italic;
	color: #ffffff;
	text-align: center;
}

.profile-modal .modal-header .close {
	position: relative;
	z-index: 3000;
    margin-top: -2px;
	font-size: 2em;
	opacity: .75;
}

        @media(max-width: 992px){
            .aoe-recipient{
                text-align: center;
            }
          .aoe-info{
			position: relative;
            transform: translateY(0);
          }
          .aoe-thumb__img{
            display: block;
            margin: 0 auto;
            margin-bottom: 5px;
			  
          }
        }

@media (min-width: 768px){
	.aoe-modal {
		width: 992px;
		margin: 30px auto;
	}
}

/*************************************

COMPARISON TABLE STYLES

*************************************/


      .comparison-table{
          text-align: center;
          border: 1px solid #f6f8f9;
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
          margin: 20px 0;
      }
      .comparison-table--good{
          border-top: 6px solid rgba(2, 165, 86, 0.63);
      }
      .comparison-table--bad{
          border-top: 6px solid rgba(244, 67, 54, .65);
      }
      .comparison-table__heading{
          padding: 40px 10px 10px 10px ;
      }
      .comparison-table ul li{
          padding: 20px 15px;
      }

      .comparison-table ul li:nth-child(odd){
          background: #f6f8f9;
      }



/*************************************

MELCOR ART GALLERY STYLES

*************************************/
           .art-gallery-container{
          padding: 25px 15px;
          background-color: #eef2f9;
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          justify-content: flex-start;
          
        }
        .art-gallery-controls{
          width: 100%;
          display: flex;

          align-items: center;
          flex: 0 1 auto;
          margin-bottom: 15px;
        }

		.art-gallery-search{
			width: 100%;
		}	

        #art-search{
          width: 100%;
          /* max-width: 350px; */
          border: 2px solid #eef2f9;
          background-color: white ;
          padding: 10px;
          border-radius: 4px;
          font-weight: bold;
          color: #004c6c;
          transition: all .15s ease-in;
          flex-basis: 300px;
        }


        #art-search:focus{
          outline:none;
          box-shadow: 0 2px 6px rgba(0,0,0,.2);
          transform: scale(1.025);
        }


        .art-gallery-item{
          width: 31.5%;
          display: flex;
          margin:0 7px 15px 7px;
          justify-content: flex-start;
          flex-direction: column;
          align-items: flex-start;
          background: white;
          box-shadow: 0 2px 6px rgba(0,0,0,.2);
          border-radius: 4px;
        }

   		.art-gallery-item__img{
          width: 100%;
          height: 130px;
          margin-right: 15px;
          overflow: hidden;
          border-radius: 4px 4px 0 0;
          position: relative;
        }

        .art-gallery-item__preload{
          width: 56px;
          height: 56px;
          position: absolute;
          top: 35%;
          left: 39%;
          transform: translate(-50%,-50%);
          opacity: .35;
          font-size: 3.5em;
        }

        .art-gallery-item-thumb{
          width: 100%;
          height:auto;
          position: relative;
          z-index: 10;
        }

        .art-gallery-item__info{
          padding: 15px;
        }

        .art-gallery-item__info--title, .art-gallery-item__info--artist{
          font-weight: bold;
        }
        .art-gallery-item__info--title{
          /* font-size: 1.5em; */
          opacity: .7;
        }

        .art-gallery-item__info--artist, .art-gallery-item__info--year, .art-gallery-item__info--artist, .art-gallery-item__info--location{
          opacity: .6;
          font-size: 1.2;
        }

		@media(max-width: 1210px){
			.art-gallery-item {
				width: 47.5%;
			}
		}
		@media(max-width: 668px){
			.art-gallery-item {
				width: 46.95%;
			}
		}
        @media(max-width: 480px){
          .art-gallery-item{
			 width: 100%;
            align-items: flex-start;
            justify-content: space-between;
            flex-direction: column;
          }
          .art-gallery-item__img{
          width: 100%;
          height: 125px;
         
          overflow: hidden;
          margin-right: 0;
          margin-bottom: 15px;
          }

          .art-gallery-item-thumb{
            width: 100%;
            height:auto;
          }

          .art-gallery-item__info{
            padding: 0 15px;
          }
        }


/*******************************

FOOTER STYLES

*******************************/
footer {
  background-color: #F2F3F7;
}

footer .fa {
  margin-right: 10px;
}

footer ul li {
  margin-bottom: 1.5rem;
}

.footer-copy{
  margin-top: 4.5rem;
  text-align: center;
  margin-bottom: 1.5rem;
}

.footer-copy__img{
  margin: 0 auto 1.5rem auto;
  box-shadow: 0 1px 2px black;

}


/*******************************

HERITAGE GROVE PARK STYLES

*******************************/
.hgp40-container{
	padding: 20px; 
	overflow: hidden; 
	margin-bottom: 25px; 
	display: -webkit-box; 
	display: flex;
	display: -ms-flexbox; 
	position: relative; 
	-webkit-box-pack: center; 
	    -ms-flex-pack: center; 
	        justify-content: center; 
	-webkit-box-align: center; 
	        align-items: center; 
	-ms-flex-align: center;
	background-color: rgb(255, 247, 229);
}

.hgp40-content{
	-webkit-box-flex:0;
	    -ms-flex:1 0 70%;
	        flex:1 0 70%; 
}

.badge-container{
	-webkit-box-flex:0;
	    -ms-flex:0 0 30%;
	        flex:0 0 30%; 
	margin-left: 15px; 
	z-index: 10;
}


@media(max-width: 480px){
	.hgp40-container{
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	
	.badge-container{
		margin-bottom: 15px;
	}
	
	.hgp40-logo-soup-container{
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	     -ms-flex-direction: column;
	         flex-direction: column;
	}
}

/*******************************

GARAGE SALE STYLES

*******************************/

#map-panel { width: 1224px; height: 792px; margin: 15px 5px 0 5px; position: relative; overflow: hidden;}
#map-canvas { width: 100%; height: 40vh; }

#map-list{
					height: 35vh;
					
					
					position: relative;
					z-index: 500;
				}

				.garage-sale-entry{
					padding: 20px;
					border-bottom: 1px solid #ddd;
				}
				@media (max-width: 768px){
					body{
						overflow-x: hidden;
					}
					#map-list{
						--n: 1;
						width: 100%;
						width: calc(var(--n)*110%);
						display: flex;
						align-items: center;
						height: 45vh;

						transform: translate(calc(var(--i, 0)/var(--n)*-100%));
					}

					.garage-sale-entry{
						width: 100%;
						width: calc(110%/var(--n));
						user-select: none;
						pointer-events: none;
					}
						
				}
				

/*******************************

SITC STYLES

*******************************/

		.sitc-child-tile{
			margin-bottom: 3rem;
		}

        .sitc-icon{
			width: 100%;
			height; auto;
            transform: scale(1.05);
			-ms-transform: scale(1.05);
            transition: all .15s ease-in-out;
        }



        .mask a:hover .sitc-icon{
            transform:  scale(1.15);
			-ms-transform: scale(1.15);
            -webkit-filter: drop-shadow( 0px 12px 3px rgba(0, 0, 0, .35));
			filter: drop-shadow(0px 12px 3px rgba(0, 0, 0, .35));
        }

		.mask-hs a .sitc-icon,.mask-lit a .sitc-icon, .mask-youth a .sitc-icon, .mask-fcss-youth a .sitc-icon{
			transform: scale(0.9);
			-ms-transform: scale(0.9);
			transition: all .15s ease-in-out;
		}

        .mask-hs a:hover .sitc-icon,.mask-lit a:hover .sitc-icon,.mask-youth a:hover .sitc-icon,.mask-fcss-youth a:hover .sitc-icon{
            transform:  scale(0.95);
            -webkit-filter: drop-shadow( 0px 12px 3px rgba(0, 0, 0, .35));
			-ms-filter: drop-shadow(0px 12px 3px rgba(0, 0, 0, .35));
			filter: drop-shadow(0px 12px 3px rgba(0, 0, 0, .35));
        }

	   .mask a{
			position: absolute;
			display:block;
			left:50%;
			top: 50%;
			transform: translate(-50%,-50%);
			width:100%;
			height: auto;
			text-align:center;
			margin: 0px auto;
			background: ;
			-webkit-filter: drop-shadow(0px 6px 3px rgba(0, 0, 0, .5));
		   -ms-filter: drop-shadow(0px 6px 3px rgba(0, 0, 0, .5));
			filter: drop-shadow(0px 6px 3px rgba(0, 0, 0, .5));
		}
	

/*******************************

WATER WASTER STYLES

*******************************/

        .ww-tile{
            /* overflow: hidden; */
            position: relative;
            margin-bottom: 30px;
			transition: all .25s ease-in;
			cursor: pointer;
        }

		

        .ww-tile--inactive img{
            filter: grayscale(1)
        }

		@media (min-width: 768px) {
				.ww-tile:hover {
					-webkit-transform: perspective(500px) translate3d(0, 0, 10px);
					transform: perspective(500px) translate3d(0, 0, 10px);
				}
				.ww-tile img{
					transition: all .25s ease-in;
				}

				.ww-tile:hover img{
					-webkit-box-shadow: 9px 9px 10px #a3a3a3, -9px -9px 10px #ffffff;
					  box-shadow:  9px 9px 10px #a3a3a3, 
             -9px -9px 10px #ffffff;
				}
				.tile-body{
					color: #fff;
					position: absolute; 
					top: 10px;
					left: 25px;
					width: 65%;

				}

				.tile-title{
					font-size: 1.5em;
					font-weight: bold;
				}

				.tile-text{
					width: 70%;
					opacity: 0;
					transform: translateY(10px);
					transition: all .2s ease-in;
					font-size: 14px;
				}

				.ww-tile:hover .tile-text{
					opacity: 1;
					transform: translateY(0);
				}

		}

		@media (max-width: 767px) {
				.tile-body{
					color: #00587A;
				}

				.tile-title{
					font-size: 1.5em;
					font-weight: bold;
				}



		}
		.ww-modal-profile{
			position: relative;
		}
.ww-modal-title{
	text-align: center;

	font-weight:bold;
	font-size: 2em;
}


/*******************************

WATER WASTER STYLES

*******************************/

.full-callout{
	margin:0 0 15px 0;
}

.right-rail .full-callout{
	margin:0 0 30px 0;
}

.full-callout img{
	margin: 0 auto;
}

.full-callout .caption{
	font-style: italic;
	opacity: .85;
	padding: 10px 0;
	border-bottom: 1px solid #e3e3e3;
}

.right-callout .caption{
	font-style: italic;
    opacity: .85;
    padding: 10px 0;
    border-bottom: 1px solid #e3e3e3;
}

.contact-card{
	border-radius: 12px;
	padding: 0;
	overflow: hidden;
	box-shadow:0 3px 8px rgba(6, 29, 69, 0.12), 0 1px 2px rgba(6, 25, 85, 0.24);
	border:none;
	margin-bottom: 40px;
}

.sub-head{
    margin-top: -20px;
    font-weight: 300;
}


/*******************************

TIMELINE LIST STYLES

*******************************/
.timeline-panel {
    box-shadow: 0 3px 8px rgba(6, 29, 69, 0.12), 0 1px 2px rgba(6, 25, 85, 0.14);
    padding: 15px;
    border-radius: 8px;
}

.timeline-panel h3{
	margin-top: 0;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}

ul.timeline > li {
    margin: 0 0 0 -21px;
    border-left: 2px solid #d4d9df;
    padding-left: 15px;
    padding-bottom: 15px;
    margin-left: -21px;
}

ul.timeline > li > strong{
	display: inline-block;
	width: 50%;
}



ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 10px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.timeline > li:last-child{
	padding-bottom:0;
	border:none;
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	ul.timeline > li > span{
	 display: block;
	 float: none !important;
	}
	
	ul.timeline > li > strong{
	 display: block;
	}
}

.img-link{
	margin: 25px 0;
}

.img-link img{
	border-radius: 8px;
}


/**************************************

FEATURE CONTENT

**************************************/
.feature-content{
	margin-bottom: 30px;	
}
.feature-content__section{
	margin-bottom: 8rem;
}
.feature-content__row{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

@media (max-width: 768px){
	.feature-content__row{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}

.feature-content__heading{
	margin-top: 0;
	margin-bottom: 30px;
}
.feature-content__thumbnail{
	margin-bottom: 15px;
}

.feature-content__title{
	color: #45494F;
}

.feature-content:hover .feature-content__title{
	color: #009cdc;
	text-decoration: underline;
}

/*********  MAIN SECTION TEMPLATE - HERO SECTION  ***********/
.main-section-template__hero{
	display:flex;
	flex-wrap: wrap;
	margin-bottom: 3em;

}
.main-section-template__heading{
	display:flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.main-section-template__heading h1{
	margin-bottom: 15px;
}

@media(max-width: 768px){
	.main-section-template__hero{
		flex-direction: column-reverse;
		margin-top: 2em;
	}
}

@media(max-width: 568px){
	.main-section-template__heading h1{
		margin-top: 35px;
	}
	
	.main-section-template__hero{
		flex-direction: column-reverse;
	}
}
/*********  MAIN SECTION TEMPLATE - CHILD TILES  ***********/
.main-section-template__child-tiles{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.child-col{
	margin-bottom:30px;
}

.child-tile{
	min-height: 100%;
	padding:45px;
	background-color: #fafafb;

	display:flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	flex: 1 0 auto;
}

.child-tile a{
	display: inline-block;
	margin-bottom: 15px;
}

@media(max-width: 568px){
	.child-tile{
		padding:30px;
	}
}

/*****************************************

SOCIAL SUSTAINABILITY GRID

*****************************************/
.honeycomb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 0;
  -webkit-transform: translateY(34.375px);
          transform: translateY(34.375px);
	margin-bottom: 125px;
	margin-top: -25px;
}

.honeycomb-cell {
  max-width: 20%;
  height: 95.5px;
  margin: 54.47619px 4.5px 0px;
  position: relative;
  padding: 0.5em;
  text-align: center;
  z-index: 1;
}

.honeycomb-cell__title {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  word-break: break-word;
  color: #fff;
  font-weight: 700;
  font-size: 1.15em;
    -webkit-transition: opacity 350ms;
    transition: opacity 350ms;
    line-height: 1.15;
}

.honeycomb-cell__desc{
  visibility: hidden;
  position: absolute;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%) scale(.75);
  transition: all 350ms;
  transition-delay: 150ms;
  font-weight: 700;
	line-height: 1.25;
}


.honeycomb-cell::before, .honeycomb-cell::after {
  content: '';
}

.honeycomb-cell::before, .honeycomb-cell::after, .honeycomb-cell__image {
  top: -50%;
  left: 0;
  width: 100%;
  height: 200%;
  display: block;
  position: absolute;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  z-index: -1;
}

.honeycomb-cell::before {
  background: #fff;
  -webkit-transform: scale(1.055);
          transform: scale(1.055);
}

.honeycomb-cell::after {
  background: #3ea0eb;
  opacity: 0.75;
  -webkit-transition: opacity 350ms;
  transition: opacity 350ms;
}



.honeycomb__placeholder {
  display: none;
  opacity: 0;
  width: 250px;
  margin: 0 12.5px;
}





@media (max-width: 768px) {
  .honeycomb-cell {
    max-width: 33.33333%;
    width: 33.33333%;
    height: 125px;
    margin: 70px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .honeycomb-cell__title{
    color: #333;
    margin-bottom: 2.5rem;
  }
  .honeycomb-cell__desc{
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    padding: 5px;
    font-weight: normal;
	  font-size: 16px;
  }
}

@media (max-width: 550px) {
  .honeycomb-cell {
    max-width: 50%;
    width: 50%;
    height: 110px;
    margin: 70px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .honeycomb-cell__title{
    font-size: 16px;
    color: #333;
    padding-bottom: 2.5rem;
	  height: 44%;
  }
  .honeycomb-cell__desc{
    font-size: 12px;
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    padding: 5px;
    font-weight: normal;
  }
}

@media (min-width: 825px){
  .honeycomb-cell:hover .honeycomb-cell__title {
    opacity: 0;
  }
  
  .honeycomb-cell:hover .honeycomb-cell__desc{
    visibility: visible;
    opacity: .75;
    transform: translateY(-50%) scale(1);
  }
  
  .honeycomb-cell:hover::before {
    background: #72f88e;
  }
  
  .honeycomb-cell:hover::after {
    opacity: 0;
  }

}


@media (min-width: 1200px) {
  .honeycomb-cell:nth-child(4n + 5) {
    margin-left: calc(50% - 282px);
  }

  .honeycomb-cell:nth-child(4n + 4){
    margin-right: calc(50% - 400px);
  }
  .honeycomb__placeholder:nth-child(3n + 7), .honeycomb__placeholder:nth-child(3n + 8), .honeycomb__placeholder:nth-child(3n + 10) {
    display: block;
  }
}



.profile-card{
}

.profile-card img{
	margin: 0 auto 15px auto;
}

.contact-btn--primary, .contact-btn--secondary{
	display:inline-block;
	width: 100%;
	text-align: center;
	margin-bottom:10px;
	padding: 8px;
	border-radius: 6px;
	font-weight: bold;
}

.contact-btn--primary{
	background: #00587A;
	color: #ffffff;
}

.contact-btn--primary:hover{
	background: #03739e;
	color: #ffffff;
}

.contact-btn--secondary{
	border: 2px solid #00587A;
	color: #00587A;

}

.profile-category{
	margin-bottom: 15px;
}
.profile-info ul li{
	margin-bottom: 8px;
}

.profile-social-list {
	margin-bottom: 15px;
	text-align: center;
}

@media(max-width: 568px){
	.profile-card{
		padding: 2rem 2.5rem;
	}
	
	.profile-social-list.type--small{
		font-size: 1.25em;
	}
	
	.profile-social-list li {
    	padding-left: 0;
	}
}

.contact-tile {
    background: #edf4f8;
    border-radius: 12px;
    padding-top: 15px;
    border: 5px solid white;
	margin-bottom: 1.5em;
}
.contact-tile img{
	margin-bottom: 15px;
}

.emr-container{
display: flex;
    flex-direction: column;
    justify-content: center;
}

.emr-container .article__heading .timestamp{
	line-height: 1;
	font-size: 3rem
}

@media(max-width: 767px){
	.emr-container{
		flex-direction: column;
	}
	.emr-container .article__heading .timestamp{
		line-height: 1;
		font-size: 2rem;
		margin-top: 20px;
	}
}

blockquote{
	background: #f9fcfd;
	border-left: 5px solid #c2c9cb;
	margin-left: 30px;
	margin-right: 30px;
}

blockquote footer{
	background: none;
    text-align: right;
}
.main-content__heading, .main-content__section{
	display: flex;
	justify-content: space-between;
}

@media (max-width: 768px) {
  .main-content__heading, .main-content__section{
		flex-direction: column;
	}
	
	.main-content__heading{
		justify-content: flex-start;
	}
}

.video-caption{
    padding: 10px;
    opacity: .75;
    font-style: italic;
    border-bottom: 1px solid lightgrey;
}

#quick-escape-btn{
	background: #01b147;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 300;
	border: none;
	padding: 6px;
	color: white;
	font-weight: bold;
	font-size: 2em;
}

.right-rail img, .right-rail .right-rail__widget{
	width: 100%; 
	height: auto;
	margin-bottom: 20px;
}

ul.form-list li{margin: 0 0 .25em 0;}



/*****************************************

CITYVIEW FORM STYLES

*****************************************/

.cityview-form {
    background: #F5F9FA;
    padding: 15px !important;
}

.cityview-form select {
    background: #FFFFFF;
    border: 2px solid #d9dce4 !important;
    padding: 8px;
    border-radius: 8px;
}

.cityview-form .checkboxlist input, 
.cityview-form .radiobuttonlist input,
.cityview-form .residentprojects label,
.cityview-form .developerprojects label,
.cityview-form .contractorprojects label,
.cityview-form .businessownerprojects label,
.cityview-form .builderprojects label
{
	position: absolute;
	left: -9999px;
}

.cityview-form .residentprojects,
.cityview-form .developerprojects,
.cityview-form .contractorprojects,
.cityview-form .businessownerprojects,
.cityview-form .builderprojects
{
	margin-top: 0;
}

.cityview-form .iwantto.titleanddescription{
	margin-bottom:0;
}

.cityview-form .iwantto.titleanddescription p{
	margin-bottom:.5rem;
}

.cityview-form .umbraco-forms-field{
	margin-bottom: 15px;
}
.cityview-form .checkboxlist label::before {
    font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f15b";
	display: inline-block;
	margin-right: 8px;
	color: rgba(2, 165, 86, 0.63);
  }
.cityview-form .multiplechoice label{
	margin-bottom: 0;
}

.cityview-form .singlechoice label{
	float:left;
	width: 100px;
}
.cityview-form .singlechoice div{
	float:left;
	margin-left: 10px;
}
.cityview-form span.checkboxlist {
    padding: 0px 10px 15px 0 !important;
}

.cityview-form input[type="submit"]{
	display:none;
}

.cityview-form-test {
    background: #F9FCFF;
    padding: 30px !important;
}

.cityview-form-test legend{
	border-top: none;
}

.cityview-form-test .umbraco-forms-fieldset{
	margin: 0 0 1.5em 0 !important;
}

.cityview-form-test .radiobuttonlist label {
    width: 450px !important;
}

.umbraco-forms-form.cityview-form-test h2{
	margin-top: 0 !important;
	color: #00587A;
}
.umbraco-forms-fieldset.citview-fieldset 
{
	background-color: #ffffff !important;
	border-radius: 12px;
	padding: 0rem 3rem !important;
	border: 4px solid #afd7ff !important;
}

.cityview-form-test input#\35 9c40b78-1a20-44e3-db6e-e705d77b119e{
	border-radius: 50px;
}
/*****************************************

COVID WIDGET

*****************************************/
.covid-widget h2{
	margin-top: 1.5rem;
}
.covid-widget__heading{
	margin: 0;
	
}

.covid-widget__subhead{
	color: #778cac;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 1em;
}
.covid-category{
	margin-bottom: 15px;
}
.covid-stat{
	font-size: 2.25em;
	font-weight: 900;
	color: #009CDC;
	line-height: 1;
	margin-bottom: -5px;
}
.covid-label{
	font-weight: 600;
	line-height: 1.15;
}

ul.covid-disclaimer{
	margin: 15px 0;
}
ul.covid-disclaimer li{
	color: #7B8B8E;
	margin-bottom: 5px;
	font-style: italic;
	
}

ul.covid-disclaimer li a{
	color: #009CDC;
}


.umb-form--survey h4.umbraco-forms-caption, .umb-form--survey legend {
	font-size: 2em !important;
	margin-top: 1em;
	margin-bottom: 1em;
    border-bottom: 1px solid #7fb2f1;
	font-weight: 500;
    color: #7fb2f1;
	border-top:none;
}

.umb-form--survey legend {
    margin-bottom: 30px;

}

.umb-form--survey .singlechoice label{
	font-size: 1.25em;
}

.umb-form--survey .radiobuttonlist{
	margin-bottom: 3em;
}

.umb-form--survey .radiobuttonlist label{
	display: inline-block;
    margin-bottom: 15px;
    padding: 8px;
    border: 1px solid lightgrey;
    border-radius: 8px;
    width: 40%;
    cursor: pointer;
    font-size: 1em;
}

.umb-form--survey .radiobuttonlist input{
	position: absolute;
	left: -9999px;
}
.umb-form--survey .dropdown select{
	max-width: 50% !important;
    width: 50% !important;
    min-width: 50% !important;
}
.umb-form--survey input[type="radio"]:checked+label{ 
	font-weight: 800 !important; 
	color: #009CDC;
	border:2px solid #009CDC;
} 
.umb-form--survey .comments input{
	background-color: #ffffff;
    border: 1px solid lightgrey !important;
	margin-bottom: 4em !important;
}

.umb-form--survey .dropdown{
	margin-bottom: 2.5em;
}

.umb-form--survey textarea{
	height: 125px !important;
	min-height: 125px !important;
}

.umb-form--survey .list-unstyled{
	padding-left: 15px;
}

@media (max-width: 568px){
.umb-form--survey .radiobuttonlist label{
    width: 100%;
	}
}

.umb-form-checkin .vaccination>label{
	display: none;
}

.umb-form-checkin .help-block {
    display: block;
	font-size: 16px;
    margin-top: 5px;
    margin-bottom: 10px;
	font-weight:bold;
	color: #4a536b;
	font-style: normal;
}

.umb-form-checkin .symptom-list {
    font-style: italic;
	color: #717273;
	padding-left: 15px;
	
}

.umb-form-checkin label[for="72bb65f6-6caf-4b14-a2e8-9fa72d63b002"],.umb-form-checkin label[for="12e15a5b-b928-4622-808e-316f19bc2601"],.umb-form-checkin label[for="8596917e-1932-44de-8c86-ce3c75dc1d72"] {
   display: none;
}

/*******************************

CONTACT-US STYLES

*******************************/

	.contact-info-panel{
	  border-top: none;
	  margin-bottom: 1.5em;
	}
	.contact-panel__item{
	  padding: 0.35rem 0;
	  margin: 0;
	}
	.contact-panel__item{
	  font-size: .9em;
	}
	.contact-panel__icon{
	  color: #cccccc;
	}
.contact-item{
	margin-bottom:5px;
}
.contact-body{
	padding: 0 15px 15px 12px;
}
.contact-description {
    padding-left: 10px;
}


.icon-active{
	color: #26AAE1;
}
.contact-expand-icon{
	margin-left:-15px;
	margin-right:10px;
}

.contact-btn{
	font-weight:bold;
}
.accordion-heading.contact-title{
	background:none;
}
.accordion-heading.contact-title.active{
	background-color: #e7eef1;
}
.contact-panel__item--email {
    padding-left: 12px;
}
@media (max-width: 1070px){
	.contact-phone{
		text-align: left;
		margin-left: 10px;
	}
}

/********************************
WELL
********************************/

.well h5{
	margin-top: 0px;
	padding-top: 0;
}

.well p:last-of-type{
	margin: 0;
}


/********************************
AGENDA
********************************/
.agenda-widget{
	padding-bottom: 64.25%;
}
@media (max-width: 768px){
	.agenda-widget{
		padding-bottom: 350%;
	}
	
	#scfPortal .text-right{
		text-align: left;
	}
}

.sponsor-wall img{
	max-height: 100px;
	width: auto;
	margin-bottom: 15px;
}


form.city-view {
    border-radius: 8px;
    background: #F5F9FA;
    padding: 15px 30px;
}

form.city-view input.text, form.city-view input.title, form.city-view textarea, form.city-view select {
    margin: 0.5em 0;
    border: 1px solid #bbb;
    border-radius: 8px;
    box-shadow: 0 4px 11px rgb(0 88 122 / 20%);
}


.toc{
	position: sticky;
    top: -2px;
    height: 250vh;
    /* border-right: 3px solid lightgrey; */
    padding-top: 4rem;
    margin-top: 0;
    background: #f2f3f7;
}

.mt-0{
	margin-top: 0 !important;
}

.mb-0{
	margin-bottom: 0 !important;
}

.nav-link{
	color: var(--primary-bg-colour);
}

.nav-link.active{
	color: #fff;
	background-color: var(--primary-bg-colour) !important;
}

/********************************************************************

TRANSIT ENEWSLETTER FORM STYLES

********************************************************************/
div.ctct-form-embed div.ctct-form-defaults {
    padding: 0 !important;
}
div.ctct-form-embed form.ctct-form-custom div.ctct-form-field {
    margin: 0 0 24px 10px !IMPORTANT;
}
.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
    max-width: 150px;
}