﻿body {
	font-family: 'Arial', sans-serif;
	color: #525252;
	/* customize_background_color */ background-color:#ffffff; /* customize_background_color */
}
a {
	/* customize_link */ color:#027a54; /* customize_link */
}
a:hover {
	/* customize_link_hover */ color:#318500; /* customize_link_hover */
}
h1 {
	font-size: 30px;
}
h1, h2, h3, h4 {
	/* customize_headings */ color:#027a54; /* customize_headings */
	font-family: "Montserrat", Helvetica, sans-serif;
}
img {
	max-width: 100%;
	height: auto;
}
.container .space {
  margin-top: 190px;
}
 .container .spacesm {
  margin-top: 70px;
}

/*===============NAVIGATION==================*/

#header.navbar {
	top:inherit;
	z-index: 3;
	min-height: inherit;
	margin-bottom: 0;
	border: 0;
} 
#Home #header,
#Test-Slides #header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}
#header > .container {
	padding: 15px;
	background-color: #FFFFFF;
}
#Test-Slides #header > .container,
#Home #header > .container {
	padding: 15px 0 0;
	background-color: transparent;
}
#main-navigation {
  margin-top: 10px;
}
.navbar .navbar-inner {
	border: none;  
	opacity: 0.83;
	background-image: none;
	background-repeat: no-repeat;
}
/* Main Menu
.navbar .nav {
	left: 220px;
	padding-left: 0;
}*/
.navbar .nav > li {
	margin-right: 5px;
	margin-top: 0px;
	border-radius: 7px;
  	background: rgba(3, 124, 84, 0.8);
}

.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #ffffff!important;
  text-decoration: none;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-weight: normal;
}
.navbar .nav > li:hover {
  background-color: #01452F;
  transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
}
.nav > li > a:hover, .nav > li > a:focus {
	background-color: transparent;
}
.navbar .nav > li.dropdown:hover {
    border-radius: 7px 7px 0 0;
}
#main-navigation ul.dropdown-menu {
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0 5px;
}
#main-navigation .dropdown-menu>li:last-child>a:hover {
	-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}

#main-navigation .dropdown-menu>li>a {
	color: #ffffff;
	padding: 5px;
	background-color: #0B66C1;
  	margin: 10px 0;
  	border-radius: 5px;
}
#main-navigation .dropdown-menu>li>a:hover {
	background-color: #6EA9E3;
}
.navbar .nav>li>a {
	padding: 10px 18px;
	font-family: "Montserrat", Arial, sans-serif;
}
.navbar .navbar-inner {
	background-color: transparent;
}
.main-navigation ul.dropdown-menu,
.slicknav_menu {
  	/* customize_MainNavigation */ background-color:#027a54; /* customize_MainNavigation */
}
.dropdown-menu>li>a:hover, 
.dropdown-menu>li>a:focus, 
.dropdown-submenu:hover>a, 
.dropdown-submenu:focus>a {
	/* customize_MainDropdownHover */ background-color:#525252; /* customize_MainDropdownHover */
	background-image: none;
}
.slicknav_nav li.dropdown>ul.dropdown-menu>li>a {
color: #525252;
}
.slicknav_nav li.dropdown>ul.dropdown-menu>li>a:hover {
color: #ffffff;
}
ul.slicknav_nav>li.dropdown>a.slicknav_item:hover>a.dropdown {
color: #333333;
}

.socials {
  	/* customize_MainNavigation */ background-color:#027a54; /* customize_MainNavigation */
padding: 15px 0px 15px 0px;
position: fixed;
width: 27px;
min-height: 32px;
top: 190px;
-webkit-box-shadow: 3px 1px 5px 1px rgba(150, 150, 150, 1);
-moz-box-shadow: 3px 1px 5px 1px rgba(150, 150, 150, 1);
box-shadow: 3px 1px 5px 1px rgba(150, 150, 150, 1);
border-radius: 0 8px 8px 0;
-moz-border-radius: 0 8px 8px 0;
-webkit-border-radius: 0 8px 8px 0;
border: 0px solid rgb(41, 118, 233);
z-index: 1;
visibility: visible;
color: #ffffff;

display: none;
}
.brand {
position: absolute;
z-index: 10;
}
#header-top-right {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #097a4d;
  font-weight: 700;
  margin-top: 18px;
}

/*==========================flexslider overrides=============================*/
.slide-bg {
background-color:  #0b66c1;
z-index: 2;
border-bottom: 3px solid #525252;
max-height: 640px; 
overflow: hidden;
margin-bottom: 20px;
}
.flex-container {
margin-top: -10px;
overflow: hidden;
/*padding-top: 30px;*/
position: relative;
width: 100%;
}
.flexslider .slides img {
width: 100%;
display: block;
}
.flex-direction-nav {
display: none;
}
.flex-caption {
margin-bottom: 0;
display: none !important;
}

.formigo-slider-wrapper {
margin: 0 auto;
}

/*=====================Main Styles================================*/
#main {
  min-height: 500px;
  padding-top: 30px;
}

#main article p {
line-height: 18px;
text-align: justify;
}
h2 {
font-size: 22px;
font-family: "Montserrat", Helvetica, sans-serif;
}
/*#main aside {
margin-top: 30px;
}
#main aside img {
border: 1px solid #000;
}*/

/*==============SIDEBAR PAGE LIST========*/
.ccm-page-list-title {
padding: 6px 6px 6px 12px;
/* customize_link */background: #0b66c1;/* customize_link */
font-size: 14px;
line-height: 1!important;
width: 60%;
border-radius: 7px;
}
.ccm-page-list-title a:link {
color: #fff;
text-decoration: none;
}
.ccm-page-list-title a:visited {
color: #fff;
text-decoration: none;
}
.ccm-page-list-title a:hover {
color: #ccc;
text-decoration: none;
}

/*==============FOOTER================*/
#footer {
/* customize_FooterBG */ background-color:#525252; /* customize_FooterBG */
margin-top: 30px;
padding: 5px 0 3px;
overflow: auto;
padding: 20px;
color: #ccc;
}
#footer .navbar {
overflow: hidden;
margin-bottom: 0;
}
#footer .navbar .nav {
float: left;
margin: 3px 3px 3px 10px;
}
#footer .navbar .nav>li>a {
float: none;
padding: 2px 5px;
color: #DDD;
text-decoration: none;
text-shadow: none;
height: 15px;
line-height: normal;
border-right: 1px solid #DDD;
font-weight: 100;
}
#footer .navbar .nav>li>a:focus, 
#footer .navbar .nav>li>a:hover {
color: #FFF;
text-decoration: none;
}
.footer-copyright {
padding: 0 10px 0 0;
color: #DDD;
margin: 0;
}

#footer .author {
	text-align: right;
	float: right;
}
.buckets{

}
.bucket {
	/*padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-left: 12px;
	margin-right: 12px;*/
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
    overflow: hidden;
	color: #525252;
}
.bucketnotrans {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    color: #525252;
    overflow: hidden;
}

	
.buckets h1{
	background-color: #0b66c1;
	color: #ffffff;
	font-size: 16px;
	/*margin-top: -20px;*/
	margin: -20px -10px 0px -10px;
	text-align: left;
	padding-left: 10px;
}
.box-label p {
/* customize_3BoxHeaders */ background-color:#027a54; /* customize_3BoxHeaders */
color: #ffffff;
font-size: 17px;
margin: 0;
text-align: left;
padding: 10px;
font-family: "Montserrat", Helvetica, sans-serif;
}
.box-label p a {
	color: #ffffff;
	text-decoration: none;
}	
.3-column-container{
	width: 978px ;
	margin: 0;
}
/*.buckets .col1 ul {
	list-style-image: url(images/bullet.png);
	  padding: 10px 0 0 60px;
} Old check background image*/

.buckets .col1 ul{
list-style:inside; /*none;*/
padding: 10px 0 0 20px; /*30px;*/
}
.buckets .col1 li{
position:relative;



}
.buckets .col1 ul li{
background: #EDEDED  none repeat scroll 0 0;/*#f4f4f4*/
/*border-radius: 25px 25px 25px 25px;*//*25 5 5 25*/
/*display: block;*/
padding: .5em .3em .5em 3em;
/*margin: .5em .3em;*/
border-bottom:1px solid #d4d4d4;
position: relative;
text-decoration: none;
transition: all .3s ease-out 0s;
width: 95%;
list-style-type: none;/*url(/themes/surge/images/bullet.png);*/
line-height:19px;
background: url(images/bullet.png) no-repeat scroll 7% center #e6e6e6;

}
.buckets .col1 ul li:before{
/*content: "\2714";*/
position: absolute;
top: 0;
height: 2em;
width: 2em;
line-height: 2em;
font-size: 17px;
color: #fff; /* text color of numbers */
background: #93da22; /* background color of numbers */
border: .2em solid #fff; /* border color */
-webkit-box-shadow: 0 8px 5px -7px #888;
-moz-box-shadow: 0 8px 5px -7px #888;
box-shadow: 0 8px 5px -7px #888;
text-align: center;
font-weight: bold;
border-radius: 2em;
position: absolute;  
left: 0;
transition: all .3s ease-out;
}


/*=======Testimonials=============*/

.testimonial {
    background: linear-gradient(#DDEFD7, #DDEFD7) repeat scroll 0 0 #DDEFD7;
    border-radius: 7px;
    color: #fff;
    font-family: Arial,serif;
    font-style: italic;
    margin:  5px 5px 0px 5px;
    padding: 10px 50px;
    position: relative;
   
}
.testimonial p {margin-left:8px;}
.testimonial::before, .testimonial::after {
    color: #fff;
    content: "\201C";
    font-size: 45px;
    font-style: normal;
    line-height: 1;
    position: absolute;
}
.testimonial::before {
    left: 10px;
    top: 0;
}
.testimonial::after {
    bottom: -0.5em;
    content: "\201D";
    right: 10px;
}
.arrow-down {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #DDEFD7;
    height: 0;
    margin: 0 0 0 25px;
    width: 0;
}
.testimonial-author {
    color: #999;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 17px;
    margin: 0 0 0 25px;
    text-align: left;
}
.testimonial-author span {
    color: #999;
    font-size: 15px !important;
}
.nc-testimonials-dept {
    color: #999;
    font-size: 15px !important;
}




/*============HOVER OVERLAY OVERRIDES===========*/
.view {
	z-index: 0;
}
.view .mask, .view .content {
	min-height: 250px;
}
.view-first .mask {
	background-color: rgba(0, 46, 32, 0.85);
}
.view-first img {
	width: 100%;
	height: 100%;
}
.view-first h2 {
	padding: 0;
	margin: 15px 0;
	top: 0;
	font-size: 15px;
	background-color: #000000;
	color: #fff;
}
.text-image {
	height: 100%;
}
.text-image p {
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 1;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
color: #525252;
}
.text-image p span img {
  width: inherit;
}
.bucket:hover .text-image p {
opacity: 0;
}
.desc p {
	margin-bottom: 0;
	color: #fff;
}
.desc p a {
	color: #ffffff;
}
.view .mask .desc h2 {
	/* customize_3BoxHoverTitle */ background-color:#000000; /* customize_3BoxHoverTitle */
	margin: 0px auto;
	padding: 10px 0;
}
.ccm-SlideshowBlock-display {
	z-index: -1;
}

/*=======Proforms Overrides=============*/

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"]
{position:relative; width:20px;}
.ccm-ui .radio, .radio label{
	padding-left:0px;
}
.ccm-ui label{
	width:auto;
}
 div.proforms_submit_group input.btn.btn-large.primary.proforms_submit{
 	float:left !important;
 }
.hero-slide {
	display: none;
}

/* Media queries!
-------------------------------------------------------------------------------*/
@media (min-width:1200px) {

}
/*@media (min-width: 768px) and (max-width: 979px) {
	.container, 
	.navbar-static-top .container, 
	.navbar-fixed-top .container, 
	.navbar-fixed-bottom .container {
		width: 770px;
	}
	.bucket {
	min-height: 150px !important;
	}
}
*/
@media (max-width: 1200px) {
	.navbar .nav>li>a {
		padding: 10px 15px;
	}
}
@media (max-width: 991px) { 
	.navbar .nav>li>a {
	  padding: 8px 5px;
	  font-size: 12px;
	}
	#header-top-right {
		font-size: 18px;
	}
}
@media (max-width: 979px) {
	.navbar-inner {
	padding: 0;
	}
	.navbar .btn-navbar {
	background: #/*00B8FF*/ccc;
	margin-right: 15px;
	}
	.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #/*0D57A2*/999999;
	}
	.view-first h2 {
	font-size: 12px;
	margin: 0 0 5px 0;
	line-height: 30px;
	}
	.view-first:hover h2 {
	top: 0 !important;
	}
	.mask,
	.mask p {
	font-size: 12px;
	text-align: left;
	}
	.view p {
	padding: 10px;
	line-height: 16px;
	}
	.view a.info {
	top: 0 !important;
	}
}
@media (min-width: 768px) and (max-width: 1150px) {
	#logo img {
	margin-left: 5px;
	width: auto;
	}
	.container .space {
	margin-top: 150px;
	}
}
@media (max-width: 830px) {
	.socials {
		display: none;
	}
}
@media (max-width: 991px) {
	#main-navigation {
	  display: none;
	}
	#responsive-nav {
  		margin-top: 10px;
	}
	#Home #header.navbar,
	#Test-Slides #header.navbar {
		background-color: #FFFFFF;
		position: relative;
	}
}
@media (max-width: 767px) {
	body {
		padding: 0;
	}
	.bucket {
	margin: 0 auto;
	width: 50%;
	}
	.box-label {
		margin: 0 auto;
		width: 50%;
		border: 1px solid;
	}
	.bucketnotrans {
		width: 50%;
		margin: 0 auto;
	}
	#footer .author {
	text-align: left;
	float: none;
	}
	h1 {
	  font-size: 1.5em;
	}
	.hero-container {
		display: none;
	}
	.hero-slide {
		display: block;
	}
}
@media (min-width: 319px) and (max-width: 767px) {

	#logo img {
	margin-left: 0;
	height: auto;
	}
	.carousel {
	overflow: visible;
	}
	#main article h1 {
	font-size: 18px;
	line-height: 25px;
	}
	.container .space {
	margin-top: 0;
	}
}
@media (max-width: 480px) {
	.bucket {
	margin: 0 auto;
	width: 100%;
	}
	.box-label {
		margin: 0 auto;
		width: 100%;
		border: 1px solid;
	}
	.bucketnotrans {
		width: 100%;
		margin: 0 auto;
	}

}
@media (max-width: 611px) {
	.navbar-header {
	  float: none;
	  width: auto;
	  margin: 0 auto;
	  text-align: center;
	}
	#header-top-right 	{
		width: auto;
		margin: 0 auto;
		float: none;
		text-align: center;
	}
	#header-top-right .pull-right {
		float: none !important;
	}
}
@media (max-width: 399px) {
	.navbar-header {
	  float: none;
	  width: auto;
	  margin: 0 auto;
	}
}

/* C5.8 page wrapper: don't affect theme layout */
.ccm-page { display: block; }
.ccm-page.page-template-home-boxes > header { display: block; }

/* Logged-in toolbar: JS adds html.ccm-toolbar-visible after paint — mirror PHP admin styles */
html.ccm-toolbar-visible #Home #header,
html.ccm-toolbar-visible #Home #header.navbar,
html.ccm-toolbar-visible body#Home .ccm-page #header {
	position: relative !important;
	top: auto !important;
	z-index: 5;
}
html.ccm-toolbar-visible #Home #header > .container {
	background-color: #fff;
	padding: 15px;
}
html.ccm-toolbar-visible .hero-container {
	display: block !important;
	height: 500px;
	min-height: 500px;
}
html.ccm-toolbar-visible body {
	padding-top: 48px;
}
html.ccm-panel-ready body#Home div.ccm-page,
html.ccm-toolbar-visible body#Home div.ccm-page {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

