/* Apps Alert */
.apps-alert-on .header-wrapper {
	top: 80px;
}
.ns-alert, .ns-alert *,
.ns-alert *:before, .ns-alert *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ns-alert {
	font-family: Ubuntu, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #3d3d3d;
	background-color: #fff;
}
.ns-alert.apps-alert {
	background: #00b991;
	border-bottom: 1px solid #00cca0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	max-width: 100%;
	width: 100%;
	z-index: 1100;
}
.apps-alert-off .ns-alert.apps-alert {
	display: none!important;
}
.alert-absolute-top {
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.ns-alert button.close {
	background: transparent;
	border: none!important;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	margin: 0;
	opacity: .5;
	padding: 16px;
	position: absolute;
	right: 0;
	text-shadow: none;
	top: 0;
}
.ns-alert button.close:hover {
	opacity: .8;
}
.ns-alert .icon-circle-wrapper {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #fff;
	height: 20px;
	line-height: 16px;
	display: block;
	width: 20px;
}
.ns-alert button.close .ns-icon {
	line-height: 16px;
}
.ns-alert.bg-inverse .close {
	color: #eee;
}
.ns-alert .alert-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
@media (min-width: 544px) {
	.ns-alert .alert-container {
		max-width: 576px;
	}
}
@media (min-width: 768px) {
	.ns-alert .alert-container {
		max-width: 1000px;
	}
}
.ns-alert .img-left {
	background-color: transparent!important;
	background-repeat: no-repeat;
	background-size: auto;
	float: left;
	min-width: 104px;
	text-align: center;
}
.playstore-alert .img-left {
	background-image: url("../../img/android-green-icon.png");
}
.ios-alert .img-left {
	background-image: url("../../img/ios-green-icon.png");
}
.ns-alert .img-left .mockup {
	margin-left: 5px;
	margin-top: 9px;
	vertical-align: middle;
}
.apps-link {
	color: inherit;
	display: block;
	width: 100%;
}
.apps-link:hover {
	color: inherit;
}
.ns-alert .alert-text {
	color: #fff;
	text-transform: uppercase;
	padding-right: 30px;
	padding-top: 14px;
}
.ns-alert .alert-text .heading {
	color: inherit;
	font-family: inherit;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 0;
}
.ns-alert .alert-text .sub-heading {
	font-size: 10px;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 0;
}
.ns-alert .alert-text .highlight {
	color: #fff003;
}
.ns-alert .btn {
	display: inline-block;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.375rem 1rem;
	font-size: 14px;
	line-height: 22px;
	border-radius: 0.25rem;
}
.ns-alert .btn-download {
	background-color: #3ada14;
	border-color: #111;
	border-radius: 8px;
	color: #111;
	font-size: inherit;
	line-height: 20px;
	margin-left: 10px;
	margin-top: 1px;
	padding: 0 8px;
}
#footer .bottom-footer a.ui-link.btn-download {
	background-color: #000;
	font-size: 12px;
	font-weight: 600;
	padding: 3px 10px 5px;
}
#footer .bottom-footer a.ui-link.btn-download,
#footer .bottom-footer a.ui-link.btn-download:hover {
	color: #fff;
	text-decoration: none;
}
#footer .bottom-footer .btn-download > span {
	display: inline-block;
	vertical-align: middle;
}
#footer .bottom-footer .btn-download .img-holder {
	margin-right: 5px;
}
#footer .bottom-footer .btn-download .text-holder {
	line-height: 1.15;
	max-width: 74px;
	text-align: left;
	white-space: pre-wrap;
}
#footer .bottom-footer .btn-download .text-holder .smaller {
	font-size: .9em;
	font-weight: normal;
}
@media (min-width: 360px) {
	.ns-alert .img-left {
		min-width: 116px;
	}
	.ns-alert .alert-text .heading {
		font-size: 14px;
		line-height: 18px;
	}
	.ns-alert .alert-text .sub-heading {
		font-size: 11px;
		line-height: 18px;
	}
}
.apps-alert-on #widgetCalendar {
	z-index: 1101!important;
}

#errorMessagesContainer ul li{
	margin-left: -20px;
}