body
{
	background-image: url('/custom/images/coffee85.jpg');
	color: #000305;
	font-size: 14px;
	font-family: Arial, 'Lucida Sans Unicode';
	line-height: 1.5;
	text-align: left;
	-webkit-text-size-adjust: none;
	margin-bottom: 40px;
}

a {
	color: #CF5C3F;	
}

h1, h2, h3 {
	color: #CF5C3F;
}

h4, h5 {
	margin-top: 28px;	
}

h5 {
	font-size: 120%;	
}

a:hover {
	text-decoration: none;	
}

.caption {
	color: gray;
	font-size: 80%;
	font-style: italic;	
	margin-top: 4px;
}

.navigation {
	background-color: #666;	
	height: 40px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.navigation ul {
	margin-left: 6px;	
}

.navigation ul li {
	background-image: url('/custom/images/power_button_off.png');
	background-size: 30px 30px;
	background-position: left center;
	background-repeat: no-repeat;
	background-position-x: 5px;
	background-position-y: 5px;
	float: left;
	display: inline;
	margin-right: 10px;	
}
	
.navigation ul li a {
	color: #FFF;
	vertical-align:middle;
	font-size: 140%;
	display: inline-block;
	line-height: 30px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-right: 25px;
	height: 40px;			
}

.navigation ul li a:hover {
	text-shadow: 1px 1px black;
	background-color: #666;
    background-image: url('/custom/images/power_button_on.png');
    background-size: 30px 30px;
    background-position: left center;
    background-repeat: no-repeat;
    background-position-x: 5px;
    background-position-y: 5px;
    transition: 0s;
}

.navigation .active {
	background-image: url('/custom/images/power_button_on.png');
    background-size: 30px 30px;
    background-position: left center;
    background-repeat: no-repeat;
    background-position-x: 5px;
    background-position-y: 5px;
    transition: 0s;
}

.logo img {
	width: 300px;		
}

.content {
	background-color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	margin-top: 20px;
}

.widget {
	background-color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	margin-top: 20px;
}

.content-padding {
	padding: 20px;			
}

.umb-grid img {
	margin: 0 auto;
	width: 50%;	
}

.img50 {
	text-align:center;		
}

.img80 {
	text-align:center;		
}

.img80 img {
	
	width: 80%;
}

.margin-column {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.video {
	position: relative;
    padding-bottom: 51.75%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;	
}

.submenu ul {
	margin-top: 20px;
	list-style: none;
	padding-left: 0px;		
}
	
.submenu ul li {
	display: inline-block;
	text-align: center;
	width: 24%;
	padding-bottom: 20px;			
}
		
.submenu ul li a {
	color: gray;
	font-size: 120%;
}
			
.submenu .current a {
	border-collapse:separate;
	border-spacing:50px;
	border-bottom:3px solid #CF5C3F;						
}
					
.submenu ul li a:hover {
	color: #CF5C3F;	
}

.questions {
	padding-left: 15px;	
}

.questions li {
	list-style: none;
	margin: 10px 0;	
}

.questions li a {
	font-size: 120%;		
}

.contentBlock {
	padding-left:0px;
}

.margin-top-20 {
	margin-top: 20px;			
}

.footer {
	color: white;
	margin-top: 20px;
	font-size: 120%;
	padding: 10px 24px !important;
}

.footer a {
	color: white;	
}
	
.footer a:hover {
	color: #CF5C3F;	
}

.footer .left {
	float: left;
	width: 40%;
}
	
.footer .right {
	float: right;	
	width: 40%;
	text-align: right;
	align: right;
}


@media (max-width: 768px) {
	.navigation {
		display: block!important;
		height: auto!important;
		padding-bottom: 0;
		overflow: visible!important;
	}
	
	.navigation ul {
		margin-left: 0px;
	}
		
	.navigation ul li {
		display: block;
		float: left;
		width: 100%;
	}
	
	.container>.navbar-collapse {
		margin-right: 0px;
		margin-left: 0px;
	}

	body {
		-ms-word-break: break-all;
		word-break: break-all;
		word-break: break-word;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
