/****** HWMA THEME ***********/

/**
 * This file should get overwritten if Method 1 is used. If Method 2 is chosen,
 * remove this comment and start adding your styles to this file.
 */
 
body {

	color: #555;
	font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
	font-size: 16px;
	  -webkit-font-smoothing: antialiased;
    text-shadow: 0 0 1px transparent;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

h1, h2, h3 {
  font-weight: 400;
  color: #3e516d;
  font-family: 'Roboto Slab', serif !important;
  margin-top: 0;
  margin-bottom: .9em;
}


.page-header {
	margin-top: 0;
	border: none;
	font-size: 42px;
}

.region-content p {
	line-height: 1.667em;
	margin-bottom: 1.375em;
	font-size: 17px;
}

.region-content p:last-of-type {
	margin-bottom: 0;
}


.top-bar {
	    padding: 10px 0px 15px 0;
	background-color: #999999;
	color: #fff;
	text-align: center;
	font-size: 18px;
}

.top-bar a {
	padding: 5px 10px;
    border: 1px solid #fff;
    margin-left: 10px;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
    white-space: nowrap;
    margin-top: 5px;
    display: inline-block;
}

.top-bar a:hover {
	background: #888;
	text-decoration: none;
}


header>.container {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

a.logo {
	
	display: inline-block;
}

@media (min-width: 768px) {
	a.logo {
		margin-bottom: 30px;
	}
}

@media (min-width: 992px) {
	header>.container {
		text-align: left;
	}
	a.logo {
	margin: 0 auto;

}
}



a.logo img{
	max-width: 240px;
	height: auto;
	text-align: center;	
	display: inline-block;
}

@media (min-width: 768px) {

	}


.contacts-header .ico, .contacts-header .top-contact {
	float: left;

}

.contacts-header i {
	font-size: 28px;
	color: #faaf49;
	padding-right: 10px;
}

.contacts-header a {
	font-size: 20px;
}

.contacts-header .oh-current-closed {
	color: #999;
	font-size: 16px;
}

.contacts-header .oh-current-open {
	color: #faaf49;
	font-size: 16px
}

.oh-display-label {
	margin-right: 5px;
	color: #222;
}

.contacts-header .views-row {
	display: none;
}
	
@media (min-width: 768px) { 

	.contacts-header .views-row {
		float: left;
		padding-left: 60px;
		display: inline-block;
	}
	}
	
@media (min-width: 992px) {
		.contacts-header {
		float: right;
	}
}
 
#top-banner {
	overflow: auto;
}

#top-banner * {
	height: 320px;
	width: 50%;
	background-position: center center;
	background-size: cover;
}

.front #top-banner * {
	height: 420px;
}

#top-banner #topleft {
	
	float: left;
	background: #666;
	border-right: 5px solid #fff;
}

#top-banner #topright {
	
	float: right;
	background: #ccc;
	border-left: 5px solid #fff;
}

@media (max-width: 767px) {
	#top-banner * {
		height: 300px;
		width: 100%;
		float: none;
		border: none !important;
	}
	#top-banner #topright {
		display: none;
	}
} 


/** with no photos below **/

.nobanner #top-banner, .views-page #top-banner, .node-type-news-or-announcement #top-banner, .page-user #top-banner, .page-search #top-banner {
	background: #ddd;
	height: 100px;
}


.nobanner #top-banner *, .views-page #top-banner *, .node-type-news-or-announcement #top-banner *, .page-user #top-banner *, .page-search #top-banner * {
	display: none;
}


.main-container {
	margin-top: -80px;
	
	padding: 10px;
	position: relative
}

#main {
	background: #fff;
	
}

@media (min-width: 768px) {
	
	#main {padding: 40px;}
}


.sidefirst {
	margin-top: 120px;
}


/**** Nav sys ***/

@media (min-width: 768px) {
.navbar-brand {
	display: none;
}
}

@media (max-width: 6000px) {
	
	.navbar-brand {

font-size: 12px;
}
}

.navbar {
	border-radius: 0;
	border: none;
	background: #3e516d;
	margin-bottom: 10px;
}

.navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-nav>li>span.nolink {
	color: #ddd;
	font-size: 22px;
display: block;
padding: 15px;
line-height: 1.2em;
}

.navbar-nav > li > a:hover, .navbar-nav > li > span.nolink:hover, .navbar-nav > li.open > span {
	cursor: pointer;
	color: #fff;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
	background-color: #2f3d51;
}

 ul.navbar-nav>li a, .navbar-default .navbar-nav>li>a {
	background: none;
	font-size: 18px;
	padding: 10px 15px;
	display: block;

	
}


.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	background: #ccc;
	color: #fff;
}

.tb-megamenu .dropdown-menu .active > a, .tb-megamenu .dropdown-menu .active > a:hover, .tb-megamenu .nav-collapse {
	background: #fff;
	color: #000;
}


li.dropdown.open {
	background: rgba(255,255,255,0.2);
}


.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	background: none;
	color: #000;
}

.dropdown-menu {
	border-radius: 0;
	padding: 0;
}

.dropdown-menu>li>a {
		border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.dropdown-menu .nolink {
	padding: 10px 15px;
	border-top: 1px solid #ccc;
	color: #333;
	display: block;
	font-style: italic;
background-color: #e6e6e6;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(230, 230, 230)), to(rgb(255, 255, 255)));
background-image: -webkit-linear-gradient(top, rgb(230, 230, 230), rgb(255, 255, 255));
background-image: -moz-linear-gradient(top, rgb(230, 230, 230), rgb(255, 255, 255));
background-image: -o-linear-gradient(top, rgb(230, 230, 230), rgb(255, 255, 255));
background-image: -ms-linear-gradient(top, rgb(230, 230, 230), rgb(255, 255, 255));
background-image: linear-gradient(top, rgb(230, 230, 230), rgb(255, 255, 255));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#e6e6e6', EndColorStr='#ffffff');


}

.services-link .dropdown-menu {
	 -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    column-gap: 0;

}

@media (max-width: 767px) {

.navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
	padding: 15px;
}
}

@media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
	color: #fff;
}
}

/*nav search*/

.navbar #block-search-form {
	float: right;
}

@media screen and (min-width: 992px){
.navbar #block-search-form {
	width: 300px;
	padding-top: 6px;
	}
	}


/* side navigation */

.region-sidebar-first .block-views .view-content, .region-sidebar-first .menu-block-wrapper {
    }




    .region-sidebar-first h2 {
        margin-bottom: 0;
    }

    .region-sidebar-first h2 {

        display: block;
        /*color: #fff; */
        padding: 14px 10px;
        font-size: 18px;
        font-weight: 400;
        margin: 0;
        border-bottom: 1px solid #ededed;
        font-weight: normal;

        }

    .region-sidebar-first .block-views .view-content ul, .region-sidebar-first ul.menu  {
        padding: 0;
        margin: 0;

        }

    .region-sidebar-first .block-views .view-content li, .region-sidebar-first .menu li {
        list-style-type: none;
        padding: 0;

        }

    .region-sidebar-first .block-views .view-content li a, .region-sidebar-first .menu li a {
        font-size: 16px;
        padding: 12px 10px 12px 22px;
        line-height: 1.3em;
        border-bottom: 1px solid #ededed;
        display: block;
        position: relative;
        }

        .region-sidebar-first .menu li.last a {
            border: none;
        }

        .region-sidebar-first .menu li a:before{
        position: absolute;
        left: 8px;
        font-size: 18px;
        font-family: FontAwesome;
        content: "\f105";
        color: #175d7d;
        padding-right: 10px
        }

        .region-sidebar-first .block-views .view-content li a.active, .region-sidebar-first .menu li a.active, a.active-trail {
            color: #320001;
            text-decoration: none;

        }

        .region-sidebar-first .block-views li.views-row-last a, .region-sidebar-first li.last a {
            }

    .region-sidebar-first .block-views li a:hover, .region-sidebar-first .menu li a:hover {
        background: #fcfcfc;
        background: rgba(0,0,0,0.0.2);
        text-decoration: none;
        }

        .region-sidebar-first .menu-block-wrapper {
	         background: url(../images/nav-bk.jpg) 104% top no-repeat;
        background-size: 65px 100%;
        }

        .region-sidebar-first .block-views .view-content li a.active, .region-sidebar-first .menu li a.active {
            background: none;
        }


/**** Home Page ****/

.front .main-container {
	padding: 0;
}
	
	
.home-top {
	background: #fff;
	padding: 10px;
	
}

@media (min-width: 992px) {
	.home-top {
	display: flex;
	
}
}

@media (min-width: 768px) {
.group-home-top-body {
	padding: 30px;
	padding-bottom: 0;
}
}

.contact-box {
	background-color: #faaf49;
	padding: 40px;
}


.contact-box h3 {
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	margin-bottom: 0;
	font-size: 36px;
}

.contact-box h3:before {
		content: "\f095";
		font-family: "FontAwesome";
		display: block;
		margin-bottom: 10px;
		font-size: 48px;
}


.field-name-field-contact-name, .field-name-field-2nd-contact-name {
	font-size: 18px;
	margin-top: 30px;
}

.field-name-field-contact-phone, .field-name-field-2nd-contact-phone {
	font-size: 24px;
	margin: 4px 0;
}

.home-mid {
display: table;
    width: 100%;
    margin: 0 !important;
    
    }
    
.home-mid a {
	font-size: 22px;

	color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	padding: 10px 20px;
	margin-top: 10px;
	display: inline-block;
}

.home-mid a:hover {
	background: rgba(255,255,255,0.1)
}

.home-mid a:before{
		content: "\f0d1";
		font-family: "FontAwesome";
		margin-right: 10px;
}


.home-mid .col-sm-6 {
	    background-color: #3e516d;
	    border: 5px solid #fff;
	    border-bottom: none;
	    padding: 50px;
	    min-height: 300px;
}

@media (min-width: 768px) {
.home-mid .col-sm-6 {
	    display: table-cell;
    float: none;
	border: none;
	border-left: 5px solid #fff;
}	
}

.home-mid .col-sm-6 p{
	max-width: 540px;
	color: #fff;
}

.home-mid .col-sm-6 h3 {
	color: #eee;
}

#photo-panel {
	background-color: red;
	border-right: 5px solid #fff;
	border-left: none;
}

.home-new-box {
	margin-top: 10px;
	padding: 50px 0;
	background: url(../images/Fence-bk-blue.jpg) no-repeat;
	background-size: cover;
	background-position: center top;
	color: #eee !important;
	margin-bottom: 10px;
}

.home-new-box h2.block-title {
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif !important;
	color: #f7ad51;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	font-weight: 400;

}

.home-new-box h2.block-title:before {
		        font-family: FontAwesome;
        content: "\f0a1";
        margin-right: 5px;
}

.home-new-box .views-field-created {
	margin-bottom: 15px;
	color: #f7ad51;
}

.home-new-box .views-field-created:before {
	        font-family: FontAwesome;
        content: "\f133";
        margin-right: 5px;
}

.home-new-box .more-link {
	text-align: center;
}


.home-new-box .more-link a {
	text-align: center;
	background: #fff;
	background: rgba(0,0,0,0.5);
	padding: 10px 20px;
	margin: 30px auto 0 auto;
	border-radius: 3px;
	display: inline-block;
}

.home-new-box .more-link a:hover {
	color #fff;
	text-decoration: none;
}

.paragraphs-items-field-services-full, .servicesCarousel {
	background: #ccc;
}

.paragraphs-items-field-services-full>.container, .servicesCarousel>.container {
	background: #fff;
	margin-bottom: 10px;
	padding: 50px;
	text-align: center;
}


.owl-theme .owl-controls .owl-buttons div {
	padding: 5px 10px;
	border-radius: 3px;
	background: #faaf49;
	opacity: 1;
	text-transform: uppercase;
}


.paragraphs-items-field-services-full img {
	max-width: 80px;
	height: auto;
}

.field-name-body img {
	max-width: 100%;
	height: auto;
}

/*** footer ***/

.footer {
	background-color: #3e516d;
	border: none;
	padding: 50px 0;
	text-align: center;
	color: #eee;
	border-bottom: 8px solid #2f3d51;
	margin: 0;
	box-shadow: 0px 500px 0px 500px #2f3d51; /* short content on page color */
}


/**** Board Staff and Calendar ****/


.view .more-link a {
	margin: 20px auto;
	display: inline-block;
	padding: 10px 20px;
	text-transform: uppercase;
	border: 1px solid #428bca;
	border-radius: 3px;
}

.view-people h3 {
	    margin: 10px 0 1px 0;
    font-size: 18px;
    color: #fff;
    padding: 20px;
    background-color: #999;
    font-family: 'Source Sans Pro', sans-serif!important;
    font-weight: 400;
    }
    
.view-people .views-row {
	padding: 20px;
	background: #eee;
	margin-bottom: 1px;
	font-size: 18px;
}

.view-people .views-field-field-full-name {
	font-size: 18px;
	color: #333;
}

#block-views-board-calendar-block h2 {
	    margin: 30px 0 1px 0;
    font-size: 22px;
    color: #fff;
    padding: 20px;
    background-color: #3e516d;
    font-family: 'Source Sans Pro', sans-serif!important;
    font-weight: 400;
    }
    
.view-board-calendar .views-row {
		padding: 20px;
	background: #eee;
	margin: 1px 0;
}


.view-board-calendar .views-field-field-date {
	font-size: 24px;
	color: #333;
}

.view-board-calendar .file {
	display: inline-block;
	padding: 10px 0;
	padding-right: 10px;
 }


.view-board-calendar .views-field-field-video-link a {
	margin-top: 10px;
	padding: 6px 10px;
	background: #ddd;
	border-radius: 3px;
	display: inline-block;
}

/**** General Pages ****/




/*** Paragraphs items ***/

.paragraphs-item-header {
	margin: 10px 0 1px 0;
	font-size: 22px;
	color: #fff;
	padding: 20px;
	background-color: #3e516d;
}

.paragraphs-items-field-bottom-widgets {
	margin-top: 30px;
}

.paragraphs-items-field-bottom-widgets .paragraphs-item-header {
	background-color: #ccc;
	color: #333;
}

.paragraphs-item-header .col-sm-12 {
	
}

.paragraphs-item-menu-style-item {
	margin: 1px 0;
	font-size: 18px;
	padding: 20px;
	background-color: #eee;
	color: #666;
}

.paragraphs-item-subhead {
	margin: 1px 0;
	font-size: 20px;
	padding: 20px;
	background-color: #ccc;
	color: #000;
}

.paragraphs-item-text-area {
		margin: 1px 0;
	font-size: 18px;
	padding: 20px;
	background-color: #eee;
}

.paragraphs-item-location {
	margin: 1px 0;
	font-size: 18px;
	padding: 20px;
	border-bottom: 1px solid #ccc;
}

.paragraphs-item-menu-style-item .field-name-field-description {
	color: #333;
	font-weight: 500;
}

.paragraphs-item-facility {
	background: #faaf49;
	padding: 1px;
}

.paragraphs-item-facility .col-sm-7 {
	padding-top: 20px;
}

.entity-paragraphs-item .field-name-field-top-left .field-item img {
	max-width: 100%;
	height: auto;
}

/***** misc pages ******/


.field-item>.video-filter {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	}

.video-filter iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.oh-display {
	white-space: normal;
	
}

.oh-current-closed, .oh-current-open {
	font-size: 20px;
	font-style: italic;
	color: #fff;
}



.group-bottom {
	padding-top: 30px;
}

.group-bottom h4 {
	background: #eee;
	color: #999;
	padding: 10px;
	margin: 0;
}

@media (min-width: 768px) {

.group-bottom {
	display: flex;
	margin: -10px;
}


.group-bottom .services, .group-bottom .facil-body {
	flex: 1;
	margin: 10px;
}
}



.group-bottom .facil-body {
	margin-bottom: 10px;
}

.group-bottom .services ul {
	margin: 0;
	padding: 0;
}

.group-bottom .services li {
	font-size: 18px;
	margin: 0;
	padding: 5px 10px;
	list-style-type: none;
	border-bottom: 1px solid #eee;
}

.group-bottom .services li:before {
	content: "\f055";
		font-family: "FontAwesome";
	margin-right: 10px;
	color: #ccc;
}

.group-bottom .services li a:hover {
	text-decoration: none;
}

/**** News ****/


.view-news.view-display-id-page .views-row {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	overflow: auto;
}

.view-news.view-display-id-page .views-row img {
	max-width: 100%;
	height: auto;
}

.view-news.view-display-id-page .views-row h3 {
	margin-bottom: 5px;
}

.node-type-news-or-announcement .field-name-field-featured img {
	max-width: 100%;
	height: auto;
}


/**** FAQs ****/

.panel-group .panel {
	margin-bottom: 10px;

}


.panel-heading {
	padding: 20px;
}

.panel-title>a {
	font-size: 16px;
	display: block;
	font-weight: 400;
	line-height: 1.6em;
	margin-left: 20px;
}

.panel-title>a:before {
	content: "\f138";
	font-family: "FontAwesome";
	margin: 0 6px 0 -20px;
	color: #faaf49;
}


.panel-title>a:hover {
	color: #428bca;
	text-decoration: none;
}

/**** facilites ***/

.node-type-facility .field-name-field-hours {
	padding: 20px;
	background-color: #faaf49;
}



.search-info {
	display: none;
}

ol.search-results li {
	margin: 0;
	padding: 0;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #ccc;
}





