/**/
/*custom css*/
 @import url("https://use.typekit.net/trr8pqi.css");
.navbar{margin-bottom:0px;}
.navbar-default{background:none !important;border:none !important;padding:0 2.5%;}
.navbar-nav{float: right;margin-top: 30px;}
.navbar-default .navbar-nav>li>a{color:#242D74;}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{background:none !important; color:#2d898d;font-weight:bold;}
.navbar-default .navbar-nav > li > a {font-size:18px;}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{background:none !important;}
.page-banner{
  min-height:528px;
}
h1.page-title{
  color:#FFFFFF !important;
  background:rgba(45,137,141, .85);
  padding:15px 40px;
  display:inline-block;
  text-align:center;
  font-family:"nimbus-sans-condensed",sans-serif;
  text-transform: uppercase;
}
#content-area-section{float:left;width:100%;}

.caldera-grid label{
    /*color:#52C769;*/
    color:white;
    text-transform:uppercase;
}
.caldera-grid .btn-default{
    text-transform:uppercase;
    background-color:#6086BB!important;
    color:#fff !important;
    border:none !important;
}
.field_required{
    color:#6086BB !important;
}
.pum-theme-272 .pum-content + .pum-close, 
.pum-theme-enterprise-blue .pum-content + .pum-close { 
  /*color: #52c769;*/
  color: white !important;
} 

/* CONTAINER SETTINGS */
@media (min-width: 1920px) {
    .container{
      width:1920px;
    }
}
@media screen and (min-width:1024px) and (max-width:1919px) {
    .container{
      width:1024px;
    }
}
@media screen and (min-width:768px) and (max-width:1023px) {
    .container{
      width:768px;
    }
}


/* HEADER AND FOOTER MEDIA QUERIES */
@media (max-width: 9999px) {
/*@media (max-width: 1023px) {*/
    .navbar-header {
      float: none;
    }
    .navbar-left,.navbar-right {
      float: none !important;
    }
    .navbar-toggle {
      display: block;
    }
    .navbar-collapse {
      /*  border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1); */
    }
    .navbar-fixed-top {
			top: 0;
			border-width: 0 0 1px;
		}
    .navbar-collapse.collapse {
      display: none!important;
    }
    .navbar-nav {
      float: none!important;
			margin-top: -.5px;
		}
		.navbar-nav>li {
      float: none;
			border-bottom:1px solid #e0e0e0;
    }
		.navbar-nav>li:first-child {
			border-top:1px solid #e0e0e0;
    }
    .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
		}
}
/*MENU BURGER*/
#nav-icon3{
  width: 27px;
  height: 22px;
  position: relative;
  margin: 50px auto;
  border:none !important;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  outline:0;
}

#nav-icon3 span{
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  /*background: #bb1526;*/
  background: #2d898d;
  border-radius: 5px;
  outline:0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 10px;
}

#nav-icon3 span:nth-child(4) {
  top: 20px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.navbar-collapse {
    max-height: 500px;
}

/* Content Style */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{ font-family: "nimbus-sans-condensed",sans-serif;font-style:normal;font-weight:700 !important;}
body{
  line-height:1.8em;
  color: #414644;
  font-family: "nimbus-sans",sans-serif;
}
h2{
  color:#2d898d;
}
ol li, ul li {
	margin-bottom: .5em;
}
.white-text{
  color:#fff;
}
.content-white-text p{color:#fff;}
.content-black-text p{color:#000;}
.content-black-text .wpb_wrapper p{color:#000;}
ul li{
  line-height:2.4em;
}
.learn-more-link{
  margin-top:130px;
  display: inline-block;
}

@media  screen and (min-width: 1920px) {
	.learn-more-link{margin-top:130px;font: 30px/1.4em "nimbus-sans",sans-serif;float:right;}
	}

@media  screen and (min-width: 769px) and (max-width: 1919px) {
	.learn-more-link{margin-top:80px;font: 20px/1.8em "nimbus-sans",sans-serif;float:right;}
	}

@media  screen and (max-width: 768px) {
	.learn-more-link{margin-top:50px;font: 16px/1.8em "nimbus-sans",sans-serif;float:right;}
	}

@media  screen and (max-width: 480px){
	.learn-more-link{margin-top:30px;font: 16px/1.8em "nimbus-sans",sans-serif;float:right;}
	}

/* Sidebar */
h2.sidebar-title{
  color:#242D74;
  text-transform:uppercase;
}
ul.sidebar-list li{
  line-height:1.6em;
}
.sidebar-area{
  padding-left:5%;
}

.blue-text-content h2{
color:#242D74;
font-weight: bold;
}
.blue-text-content h1, .blue-text-content h3{
color:#242D74;
}
.blue-text-content p{
color:#242D74;
}
.blue-text-content ul{}
.blue-text-content ul li{color:#242D74;margin-bottom:20px;}

.home-content{
  max-width: 1272px; 
  text-align: center;
  margin:0 auto;
}

/* Links */
a, a:active, a:focus{
  text-decoration:none;
  color:#242D74;
}
.entry-content a{
  font-weight:bold;
}
a:hover{
  text-decoration:none;
  color:#2d898d;
}
a.white-text:hover{
  color:white;
}

/*FOOTER SECTION*/
#footer-section{background-color:#E0E0E0;float: left;width: 100%;}
.site-info{color:#242D74;float: right; width: 100%;}
.footerlogo{padding-left: 2.5%;}
.footer-tagline {color: #242D74; margin-top: 1em;}
.site-info .copyright{/*font-size:24px;*/}
.site-info .widget .widget-title{color:#242d74; margin-top: 30px;}
.site-info .widget .menu-footer-container #menu-footer{ padding-left:0px;}
.site-info .widget .menu-footer-container #menu-footer li{line-height:1.8em; margin-bottom: 20px;}
.site-info .widget .menu-footer-container #menu-footer li:first-child a{text-transform:uppercase; font-weight: bold;}
.site-info .widget .menu-footer-container #menu-footer li a{color:#242d74;padding:0px; display: block;}
.site-info .widget .menu-footer-container #menu-footer li a:hover{color:#2d898d;font-weight:bold;}
.menu-item-150 a{
  font-weight:bold !important;
}

@media  screen and (min-width:1920px){

	#footer-section{
		padding:75px 0;
		font-size: 30px;
	}
}
@media  screen and (min-width:1024px) and (max-width:1919px){

	#footer-section{
		padding:75px 0;
		font-size: 20px;
	}
	.site-info .widget .menu-footer-container #menu-footer li a{
	}
	.site-info .widget .menu-footer-container #menu-footer li{
		margin-bottom:0px;
		line-height:34px;
	}
	.site-info .copyright{
		font-size:16px;
	}
	.footerlogo img{
		width: 230px;
	}
	.footer-tagline{
		font-style: italic;
	}
}
@media screen and (max-width:1023px){
		.intro{
		  margin:0 auto;
		  color:#fff;
		  font:26px/1.8em "nimbus-sans",sans-serif;
		}
		.intro p {
			font:26px/1.8em "nimbus-sans",sans-serif;
		}
	#footer-section{
		padding:36px 0 110px;
		/*font-size: 16px;*/
	}
	.site-info .widget .menu-footer-container #menu-footer li a{
	}
	.site-info .widget .menu-footer-container #menu-footer li{
		margin-bottom:0px;
		/*line-height:22px;*/
	}
	.site-info .copyright{
		font-size:12px;
	}
	.footerlogo img{
		width: 180px;
	}
	.footer-tagline{
		margin-top:20px;
		font-style: italic;
	}
}

/*.site-info .widget .menu-footer-container #menu-footer li:first-child a{color:#242d74;padding:5px 0px; font-size: 16px;font-weight:bold;text-transform:uppercase;}*/
  p:not(.nopad){margin: 0 0 45px !important;}
  ul li{margin: 0 0 25px !important;}

/*MEDIA QUERIES SECTION*/
@media  screen and (min-width: 1920px){
	body {font-size: 30px; line-height: 1.8em;}
    h1{font:80px/1.1em "nimbus-sans-condensed",sans-serif;}
	.home h2{font:82px/1.1em "nimbus-sans-condensed",sans-serif;}
	h2{font:75px/1.1em "nimbus-sans-condensed",sans-serif;}
	h2.sidebar-title{font:75px/1.1em "nimbus-sans-condensed",sans-serif;}
	h3{font:60px/1.1em "nimbus-sans-condensed",sans-serif;}
	h3.kpi-h3{font:75px/1.1em "nimbus-sans-condensed", sans-serif; text-align: center;}
	h4{font:50px/1.1em "nimbus-sans-condensed",sans-serif;}
	h5{font:30px/1.1em "nimbus-sans-condensed",sans-serif;}
	h6{font:28px/1.1em "nimbus-sans-condensed",sans-serif;}
	p{font:30px/1.4em "nimbus-sans",sans-serif;}
  ul li{font:30px/1.4em "nimbus-sans",sans-serif;}
}

@media  screen and (min-width: 769px) and (max-width: 1919px) {
	body {font-size: 20px; line-height: 1.8em;}
	h1{font:65px/1.1em "nimbus-sans-condensed",sans-serif;}
	.home h2{font:55px/1.1em "nimbus-sans-condensed",sans-serif;}
	h2{font:50px/1.1em "nimbus-sans-condensed",sans-serif;}
	h2.sidebar-title{font:50px/1.1em "nimbus-sans-condensed",sans-serif;}
	h3{font:40px/1.1em "nimbus-sans-condensed",sans-serif;}
	h3.kpi-h3{font:50px/1.1em "nimbus-sans-condensed",sans-serif;}
	h4{font:30px/1.1em "nimbus-sans-condensed",sans-serif;}
	h5{font:20px/1.1em "nimbus-sans-condensed",sans-serif;}
	h6{font:18px/1.1em "nimbus-sans-condensed",sans-serif;}
	/*p{font:20px/1.8em "nimbus-sans",sans-serif;}*/
  /*ul li{font:20px/1.8em "nimbus-sans",sans-serif;}*/
  p{font:20px/1.6em "nimbus-sans",sans-serif;}
 	ul li{font:20px/1.6em "nimbus-sans",sans-serif;}
}

@media  screen and (max-width: 768px){
	body {font-size: 16px; line-height: 1.6em;}
    h1{font:45px/1.1em "nimbus-sans-condensed",sans-serif;}
	.home h2{font:40px/1.1em "nimbus-sans-condensed",sans-serif;}
	h2{font:40px/1.1em "nimbus-sans-condensed",sans-serif;}
	h2.sidebar-title{font:40px/1.1em "nimbus-sans-condensed",sans-serif;}
	h3{font:35px/1.1em "nimbus-sans-condensed",sans-serif;}
	h3.kpi-h3{font:40px/1.1em "nimbus-sans-condensed",sans-serif;}
	h4{font:25px/1.1em "nimbus-sans-condensed",sans-serif;}
	h5{font:16px/1.1em "nimbus-sans-condensed",sans-serif;}
	h6{font:14px/1.1em "nimbus-sans-condensed",sans-serif;}
  p{font:16px/1.6em "nimbus-sans",sans-serif;}
  /*ul li{font:16px/1.8em "nimbus-sans",sans-serif;}*/
  ul li{font:16px/1.6em "nimbus-sans",sans-serif;}
}

@media  screen and (max-width: 480px){
    h1{font:35px/1.1em "nimbus-sans-condensed",sans-serif;}
	.home h2{font:30px/1.1em "nimbus-sans-condensed",sans-serif;}
	h2{font:30px/1.1em "nimbus-sans-condensed",sans-serif;}
	h2.sidebar-title{font:30px/1.1em "nimbus-sans-condensed",sans-serif;}
	h3{font:25px/1.1em "nimbus-sans-condensed",sans-serif;}
	h3.kpi-h3{font:30px/1.1em "nimbus-sans-condensed",sans-serif;}
	h4{font:20px/1.1em "nimbus-sans-condensed",sans-serif;}
	h5{font:16px/1.1em "nimbus-sans-condensed",sans-serif;}
	h6{font:14px/1.1em "nimbus-sans-condensed",sans-serif;}
	/*p{font:16px/1.8em "nimbus-sans",sans-serif;}*/
  /*ul li{font:16px/1.8em "nimbus-sans",sans-serif;}*/
  p{font:16px/1.6em "nimbus-sans",sans-serif;}
	ul li{font:16px/1.6em "nimbus-sans",sans-serif;}
}

/*HOME PAGE */
@media  screen and (min-width: 1920px) {
	.home-arrow-link p{margin-top:130px;}
	}

@media  screen and (min-width: 769px) and (max-width: 1919px) {
	.home-arrow-link p{margin-top:80px;}
	}

@media  screen and (max-width: 768px){
	.home-arrow-link p{margin-top:50px;}
	.now-what-row{}
	}

@media  screen and (max-width: 480px){
	.home-arrow-link p{margin-top:30px;}
	}
	
/* PAGES STYLE */
@media  screen and (min-width: 1920px) {
	.intro{
		  margin:0 auto;
		  color:#fff;
		  font:36px/1.4em "nimbus-sans",sans-serif;
		}
		.intro p {
			font:36px/1.4em "nimbus-sans",sans-serif;
		}
	.navbar-brand img {
    width: 100% !important;
	}
	.navbar-default .navbar-nav>li>a{color:#242d74;font-size:26px;}
	.sidebar-area .downloadholder{position:relative;}
	.sidebar-area .downloadholder a img {
			  opacity: 1;
			  display: block;
			  width: 100%;
			  height: auto;
			  transition: .5s ease;
			  backface-visibility: hidden;
			  display: block;
			  max-width: 100%;
			}
	.sidebar-area .downloadholder a .middle {
			  transition: .5s ease;
			  opacity: 0;
			  position: absolute;
			  top: 50%;
			  left: 50%;
			  transform: translate(-50%, -50%);
			  -ms-transform: translate(-50%, -50%)
			}

	.sidebar-area .downloadholder a:hover img {
	  		 opacity: 0.3;
			}

	.sidebar-area .downloadholder a:hover .middle {
			  background-color: rgba(45,137,141,.6);
			  width:100%;
			  height:100%;
			}
	.sidebar-area .downloadholder a:hover .middle .download-icon{opacity:1;}
	.sidebar-area .downloadholder .download-icon{
			  color:#fff;
			  font-family:'Glyphicons Halflings';
			  font-size:60px;
			  opacity:1;
			  top: 45%;
				left: 39%;
				position: absolute;
				opacity:0;
			}
	.sidebar-area ul{margin-top:40px;}
	#footer-section{
		padding: 130px 0px;
	}
	.footer-tagline{
		margin-top:40px;
		font-size:30px;
		    font-style: italic;
	}
	.caldera-grid label{font: 40px/1.1em "nimbus-sans-condensed",sans-serif;}
	.caldera-grid .form-control{height:80px !important; padding:0 25px !important;}
	.caldera-grid .btn-default{font: 40px/1.1em "nimbus-sans-condensed",sans-serif !important;padding:20px !important;    width: 100%;    margin-top: 50px;}
}


@media  screen and (min-width: 769px) and (max-width: 1919px) {
		.intro{
		  margin:0 auto;
		  color:#fff;
		  font:26px/1.8em "nimbus-sans",sans-serif;
		}
		.intro p {
		   font:26px/1.8em "nimbus-sans",sans-serif;
		}
	.navbar-brand img {
    /*width: 107px;*/
    width: 257px;
	}
	.navbar-default .navbar-nav>li>a {
    color: #242d74;
	}
	.sidebar-area .downloadholder{position:relative;}
	.sidebar-area .downloadholder a img {
			  opacity: 1;
			  display: block;
			  width: 100%;
			  height: auto;
			  transition: .5s ease;
			  backface-visibility: hidden;
			  display: block;
			  max-width: 100%;
			}
	.sidebar-area .downloadholder a .middle {
			  transition: .5s ease;
			  opacity: 0;
			  position: absolute;
			  top: 50%;
			  left: 50%;
			  transform: translate(-50%, -50%);
			  -ms-transform: translate(-50%, -50%)
			}

	.sidebar-area .downloadholder a:hover img {
	  		 opacity: 0.3;
			}

	.sidebar-area .downloadholder a:hover .middle {
			  opacity: .6;
			  background-color: #2d898d;
			  width:100%;
			  height:100%;
			}
	.sidebar-area .downloadholder .download-icon{
			  color:#fff;
			  content:"\e025";
			  font-family:'Glyphicons Halflings';
			  font-size:60px;
			  opacity:1;
			  top: 45%;
				left: 39%;
				position: absolute;
			}
	.content-row-area{padding:40px !important;}
	.sidebar-area ul{margin-top:30px;}
}
@media  screen and (min-width: 769px) and (max-width: 1919px) {
	.intro{
		  margin:0 auto;
		  color:#fff;
		  font:26px/1.6em "nimbus-sans",sans-serif;
		}
	.intro p {
		font:26px/1.6em "nimbus-sans",sans-serif;
	}
	.caldera-grid label{font: 30px/1.1em "nimbus-sans-condensed",sans-serif;}
	.caldera-grid .form-control{height:50px !important; padding:0 15px !important;}
	.caldera-grid .btn-default{font: 30px/1.1em "nimbus-sans",sans-serif !important;padding:15px !important;    width: 100%;    margin-top: 30px;}
	}


@media  screen and (max-width: 768px) {
		.intro{
		  margin:0 auto;
		  color:#fff;
		  font:22px/1.6em "nimbus-sans",sans-serif;
		}
		.intro p{
  		  font:22px/1.6em "nimbus-sans",sans-serif;
		}
	.navbar-brand img {
    /*width: 63px;*/
    width: 140px;
	}
	.navbar-default .navbar-nav>li>a {
    color: #242d74;
    font-size: 16px;
	}
	#nav-icon3 {
		margin:33px auto;
	}
	.sidebar-area .downloadholder{position:relative;}
	.sidebar-area .downloadholder a img {
			  opacity: 1;
			  display: block;
			  width: 100%;
			  height: auto;
			  transition: .5s ease;
			  backface-visibility: hidden;
			  display: block;
			  max-width: 100%;
			}
	.sidebar-area .downloadholder a .middle {
			  transition: .5s ease;
			  opacity: 0;
			  position: absolute;
			  top: 50%;
			  left: 50%;
			  transform: translate(-50%, -50%);
			  -ms-transform: translate(-50%, -50%)
			}

	.sidebar-area .downloadholder a:hover img {
	  		 opacity: 0.3;
			}

	.sidebar-area .downloadholder a:hover .middle {
			  opacity: .6;
			  background-color: #2d898d;
			  width:100%;
			  height:100%;
			}
	.sidebar-area .downloadholder .download-icon{
			  color:#fff;
			  content:"\e025";
			  font-family:'Glyphicons Halflings';
			  font-size:60px;
			  opacity:1;
			  top: 45%;
				left: 39%;
				position: absolute;
			}
	.site-info {
			color: #242D74;
			margin-top: 20px;
		}
	.footerlogo p{font-size:30px;}
	/*.footerlogo img{width:375px;}*/
	/*.intro{font-size: 22px;}*/
	.content-row-area{padding:20px !important;}
	.right-sidebar-area .vce-col-inner{border:none !important;}
	.sidebar-area {  padding-left: 0; }
	.sidebar-area ul{margin-top:20px;}
	#footer-section{padding: 30px 0px;}
	.footer-tagline{
		margin-top:20px;
		/*font-size:22px;*/
		    font-style: italic;
	}
		.site-info .widget .menu-footer-container #menu-footer li {
    margin-bottom: 10px;
	    line-height: 1em;
}
	.site-info .widget .menu-footer-container #menu-footer li a {
     
}
.caldera-grid label{font: 25px/1.1em "nimbus-sans-condensed",sans-serif;}
	.caldera-grid .form-control{height:40px !important; padding:0 10px !important;}
	.caldera-grid .btn-default{font: 25px/1.1em "nimbus-sans",sans-serif !important;padding:10px !important;    width: 100%;    margin-top: 30px;}
	}

@media  screen and (max-width: 480px){
		.intro{
		  margin:0 auto;
		  max-width:1430px;
		  color:#fff;
		  font:20px/1.6em "nimbus-sans",sans-serif;
		}
		.intro p {
		  font:20px/1.6em "nimbus-sans",sans-serif;
		}
	.navbar-default .navbar-nav>li>a {
    color: #242d74;
    font-size: 16px;
	}
	.sidebar-area .downloadholder{position:relative;}
	.sidebar-area .downloadholder a img {
			  opacity: 1;
			  display: block;
			  width: 100%;
			  height: auto;
			  transition: .5s ease;
			  backface-visibility: hidden;
			  display: block;
			  max-width: 100%;
			}
	.sidebar-area .downloadholder a .middle {
			  transition: .5s ease;
			  opacity: 0;
			  position: absolute;
			  top: 50%;
			  left: 50%;
			  transform: translate(-50%, -50%);
			  -ms-transform: translate(-50%, -50%)
			}

	.sidebar-area .downloadholder a:hover img {
	  		 opacity: 0.3;
			}

	.sidebar-area .downloadholder a:hover .middle {
			  opacity: .6;
			  background-color: #2d898d;
			  width:100%;
			  height:100%;
			}
	.sidebar-area .downloadholder .download-icon{
			  color:#fff;
			  content:"\e025";
			  font-family:'Glyphicons Halflings';
			  font-size:60px;
			  opacity:1;
			  top: 45%;
				left: 39%;
				position: absolute;
			}
	 .footerlogo p{font-size:30px;}
	 /*.footerlogo img{width:375px;}*/
	 .site-info {
			color: #242D74;
			margin-top: 20px;
		}
		/*.intro{font-size: 22px;}*/
		.content-row-area{padding:20px !important;}
	.right-sidebar-area .vce-col-inner{border:none !important;}
	.sidebar-area, .sidebar-area .vce-raw-html-wrapper {  padding-left: 0; }
	.sidebar-area ul{margin-top:20px;}
	#footer-section{padding: 30px 0px;}
	.footer-tagline{
		margin-top:20px;
		/*font-size:22px;*/
		    font-style: italic;
	}
	.site-info .widget .menu-footer-container #menu-footer li {
    margin-bottom: 10px;
	    line-height: 1em;
}
	.site-info .widget .menu-footer-container #menu-footer li a {
    /*font-size: 18px;*/
}
.caldera-grid label{font: 20px/1.1em "nimbus-sans-condensed",sans-serif;}
	.caldera-grid .form-control{height:40px !important; padding:0 10px !important;}
	.caldera-grid .btn-default{font: 20px/1.1em "nimbus-sans",sans-serif !important;padding:10px !important;    width: 100%;    margin-top: 30px;}
	}


.my-container {
	max-width: 1024px;
	margin: 0 auto !important;
}
@media screen and (min-width: 1920px) {
.my-container {
	max-width: 1520px;
	}
}
.home-btn button, .home-btn a {
	width: 100%;
	transition: all .2s ease-in-out !important;
	font-weight: bold;
	font-size: 19px !important;
}
.skill-bar-container > div {
	max-width: 600px;
 	float: right;
}
@media screen and (min-width: 1920px) {
    	.skill-bar-container > div {
		max-width: 730px;
 		float: right;
	}
}

/*************
VC Elements
*************/

/*
green: #52C769;
blue: #242D74;
light-blue: #6086BB;
text: #414644;
*/

/* home header */

.vc_custom_1511196974653 {
	padding-top: 110px !important;
	padding-bottom: 110px !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;

	    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
}

#home_header_left, #home_header_right {		
	min-height: 400px;
}
@media screen and (min-width: 1920px) {
#home_header_left, #home_header_right {	
	min-height: 570px;
}
}

#home_header_left {
	padding: 45px 45px 35px;
	text-align: center;
	background-color: rgba(45,137,141,0.9); 
}
	#home_header_left H1 {
		color: #ffffff; 
		font-size: 45px; 
		line-height: 1.15em;
		margin-top: 0;
	}
	#home_header_left H1 span.large {
		font-size: 150px;
		line-height: 1em;
		display: block;
	}
	#home_header_left H1 span.small_limit {
		max-width: 90%;
		margin: 0 auto;
		display: block;
	}

@media  screen and (max-width: 400px) {
	#home_header_left {
		padding: 45px 15px 35px;
	}
}


#home_header_right {
	padding: 20px 30px 20px 30px;
	background-color: rgba(255,255,255,0.9); 
	color: #242d74; 
}

@media screen and (min-width: 1920px) {
	#home_header_right p {
	  font-size: 26px; 
	  line-height: 36px;
	}
}
@media screen and (max-width: 1919px) {
	#home_header_right p {
	  font-size: 16px; 
	  line-height: 24px;
	}
}

@media screen and (min-width: 1920px) {
	#home_header_left H1 {font-size: 72px;}
	#home_header_left H1 span.large {font-size: 240px;}
}

@media  screen and (min-width:1024px) and (max-width:1919px){
}

@media  screen and (min-width: 769px) and (max-width: 1023px) {
	#home_header_left H1 {font-size: 40px;}
	#home_header_left H1 span.large {font-size: 110px;}
}

@media  screen and (max-width: 768px){
	#home_header_left H1 {font-size: 30px;}
	#home_header_left H1 span.large {font-size: 100px;}
	#home_header_left, #home_header_right {min-height: 0 !important; padding-bottom: 35px;}
}

/* Home Blue Row with Link */

.vc_custom_1511198998492 {
	background-color: #2d898d;
}
	.vc_custom_1511198998492 p.row_text {
		/* not working - revisit & remove incline styles*/
	}

.arrow-link-icon {width: 40px; height: 40px;}
.arrow-link-icon-inline {width: 32px; height: 32px;}


@media screen and (min-width: 1920px) {
	.arrow-link-icon {width: 64px; height: 64px;}
	.arrow-link-icon-inline {width: 58px; height: 58px;}
}

@media  screen and (max-width: 1023px) {
	.arrow-link-icon {width: 40px; height: 40px;}
	.arrow-link-icon-inline {width: 32px; height: 32px;}
}

@media  screen and (max-width: 768px) {
	.arrow-link-icon-inline {width: 24px; height: 24px;}
}

/* KPI Rows */

.kpi-h3 {
	margin-bottom: .4em;
	text-align: center;
}

.kpi-p {
	text-align: center;
	margin-bottom: 2em;
}

.stat-value-left {
	text-align: right;
	padding-right: 0;
}

.stat-value-right {
	text-align: left;
	padding-left: 0;
}

span.kpi-percentage {
	font-family: "nimbus-sans-condensed", sans-serif;
	color: #2d898d;
	font-weight: 800;
}

span.kpi-label {
	font-family: "nimbus-sans-condensed", sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	display: block;
	color: #242D74;
}

/* percentage bars */

.stat-double-bar {
}

.skillbar-percent {
	display: none;
}

.skillbar {
	height: 60px;
	margin-bottom: 15px;
	border: 1px solid #BBB;
	border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

	.stat-progress-bar div.skillbar {
		margin-top: 15px !important;
	}

.skillbar-bar {
	height: 58px;	
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

/* double bar media queries */

@media screen and (min-width: 1920px) {
	span.kpi-percentage {font-size:120px; line-height: 1em;}
	span.kpi-label {font-size:30px; line-height: 1em;}
	.kpi-icon {height: 50px; margin-top: 3px;}
	.kpi-icon-current {width: 43px;}
	.kpi-icon-goal {width: 65px;}
	.skillbar {height: 80px;}
	.skillbar-bar {height: 78px;}
	.custom_kpi_progress {margin-bottom: 140px;}
}

@media  screen and (min-width:1024px) and (max-width:1919px){
	span.kpi-percentage {font-size:75px; line-height: 1em;}
	span.kpi-label {font-size:20px; line-height: 1em;}
	.kpi-icon {height: 36px; margin-top: 3px;}
	.kpi-icon-current {width: 30px;}
	.kpi-icon-goal {width: 46px;}
	.custom_kpi_progress {margin-bottom: 80px;}
}

@media  screen and (min-width: 769px) and (max-width: 1023px) {
	span.kpi-percentage {font-size:75px; line-height: 1em;}
	span.kpi-label {font-size:20px; line-height: 1em;}
	.kpi-icon {height: 36px; margin-top: 3px;}
	.kpi-icon-current {width: 30px;}
	.kpi-icon-goal {width: 46px;}
	.skillbar {height: 40px;}
	.vc_custom_1511204712357 .skillbar, .vc_custom_1511207482447 .skillbar {margin-left: -38px !important; width: 160%;}
	.skillbar-bar {height: 38px;}
	.custom_kpi_progress {margin-bottom: 60px;}
}

@media  screen and (max-width: 768px){
	span.kpi-percentage {font-size:75px; line-height: 1em;}
	span.kpi-label {font-size:20px; line-height: 1em;}
	.kpi-icon {height: 36px; margin-top: 3px;}
	.kpi-icon-current {width: 30px;}
	.kpi-icon-goal {width: 46px;}
	.custom_kpi_progress {margin-bottom: 60px;}
}

@media  screen and (max-width: 480px){
	span.kpi-percentage {font-size:40px; line-height: 1em;}
	span.kpi-label {font-size:16px; line-height: 1em;}
	.kpi-icon {height: 30px;}
	.skillbar {height: 36px;}
	.skillbar-bar {height: 34px;}
	.custom_kpi_progress {margin-bottom: 50px;}
}

/* KPI Double Bar White */

.vc_custom_1511381539034 .vc_column_container .vc_column-inner {
	padding-top: 0 !important;
} 

.vc_custom_1511204712357 .kpi-h3 {
	color: #242D74;
}

.vc_custom_1511204712357 span.kpi-label {
	color: #242D74;
}

/* KPI Double Bar Blue */

.vc_custom_1511231219927 {} /*row*/

.vc_custom_1511207482447 .kpi-h3, .vc_custom_1511207482447 span.kpi-percentage{
	/*color: #52C769;*/
  color: white;
}

.vc_custom_1511207482447 span.kpi-label {
	color: #fff;
}

.vc_custom_1511207482447 .kpi-p {
	color: white;
}

/* KPI Progress Bar */

.custom_kpi_progress {
	margin-bottom: 80px;
}
.custom_kpi_progress .kpi-icon {margin-bottom: 17px;}
.custom_kpi_progress .kpi-icon-current {margin-left: 10px;}
.custom_kpi_progress .kpi-icon-goal {margin-right: 5px;}


@media  screen and (max-width: 768px){
	.custom_kpi_progress .stat-value-left {
		text-align: left;
	}
	.custom_kpi_progress .stat-value-right {
		text-align: right;
	}
}

/* Home Button Row */

@media  screen and (max-width: 768px){
	.vc_custom_1511202687168 .vc_column-inner {
		margin-top: 0;
	}
}

.arrow-rotate-down {
	transform: rotate(90deg);
}

@media  screen and (min-width: 481px){
	.arrow-rotate-down {
		margin-top: 20px;
	}
}

@media  screen and (max-width: 480px){
	.arrow-rotate-down {
		margin-top: 10px;
	}
}

/*************
CUSTOM FEATURES
**************/

.pum-theme-272 .pum-container, .pum-theme-enterprise-blue .pum-container {box-shadow: none!important;}
.pum-theme-272 .pum-title, .pum-theme-enterprise-blue .pum-title {font-family: "nimbus-sans-condensed", sans-serif !important; font-weight: 800; margin: 0 0 .8em 0; padding-right: 51px; line-height: 1em;}
@media screen and (max-width: 480px) {
	.pum-theme-272 .pum-title, .pum-theme-enterprise-blue .pum-title {
		font-size: 42px!important;
	}
}
.pum-theme-272 .pum-content + .pum-close, .pum-theme-enterprise-blue .pum-content + .pum-close {
		font-size: 70px !important;
    	margin-top: 26px;
    	margin-right: 5px;
    }


/*************
FORMS
**************/
label, .caldera-grid label {font-family: "nimbus-sans-condensed", sans-serif; font-weight: 800; margin-bottom: 8px;}
input[type=submit], .caldera-grid .btn-default, .caldera-grid .btn, .caldera-grid input[type=submit], .btn {font-family: "nimbus-sans-condensed", sans-serif !important; font-weight: 800 !important; margin-bottom: 8px;}
input[type=submit]:hover, .caldera-grid .btn-default:hover, .caldera-grid .btn:hover, .caldera-grid input[type=submit]:hover, .btn:hover {background-color:  #52C769!important;}

.caldera-grid .checkbox label, .caldera-grid .radio label {font-family: "nimbus-sans-condensed", sans-serif; margin-bottom: 8px; font-size: 1.4em;
    line-height: 1em;}
@media screen and (max-width: 480px) {
	.caldera-grid .checkbox label, .caldera-grid .radio label  {
		font-size: 1.1em!important;
	}
}

.caldera-grid .checkbox input[type=checkbox], .caldera-grid .checkbox-inline input[type=checkbox], .caldera-grid .radio input[type=radio], .caldera-grid .radio-inline input[type=radio] {
   	margin-top: 3px;
   }
.caldera-grid .checkbox, .caldera-grid .radio {
	line-height: 2em;
  }

/* Lightbox */

.caldera_form_2 #fld_8708307_2-wrap .checkbox {
	display: inline-block;
}
.caldera_form_2 #fld_8708307_2-wrap .checkbox:first-child {
	margin-left: 0;
}

/**************
SUBPAGE TEMPLATES
**************/

.vc_custom_1511271188473 h1.page-title {text-transform: uppercase;}

@media screen and (min-width: 1920px) {
	.vc_custom_1511271286441 .wpb_content_element, .intro, .vc_custom_1511273003739 > .wpb_column, .vc_custom_1511273351119 /*health district*/, .vc_custom_1511273351119 /*text header*/ {
		padding-left: 200px !important;
		padding-right: 200px !important;
		/*max-width: 1280px;*/
		float: none;
    	margin-left: auto;
    	margin-right: auto;
	}	
	.vc_custom_1511271286441 {padding-top: 250px; padding-bottom: 75px; padding-left: inherit !important; padding-right: inherit !important;} /* image header */
	.vc_custom_1511273003739 {padding: 120px 0; } /* text/sidebar wrap*/
	.vc_custom_1511272860883 {padding-right: 90px !important;} /* text */
	.vc_custom_1511272967930 {padding-left: 90px;} /* sidebar */
	.intro {}
	.downloadholder {max-width: 350px;}
}
@media  screen and (min-width:1024px) and (max-width:1919px) {
	.vc_custom_1511271286441 .wpb_content_element, .intro, .vc_custom_1511273003739 > .wpb_column, .vc_custom_1511273351119 /*health district*/ {
		padding-left: 100px !important;
		padding-right: 100px !important;
		/*max-width: 1280px;*/
		float: none;
    	margin-left: auto;
    	margin-right: auto;
	}
	.vc_custom_1511271286441 {padding-top: 220px; padding-bottom: 45px; padding-left: inherit !important; padding-right: inherit !important;} /* image header */
	.vc_custom_1511273003739 {padding: 55px 0; } /* text/sidebar wrap*/
	.vc_custom_1511272860883 {padding-right: 40px !important;} /* text */
	.vc_custom_1511272967930 {padding-left: 40px;} /* sidebar */
	.downloadholder {max-width: 250px;}
}
@media  screen and (min-width:768px) and (max-width: 1023px){
	.vc_custom_1511271286441 .wpb_content_element, .intro, .vc_custom_1511273003739 > .wpb_column, .vc_custom_1511273351119 /*health district*/, .vc_custom_1511273351119 /*text header*/ {
		padding-left: 60px !important;
		padding-right: 60px !important;
		/*max-width: 960px;*/
		float: none;
    	margin-left: auto;
    	margin-right: auto;
	}
	.vc_custom_1511271286441 {padding-top: 220px; padding-bottom: 45px; padding-left: inherit !important; padding-right: inherit !important;} /* image header */
	.vc_custom_1511273003739 {padding: 40px 0; } /* text/sidebar wrap*/
	.vc_custom_1511272860883 {padding-right: 25px !important;} /* text */
	.vc_custom_1511272967930 {padding-left: 25px;} /* sidebar */
	.downloadholder {max-width: 220px;}
}
@media  screen and (max-width: 767px){
	.vc_custom_1511271286441 .wpb_content_element, .intro, .vc_custom_1511273003739 > .wpb_column, .vc_custom_1511273351119 /*health district*/, .vc_custom_1511273351119 /*text header*/ {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}	
	.vc_custom_1511271286441 {padding-top: 180px; padding-bottom: 25px; padding-left: inherit !important; padding-right: inherit !important;} /* image header */
	.vc_custom_1511273003739 {padding: 40px 0; } /* text/sidebar wrap*/
	.vc_custom_1511272860883 {padding-right: 15px !important;} /* text */
	.vc_custom_1511272967930 {padding-left: 15px; margin-top: 30px;} /* sidebar */
	.downloadholder {max-width: 200px;}
}

/* Footer */

.social-wrap {
	display: block;
}
.social-icon {
	margin: 0 15px 15px 0;
}

.social-icon:hover {
	color:#2d898d;
}

/* Animation Delay */

.delay1s {
    animation-delay: 1s;
}
.delay2s {
    animation-delay: 2s;
}
.delay3s {
    animation-delay: 3s;
}
.dur0-5s {
	animation-duration: .5s;
}

/* Map Overrides */

.key-number {
	font-family: "nimbus-sans-condensed",sans-serif;}	
}

.map-key .key-number {
    margin-right: 6px;
}

@media screen and (min-width: 769px) and (max-width: 1919px) {
.key-number, .icon-dl {
    height: 28px;
    width: 28px;
    line-height: 28px;
}
.map-key li {
    margin: 0;
}
}

.sidebar-area .es_holder{padding-top: 2em;}

.vc_custom_1511202687168 h2,
#el-1955d18e h2 {
  color: white;
}

