* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: content-box;
}

ul {
	margin-bottom: 0;
}

#container {
	width: 65%;
	text-align: left;
	margin: 0 auto;
}

#content {
	width: 100%;
	background-color: none;
	min-height: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 145%;
	color: #464646;
	border: 0px solid #4a4949;
	border-top: 0px solid #4a4949;
	float: left;
	top: 2px;
	padding-bottom: 50px;

}

p {
	padding: 5px 10px 5px 0px;
	line-height: 130%;
	font-size: 12px;
}

p.indent {
	padding: 5px 10px 5px 10px;
	line-height: 130%;
	font-size: 14px;
}

ol {
	margin: 10px 10px 10px 40px;
}

ol li {
	line-height: 130%;
	font-size: 14px;
	margin-bottom: 10px;
}

.maincontent h4 {
	margin: 10px;
	font-size: 14px;

}

.1-col-contain {
	width: 960px;
	clear: both;
}

.1-col-contain h3 {
	font-size: 24px;
	color: #444444;
	font-family: Arial, Helvetica, sans-serif;
}

.clearall {
	clear: both;
	padding: 10px 0px 5px 0px;
}

.padding10 {
	padding: 10px;
}

.padright {
	padding-right: 10px;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.floatcenter {
	float: center;
}

.leftal {
	text-align: left;
}

.bluefont {
	color: #04baca;
}

.smallgreytext {
	color: #bbbbbb;
	font-size: 10px;
}

img {
	border: none;
}

.lrgegrey {
	color: #cccccc;
	font-size: 18px;
	font-weight: bold;
}

.size12 {
	font-size: 12px;
}

.size14 {
	font-size: 14px;
}


.size36 {
	font-size: 36px;
}

.size26 {
	font-size: 26px;
}


.rightal {
	text-align: right;
}

.boldme {
	font-weight: bold;
}

.divider,
.divider-home {
	background: url(/assets/images/divider.png) no-repeat;
	height: 22px;
	width: 90%;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
}

#search-bar {
	float: left;
	background: url(/assets/images/search-bar.png) no-repeat;
	width: 370px;
	height: 60px;
}

#search-bar input {
	height: 45px;
	float: left;
	margin-left: 30px;
	margin-top: 7px;
	width: 340px;
	border: 0px;
	font-size: 20px;
	color: #444444;
}

#search-bar-button {
	float: left;
	background: url(/assets/images/search-bar-button.png) no-repeat;
	width: 78px;
	height: 60px;
	cursor: hand;
	cursor: pointer;
}

#search-bar-button-mobile {
	float: left;
	background: url(/assets/images/search-bar-button.png) no-repeat;
	width: 78px;
	height: 60px;
	cursor: hand;
	cursor: pointer;
}


@media screen and (min-width: 700px) and (max-width: 1024px) {

	#container,
	#modulemenubar {
		width: 95%;
	}

	#search-bar {
		background: none !important;
	}
}

@media screen and (max-width: 800px) {
	#container {
		width: 100%;
	}

	#content {
		margin: 0 auto;
		float: center;
	}

	.divider-home {
		display: none;
	}

	#search-bar {
		width: 70%;
		text-align: center;
	}

	#search-bar input {
		width: 95%;
		margin-left: 10px;
	}

	.disableLink {
		pointer-events: none;
		cursor: default;
	}
}

.smallsave,
.btn-small-orange,
.btn-medium-orange {
	background: #FF7800;
	border: #FF7800;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .25rem .5rem;
	font-size: .75rem;
	line-height: 1.5;
	border-radius: .2rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.smallsave:hover,
.btn-small-orange:hover,
.btn-medium-orange:hover {
	background: #FBB362;
	color: #ffffff;
}

.btn-medium-orange {
	padding: .5rem 1rem;
	line-height: 1.5;
	border-radius: .3rem;
	font-size: 1rem;
}

.btn-medium-purple,
.btn-medium-black {
	background: #75329B;
	border: #75329B;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .5rem 1rem;
	line-height: 1.5;
	border-radius: .3rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn-medium-black {
	background: #000 !important;
	border: #000 !important;
}

.btn-medium-purple:hover {
	background: #BF9CD5;
	color: #ffffff;
}

.btn-blue {
	background: #05B3C3;
	border: #05B3C3;
	cursor: pointer;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	-webkit-appearance: none;
	padding: 10px 0px !important;
	cursor: pointer;
	display: block;
	width: 100%;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-blue:hover {
	background: #04BACA;
	color: #fff;
}


.btn-orangebetnew {
	background: #FF7800;
	border: #FF7800;
	cursor: pointer;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	-webkit-appearance: none;
	padding: 10px 0px !important;
	cursor: pointer;
	display: block;
	width: 100%;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-orangebetnew:hover {
	background: #FBB362;
	color: #fff;
}


.btn-medium-green {
	background: #8AC618;
	border: #8AC618;
	cursor: pointer;
	color: #ffffff;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .5rem 1rem;
	line-height: 1.5;
	border-radius: .3rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn-medium-green:hover {
	background: #AFDB67;
	color: #fff;
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin: 1rem 0;
	border: 1px solid transparent;
	border-radius: .25rem;
	text-align: center;
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.dotted-border {
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	border-top: 2px dotted #000;
	margin: 0 auto;
}