/* Add here all your css styles (customizations) */
.default-logo {
	height: 50px;
}

.hamburger {
	padding-top: 20px;
}

.fa-5 {
	font-size: 12em;
}

.col-centered {
	float: none;
	margin: 0 auto;
}

.dynamo {
	height: 85px;
	display: block !important;
	position: relative;
	overflow: hidden;
	vertical-align: bottom;
	font-size: 1.8em !important;
	color: #00AEEF;
	font-weight: 600;
	text-align: center;
}

.dynamo-amazon {
	height: 65px !important;
	font-size: 1.8em !important;
}

.dynamo div {
	text-align: center;
	margin: auto;
}

.u-header__section--dark {
	background-color: #fff;
	border-bottom: 1px solid #eee;
}

@media (min-width: 991px) {
	.header-button {
		margin-top: -8px;
		background-color: #00AEEF;
		padding: 5px 12px;
		border-radius: 4px;
		text-align: center;
	}

	.list-unstyled li .nav-link {
		width: 115px;
		overflow: hidden;
		white-space: nowrap;
	}
}

@media (max-width: 990px) {
	.header-button {
		margin-top: 0;
		background-color: #00AEEF;
		padding: 5px 12px;
		border-radius: 4px;
		text-align: center;
	}
}

.header-button a {
	color: #fff !important;
}

.g-bg-gray-v1 {
	background-color: #666666;
}

.btn-primary:focus, .btn-primary.focus {
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12) !important;
}

a:focus, a:hover {
	color: #009cd7;
}

.btn-primary:hover {
	color: #fff;
	background-color: #009cd7;
	border-color: #009cd7;
}

.btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
	background-color: #009cd7;
	border-color: #009cd7;
}

.ajax__fileupload_selectFileButton {
	border-radius: 4px;
	background-color: #ABADB0 !important;
	color: #fff !important;
}

#txtDeadline {
	display: block;
	width: 100%;
	padding: .5rem .75rem;
	font-size: 1rem;
	line-height: 1.25;
	color: #464a4c;
	background-color: #fff;
	background-image: none;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: .25rem;
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.clearfix:after {
	content: " "; /* Older browser do not support empty content */
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.modal-bg-dark {
	background-color: rgba(0, 0, 0, .1);
}

.raised {
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12) !important;
	border-radius: 6px;
}

.text-primary {
	color: #00AEEF;
}

#fuUpload_FileStatusContainer {
	left: 2px;
	right: initial;
	width: 192px;
}

#fuUpload_SelectFileContainer {
	float: right !important;
}

.ajax__fileupload {
	overflow: hidden !important;
}

.ajax__fileupload_fileItemInfo .removeButton {
	border-radius: 4px !important;
}

.ajax_fileupload_cancelbutton {
	border-radius: 4px !important;
	background-color: black !important;
}

.ajax__fileupload_uploadbutton {
	border-radius: 4px !important;
}

.modal-dialog {
	position: initial;
	width: initial;
	margin: initial;
}

.ModalPopupBG {
	opacity: 0.25;
	background: #000;
}

.ModalPopup {
	background-color: #fff;
	padding: 0px 0px 8px 0px;
	border-radius: 4px;
	width: 600px;
	max-width: 100%;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12) !important;
}

button.close {
	padding: 10px;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
}

.file-types {
	width: 30px;
	height: auto;
}

.rounded-bottom {
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12) !important;
}

.u-btn-primary:hover, .u-btn-primary.active {
	background-color: #009cd7;
	border-color: #009cd7;
}

.inline-block {
	display: inline-block !important;
}

.img-responsive {
	width: 280px;
	max-width: 100%;
}

.amazon-bg {
	background-position: center 65%;
}

@media (min-width:768px) {
	.mt-100 {
		margin-top: 100px;
	}
}

.content-bg {
	background-position: center 65%;
}

p {
	font-size: 16px;
}

.nav-link {
	font-size: 15px;
}

.multi-column {
	-moz-column-count: 4;
	-moz-column-gap: 20px;
	-webkit-column-count: 4;
	-webkit-column-gap: 20px;
	column-count: 4;
	column-gap: 20px;
}

.asp-checkbox {
}

	.asp-checkbox label {
		margin-left: 5px;
		font-style: normal;
		font-weight: 300;
	}
