/* Minification failed. Returning unminified contents.
(2961,1): run-time error CSS1019: Unexpected token, found '}'
 */

/*core.css - here lives styles of re-usable components throughout the site*/

/*desktop styles*/

.container-fluid,
.container {
	padding: 0;
	background-color: #f5f7f8;
}

.container-fluid.white,
.container.white {
	background-color: white;
}

.container-fluid>.navbar-header {
	margin-right: 0;
}

.row.no-margin {
	margin-left: 0;
	margin-right: 0;
}

.background-cover {
	width: 100%;
}

.background-cover.white {
	background-color: #fff;
}

.background-cover.aqua {
	background-color: #78ccd2;
}

.transparent {
	background-color: transparent;
}


body {
	background-color: #fff;
	font-family: freight-sans-pro !important;
}

/*.row {
	margin: 0;
}*/

.hc-body-content {
	max-width: 1200px;
	margin: 0 auto;
	background-color: #f5f7f8;
	/*padding: 0 75px;*/
	position: relative;
}

.hc-body-content.white {
	background-color: white;
}

.hc-full-width {

}

.hc-content-with-left-nav {


}

.hc-content-with-left-nav.gray {
	background-color: #f5f7f8;
}


.row-centered {
	text-align: center;
}

.col-centered {
	display: inline-block;
	float: none;
	text-align: left;
	margin-right: -4px;
}

/*clearfix*/
.clear {
	clear: both;
}

/*headers*/
h1, 
h2, 
h3 {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0;
	display: inherit;

}

h3 {
	font-size: 1.5em;
	color: #333333;
	font-weight: 700;
	text-transform: uppercase;
}

/*rich text editor styles*/
.hc-rte strong {
	font-weight: 700;
}
.hc-rte em {
	font-style: italic;
}
.hc-rte del {
	text-decoration: line-through;
}
.hc-rte a {
	text-decoration: none;
	color: #044169;
}

.hc-rte a:hover {
	color: #78ccd2;
}
.hc-rte h3 {
	color: #333333;
	font-size: 1.5em;
}
.hc-rte p {
	font-size: 1.5em;
	padding: 10px 0;
}

.hc-rte li {
	font-size: 1.2em;
}

/*article text*/

.hc-main-text-header {
	color: #ff6f59;
	margin-top: .5em;
	font-size: 2.5em;
	line-height: 1em;
	font-weight: 700;
}

.hc-main-text p {
	padding: 10px 0;
	font-size: 1.5em;
	color: #044169;
	margin-top: 0;
}

.hc-main-text h2 {
	color: #ff6f59;
    margin-top: .5em;
    font-size: 2.5em;
    line-height: 1em;
    font-weight: 700;
}

.hc-main-text h3 {
	color: #333333;
    font-size: 1.5em;
    font-weight: 600;
}

.hc-main-text h4 {
	color: #044169;
	font-size: 1.5em;
}

.hc-main-text li {
	font-size: 1.2em;
}

/*buttons*/
.btn-primary{
    color: #fff;
    background-color: #ff6f59;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 5px;
    border: 1px solid #ff6f59;
}

.btn-primary:hover,
.btn-secondary:hover {
    background-color: rgb(226,93,78);
    border: 1px solid rgb(226,93,78);
    color: #fff;
    text-decoration: none;
}

.btn-secondary{
    background-color: transparent;
    color: #ff6f59;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px;
    border: 1px solid #ff6f59;
}

.btn-secondary.white {
	background-color: #fff;
	border: none;
}

.btn-secondary.white:hover {
	background-color: #f5f7f8;
	color: #ff6f59;
	text-decoration: none;
}

.btn-xl{
    padding: 15px 16px;
    font-size: 1.2vw;
    line-height: 1.3333333;
    border-radius: 5px;
}

a.external-link:after{
    font-family: FontAwesome;
    content: " \f08e";
    font-size: small;
}

/*select fields*/

.chosen-single {
	height: 30px !important;
	background-color: #fff !important;
	color: #044169 !important;
	line-height: 30px!important;
	background: none !important;
	/*box-shadow: none !important;*/
	border: 1px solid #044169 !important;
	font-size: 1em !important;
}

.chosen-single:focus {
/*	outline: none !important;
	box-shadow:none !important;*/
}			

.chosen-container .chosen-results li.highlighted {
  background-color: #f5f7f8 !important;
  background-image: none !important;
  color: #333333 !important;
 }

.chosen-drop {
	border: 1px solid #044169 !important;
}

.chosen-single div {
	top: .5vw !important;
}

/*map item*/

.hc-map-sm img {
	width: 100%;
	height: auto;
}

/*images*/

.bg-image-center-fill {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.bg-image-stretch {
	background-size: 100% 100% !important;
}

.img-fill {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

/*green header*/

.hc-green-header {
	padding: 50px 30px;
}

.hc-green-header-content {
	background-color: transparent;
}

.hc-green-header.extra-padding-bottom {
	padding-bottom: 100px;
}

.hc-green-header.extra-padding-top {
	padding-top: 100px;
}

.hc-green-header.fixed-height {
	min-height: 400px;
	padding: 75px;
}

.hc-green-header-title {
	font-size: 3.5em;
	line-height: 1em;
	color: #fff;
	font-weight: 700;
}

.hc-green-header-title.shadow-text,
.hc-green-header-desc.shadow-text {
	text-shadow: 1px 1px #000;
	color: #fff;
}

.hc-green-header-desc {
	font-size: 1.5em;
	color: #044169;
}

.hc-green-header-desc i {
	margin: 0 1vw;
}

.hc-green-header-button {
	display: inline-table;
	width: 300px;
	height: 50px;
	margin-top: 1em;
	font-size: 18px;
	text-align: center;

}

.hc-green-header-button div {
	display: table-cell;
	vertical-align: middle;
}

.hc-green-header-button i {
	margin-left: 5px;
}

.hc-green-header-button.short {
	width: 120px;
    min-width: 120px;
	font-size: 1em;
	height: 40px;
	line-height: 40px;
	margin: 1em;
}

.hc-green-header-button a {
	padding: 1vw 0;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.2vw;
}

.hc-green-header-button a:hover { 
	text-decoration: none;
}

/*medium header*/
.hc-medium-header {
	background-color: #78ccd2;
	color: #fff;
	min-height: 75px;
	line-height: 75px;
	vertical-align: middle;
	font-size: 3em;
	font-weight: 700;
}

.hc-medium-header div.container {
	background-color: transparent;
}

.hc-medium-header-left {
	height: 75px;
	display: table;
	border-right: 2px solid #fff;
	color: #044169;
}

.hc-medium-header-left a {
	display: table-cell;
	vertical-align: middle;
	color: #044169;
}

.hc-medium-header-left a:hover {
	color: #fff;
	text-decoration: none;
}

.hc-medium-header-left p {
	display: table-cell;
	vertical-align: middle;
	font-size: .4em;
	text-transform: uppercase;
	line-height: 1em;
}

.hc-medium-header-left span {
	display: table-cell;
	vertical-align: middle;
	font-size: .5em;
	line-height: 1em;
	padding-right: 5px;
	width: 15px;
}

.hc-medium-header-right {
	display: inline-table;
	height: 75px;
	line-height: 75px;
	vertical-align: middle;
	font-size: 1em;
	font-weight: 700;
	
}

.hc-medium-header-right h1 {
	display: table-cell;
	vertical-align: middle;
}

.hc-medium-header-right span {
	display: none;
}

.hc-medium-header-container {
	position: relative;
}

.hc-medium-header.full-width {
	margin-left: 0;
	margin-right: 0;
}

.hc-medium-header-search i {
	font-size: .6em;
	margin-left: -40px;

}

/*small header*/

.hc-small-header {

	height: 50px;
	background-color: #78ccd2;
	margin-right: -10vw;
	margin-left: -2vw;
	border-left: 1px solid #fff;

}

/*tall header*/

.hc-tall-header {
	height: 25vw;
	margin: 0 -8vw;
	position: relative;
}


.hc-tall-header img {
	height: 25vw;
	width: 100%;
}

.hc-tall-header-content {
	position: absolute;
	margin: 2vw 8vw;
}

.hc-tall-header-title {
	font-size: 4vw;
	color: #fff;
	font-weight: 700;
}

.hc-tall-header-desc {
	font-size: 1.5vw;
	color: #044169;
}

.hc-tall-header-desc i {
	margin: 0 1vw;
}

.hc-tall-header-button {
	width: 30vw;
	margin-top: 2vw;
	text-align: center;
}

.hc-tall-header-button a {
	padding: 1vw 0;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.2vw;
}

.hc-tall-header-button a:hover { 
	text-decoration: none;
}

/*full length header, for search and news room*/
.hc-full-length-header {
	color: #fff;
	background-color: #78ccd2;
	height: 75px;
	line-height: 75px;
	vertical-align: middle;
	font-size: 2em;
	font-weight: 700;
}

/*full length hero image*/

.hc-full-length-hero-image-container {

	height: 400px;
	margin: 0 -75px;
	position: relative;

}

.hc-full-length-hero-image-container img {
	height: 400px;
	width: 100%;
}

.hc-full-length-hero-image-content {
	width: 60%;
	position: absolute;
	margin-top: -28vw;
	margin-left: 8vw;
}

.hc-full-length-hero-image-text {
	color: #fff;
	font-size: 3.5vw;
	font-weight: 700;
	text-shadow: 1px 1px #000;
	line-height: 3.5vw;
}

.hc-full-length-hero-image-subtext {
	color: #fff;
	font-size: 2vw;
	line-height: 2vw;
	text-shadow: 1px 1px #000;
	margin: 1vw 0 2vw 0;

}

.hc-full-length-hero-image-button {
	width: 15vw;
	text-align: center;
}

.hc-full-length-hero-image-button a {
	font-size: 1.5vw;
	text-transform: uppercase;
	padding: 1vw 0;
	font-weight: 600;
}

.hc-full-length-hero-image-button a:hover {
	text-decoration: none;
}

/*left nav*/

.hc-left-nav {
}

.hc-left-nav-header-item {
	/*width: 28vw;*/
	width: 325px;
	/*height: 8vw;*/
	height: 75px;
	/*margin-left: -8vw;*/
	margin-left: -75px;
	color: #044169;
	background-color: #78ccd2;
	text-transform: uppercase;
	display: inline-table;
	/*font-size: 1.5vw;*/
	font-size: 1.2em;
	font-weight: 700;
}


.hc-left-nav.collapsing-filter {

}

.hc-left-nav.collapsing-filter.gray {
	background-color: #f5f7f8;
}

.hc-left-nav.no-header {
	margin-top: 0;
}

.hc-left-nav-header-item.small-height {
	height: 50px;
}

.hc-left-nav-header-item.small-height span,
.hc-left-nav-header-item.small-height p {
	line-height: 50px;
}

.hc-left-nav-header-item:hover {
	color: #fff;
}

.hc-left-nav-header-item span {
	/*font-size: 1.5vw;*/
	font-size: 1.5em;
	/*padding-left: 8vw;*/
	padding-left: 75px;
	/*line-height: 8vw;*/
	line-height: 75px;
	vertical-align: middle;
}

.hc-left-nav-header-item p {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.hc-left-nav-header-item div {
	display: table-cell;
	vertical-align: middle;
	padding-left: 8vw;
}

.hc-left-nav-header-item div h1 {
	display: inline;
}

.hc-left-nav-cell {
	color: #044169;
	border-bottom: 1px solid #78ccd2;
	vertical-align: middle;
	font-size: 1.2em;

	line-height: 1em;
	padding: 1em 0 1em 2em;

}

.hc-left-nav-cell.last {
	border-bottom: none;
}

.hc-left-nav-cell.selected {
	color: #ff6f59;
	font-weight: 700;
}

.hc-left-nav-cell.selected-as-parent {
	color: #044169;
	font-weight: 700;

}

.hc-left-nav-cell-subcell-container {
	display: none;
	/*margin-top: -1vw;*/
}

.hc-left-nav-cell-subcell-container a:hover{
	text-decoration: none;
	color: #78ccd2;
}

.hc-left-nav-cell-subcell {
	font-weight: 400;
	border-bottom: none;
	/*font-size: 1.2vw;*/
	font-size: .9em;
	color: #044169;
	line-height: 1em;
	margin: 1em 0 1em 2em;
}

.hc-left-nav-cell-subcell.selected a{
	color: #ff6f59 !important;
	font-weight: 700;
}

.hc-left-nav-cell-subcell a {
	color: #044169;
}

.hc-left-nav-cell-subcell a:hover {
	color: #78ccd2;
	text-decoration: none;
}

/*left nav links for news pages*/

.hc-news-item-left-nav-header-item {
	width: 28vw;
	height: 50px;
	margin-left: -8vw;
	color: #044169;
	background-color: #78ccd2;
	text-transform: uppercase;
	display: inline-table;
	font-size: 17px;
	font-weight: 700;
}

.hc-news-item-article-link {
	font-size: 1em;
	color: #78ccd2;
	margin-bottom: .5em;
}

.hc-news-item-left-nav-header-item:hover {
	color: #fff;
}

.hc-news-item-left-nav-header-item span.glyphicon {
	padding-left: 8vw;
	vertical-align: middle;
	padding-top: 18px;
}

.hc-news-item-left-nav-header-item p {
	display: table-cell;
	vertical-align: middle;
	padding-right: 8vw;
}

/*related news and events section*/

.main-gallery div.col-sm-4,
.main-gallery div.col-sm-6 {
	padding: 0;
}

.main-gallery:after {
	content: '';
}

.hc-related-news-events {
	position: relative;
}

.hc-related-news-events-section-title {
	text-transform: uppercase;
	font-size: 1.5em;
	color: #044169;
	margin: 20px 0;
	font-weight: 700;
	padding: 0;
}



.hc-related-news-events-row {
	margin: 0 -15px;
	padding-bottom: 20px;
	background-color: #f5f7f8;
}

.hc-related-news-events-column {
	height: 400px;
	margin: 15px;
	background-color: #fff;
}

.hc-related-news-events-top {
	position: relative;
	height: 200px;
	-webkit-transition: height 0.2s ease-in-out;
    -moz-transition: height 0.2s ease-in-out;
    transition: height 0.2s ease-in-out;
    overflow: hidden;
}

.hc-related-news-events-dimmer {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #000;
	top: 0;
	left: 0;
	opacity: .75;
	display: none;
}

.hc-related-news-events-top.hovered {
	height: 100px;
}

.hc-related-news-events-category {
	font-size: 1em;
	padding: 0 10px;
	height: 2em;
	color: #fff;
	line-height: 2em;
	vertical-align: middle;
	text-align: center;
	position: absolute;
	bottom: 0;
    left: 0;
}

.hc-related-news-events-category.news {
	background-color: rgba(120,204,210,.75);
}
.hc-related-news-events-category.hc-event {
	background-color: rgba(4,65,105,.75);
}

.hc-related-news-events-category-title {
	text-transform: uppercase;
	display: inline-block;
	font-weight: 700;
}

.hc-related-news-events-category-type {
	text-transform: capitalize;
	display: inline-block;
}

.hc-related-news-events-category-type.hc-event {
	position: relative;
	padding-left: .5em;
}


.hc-related-news-events-bottom {
	background-color: #fff;
	width: 100%;
	height: 200px;
	padding: 0 15px;
	-webkit-transition: height 0.2s ease-in-out;
    -moz-transition: height 0.2s ease-in-out;
    transition: height 0.2s ease-in-out;
}

.hc-related-news-events-bottom a:hover {
	text-decoration: none;
}

.hc-related-news-events-bottom.hovered {
	height: 200px;
}

.hc-related-news-events-title {
	padding-top: .5em;
	font-size: 1.4em;
	color: #ff6f59;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: .2em;


}

.hc-related-news-events-desc {
	font-size: 1em;
	color: #044169;
	padding-bottom: 10px;
	word-wrap: break-word;
}

.hc-related-news-events-extra-text {
	display: none;
	margin: 10px 0;
	font-size: .9em;
	color: #333333;

}

.hc-related-news-events-event-icon {
	color: #044169;
	text-align: center;
	line-height: 2em;
	vertical-align: middle;
	font-size: 2em;
	display: inline-block;
	height: 100px;
	width: 49%;
}

.hc-related-news-events-event-icon i {
	margin-top: .5em;
	display: block;

}

.hc-related-news-events-event-icon p {
	font-size: .5em;
	line-height: 1em;

}

.hc-related-news-events-button {
	margin: 10px 20%;
	width: 60%;
	display: none;
	text-align: center;
	position: absolute;
	bottom: 30px;
	left: 0;
}

.hc-related-news-events-button a {
	font-size: 1em;
	text-transform: uppercase;
	padding: 1em 0;
}

.hc-related-news-events-button a:hover {
	text-decoration: none;

}

.hc-related-news-events-post-date {
	position: absolute;
	bottom: 20px;
	color: #333333;
	opacity: .5;
	font-size: .75em;
}

.hc-related-news-events-post-date span {
	text-transform: uppercase;
	font-weight: 700;
}

/*dual tab styling*/

.hc-dual-tab-content-container.aqua {
	background-color: #78ccd2;
}

.hc-dual-tab-header {
	height: 70px;
	background-color: #f5f7f8;
	padding: 0 15px;
}

.hc-dual-tab-header.transparent {
	background-color: transparent;
	margin-top: -70px;

}

.hc-dual-tab-row {
}

.hc-dual-tab div {
	height: 60px;
	margin-top: 10px;
	background-color: rgba(4,65,105,.75);
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.25em;
	line-height: 60px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}

.hc-dual-tab:hover div {
	cursor: pointer;
	background-color: rgba(4,65,105,1);
}

.hc-dual-tab.selected div {
	background-color: #f5f7f8;
	color: #044169;
	opacity: 1;
}

.hc-dual-tab.selected:hover div {
	background-color: #fff;
}

.hc-dual-tab.left div {
	border-top-left-radius: 5px;
}

.hc-dual-tab.right div {
	border-top-right-radius: 5px;
}

.hc-dual-tab-content {
	position: relative;
}

/*keyword selection*/

.hc-mc-left-nav-keywords-container {
	margin-top: .5em;
	color: #333333;
}

.hc-mc-keywords-header {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.5vw
}

.hc-mc-keywords-list {
	margin: .5em 0;
}

.hc-mc-keyword-submit-button {
	text-transform: uppercase;
	height: 3vw;
	width: 100%;
	margin-top: 2vw;
	font-size: 1.5vw;
	font-weight: 700;
}

.hc-remove-keyword:hover {
	color: #78ccd2;
}

.hc-mc-keyword {
	margin-top: .5vw;
}

.hc-mc-keyword span {
	font-size: 1.3vw;
	padding-right: .5vw;
}

.hc-keyword-input-group {
	
}

.hc-keyword-input {
	border: 2px solid #044169;
	border-right: none;
	border-top-left-radius: 5px !important;
	border-bottom-left-radius: 5px !important;
	height: 30px !important;
	font-size: .7em !important;
}

.hc-keyword-input:focus {
	outline: none;
	box-shadow:none !important;
	border-color: #044169;
}

#hc-keyword-add {
	height: 30px;
	font-size: 1em;
	line-height: 1em;
	vertical-align: middle;
	font-weight: 700;
	border: 1px solid #044169; 
	background-color: #044169;
	color: #fff;
	border-left: none;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom: none;
}

#hc-keyword-add:hover {
	cursor: pointer;
}

.hc-saved-keyword {
	background: transparent;
	border: none;
	margin-left: .5em;
	font-size: 1em;
	width: 80%;
}

/*page selection*/
.hc-page-selector {

	text-align: right;
	padding: 20px 0;

}

.hc-page-selector-tile {

	background-color: #fff;
	border-left: 1px solid #044169;
	border-top: 1px solid #044169;
	border-bottom: 1px solid #044169;

	height:30px;
	line-height: 30px;
	width: 35px;
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	margin: 0 -2px;
	font-size: 1em;
	font-weight: 600;
}

.hc-page-selector-tile a {
	color: #044169;
}

.hc-page-selector-tile a:hover {
	color: #78ccd2;
	text-decoration: none;
}

.hc-page-selector-tile.extended {
}

.hc-page-selector-tile.previous {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.hc-page-selector-tile.next {
	border-right: 1px solid #044169;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.hc-page-selector-tile.next a,
.hc-page-selector-tile.previous a {
	color: #ff6f59;
}

/*filter nav*/
.hc-filter {
	border-bottom: none;
	font-weight: 700;
	color: #044169;
	font-size: 1.2em;
	text-transform: uppercase;
	padding-top: 20px;
}

.hc-filter-header span {
	display: none;
}

.hc-filter-content {
	display: block;
	padding-right: 10%;
    padding-bottom: 20px;
}


.hc-filter-label {
	text-transform: uppercase;
	color: #333333;
	font-size: .9em;
	margin: .75em 0;
}

.hc-filter-checkbox label {
	font-size: .75em;
	text-transform: none;
	color: #333333;
}

.hc-filter-checkbox label i {
	margin-right: .3em;
	width: 10px;
}

.hc-datepicker {
	font-size: 1.2vw !important;
}

.hc-datepicker div {
	background-color: #044169;
	color: #fff;
}

.hc-datepicker-separator {
	display: table;
	color: #333333;
	font-size: .8em;
	text-transform: none;
	margin: .5vw;

}

.hc-datepicker-separator-text {
}

.hc-results-selector {
	width: 90%;
}

.hc-results-selector a {
	color: #044169;
}

.hc-results-selector.last::after {
	content: "";
}

.hc-results-selector::after {
	content: " |";
}

.hc-filter-submit-button {
	margin-top: 20px;
	display: block;
	font-size: .7em;
	text-transform: uppercase;
	height: 30px;
	width: 100%;
	border-radius: 5px;
}

/*left slide nav*/

.hc-left-slide-nav-toggle {
	display: none;
}

.hc-left-slide-nav {
	width: 300px;
	position: relative;
	float: left;
	top: auto;
	background-color: #333333;
}

.hc-left-slide-nav-cells {
	position: relative;
	width: 300px;
}

.hc-left-slide-nav-cell:hover,
.hc-left-slide-nav-cells a:hover {
	text-decoration: none;
	color: #78ccd2;
}


.hc-left-slide-nav-cells.fixed {
	position: fixed;
	width: 300px;
	top: 0;
}

.hc-left-slide-nav-cells.bottom {
	top: auto;
	bottom: 0;
	position: absolute;

}

.hc-left-slide-nav-cell {
    min-height: 60px;
    line-height: 20px;
    padding: 30px 0px 30px 50px;
    vertical-align: middle;
    width: 100%;
    border-bottom: 1px solid #f5f7f8;
    font-weight: 600;
    color: #fff;
    background-color: #333333;
    font-size: 1.2em;
}

.hc-left-slide-nav-cell.selected {
	color: #78ccd2;
	text-decoration: none;
}

.hc-left-slide-partner-content {
	position: absolute;
	margin-left:320px;
}

.hc-left-slide-partner-content-section {
	padding: 10px 20px 50px 0;
}

.hc-left-slide-partner-content-section div.row::before {
	display: inherit;
}

.hc-left-slide-partner-content-section div.row {
	margin-left: 0;
}

.hc-left-slide-partner-content-section-header {
	color: #ff6f59;
	font-weight: 700;
	font-size: 1.8em;
}

.hc-left-slide-partner-content-section-text {
	color: #333333;
	font-size: 1.2em;
}

/*styles for news/calendar item nav and content*/

.hc-news-calendar-item-left-nav {
	width: 20vw;
	position: absolute;
}

.hc-news-calendar-item-left-nav-section-header {
	font-weight: 700;
	margin-top: 10px;
	padding: .5em;
	vertical-align: middle;
	background-color: #fff;
	color: #333333;
}

.hc-news-calendar-item-left-nav-section-header h3 {
	font-size: 1.2em;
	font-weight: 700;
	text-transform: uppercase;
}

.hc-news-calendar-item-left-nav-list-inline {
	color: #044169;
	background-color: #fff;
	margin-top: 3px;
	margin-bottom: 1em;
	padding: .5em;
	font-weight: 400;
	text-transform: none;
}

.hc-news-calendar-item-left-nav-list-inline-item {
	text-transform: capitalize;
	font-size: 1em;
}

.hc-news-calendar-item-left-nav-list-inline-item a:after {
	content: ",";
}

.hc-news-calendar-item-left-nav-list-inline-item:last-child a:after{
    content:"";
}

.hc-news-calendar-item-left-nav-list-inline-item a,
.hc-news-item-article-link a {
	color: #044169;
}

.hc-news-calendar-item-left-nav-list-inline-item a:hover,
.hc-news-item-article-link a:hover {
	color: #78ccd2;
	text-decoration: none;
}

.hc-news-calendar-item-image-container {
	position: relative;
	margin: 10px 0;
	overflow: hidden;
}

.hc-news-calendar-item-image-inner-container {
	position:relative;
}

.hc-news-calendar-item-image-container img {
	width: 100%;
}


.hc-news-calendar-item-category {
	font-size: 1.2em;
	padding: 0 10px;
	height: 35px;
	color: #fff;
	line-height: 35px;
	vertical-align: middle;
	text-align: center;
	position: absolute;
	bottom: 0px;
}

.hc-news-calendar-item-category.news {
	background-color: rgba(120,204,210,.75);
}
.hc-news-calendar-item-category.hc-event {
	background-color: rgba(4,65,105,.75);
}

.hc-news-calendar-item-category-title {
	text-transform: uppercase;
	display: inline-block;
	font-weight: 700;
}

.hc-news-calendar-item-category-type {
	text-transform: capitalize;
	display: inline-block;
}

.hc-news-calendar-item-category-type { 
	position: relative;
	padding-left: 1.5vw;
}

.hc-news-calendar-item-event-dot {
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	margin: 10px 0;
	margin-right: 5px;
	border-radius: 8px;
	background-color: #1d93bf;
}

.hc-news-calendar-item-image-info {
	font-size: 1em;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	color: #044169;
	border-bottom: 2px solid #78ccd2;
}

.hc-news-calendar-item-posted {
	display: inline;
}

.hc-news-calendar-item-posted span {
	text-transform: uppercase;
	font-weight: 700;
	color: #333333;
}

.hc-news-calendar-item-posted a {
	color: #044169;
}

.hc-news-calendar-item-share-links {
	display: inline;
	float: right;
}

.hc-news-calendar-item-share-links span {
	text-transform: uppercase;
	font-weight: 700;
}

.hc-news-calendar-item-share-links-icon {
	width: 20px !important;
	height: 20px;
}

.hc-news-calendar-item-share-links-icon:hover {
	background-color: #78ccd2;
}

.hc-news-calendar-item-main-text-header {
	color: #ff6f59;
	margin-top: 10px;
	font-size: 2.5em;
	font-weight: 700;
}

.hc-news-calendar-item-main-text-header-subtext {
	color: #044169;
	font-size: 1.5em;
}

.hc-news-calendar-item-main-text {
	color: #333333;
	font-size: 1.2em;
}

.hc-news-calendar-item-main-text p {
	padding: 10px 0;
}

/*modal video player*/

.hc-modal-video-cover-view {
	background-color: rgba(4,65,105,.90);
	height: 100vh;
	width: 100vw;
	position: fixed;
	margin-left: 0;
	margin-top: 0;
	z-index: 50;
    overflow: auto;
}

.hc-modal-video-container {
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%,-50%);
	width: 75vw;
	height: 42.187vw;
	z-index: 100;
	text-align:right;
}

.hc-modal-video-close {
	font-size: 4vw !important;
	position: absolute;
	right: -4vw;
	color: #ff6f59;
}


.hc-modal-video-accessibility-message a {

	font-size: 1.5vw !important;
	color: #fff;

}

.hc-modal-video-accessibility-message a:hover {
	text-decoration: none;

}

.hc-modal-video-close:hover {
	color: #78ccd2;
}

.hc-modal-video-container img {
	width: 100%;
	margin: 0 auto;
}

.hc-map-sm {
	margin-bottom: 20px;
}


/*set maximum sizes for things that scale too large*/
@media(min-width: 1200px) {

	h3 {
		font-size: 14px;
	}

	/*medium header*/

	.hc-left-nav-header-item {
/*		font-size: 18px;*/
	}

	/* article text header */
	.hc-main-text-header {
		font-size: 36px;
		margin-top: 24px;
	}

	.hc-main-text {
		font-size: 24px;
		padding-top: 24px;
		padding-bottom: 24px;
	}

	/*news and calendar event text*/
	.hc-news-calendar-item-main-text-header {
		font-size: 30px;
	}

	.hc-news-calendar-item-main-text-header-subtext {
		font-size: 24px;
	}

	.hc-news-calendar-item-main-text {
		font-size: 18px;
	}

	/*slide content*/
	.hc-left-slide-partner-content-section-header {
		font-size: 24px;
	}

	.hc-left-slide-partner-content-section-text {
		font-size: 18px;
	}


}

/*tablet styling*/
@media(max-width: 991px) {

	.hidden-tablet {
		display: none;
	}

}
@media(min-width: 768px) {
    .container-fluid.gradient,
    .container.gradient {
	    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,f5f7f8+50,f5f7f8+100 */
	    background: rgb(255,255,255); /* Old browsers */
	    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 33%, rgba(245,247,248,1) 33%, rgba(245,247,248,1) 100%); /* FF3.6-15 */
	    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 33%,rgba(245,247,248,1) 33%,rgba(245,247,248,1) 100%); /* Chrome10-25,Safari5.1-6 */
	    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 33%,rgba(245,247,248,1) 33%,rgba(245,247,248,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f7f8',GradientType=1 ); /* IE6-9 */
    }
}
/*mobile styling*/
@media(max-width: 767px) {
	.container {
		width: 100%;
		padding: 0;
	}

 	.container.mobile-gray {
 		background-color: #f5f7f8 !important;
 	}

	.hidden-tablet {
		display: block;
	}

	.hc-body-content {
		padding: 0 30px;
	}

	.hide-mobile {
		display: none;
	}

	h3 {
	}

	.hc-rte {
		padding: 0 30px;
	}

	.hc-map-sm {
		margin: 20px 0;
		padding: 0 30px;
	}

	/*drop down styling*/
	.hc-report-form-input.select {
		height: 8vw;
		font-size: 3vw;
	}

	/*full size hero image*/
	.hc-full-length-hero-image-container {
		height: 100vw;
		overflow: hidden;
	}

	.hc-full-length-hero-image-container img {
		height: 100vw;
		position: absolute;
		width: auto;
	    top: -9999px;
	    bottom: -9999px;
	    left: -9999px;
	    right: -9999px;
	    margin: auto;
	}



	.hc-full-length-hero-image-content {
		margin-top: 0;
		top: 2vw;
		width: 92%;
	}

	.hc-full-length-hero-image-text {
		font-size: 10vw;
		line-height: 8vw;
		margin-top: 30vw;
	}

	.hc-full-length-hero-image-subtext {
		display: none;
	}

	.hc-full-length-hero-image-button {
		width: 55vw;
		margin-top: 5vw;
	}

	.hc-full-length-hero-image-button a {
		padding: 4vw 0;
		font-size: 4vw;
	}

	/*main green header*/
	.hc-green-header {
	}

	.hc-green-header.fixed-height {
		padding: 75px 30px;
	}

	.hc-green-header-title {
		font-size: 3em;
		line-height: 1em;
	}

	.hc-green-header-desc {
		font-size: 1.5em;
		width: 100%;

	}

	.hc-green-header-button {
		width: 100%;
	}

	.hc-green-header-button:hover {
		text-decoration: none;
	}

	/* small header */
	.hc-small-header {
		margin-right: 0;
	}

	/*medium header*/
	.hc-medium-header {
		padding: 0 30px;
	}

	.hc-medium-header-left {
		border: none;
	}

	.hc-medium-header-left.enlarge {
		font-size: 1.5em;
	}

	.hc-medium-header-left.shift-above {
		height: 30px;
    	margin-bottom: -40px;

	}

	.hc-medium-header-right {

	}

	.hc-medium-header-right span {
		display: inline;
		margin-right: 5px;
	}

	.hc-medium-header h1 {
		display: table-cell;
		vertical-align: middle;
	}

	.hc-medium-header-search {
		width:100%;
	}

	/*article text*/
	.hc-main-text-header {
		color: #ff6f59;
		margin-top: 1em;
		font-size: 2em;
		padding: 0 30px;
	}

	.hc-main-text {
		padding: 0 15px;
	}

	/*left nav */

	.hc-left-nav {
	}

	.hc-left-nav.extra-top-margin {
		margin-top: 20px;
	}

	.hc-left-nav.tall span.glyphicon, 
	.hc-left-nav.tall p {
		height: 100px;
		line-height: 100px;
		font-size: 2em;
	}

	.hc-left-nav.collapsing-filter {
		height: auto !important;
		float: none;
		width: 84%;
		margin-left: 8%;
		border-radius: 5px;
		position: relative;
		left: auto;
		padding: 0;
	}

	.hc-left-nav.collapsing-filter div.hc-left-nav-header-item {
		display: none;
	}

	.hc-left-nav-cell {
		display: none;
	}

	.hc-content-with-left-nav {
		margin: 0;
		min-height: 0 !important;
	}

	.hc-left-nav-header-item {
		/*width: 100vw;*/
		width: 100%;
		/*font-size: 3vw;*/
		font-size: 1em;
		/*line-height: 6vw;*/
		line-height: 35px;
		/*height: 6vw;*/
		height: 35px;
	}

	.hc-left-nav-header-item span.glyphicon {
		/*font-size: 2vw;*/
		font-size: 1em;
	}

	.hc-left-nav-header-item p {
		width: 90vw;
		padding-bottom: 0;
		vertical-align: bottom;
	}

	.hc-left-nav-header-item.move-top p {
		/*padding-right: 40vw;*/
	}

	.hc-left-nav-header-item.move-top span {
		/*line-height: 6vw;*/
		line-height: 35px;
	}

	.hc-news-calendar-item-left-nav-section-header h3 {
		font-size: 18px;
	}

	.hc-news-item-left-nav-list-inline span {
		font-size: 16px;
		display: inline;
	}

	.hc-news-item-article-link {
		font-size: 16px;
	}

	/*related news and events links*/

	.main-gallery:after {
		display: none;
		content: 'flickity';
	}

	.main-gallery div.col-sm-4,
	.main-gallery div.col-sm-6 {
		width: 100%;
	}

	.hc-related-news-events-row {
		margin: 0;
		padding-bottom: 30px;
	}

	.hc-na-result-row div.hc-related-news-events-column {
		margin-left: 30px;
		margin-right: 30px;
	}

	.dot {
		background-color: #fff !important;
		border: 3px solid #044169 !important;
		width: 14px !important;
		height: 14px !important;
		filter: alpha(opacity=100) !important;
		border-color: #78ccd2 !important;
		opacity: 1 !important;
	}

	.dot.is-selected {
		background-color: #78ccd2 !important;
		border-color: #78ccd2 !important;
	}

	.hc-related-news-events-section-title {
		font-size: 2em;
		margin-left: 30px;

	}


	.hc-related-news-events-column {
		height: 600px;
		margin: 15px 30px;
	}

	.hc-related-news-events-top {
		height: 300px;
	}

	.hc-related-news-events-bottom {
		padding: 0;
		height: 300px;
	}

	.hc-related-news-events-bottom a {
		text-decoration: none;
	}

	.hc-related-news-events-category {
		font-size: 1.5em;
		height: 40px;
		line-height: 40px;
	}

	.hc-related-news-events-category-type.hc-event,
	.hc-news-calendar-item-category-type.hc-event {
		padding-left: .5em;
	}

	.hc-related-news-events-category-type.hc-event:before,
	.hc-news-calendar-item-category-type.hc-event:before {
		font-size: 22px;
	}

	.hc-news-calendar-item-event-dot {
		margin: 17px 5px;
	}

	.hc-related-news-events-title {
		padding: .5em;
		font-size: 2.5em;
		line-height: 1em;

	}

	.hc-related-news-events-desc {
		display: none;
	}

	.hc-related-news-events-event-icon {

	}

	.hc-related-news-events-event-icon p {
		font-size: .5em;

	}

	.hc-related-news-events-button {
		position: relative;
		bottom: 0;
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
	}

	.hc-related-news-events-button.button-shown {
		margin-top: 0;
	}

	.hc-related-news-events-button a {
		font-size: 1.5em;
		font-weight: 700;
		padding: .75em 0;
	}

	.hc-related-news-events-post-date {
		font-size: 1.5em;
		bottom: 6px;
		padding: 10px;
	}

	/*full header*/
	.hc-full-length-header {
		padding-left: 30px;
	}

	/*dual tab*/

	.hc-dual-tab-content {

	}

	/*keyword selection*/
	.hc-mc-keywords-header {
	}

	#hc-keyword-add {
		width: 50px;;
	}

	.hc-keyword-input-group {
		width: 100%;
	}

	.hc-keyword-input{
		height: 50px !important;
	}

	.hc-mc-keyword-submit-button {
		height: 8vw;
		font-size: 4vw;
		margin-top: 4vw;
	}

	.hc-saved-keyword {
	}

	/*filter functionality*/

	.hc-filter-content {
		padding: 10px;
		display: none;
		background-color: #fff;
	}

	.hc-filter {
		font-size: 1.5em;
		color: #ff6f59;
		margin: 0;
		padding-top: 0;
	}

	.hc-filter.stacked {
		padding-top: 20px;
	}

	.hc-filter-header {
		padding: .5em;
	}

	.hc-filter-header span {
		display: inline;
	}

	.hc-filter span.fa-filter {
		margin-right: 5px;
	}

	.hc-filter span.fa-angle-down,
	.hc-filter span.fa-angle-up {
		float: right;
		margin-top: 6px;
	}

	.hc-filter-label {
	}

	.hc-filter-checkbox label {
	}

	.hc-filter-checkbox label i {
		margin-left: 5px;

	}

	.hc-datepicker-separator {
		font-size: .75em;
	}

	.hc-datepicker {
		width: 50%;
	}

	.hc-keyword-input-group {

	}

	.hc-filter-submit-button {
		height: 50px;
		font-size: 1em;
	}

	.hc-page-selector {
		text-align: center;
	}

	.hc-page-selector-tile,
	.hc-page-selector-tile.extended {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 1.5em;
	}

	/*left slide nav*/
	.hc-left-slide-nav {
		display: none;
		position: relative;
		float: none;
		width: 100%;
		margin-left: 0;
	}

	.hc-left-slide-nav.expanded {
		border-top: 1px solid #f5f7f8;

	}

	.hc-slide-content-container {
		height: auto !important;
	}

	.hc-left-slide-partner-content {
		position: relative;
		width: 100%;
		padding-left: 0;
		margin-left: 0;
		padding: 0 30px;

	}

	.hc-left-slide-partner-content-section {
		margin-bottom: 100px;
	}

	.hc-left-slide-partner-content-section-header {
		font-size: 2em;
	}

	.hc-left-slide-partner-content-section-text {
		font-size: 16px;
	}

	.hc-left-slide-nav-toggle {
		display: block;
		margin: 30px;
		font-size: 2em;
		margin-bottom: 0;
	}

	.hc-left-slide-nav-toggle p {
		font-weight: 600;
		color: #044169;

	}

	.hc-left-slide-nav-toggle div {
		font-weight: 700;
		color: #ff6f59;
		position: relative;
		background-color: #fff;
		padding: 2vw 6vw;
		margin-bottom: 0;
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
	}

	.hc-left-slide-nav-toggle div i {
		float: right;
		margin-top: 1vw;
	}

	.hc-left-slide-nav-cells {
		   width: 100%;
	    text-align: center;
	    padding: 0 30px;
	    background-color: #f5f7f8;
	}

	.hc-left-slide-nav-cell {
		background-color: #fff;
		color: #333333;
		font-size: 1.5em;
		padding-left: 0;
	}

/*	styles for news/calendar item nav and content*/

	.hc-news-calendar-item-image-container {
		height: auto;
		margin: 30px 0;
		overflow: hidden;
		padding: 0 30px;
	}

	.hc-news-calendar-item-category {
		height: 40px;
		line-height: 40px;
		font-size: 1.2em;
		top: 360px;
	}

	.hc-news-calendar-item-share-links {
		display: block;
		float: none;
	}

	.hc-news-calendar-item-share-links-icon {
		height: 25px !important;
		width: 25px !important;
	}

	.hc-news-calendar-item-image-info {
		font-size: 1.2em;
		line-height: 1.5em;
		height: auto;
		padding: 10px 0;
	}

	.hc-news-calendar-item-left-nav-menu-content {
		position: relative;
		width: auto;
		top: 0;
		padding: 0 30px;
		margin-bottom: 50px;
	}

	.hc-news-calendar-item-left-nav-list-inline-item {
		font-size: 16px;
	}

	.hc-news-calendar-item-main-text-header {
		font-size: 32px;
		line-height: 32px;
		padding: 0 30px;
	}

	.hc-news-calendar-item-main-text-header-subtext {
		font-size: 22px;
		padding: 20px 30px;
	}

	.hc-news-calendar-item-main-text p {
		font-size: 16px;
		padding: 0 30px;
	}

	/*select styling*/

	.chosen-single {
		height: 50px !important;
		line-height: 50px !important;
	}

	.chosen-single div {
		top: 2vw !important;
	}

	.chosen-container .chosen-results li {
	  height: 8vw !important;
	  line-height: 8vw !important;
	 }
}


/*main nav styling*/

.hc-mobile-nav {
	display: none;
}

.hc-dim {
	display: none;
}

.hc-header-alert {
	font-size: 16px;
	display: none;
	height: 60px;
	color: #fff;
	background-color: #f0463c;
	text-align: center;
	line-height: 60px;
	vertical-align: middle;
}

.hc-header-alert.shown {
	display: block;
}

.hc-header-alert-content {
	margin: 0 75px;
	height: 60px;
}

.hc-header-alert-text {
	line-height: 60px;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    color: #fff;
}

.hc-header-alert-text a {
    color: #fff;
}

.hc-header-alert-title {
	text-transform: uppercase;
	font-weight: 700;
}

#hc-header-alert-close {
	vertical-align: middle;
	font-size: 24px;
}

#hc-header-alert-close:hover {
	cursor: pointer;
}

.hc-navbar {
	height: 75px;
	background-color: #fff;
	margin: 0;
	border: none;
	border-radius: 0;
}

.hc-navbar div.container-fluid {
	background-color: #fff;
}

.hc-navbar-header {

}

.hc-brand-img-container {
	height: 75px;
	width: auto;
	padding: 10px 15px;
	padding-left: 0;
	margin-left: 30px !important;
}

.hc-brand-img {
	height: 100%;
	width: auto;
	display: block;
	margin: auto 0;
}

.hc-navbar-element-list {
	height: 75px;
	line-height: 75px;
	padding-right: 160px;
	margin-right: 0;
}

.hc-navbar-element-list li {
	height: 100%;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-color: #fff;
	padding: 0 10px;
	vertical-align: middle;
}

.hc-navbar-element-list li a {
	padding: 0;
}

.hc-navbar-element-list li a div{
	vertical-align: middle;
	line-height: 75px;
}

.hc-navbar-element-list li.hc-selected {
	border-color: #78ccd2;
}

.hc-navbar-element-list li.hc-selected a div.hc-nav-element {
	color: #78ccd2 !important;
}

.hc-navbar-element-list li.hc-selected.hc-want-to-element,
.hc-navbar-element-list li.hc-selected a div.hc-nav-want {
	color: #ff6f59 !important;
	border-color: #ff6f59 !important;
}

.hc-want-to-element.hc-selected {
	border-color: #ff6f59 !important;
}

.hc-nav-element {
	text-align: center;
	vertical-align: middle;
	color: #044169 !important;
	font-size: 1.1em;
	height: 100%;
	font-weight: 600;
	
}

.hc-nav-element.hc-search {
	line-height: 75px;
}

.hc-nav-want {
	color: #ff6f59 !important;
	text-transform: uppercase;
}

.hc-nav-want-icon {
	top: 0px;
	font-size: 12px;
}

.hc-header-content {
	position: relative;
}

.hc-search-element {
	position: absolute;
	top: -75px;
	right: 30px;
}

.hc-nav-search-form {
	margin: 0;
}

.hc-nav-search {
	height: 100%;
	width: 73px !important;
	padding-left: 8px;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-width: 0px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	border-color: #044169;
	box-shadow: none;
	webkit-box-shadow: none;

	transition: width 0.5s ease;
}

.hc-nav-search.hc-search-expanded {
	width: 433px !important;
}

.hc-nav-search:focus {
	outline: none;
	box-shadow:none !important;
	border-color: #044169;
}

.hc-nav-search::-webkit-input-placeholder { 
	color: #044169; 
}
.hc-nav-search:-moz-placeholder { 
	color: #044169; 
}
.hc-nav-search::-moz-placeholder { 
	color: #044169; 
}
.hc-nav-search:-ms-input-placeholder { 
	color: #044169; 
}

.hc-nav-search-icon {
	color: #044169;
	font-size: 16px;
}

.hc-nav-search-remove-icon {
	font-size: 13px;
	color: #f0463c;
	display: none;
	vertical-align: middle;
}

.hc-nav-search-remove-icon:hover {
	color: #044169;
}

.hc-input-icon-addon {
	background-color: #fff !important;
	border-top-style: solid !important;
	border-top-width: 1px !important;
	border-bottom-style: solid !important;
	border-bottom-width: 1px !important;
	border-left-style: solid !important;
	border-left-width: 1px !important;
	border-right-width: 0px !important;
	border-top-left-radius: 30px !important;
	border-bottom-left-radius: 30px !important;
	border-color: #044169;

	padding-right: 1px;
	padding-left: 8px;

}

/*want-to container style*/

.hc-want-to-header {
	display: none;
}

.hc-want-to-container {
	width: 100%;
	padding: 0 5%;
	height: 125px;
	background-color: #044169;
	display: none;
	margin: 0;
}

.hc-want-to-container a {
	height: 125px;
}

.hc-want-to-card {
	padding: 0;
	height: 125px;
	background-color: #044169;
	-webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

.hc-want-to-card.col-sm-2 {
	width: 20%;
}

.hc-want-to-card-col {
	width: auto;
	height: 125px;
	vertical-align: middle;
}

.hc-card-left {
	padding-left: 0px;
	padding-right: 5px;
	line-height: 125px !important;
}

.hc-card-right {
	padding-left: 0;
	padding-right: 0;
	line-height: 106px !important;
}

.hc-want-to-card:hover {
	background-color:rgba(0, 0, 0, 0.25);
}	

.hc-want-to-card-img {
	height: 40%;
}

.hc-want-to-card-title {
	text-transform: uppercase;
	color: #fff;
	height: 2vw;
	font-size: 2vw;
	line-height: 110px !important;
	font-weight: 700;

}

.hc-want-to-card-desc {
	color: #fff;
	height: 1vw;
	font-size: 1vw;
	line-height: 100px !important;

}

.hc-mobile-nav-close-button {
	display: none; 
}


/*link pane container style*/

.hc-link-pane-container {
	margin-left: 0px;
	width: 100%;
	display: none;
	padding: 0 75px;
	background-color: #f5f7f8;
	padding-bottom: 10px;
}

.hc-link-pane-title {
	color: #78ccd2;
	font-size: 2.5em;
	text-transform: uppercase;
	font-weight: 700;
}

.hc-link-pane-title span {
	display: none;
}

.hc-pane-link-row-left,
.hc-pane-link-row-right {
	padding-left: 0;
}

.hc-pane-cell {
	font-size: 1em;
	border-bottom: 1px solid #78ccd2;
	font-weight: 600;
	padding: .8em 0;
}

.hc-pane-cell a {
	color: #044169;
}

.hc-pane-cell a:hover {
	color: #78ccd2;
	text-decoration: none;
}

.hc-pane-cell.last {
	border-bottom: none;
}

.hc-pane-hero-title {
	color: #ff6f59;
	font-size: 1.3em;
	text-transform: uppercase;
	font-weight: 700;
}

.hc-pane-hero-desc {
	color: #333333;
	font-size: 1em;
	
}

.hc-pane-hero-button {
	display: inline-block;
	margin: 1em 0;
	text-align: center;
	height: 40px;
	width: 100%;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 40px;
	vertical-align: middle;
}

.hc-pane-hero-button:hover {
	text-decoration: none;
}

.hc-pane-hero-img img {
	height: auto;
	width: 75%;
}

@media(min-width: 768px) {

	/*static nav bar size outside of mobile*/

	.hc-navbar-header {
		width: 250px;
	}

}

@media(max-width: 991px) {
	.hc-nav-element {
		font-size: 1.1vw;
	}
	.hc-nav-want-icon {
		font-size: 1.1vw;
	}
}

@media(max-width: 767px) {

	/*mobile styling*/

	/*nav*/

	#hc-mobile-nav-open {
		border: none;
		margin-right: 30px;
	}
	.icon-bar {
		background-color: #ff6f59 !important;
	}

	.hc-navbar{
		height: 70px;
	}

	.hc-brand-img-container {
		height: 70px;
		padding-left: 20px;
	}

	.hc-brand-img {
		height: 50px;
		width: auto;
	}

	.hc-nav-toggle {
		margin: 19px 10px;
	}

	.hc-desktop-nav {
		display: none;
	}

	.hc-dim {
		display: none;
		background-color: black;
		height: 100%;
		width: 100%;
		position: fixed;
		margin-left: 0;
		margin-top: 0;
		z-index: 50;
	    opacity: 0;      /* fx, safari, opera */
	    overflow: auto;
	    opacity: 0.75;
	}

	.hc-dim.expanded {
		display: block;
		
	}

	.hc-header-content {
		z-index: 100;
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 90%;
		margin-left: 110%;
	}

	.hc-header-content.animated {
		-webkit-transition: margin-left 0.4s ease-in-out;
    	-moz-transition: margin-left 0.4s ease-in-out;
    	transition: margin-left 0.4s ease-in-out;
	}

	.hc-header-content.expanded {
		margin-left: 10%;
	}

	/*close button styling*/

	.hc-mobile-nav-close-button {
		display: block;
		background-color: #ff6f59;
		margin: 0;
		width: 11%;
		height: 80px;
		position: relative;
		margin-top: -85px;
		top: 85px;
		left: -11%;
		text-align: center;
		font-size: 1.5em;
	}

	.hc-mobile-nav-close-button span {
		color: #fff;
		line-height: 85px;
		vertical-align: middle;
	}

	/*search styling*/

	.hc-search-element {
		position: relative;
		top: 0;
		right: 0;
		background-color: #fff;
		padding: 10px;
	}

	.hc-nav-search {
		width: 100% !important;
		height: 40px;
	}

	.hc-nav-search::-webkit-input-placeholder { 
		color: #044169; 
	}
	.hc-nav-search:-moz-placeholder { 
		color: #044169; 
	}
	.hc-nav-search::-moz-placeholder { 
		color: #044169; 
	}
	.hc-nav-search:-ms-input-placeholder { 
		color: #044169; 
	}

	/*link pane styling*/

	.hc-link-pane-container {
		display: block;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #78ccd2;
		padding: 0 15px; 
	}

	.hc-link-pane-container.last {
		border-bottom: none;
	}

	.hc-link-pane-title {
		color: #044169;
		text-transform: capitalize;
		font-size: 2em;
		margin: 10px 0;
		padding-left: 20px;
	}

	.hc-link-pane-title span {
		display: inline-block;
		margin-top: 10px;
		float: right;
		color: #ff6f59;
		font-size: .9em;
	}

	.hc-pane-cell {
		color: #044169;
		border-bottom: none;
		line-height: 1em;
		vertical-align: middle;
		font-size: 2em;
		font-weight: 400;
		padding: .5em 0;

	}

	.hc-pane-link-columns {
		display: none;
	}
	
	.hc-pane-cell a{
		color: #044169;
	}


	.hc-pane-hero-text {
		display: none;
	}

	.hc-pane-hero-img {
		display: none;
	}

	/*want to styling*/

	.hc-want-to-header {
		display: block;
		text-transform: uppercase;
		color: #ff6f59;
		font-size: 1.5em;
		text-align: left;
		padding: 0 20px;
		padding-top: 10px;
		font-weight: 700;
	}

	.hc-want-to-container {
		display: block;
		padding: 0;
	}

	.hc-want-to-card {
		display: block;
		width: 100% !important;
		height: 75px;
	}

	.hc-want-to-card:hover {
		background-color: #044169;
	}

	.hc-want-to-card div {
		text-align: left;
		height: 75px;
	}

	.hc-card-left {
		padding-left: 35px;
		line-height: 75px !important;
	}

	.hc-card-right {
		margin-left: 10px;
		line-height: 75px !important;
		vertical-align: middle;
	}

	.hc-want-to-card-img {
		height: 75%;
	}

	.hc-want-to-card-title {
		font-size: 2.5em;
		line-height: 75px !important;
	}

	.hc-want-to-card-desc {
		display: none;
	}

    /* alert styles */
    .hc-header-alert-content {
        margin: 0 35px 0 15px;
    }
}
}

/*dual-tab-header modifications*/

.hc-dual-tab-content.home {
	margin-top: 20px;
	background-color: #f5f7f8;
}

.hc-home-newsroom-button {
	padding-bottom: 2em;
	text-align: center;
	width: 30%;
	margin: 0 35%;

}

.hc-home-newsroom-button a {
	text-transform: uppercase;
	padding: .5em 0;
	font-size: 1.25em;
}

.hc-home-newsroom-button a:hover {
	text-decoration: none;
}

.hc-home-featured-links-container {
	padding: 0 15px;
	background: url('/views/home/img/b-g-aqua@3x.png');
	background-size: 100% 100%;
	position: relative;

}

.hc-home-featured-links-content {
}

.hc-home-featured-links-title h3 {
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 2em;
	width: 100%;
	margin-top: .5em;
}

.hc-home-featured-links-col {
	border-right: 1px solid #044169;
	margin: 1em 0;
}

.hc-home-featured-links-col.last {
	border: none;
}

.hc-home-featured-link {
	text-transform: uppercase;
	text-align: center;
	margin: 1.5em 0;
	font-size: 1.2em;

}

.hc-home-featured-link a {
	color: #044169;
}

/*calendar part*/

.hc-home-calendar-row {
	background-color: #f5f7f8;
	margin: 0 4vw;
}

.hc-calendar-month-selector-month.home {
	margin: 0;
}

.hc-calendar-month-selector-button {
	color: #ff6f59 !important;
}

.hc-calendar-option.home {
	width: 32.9%;
	display: inline-block;
}

.hc-filter.home {
	width: 100%;
}

.hc-calendar-options-filter-header.home {
	width: 15%;
	display: inline-block;
}

.hc-calendar-options-filter-content.home {
	display: inline-block;
	width: 84.4%;
}

@media(max-width: 767px) {

	.hc-dual-tab-content.home.right {
		padding: 0 40px;
	}

	.hc-home-featured-links-container {
		height: 650px;

	}

	.hc-home-featured-links-container img {
		height: 650px;
		
	}

	.hc-home-featured-links-col {
		border-right: none;
	}

	.hc-home-featured-links-title h3 {
		font-size: 2.5em;
	}

	.hc-home-featured-link {
		font-size: 2em;
		margin: .7em 0;
	}

	/*calendar styles*/

	.hc-calendar-month-selector-month.home {
		width: 68.5%;
	}

	.hc-calendar-options-filter-header.home {
		width: 100%;
		text-align: left;
		margin-left: 0;
	}

	.hc-calendar-options-filter-content.home {
		display: none;
		width: 100% !important;
		margin-top: 2px;
	}

	.hc-calendar-option.home {
		width: 100% !important;
		margin: 0;
		margin-bottom: 1px;
		min-height: 44px;
	}

	.hc-calendar-month-selector-button {
	}

	.hc-filter.home {
		padding-top: 10px;
	}

	.cal-home {
		padding: 0 !important;
	}

	.hc-home-newsroom-button {
		width: 80%;
		margin: 0 10%;
	}

	.hc-home-newsroom-button a {
		font-size: 2em;
	}



}

.hc-footer-container {
	padding: 0 8vw;
	min-height: 150px;
	background-image: url("/views/footer/img/b-g-dark-blue@3x.png");
	background-size: 100% 100%;
}

.hc-footer-container div.row {
	height: 100%;
}

.hc-logo {
	height: 50px;
	margin: 50px 0;
}

.hc-logo img {
	height: 100%;

}

.hc-site-links {
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 1em;
	margin: 67px 0;
}

.hc-site-links a {
	color: #fff;
	padding: 0 5px;
}

.hc-site-links a:hover {
	color: #78ccd2;
	text-decoration: none;
}

.hc-social-links {
	color: #fff;
	text-align: right;
	width: 100%;
	vertical-align: middle;
	margin: 60px 0;
}

.hc-social-links a {
	color: #fff;
}

.hc-social-icon img {
	height: 28px;
}

.hc-social-icon {
	display: inline-block;
	border-radius: 3px;

	-webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

.hc-social-icon:hover {
	background-color: rgba(0, 0, 0, 0.25);
}

@media(max-width: 767px) {

	.hc-footer-container {
		min-height: 300px;
	}

	.hc-social-links {
		text-align: center;
	}

	.hc-logo img {
		padding: 0;
		margin: auto;
	}

}

.hc-boc-row {
	padding: 20px 0;
}

.hc-boc-col {
	margin: 10px 0;
}

.hc-boc-image-container {
	height: 250px;
	overflow: hidden;
	background-color: #78ccd2;
}

.hc-boc-info {
	background-color: #fff;
	padding: 10px 0;
}

.hc-boc-name {
	text-align: center;
	font-weight: 700;
	font-size: 2em;
	color: #ff6f59;
}
.hc-boc-title {
	font-size: 1.2em;
	text-align: center;
	color: #044169;

}

.hc-boc-col a:hover{
	text-decoration: none;
	color: #78ccd2;
}

@media(max-width: 767px) {

	.hc-boc-row {
	    max-width: 300px;
	    margin: 0 auto;
	}

	.hc-boc-col {
		margin: 20px 0;
	}

}


.hc-park-search-result-title a {
	font-size: 2em;
	font-weight: 700;
	color: #ff6f59;
	margin-left: 15px;
}

.hc-park-search-result-title a:hover,
.hc-park-search-result-title a:focus {
	color: #78ccd2;
	text-decoration: none;

}

.hc-park-search-result {
	padding: 10px 30px;
}

.hc-park-search-result-image img {
	width: 100%;
	padding: 10px 0;
	padding: 30px;

}

.hc-park-search-result-details {
	padding: 10px 0;
}

.hc-park-search-result-address {
	font-size: 1.2em;
	color: #044169;
	margin-left: 15px;
}

.hc-park-search-result-activity {
    width: 20%;
    display: inline-block;
    margin-top: 10px;
    text-align: center;
    font-size: 1em;
    color: #333333;
}

.hc-park-search-result-activity i {
	display: block;
	font-size: 1.5em;
	color: #044169;
}



@media(max-width: 767px) {

/*	.hc-park-search-result {
		margin: 8vw 0;
	}

	.hc-park-search-result-title {
		text-align: center;
	}

	.hc-park-search-result-title a {
		font-size: 5vw;
	}

	.hc-park-search-result-image img {
		padding: 2vw 6vw;
	}

	.hc-park-search-result-details {
		text-align: center;
	}

	.hc-park-search-result-address {
		text-align: center;
		font-size: 4vw;
	}

	.hc-park-search-result-activity {
		margin-top: 4vw;
		font-size: 3.5vw;
	}

	.hc-park-search-result-activity i {
		font-size: 5vw;
	}*/

}
/*left nav*/

.hc-service-article-left-nav {
	width: 20vw;
	position: absolute;
}

/*medium header*/

.hc-medium-header-container span {
	display: none;
}

.hc-medium-header-link {
	pointer-events: none;
   	cursor: default;
}

.hc-medium-header-link:hover, 
.hc-medium-header-link:visited, 
.hc-medium-header-link:active {
	text-decoration: none;
}

.hc-medium-header-link:visited {
	text-decoration: none;
}

/*main content*/

.hc-service-article-list-item-container h3 {
	color: #333333;
	font-size: 1.5em;
	font-weight: 600;
}

.hc-service-article-list-item {
	padding: .5em 0;
}

.hc-service-article-list-item-container li {
	font-size: 1.2em;
}

@media(max-width: 767px) {

	.hc-service-article-left-nav {
		display: none;
	}

	.hc-medium-header-container span {
		display: block;
		font-size: 1.5em;
		position: absolute;
		color: white;
		line-height: 100px;
		left: -10px;
		vertical-align: middle;

	}

	.hc-service-article-list-item-container {
		padding: 0 30px;
	}

	.form-helpful {
		padding: 0 30px;
	}
}

.hc-rte.service-group p {
	padding: 10px 0;
    font-size: 1.5em;
    color: #044169;
    margin-top: 0;
}

.hc-rte.service-group a {
	font-size: 1.5em;
    text-decoration: underline;
}

.service-group-content-section {
	/*padding-bottom: 2vw;*/
	padding-bottom: 1em;
}

.service-group-content-section-header {
	/*margin-top: 2vw;*/
	margin-top: 1em;
	background-color: #78ccd2;
	/*height: 3vw;*/
	height: 30px;
	/*line-height: 3vw;*/
	line-height: 30px;
	vertical-align: middle;
	color: #fff;
	/*font-size: 1.25vw;*/
	font-size: 1em;
	text-transform: uppercase;
	padding-left: 20px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	font-weight: 700;
}

.service-group-content-section-header span {
	display: none;

}

.service-group-content-section-collapsible {
	background-color: #fff;
}

.hc-take-action {
	background-color: #fff;
	margin: 0;

}

.hc-take-action-item-header {
	/*margin-top: 1vw;*/
	margin-top: .5em;
	/*font-size: 1.5vw;*/
	font-size: 1.5em;
	color: #ff6f59;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.5em;
	
}

.hc-take-action-item-header-icon {
	/*height: 2.5vw;*/
	height: 1.5em;
/*	margin-bottom: .5vw;
	margin-right: .5vw;*/
}

.hc-take-action-item ul {
	list-style-type: none;
	padding-left: 15px;
}

.hc-take-action-item-link {
	/*font-size: 1.25vw;*/
	font-size: 1em;
	color: #044169;
	/*margin: 1vw 0;*/
	margin: .75em 0;
}

.hc-take-action-item-link::before {
	font-family: 'FontAwesome';
	content: '\f0da';
	margin:0 5px 0 -15px;
	/*font-size: 2vw;*/
	font-size: 1em;
}

.hc-take-action-item-link a {
	color: #044169;
	text-decoration: underline;
}

.hc-take-action-item-link a:hover {
	color: #78ccd2;
}

.hc-learn-more {
	margin: 0;

}

.hc-learn-more-button {
	display: table;
	border: 1px solid #ff6f59;
	border-radius: 5px;
	height: 50px;
	margin: 1em 0;
	font-size: 1em;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	width: 100%;
	padding: 0 1em;
}

.hc-learn-more-button span {
	display: table-cell;
	vertical-align: middle;
}

.hc-learn-more-button:hover {
	text-decoration: none;
}

.hc-get-help {
	background-color: #fff;
	margin: 0;
}

.hc-get-help-header {
	font-size: 1em;
	margin-top: 1em;
	color: #333333;
	text-transform: uppercase;
	font-weight: 700;
}

.hc-get-help-link {
	margin-bottom: 1em;
}

.hc-get-help-link a {
	color: #044169;
	text-decoration: underline;
	/*font-size: 1.2vw;*/
	font-size: 1em;
	word-wrap: break-word;
}

.hc-get-help-link a.phone {
	text-decoration: none;
	color: #333333;
}

.hc-get-help-link a:hover {
	color: #78ccd2;
}

@media(max-width: 767px) {

	.hc-left-nav-header-item.sg span {
		line-height: 6vw;
	}

	.service-group-content-section-collapsible {
		display: none;
	} 

	.service-group-content-section {
		padding-bottom: 1px;
		margin: 0 -15px;
	}

	.service-group-content-section.extra-margin {
		margin: 0 -30px;
	}

	.service-group-content-section-header {
		font-size: 2em;
		height: 100px;
		line-height: 100px;
		margin-top: 1px;
		border-radius: 0;
	}

	.service-group-content-section-header h2 {
		display: inline-block;
		/*width: 85%;*/
	}

	.service-group-content-section-header span {
		display: inline-block;
		color: #fff;
		float:right;
		margin: 35px 35px 0 0;

	}

	.hc-take-action-item-header {
		/*font-size: 6vw;*/
		font-size: 2em;
		/*margin-left: 2vw;*/
	}

	.hc-take-action-item-header-icon {
		/*height: 7vw;*/
		height: 2em;
	}

	.hc-take-action-item ul {
		padding: 0 30px;
	}

	.hc-take-action-item-link {
		/*font-size: 4vw;*/
		font-size: 1.5em;
		/*margin: 6vw 2vw;*/
	}

	.hc-take-action-item-link::before {
		font-size: 3vw;
	}

	.hc-learn-more {
		
	}

	.hc-learn-more-tile {
		/*padding: 3vw 0;*/
		padding: 1em 0;
	}

	.hc-learn-more-button {
		/*font-size: 4vw;*/
		font-size: 1.5em;
		/*height: 12vw;*/
		height: 75px;
		/*margin: 0vw 10vw;*/
		margin: 0 5%;
		/*width: 80%;*/
		width: 90%;
		padding: 0 1em;
	}

	.hc-get-help-header {
		/*font-size: 4vw;*/
		font-size: 2em;
		/*margin-left: 2vw;*/
	}

	.hc-get-help-tile {
		/*margin: 8vw 0;*/
		margin: 2em 0;
		padding: 0 30px;
	}

	.hc-get-help-link {
		/*font-size: 3.5vw;*/
		font-size: 1.5em;
		/*margin-left: 2vw;*/

	}

	.hc-get-help-link a {
		/*font-size: 4vw;*/
	}



}



/*tile container and link tiles*/

.hc-detail-link-tile-container {
	background-color: #fff;
	padding-bottom: 30px;
	
}

.hc-detail-link-tile-container a {
	text-decoration: none;
}

.hc-detail-link-tile-row {
}

.hc-detail-link-tile {
	display: inline-table;
	font-size: 1em;
	height: 80px;
	width: 100%;
	background-color: #fff;
	color: #ff6f59;
	border: 2px solid #ff6f59;
	border-radius: 5px;
	vertical-align: middle;
	text-align: center;
	word-wrap: break-word;
	text-transform: uppercase;
	font-weight: 600;
	padding: 5px;
	margin-top: 30px;
}

.hc-detail-link-tile span {
	display: table-cell;
	vertical-align: middle;
}


.hc-detail-link-tile:hover {
	color: #fff;
	background-color: #ff6f59;
}

/*related links section*/

.hc-related-links {
	padding-bottom: 40px;
}

.hc-related-links-row {
}

.hc-related-links-column {
	text-transform: uppercase;
	text-align: center;
	font-size: 1.2em;
	color: #044169;
	padding: 10px 0;
}

.hc-related-links-column a {
	color: #044169;
}

.hc-related-links-column a:hover {
	text-decoration: none;
	color: #78ccd2;
}

/*mobile styling*/
@media(max-width: 767px) {

	.hc-detail-link-tile {
		font-size: 1.5em;
	}

	/*tile container and link tiles*/
	 .hc-detail-link-tile-row {
	 	padding-bottom: 30px;
	 	margin: 0 20px;
	 }

	.hc-related-links-column {
		font-size: 1.75em;
	}


}

.hc-rte.news-item p {
	font-size: 1.2em;
}

.hc-rte.news-item h3 {
	color: #044169;
	font-size: 1.5em;
	font-weight: 400;
	text-transform: none;
}

.hc-news-item-main-text  {
	padding: 10px 0;
}

.hc-news-item-main-text p {
	font-size: 1.2em;

}

.hc-news-item-pull-quote {
	/*italics*/
	display: inline-block;
	color: #044169;
	width: 250px;
	font-size: 1.2em;
	margin: 10px;
	font-weight: 700;
	font-style: italic;
}

.hc-news-item-related-event {
	display: inline-block;
	width: 250px;
	margin-bottom: 30px;
}

.hc-news-item-related-event-bottom {
	background-color: #fff;
}

.hc-news-item-related-event-header {
	height: 30px;
	font-size: 1em;
	line-height: 30px;
	padding: 0 .5em;
	vertical-align: middle;
	background-color: #78ccd2;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
}

.hc-news-item-related-event-img img {
	width: 100%;
}

.hc-news-item-related-event-title {
	padding-left: .5em;
	color: #ff6f59;
	font-size: 1.5em;
	font-weight: 700;
}

.hc-news-item-related-event-type {
	color: #333333;
	padding-left: 10px;
	font-size: 1em;
	margin-bottom: 2em;
	line-height: 30px;
}

.hc-news-calendar-item-event-dot.related-event-small {
	margin-top: .75vw;
	margin-right: .5vw;
}

.hc-news-item-related-event-loc-info {
	padding-left: 10px;
	font-size: 1em;
}

/*set maximum sizes for things that scale too large*/
@media(min-width: 1200px) {

	.hc-news-item-pull-quote {
		font-size: 24px;
	}
}

/*mobile styling*/
@media(max-width: 767px) {
	.hc-news-item-pull-quote {
		width: 100%;
		font-size: 20px;
		padding: 0 30px;

	}

	.hc-news-item-related-event {
		width: 100%;
		padding: 0 30px;
	}

	.hc-news-calendar-item-event-dot.related-event-small {
		margin-right: 10px;
		margin-top: 20px;
	}

	.hc-news-item-related-event-header {
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		padding-left: 10px;
	}

	.hc-news-item-related-event-title {
		font-size: 28px;
		padding-left: 20px;
	}

	.hc-news-item-related-event-type {
		font-size: 22px;
		padding-left: 20px;
	}

	.hc-news-item-related-event-type:before {
		font-size: 24px;
	}

	.hc-news-item-related-event-loc-info {
		font-size: 16px;
		padding-left: 20px;
	}

	.hc-news-item-related-event-bottom {
		padding-bottom: 20px;
	}
}

.hc-news-room-featured-stories-title-bar {
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
}

.hc-news-room-featured-stories-title {
	text-transform: uppercase;
	text-align: center;
	color: #044169;
	font-weight: 700;
	font-size: 1.5em;
}

.hc-news-room-featured-stories-archive-link {
	text-transform: capitalize;
	text-align: right;
	font-weight: 700;
	font-size: 1em; 
	position: absolute;
	top: 15px;
	right: 0;

}

.hc-news-room-featured-stories-archive-link a {
	color: #ff6f59;
}

.hc-news-room-featured-stories-archive-link a:hover {
	color: #78ccd2;
	text-decoration: none;
}

/*dual tab content*/

.hc-dual-tab-content.nr {
	background-color: #f5f7f8;
	padding-top: 10px;
}

.hc-dual-tab-content.nr.right div.container {
	padding: 20px 0;
}

.hc-dual-tab-header.nr {
	background-color: #78ccd2;
}

.hc-dual-tab-content-hero-img {
	width: 100%;
}

.hc-dual-tab-content-hero-image-contents {
	position: absolute;
	bottom: 20vw;
	left: 8vw;
}

.hc-dual-tab-content-hero-image-contents-title {
	font-weight: 700;
	font-size: 3.5vw;
	color: #fff;
	text-shadow: 1px 1px #000;
}

.hc-dual-tab-content-hero-image-contents-subtext {
	font-size: 2vw;
	color: #fff;
	text-shadow: 1px 1px #000;
}
.hc-dual-tab-content-her-image-button-row {
	margin-top: 2vw;
}

.hc-dual-tab-content-hero-image-contents-button-col {
	padding: 0;
}

.hc-dual-tab-content-hero-image-contents-button {
	display: inline-block;
	width: 120px;
	text-align: center;
	padding: 0;
}

.hc-dual-tab-content-hero-image-contents-button a {
	font-size: 1.2vw;
	font-weight: 700;
	padding: 1vw 0;
	text-transform: uppercase;
}

.hc-dual-tab-content-hero-image-contents-button.drop-down a {
	padding-left: 1vw;
	padding-right: 1vw;
}

.hc-dual-tab-content-hero-image-contents-button a:hover {
	text-decoration: none;
}

.hc-dual-tab-content-hero-image-contents-button.drop-down {
	text-align: left;
	border: none;
	border-radius: 5px;

}

.hc-dual-tab-content-hero-image-contents-button.drop-down:hover {
	color: #ff6f59;
	background-color: #fff
}

.hc-dual-tab-content-hero-image-contents-button.drop-down.expanded {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group.dropdown {
	vertical-align: inherit;

}

.dropdown-menu.htv {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	margin-top: -18px;
	margin-left: 14px;
	width: 120px !important;
	min-width: 0px !important;
	border-top: none;
	border-color: #fff;
	color: #044169;
}

.dropdown-menu.htv li {
	font-size: 1.2vw;
	height: 3vw;
}

.dropdown-menu.htv li a {
	padding-left: 1vw;
}

.dropdown-menu.htv li a:hover {
	color: #78ccd2;
	background-color: #fff;
}

.hc-dual-tab-content-hero-image-contents-button.drop-down span {
	float: right;
}

.hc-htv-content {
	height: 150px;
}

.hc-htv-left-content {
	text-align: right;
	color: #044169;
	padding: 0;
}

.hc-htv-right-content {
	height: 150px;
	color: #044169;
	padding: 0;
}

.hc-htv-yt-logo img {
	height: 130px;
	margin: 10px 0;
}

.hc-htv-left-content-header {
	margin-top: 10px;
	font-size: 1em;
	text-align: left;
	font-weight: 600;
}

.hc-htv-channel-list {
	padding: 5px 10px;
}

.hc-htv-channel-list ul {
	padding: 0;
}

.hc-htv-channel-list ul li{
	text-align: left;
	font-size: .7em;
}

.hc-htv-content-button {
	display:inline-block;
	width: 90%;
	margin-right: 10%;
	line-height: 40px;
	text-align: center;
	height: 40px;
}

.hc-htv-content-button.short {
	width: 80%;
	margin-left: 10%;
}

.hc-htv-content-button a {
	margin-top: 7.5vw;
	font-weight: 700;
	font-size: 1.2vw;
	padding: 1vw 0;
	text-transform: uppercase;
}

.hc-htv-content-button.roof-cam {
	margin-left: 7vw;
}

.hc-htv-content-button.roof-cam a {
	margin-top: 0;
}

.hc-htv-content-button a:hover {
	text-decoration: none;
}

.hc-htv-right-content img {
	height: 15vw;
	width: 100%;
}

.hc-htv-right-content-container {
	position: absolute;
	top: 2vw;
	left: 5vw;
}

.hc-htv-right-content-header {

	text-transform: uppercase;
	text-align: center;
	font-size: 2em;
	font-weight: 700;
	color: #044169;
	margin: .5em;

}

/*media center styling*/


.hc-mc-filter-container {

}

.hc-mc-results-container {

}

.hc-mc-result-title {
	font-size: 2em;
	color: #ff6f59;
	font-weight: 700;
}

.hc-mc-result-link {
	font-size: 1.5em;
}

.hc-mc-result-link span {
	font-weight: 600;
	color: #044169;
}

.hc-mc-result-link span.fa {
	margin-left: 10px;
	font-size: 1em;
}

.hc-mc-result-link a {
	color: #044169;
}

.hc-mc-result-preview{
	margin: 10px 0;
	color: #333333;
	font-size: 1.2em;
}

.hc-mc-links-container {
	width: 200px;
	float: left;
	font-size: .8em;
}

.hc-left-nav-cell.mc {
	border-color: #044169;
}

.hc-left-nav-cell a {
	color: #044169;
}

.hc-left-nav-cell a:hover {
	text-decoration: none;
	cursor: pointer;
}

.hc-news-room-contact-name {
	font-weight: 600;
	color: #333333;
}

.hc-news-room-contact-number {
	color: #333333;
	
}

.hc-news-room-contact-email {
	word-wrap: break-word;

	
}

@media(min-width: 1200px) {

	.hc-mc-result-title {
		font-size: 34px;
	}

	.hc-mc-result-link {
		font-size: 24px;
	}
	
	.hc-mc-result-preview {
		font-size: 18px;
	}

}

@media(max-width: 767px) {

	.hc-news-room-featured-stories-title {
		font-size: 2em;
		margin-top: .5em;
	}

	.hc-news-room-featured-stories-archive-link {
		position: relative;
		text-align: center;
		font-size: 2em;
		margin: 1em 0;
		top: 0;
		right: 0;		
	}

	/*htv content*/
	.hc-htv-content {
		height: auto;
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.hc-dual-tab-content-hero-img {
		height: 60vw;
	}

	.hc-dual-tab-content-hero-image-contents {
		bottom: 0;
		top: 1vw;
		left: 0;
	}

	.hc-dual-tab-content-hero-image-contents-title {
		font-size: 10vw;
		left: 8vw;
		margin: 0 4vw;
	}

	.hc-dual-tab-content-hero-image-contents-subtext {
		display: none;
	}

	.hc-dual-tab-content-hero-image-button-row {
		margin: 1vw 4vw;
	}

	.hc-dual-tab-content-hero-image-contents-button {
		width: 42vw;
	}

	.hc-dual-tab-content-hero-image-contents-button.drop-down {
		margin-top: 0 !important;
	}

	.hc-dual-tab-content-hero-image-contents-button a {
		font-size: 4vw;
		padding: 2vw 0;
	}

	.hc-htv-left-content {
	}

	.dropdown-menu.htv li {
		font-size: 1em;
		height: 40px;
	}

	.hc-htv-channel-list ul {
		margin-bottom: 0;
	}

	.hc-htv-channel-list ul li{
		font-size: 1em;
		padding: .1em 0;
	}

	.hc-htv-content-button {
		width: 80%;
		margin-right: 10%;
	}
	.hc-htv-right-content {
		padding: 0;
		margin: 0;
	}

	.hc-htv-right-content-header {
		left: 0;
		text-align: center;
	}

	/*	media center*/

	.hc-mc-filter-container{
		float: none;
		width: 80%;
		margin-left: 10%;
	}

	.hc-mc-results-container{
		float: none;
		margin: 0 30px;
	}

	.hc-mc-links-container{
	    width: 100%;
	    padding: 0 30px;
	    padding-bottom: 10vw;
	    font-size: 1em;
	}

	.hc-left-nav-cell.mc {
		display: block;
		width: 100;
		color: #ff6f59;
		font-size: 4vw;
		line-height: 10vw;
	}

	.hc-left-nav-cell.mc a {
		color: #ff6f59;
	}

	.hc-mc-result-item {
		margin: 2em 0;
	}

	.hc-mc-result-title {
		font-size: 2.5em;
	}

	.hc-mc-result-link span,
	.hc-mc-result-link a {
		word-wrap: break-word;
	}

	.hc-mc-result-link span.fa {
		font-size: 1.5em;
	}

	.hc-mc-result-preview {
		font-size: 1.5em;
	}

	.hc-filter.white {
		margin-top: 1em;
		background-color: #fff;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}

}



.table-condensed {
	color: #044169;
}

th.prev,
th.next {
	color: #ff6f59;
}

td.day:hover {
	color: #78ccd2;
}

.hc-na-sort {
	font-weight: 400;
	font-size: 1.5em;
	margin-top: 20px;
	padding: 0 30px;
}

.hc-na-sort-options {
	font-weight: 400;
}

.hc-na-sort-options.selected {
	font-weight: 700;
}

.hc-na-sort-options a:hover {
	text-decoration: none;
	color: #78ccd2;
}

.hc-na-sort-header {
	text-transform: uppercase;
	color: #044169;
	margin-right: 10px;
}

.hc-na-sort-options a {
	color: #ff6f59;
}

.hc-na-sort-options::after {
	content: " |";
}

.hc-na-sort-options.last::after {
	content: "";
}

.hc-na-result-row {
}

.hc-na-result-row div.col-sm-6 {
	padding: 0;
}

@media(max-width: 767px) {

	.hc-filter.na {
		margin: 0;
	}

}



.hc-search-filter-container {
	max-height: 300px;
	overflow-y: auto;
}

.hc-left-nav.sr {
	margin-top: 0;
	float: none;
	position: absolute;
	background-color: #fff;
	left: 0;
	padding-left: 8vw;
	width: 30vw;
}

.hc-mc-left-nav-keywords-container.sr {
	width: 90%;
}

.hc-report-form-input.select.sr {
	width: 90%;
}

.hc-content-with-left-nav.sr {
	background-color: #f5f7f8;
	padding-right: 0;
	padding-left: 4vw;
	min-height: 80vw;
}

.hc-medium-header.sr {
	margin-left: -32vw;
	padding: 0;
	position: relative;
	margin-right: -8vw;
}

.hc-medium-header.sr i {
	position: absolute;
	right: 9vw;
	top: 2.5vw;
	color: #044169;
	font-size: 3vw;
}
.hc-medium-header.sr i:hover {
	cursor: pointer;
}

.hc-medium-header-sr-text {
	margin-left: 30px;
}

.hc-medium-header-search {
	display: inline-block;
	width: 100%;
}

.hc-sr-search-input {
	width: 96%;
    height: 35px;
    border-radius: 10px;
    border: none;
    color: #044169;
    font-size: .5em;
    line-height: 35px;
    vertical-align: middle;
    padding-left: 10px;
    font-weight: 400;
}



.hc-sr-search-input:focus {
	outline: none;
	box-shadow:none !important;
	border: none;
}

.hc-sr-suggested-result-container {
	padding-top: 20px;
}

.hc-sr-suggested-result {
	border: 1px solid #78ccd2;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	background-color: #fff;
}

.hc-sr-suggested-result-header {
	background-color: #78ccd2;
    color: #fff;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    font-weight: 600;
    font-size: 1em;
    padding-left: 10px;

}

.hc-sr-other-results {
	margin: 20px 0 10px 0;
	font-size: 1.2em;
	color: #044169;
	border-bottom: 1px solid #044169;
}

.hc-sr-other-results span {
	font-weight: 700;
}

.hc-sr-search-result {
	padding: .5em;
	margin-bottom: 20px;

}

.hc-sr-search-result-title {
	color: #ff6f59;
	font-weight: 700;
	font-size: 2em;
}

.hc-sr-search-result-title i {
	margin-right: 1vw;
}

.hc-sr-search-result-title a {
	color: #ff6f59;
}

.hc-sr-search-result-title a:hover,
.hc-sr-search-result-title a:focus {
	color: #78ccd2;
	text-decoration: none;
}

.hc-sr-search-result-link {
	font-weight: 600;
	font-size: 1.3em;
	color: #044169;
}

.hc-sr-search-result-link a {
	font-weight: 400;
	color: #044169;
	word-wrap: break-word;
}

.hc-sr-search-result-text {
	font-size: 1.2em;
	color: #333333;
	margin-top: 10px;
}

/*set maximum sizes for things that scale too large*/
@media(min-width: 1200px) {

	.hc-sr-suggested-result-header {
		font-size: 18px;
	}

	.hc-sr-search-result-title {
		font-size: 36px;
	}

	.hc-sr-search-result-link a {
		font-size: 18px;
	}

	.hc-sr-search-result-text {
		font-size: 18px;
	}

	.hc-sr-other-results {
		font-size: 18px;
	}
	

}

@media(max-width: 767px) {

	.hc-left-nav.sr {
		float: none;
		margin: 0;
		width: 84%;
		margin: 2vw 8vw;
		position: relative;
		height: auto !important;
		border-radius: 5px;
		padding: 0;
	}

	.hc-filter.sr {
		margin: 0;
		padding-top: 0;
	}

	.hc-content-with-left-nav.sr {
		padding-left: 0;
		margin: 0 -8vw !important;
	}

	.hc-medium-header.sr {
		margin-left: 0;
		height: 30vw;
		width: 100%;
	}

	.hc-sr-search-input {
	}

	.hc-sr-suggested-result {
		margin: 20px 30px;
	}

	.hc-sr-suggested-result-header {
		height: 50px;
    	line-height: 50px;
    	font-size: 1.5em;
	}

	.hc-sr-other-results {
		margin: 20px 30px;
	}

	.hc-sr-search-result {
		padding: 10px 30px;
	}
}

.hc-dual-tab-header.apply {
	background-color: transparent;
	margin-top: -70px;
}

.hc-dual-tab-content.apply {
	padding: 40px 0;
}

.hc-apply-button-row {
	position: relative;
}

.hc-apply-item {
	padding: 10px;

}

.hc-apply-button {
	border: 2px solid #ff6f59;
	color: #ff6f59;
	min-height: 150px;
	border-radius: 5px;
	padding: 0;
	position: relative;
}

.hc-apply-button:hover {
	background-color: #ff6f59;
	color: #fff;
}

.hc-apply-button.expanded {
	background-color: #ff6f59;
	color: #fff;
}

.hc-apply-button p {
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	font-size: 1em;
	margin: 10px;
}

.hc-apply-button-icon {
	font-size: 3em;
	text-align: center;
	width: 100%;
	margin-top: 15px;
}

.hc-apply-button-chevron {
	font-size: 1em;
	text-align: center;
	width: 100%;
}

.hc-apply-button-row-dropdown {
	width: 100%;
	height: 10vw;
	background-color: #ff6f59;
	position: absolute;
	bottom: -10vw;
}

.hc-apply-button-child-content {
	width: 426%;
	background-color: #fff;
	margin-top: 15px;
	border-top: 10px solid #ff6f59;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	position: relative;
}

.hc-apply-button-child-content::before {
	content: "";
	position: absolute;
	top: -25px;
	left: 10%;
	width: 0;
	border-bottom: 15px solid #ff6f59;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}



.hc-apply-button-child-content.pos-one { 
	display: none;
}

.hc-apply-button-child-content.pos-two {
	margin-left: -108% !important;
	display: none;
}

.hc-apply-button-child-content.pos-two::before {
	left: 35.3%;
}

.hc-apply-button-child-content.pos-three {
	margin-left: -217% !important;
	display: none;
}

.hc-apply-button-child-content.pos-three::before {
	left: 60.5%;
}

.hc-apply-button-child-content.pos-four {
	margin-left: -326% !important;
	display: none;
}

.hc-apply-button-child-content.pos-four::before {
	left: 85.9%;
}

.hc-apply-button-child-content-col div {
	margin: .5em;
}

.hc-apply-category-link {
	font-size: 1em;
}

.hc-apply-category-name {
	color: #333333;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.2em;

}
.hc-apply-category-link a {
	color: #044169;
	margin-left: .5vw;
}

.hc-apply-category-link a:hover {
	color: #78ccd2;
	text-decoration: none;
}

@media(max-width: 767px) {

	.hc-dual-tab-content.apply {
		padding: 20px;
	}

	.hc-apply-button-row {
		margin-bottom: 0;
		margin-top: 0;
	}

	.hc-apply-item {
		margin: 0;
		width: 100%;
		border-bottom: 1px solid #044169;
	}

	.hc-apply-item.last {
		border: none;
	}

	.hc-apply-button {
		border: none;
		background-color: #f5f7f8;
		min-height: 70px;
		/*line-height: 70px;*/
		vertical-align: middle;
	}

	.hc-apply-button:hover {
		background-color: #f5f7f8;
		color: #ff6f59;
	}

	.hc-apply-button.expanded {
		color: #ff6f59;
		background-color: #f5f7f8;
	}

	.hc-apply-button-icon {
		float: left;
		font-size: 2em;
        width: 5%;
        margin: 20px 0px;
	}

	.hc-apply-button p {
		display: inline-block;
		margin: 15px 0px;
		font-size: 2em;
        width: 85%;
        text-align: left;
        padding-left: 20px
	}

	.hc-apply-button-chevron {
		width: 10%;
		font-size: 2em;
		float:right;
		margin-top: 20px;
	}

	.hc-apply-button-child-content {
		background-color: #f5f7f8;
		height: auto;
		border: none;
		margin-bottom: 2vw;
	}

	.hc-apply-button-child-content-col {
		padding: 0 20px;
	}

	.hc-apply-button-child-content::before {
		display: none;
	}

	.hc-apply-button-child-content.pos-one { 
		display: none;
	}

	.hc-apply-button-child-content.pos-two {
		margin-left: 0vw !important;
		display: none;
	}

	.hc-apply-button-child-content.pos-three {
		margin-left: 0vw !important;
		display: none;
	}

	.hc-apply-button-child-content.pos-four {
		margin-left: 0vw !important;
		display: none;
	}

	.hc-apply-category-name {
		font-size: 1.5em;
	}

	.hc-apply-category-link {
		padding: 10px 0;
	}

	.hc-apply-category-link a {
		font-size: 1.2em;
	}

}
.hc-rte.apply-for p {
	font-size: 1.3em;
}

.hc-get-help-header {
	font-weight: 600;
	font-size: 1.4em;
	color: #333333;
	text-transform: uppercase;
}

#get-help div.col-sm-4 {
	padding-left: 0;
}

.hc-get-help-link a {

	word-wrap: break-word;
	font-size: 1.2em;
	color: #044169;

}

.hc-get-help-link a.phone {
	color: #333333;
}

.hc-get-help-link a:hover {
	color: #78ccd2;
	text-decoration: none;
}

.form-helpful {
    background-color: white;
    padding: 10px;
}

.form-helpful div.form-group {
	margin-left: 0;
	margin-right: 0;
}

@media(max-width: 767px) {

	.hc-get-help-header {
		font-size: 1.2em;
	}

	.hc-get-help-link a {
		font-size: 1.2em;
	}

	.hc-get-help-link a.phone {

		color: #044169;

	}


}
.hc-rte.park-details p {
	font-size: 1.3em;
}

.hc-loc-hours-header {
    margin: 10px 0;
    /* margin-left: -15px; */
    padding: 0;
    font-size: 1.5em;
}

.hc-loc-hours-header h3 {
	display: inline;
	font-weight: 700;
	color: #333333;
	font-size: 1.2vw;
	text-transform: uppercase;
}


.hc-loc-hours-text {
    margin: 10px 0;
    font-size: 1.2em;
    color: #333333;
	
}

.hc-gallery-img {
	padding: 0;
}

.hc-gallery-img img {
	width: 100%;
	margin-bottom: 1vw;
}

@media(max-width: 767px) {

	.hc-loc-hours-header {
		font-size: 2em;
	}

	.hc-loc-hours-header h3 {
		font-size: 1em;
	}

	.hc-loc-hours-text {
		font-size: 1.2em;
		padding: 0;
		margin-left: -15px;
	}

}
.hc-rte.calendar-item h3 {
	color: #044169;
	font-size: 1.5em;
	font-weight: 400;
	text-transform: none;
}

.hc-rte.calendar-item p {
	font-size: 1.2em;
}

.hc-calendar-item-other-events {
	background-color: #fff;
	margin-top: 3px;
}

.hc-calendar-item-other-event {
	font-size: 1em;
	padding: 10px;
}

.hc-calendar-item-other-event-date {
	color: #044169;
}

.hc-calendar-item-other-event-title {
	color: #044169;
	font-weight: 700;
}

.hc-calendar-item-subsection-title {
	font-size: 1.5em;
	font-weight: 700;
}

.hc-calendar-item-other-event-text {
	color: #333333;
}

.hc-calendar-item-other-event-text a {
	color: #044169;
}

.hc-calendar-item-other-event-text a:hover {
	color: #78ccd2;
	text-decoration: none;

}
.hc-calendar-item-subsection-title {
	font-size: 1.5em;
	color: #044169;
	font-weight: 600;
}

.hc-calendar-item-subsection {
	margin: 10px 0;
}

.hc-calendar-item-subsection-header {
	font-size: 1em;
	padding: 0;
}

.hc-calendar-item-subsection-header h3 {
	display: inline;
	color: #333333;
	text-transform: uppercase;
	font-weight: 600;
	font-size: .7em;
}


.hc-calendar-item-subsection-header i {
	margin-right: 5px;
}

.hc-calendar-item-subsection-details {
	color: #333333;
}

.hc-calendar-item-subsection-details p {
	margin: 0;
}

.hc-news-calendar-item-register-button {
	text-align: center;
	padding: 10px 0;
}

.hc-news-calendar-item-register-button a {
    padding: 10px 0;
    font-size: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
}

.hc-news-calendar-item-register-button a:hover {
	text-decoration: none;
}

.hc-calendar-item-additional-media-button {
    display: inline-block;
    margin: 10px;
    color: #ff6f59;
    font-weight: 600;
    font-size: 1em;
    height: 75px;
    width: 30%;
    text-align: center;
    border: 1px solid #ff6f59;
    border-radius: 5px;
}

.hc-news-calendar-item-event-details {
	margin-left: -15px;
}


.hc-calendar-item-additional-media-button:hover {
	color: #fff;
	background-color: #ff6f59;
}

.hc-calendar-item-additional-media-button i {
    margin-top: 16px;
    display: block;
    font-size: 2em;
}

@media(max-width: 767px) {

	.hc-calendar-item-additional-media-button {
		display: block;
	    margin: 10px 30px;
	    /* margin-right: 10px; */
	    color: #ff6f59;
	    font-weight: 600;
	    font-size: 1em;
	    height: 75px;
	    text-align: center;
	    border: 1px solid #ff6f59;
	    border-radius: 5px;
	    width: auto;
	}

	.hc-calendar-item-other-events {
		margin-bottom: 20px;
	}

	.hc-calendar-item-subsection-header {
		font-size: 2em;
	}

	.hc-calendar-item-subsection-details {
		font-size: 1.2em;
	}

	.hc-news-calendar-item-event-details {
		padding-left: 30px;
	}

	.hc-calendar-item-subsection-title {
		padding-left: 15px;
	}

}
[class*="cal-cell"] {
  float: left;
  margin-left: 0;
  min-height: 1px;
}
.cal-row-fluid {
  width: 100%;
  *zoom: 1;
}
.cal-row-fluid:before,
.cal-row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.cal-row-fluid:after {
  clear: both;
}
.cal-row-fluid [class*="cal-cell"] {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 0%;
  *margin-left: -0.05213764337851929%;
}
.cal-row-fluid [class*="cal-cell"]:first-child {
  margin-left: 0;
}
.cal-row-fluid .controls-row [class*="cal-cell"] + [class*="cal-cell"] {
  margin-left: 0%;
}
.cal-row-fluid .cal-cell7 {
  width: 100%;
  *width: 99.94669509594883%;
}
.cal-row-fluid .cal-cell6 {
  width: 85.71428571428571%;
  *width: 85.66098081023453%;
}
.cal-row-fluid .cal-cell5 {
  width: 71.42857142857142%;
  *width: 71.37526652452024%;
}
.cal-row-fluid .cal-cell4 {
  width: 57.14285714285714%;
  *width: 57.089552238805965%;
}
.cal-row-fluid .cal-cell3 {
  width: 42.857142857142854%;
  *width: 42.80383795309168%;
}
.cal-row-fluid .cal-cell2 {
  width: 28.57142857142857%;
  *width: 28.518123667377395%;
}
.cal-row-fluid .cal-cell1 {
  width: 14.285714285714285%;
  *width: 14.232409381663112%;
}
.cal-week-box .cal-offset7,
.cal-row-fluid .cal-offset7,
.cal-row-fluid .cal-offset7:first-child {
  margin-left: 100%;
  *margin-left: 99.89339019189765%;
}
.cal-week-box .cal-offset6,
.cal-row-fluid .cal-offset6,
.cal-row-fluid .cal-offset6:first-child {
  margin-left: 85.71428571428571%;
  *margin-left: 85.60767590618336%;
}
.cal-week-box .cal-offset5,
.cal-row-fluid .cal-offset5,
.cal-row-fluid .cal-offset5:first-child {
  margin-left: 71.42857142857142%;
  *margin-left: 71.32196162046907%;
}
.cal-week-box .cal-offset4,
.cal-row-fluid .cal-offset4,
.cal-row-fluid .cal-offset4:first-child {
  margin-left: 57.14285714285714%;
  *margin-left: 57.03624733475479%;
}
.cal-week-box .cal-offset3,
.cal-row-fluid .cal-offset3,
.cal-row-fluid .cal-offset3:first-child {
  margin-left: 42.857142857142854%;
  *margin-left: 42.750533049040506%;
}
.cal-week-box .cal-offset2,
.cal-row-fluid .cal-offset2,
.cal-row-fluid .cal-offset2:first-child {
  margin-left: 28.57142857142857%;
  *margin-left: 28.46481876332622%;
}
.cal-week-box .cal-offset1,
.cal-row-fluid .cal-offset1,
.cal-row-fluid .cal-offset1:first-child {
  margin-left: 14.285714285714285%;
  *margin-left: 14.17910447761194%;
}
.cal-row-fluid .cal-cell1 {
  width: 14.285714285714285%;
  *width: 14.233576642335766%;
}
[class*="cal-cell"].hide,
.cal-row-fluid [class*="cal-cell"].hide {
  display: none;
}
[class*="cal-cell"].pull-right,
.cal-row-fluid [class*="cal-cell"].pull-right {
  float: right;
}
.cal-row-head [class*="cal-cell"]:first-child,
.cal-row-head [class*="cal-cell"] {
  min-height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cal-events-num {
  margin-top: 20px;
}
.cal-month-day {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
}
.cal-month-day:hover {
  border: 2px solid #78ccd2;
}
#cal-week-box {
  position: absolute;
  width: 70px;
  left: -71px;
  top: -1px;
  padding: 8px 5px;
  cursor: pointer;
}
#cal-day-tick {
  position: absolute;
  right: 50%;
  bottom: -21px;
  padding: 0px 5px;
  cursor: pointer;
  z-index: 5;
  text-align: center;
  width: 26px;
  margin-right: -17px;
}
.cal-year-box #cal-day-tick {
  margin-right: -7px;
}
#cal-slide-box {
  position: relative;
}
#cal-slide-tick {
  position: absolute;
  width: 16px;
  margin-left: -7px;
  height: 9px;
  top: -1px;
  z-index: 1;
}
#cal-slide-tick.tick-month1 {
  left: 12.5%;
}
#cal-slide-tick.tick-month2 {
  left: 37.5%;
}
#cal-slide-tick.tick-month3 {
  left: 62.5%;
}
#cal-slide-tick.tick-month4 {
  left: 87.5%;
}
#cal-slide-tick.tick-day1 {
  left: 7.14285714285715%;
}
#cal-slide-tick.tick-day2 {
  left: 21.42857142857143%;
}
#cal-slide-tick.tick-day3 {
  left: 35.71428571428572%;
}
#cal-slide-tick.tick-day4 {
  left: 50%;
}
#cal-slide-tick.tick-day5 {
  left: 64.2857142857143%;
}
#cal-slide-tick.tick-day6 {
  left: 78.57142857142859%;
}
#cal-slide-tick.tick-day7 {
  left: 92.85714285714285%;
}
.events-list {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
#cal-slide-content ul.unstyled {
  margin-bottom: 0;
}
.cal-week-box {
  position: relative;
}
.cal-week-box [data-event-class] {
  white-space: nowrap;
  height: 30px;
  margin: 1px 1px;
  line-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 10px;
}
.cal-week-box .cal-column {
  position: absolute;
  height: 100%;
  z-index: -1;
}
.cal-week-box .arrow-before,
.cal-week-box .arrow-after {
  position: relative;
}
.cal-week-box .arrow-after:after {
  content: "";
  position: absolute;
  top: 0px;
  width: 0;
  height: 0;
  right: 0;
  border-top: 15px solid #ffffff;
  border-left: 8px solid;
  border-bottom: 15px solid #FFFFFF;
}
.cal-week-box .arrow-before:before {
  content: "";
  position: absolute;
  top: 0px;
  width: 0;
  height: 0;
  left: 1px;
  border-top: 15px solid transparent;
  border-left: 8px solid #FFFFFF;
  border-bottom: 15px solid transparent;
}
#cal-day-box {
  text-wrap: none;
}
#cal-day-box .cal-day-hour-part {
  height: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-bottom: thin dashed #e1e1e1;
}
#cal-day-box .cal-day-hour .day-highlight {
  height: 30px;
}
#cal-day-box .cal-hours {
  font-weight: bolder;
}
#cal-day-box .cal-day-hour:nth-child(odd) {
  background-color: #fafafa;
}
#cal-day-box #cal-day-panel {
  position: relative;
  padding-left: 60px;
}
#cal-day-box #cal-day-panel-hour {
  position: absolute;
  width: 100%;
  margin-left: -60px;
  z-index: -1;
}
#cal-day-box .day-event {
  max-width: 200px;
  overflow: hidden;
}
#cal-day-box .day-highlight {
  line-height: 30px;
  padding-left: 8px;
  padding-right: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #c3c3c3;
  margin: 1px 1px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#cal-day-box .day-highlight.dh-event-important {
  border: 1px solid #ad2121;
}
#cal-day-box .day-highlight.dh-event-warning {
  border: 1px solid #e3bc08;
}
#cal-day-box .day-highlight.dh-event-info {
  border: 1px solid #1e90ff;
}
#cal-day-box .day-highlight.dh-event-inverse {
  border: 1px solid #1b1b1b;
}
#cal-day-box .day-highlight.dh-event-success {
  border: 1px solid #006400;
}
#cal-day-box .day-highlight.dh-event-special {
  background-color: #ffe6ff;
  border: 1px solid #800080;
}
.event {
  display: block;
  background-color: #c3c3c3;
  width: 10px;
  height: 10px;
  margin: 3px;
  border-radius: 8px;
}
.event-block {
  display: block;
  background-color: #c3c3c3;
  width: 20px;
  height: 100%;
}
.cal-event-list .event.pull-left {
  margin-top: 3px;
}
.event-art-culture {
  background-color: #1d93bf;
}
.event-county-government {
  background-color: #ff9009;
}
.event-public-meeting {
  background-color: #109d59;
}
.event-parks-rec {
  background-color: #9bd63c;
}
.event-senior-centers {
  background-color: #e34c84;
}
.event-community {
  background-color: #ffd300;
}
.day-highlight:hover,
.day-highlight {
  background-color: #dddddd;
}
.day-highlight.dh-event-important:hover,
.day-highlight.dh-event-important {
  background-color: #fae3e3;
}
.day-highlight.dh-event-warning:hover,
.day-highlight.dh-event-warning {
  background-color: #fdf1ba;
}
.day-highlight.dh-event-info:hover,
.day-highlight.dh-event-info {
  background-color: #d1e8ff;
}
.day-highlight.dh-event-inverse:hover,
.day-highlight.dh-event-inverse {
  background-color: #c1c1c1;
}
.day-highlight.dh-event-success:hover,
.day-highlight.dh-event-success {
  background-color: #caffca;
}
.day-highlight.dh-event-special:hover,
.day-highlight.dh-event-special {
  background-color: #ffe6ff;
}
.cal-row-head [class*="cal-cell"]:first-child,
.cal-row-head [class*="cal-cell"] {
  font-weight: bolder;
  text-align: center;
  border: 0px solid;
  padding: 5px 0;
}
.cal-row-head [class*="cal-cell"] small {
  font-weight: normal;
}
.cal-year-box .row-fluid:hover,
.cal-row-fluid:hover {
  /*background-color: #fafafa;*/
}
.cal-month-day {
  height: 100px;
  border: 1px solid #f5f7f8;
}
[class*="cal-cell"]:hover {
  /*background-color: #ededed;*/
}
.cal-year-box [class*="span"],
.cal-month-box [class*="cal-cell"] {
  min-height: 100px;
  position: relative;
  background-color: #fff;
}
.cal-year-box [class*="span"] {
  min-height: 60px;
}
.cal-year-box .row-fluid [class*="span"]:last-child,
.cal-month-box .cal-row-fluid [class*="cal-cell"]:last-child {
  border-right: 0px;
}
.cal-year-box .row-fluid,
.cal-month-box .cal-row-fluid {
  margin-left: 0px;
  margin-right: 0px;
}
.cal-year-box .row-fluid:last-child,
.cal-month-box .cal-row-fluid:last-child {
  border-bottom: 0px;
}
.cal-month-box,
.cal-year-box,
.cal-week-box {
}
span[data-cal-date] {
  color: #044169;;
  font-size: 2.5em;
  font-weight: 700;
  opacity: 1;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  margin-top: 15px;
}
span[data-cal-date]:hover {
  opacity: 1;
}
.cal-day-outmonth span[data-cal-date] {
  opacity: 0.1;
  cursor: default;
}
.cal-day-of-week{
  color: #044169;
  display: block;
  text-transform: uppercase;
  font-size: 1em;
  padding-top: 5px;
}
.cal-day-today {
  border: 2px solid #044169;
}
.cal-day-today span[data-cal-date] {

}
.cal-month-box .cal-day-today span[data-cal-date] {
  font-size: 2.5em;
}
.cal-day-holiday span[data-cal-date] {
  /*color: #800080;*/
}
.cal-day-weekend span[data-cal-date] {
  /*color: darkred;*/
}
#cal-week-box {
  border: 1px solid #e1e1e1;
  border-right: 0px;
  border-radius: 5px 0 0 5px;
  background-color: #fafafa;
  text-align: right;
}
#cal-day-tick {
  border: 1px solid #e1e1e1;
  border-top: 0px solid;
  border-radius: 0 0 5px 5px;
  background-color: #ededed;
  text-align: center;
}
#cal-slide-box {
  border-top: 0px solid #8c8c8c;
}
#cal-slide-content {
  border-bottom: 10px solid #78ccd2;
  border-radius: 5px;
  padding: 0 10px;
  color: #ffffff;
  margin-bottom: 10px;

/*  background-image: url("../img/dark_wood.png");
  -webkit-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.5);*/
}
#cal-slide-tick {
  background-image: url("../img/tick.png?2");
}
#cal-slide-content:hover {
  background-color: transparent;
}
#cal-slide-content a.event-item {
  color: #ffffff;
  font-weight: normal;
  line-height: 22px;
}
.events-list {
  max-height: 47px;
  margin: 0 1vw;
}
.cal-column {
  border-left: 1px solid #e1e1e1;
}
a.cal-event-week {
  text-decoration: none;
  color: #151515;
}
.badge-important {
  background-color: #b94a48;
}

.hc-calendar-month-selector {
	width: 100%;
	margin-top: 20px;
}

.hc-calendar-month-selector div {
	display: inline-block;
	font-size: 1.5em;
	color: #044169;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	background-color: #fff;
	padding: 0;
	text-align: center;
}

.hc-calendar-month-selector-button.prev {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	font-size: 2em;
}

.hc-calendar-month-selector-button.next {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	font-size: 2em;
}

.hc-calendar-month-selector-button {
	width: 14.5%;
	text-align: center;
}

.hc-calendar-month-selector-month {
	width: 69.5%;
	color: #044169;
	font-weight: 700;
	margin: 0 -2px;
}

.hc-left-nav.cal {
	margin-left: -22vw;
	margin-top: 0;
}

.hc-calendar-options-filter-header span {
	display: none;
}

.hc-calendar-options-filter-header i {
	margin-right: .5em;
}

.hc-calendar-option {
	text-transform: none;
	font-weight: 400;
	font-size: .8em;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	background-color: #fff;
	padding-left: .2em;
	margin: 2px 0;
}

.hc-calendar-option i {
	display: none;
	float: right;
	margin-right: 1vw;
	margin-top: 10px;
}

.hc-calendar-option.selected i {
	display: inline-block;
}

.hc-calendar-option span {
	margin-top: 10px;
	margin-right: 1vw;
}

.hc-calendar-option.selected,
.hc-calendar-option:hover {
	background-color: rgba(120,204,210, .20); 

}

.hc-calendar-option.selected:hover {

}

.hc-calendar-featured-events {
	border-top: 1px solid #044169;
	margin-top: 5vw;
}

.hc-calendar-featured-events-title {
	margin: 20px 0;
	color: #044169;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	font-size: 2em;
	font-weight: 700;
}

.hc-calendar-distance-filter {
	font-size: .8em;
	text-transform: none;
	font-weight: 400;
}

.hc-calendar-distance-input {
	width: 100px;
    height: 31px;
    border-radius: 5px;
    border: 1px solid #044169;
    padding-left: 5px;
}

.hc-calendar-distance-input:focus {
	outline: none;
	box-shadow:none !important;
	border-color: #044169;
}

/*calendar styling*/

#calendar {
	float: right;
	margin: 20px 0;
	border: none;
}

.cal-row-head {
	display: none !important;
}

.hc-cal-event-top {
	height: 30px;
	background-color: #78ccd2;
	color: #044169;
	margin: 10px -10px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	line-height: 30px;
	vertical-align: middle;
}

#cal-slide-tick::before {
	content: "";
	position: absolute;
	top: -.8vw;
	left: -1.3vw;
	width: 0;
	border-bottom: 2vw solid #78ccd2;
	border-left: 2vw solid transparent;
	border-right: 2vw solid transparent;
}

.hc-cal-event-container {
	margin: 0 -17px;
}

.hc-cal-event-container div.col-sm-6 {
	padding: 0;
}

.hc-cal-event-top-day {
	margin-left: 10px;
	text-transform: uppercase;
	font-weight: 600;
}

.hc-cal-event-top-day {

}

.hc-cal-event-row {
	margin: 0 .6vw;
	height: 10em;
	margin-bottom: 1em;
	background-color: #fff;
}

.hc-cal-event-col {
	position: relative;
	height: 100%;
    min-height: 9.67em;
	overflow: hidden;
}

.hc-cal-event-col.image-col {
	padding: 0;
}

.hc-cal-event-title {
	margin-top: 5px;
	color: #ff6f59;
	font-size: 1.4em;
	font-weight: 700;
}

.hc-cal-event-type {
	color: #333333;
}

.hc-cal-event-type span {
	margin-top: 6px !important;
}

.hc-cal-event-info {
	color: #333333;
	font-size: .8em;
	margin-top: 10px;

}

.hc-cal-event-time {
	margin-bottom: 5px;
}

.hc-cal-event-location {
	text-transform: uppercase;
}

.hc-cal-event-img {
	max-width: 100%;
}

.hc-cal-event-action,
.hc-cal-event-action-sm {
	display: none;
}

.hc-cal-event-action-button {
	width: 8em;
	margin: 0 auto;
	position: absolute;
  	top: 50%; left: 50%;
  	transform: translate(-50%,-50%);
}

.hc-cal-event-action-button a {
	padding: 1vw 1em;
}

.hc-cal-event-action-button a:hover {
	text-decoration: none;
}

@media(max-width: 991px) {
	.hc-cal-event-row {
		height: auto;
	}

	.hc-cal-event-col.text {
		height: 10em;
	}

	.hc-cal-event-action-button {
		width: 12em;
	}

	.hc-cal-event-action-button a {
		padding: 1vw 3em;
	}
}

@media(max-width: 767px) {

	.hc-medium-header.cal {
		margin-left: 0;
	}

	.hc-left-nav.cal {
		float: none;
		margin-left: 0;
		width: 100%;
		position: relative;
		left: auto;
	}

	.hc-calendar-month-selector {
		margin: 0;
	}

	.hc-calendar-month-selector div {
		height: 50px;
		line-height: 50px;
		font-size: 2em;
	}

	.hc-calendar-month-selector-button i {
		color: #ff6f59;
	}

	.hc-calendar-options-filter-content {
		display: none;
		margin-bottom: 2vw;
	}

	.hc-filter-header,
	.hc-calendar-options-filter-header {
		background-color: #fff;
		padding: .5em;
		border-radius: 5px;
	}

	.hc-calendar-options-filter-header span {
		display: inline-block;
	}

	.hc-calendar-options-filter-header i {
		display: none;
	}

	.hc-filter-header span.fa-angle-down,
	.hc-filter-header span.fa-angle-up,
	.hc-calendar-options-filter-header span.fa-angle-down,
	.hc-calendar-options-filter-header span.fa-angle-up {
		margin-right: .5em;
		margin-top: .3em;
		margin-left: 0;
		float: right;
	}

	.hc-calendar-option {
		line-height: 44px;
		font-size: 1em;
		color: #044169;
		height: 44px;
	}

	.hc-calendar-option span {
		margin-top: .75em;
		margin-right: .5em;
	}

	.hc-calendar-option i {
		margin-right: 1em;
		margin-top: .5em;
	}

	.hc-calendar-distance-filter {
		font-size: .8em;
		color: #333333;
	}

	.hc-calendar-distance-input {
		width: 75px;
    	height: 40px;
	}

	#calendar {
		float: none;
		margin: 20px 0;
		padding: 0 30px;
	}

	.cal-row-head {
		display: block !important;
	}

	.cal-day-of-week {
		display: none !important;
	}

	span[data-cal-date] {
		font-size: 1.5em !important;
	}

	.hc-cal-event-type span {
		margin-top: 5px !important;
	}

	.hc-cal-event-container {
	margin: 0 -8px;
}

	.events-list {
		/*margin: 2vw 1vw !important;*/
	}

	.hc-cal-event-row {
		margin-right: -.3vw;
		margin-left: -.3vw;
	}

	.hc-cal-event-title {
		font-size: 2.25em;
	}

	.hc-cal-event-info {
		font-size: 1em;
		margin: 10px 0;
	}

	.hc-cal-event-img {
		display: none;
	}

	.hc-calendar-featured-events-title {
		font-size: 2em;
	}

	.hc-cal-event-col.text {
		min-height: 15em;
        height: 100%
	}

	.hc-cal-event-action,
    .hc-cal-event-action-sm {
		display: block;
	}

	.hc-cal-event-action-button {
		width: 18em;
        position: relative;
        top: inherit;
        left: inherit;
        transform: inherit;
	}

	.hc-cal-event-action-button a {
		padding: 2vw 6em;
	}



}



.hc-media-item-title {
    padding-top: 20px;
    text-align: center;
    color: #ff6f59;
    font-size: 2.5em;
    font-weight: 700;
}

.hc-media-item-container {
	padding: 20px 0;

}

.hc-media-item-container img {
	width: 50%;
	display: block;
	margin: 0 auto;
}

.hc-media-item-description {
	font-size: 1.2em;
	color: #333333;
	padding-bottom: 20px;


}


@media(max-width: 767px) {

	.hc-media-item-container {
		width: 80%;
		margin-left: 10%;
	}

	.hc-media-item-container img {
		width: 100%;
	}

	.hc-media-item-description {
		padding: 20px 30px;
	}

}
/* Service Navigation */
.hc-left-nav-cell:last-child {
    border-bottom: none;
}

.hc-pane-cell:last-child {
    border-bottom: none;
}

.btn-learn-more {
    border: 2px solid #ff6f59;
    border-radius: 5px;
    margin: 1vw 0;
    vertical-align: middle;
    color: #ff6f59;
    font-size: 1vw;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}

.external-link:after {
    font-family: FontAwesome;
    content: " \f08e";
    font-size: small;
}
.hc-map-sm iframe{
    width:100%
}

.form-helpful {
    clear: both;
}

.form-helpful form {
    text-align: center;
}

.overlay-tab-header {
    margin-top: -70px;
    background-color: transparent;
    padding: 0px 15px;
}

.hc-dual-tab-header {
    background-color: transparent;
}

.hc-dual-tab-content {
    padding-top:10px;
}

.hc-news-calendar-item-event-details{
    margin-top: 1vw;
}

.hc-related-news-events-top{
    background-color: rgba(120,204,210,.75);
}

.hc-map-sm{
    /*border: 1px solid darkblue;*/
}

.no-select {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  not supported by any browser */
}

.hc-cal-event-info {
    margin-top: 5px;
}

.hc-news-calendar-item-share-links-icon, .hc-news-calendar-item-share-links-icon:hover {
    color: #ff6f59;
    padding-left: 5px;
}

.showing-calendar-action{
    opacity: .1;
}

#pullQuote{
    display:none;
}

.hc-news-item-pull-quote{
    display:none;
}

.mt-20{
    margin-top: 20px;
}

.mr-20{
    margin-right: 20px;
}

.mb-20{
    margin-bottom: 20px;
}

.hc-boc-image-container{
    height: 320px;
}

.hc-take-action-item div.column > h4.dontend {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1em;
}

@media (max-width: 991px){
    .row > .col-sm-6:nth-child(2n+1){
        clear: both;
    }
}

@media (min-width: 992px){
    .row > .col-md-3:nth-child(4n+1){
        clear: both;
    }

    .row > .col-md-4:nth-child(3n+1){
        clear: both;
    }
}


/* WFfM Styles for Hillsborogh */
.hb-form{
    padding: 20px;
}

.hb-form fieldset{
    padding-bottom: 1em;
    border-bottom: 1px solid #044169;
    margin-bottom: 1em;
}

.hb-form fieldset legend{
    border-bottom: none;
    margin: 1em 0;
	font-size: 2em;
	color: #ff6f59;
	font-weight: 700;
}

form.hb-form.form-horizontal fieldset label.control-label {
    color: #044169;
    font-weight: 600;
    font-size: 1.2em;
    line-height: 1em;
    padding-left: 0;
    text-align: initial;
}
/* End WFfM Styles for Hillsborough */

.wf-loading{
    /* Hide the content until the webfonts are loaded */
    visibility: hidden;
  }

.hc-htv-left-content-header {
    margin-left: 10px;
}

.hc-htv-left-content-body {
    margin-left: 15px;
}
