html, body {
	margin: 0;
	padding: 0;
	background-image: url(rui-background-pattern.jpg);
}
#content {
	width: 95%;
	margin: 20px auto;
}
#manage {
	margin-top: 20px;
}
.force-wide {
	width: 1200px !important;
	text-align: center;
}
.form-width {
	width: 2200px;
}
.ui.form {
	margin: 0 auto;
}
.hidethis {
	display: none !important;
}
.column {
	padding: 5px !important;
}
.headerText {
	padding: 20px !important;
}
.divider {
	margin: 20px 0;
}
.orange {
	color: rgb(244, 164, 32);
}
.red {
	color: rgb(176, 42, 14);
}
.white {
	color: #ffffff;
}
.remove-visibility {
	visibility: hidden;
}
.boarder-wrapper {
    background-color: #FFFFFF;
    margin: 0 auto;
    margin-top: 60px;
    padding: 1.25em .25em;
    width: 1038px;
}
.header {
	background-color: #c6bfbb;
    border-bottom: 1px solid #d1ccc9;
    border-left: 2px solid #e1dddb;
    border-right: 2px solid #e8e5e3;
    margin: 0 auto 1em;
    padding-top: 102px !important;
    text-align: center;
    width: 1006px;
}
.header a {
	color: #fff;
}
.hero-logo {
	left: 50%;
    margin-left: -194px;
    position: absolute;
    top: 0;
}
.ui.form h2 {
	color: #666;
}
.ui.form h5 {
	margin: 20px;
}
.ui.form a {
	color: rgb(137, 33, 26);
}
.ui.form a:hover {
	color: rgb(244, 164, 32);
}
.ui.form .center.aligned {
	text-align: center;
	margin: 0 auto;
}
#menu {
	text-align: center;
	margin: 0 auto;
	margin-left: -3%;
}
#menu li {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 15px;
	text-transform: uppercase;
	font-family: "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
}
.align-toggle {
	margin-left: 12%;
	margin-top: 7%;
}
.align-dropdown {
	margin-top: 7%;
}
#welcomePersonalized {
	margin-top: 20px;
	margin-bottom: -20px;	
}
.footerSpacing {
	margin: 50px auto 10px;
	max-width: 42%;
}
.footer {
	background-color: #464646;
	font-size: 90%;
	margin: 0 auto;
}
.privacy {
	width: 50%;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 20px;
}

.ui.toggle.checkbox .box:before, .ui.toggle.checkbox label:before {
    background-color: #bfb7b3 !important;
}
.rest-image-pad {
	margin-left: 10px;
	margin-top: 20px;
}
.ui.orange.button {
	background-color: rgba(176,42,14, .8) !important;
	margin-top: 20px;
}
.ui.orange.button:hover {
	background-color: rgba(176,42,14, 1) !important;
}
.ui.orange.inverted.button {
	color: rgb(176,42,14, 1);
	box-shadow: 0 0 0 2px rgba(176,42,14, 1) inset !important;
	background: #fff !important;
}
.ui.orange.inverted.button:hover {
	color: rgb(176,42,14, 1);
	box-shadow: 0 0 0 2px rgba(176,42,14, 1) inset !important;
	background: rgba(176,42,14, 1) !important;
}
.ui.button {
	border-radius: 0;
}
@media only screen and (max-width:768px) {
	#content {
		width: 100%;
		margin: 20px auto;
	}
	.ui.button {
		width: 100%;
	}
	.privacy {
		width: 90%;
	}
	#menu li {
		font-size: 12px;
	}
	.ui.image.large {
		max-width: 1200px !important;
	}
	h5 {
		margin: 6px;
		font-size: 14px !important;
	}
	.ui.grid>.stackable.stackable.row>.column, .ui.stackable.grid>.column.grid>.column, .ui.stackable.grid>.column.row>.column, .ui.stackable.grid>.column:not(.row), .ui.stackable.grid>.row>.column, .ui.stackable.grid>.row>.wide.column, .ui.stackable.grid>.wide.column {
		padding: 8px !important;
	}
	.ui.grid .ui.stackable.grid, .ui.segment:not(.vertical) .ui.stackable.page.grid {
		margin: 0 !important;
	}
	.headerText {
		padding: 10px !important;
	}
	#menu {
		margin-left: -10%;
	}
	.footerImage {
		max-width: 90%;
	}
}