@font-face {
  font-family: 'DINCondensed-Bold';
  src: url('../fonts/DINCondensed-Bold.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/DINCondensed-Bold.woff') format('woff'), 
  url('../fonts/DINCondensed-Bold.ttf')  format('truetype'), 
  url('../fonts/DINCondensed-Bold.svg#DINCondensed-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'helvetica-lightregular';
    src: url('../fonts/helvetica_light-webfont.eot');
    src: url('../fonts/helvetica_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica_light-webfont.woff2') format('woff2'),
         url('../fonts/helvetica_light-webfont.woff') format('woff'),
         url('../fonts/helvetica_light-webfont.ttf') format('truetype'),
         url('../fonts/helvetica_light-webfont.svg#helvetica-lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


html{
	height:100%;
}

body{
	color: #484747;
	font-family: 'helvetica-lightregular';
	height:100%;
}

footer{
	margin-top: 50px;
}

h1 {
    font-family: 'DINCondensed-Bold', arial, sans-serif;
    font-size: 5.8em;
    color: #055785;
}

h2 {
    font-family: 'DINCondensed-Bold', arial, sans-serif;
    font-size: 4em;
    color: #055785;
}

h2.features{
	font-family: 'DINCondensed-Bold', arial, sans-serif;
    font-size: 3em;
    color: #055785;
}

h3{
	font-family: 'DINCondensed-Bold', arial, sans-serif;
    font-size: 3em;
    color: #fec44a;
}
    
h4 {
    font-family: 'DINCondensed-Bold', arial, sans-serif;
    font-size: 2.5em;
    color: #055785;
}

h5{
	font-family: 'DINCondensed-Bold', arial, sans-serif;
    font-size: 2em;
    color: #fec44a;
}

h6{
	font-family: 'DINCondensed-Bold', arial, sans-serif;
    font-size: 1.3em;
    color: #055785;
}

.clear{
	clear: both;
}

#adminEditDialog {
    width:100% !important;
}

.mobile-hide{
	display:none;
}


a {
    color: #055785;
    text-decoration: underline;
}

.img-responsive {
	width: 100% !important;
}

.img-border{
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	text-align: center;
    height: auto;
    padding-top: 14%;
    padding-bottom: 10%;
}

img {
    max-width: 100% !important;
    height:auto !important;
}

img.glow {
     -webkit-box-shadow: 0 0 10px 2px #ababab;
    box-shadow: 0 0 10px 2px #ababab;
    border:2px solid #fff;
}

img.snapshot {
    width:100% !important;
    height:auto !important;
}

img.rounded {
    width:100%;
    height:auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

ul a.fancybox-effects-c {
	margin:0px !important;
	padding:0px;
}

ul.thumbgallery {
    padding: 0;
    text-align: center;
}

a.fancybox-effects-c img {
	width:200px;
	max-height: none !important;
	margin:5px !important;
	border:3px solid #fff;
	-webkit-box-shadow: 0 0 7px 0 #3D3D3D;
	box-shadow: 0 0 7px 0 #3D3D3D;
}


span.req {
    color: red;
}

header{
	background-color: #055785;
}

.margintop{
	margin-top: 30px;
	}
	
.marginbottom{
	margin-bottom: 30px;
	}

.col-md-5.col-md-push-5.marginbottom {
    margin-bottom: 70px;
}

.center_image{
	display: block;
	margin: 0 auto;
	}
	
a.btn.btn-default, a.btn.btn-default:visited{
	text-shadow: none;
	box-shadow: none;
	border: none;
}


a.btn, a.btn:visited, .g-recaptcha.btn.btn-default {
    background: #fec44a;
    color: white !important;
    font-family: 'Open Sans';
	text-decoration: none;
	border: none;
}

a.btn:hover{
	background: #FDCA5E;
}

.utilities{
	margin: 70px 0 10px;
	font-family: 'DINCondensed-Bold', arial, sans-serif;
	color: white;
	text-align: center;
	}
	
.utilities img {
    margin-right: 7px !important;
}

.utilities a, .utilities a:visited{
	color: white;
	text-decoration: none;
	}
	
.utilities a:hover{
	color: #fec44a;
	text-decoration: none;
}

.login{
	margin-left: 30px;
	}

.demoheader {
    text-align: center;
    color: white;
    font-family: 'DINCondensed-Bold', arial, sans-serif;
    font-size: 1.5em;
    background: #fec44a;
    width: 200px;
    padding-top: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-right: auto;
    margin-left: auto;
    display:none
}

.demoheader a, .demoheader a:visited{
	color: white;
	text-decoration: none;
	}

.demoheader a:hover{
	text-decoration: none;
}

.center{
	text-align: center;
}
	
.center_label{
	text-align: center;
	}
	
.logo_container {
    display: inline-block;
    margin-top: 20px;
    display:none;
}

a.logo {
	position:relative;
	width:250px;
	height:54px;
	margin:0px;
	color: #016b66;
	font-size:.01em;
	display:block;
	overflow:hidden;
}

a.logo span {
	background: url(../images/HIABlogoSMALL.png);
	position: absolute;
	width:250px;
	height:54px;
	left:0;
	display:block;
}

#nav {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	background-color: #083D5A;
	color:#fff;
	z-index:100;
	height: 54px;
}

#nav button, #nav a {
	color:#b10619;
}

#nav a.Show button.navbar-toggle {
    background: white;
    border: 1px solid white ;
}

#nav a.Show button.navbar-toggle .icon-bar {
	background:#083D5A;
}

#nav a.Hide button.navbar-toggle {
	background:#fec44a;
	border:1px solid #fec44a;
}

#nav a.Hide button.navbar-toggle .icon-bar {
	background:white;
}


#nav > a {
}
#nav:not( :target ) > a:first-of-type, #nav:target > a:last-of-type {
	display: block;
}

#nav ul {
	list-style: none;
	padding:0px;
	margin-bottom: 20px;
	width:100%;
}

#nav > a{
    display: none;
}

#nav li {
	position: relative;
	display:block;
}
	 
    /* first level */
    
#nav > ul {
	height: auto;
	display: none;
	position: absolute;
	left: 0;
	top: 37px;
	z-index:1000;
	background: #124a69;
	margin-top: 10px;
	padding-top: 10px;
}

#nav:target > ul {
    display: block;
}

#nav > ul > li {
    width: 100%;
    float: none;
    padding: 5px 15px 0;
    text-align: left;
    position: relative;
    display: block;
    border-bottom: 1px solid white;
}

#nav > ul > li:last-child {
    border-bottom: none;
}
		
#nav > ul > li > a, #nav > ul > li > a:visited {
	padding:0 5px;
	font-family: 'DINCondensed-Bold', arial, sans-serif;
    font-size: 1.3em;
    font-weight: 100;
	line-height: 40px;
	text-transform:uppercase;
	color: #fec44a;
	text-decoration: none;

}
		 
		
#nav > ul > li > a:hover {
	text-decoration: none;
	color: white;	
}
 
#nav li ul {
	display: none;
	position: static;
	width:100%;
}

#nav li:hover ul {
	display: block;
	margin:0;
	padding:0;
}

#nav li ul li a, #nav li ul li a:visited {
	color: #fec44a;
	padding: 10px 15px 5px;
	font-size:1.2em;
	display:block;
	font-family: 'DINCondensed-Bold', arial, sans-serif;
	text-decoration: none;
}

#nav li ul li a:hover {
	color: white;
	text-decoration: underline;
}

#nav span.visible-xs.navbar-brand {
    color: white;
}

.homeimage{
	background: url(../images/MainImage.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	background-position: 50% 0%;
	padding: 50px 15px 50px;
	margin-bottom: 100px;
}

.intro h1{
	text-align: center;
	font-family: 'Lobster', cursive;
	color: white;
	font-size: 1.8em;
	text-shadow: 1px 1px 10px #000;
	margin: 0 0 20px 0
}

.intro2{
	text-align: center;
	color: white;
	font-family: 'DINCondensed-Bold', arial, sans-serif;
	font-size: 4em;
	text-shadow: 1px 1px 10px #000;
	line-height: 1em;
}

.homebuttons {
    text-align: center;
    margin-top: 20px;
}

.homebuttons a.btn, .homebuttons a.btn:visited {
    color: white;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid white;
    border-radius: 20px;
    font-size: 1em;
    padding: 5px 20px;
    background: transparent;
   text-decoration: none;
}

.homebuttons a.btn:hover {
    border: 1px solid #fec44a;
    background: #fec44a;
}

.screengallery {
    margin-top: -50px;
    margin-left: 15px;
}

.screengallery a, .screengallery a:visited {
    color: #fec44a;
}

.screengallery .bx-wrapper .bx-viewport {
    border: none;
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;

}


#bx-pager {
    margin-top: -30px;
    text-align: center;
}
#bx-pager a {
    margin: 0 3px;
}
#bx-pager a img {
    border: 1px solid #ccc;
    padding: 3px;
		width: 20% !important;
}
#bx-pager a:hover img, #bx-pager a.active img {
    border: 1px solid #5280dd;
}

.yellowback .bx-wrapper .bx-viewport{
	background: none;
	border: none;
	box-shadow: none;
	width: 70%;
	overflow: visible !important;
	}
	
ul.bxslider2 {
    padding: 0;
}

.next{
	text-align: center;
	margin-bottom: 100px;
	}
	
.next h4, .fresh h4{
	color: #fec44a;
	}

.next h4, .next h5{
	margin: 0;
	}

.next h6 {
	margin: 20px 0 0;
}

.centerbutton {
    text-align: center;
}

.featured{
	background-color: #f1f2f2;
	margin-top: 60px;
	text-align: center;
	padding: 0px 0 40px 0;
}

.featured p {
    font-size: 1.2em;
    color: #6d6d6d;
}

.featured h4{
	margin: 30px 0 10px;
	}
	
.featured img{
	margin-top: 50px;
	}

.fresh{
	padding: 40px 0px 60px;
	background: url(../images/bluebackground.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	text-align: center;
	font-family: 'DINCondensed-Bold', arial, sans-serif;
}	

.fresh h3{
	color: white;
	}

.freshcopy {
    color: white;
    font-size: 2em;
    padding: 0 15px 0;
    line-height: 1.3em;
    margin: -20px 0 40px;
}

.freshcopy a, .freshcopy a:visited{
	color: #fec44a;
	text-decoration: underline;
	}
	
ul.package {
    list-style: none;
    color: white;
    margin-top: 40px;
    padding: 0;
}

ul.package li {
    display: block;
    width: 100%;
    font-size: 1.9em;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.yellow{
	background-color: #fec44a;
	color: #055785;
	text-align: center;
	padding: 40px 0 40px;
}

.yellowback h3{
	margin-top: 0;
	font-size: 2em;
	}
	
.yellow h4 {
    margin-top: -25px;
    font-size: 2.3em;
}

.yellowback{
	background: url(../images/screenbackground.jpg);
	height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    text-align: center;
    position: relative;
    display: flex;
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  	display: -ms-flexbox;  /* TWEENER - IE 10 */
  	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    align-items: center;
}

.container-fluid.quotes {
    margin-bottom: -50px;
}

#rotate{
	width: 100%
}

.yellowback h3, .yellowback p{
	color: #055785;
	display: block;
	}
	
.quote {
    width: 70%;
    margin: 0 auto;
    padding: 25px 0 10px;

}

	
.footerdemo.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}

input#getUserEmail {
    display: none;
}

input#submit {
    color: white;
    background: #fec44a;
    border: 1px solid #fec44a;
    box-shadow: none;
    text-transform: uppercase;
    font-family: 'open sans', arial, sans-serif;
}

ul.footerlinks {
    list-style: none;
    padding: 0;
    margin: 30px 0 30px;
}

ul.footerlinks li {
    display: inline-block;
    width: 23.8%;
    text-align: center;
}

ul.footerlinks li a, ul.footerlinks li a:visited{
	color: white;
	font-family: 'DINCondensed-Bold', arial, sans-serif;
	font-size: 1.4em;
	text-decoration: none;
}

ul.footerlinks li a:hover{
	text-decoration: none;
	color: #fec44a;
}



ul.social {
    list-style: none;
    margin-top: 20px;
    padding: 0px;
    display: block;
    text-align: center;
}

ul.social li {
    display: inline-block;
}

ul.social li a{
	margin: 0 2px;
	font-size: .0001em;
	color: #003337;
	width: 27px;
	height: 27px;
	position: relative;
	display: block;
	}
	
ul.social li a span {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    
}

ul.social li a.twitter span, ul.social li a#twitter span {
    background: url(../images/twitter.png);
    background-repeat: no-repeat;
}
	
ul.social li a.linked_in span, ul.social li a#linked_in span {
    background: url(../images/linkedin.png);
    background-repeat: no-repeat;
}

ul.social li a.facebook span, ul.social li a#facebook span {
    background: url(../images/facebook.png);
    background-repeat: no-repeat;
}

ul.social li a.tumblr span, ul.social li a#tumblr span {
    background: url(../images/tumblr.png);
    background-repeat: no-repeat;
}

ul.social li a.gplus span, ul.social li a#gplus span {
    background: url(../images/googleplus.png);
    background-repeat: no-repeat;
}

ul.social li a.instagram span, ul.social li a#instagram span {
    background: url(../images/instagram.png);
    background-repeat: no-repeat;
}

ul.social li a.pinterest span, ul.social li a#pinterest span {
    background: url(../images/pinterest.png);
    background-repeat: no-repeat;
}

ul.social li a.youtube span, ul.social li a#youtube span {
    background: url(../images/youtube.png);
    background-repeat: no-repeat;
}

.page_header{
	background-color: #fec44a;
	padding: 5px 0;
	margin: 0 0 70px;
}

.page_header.no-margin{
	margin:0;
}

.page_label{
	text-align: center;
	padding: 0 15px;
}

.centertext {
    text-align: center;
}

.label_small {
    font-family: 'DINCondensed-Bold', arial, sans-serif;
    font-size: 1.8em;
    color: #055785;
    border-bottom: 2px solid #055785;
    display: inline-block;
    margin-bottom: 10px;
}

.seo .label_small{
	margin-top: 30px
}

.label_largeblue {
    font-family: 'DINCondensed-Bold', arial, sans-serif;
    font-size: 1.8em;
    border-bottom: 2px solid white;
    display: inline-block;
    margin-top: 30px;
}

.label_largeyellow {
    font-family: 'DINCondensed-Bold', arial, sans-serif;
    font-size: 1.8em;
    border-bottom: 2px solid #055785;
    display: inline-block;
    margin-top: 30px;
}

.label_small p, .label_largeblue p, .label_largeyellow p {
    margin: 0;
}

.use{
	margin: 75px 0;
	color: white;
	background: url(../images/MouseBackground.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: 30%;
}

.use h2{
	color: white;
	}

.blue_box {
    background: transparent;
}


.box_padding {
    text-align: center;
    padding: 15px 15px 50px;
}

ul.use_list {
    padding: 0;
    margin: 0;
    text-align: left;
    font-family: 'DINCondensed-Bold', arial, sans-serif;
    font-size: 1.5em;
    list-style: none;
    text-align: center;
}

.use_features{
	margin-top: 30px;
}

.support{
	margin: 75px 0;
	color: #055785;
	background: url(../images/ScrewdriverBackground.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 40%;
}

.support a.btn, .support a.btn:visited {
    background: #055785;
}

.support a.btn:hover {
    background: #044367;
    color: white;
}

.featuredapps {
    color: #055785;
    font-family: 'DINCondensed-Bold', arial, sans-serif;
    font-size: 1.5em;
    display: block;
    border-top: 1px solid #055785;
    border-bottom: 1px solid #055785;
    padding: 10px 0 5px;
    margin: 20px 0 30px;
    display: inline-block;
}

.featuredapps p {
    margin: 0;
}

.contact {
	padding-bottom: 70px;
	}
	
.contactcopy {
    text-align: center;
}

.contactcopy h5{
	margin-bottom: 0;
	}

.apps_intro {
    font-family: 'DINCondensed-Bold', arial, sans-serif;
    text-align: center;
    font-size: 2em;
    color: #055785;
    padding: 25px 15px 75px;
    line-height: 1.2em;
}


button.learn {
    color: #fec44a;
    background: none;
    border: none;
}

button.learn2{
	color: #055875;
	background: none;
    border: none;
}

.dropdown-menu{
	padding: 5px 10px;
	font-size: .9em;
	color: #055785;
	background: #eee;
}

.dropdown-menu h6 {
    border-bottom: 1px solid #055785;
    padding-bottom: 5px;
    display: inline-block;
}

.dropdown-menu.featured_dropdown {
    width: 200px;
    left: 35%;
}
	
.gall {
    text-align: center;
    margin-bottom: 50px;
}

.gall img {
    box-shadow: 1px 1px 7px 1px #777;
}

.gall h4{
	font-size: 3em;
	margin-top: 30px
}

span.supportbar {
    font-family: 'DINCondensed-Bold', arial, sans-serif;
    color: #055785;
    font-size: 2em;
    background: #fec44a;
    margin-left: -20px;
    padding: 15px 0 5px 30px;
    width: 70%;
    display: inline-block;
    text-align: left;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.system p{
	text-align: center;
	}

.system img {
    position: relative;
    padding-bottom: 20px;
    z-index: 100;
}

.doc_accordion h3 {
    color: #e1611f;
    text-transform: uppercase;
    font-family: 'DINCondensed-Bold', arial, sans-serif;
    font-size: 1em;
}

.doc_accordion h5 {
    color: #055785;
    font-size: 1.3em;
    font-family: 'DINCondensed-Bold', arial, sans-serif;
    margin-bottom: 0;

}

.doc_accordion a.collapsed:hover {
    text-decoration: none;
}

.doc_accordion ul {
    list-style: none;
    padding-left: 10px;
}

.doc_accordion ul li {
    font-family: 'helvetica-lightregular', arial, sans-serif;
    font-size: 1em;  
    padding-bottom: 10px;
}

.doc_accordion ul li a, 
.doc_accordion ul li a:visited {
    color: #055785;
}

.doc_accordion ul li a:hover {
    color: #fec44a;
    text-decoration: none;
}

.docmenu{
	background: #fbfbfb;
	padding-top: 20px;
}

.docmenu a, .docmenu a:visited {
    text-decoration: none;
}

.doc_accordion .panel-default>.panel-heading {
    background: none;
}

.doc_accordion .panel-heading{
	padding: 1px 15px;
	border: none;
}

.doc_accordion .panel-group .panel, .doc_accordion .panel{
	border: none;
	box-shadow: none;
	background: none;
}

.doc_accordion .panel-body {
    padding-bottom: 0;
}

.panel-group .panel-title a.collapsed span.glyphicon::before {
    content: "\e113";
}

.panel-group .panel-title a span.glyphicon::before {
    text-decoration: none;
    content: "\e114";
    display: inline-block;
}

.panel-group .glyphicon {
    float: right;
}

.app_label + .block ul li {
    color: #055785;
    font-size: 1.2em;
}

.app_label{
	border-bottom: 1px solid #055785;
	margin-bottom: 30px;
}

.app_slideshow img {
    vertical-align: top;
}


.app_gallery h3 {
    text-align: center;
    font-size: 7.5vw;
    text-shadow: 1px 1px 1px black;
	margin-bottom: 0;
}

.app_hover {
    POSITION: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    height: 100%;
    bottom: 0;
    margin: auto;
    visibility: hidden;
    background: rgba(0,0,0,.5);
    display: flex;
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  	display: -ms-flexbox;  /* TWEENER - IE 10 */
  	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    align-items: center;
}


.app_gallery .col-sm-4, .app_gallery .col-sm-6, .app_gallery .col-sm-7, .app_gallery .col-sm-5, .app_gallery col-xs-12{
    padding: 0;
}


.app_activity {
    background: url(../../assets/images/app_page/activity_log.jpg) no-repeat;
    background-size: cover;
    background-position-y: 100%;
}

.app_analytics {
    background: url(../../assets/images/app_page/analytics.jpg) no-repeat;
    background-size: cover;
    background-position-y: 100%;
}

.app_blog {
    background: url(../../assets/images/app_page/blog.jpg) no-repeat;
    background-size: cover;
    background-position-y: 100%;
}


.app_data {
    background: url(../../assets/images/app_page/data.jpg) no-repeat;
    background-size: cover;
    background-position-y: 100%;
}

.app_events {
    background: url(../../assets/images/app_page/event.jpg) no-repeat;
    background-size: cover;
    background-position-y: 100%;
}

.app_featured {
    background: url(../../assets/images/app_page/featured.jpg) no-repeat;
    background-size: cover;
    background-position-y: 100%;
}

.app_file {
    background: url(../../assets/images/app_page/file.jpg) no-repeat;
    background-size: cover;
    background-position: 0% 100%;
}

.app_global {
    background: url(../../assets/images/app_page/global.jpg) no-repeat;
    background-size: cover;
    background-position-y: 100%;
}

.app_image {
    background: url(../../assets/images/app_page/image.jpg) no-repeat;
    background-size: cover;
    background-position-y: 100%;
}

.app_inventory {
    background: url(../../assets/images/app_page/inventory.jpg) no-repeat;
    background-size: cover;
    background-position-y: 100%;
}

.app_map {
    background: url(../../assets/images/app_page/map.jpg) no-repeat;
    background-size: cover;
    background-position-y: 100%;
}

.app_menu2 {
    background: url(../../assets/images/app_page/menu.jpg) no-repeat;
    background-size: cover;
    background-position-y: 100%;
}

.app_news {
    background: url(../../assets/images/app_page/news.jpg) no-repeat;
    background-size: cover;
    background-position-y: 100%;
}

.app_page {
    background: url(../../assets/images/app_page/page.jpg) no-repeat;
    background-size: cover;
    background-position-y: 100%;
}

.app_popup {
    background: url(../../assets/images/app_page/popup.jpg) no-repeat;
    background-size: cover;
    background-position-y: 100%;
}

.app_search {
    background: url(../../assets/images/app_page/search.jpg) no-repeat;
    background-size: cover;
    background-position-y: 100%;
}

.app_seo {
    background: url(../../assets/images/app_page/seo.jpg) no-repeat;
    background-size: cover;
    background-position-y: 40%;
}

.app_slideshow2 {
    background: url(../../assets/images/app_page/slideshow.jpg) no-repeat;
    background-size: cover;
    background-position-y: 100%;
}

.app_staff {
    background: url(../../assets/images/app_page/staff.jpg) no-repeat;
    background-size: cover;
    background-position-y: 100%;
}

.app_store {
    background: url(../../assets/images/app_page/store.jpg) no-repeat;
    background-size: cover;
    background-position-y: 100%;
}

.app_task {
    background: url(../../assets/images/app_page/task.jpg) no-repeat;
    background-size: cover;
    background-position-y: 100%;
}

.app_admin {
    background: url(../../assets/images/user_admin/admin.jpg) no-repeat;
    background-size: cover;
    background-position-y: 100%;
}

.app_testimonial {
    background: url(../../assets/images/testimonial_manager/testimonial.jpg) no-repeat;
    background-size: cover;
    background-position-y: 100%;
}

.app_brand {
    background: url(../../assets/images/brand_style_guide/brand.jpg) no-repeat;
    background-size: cover;
    background-position-y: 100%;
}

.app_gallery a {
    text-decoration: none;
}

.img-border img{
	width: 50px;
}

.app_gallery h6{
	margin-top: 0;
	color: white;
	text-shadow: 1px 1px 1px black;
}

.app_demo {
    background: #fec44a;
    text-align: center;
    padding: 34px 15px 20px;
}

.app_demo a{
	text-decoration: underline;
}

.app_demo h4{
	margin: 0;
	font-size: 3em;
}

.app_demo a:hover {
    color: white;
}

.form-horizontal .control-label {
    color: #055785;
    font-weight: 700;
}

.hosting .checkbox {
    display: inline-block;
}

.checkbox.yes{
	margin-right: 5px;
}

.quote_form input#submit {
    float: none;
}

.form-group.center{
	text-align: center;
}

.docsearch button.btn.btn-default {
    background: none;
    border: none;
    box-shadow: none;
    color: #055785;
}

form.form-inline.docsearch {
    float: right;
}

.docsearch input#search {
    padding: 10px;
}

.doc_body h6{
	font-size: 4em;
}

.doc_body h6:first-child {
    font-size: 2.3em;
}

.doc_body h5{
	color: #055785;
	font-size: 1.5em;
	margin: 15px 0 0;
	text-transform:uppercase;
}

.doc_body h5 strong {
    font-size: 1.8em;
    color: #055785;
    text-transform: uppercase;
}

.doc_body strong {
    color: #055785;
}

.doc_body img {
    box-shadow: 2px 2px 10px 0px #777;
}

#article_icon {
    box-shadow: none;
    margin-right: 10px !important;
}

.doc_body h4 {
    background: #055785;
    color: white;
    display: inline-block;
    padding: 10px 10px 5px;
    font-size: 1.5em;
}

hr {
    border-top: 1px solid #ccc;
}

.system_accordion h4 {
    background: none;
    padding: 0;
}

.system_accordion .panel-default>.panel-heading {
    background: none;
    padding: 0 10px;
}

.system_accordion .panel {
    border: none;
    box-shadow: none;
}

.container-fluid.app_gallery {
    margin-bottom: -49px;
}

#siteAlert {
    background: url(../images/alertBG.png);
	background-repeat: repeat;
	  -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:10000;
}
.alertBox {
	vertical-align: middle;
	position:fixed;
	 position: fixed;
	top: 50%;
	left: 50%;
	/* bring your own prefixes */
		transform: translate(-50%, -50%);
	width: 90%;
	height: auto;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 20px;
	background: white;
	opacity: 1;
	z-index: 3;
	color:#fff;
}

a.alertClose {
	float:right;
	width:37px;
	height:37px;
	position:relative;
	margin: -15px -15px 0 0;
}

a.alertClose span {
	position:absolute;
	width:37px;
	height:37px;
    background: url(../images/alertClose.png);
}

.alertDismiss {
	background:#eee;
	padding:15px;
	text-align:center;
	margin:15px 0 0 0;
}

.alertDismiss a, .alertDismiss input#remember {
	margin: 5px;
}

.page_header h2 {
	font-size:2em;
}



.app-container.activity{
	background: url(../../assets/images/activity_app/activity-header.jpg) center no-repeat;
	background-size: cover;
}

.app-container.analytics{
	background: url(../../assets/images/analytics_app/analytics-header.jpg) center no-repeat;
	background-size: cover;
}

.app-container.blog{
	background: url(../../assets/images/blog_app/blog-header.jpg) center no-repeat;
	background-size: cover;
}

.app-container.brand{
	background: url(../../assets/images/brand_style_guide/brand-header.jpg) center no-repeat;
	background-size: cover;
}

.app-container.data{
	background: url(../../assets/images/data_app/data-header.jpg) center no-repeat;
	background-size: cover;
}

.app-container.events{
	background: url(../../assets/images/events_app/event-header.jpg) center no-repeat;
	background-size: cover;
}

.app-container.featured-app{
	background: url(../../assets/images/featured_app/featured-header.jpg) center no-repeat;
	background-size: cover;
}

.app-container.file{
	background: url(../../assets/images/file_app/file-header.jpg) center no-repeat;
	background-size: cover;
}

.app-container.global{
	background: url(../../assets/images/global_app/global-header.jpg) center no-repeat;
	background-size: cover;
}

.app-container.image{
	background: url(../../assets/images/image_app/image-header.jpg) center no-repeat;
	background-size: cover;
}

.app-container.inventory{
	background: url(../../assets/images/inventory_app/inventory-header.jpg) center no-repeat;
	background-size: cover;
}

.app-container.map{
	background: url(../../assets/images/map_app/map-header.jpg) center no-repeat;
	background-size: cover;
}

.app-container.menu{
	background: url(../../assets/images/menu_app/menu-header.jpg) center no-repeat;
	background-size: cover;
}

.app-container.moderate{
	background: url(../../assets/images/content_moderation/moderation-header.jpg) center no-repeat;
	background-size: cover;
}

.app-container.news{
	background: url(../../assets/images/news_app/news-header.jpg) center no-repeat;
	background-size: cover;
}

.app-container.page{
	background: url(../../assets/images/page_app/page-header.jpg) center no-repeat;
	background-size: cover;
}

.app-container.popup{
	background: url(../../assets/images/popup_app/popup-header.jpg) center no-repeat;
	background-size: cover;
}

.app-container.predictive{
	background: url(../../assets/images/search_app/search-header.jpg) center no-repeat;
	background-size: cover;
}

.app-container.seo{
	background: url(../../assets/images/seo_app/seo-header.jpg) center no-repeat;
	background-size: cover;
}

.app-container.slideshow{
	background: url(../../assets/images/slideshow_app/slideshow-header.jpg) center no-repeat;
	background-size: cover;
}

.app-container.staff{
	background: url(../../assets/images/staff_app/staff-header.jpg) center no-repeat;
	background-size: cover;
}

.app-container.store{
	background: url(../../assets/images/store_app/store-header.jpg) center no-repeat;
	background-size: cover;
}

.app-container.task{
	background: url(../../assets/images/task_app/task-header.jpg) center no-repeat;
	background-size: cover;
}

.app-container.testimonial{
	background: url(../../assets/images/testimonial_manager/testimonial-header.jpg) center no-repeat;
	background-size: cover;
	background-position: left;
}

.app-container.user{
	background: url(../../assets/images/user_admin/user-header.jpg) center no-repeat;
	background-size: cover;
}






.app-container{
	padding: 30px 15px;
	margin-bottom: 100px;
}

.app-container .dropdown {
	display:block;
}

.app-container h1 {
    color: white;
    text-shadow: 1px 1px 2px black;
    font-size: 13vw;
}

.app-container .btn.btn-default {
    background: rgba(255,255,255,.8);
    border: none;
    color: #055785;
}

.app-container .open>.dropdown-toggle.btn-default.focus, .app-container .open>.dropdown-toggle.btn-default:focus, .app-container .open>.dropdown-toggle.btn-default:hover {
    color: white;
    background-color: #055785;
}

.app-container ul.dropdown-menu{
	width:208.59px;
	padding:10px 0;
	background: #f9f9f9;
	right:0;
	margin: 2px auto 0;
	height: 211px;
    overflow: scroll;
}

.app-container ul.dropdown-menu li a{
	padding:5px 0px;
	text-decoration:none;
	display:block;
}

.app-container ul.dropdown-menu li a:hover {
    background: #055785;
    color: white;
}

.app-container ul.dropdown-menu li a:hover img {
   box-shadow: none;
}

.app-container img {
    margin-right: 10px !important;
    box-shadow: 1px 1px 2px lightgrey;
}

.app-copy{
	color:#055785;
	font-size: 1.6em;
	line-height:1.6em;
}

.app-intro{
	margin-bottom:100px;
}



span.glyphicon.glyphicon-ok-sign {
    color: #055785;
    font-size: 3em;
}

.app-highlight h3 {
    color: #055785;
    font-size: 1em;
    font-family: inherit;
    margin: 0;
}

.app_slideshow ul a.fancybox-effects-c {
    margin: 15px 5px !important;
    box-shadow: 0 0 7px 0 #3D3D3D;
}

.app_slideshow ul a.fancybox-effects-c {
    text-align: center;
    width: 250px;
    height: 150px;
    display: inline-block;
    overflow: hidden !important;
}

.app_slideshow a.fancybox-effects-c img {
    width: auto;
    box-shadow:none;
}

.app_slideshow{
	margin:100px 0;
}

.app-icon-btm{
	display:none;
}

.app-buttons a.btn.btn-default{
	margin-bottom:10px;
}

.app-features {
    background: #055785;
    margin-bottom:25px;
    position:relative;
    height:50px;
}

.check {
    position: absolute;
    top: -2px;
    width: 100%;
    text-align: center;
}

.app-features h4 {
    color: white;
    margin-bottom: 0;
    font-size: 3em;
    display: inline-block;
}

.check img {
    position: relative;
    top: -13px;
    width:75px;
}

.highlight-container {
    padding-top: 20px;
    padding-bottom: 10px;
}

.highlight-container:nth-child(even) {
    background: #f3f3f3;
}

.navbar-brand {
    background: url(../images/HIABlogo-mobile.png) no-repeat;
    width: 58px;
    height: 53px;
    background-size: 61%;
    padding: 0 !important;
    margin: 8px 0 0 10px;
}	

.screen {
    height: 100%;
    background: rgba(0,0,0,.3);
    position:relative;
}

.gallery h2{
	color:white;
}

.bdch{
	background: url(../images/bdch-background.jpg) no-repeat;
	height:100%;
	background-size:cover;
	margin:0;
	background-position: 50% 50%;
}

.centerline{
	background: url(../images/centerline-background.jpg) no-repeat;
	height:100%;
	background-size:cover;
	margin:0;
	background-position: 22% 50%;
}	

.healthfirst{
	background: url(../images/healthfirst-background.jpg) no-repeat;
	height:100%;
	background-size:cover;
	margin:0;
	background-position: 50% 50%;
}

.jsm{
	background: url(../images/jsm-background.jpg) no-repeat;
	height:100%;
	background-size:cover;
	margin:0;
	background-position: 50% 50%;
}

.bdch{
	background: url(../images/beaverdam-background.jpg) no-repeat;
	height:100%;
	background-size:cover;
	margin:0;
	background-position: 50% 50%;
}

.verona{
	background: url(../images/verona-background.jpg) no-repeat;
	height:100%;
	background-size:cover;
	margin:0;
	background-position: 50% 50%;
}

.centerline-web{
	background: url(../images/centerline-main.jpg) no-repeat;
	height:100%;
	background-size:cover;
	background-position: 60% 50%;
}

.verona-web{
	background: url(../images/verona-main.jpg) no-repeat;
	height:100%;
	background-size:cover;
	background-position: 50% 50%;
}

.healthfirst-web{
	background: url(../images/healthfirst-main.jpg) no-repeat;
	height:100%;
	background-size:cover;
	background-position: 50% 50%;
}

.bdch-web{
	background: url(../images/bdch-main.jpg) no-repeat;
	height:100%;
	background-size:cover;
	background-position: 50% 50%;
}

 .jsm-web{
	background: url(../images/jsm-main.jpg) no-repeat;
	height:100%;
	background-size:cover;
	background-position: 50% 50%;
}

.box_padding a.btn.btn-primary, .gallery-title a.btn.btn-primary {
    background: none;
    border: 1px solid white;
    width:165px;
    display:inline-block;
}

.blue_box .box_padding a.btn.btn-primary:hover, .gallery-title a.btn.btn-primary:hover {
    background: white;
    color: #055785 !important;
}

.yellow_box .box_padding a.btn.btn-primary:hover {
    background: white;
    color: #fec44a !important;
}

.page_header.no-margin{
	margin:0;
}

.gallery .gallery-box {
    opacity:.9;
    position:absolute;
    top: 50%;
    left:0;
    right:0;
  	transform: translateY(-50%);
}

.gallery-row{
	position:relative;
}

.gallery-row .col-sm-6.col-lg-3{
	padding:0;
}

.gallery-row .screen {
    position: absolute;
    top: 0;
    width: 100%;
}

.gallery-title {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.gallery-row h4 {
    margin: 0;
    color: white;
    text-shadow: 1px 1px 1px black;
    padding:0 15px;
}

.gallery-header h3 {
    margin: 0;
    color: white;
    text-align: center;
    padding: 0 15px;
    font-size:4em;
}

.gallery-header {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}

.gallery-header h6 {
    color: white;
    background: rgba(5,87,133,.8);
    display: inline-block;
    padding: 20px 20px 15px;
    font-family: 'helvetica-lightregular'
}

.fa{
	color: #055785;
}

.view-icons, .icon-margin{
	margin-top:50px;
}

.view-icons a {
    text-decoration: none;
}

.gallery-info h5 {
    color: #055785;
}

.view-icons .tooltip-inner {
    background-color: white;
    padding: 15px;
    border: 1px solid #055785;
}

.screengallery.contactgallery {
    margin: 50px 0 0 18%;
}

.contact_form .formgroup {
    background: #f7f7f7;
    padding: 25px 25px 25px 0;
}

.tour {
    background: url(../images/balloons.jpg) no-repeat center;
    background-size: cover;
}

.footer-screen {
    padding: 60px 0 50px;
    background: rgba(5,87,133,.25);
    position:relative;
}

.tour h5 {
    color: white;
    font-size: 4em;
    margin:0;
}

.copyright {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: white;
    font-size: .8em;
}

.copyright a{
	color:white;
}

.circ {
    border-radius: 50%;
    box-shadow: 2px 2px 2px grey;
    display: inline-block;
    width: 125px;
    height: 125px;
    padding: 25px 15px 15px;
    position: relative;
    margin: -62px 0 0 15px;
    background: white;
}

.circ img {
    position: absolute;
    top: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.footer-promo {
    display: inline-block;
    color: #055785;
    font-size: 1.2em;
    position: relative;
    padding: 15px;
}

.footer-bottom{
	position:relative;
	margin-bottom: 25px;
}

.grecaptcha-badge {
    display: none;
}

.homebuttons h2 {
    color: white;
    text-transform: none;
    font-family: inherit;
    font-size: 1em;
    margin: 0;
}

.homebuttons a {
    color: #fec44a;
}

.next h5{
	font-family: 'DINCondensed-Bold', arial, sans-serif;
    font-size: 4em;
    color: #055785;
}

.fresh h5{
	font-family: 'DINCondensed-Bold', arial, sans-serif;
    font-size: 4em;
    color: #fec44a;
}

.yellow h5{
	font-family: 'DINCondensed-Bold', arial, sans-serif;
    font-size: 4em;
    color: #055785;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
h1 {
    font-size: 8.8em;
}

.box_padding h2{
    font-size: 4em;
}

header{
	padding-bottom: 20px;
}

.logo_container {
    display:block;
}

.center_label{
	text-align: left;
	}
	
.demoheader {
    width: 100px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin: 0;
    display:block;
}

.utilities{
	margin: 10px 0 0px;
	float: right;
}

.center{
	text-align: left;
}

#nav{
	position:relative;
	width: 100%;
	display:table;
	background:none;
	border:none;
	height:auto;
}
 
#nav:target > ul {
    display: table-row;
}

#nav > ul {
	margin-top: 0px;
	padding: 0;
	top:0;
	display:table-row;
	width: 100%;
	background: transparent;
	position:relative;
	width: 100%;
	border-collapse: collapse;
	color:#267898;
	margin-bottom: 0px;
	min-height:37px;
}

#nav > ul > li {
    position: relative;
    display: table-cell;
    padding: 35px 0 0;
    border-bottom: none;
    text-align: center;
	width:auto;
}
		
#nav > ul > li > a, #nav > ul > li > a:visited {
	line-height: 1.1em;
	font-size: 1.7em !important;
	display: inline-block;
	border-top: 3px solid #055785;
	padding-top: 15px;
}

#nav > ul > li > a:hover {
	color: #fec44a;
	border-top: 3px solid #fec44a;
}

#nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	left:0px;
	width: 100%;
	z-index: 1000;
	padding:10px;
}

#nav li:hover ul {
    display: block;
}
		
#nav li ul li {
    text-align:left;
}
	
#nav li ul li a, #nav li ul li a:visited {
    color: #055785 !important;
}

#nav li ul li a:hover {
    color: white !important;
}
	
#nav > ul > li > ul > li > a {
	line-height: 1.3em;
	color:black;
	text-decoration:none;
	border-bottom:1px solid black;
}

#nav > ul > li > ul > li:last-child > a {
	border-bottom: none;
}

#nav > ul > li > ul > li > a:hover {
	color:white;
	background:#fec44a;
	text-decoration: none;
}

.homeimage{
	padding: 100px 15px 100px;
}

.intro h1{
	font-size: 4.3em;
	margin: 0 0 20px 0
}

.intro2{
	font-size: 9em;
	margin-bottom: -30px;
}

.homebuttons a.btn, .homebuttons a.btn:visited {
    padding: 5px 50px;
    font-size: 1.5em;
    margin: 0 10px;
}



ul.package li {
    display: inline-block;
    width: 33%;
}

.sixamlogo {
    margin: 0 0 20px;
}

.sixamcopy {
    color: white;
    font-size: .9em;
    text-align: left;
}

ul.footerlinks {
    padding-left: 20px;
    margin: 0;

}

ul.footerlinks li {
    display: block;
    width: 100%;
    text-align: left;
}

.footerbar {
    text-align: left;
}

ul.social {
    margin: 0;
    float: right;
}

.page_header{
	padding: 10px 0;
}

.page_header h2 {
	font-size:3em;
}

.box_padding {
    padding: 50px;
}

.blue_box {
    background: #055785;
    opacity:.9;
}



.yellow_box {
    background: #fec44a;
    opacity:.9;
}

.use{
	background-position-x: 36%;
	}

ul.use_list {
    list-style: inherit;
    text-align: left;
}

.apps_intro {
    font-size: 3em;
}


.dropdown-menu.menu {
    left: -50px;
}

span.supportbar {
    width: 67%;
}


.app_gallery h3 {
    font-size: 3.5vw;
}


a.applink:hover .hide_app, a.applink:hover h3, a.applink:hover h6 {
    visibility: hidden;
}

a.applink:hover .app_hover {
    visibility: visible;
}

.app_hover .btn {
    background: none;
    color: white;
    font-size: 1.5em;
    margin: 0 auto;
    border: 1px solid white;
    padding: 20px 40px;
}

.app_hover .btn:hover {
    background: #fec44a;
    border: 1px solid #fec44a;
}

.img-border{
	border: 2px solid white;
}

.app_featured.img-border, .app_slideshow2.img-border {
    padding-top: 19%;
    padding-bottom: 14.5%;
}

#bx-pager a img {
		width: 10% !important;
}

.alertBox {
	width: 50%;
}

.app-container{
	padding: 50px 15px;
}

.app-container h1 {
    color: white;
    text-shadow: 2px 2px 18px black;
    font-size: 9vw;
}

.app-container h1 {
    font-size: 9vw;
}

.app-container ul.dropdown-menu{
	width:640px;
	height: auto;
	overflow: auto;
}

.app-container ul.dropdown-menu li a{
	padding:5px 10px;
}

.app-container h1 {
    font-size: 9vw;
}

.app-icon-btm{
	width:75px;
	display:inline-block;
	margin:0 15px;
}

.check {
    top: -16px;
}

.check img {
    width:auto;
    top: -21px;
}

.app-features h4 {
    font-size: 5em;
}

.app-features {
    height:125px;
    margin-bottom:100px;
}

.app-highlight h3 {
    margin-top: 15px;
    font-size:1.3em;
}

.gallery .box_padding h2 {
	font-size:3.5em;
}

.gallery-header h3 {
    font-size:5em;
}

.tooltip{
	opacity:1 !important;
}

.desktop-view .tooltip, .desktop-view .tooltip-inner{
	min-width:500px !important;
}

.tablet-view .tooltip, .tablet-view .tooltip-inner{
	min-width:300px !important;
}

.phone-view .tooltip, .phone-view .tooltip-inner{
	min-width:200px !important;
}

.icon-margin{
	margin-top:0;
}

.tour h5 {
    font-size: 6em;
}

.circ {
    margin: -62px 0 0 50px;
}	

.footer-promo {
    position: absolute;
    left: 180px;
}

.mobile-hide{
	display:block;
}

.homebuttons h2 {
    font-size: 1.3em;
}

.next h5, .fresh h5, .yellow h5{
    font-size: 8.8em;
}

.yellow h5{
	margin-top: 20px;
}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
a.logo{
	width:300px;
	height:89px;
	}
	
a.logo span {
	background: url(../images/HIABlogo.png) no-repeat;
	width:300px;
	height:89px;
	background-size:100%;
	bottom:-20px;
}

#nav > ul > li {
    padding: 45px 0 0;
}

.logo_container {
    margin-top: 0px;
}

.screengallery {
    margin-left: 0px;
}

.next{
	margin-bottom: 0;
	}


.featured{
	padding: 60px 0 40px 0;
}

.next{
	text-align: left;
	margin-top: 0;
	}
	
.featured img{
	margin-top: 0px;
	}
	
.freshcopy {
    padding: 0 150px 0;
}

ul.package{
	background: #fec44a;
    color: #055785;
	}

ul.package li {
    width: 16.4%;
    text-transform: initial;
    padding: 10px 0 5px;
    border-left: 1px solid #055785;
}

ul.package li:first-child {
    border-left: none;
}

.footer_logo{
	margin: 0;
}

ul.footerlinks {
    list-style: none;
    padding-left: 40px;
}

.sixamlogo {
    margin-bottom: 0px;
}

.seo .label_small{
	margin-top: 0px
}

.dropdown-menu.menu {
    left: 0px;
}

.app_gallery h6{
	font-size: 1.8em;
}

.gallery .box_padding h2 {
	font-size:4em;
}

.gallery .gallery-box {
    position:relative;
    top: 0;
  	transform: translateY(0%);
}

.gallery-header h3 {
    font-size:6em;
}

.view-icons{
	margin-top:0;
}

.icon-margin{
	margin-top:25px;
}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
span.supportbar {
    font-size: 2.5em;
    width: 75%;
}

.app-highlight h3 {
    margin-top: 8px;
}

.gallery-header h3 {
    font-size:8.5vw;
}

.homeimage{
	padding: 150px 15px 150px;
}
}	