@charset "utf-8";

/*------------------------------------*\
    GLOBALS
\*------------------------------------*/
html {
	text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;	
}
body {
	font-family:'Cabin Condensed', Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color:#535354;
	color: #403f3f;
}
h1, h2, h3, h4, h5, .navbar-collapse > ul > li {
	/* special fonts set here, for nav too */
	font-family: 'Lato', Arial, Helvetica, sans-serif;
}
a {
	color:#006cb8;
}
a:link, a:visited {
	text-decoration:none;
	color: #006cb8;
}
a:hover, a:active {
	text-decoration:underline;
	color: #006cb8;
}

:focus {
	outline:0 none!important;
	
}


h1 {
	font-size: 1.429em /*20px*/;
}
h2 {
	font-size: 1.143em /*16px*/;
}
h3, h4, h5 {
	font-size: 1em  /*16px*/;
}
h1, h2, h3, h4, h5 {
	font-weight:400;
	margin:0 0 15px 0;
}

p {
	line-height:30px;
	margin:15px 0;
}
.container {
	padding-left: 0;
	padding-right: 0;
}
.row {
	margin: 0;
}
header {
	min-height:25px;
	padding-top:13px;
	padding-bottom:13px;
}
#logo {
	text-align:center;
}
#logo img {
	margin:auto;
	max-width:716px;
	width:100%;
}
@media (min-width: 769px) {
	
.flexit {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;        /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;     /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */	

}
.fill-height-or-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
} 

.fill-height-or-more > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
}

/*------------------------------------*\
    EXTENDED PLACEHOLDER
\*------------------------------------*/
/*#videBG { height: 100vh; width: 100vw; min-height:700px;}*/
.textureBG {
	background-image:url(../images/textureBG.png);
	background-repeat:repeat;
   min-height: 100vh;
   width: 100%;
   background-color:transparent;
   padding-bottom:200px;
}
.white-t-BG {
	background-image:url(../images/whiteBG.png);
	background-repeat:repeat;
}
.white-t-BG2 {
	background-image:url(../images/whiteBG2.png);
	background-repeat:repeat;
	padding:30px 60px;
}
.borderit-top {
	height:13px;
	background-image:url(../images/blueBG.png);
	background-repeat:repeat;
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 40px 50px 25px 50px;
  width: auto;
  max-width: 560px;
  margin: 20px auto;
}

.greyBG {
	/*background-color:#535354;*/
	background-image:url(../images/greyBG.png);
	background-repeat:repeat;
}
/*------------------------------
 BUTTONS
--------------------------------*/
.btn {
   
  -webkit-border-radius: 0px; 
  -moz-border-radius: 0px; 
  border-radius: 0px; 
   
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: thin dotted;
    outline-offset: -2px;
}
.btn:hover, .btn:focus {
    color: #333;
    text-decoration: none;
}
.btn:active, .btn.active {
    background-image: none;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
    outline: 0 none;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.65;
    pointer-events: none;
}
.btn-default, a.btn-default {
    /*background-color: #494a4a;
    border-color: #494a4a;*/
	background-color: #006cb8;
    border-color: #006cb8;
    color: #fff;
	text-transform:uppercase;
	font-size:20px;
	letter-spacing:0 !important;
	min-width:200px;
	font-weight:600;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	background-color: #005c9e;
    border-color: #005c9e;
  /*background-color: #626363;
    border-color: #626363;*/
    color: #fff;
}
.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-primary, a.btn-primary {
	background-color: #006cb8;
    border-color: #006cb8;
   /* background-color: #478e99;
    border-color: #478e99;*/
    color: #fff;
	text-transform:uppercase;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    /*background-color: #1f7b8b;
    border-color: #1f7b8b;*/
	background-color: #007ad1;
    border-color: #007ad1;
    color: #fff;
}
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-image: none;
}

.arrow-right {
  width: 0; 
  height: 0; 
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #1f7b8b;
  display:inline-block;
  margin-left:3px;
}

/*------------------------------
 HOME
--------------------------------*/

#welcome-block {
	font-size: 1.250em /*20px*/;
	/*color:#fff;*/
	color:#494a4a;
	letter-spacing:1px;
	padding-top:15%;
	padding-bottom:15%;
	font-weight:400;
	padding-left:60px;
	padding-right:60px;
	text-align:justify;
}
#welcome-block p {
	line-height:34px;
}
#welcome-block .btn {
	margin-top:30px;
}
/*------------------------------
 INT
--------------------------------*/


#sidebar .pagetitle {
	color: #fff;
	padding: 25px 0 0 0;
	margin: 0;
    font-size: 1.0em;
    font-weight: bold;
}
#sidebar .pagetitle a { 
	line-height: 14px;
	color: #6C207E;
	text-decoration: none;
}
#sidebar li{
	list-style-type: none;
	margin: 0 0 7px 0;
	padding: 0;
}
#sidebar ul{
	margin: 7px 0 0 0;
	padding: 0;
}
#sidebar ul.secondlevel{
	margin-bottom:40px;	
}
#sidebar li.menu_active {
	font-weight:bold;	
}
#sidebar li.menu_inactive {
	font-weight:normal;
}
#sidebar .secondlevel li {
	padding: 0 0 0 23px;
}
#sidebar .secondlevel li > ul > li {
	padding: 0 0 0 15px;
}

/*------------------------------
 NAVIGATION
--------------------------------*/
.mean-container .mean-nav ul li a.mean-expand {
    height: 24px !important;
}
.navbar-collapse{
	max-height:none !important;

}
@media (min-width: 992px) {
	

.masthead {
	margin-left:-15px;	
	margin-right:-15px;
}
.navbar {
  	min-height: 40px;
   
}
/*---navbar centering/justify start--*/

ul.navbar-nav {
    padding: 0 !important;
	margin:0 !important;
    display:table !important;
    width:100% !important;
	max-width:100% !important;
    font-size:0 !important;
	float:none;
	 
}
	

.navbar-default .navbar-nav > li {
    display:table-cell !important;
	float:none;
	
}
.navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;


}
/*---navbar centering/justify end--*/
.navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
}
.navbar-collapse > ul > li {
	/*width: 20%; /* fallback for non-calc() browsers */
	/*width: calc(100% / 5);*/
	font-weight:400;
	font-size:18px;
	text-align:center;
}
.home-nav > ul > li {
	/*width: 16.6666666%;  fallback for non-calc() browsers */
	/*width: calc(100% / 6);*/
}
.navbar-collapse > ul {
	width:100%;	
}
.navbar-nav > li > a {
	/* removes default padding
	padding: 0;
	*/
}
.nav > li > a {
	/* adjust navbar item height and padding here
	height: 50px;
	padding: 6px 10px 0 10px;
	*/
}
.navbar {
	-webkit-border-radius: 0px; 
	-moz-border-radius: 0px; 
	border-radius: 0px; 
	border: 0;
	margin-bottom: 0;
}
.navbar-default {
	border-color: #fff;
}
.navbar-default .navbar-brand {
	color: #5e5e5e;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent;
}
.navbar-default .navbar-text {
	color: #082d81;
}
.navbar-default .navbar-nav > li > a {
	color: #082d81;
	
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #666;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
	color: #666;
	background-color: transparent;
	
}
.navbar-default .navbar-toggle {
	border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e7e7e7;
}
.navbar-default .navbar-nav {
	background-color:#efefef;
}

.navbar-default .navbar-nav > li {
	border-left: 2px solid #666;	
	margin-top:5px;
	margin-bottom:5px;
}
.navbar-default .navbar-nav > li:first-child {
	border-left: 0;	
}
.dropdown-menu {
	/* dropdown bg
	background-color: #6C207E;
	*/
}
.dropdown-menu li {
	text-align: left;
}
.dropdown-menu li a {
	text-align: left;
	color: #082d81;
}
.dropdown-menu:before,
.dropdown-menu:after {
	display:none;
}
.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus {
	color: #666;
	/* dropdown menu styles
	color: #f05d21;
	background-color: transparent;
	*/
}
.dropdown-toggle {
	cursor: pointer;
}

/*------------------------------
 MULTI-LEVEL NAV SUPPPORT
--------------------------------*/
.dropdown {
  	position: relative;
}
.dropdown-toggle:focus {
  	outline: 0;
}
.dropdown-menu {
  	position: absolute;
  	top: 99%;
  	left: 0;
  	z-index: 1000;
  	display: none;
 	float: left;
  	min-width: 160px;
 	padding: 5px 0;
  	margin: 2px 0 0;
  	font-size: 14px;
  	text-align: left;
  	list-style: none;
  	background-color: #fff;
  	-webkit-background-clip: padding-box;
    background-clip: padding-box;
  	/*--custom--*/
  	border: 0px solid #ccc;
  	border: 0px solid rgba(0, 0, 0, .15);
 
   	-webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
	/*--custom--*/
  	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  	right: 0;
  	left: auto;
}
.dropdown-menu .divider {
  	height: 1px;
  	margin: 9px 0;
  	overflow: hidden;
  	background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  	display: block;
  	padding: 3px 20px;
  	clear: both;
  	font-weight: normal;
  	line-height: 1.42857143;
  	color: #082d81;
  	white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  	color: #666;
  	text-decoration: none;
  	background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  	color: #666;
  	text-decoration: none;
  	background-color:#f5f5f5;
  	/*background-color: #428bca;*/
  	outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  	color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
 	 text-decoration: none;
  	cursor: not-allowed;
  	background-color: transparent;
  	background-image: none;
  	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  	display: block;
}
.open > a {
  	outline: 0;
}
.dropdown-menu-right {
  	right: 0;
  	left: auto;
}
.dropdown-menu-left {
  	right: auto;
  	left: 0;
}
.dropdown-header {
  	display: block;
  	padding: 3px 20px;
  	font-size: 12px;
  	line-height: 1.42857143;
  	color: #777;
  	white-space: nowrap;
}
.dropdown-backdrop {
  	position: fixed;
  	top: 0;
 	right: 0;
 	bottom: 0;
  	left: 0;
  	z-index: 990;
}
.pull-right > .dropdown-menu {
  	right: 0;
  	left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  	content: "";
  	border-top: 0;
  	border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  	top: auto;
  	bottom: 100%;
  	margin-bottom: 1px;
}

/*--CUSTOM MENU STYLES--*/

.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}
}

/*------------------------------
 FORM STYLES (Bootstrap))
--------------------------------*/

.form-control {
	width: 75%;
}
.form-group span.required {
	color: red;
}
.recaptcha {
	margin-top:15px;
}
.form-group input.error, 
.form-group select.error, 
.form-group textarea.error { 
	border: .1em solid red; 
}
.form-group label.error {
	font-weight: normal;
	color: red;
	margin: 1.0em 0 0 0;
}
.recaptcha-error {
	display: none;
}

/*------------------------------
 FOOTER
--------------------------------*/

footer {
	font-size: 1.250em /*20px*/;
	color:#fff;
	letter-spacing:1px;
	width:100%;
	padding-top:30px;
	padding-bottom:30px;
	font-weight:400;
	position:absolute;
	bottom:0;
}
footer a:link, footer a:hover, footer a:active, footer a:visited {
	color:#fff;
}
br.breakit {
	display:none;
}

/*------------------------------
 MEDIA QUERIES
--------------------------------*/

@media (min-width: 1200px) {
	.container {
		/* this should be set to width of container if default not used*/
		width: 1170px;
		
	}
}


@media screen and (max-width: 992px) {
	.container {
		width: auto;
	}
	.navbar {
		display: none;
	}
    .collapse.in{
          display:block !important;
    } 
	#slideshow .cycle-slideshow {
		margin:auto;	
	}
}

@media screen and (max-width: 768px) {
	input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: none; /* mobile firefox too! */
}
	#header .img-responsive {
		display: block;
	}
	img {
		max-width: 100%;
	}
	#home-content {
		padding: 20px 0;
	}
	.form-group {
		padding:0;
		margin-bottom:0;
		clear:none !important;
		float:left;
		display:inline-block;
		width:81%;
	}
	.navbar-nav {
		padding:0;	
		margin:0;
	}
	.navbar-nav > li >a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.nav > li > a {
		height: auto;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#sidebar {
		height: auto;
		padding: 20px;
	}
	#sidebar .pagetitle {
		padding: 0;
	}
	.form-control {
		width: 100%;
	}
	#int-content {
		min-height: inherit;
	}
	#int-content .content {
		padding: 20px 10px 0 10px;
	}
}

@media screen and (max-width: 667px) {

#welcome-block, footer {
	font-size: 1.125em /*18px*/;
	
}
#welcome-block p {
	line-height:30px;
}
#welcome-block { 
padding-left:5px;
padding-right:5px;
text-align:left;
}
.white-t-BG2{
padding:10px 20px;	
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px 12px 10px 12px;
  width: auto;
  max-width: 560px;
  margin: 20px auto;
}
}

@media screen and (max-width: 325px) {
	footer span, .white-popup span {
	display:none;
}
br.breakit {
	display:block;
}
.textureBG {
   padding-bottom:250px;
}


}

/*  Bootstrap Clearfix for columns */

/*  Tablet  */
@media (min-width:767px){

  /* Column clear fix */
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1),
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1){
    clear: none;
  }
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1){
    clear: left;
  }
}


/*  Medium Desktop  */
@media (min-width:992px){

  /* Column clear fix */
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1),
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1){
    clear: none;
  }
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1){
    clear: left;
  }
}


/*  Large Desktop  */
@media (min-width:1200px){

  /* Column clear fix */
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1),
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1){
    clear: none;
  }
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1){
    clear: left;
  }
}