.sac-logo {
	vertical-align: middle;
	margin-top: -30px;
}

.un-pad {
	padding: 0 !important;
}

.secondary-color {
	color: #918B75;
}

.secondary-background-color {
	background-color: #918B75;
}

.main-color {
	color: #0B559D;
}

.main-background-color {
	background-color: #0B559D;
}

.no-border {
	border: 0px none;
}

.sub-color {
	color: #958D7A;
}

.vertical-center {
	display: flex;
	align-items: center;
}

.margin-auto {
	margin: auto;
}

.circle-button-xs {
	border-radius: 10px !important;
	height: 20px;
	width: 20px;
}

.circle-button-s {
	border-radius: 15px !important;
	height: 30px;
	width: 30px;
}

.circle-button-m {
	border-radius: 18px !important;
	height: 36px;
	width: 36px;
}

.circle-button-l {
	border-radius: 22px !important;
	height: 44px;
	width: 44px;
}

.circle-button-xl {
	border-radius: 25px !important;
	height: 50px;
	width: 50px;
}

.circle-button-xxl {
	border-radius: 30px !important;
	height: 60px;
	width: 60px;
}

.registry-title {
	color: #918B75;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial !important;
}

.registry-subtitle {
	color: #0B559D;
	font-size: 16px;
	font-family: Optima !important;
}

.registry-text {
	color: #5C5B5F;
	font-size: 12px;
	font-family: Arial !important;
}

.un-left-pad {
	padding-left: 0 !important;
}

.registry-content {
	margin: 0 300px;
}

.registry-header {
	padding-left: 20px !important;
}

.registry-body {
	background-color: #eeeeee;
	border-radius: 10px;
}

.registry-logo {
	text-align: center;
	vertical-align: middle;
	width: 100%;
	max-width: 100px;
	min-width: 200px;
	margin: 30px;
}

.main-font-family {
	font-family: Arial !important
}