/*
 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:#333333;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	-webkit-font-smoothing: antialiased;
	margin:0;
	padding:0;
}
.widget { font-size:inherit; }
.header {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	z-index: 200;
	padding:25px 25px 20px;
	background-size:100% 35px;
   -webkit-transition: all 0.4s ease;
   -moz-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   transition: all 0.4s ease;
}
.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;
}
.header-widgets {
	position: absolute;
	top:0;
	right:40px;
}
.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:127.5px;
}
.page-container {
	position: relative;
	z-index: 0;
	padding-top:99px;
	margin-bottom:-76px;
	min-height:100%;
}
.pusher {
	height:76px;
}

.text-warning {
	color:#D66C3B !important;
}

.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;
}

.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;
}
.btn {
	text-transform: uppercase;
	font-family: "Americane Condensed W01 Black", sans-serif;
	font-size:14px;
	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;
	font-size:17px;
	padding:.4em .8em;
	background:transparent;
	color:#fff;
	font-weight:300;
}
.btn-white:hover {
	color:#133A68;
	background:#D66C3B;
}
.btn-primary {
   background:#82BE40;
	color:#fff;
}
.btn-primary:hover, .btn-default:hover {
   background:#fff;
	color:#82BE40;
}
.btn-default {
   background:#82BE40;
	color:#fff;
}

.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 {
	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:12px;
	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:#D66C3B;
}
.white-text a {
	color:#fff;
	text-decoration: underline;
}
strong {
	font-weight: 600;
}
a:hover, .footer a:hover, .sub-footer a:hover {
	color:#8C342F;
	text-decoration: none;
}
.footer a {
	color:#393939;
}
.sub-footer a {
	color:#393939;
}

.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 {
	font-family: "Tachyon W00 Regular", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-weight:600;
	color:#393939;
	clear:none;
}
.white-text h2, .white-text h3, .white-text h4, .white-text h5 {
	color:#fff;
}

h1 { font-size:29px; }
.page-title-banner h1.page-title { 
	font-weight:400; 
	color:#fff; 
	font-size:40px; 
	line-height:normal; 
	padding:0; 
	margin:0; 
	text-shadow: 0 0 5px #999;
}
h2 { font-size:24px; font-family: "Americane Condensed W01 Light"; color: #333333; }
.content-panel h2 { font-weight:300; color:#6A6868; }
.white-text h2 { color:#fff !important; }
h3 { font-size:18px; }
h4 { font-size:15px; }

.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;
}
.page-container .nf-form-content .listcheckbox-wrap li, .nf-form-content .listradio-wrap li {
	clear:both;
	margin-bottom:6px !important;
}
.page-container .nf-form-content .listcheckbox-wrap li label {
	padding-top:5px;
}


.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;
}


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

.header .nav>li>a, .header .nav>.active>a {
	background:none;
	text-transform: uppercase;
	padding:0 0 0 25px;
	cursor: pointer;
	font-weight:400;
	color:#272727;
   font-size:16px;
}
.header .nav>li>a span.caret {
	display:none;
}
.header .nav>li>a:hover, .header .nav>li>a:focus {
	background:none;
   color:#D66C3B;
}

.header .dropdown-menu > li {
	display:block;
	text-align: center;
	border-bottom:1px solid #ccc;
}
.header .dropdown-menu > li:last-child {
	border-bottom:0;
}
.header .dropdown-menu > li > a, .header .dropdown-menu > .active > a {
	background:none;
	font-weight:400;
}
.header .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background-color:transparent;
}
.header ul.nav li.dropdown:hover > ul.dropdown-menu{
    display: block !important;
    position: absolute;
    background:#D1AB6B;
}
.header ul.nav li.dropdown ul.dropdown-menu {
  margin-top: 0;
}
.header ul.nav li.dropdown ul.dropdown-menu .dropdown-item:hover {
	background:#EDDEC6;
}

.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;
}
.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;
}

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


/********************* 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 { 
	position: relative;
	z-index: 1;
	padding:20px 0 20px;
	background:#fff;
}

.footer-widgets {
	font-size:11px;
}


@media screen and (min-width:575px) {
	.navbar-nav {
		flex-direction: row;
		justify-content: flex-end;
	}
	.navbar-close { display:none; }
	.main-navigation-logo { 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;
		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: #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: 0.2em .2em;
		border:none;
		color:#4D4D4D;
		background:transparent;
	}
	.navbar-close:hover {
	   background:transparent;
		color:#014A8B;
	}

	.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 .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;
		border-top: 1px solid #C3BDB5;
		border-bottom: 1px solid #C3BDB5;
	}
	.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;
	}

}

