.ui.content.container {
    padding-top: 2em;
}

#logobar{
	padding-top: 4px;
}
#logobar h1{ margin-top: 4px; }
#logobar h2{ margin-top: 4px; }
#logobar .column{ padding-bottom: 3px; }

.main-content {
    margin-left: 210px;
    padding: 1em;
}
#sidebar{
	height: 100%;
}

.centered{ text-align: center; }

@media only screen and (min-width: 768px){
	#sidebar{
		visibility: visible;
	}
	[class*="mobile only"]{
		display: none !important;
	}
}
@media only screen and (max-width: 767px) {
	[class*="mobile hidden"],
	[class*="tablet only"]:not(.mobile),
	[class*="computer only"]:not(.mobile),
	[class*="large screen only"]:not(.mobile),
	[class*="widescreen only"]:not(.mobile),
	[class*="or lower hidden"] {
		display: none !important;
	}
}

#login_grid{
	height: 100%;
}

.programs.items .item{
	box-shadow: 0 0 0 1px rgba(34,36,38,.22) inset, 0 0 0 0 transparent;
    background: #F8F8F9;
    padding: 1em 1.5em;
    border-radius: 5px;
}

/* Application -------------------------*/
.ui.tab.segment {
	box-shadow: 0 0px 0px 0 rgba(34,36,38,0);
	padding: 2em;
	border: 1px solid rgba(34,36,38,.15);
}
.capitalized{
	text-transform: uppercase;
}
