/* Hide navigation elements (retain logo) */

#header.page-header.container, .feature-livechat-button, .header-search-form, .input-group, .yamm, .navbar-toggle, .pull-right, .breadcrumb, .footer, .global-footer-navigation-right {
	content-visibility: hidden;
	display: none;
}
.section.footer-blue {
	background: linear-gradient(135deg, #0089b3 0%, #009fd3 14%, deepskyblue 26%, #009fd3 39%, #0089b3 100%);
    min-height: 100%;
}
.hor-right {
	position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; 
	float: left;
	width: 83.33333%;
}
.form-control {
	/*margin: 10px 0 0 0;*/
	font-size: 12px;
}
.control-label {
	margin: 10px 0 0 0;
}
.text-muted {
	font-size: small;
	margin: 0;
}
.form-group {
	padding: 10px 0;
}
.navbar-header {
	padding-bottom: 15px;
}
.cognito.c-safari.c-lrg, .cognito.c-firefox.c-lrg, .cognito.c-edge.c-lrg {
	margin-left: 0;
}