@charset "utf-8";

/*------------------------------------*\
    GLOBALS
\*------------------------------------*/

body {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
	color: #474747;
}
h1, h2, h3, h4, h5, .navbar-collapse > ul > li {
	/* special fonts set here, for nav too */
	/*font-family: Open Sans, Arial, Helvetica, sans-serif;*/
}
a, a:link, a:hover, a:visited, a:active {
	color: #03a8b7;
}
:focus {
	outline: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:22px;
	margin:15px 0;
}
.container {
	padding-left: 0;
	padding-right: 0;
}
header {
	min-height: 125px;
	text-align:center;
	position:relative;
}
#user-guide-link {
	position:absolute;
	z-index:2;
	bottom:0;
	right:0;
	margin-bottom:15px;
}
header .img-responsive{
	margin:15px auto 0 auto;
	}

#int-content, #content {
	margin-bottom: 35px;
}
#int-content {
	min-height: 250px;
}
.row {
	margin: 0;
}
/*------------------------------
 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: #03a8b7;
    border-color: #03a8b7;
    color: #fff;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-color: #05bdce;
    border-color: #05bdce;
    color: #fff;
}
.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-image: none;
}

@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;
}
}
/*------------------------------
 HOME
--------------------------------*/

#slideshow {
	padding-left:0;
	padding-right:0;
	}
#home-content {
	padding-top: 50px;
	padding-left: 0px;
	padding-right: 0px;
	}
#callout-1, #callout-2 {
	margin-top:15px;
	margin-bottom:15px;
	}
/*------------------------------
 INT
--------------------------------*/
#sidebar {
	border-right:1px solid #eee;
}
#int-content {
	padding-top: 30px;
	}
#int-content #content {
	padding-left: 30px;
	padding-right:30px;
}
#sidebar .pagetitle {
	color: #fff;
	padding: 0 0 0 0;
	margin: 0;
	text-transform:uppercase;
}
#sidebar .pagetitle a { 
	line-height: 14px;
	color: #474747;
	text-decoration: none;
}
#sidebar li{
	list-style-type: none;
	margin: 0 0 7px 0;
	padding: 0;
	font-size:0.857em;
}
#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 0;
}
#sidebar .secondlevel li > ul > li {
	padding: 0 0 0 15px;
}
#viewall {
	float:right;
	clear:both;
}

/*------------------------------
 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:16px;
	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: #474747;
}
.navbar-default .navbar-nav > li > a {
	color: #474747;
	text-transform: uppercase;
	
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #03a8b7;
}
.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: #03a8b7;
	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:#ffffff;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.navbar-default .navbar-nav > li {
	border-left: 0px solid #eee;	
	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: #666;
}
.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: #03a8b7;
	/* 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: #666;
  	white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  	color: #03a8b7;
  	text-decoration: none;
  	background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  	color: #03a8b7;
  	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;
}

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

.footer {
	background-color:#ffffff;
	color: #000000;
	text-align:left;
	font-size: 12px;
	margin: 25px 0;
	padding: 30px 20px 20px 20px;
}

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

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


@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! */
}
	
	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: 640px) {

}

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

/*  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;
  }
}