/*
 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: 'Roboto', 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:0;
	background:#fff;
   -webkit-transition: all 0.4s ease;
   -moz-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   transition: all 0.4s ease;
}
.header-inner {
   background:url(images/masthead.jpg) left center no-repeat;
   background-size:auto 100%;
   padding:35px 15px 25px 0;
}
.logged-in .header {
	top:33px;
}
.header.sticky {
	background:#FFF;
	box-shadow: 0 0 10px rgba(50,50,50,0.70);
}
.header.sticky .header-inner {
	padding:10px 15px 10px 10px;
}
.header.sticky .topright {
	display:none !important;
}
.header-widgets {
	position: absolute;
	top:0;
	right:40px;
}
.site-logo img {
	width:620px;
   -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:190px;
}
.page-container {
	position: relative;
	z-index: 0;
	padding-top:225px;
}
.home .page-container {
	padding-top:208px;
}
.pusher {
}

.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;
}
.white-text {
	color:#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:14px;
	font-weight:600;
	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;
}
.slideshow .btn-white {
	font-size:30px;
	font-weight:600;
	border:3px solid #fff;
}
.btn-white {
	border:2px solid #fff;
	font-size:17px;
	padding:.4em .8em;
	background:transparent;
	color:#fff;
	font-weight:400;
}
.btn-white:hover {
	color:#035291;
	background:rgba(255,255,255,0.70);
}
.btn-primary {
	border:2px solid #035291;
   background:transparent;
	color:#035291;
}
.btn-primary:hover, .btn-default:hover {
   background:#035291;
	color:#fff;
	border-color:#035291;
}
.btn-default {
   background:transparent;
   border:2px solid #035291;
	color:#035291;
}

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

.btn-blue {
	border:2px solid rgb(5,77,134);
	color:rgb(5,77,134);
	background: transparent;
}
.btn-blue:hover {
	border:2px solid rgba(5,77,134,0.55);
	color:rgba(5,77,134,0.55);
	background: transparent;
}
.btn-green {
	border:2px solid rgb(109,157,49);
	color:rgb(109,157,49);
	background: transparent;
}
.btn-green:hover {
	border:2px solid rgba(109,157,49,0.55);
	color:rgba(109,157,49,0.55);
	background: transparent;
}
.btn-red {
	border:2px solid rgb(190,30,45);
	color:rgb(190,30,45);
	background: transparent;
}
.btn-red:hover {
	border:2px solid rgba(190,30,45,0.55);
	color:rgba(190,30,45,0.55);
	background: transparent;
}
.btn-purple {
	border:2px solid rgb(123,85,125);
	color:rgb(123,85,125);
	background: transparent;
}
.btn-purple:hover {
	border:2px solid rgba(123,85,125,0.55);
	color:rgba(123,85,125,0.55);
	background: transparent;
}

.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:#144B7F;
}
.white-text a {
	color:#fff;
}
strong {
	font-weight: 600;
}
a:hover, .footer a:hover, .sub-footer a:hover {
	color:#205435;
	text-decoration: none;
}
.white-text a:hover {
	color:#035291;
}

.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: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-weight:600;
	color:#035291;
}
.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:22px;
	text-transform: uppercase;
	font-weight:600;
}
.white-text h2 {
	font-size:30px;
	letter-spacing: 0px !important;
}
.content-panel h2 { letter-spacing: .75px; color:rgb(109,157,49); }
.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:0 25px 0;
}
.testimonials .carousel {
/* 	padding-bottom:65px; */
}
.testimonials .testQuote {
	font-size:17px;
	max-width:700px;
	margin:0 auto;
	text-align: center;
/* 	color:#035291; */
	color:rgb(109,157,49);
	letter-spacing: .5px;
}
.testimonials .testQuote * {
	display:inline;
}

.testimonials .testSig {
	padding-top:12px;
	font-size:16px;
	text-align: center;
	text-transform: none;
/* 	color:#035291; */
	color:rgb(109,157,49);
}

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

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

.social ul li {
	margin:10px;
	list-style:none;
	padding:0;
	display:inline-block;
	font-size:23px;
}

.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: 0 !important;
	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 #035291 !important;
   background:transparent !important;
	color:#035291 !important;
}
.nf-form-content input[type=button]:hover {
	border:1px solid #035291 !important;
   background:#035291 !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: "\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;
}

.gsc-input {
	height:28px !important;
}
table#gs_id50 {
	margin:0;
}
.gsib_a {
	padding:1px 9px !important;
}

li.topic {
	font-weight:600;
	color: #144B7F;
}
li.subtopic {
	font-weight:400;
}

/********************* NAVIGATION */
.main-navigation {
	background:#01467F;
	padding:5px 20px;
}

.header .nav>li>a, .header .nav>.active>a {
	background:none;
	text-transform: uppercase;
	padding:0 0 0 25px;
	cursor: pointer;
	font-weight:700;
	color:#fff;
   font-size:14px;
   letter-spacing: 1px;
}
.header .nav>li>a span.caret {
	display:none;
}
.header .nav>li>a:hover, .header .nav>li>a:focus {
	background:none;
   color:#C5D497;
}

.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:#fff;
	font-size:13px;
}
.header .dropdown-menu > li > a:hover {
	color:#4D90FE;
}
.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:#255487;
}
.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:1px 10px;
	line-height:1em;
	color:#035291;
}
.footer .nav>li>a span.caret {
	display:none;
}
.footer .nav>li>a:hover, .footer .nav>li>a:focus {
	background:none;
	color:#205435;
}


/********************* 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:80px;
	font-weight:700;
	line-height: normal;
	color:#fff;
	position: relative;
	text-shadow: 0 0 10px rgba(0,0,0,0.70);
}
.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 {
	padding:25px;
}
.funnels .funnel {
	cursor: pointer;
}
.funnels .funnel {
	text-align:left;
	padding:15px 15px;
	font-size:12px;
}
.funnels .funnel h3 {
	font-size:18px;
	text-transform: uppercase;
	margin-top:12px;
	font-weight:700;
}
.funnels .funnel.blue h3 a {
	color:rgb(5,77,134);
}
.funnels .funnel.blue h3 a:hover, .funnels .funnel.blue.active h3 a {
	color:rgba(5,77,134,0.55);
}
.funnels .funnel.green h3 a {
	color:rgb(109,157,49);
}
.funnels .funnel.green h3 a:hover, .funnels .funnel.blue.active h3 a {
	color:rgba(109,157,49,0.55);
}
.funnels .funnel.red h3 a {
	color:rgb(190,30,45);
}
.funnels .funnel.red h3 a:hover, .funnels .funnel.blue.active h3 a {
	color:rgba(190,30,45,0.55);
}
.funnels .funnel.purple h3 a {
	color:rgb(123,85,125);
}
.funnels .funnel.purple h3 a:hover, .funnels .funnel.blue.active h3 a {
	color:rgba(123,85,125,0.55);
}
.funnels .funnel .funnel-text {
	margin-bottom:20px;
}
.funnels .funnel img {
	width:100%;
}
	
/********************* FOOTER AREA *****************************/

.footer { 
	position: relative;
	z-index: 1;
	padding:20px 0 20px;
	border-top:1px solid #144B7F;
}
.footer .navbar-nav {
	flex-direction: row;
	justify-content: center;
}


@media screen and (min-width:575px) {
	.navbar-nav {
		flex-direction: row;
		justify-content: flex-end;
	}
	.navbar-close { display:none; }
	.main-navigation-logo { display:none; }
	.footer .nav>li {
		border-right:1px solid #035291;
	}
	.footer .nav>li:last-child {
		border-right:0;
	}
}
@media screen and (min-width:768px) {
	.event-image {
		display:inline-block;float:right;max-width: 350px;
	}
}
@media screen and (max-width:767px) {
	.header, .header-inner {
		background:none;
	}
	.header-inner {
		padding:35px 15px 25px;
	}

	.mobile-text-center { text-align:center !important; }
	.mobile-text-right { text-align:right; }
	.mobile-text-left { text-align:left; }
	.footer {
		text-align:center;
	}
}
@media screen and (max-width:575px) {
	.footer .navbar-nav {
		flex-direction:column;
		justify-content: center;
	}
	.footer .nav>li>a {
		padding:4px 0;
	}
	.copyright {
		font-size:15px;
	}
	.page-container {
		padding-top:129px;
	}
	.main-navigation {
		position: fixed;
		top:0;
		left:-100%;
		height:100%;
		padding:25px;
		background:#fff;
		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: #205435;
	    background: #205435;
	}
	.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 #205435;
		color:#205435;
		background:transparent;
	}
	.navbar-close:hover {
		background:#205435;
		color:#fff;
	}


	.header .dropdown-menu > li > a:hover, .header .dropdown-menu > li > a:focus {
		color:#205435;
		background-color:transparent;
	}
	.header .dropdown-menu > .active > a, .header .dropdown-menu > .active > a:hover, .header .dropdown-menu > .active > a:focus {
		background-color:transparent;
		color:#205435;
	}
	
	.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:#205435;
	}
	.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 ul.nav li.dropdown:hover > ul.dropdown-menu{
		position: relative !important;
		background: transparent !important;
	}
	.header .dropdown-menu > li {
		border-bottom:0;
		text-align: left;
	}
	.header .dropdown-menu > li > a {
		font-size:18px;
		color:#205435;
	}
	.header .dropdown-menu > li > a:hover {
		color:#035291;
	}
	.copyright {
		text-align: center;
	}
	.view-funnel .view-content {
		display:block;
	}
	.view-funnel .views-row {
		display:block;
		padding:8px 15px;
	}
	
	.page-banner-title-line h1 {
		font-size:26px;
	}

}

