/*
 Theme Name:   Website
 Description:  Website theme, child of dev WP Bootstrap Starter theme
 Author:       Voxcomp
 Author URI:   http://voxcomp.com
 Template:     wp-bootstrap-starter
 Version:      1.0.0
 Text Domain:  website
*/

body {
	color:#272727;
	font-family:Helvetica, sans-serif;
	font-weight:400;
	-webkit-font-smoothing: antialiased;
	margin:0;
	padding:0;
}
.widget { font-size:inherit; }
.header {
	position: relative;
	z-index: 200;
	background:#fff url(images/header-back.jpg) center center no-repeat;
	background-size:100% 100%;
   -webkit-transition: all 0.4s ease;
   -moz-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   transition: all 0.4s ease;
}
.header .content {
	padding:25px 25px 20px;
}
.region-header {
	font-weight:500;
	font-family: 'Khand', sans-serif;
}
.site-logo img {
	width:260px;
   -webkit-transition: all 0.4s ease;
   -moz-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   transition: all 0.4s ease;
}
.page-container {
	position: relative;
}

.dmbs-main {
	padding-top:25px;
	padding-bottom:25px;
	line-height:2em;
}

.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;
}
.blue-bkg {
	background:#00A8E1;
}
.gray-bkg {
	background:#EFEFEF;
}
.darkgray-bkg {
	background:#999999;
}
.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:14px;
	border:0;
	border-radius: 7px;
	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;
	font-size:17px;
	padding:.4em .8em;
	background:transparent;
	color:#fff;
	font-weight:300;
}
.btn-white:hover {
	color:#133A68;
	background:#D66C3B;
}
.btn-orange {
	border:2px solid #E7694A;
	font-size:20px;
	padding:.6em 2.3em;
	background:#E7694A;
	color:#fff;
	font-weight:700;
	border-radius: 29px;
	text-transform: none;
}
.btn-orange:hover {
	color:#E7694A;
	background:transparent;
	border:2px solid #E7694A;
}
.btn-primary {
	border:2px solid #004581;
	background: transparent;
	color:#004581;
}
.btn-primary:hover, .btn-default:hover {
	color:#fff;
	background:#004581;
}
.btn-default {
	border:2px solid #004581;
	background: transparent;
	color:#004581;
}

.btn-warning {
	border:none;
	background: #ff9933;
}
.btn-warning:hover {
	border:none;
	background: #999900;
}

.btn-success, .btn-header {
	border:none;
	background: #82BE40;
	color:#fff;
}
.btn-header {
	font-weight:600;
	font-weight:20px;
	padding: .3em 1em;
	text-transform: none;
	border:2px solid #ADBC38;
   background:#ADBC38;
	color:#fff;
}
.sticky .btn-header {
	padding:4px 1em;
	line-height:18px;
}
.btn-header:hover {
	border:2px solid #ADBC38;
   background:#fff;
	color:#ADBC38;
}

.copyright {
	font-size:14px;
	text-align: left;
}

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:#EA6948;
}
.white-text a {
	color:#fff;
	text-decoration: underline;
}
.white-text {
	color:#fff;
}
.blue-text {
	color:#1E466A;
}
.orange-text {
	color:#E7694A;
}
hr {
    opacity: 0.18;
    filter: alpha(opacity=18); /* For IE8 and earlier */
	background:none;
	border-top:2px solid #ccc;
	height:2px;	
}
.footer hr {
	background:#333;
}
a:hover, .footer a:hover, .sub-footer a:hover {
	color:#f00;
	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; }
.alignright {
	margin-left:.5em;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    line-height:1.35em;
    letter-spacing: 0.75px;
    border:0;
	font-family: 'Khand', sans-serif;
	color:#00487B;
}
.white-text h2, .white-text h3, .white-text h4, .white-text h5 {
	color:#fff;
}

h1 { 
	font-size:26px;
	font-weight:normal;
	color:#00487B;
	margin-bottom:20px;
}
h2 { 
	font-size:21px;
	font-weight:500;
	border:0;
}
.content-panel h2 { font-weight:300; color:#6A6868; }
.white-text h2 { color:#fff !important; }
h3 { 
	font-size:20px;
	border:0;
	font-weight:400;
	letter-spacing: 2px;
}
h4 { 
	font-size:16px;
	font-weight:700;
	letter-spacing: 2px;
}
h5 {
	font-size:13px;
	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:25px 25px 0;
}
.testimonials .carousel {
	padding-bottom:65px;
}
.testimonials .testQuote {
	font-size:17px;
	max-width:700px;
	margin:0 auto;
	text-align: center;
}
.testimonials .testQuote * {
	display:inline;
}

.testimonials .testSig {
	padding-top:12px;
	font-size:16px;
	text-align: center;
	text-transform: uppercase;
}

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

.social ul {
	text-align:center;
	list-style:none;
	margin:0;
	padding:0;
}

.social ul li {
	text-align:center;
	margin:10px;
	list-style:none;
	padding:0;
	display:inline-block;
}

.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: 0;
    border-radius: 4px;
    -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 .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] {
    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: 4px;
	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 #F1AA47 !important;
   background:#F1AA47 !important;
	color:#fff !important;
}
.nf-form-content input[type=button]:hover {
	border:1px solid #F1AA47 !important;
   background:#fff !important;
	color:#F1AA47 !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: "\f067";
  display: inline;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
}
.faq .card-header h5 {
	display:inline;
	vertical-align: middle;
	font-size:16px;
}
.faq .card-header h5 a {
	color:#0162A8;
}
.faq .card-body {
	padding-left:60px;
}

.news-item {
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

p:after {
	clear:both;
}

.gallery .image {
	overflow: hidden;
}

/********************* NAVIGATION */
.desktop-main-navigation {
	background:#004680;
}
.desktop-main-navigation.sticky {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	z-index: 200;
}


.header .nav>li>a, .header .nav>.active>a {
	background:none;
	text-transform: uppercase;
	padding:7px 25px;
	cursor: pointer;
	color:#fff;
	letter-spacing: 0.75px;
	font-size:18px;
	font-weight:500;
	font-family: 'Khand', sans-serif;
}
.header .nav>li>a span.caret {
	display:none;
}
.header .nav>li>a:hover, .header .nav>li>a:focus {
	background:none;
	color:#EA6948;
}

.header .dropdown-menu > li {
	display:block;
	text-align: center;
}
.header .dropdown-menu > li > a, .header .dropdown-menu > .active > a {
    text-shadow: none;
    color:#FFF;
    text-align:left;
    text-transform: uppercase;
	letter-spacing: 0.75px;
	font-size:18px;
	font-weight:500;
	font-family: 'Khand', sans-serif;
}
.header .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background-color:transparent;
    color:#EA6948;
}
.header ul.nav li.dropdown:hover > ul.dropdown-menu{
    display: block !important;
    position: absolute;
}
.header ul.nav li.dropdown ul.dropdown-menu {
  margin-top: 0;
    background-color:#004680;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.35);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.35);
    min-width:13em;
}
.header ul.nav li.dropdown ul.dropdown-menu .dropdown-item:hover {
	background:none;
}

.footer .nav:before, .footer .nav:after {
	display:none;
}
.footer .nav>li {
	float:none;
	vertical-align: middle;
	background:url(images/menu-divider.png) right center no-repeat;
}
.footer .nav>li:last-child {
	background:none;
}
.footer .nav>li>a {
	padding:4px 13px 4px 8px;
	color:#424345;
	font-size:15px;
	text-transform:uppercase;
    letter-spacing: 0.75px;
	font-weight:500;
	font-family: 'Khand', sans-serif;
}
.footer .nav>li>a:hover {
        background:none;
        color:#EA6948;
        text-decoration: none;
}

.quote {
    background: #E5E8F0;
    color: #00487B;
    display: block;
    padding: 15px 25px;
    margin-top: 25px;
    text-align: center;
    font-size: 18px;
    clear:both;	
}

/********************* 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;
}

.slide-text {
	font-size:50px;
	font-weight:400;
	line-height: normal;
	color:#fff;
	position: relative;
	padding:25px 15px;
}
.slideshow-slide p {
	margin:0;
}

/********************* 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 {
	border-top:2px solid #303669;
	text-align:center;
	font-size:22px;
	color:#303669;
	font-weight:500;
	padding:25px;
}
.home .funnels {
	border:0;
}
.funnels .funnel {
	cursor: pointer;
}
.view-funnels .funnel {
	text-align:center;
	padding:15px 15px;
}
.view-funnels .funnel h3 {
	font-size:18px;
	text-transform: none;
	margin-top:12px;
	font-weight:400;
}
.view-funnels .funnel h3 a {
	color:#303669;
}
.view-funnels .funnel h3 a:hover, .view-funnels .funnel.active h3 a {
	color:#8E8B76;
}
.view-funnels .funnel img {
	width:140px;
}
.view-funnels .funnel .funnel-image-hover {
	display:none;
}
	
/********************* FOOTER AREA *****************************/

.footer {
	min-height:158px;
	background:#fff url(images/footer-back.jpg) center center no-repeat;
	background-size:100% 100%;
	border:0;
	border-top:5px solid #EA6948;
	font-weight:300;
	margin-top:0;
	padding:10px 15px;
}


@media screen and (min-width:575px) {
	.navbar-nav {
		flex-direction: row;
		justify-content: center;
	}
	.footer .navbar-nav {
		justify-content: flex-end;
	}
	.navbar-close { display:none; }
	.main-navigation-logo { display:none; }
	
	.main-navigation .nav>li {
		display:inline-block;
	  background:url(images/top-menu-divider.png) right center no-repeat;
	}
	.main-navigation .nav>li:last-child {
		background: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) {
	.main-navigation {
		position: fixed;
		top:0;
		left:-100%;
		height:100%;
		padding:25px;
		background:#004680;
		z-index: 100;
		box-shadow: 0 0 10px rgba(0,0,0,0.55);
		overflow-y:auto;
		max-width: 100%;
	}
	.main-navigation-logo img {
		width:200px;
	}
	
	.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: #004680;
	    background: #004680;
	}
	.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 ul.nav li.dropdown:hover > ul.dropdown-menu{
	    display: block !important;
	    position: relative;
	}

	.header .dropdown-menu > li > a:hover, .header .dropdown-menu > li > a:focus {
		color:#fff;
		background-color:transparent;
	}
	.header .dropdown-menu > .active > a, .header .dropdown-menu > .active > a:hover, .header .dropdown-menu > .active > a:focus {
		background-color:transparent;
		color:#fff;
	}
	
	.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 .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 {
		font-size:18px;
		color:#fff;
	}
	.header .dropdown-menu > li > a:hover {
		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;
	}

}

