/*
 Theme Name:   Website
 Description:  Website theme, child of Boot5Website
 Author:       Voxcomp
 Author URI:   http://voxcomp.com
 Template:     boot5website
 Version:      1.0.0
 Text Domain:  website
*/

html,body {
	height:100%;
}
body {
	color:#272727;
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	-webkit-font-smoothing: antialiased;
	margin:0;
	padding:0;
}
.widget { font-size:inherit; }
.top-bar {
	height:14px;
	position: relative;
	background:#fff url(images/colorbar.png) left top no-repeat;
	background-size:100% 14px;
}
.header {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	z-index: 200;
	padding:40px 25px 20px;
	background:#fff url(images/colorbar.png) left top no-repeat;
	background-size:100% 14px;
   -webkit-transition: all 0.4s ease;
   -moz-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   transition: all 0.4s ease;
	border-bottom:1px solid #595A59;
}
.logged-in .header {
	top:33px;
}
.header.sticky {
	padding:10px 7px;
	background:#FFF;
	box-shadow: 0 0 10px rgba(50,50,50,0.70);
}
.header.sticky .topright {
	display:none !important;
}
.site-logo img {
	width:300px;
   -webkit-transition: all 0.4s ease;
   -moz-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   transition: all 0.4s ease;
}
.sticky .site-logo img {
	width:120px;
}

.logged-in .page-container {
	padding-top:156px;
}

.header-text {
	letter-spacing: 1px;
	font-size:19px;
	font-weight:400;
	text-align: right;
}
.page-container {
	position: relative;
	z-index: 0;
	padding-top:156px;
}

.dmbs-content {
	padding-top:40px;
	padding-bottom:40px;
	line-height:1.7em;
}

.text-warning {
	color:#D66C3B !important;
}
.padding-15 {
	padding:15px;
}
.padding-top-15 {
	padding-top:15px;
}
.padding-bottom-15 {
	padding-bottom:15px;
}
.padding-left-15 {
	padding-left:15px;
}
.padding-right-15 {
	padding-right:15px;
}
.padding-25 {
	padding:25px;
}
.padding-top-25 {
	padding-top:25px;
}
.padding-left-25 {
	padding-left:25px;
}
.padding-right-25 {
	padding-right:25px;
}
.padding-bottom-25 {
	padding-bottom:25px;
}
.padding-40 {
	padding:40px;
}
.padding-top-40 {
	padding-top:40px;
}
.padding-bottom-40 {
	padding-bottom:40px;
}
.padding-bottom-65 {
	padding-bottom:65px;
}
.padding-80 {
	padding:80px;
}
.padding-top-80 {
	padding-top:80px;
}
.padding-bottom-80 {
	padding-bottom:80px;
}
.lineheight-1 {
	line-height:1em;
}
.lineheight-12 {
	line-height:1.2em;
}
.lineheight-13 {
	line-height:1.3em;
}
.lineheight-14 {
	line-height:1.4em;
}
.lineheight-16 {
	line-height:1.6em;
}
.lineheight-18 {
	line-height:1.8em;
}
.lineheight-2 {
	line-height:2em;
}
.letter-spacing {
	letter-spacing:inherit;
}
.white-bkg {
	background:#fff;
}
.fill-bkg {
	position: absolute;
	z-index: 0;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.transparent-bkg {
    opacity: 0.75;
    filter: alpha(opacity=75); /* For IE8 and earlier */
   -webkit-transition: all 0.4s ease;
   -moz-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   transition: all 0.4s ease;
}
.table-container {
	display:table;
	height:100%;
	width:100%;
	table-layout: fixed;
}
.table-content {
	display:table-cell;
	width:100%;
	vertical-align: middle;
	text-align: center;
}

.centered {
	text-align:center;
}
.block.right {
	text-align:right;
}
.font-16 {
	font-size:16px;
}
.font-18 {
	font-size:18px;
}
.font-20 {
	font-size:20px;
}
.font-22 {
	font-size:22px;
}
.font-24 {
	font-size:24px;
}
.font-26 {
	font-size:26px;
}
.font-28 {
	font-size:28px;
}
.font-30 {
	font-size:30px;
}
.xlarge-icon {
	font-size:65px;
}
.large-icon {
	font-size:50px;
}
.medium-icon {
	font-size:35px;
}
.small-icon {
	font-size:20px;
}
.btn {
	text-transform: uppercase;
	font-size:16px;
	border:0;
	border-radius: 0;
	padding: .6em 1.2em;
   -webkit-transition: all 0.4s ease;
   -moz-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   transition: all 0.4s ease;
   background:transparent;
}
.btn-white {
	border:1px solid #FFF;
	background: transparent;
	color:#FFF;
}
.btn-white:hover {
	color:#DF542F;
	background:none;
	border-color:#DF542F;
}
.btn-solid {
	border:1px solid #DF542F;
	background: #DF542F;
	color:#FFF;
}
.btn-solid:hover {
	color:#DF542F;
	background:#fff;
	border-color:#DF542F;
}
.btn-primary {
	border:1px solid #DF542F;
	background: transparent;
	color:#DF542F;
}
.btn-primary:hover, .btn-default:hover {
	color:#fff;
	background:#DF542F;
	border-color:#DF542F;
}
.btn-default {
	border:1px solid #DF542F;
	background: transparent;
	color:#DF542F;
}

.btn-orange {
	border:1px solid #DF542F;
	background:#DF542F;
	color:#FFF;
}

.btn-orange:hover {
	color:#DF542F;
	background:none;
	border-color:#DF542F;
}


.btn-warning {
	border:1px solid #F1AA47;
	color:#fff;
	background: #F1AA47;
}
.btn-warning:hover {
	background:#fff;
	color: #F1AA47;
	border:1px solid #F1AA47;
}

.btn-success, .btn-header {
	border:none;
	background: #82BE40;
	color:#fff;
}
.btn-header {
	text-transform: none;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border: 0px solid #000000;
}

.copyright {
	font-size:12px;
	text-align: left;
}
.blue-text, .blue-text strong {
	color:#1C5A7C;
}
.orange-text, .orange-text strong {
	color:#DF542F;
}
.white-text {
	color:#fff;
}

a {
	text-decoration: none;
   -webkit-transition: all 0.4s ease;
   -moz-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   transition: all 0.4s ease;
	color:#DF542F;
}
.municipal a {
	color:#109FDB;
}
.municipal .footer a {
	color:#fff;
}
.municipal a:hover {
	color:#F15A2C;
}

.white-text a {
	color:#fff;
}
a:hover {
	color:#1C5A7C;
	text-decoration: none;
}
.page-header {
    padding-bottom: 0;
    margin: 0 0 20px;
    border-bottom: 0;
}
.img-responsive { display:inline-block; }
.text-center { text-align:center; }
.text-right { text-align:right; }
.text-left { text-align:left; }

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-weight:600;
	color:#393939;
}
.white-text h2, .white-text h3, .white-text h4, .white-text h5 {
	color:#fff;
}

h1.page-header {
	font-size:30px;
	border:0;
	color:#DF542F;
	font-weight:300;
	line-height: normal;
	padding:0;
}
.municipal h1.page-header, .municipal h1 {
	color:#109FDB;
}

h1 {
	color:#00ADE3;
	font-size:32px;
	font-weight:300;
	margin-bottom:20px;
}

h2 {
	font-size:21px;
	font-weight:500;
	border:0;
}
.content-panel h2, h2.block-title { 
	color:#1C5A7C;
	font-weight:300;
	text-transform: uppercase;
	font-size:25px;
}
.white-text h2 { color:#fff !important; }
h3 {
	font-size:18px;
	text-transform: uppercase;
	font-weight:400;
}
h4 {
	font-size:16px;
	text-transform: uppercase;
	font-weight:400;
}
h5 {
	font-size:13px;
	text-transform: uppercase;
	font-weight:normal;
}

.rteright {
	text-align:right;
}
.rtecenter {
	text-align:center;
}

.content-panels {
}
.content-panel {
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}

.testimonials {
	padding:40px 40px 0;
	border-top:1px solid #595A59;
	border-bottom:1px solid #595A59;
}
.testimonials .content {
	max-width:800px;
	margin:0 auto;
}
.testimonials .carousel {
	padding-bottom:65px;
}
.testimonials .testQuote {
	font-size:17px;
	font-weight:400;
	color:#595A59;
	text-align:center;
	margin:0 auto;
	text-align: center;
}
.testimonials .testQuote * {
	display:inline;
}

.testimonials .testSig {
	padding-top:12px;
	font-size:13px;
	font-weight: 300;
	text-align: center;
}

.carousel-indicators li {
	border:1px solid #fff;
	width:12px;
	height:12px;
	border-radius: 10px;
	background:#fff;
}
.testimonials .carousel-indicators li {
	border-color:#fff;
	opacity: .25;
}
.testimonials .carousel-indicators .active {
	background:#fff;
	opacity:1;
}

.social {
	margin-bottom:15px;
}
.social p {
	font-size:17px;
	margin-bottom:12px;
}
.social ul {
	text-align:left;
	list-style:none;
	margin:0;
	padding:0;
}

.social ul li {
	text-align:left;
	margin:0 10px;
	list-style:none;
	padding:0;
	display:inline-block;
}
.social ul li i {
	font-size:27px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #999;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
textarea.form-control {
    height: auto;
}

.video-container {     position: relative;     padding-bottom: 56.25%;     padding-top: 30px; height: 0; overflow: hidden; width:100%; } 
.video-container iframe, .video-container object, .video-container embed {     position: absolute;     top: 0;     left: 0;     width: 100%;     height: 100%; }

#ninja_forms_required_items, .nf-field-container {
	margin-bottom:10px;
}
.nf-form-content {
	max-width: none !important;
	margin:0 !important;
	padding:20px 0 !important;
}
.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
	background:#fff !important;
}
.nf-form-content .listselect-wrap .nf-field-element div, .nf-form-content .ninja-forms-field {
	font-size:14px !important;
	padding:9px !important;
}
.nf-form-content .listselect-wrap .nf-field-element div, .nf-form-content input.ninja-forms-field, .nf-form-content select.ninja-forms-field:not([multiple]) {
	height:43px !important;
}

.nf-form-content input[type=button], .nf-form-content input[type=submit] {
    display: inline-block;
    font-weight: 400 !important;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	text-transform: uppercase;
	font-size:14px !important;
	border-radius: 0;
	height:auto !important;
	padding: .45em 1em !important;
   -webkit-transition: all 0.4s ease;
   -moz-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   transition: all 0.4s ease;
	border:1px solid #DF542F !important;
   background:transparent !important;
	color:#DF542F !important;
}
.nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover {
	border:1px solid #DF542F !important;
   background:#DF542F !important;
	color:#fff !important;
}

.event-item {
	padding-bottom:25px;
	border-bottom:1px solid #aeaeae;
	margin-bottom:25px;
}

.faq.card {
	border:0;
}
.faq .card-header {
	border:0;
	background:transparent;
}
.faq .card-header:before {
  font-family: "Font Awesome 5 Free";
  content: "\f152";
  display: inline;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
}
.faq .card-header h5 {
	display:inline;
	vertical-align: middle;
	font-size:16px;
	text-transform: none;
}
.faq .card-header h5 a {
	color:inherit;
}
.faq .card-body {
	padding-left:60px;
}


/********************* NAVIGATION */

.header .nav>li>a, .header .nav>.active>a {
	background:none;
	text-transform: none;
	padding:15px 0 5px;
	margin:0 9px;
	cursor: pointer;
	font-weight:400;
	color:#1C5A7C;
   font-size:16px;
}
.header .nav>li>a span.caret {
	display:none;
}
.header .nav>li>a:hover, .header .nav>li>a:focus {
	background:none;
   color:#DF542F;
}
.municipal .header .nav>li>a:hover, .municipal .header .nav>li>a:focus {
	background:none;
   color:#109FDB;
}

.header .dropdown-menu > li {
	display:block;
	text-align: center;
}
.header .dropdown-menu > li:last-child {
	border-bottom:0;
}
.header .dropdown-menu > li > a, .header .dropdown-menu > .active > a {
	background:none;
	font-weight:400;
	color:#1C5A7C;
	font-size:13px;
}
.header .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background-color:transparent;
	color:#DF542F;
}
.header ul.nav li.dropdown:hover > ul.dropdown-menu{
    display: block !important;
    position: absolute;
    border-radius: 0;
    border:0;
    background:rgba(255,255,255,0.85);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.35);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.35);
}
.header ul.nav li.dropdown ul.dropdown-menu {
  margin-top: 0;
}
.header ul.nav li.dropdown ul.dropdown-menu .dropdown-item:hover {
	background:transparent;
}

.footer .nav {
}
.footer .nav:before, .footer .nav:after {
	display:none;
}
.footer .nav>li {
	float:none;
	vertical-align: middle;
}
.footer .nav>li>a, .footer .nav>.active>a {
	background:none;
	text-transform: uppercase;
	font-size:14px;
	font-weight:400;
	padding:5px 10px;
	line-height:1em;
	color:#fff;
}
.footer .nav>li>a span.caret {
	display:none;
}
.footer .nav>li>a:hover, .footer .nav>li>a:focus {
	background:none;
}


/********************* COLLAPSE TEXT *****************************/

.panel {
	box-shadow:none;
	-webkit-box-shadow: none;
}
.panel-default > .panel-heading {
	background-color:transparent;
	color:#231F20;
	border:1px solid #40AD49;
	border-left:0;
	border-right:0;
	background:url(images/open.png) 98% center no-repeat;
	border-radius: 0;
   -webkit-transition: all 0.4s ease;
   -moz-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   transition: all 0.4s ease;
	padding:0;
}
.panel-default > .panel-heading a {
	padding:10px 15px;
	display:block;
	text-decoration: none;
	font-weight:700;
	background:#def2df;
}

.panel-default > .panel-heading:hover {
	background-color:#40AD49;
	color:#fff;
}
.panel-default > .panel-heading:hover a:hover {
	color:#fff;
	text-decoration: none;
	background-color:#40ad49;
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
	border:0;
}
.panel-group .panel + .panel {
	margin-top:-1px;
}

/********************* PAGE BANNER *****************************/

.slideshow {
	visibility: hidden;
}
.page-image img {
	width:100%;
	margin-bottom:30px;
}

.slideshow .slide-text {
	font-size:20px;
	line-height:1.4em;
	background:url(images/slideshow-content.png);
	background-size:100% 100%;
	color:#595A59;
	padding:25px;
}
.slideshow .slide-text h2 {
	color:#1C5A7C;
	font-size:46px;
	font-weight:400;
	margin-top:0;
	margin-bottom:20px;
	text-transform: none;
	line-height:1.3em;
}
.slideshow .slide-text p {
	margin-bottom:42px;
}

/********************* COMMENT AREA *****************************/

.btn-info, .comment-respond #submit, #searchform #searchsubmit {
	text-transform: uppercase;
	font-size:16px;
	background-color:transparent;
	border-radius:7px;
	border:2px solid #032874;
	color:#032874;
   -webkit-transition: all 0.4s ease;
   -moz-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   transition: all 0.4s ease;
}

.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info, .comment-respond #submit:hover, .comment-respond #submit:focus, .comment-respond #submit.focus, .comment-respond #submit:active, .comment-respond #submit.active, .open > .dropdown-toggle.comment-respond #submit, #searchform #searchsubmit:hover, #searchform #searchsubmit:focus, #searchform #searchsubmit.focus, #searchform #searchsubmit:active, #searchform #searchsubmit.active, .open > .dropdown-toggle#searchform #searchsubmit {
	border:2px solid #032874;
	background:#032874;
	color:#fff;
}

/********************* FUNNEL ******************************/

.funnels {
	text-align:center;
	font-size:19px;
	color:#1C5A7C;
	font-weight:500;
	padding:25px;
}
.funnels .funnel {
	cursor: pointer;
}
.view-funnels .funnel {
	text-align:center;
	padding:15px 15px;
}
.view-funnels .funnel h3 {
	font-size:19px;
	text-transform: none;
	margin-top:12px;
	font-weight:400;
}
.view-funnels .funnel h3 a {
	color:#1C5A7C;
}
.view-funnels .funnel h3 a:hover, .view-funnels .funnel.active h3 a {
	color:#8E8B76;
}
.view-funnels .funnel img {
	width:100px;
}
.view-funnels .funnel .funnel-image-hover {
	display:none;
}
	
/********************* FOOTER AREA *****************************/

.footer { 
	border:0;
	color:#fff;
	font-weight:300;
	background:#1C5A7C;
	margin-top:0;
	padding:25px 30px;
	font-size:12px;
	line-height: 1.7em;
}



@media screen and (min-width:575px) {
	.navbar-nav {
		flex-direction: row;
		justify-content: flex-end;
	}
	.navbar-close { display:none; }
	
}
@media screen and (min-width:768px) {
	.event-image {
		display:inline-block;float:right;max-width: 350px;
	}
}
@media screen and (max-width:767px) {


	img.img-responsive {
		float:none !important;
	}
	.mobile-text-center { text-align:center; }
	.mobile-text-right { text-align:right; }
	.mobile-text-left { text-align:left; }
	.footer .nav {
		display:block;
	}
	.footer .nav>li {
		float:none;
		display:inline-block;
		vertical-align: top;
		text-align:left;
		width:48%;
	}
	.footer {
		text-align:center;
	}
}
@media screen and (max-width:575px) {
	.header {
		background-size:100% 25px;
	}
	.page-container {
		padding-top:125px;
	}
	.home .page-container {
		padding-top:99.5px;
	}

	.main-navigation {
		position: fixed;
		top:0;
		left:-100%;
		height:100%;
		padding:25px;
		background:#D76C3B;
		z-index: 100;
	}
	
	.header .dropdown-menu {
		display:block !important;
		position: relative;
		background-color:#fff;
		top:auto;
		width:auto;
		float:none;
		border:0;
		border-radius: 0;
		box-shadow: none;
		-webkit-box-shadow: none;
		padding-left:20px;
	}
	.navbar-toggle {
	    position: relative;
	    padding: 9px 10px;
	    background-color: transparent;
	    background-image: none;
	    border: 1px solid transparent;
	    border-radius: 4px;
	}
	.navbar-toggle:focus {
		outline: none;
	}
	.sr-only {
	    border: 0;
	    clip: rect(0,0,0,0);
	    height: 1px;
	    margin: -1px;
	    overflow: hidden;
	    padding: 0;
	    position: absolute;
	    width: 1px;
	}
	.header .navbar-toggle .icon-bar {
	    border-color: #D66C3B;
	    background: #D66C3B;
	}
	.navbar-toggle .icon-bar {
	    display: block;
	    width: 22px;
	    height: 2px;
	    border-radius: 1px;
	}
	.navbar-toggle .icon-bar + .icon-bar {
	    margin-top: 4px;
	}
	.navbar-collapse {
		border-top:0;
		max-height: none;
		background:transparent;
	}
	.navbar-close {
		margin-bottom:8px;
		margin-right:0;
		border-radius: 4px;
		display:inline-block;
		padding: 5px 17px;
		border:1px solid #fff;
		color:#fff;
		background:transparent;
	}
	.navbar-close:hover {
		background:#fff;
		color:#E01C18;
	}


	.header .dropdown-menu > li > a:hover, .header .dropdown-menu > li > a:focus {
		color:#40AD49;
		background-color:transparent;
	}
	.header .dropdown-menu > .active > a, .header .dropdown-menu > .active > a:hover, .header .dropdown-menu > .active > a:focus {
		background-color:transparent;
		color:#40AD49;
	}
	.header ul.nav li.dropdown:hover > ul.dropdown-menu{
    display: block !important;
    position: relative !important;
    border-radius: 0 !important;
    border:0 !important;
    background:transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

	.header .nav {
		text-align: left;
	}
	.header .nav>li {
		display:block;
		text-align: left;
	}
	.header .nav>li>a, .header .nav>.active>a {
		padding:4px 15px;
		font-size:22px;
		color:#fff;
	}
	.header .nav>li>a:hover {
		color:#40AD49;
	}
	.header .dropdown-menu {
		display:block !important;
		background-color:transparent;
		border-top:0;
		position: relative;
		top:auto;
		left:auto;
		z-index: auto;
		float:none;
		min-width: 0;
		padding:0 0 0 25px;
		margin:0;
		border:0;
		box-shadow:none;
		-webkit-box-shadow: none;
		border-radius: 0;
	}
	.header .dropdown-menu > li {
		border-bottom:0;
		text-align: left;
	}
	.header .dropdown-menu > li > a {
		color:#fff;
	}

	.view-funnel .view-content {
		display:block;
	}
	.view-funnel .views-row {
		display:block;
		padding:8px 15px;
	}
	
	.page-banner-title-line h1 {
		font-size:26px;
	}

}

