*

/
.yamm .collapse, .yamm .dropdown, .yamm .dropup, .yamm .nav {
	position: static
}

.yamm .container {
	position: relative
}

.yamm .dropdown-menu {
	left: auto
}

.yamm .yamm-content {
	padding: 20px 30px
}

.yamm .dropdown.yamm-fw .dropdown-menu {
	left: 0;
	right: 0
}

@-webkit-keyframes showSweetAlert {
	0% {
		transform: scale(.7);
		-webkit-transform: scale(.7)
	}
	45% {
		transform: scale(1.05);
		-webkit-transform: scale(1.05)
	}
	80% {
		-webkit-transform: scale(.95);
		transform: scale(.95);
		-webkit-tranform: scale(.95)
	}
	to {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

@keyframes showSweetAlert {
	0% {
		transform: scale(.7);
		-webkit-transform: scale(.7)
	}
	45% {
		transform: scale(1.05);
		-webkit-transform: scale(1.05)
	}
	80% {
		-webkit-transform: scale(.95);
		transform: scale(.95);
		-webkit-tranform: scale(.95)
	}
	to {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

@-webkit-keyframes hideSweetAlert {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
	to {
		transform: scale(.5);
		-webkit-transform: scale(.5)
	}
}

@keyframes hideSweetAlert {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
	to {
		transform: scale(.5);
		-webkit-transform: scale(.5)
	}
}

.showSweetAlert {
	-webkit-animation: showSweetAlert .3s;
	animation: showSweetAlert .3s
}

.hideSweetAlert {
	-webkit-animation: hideSweetAlert .2s;
	animation: hideSweetAlert .2s
}

@-webkit-keyframes animateSuccessTip {
	0% {
		width: 0;
		left: 1px;
		top: 19px
	}
	54% {
		width: 0;
		left: 1px;
		top: 19px
	}
	70% {
		width: 50px;
		left: -8px;
		top: 37px
	}
	84% {
		width: 17px;
		left: 21px;
		top: 48px
	}
	to {
		width: 25px;
		left: 14px;
		top: 45px
	}
}

@keyframes animateSuccessTip {
	0% {
		width: 0;
		left: 1px;
		top: 19px
	}
	54% {
		width: 0;
		left: 1px;
		top: 19px
	}
	70% {
		width: 50px;
		left: -8px;
		top: 37px
	}
	84% {
		width: 17px;
		left: 21px;
		top: 48px
	}
	to {
		width: 25px;
		left: 14px;
		top: 45px
	}
}

@-webkit-keyframes animateSuccessLong {
	0% {
		width: 0;
		right: 46px;
		top: 54px
	}
	65% {
		width: 0;
		right: 46px;
		top: 54px
	}
	84% {
		width: 55px;
		right: 0;
		top: 35px
	}
	to {
		width: 47px;
		right: 8px;
		top: 38px
	}
}

@keyframes animateSuccessLong {
	0% {
		width: 0;
		right: 46px;
		top: 54px
	}
	65% {
		width: 0;
		right: 46px;
		top: 54px
	}
	84% {
		width: 55px;
		right: 0;
		top: 35px
	}
	to {
		width: 47px;
		right: 8px;
		top: 38px
	}
}

@-webkit-keyframes rotatePlaceholder {
	0% {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg)
	}
	5% {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg)
	}
	12% {
		transform: rotate(-405deg);
		-webkit-transform: rotate(-405deg)
	}
	to {
		transform: rotate(-405deg);
		-webkit-transform: rotate(-405deg)
	}
}

@keyframes rotatePlaceholder {
	0% {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg)
	}
	5% {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg)
	}
	12% {
		transform: rotate(-405deg);
		-webkit-transform: rotate(-405deg)
	}
	to {
		transform: rotate(-405deg);
		-webkit-transform: rotate(-405deg)
	}
}

.animateSuccessTip {
	-webkit-animation: animateSuccessTip .75s;
	animation: animateSuccessTip .75s
}

.animateSuccessLong {
	-webkit-animation: animateSuccessLong .75s;
	animation: animateSuccessLong .75s
}

.icon.success.animate:after {
	-webkit-animation: rotatePlaceholder 4.25s ease-in;
	animation: rotatePlaceholder 4.25s ease-in
}

@-webkit-keyframes animateErrorIcon {
	0% {
		transform: rotateX(100deg);
		-webkit-transform: rotateX(100deg);
		opacity: 0
	}
	to {
		transform: rotateX(0);
		-webkit-transform: rotateX(0);
		opacity: 1
	}
}

@keyframes animateErrorIcon {
	0% {
		transform: rotateX(100deg);
		-webkit-transform: rotateX(100deg);
		opacity: 0
	}
	to {
		transform: rotateX(0);
		-webkit-transform: rotateX(0);
		opacity: 1
	}
}

.animateErrorIcon {
	-webkit-animation: animateErrorIcon .5s;
	animation: animateErrorIcon .5s
}

@-webkit-keyframes animateXMark {
	0% {
		transform: scale(.4);
		-webkit-transform: scale(.4);
		margin-top: 26px;
		opacity: 0
	}
	50% {
		transform: scale(.4);
		-webkit-transform: scale(.4);
		margin-top: 26px;
		opacity: 0
	}
	80% {
		transform: scale(1.15);
		-webkit-transform: scale(1.15);
		margin-top: -6px
	}
	to {
		transform: scale(1);
		-webkit-transform: scale(1);
		margin-top: 0;
		opacity: 1
	}
}

@keyframes animateXMark {
	0% {
		transform: scale(.4);
		-webkit-transform: scale(.4);
		margin-top: 26px;
		opacity: 0
	}
	50% {
		transform: scale(.4);
		-webkit-transform: scale(.4);
		margin-top: 26px;
		opacity: 0
	}
	80% {
		transform: scale(1.15);
		-webkit-transform: scale(1.15);
		margin-top: -6px
	}
	to {
		transform: scale(1);
		-webkit-transform: scale(1);
		margin-top: 0;
		opacity: 1
	}
}

.animateXMark {
	-webkit-animation: animateXMark .5s;
	animation: animateXMark .5s
}

@-webkit-keyframes pulseWarning {
	0% {
		border-color: #f8d486
	}
	to {
		border-color: #f8bb86
	}
}

@keyframes pulseWarning {
	0% {
		border-color: #f8d486
	}
	to {
		border-color: #f8bb86
	}
}

.pulseWarning {
	-webkit-animation: pulseWarning .75s infinite alternate;
	animation: pulseWarning .75s infinite alternate
}

@-webkit-keyframes pulseWarningIns {
	0% {
		background-color: #f8d486
	}
	to {
		background-color: #f8bb86
	}
}

@keyframes pulseWarningIns {
	0% {
		background-color: #f8d486
	}
	to {
		background-color: #f8bb86
	}
}

.pulseWarningIns {
	-webkit-animation: pulseWarningIns .75s infinite alternate;
	animation: pulseWarningIns .75s infinite alternate
}

.sweet-overlay {
	background-color: rgba(0, 0, 0, .4);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: none;
	z-index: 1000
}

.sweet-alert {
	background-color: #fff;
	width: 478px;
	padding: 17px;
	border-radius: 5px;
	text-align: center;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -256px;
	margin-top: -200px;
	overflow: hidden;
	display: none;
	z-index: 2000
}

@media (max-width: 767px) {
	.sweet-alert {
		width: auto;
		margin-left: 0;
		margin-right: 0;
		left: 15px;
		right: 15px
	}
}

.sweet-alert .icon {
	width: 80px;
	height: 80px;
	border: 4px solid gray;
	border-radius: 50%;
	margin: 20px auto;
	position: relative;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.sweet-alert .icon.error {
	border-color: #eb3818
}

.sweet-alert .icon.error .x-mark {
	position: relative;
	display: block
}

.sweet-alert .icon.error .line {
	position: absolute;
	height: 5px;
	width: 47px;
	background-color: #ed4c2f;
	display: block;
	top: 37px;
	border-radius: 2px
}

.sweet-alert .icon.error .line.left {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 17px
}

.sweet-alert .icon.error .line.right {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 16px
}

.sweet-alert .icon.warning {
	border-color: #eeb70e
}

.sweet-alert .icon.warning .body {
	position: absolute;
	width: 5px;
	height: 47px;
	left: 50%;
	top: 10px;
	border-radius: 2px;
	margin-left: -2px;
	background-color: #f2bf24
}

.sweet-alert .icon.warning .dot {
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	margin-left: -3px;
	left: 50%;
	bottom: 10px;
	background-color: #f2bf24
}

.sweet-alert .icon.info {
	border-color: #46b8da
}

.sweet-alert .icon.info:before {
	content: "";
	position: absolute;
	width: 5px;
	height: 29px;
	left: 50%;
	bottom: 17px;
	border-radius: 2px;
	margin-left: -2px;
	background-color: #5bc0de
}

.sweet-alert .icon.info:after {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	margin-left: -3px;
	top: 19px;
	background-color: #5bc0de
}

.sweet-alert .icon.success {
	border-color: #289541
}

.sweet-alert .icon.success:after, .sweet-alert .icon.success:before {
	content: "";
	border-radius: 50%;
	position: absolute;
	width: 60px;
	height: 120px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.sweet-alert .icon.success:before {
	border-radius: 120px 0 0 120px;
	top: -7px;
	left: -33px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 60px 60px;
	transform-origin: 60px 60px
}

.sweet-alert .icon.success:after {
	border-radius: 0 120px 120px 0;
	top: -11px;
	left: 30px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 0 60px;
	transform-origin: 0 60px
}

.sweet-alert .icon.success .placeholder {
	width: 80px;
	height: 80px;
	border: 4px solid rgba(45, 169, 74, .2);
	border-radius: 50%;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	left: -4px;
	top: -4px;
	z-index: 2
}

.sweet-alert .icon.success .fix {
	width: 5px;
	height: 90px;
	background-color: #fff;
	position: absolute;
	left: 28px;
	top: 8px;
	z-index: 1;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.sweet-alert .icon.success .line {
	height: 5px;
	background-color: #2da94a;
	display: block;
	border-radius: 2px;
	position: absolute;
	z-index: 2
}

.sweet-alert .icon.success .line.tip {
	width: 25px;
	left: 14px;
	top: 46px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.sweet-alert .icon.success .line.long {
	width: 47px;
	right: 8px;
	top: 38px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.sweet-alert .icon.custom {
	background-size: contain;
	border-radius: 0;
	border: none;
	background-position: 50%;
	background-repeat: no-repeat
}

.sweet-alert .btn-default:focus {
	border-color: #838995;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px hsla(220, 8%, 55%, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px hsla(220, 8%, 55%, .6)
}

.sweet-alert .btn-success:focus {
	border-color: #289541;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(40, 149, 65, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(40, 149, 65, .6)
}

.sweet-alert .btn-info:focus {
	border-color: #46b8da;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(70, 184, 218, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(70, 184, 218, .6)
}

.sweet-alert .btn-danger:focus {
	border-color: #eb3818;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(235, 56, 24, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(235, 56, 24, .6)
}

.sweet-alert .btn-warning:focus {
	border-color: #eeb70e;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(238, 183, 14, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(238, 183, 14, .6)
}

.sweet-alert button::-moz-focus-inner {
	border: 0
}

.sweet-overlay {
	z-index: 1050
}

.btn-social {
	position: relative;
	padding-left: 50px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.btn-social > :first-child {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 36px;
	line-height: 38px;
	font-size: 1.6em;
	text-align: center;
	border-right: 1px solid rgba(0, 0, 0, .2)
}

.btn-social.btn-lg {
	padding-left: 67px
}

.btn-social.btn-lg > :first-child {
	line-height: 49px;
	width: 49px;
	font-size: 1.8em
}

.btn-social.btn-sm {
	padding-left: 42px
}

.btn-social.btn-sm > :first-child {
	line-height: 30px;
	width: 30px;
	font-size: 1.4em
}

.btn-social.btn-xs {
	padding-left: 33px
}

.btn-social.btn-xs > :first-child {
	line-height: 21px;
	width: 21px;
	font-size: 1.2em
}

.btn-social-icon {
	position: relative;
	padding-left: 50px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 38px;
	width: 38px;
	padding: 0
}

.btn-social-icon > :first-child {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 36px;
	line-height: 38px;
	font-size: 1.6em;
	border-right: 1px solid rgba(0, 0, 0, .2)
}

.btn-social-icon.btn-lg {
	padding-left: 67px
}

.btn-social-icon.btn-lg > :first-child {
	line-height: 49px;
	width: 49px;
	font-size: 1.8em
}

.btn-social-icon.btn-sm {
	padding-left: 42px
}

.btn-social-icon.btn-sm > :first-child {
	line-height: 30px;
	width: 30px;
	font-size: 1.4em
}

.btn-social-icon.btn-xs {
	padding-left: 33px
}

.btn-social-icon.btn-xs > :first-child {
	line-height: 21px;
	width: 21px;
	font-size: 1.2em
}

.btn-social-icon > :first-child {
	border: none;
	text-align: center;
	width: 100% !important
}

.btn-social-icon.btn-lg {
	height: 49px;
	width: 49px;
	padding-left: 0;
	padding-right: 0
}

.btn-social-icon.btn-sm {
	height: 32px;
	width: 32px;
	padding-left: 0;
	padding-right: 0
}

.btn-social-icon.btn-xs {
	height: 23px;
	width: 23px;
	padding-left: 0;
	padding-right: 0
}

.btn-adn {
	color: #fff;
	background-color: #d87a68;
	border-color: rgba(0, 0, 0, .2)
}

.btn-adn.active, .btn-adn.focus, .btn-adn:active, .btn-adn:focus, .btn-adn:hover, .open > .dropdown-toggle.btn-adn {
	color: #fff;
	background-color: #ce563f;
	border-color: rgba(0, 0, 0, .2)
}

.btn-adn.active, .btn-adn:active, .open > .dropdown-toggle.btn-adn {
	background-image: none
}

.btn-adn.active.focus, .btn-adn.active:focus, .btn-adn.active:hover, .btn-adn:active.focus, .btn-adn:active:focus, .btn-adn:active:hover, .open > .dropdown-toggle.btn-adn.focus, .open > .dropdown-toggle.btn-adn:focus, .open > .dropdown-toggle.btn-adn:hover {
	color: #fff;
	background-color: #b94630;
	border-color: rgba(0, 0, 0, .2)
}

.btn-adn.disabled.focus, .btn-adn.disabled:focus, .btn-adn.disabled:hover, .btn-adn[disabled].focus, .btn-adn[disabled]:focus, .btn-adn[disabled]:hover, fieldset[disabled] .btn-adn.focus, fieldset[disabled] .btn-adn:focus, fieldset[disabled] .btn-adn:hover {
	background-color: #d87a68;
	border-color: rgba(0, 0, 0, .2)
}

.btn-adn .badge {
	color: #d87a68;
	background-color: #fff
}

.btn-bitbucket {
	color: #fff;
	background-color: #205081;
	border-color: rgba(0, 0, 0, .2)
}

.btn-bitbucket.focus, .btn-bitbucket:focus, .btn-bitbucket:hover {
	color: #fff;
	background-color: #163758;
	border-color: rgba(0, 0, 0, .2)
}

.btn-bitbucket.active, .btn-bitbucket:active, .open > .dropdown-toggle.btn-bitbucket {
	color: #fff;
	background-color: #163758;
	background-image: none;
	border-color: rgba(0, 0, 0, .2)
}

.btn-bitbucket.active.focus, .btn-bitbucket.active:focus, .btn-bitbucket.active:hover, .btn-bitbucket:active.focus, .btn-bitbucket:active:focus, .btn-bitbucket:active:hover, .open > .dropdown-toggle.btn-bitbucket.focus, .open > .dropdown-toggle.btn-bitbucket:focus, .open > .dropdown-toggle.btn-bitbucket:hover {
	color: #fff;
	background-color: #0f253c;
	border-color: rgba(0, 0, 0, .2)
}

.btn-bitbucket.disabled.focus, .btn-bitbucket.disabled:focus, .btn-bitbucket.disabled:hover, .btn-bitbucket[disabled].focus, .btn-bitbucket[disabled]:focus, .btn-bitbucket[disabled]:hover, fieldset[disabled] .btn-bitbucket.focus, fieldset[disabled] .btn-bitbucket:focus, fieldset[disabled] .btn-bitbucket:hover {
	background-color: #205081;
	border-color: rgba(0, 0, 0, .2)
}

.btn-bitbucket .badge {
	color: #205081;
	background-color: #fff
}

.btn-dropbox {
	color: #fff;
	background-color: #1087dd;
	border-color: rgba(0, 0, 0, .2)
}

.btn-dropbox.focus, .btn-dropbox:focus, .btn-dropbox:hover {
	color: #fff;
	background-color: #0d6aad;
	border-color: rgba(0, 0, 0, .2)
}

.btn-dropbox.active, .btn-dropbox:active, .open > .dropdown-toggle.btn-dropbox {
	color: #fff;
	background-color: #0d6aad;
	background-image: none;
	border-color: rgba(0, 0, 0, .2)
}

.btn-dropbox.active.focus, .btn-dropbox.active:focus, .btn-dropbox.active:hover, .btn-dropbox:active.focus, .btn-dropbox:active:focus, .btn-dropbox:active:hover, .open > .dropdown-toggle.btn-dropbox.focus, .open > .dropdown-toggle.btn-dropbox:focus, .open > .dropdown-toggle.btn-dropbox:hover {
	color: #fff;
	background-color: #0a568c;
	border-color: rgba(0, 0, 0, .2)
}

.btn-dropbox.disabled.focus, .btn-dropbox.disabled:focus, .btn-dropbox.disabled:hover, .btn-dropbox[disabled].focus, .btn-dropbox[disabled]:focus, .btn-dropbox[disabled]:hover, fieldset[disabled] .btn-dropbox.focus, fieldset[disabled] .btn-dropbox:focus, fieldset[disabled] .btn-dropbox:hover {
	background-color: #1087dd;
	border-color: rgba(0, 0, 0, .2)
}

.btn-dropbox .badge {
	color: #1087dd;
	background-color: #fff
}

.btn-facebook {
	color: #fff;
	background-color: #3b5998;
	border-color: rgba(0, 0, 0, .2)
}

.btn-facebook.focus, .btn-facebook:focus, .btn-facebook:hover {
	color: #fff;
	background-color: #2d4373;
	border-color: rgba(0, 0, 0, .2)
}

.btn-facebook.active, .btn-facebook:active, .open > .dropdown-toggle.btn-facebook {
	color: #fff;
	background-color: #2d4373;
	background-image: none;
	border-color: rgba(0, 0, 0, .2)
}

.btn-facebook.active.focus, .btn-facebook.active:focus, .btn-facebook.active:hover, .btn-facebook:active.focus, .btn-facebook:active:focus, .btn-facebook:active:hover, .open > .dropdown-toggle.btn-facebook.focus, .open > .dropdown-toggle.btn-facebook:focus, .open > .dropdown-toggle.btn-facebook:hover {
	color: #fff;
	background-color: #23345a;
	border-color: rgba(0, 0, 0, .2)
}

.btn-facebook.disabled.focus, .btn-facebook.disabled:focus, .btn-facebook.disabled:hover, .btn-facebook[disabled].focus, .btn-facebook[disabled]:focus, .btn-facebook[disabled]:hover, fieldset[disabled] .btn-facebook.focus, fieldset[disabled] .btn-facebook:focus, fieldset[disabled] .btn-facebook:hover {
	background-color: #3b5998;
	border-color: rgba(0, 0, 0, .2)
}

.btn-facebook .badge {
	color: #3b5998;
	background-color: #fff
}

.btn-flickr {
	color: #fff;
	background-color: #ff0084;
	border-color: rgba(0, 0, 0, .2)
}

.btn-flickr.focus, .btn-flickr:focus, .btn-flickr:hover {
	color: #fff;
	background-color: #cc006a;
	border-color: rgba(0, 0, 0, .2)
}

.btn-flickr.active, .btn-flickr:active, .open > .dropdown-toggle.btn-flickr {
	color: #fff;
	background-color: #cc006a;
	background-image: none;
	border-color: rgba(0, 0, 0, .2)
}

.btn-flickr.active.focus, .btn-flickr.active:focus, .btn-flickr.active:hover, .btn-flickr:active.focus, .btn-flickr:active:focus, .btn-flickr:active:hover, .open > .dropdown-toggle.btn-flickr.focus, .open > .dropdown-toggle.btn-flickr:focus, .open > .dropdown-toggle.btn-flickr:hover {
	color: #fff;
	background-color: #a80057;
	border-color: rgba(0, 0, 0, .2)
}

.btn-flickr.disabled.focus, .btn-flickr.disabled:focus, .btn-flickr.disabled:hover, .btn-flickr[disabled].focus, .btn-flickr[disabled]:focus, .btn-flickr[disabled]:hover, fieldset[disabled] .btn-flickr.focus, fieldset[disabled] .btn-flickr:focus, fieldset[disabled] .btn-flickr:hover {
	background-color: #ff0084;
	border-color: rgba(0, 0, 0, .2)
}

.btn-flickr .badge {
	color: #ff0084;
	background-color: #fff
}

.btn-foursquare {
	color: #fff;
	background-color: #f94877;
	border-color: rgba(0, 0, 0, .2)
}

.btn-foursquare.focus, .btn-foursquare:focus, .btn-foursquare:hover {
	color: #fff;
	background-color: #f71752;
	border-color: rgba(0, 0, 0, .2)
}

.btn-foursquare.active, .btn-foursquare:active, .open > .dropdown-toggle.btn-foursquare {
	color: #fff;
	background-color: #f71752;
	background-image: none;
	border-color: rgba(0, 0, 0, .2)
}

.btn-foursquare.active.focus, .btn-foursquare.active:focus, .btn-foursquare.active:hover, .btn-foursquare:active.focus, .btn-foursquare:active:focus, .btn-foursquare:active:hover, .open > .dropdown-toggle.btn-foursquare.focus, .open > .dropdown-toggle.btn-foursquare:focus, .open > .dropdown-toggle.btn-foursquare:hover {
	color: #fff;
	background-color: #e30742;
	border-color: rgba(0, 0, 0, .2)
}

.btn-foursquare.disabled.focus, .btn-foursquare.disabled:focus, .btn-foursquare.disabled:hover, .btn-foursquare[disabled].focus, .btn-foursquare[disabled]:focus, .btn-foursquare[disabled]:hover, fieldset[disabled] .btn-foursquare.focus, fieldset[disabled] .btn-foursquare:focus, fieldset[disabled] .btn-foursquare:hover {
	background-color: #f94877;
	border-color: rgba(0, 0, 0, .2)
}

.btn-foursquare .badge {
	color: #f94877;
	background-color: #fff
}

.btn-github {
	color: #fff;
	background-color: #444;
	border-color: rgba(0, 0, 0, .2)
}

.btn-github.focus, .btn-github:focus, .btn-github:hover {
	color: #fff;
	background-color: #2b2b2b;
	border-color: rgba(0, 0, 0, .2)
}

.btn-github.active, .btn-github:active, .open > .dropdown-toggle.btn-github {
	color: #fff;
	background-color: #2b2b2b;
	background-image: none;
	border-color: rgba(0, 0, 0, .2)
}

.btn-github.active.focus, .btn-github.active:focus, .btn-github.active:hover, .btn-github:active.focus, .btn-github:active:focus, .btn-github:active:hover, .open > .dropdown-toggle.btn-github.focus, .open > .dropdown-toggle.btn-github:focus, .open > .dropdown-toggle.btn-github:hover {
	color: #fff;
	background-color: #191919;
	border-color: rgba(0, 0, 0, .2)
}

.btn-github.disabled.focus, .btn-github.disabled:focus, .btn-github.disabled:hover, .btn-github[disabled].focus, .btn-github[disabled]:focus, .btn-github[disabled]:hover, fieldset[disabled] .btn-github.focus, fieldset[disabled] .btn-github:focus, fieldset[disabled] .btn-github:hover {
	background-color: #444;
	border-color: rgba(0, 0, 0, .2)
}

.btn-github .badge {
	color: #444;
	background-color: #fff
}

.btn-google {
	color: #fff;
	background-color: #dd4b39;
	border-color: rgba(0, 0, 0, .2)
}

.btn-google.focus, .btn-google:focus, .btn-google:hover {
	color: #fff;
	background-color: #c23321;
	border-color: rgba(0, 0, 0, .2)
}

.btn-google.active, .btn-google:active, .open > .dropdown-toggle.btn-google {
	color: #fff;
	background-color: #c23321;
	background-image: none;
	border-color: rgba(0, 0, 0, .2)
}

.btn-google.active.focus, .btn-google.active:focus, .btn-google.active:hover, .btn-google:active.focus, .btn-google:active:focus, .btn-google:active:hover, .open > .dropdown-toggle.btn-google.focus, .open > .dropdown-toggle.btn-google:focus, .open > .dropdown-toggle.btn-google:hover {
	color: #fff;
	background-color: #a32b1c;
	border-color: rgba(0, 0, 0, .2)
}

.btn-google.disabled.focus, .btn-google.disabled:focus, .btn-google.disabled:hover, .btn-google[disabled].focus, .btn-google[disabled]:focus, .btn-google[disabled]:hover, fieldset[disabled] .btn-google.focus, fieldset[disabled] .btn-google:focus, fieldset[disabled] .btn-google:hover {
	background-color: #dd4b39;
	border-color: rgba(0, 0, 0, .2)
}

.btn-google .badge {
	color: #dd4b39;
	background-color: #fff
}

.btn-instagram {
	color: #fff;
	background-color: #3f729b;
	border-color: rgba(0, 0, 0, .2)
}

.btn-instagram.focus, .btn-instagram:focus, .btn-instagram:hover {
	color: #fff;
	background-color: #305777;
	border-color: rgba(0, 0, 0, .2)
}

.btn-instagram.active, .btn-instagram:active, .open > .dropdown-toggle.btn-instagram {
	color: #fff;
	background-color: #305777;
	background-image: none;
	border-color: rgba(0, 0, 0, .2)
}

.btn-instagram.active.focus, .btn-instagram.active:focus, .btn-instagram.active:hover, .btn-instagram:active.focus, .btn-instagram:active:focus, .btn-instagram:active:hover, .open > .dropdown-toggle.btn-instagram.focus, .open > .dropdown-toggle.btn-instagram:focus, .open > .dropdown-toggle.btn-instagram:hover {
	color: #fff;
	background-color: #26455d;
	border-color: rgba(0, 0, 0, .2)
}

.btn-instagram.disabled.focus, .btn-instagram.disabled:focus, .btn-instagram.disabled:hover, .btn-instagram[disabled].focus, .btn-instagram[disabled]:focus, .btn-instagram[disabled]:hover, fieldset[disabled] .btn-instagram.focus, fieldset[disabled] .btn-instagram:focus, fieldset[disabled] .btn-instagram:hover {
	background-color: #3f729b;
	border-color: rgba(0, 0, 0, .2)
}

.btn-instagram .badge {
	color: #3f729b;
	background-color: #fff
}

.btn-linkedin {
	color: #fff;
	background-color: #007bb6;
	border-color: rgba(0, 0, 0, .2)
}

.btn-linkedin.focus, .btn-linkedin:focus, .btn-linkedin:hover {
	color: #fff;
	background-color: #005983;
	border-color: rgba(0, 0, 0, .2)
}

.btn-linkedin.active, .btn-linkedin:active, .open > .dropdown-toggle.btn-linkedin {
	color: #fff;
	background-color: #005983;
	background-image: none;
	border-color: rgba(0, 0, 0, .2)
}

.btn-linkedin.active.focus, .btn-linkedin.active:focus, .btn-linkedin.active:hover, .btn-linkedin:active.focus, .btn-linkedin:active:focus, .btn-linkedin:active:hover, .open > .dropdown-toggle.btn-linkedin.focus, .open > .dropdown-toggle.btn-linkedin:focus, .open > .dropdown-toggle.btn-linkedin:hover {
	color: #fff;
	background-color: #00405f;
	border-color: rgba(0, 0, 0, .2)
}

.btn-linkedin.disabled.focus, .btn-linkedin.disabled:focus, .btn-linkedin.disabled:hover, .btn-linkedin[disabled].focus, .btn-linkedin[disabled]:focus, .btn-linkedin[disabled]:hover, fieldset[disabled] .btn-linkedin.focus, fieldset[disabled] .btn-linkedin:focus, fieldset[disabled] .btn-linkedin:hover {
	background-color: #007bb6;
	border-color: rgba(0, 0, 0, .2)
}

.btn-linkedin .badge {
	color: #007bb6;
	background-color: #fff
}

.btn-microsoft {
	color: #fff;
	background-color: #2672ec;
	border-color: rgba(0, 0, 0, .2)
}

.btn-microsoft.focus, .btn-microsoft:focus, .btn-microsoft:hover {
	color: #fff;
	background-color: #125acd;
	border-color: rgba(0, 0, 0, .2)
}

.btn-microsoft.active, .btn-microsoft:active, .open > .dropdown-toggle.btn-microsoft {
	color: #fff;
	background-color: #125acd;
	background-image: none;
	border-color: rgba(0, 0, 0, .2)
}

.btn-microsoft.active.focus, .btn-microsoft.active:focus, .btn-microsoft.active:hover, .btn-microsoft:active.focus, .btn-microsoft:active:focus, .btn-microsoft:active:hover, .open > .dropdown-toggle.btn-microsoft.focus, .open > .dropdown-toggle.btn-microsoft:focus, .open > .dropdown-toggle.btn-microsoft:hover {
	color: #fff;
	background-color: #0f4bac;
	border-color: rgba(0, 0, 0, .2)
}

.btn-microsoft.disabled.focus, .btn-microsoft.disabled:focus, .btn-microsoft.disabled:hover, .btn-microsoft[disabled].focus, .btn-microsoft[disabled]:focus, .btn-microsoft[disabled]:hover, fieldset[disabled] .btn-microsoft.focus, fieldset[disabled] .btn-microsoft:focus, fieldset[disabled] .btn-microsoft:hover {
	background-color: #2672ec;
	border-color: rgba(0, 0, 0, .2)
}

.btn-microsoft .badge {
	color: #2672ec;
	background-color: #fff
}

.btn-odnoklassniki {
	color: #fff;
	background-color: #f4731c;
	border-color: rgba(0, 0, 0, .2)
}

.btn-odnoklassniki.focus, .btn-odnoklassniki:focus, .btn-odnoklassniki:hover {
	color: #fff;
	background-color: #d35b0a;
	border-color: rgba(0, 0, 0, .2)
}

.btn-odnoklassniki.active, .btn-odnoklassniki:active, .open > .dropdown-toggle.btn-odnoklassniki {
	color: #fff;
	background-color: #d35b0a;
	background-image: none;
	border-color: rgba(0, 0, 0, .2)
}

.btn-odnoklassniki.active.focus, .btn-odnoklassniki.active:focus, .btn-odnoklassniki.active:hover, .btn-odnoklassniki:active.focus, .btn-odnoklassniki:active:focus, .btn-odnoklassniki:active:hover, .open > .dropdown-toggle.btn-odnoklassniki.focus, .open > .dropdown-toggle.btn-odnoklassniki:focus, .open > .dropdown-toggle.btn-odnoklassniki:hover {
	color: #fff;
	background-color: #b14c09;
	border-color: rgba(0, 0, 0, .2)
}

.btn-odnoklassniki.disabled.focus, .btn-odnoklassniki.disabled:focus, .btn-odnoklassniki.disabled:hover, .btn-odnoklassniki[disabled].focus, .btn-odnoklassniki[disabled]:focus, .btn-odnoklassniki[disabled]:hover, fieldset[disabled] .btn-odnoklassniki.focus, fieldset[disabled] .btn-odnoklassniki:focus, fieldset[disabled] .btn-odnoklassniki:hover {
	background-color: #f4731c;
	border-color: rgba(0, 0, 0, .2)
}

.btn-odnoklassniki .badge {
	color: #f4731c;
	background-color: #fff
}

.btn-openid {
	color: #fff;
	background-color: #f7931e;
	border-color: rgba(0, 0, 0, .2)
}

.btn-openid.focus, .btn-openid:focus, .btn-openid:hover {
	color: #fff;
	background-color: #da7908;
	border-color: rgba(0, 0, 0, .2)
}

.btn-openid.active, .btn-openid:active, .open > .dropdown-toggle.btn-openid {
	color: #fff;
	background-color: #da7908;
	background-image: none;
	border-color: rgba(0, 0, 0, .2)
}

.btn-openid.active.focus, .btn-openid.active:focus, .btn-openid.active:hover, .btn-openid:active.focus, .btn-openid:active:focus, .btn-openid:active:hover, .open > .dropdown-toggle.btn-openid.focus, .open > .dropdown-toggle.btn-openid:focus, .open > .dropdown-toggle.btn-openid:hover {
	color: #fff;
	background-color: #b86607;
	border-color: rgba(0, 0, 0, .2)
}

.btn-openid.disabled.focus, .btn-openid.disabled:focus, .btn-openid.disabled:hover, .btn-openid[disabled].focus, .btn-openid[disabled]:focus, .btn-openid[disabled]:hover, fieldset[disabled] .btn-openid.focus, fieldset[disabled] .btn-openid:focus, fieldset[disabled] .btn-openid:hover {
	background-color: #f7931e;
	border-color: rgba(0, 0, 0, .2)
}

.btn-openid .badge {
	color: #f7931e;
	background-color: #fff
}

.btn-pinterest {
	color: #fff;
	background-color: #cb2027;
	border-color: rgba(0, 0, 0, .2)
}

.btn-pinterest.focus, .btn-pinterest:focus, .btn-pinterest:hover {
	color: #fff;
	background-color: #9f191f;
	border-color: rgba(0, 0, 0, .2)
}

.btn-pinterest.active, .btn-pinterest:active, .open > .dropdown-toggle.btn-pinterest {
	color: #fff;
	background-color: #9f191f;
	background-image: none;
	border-color: rgba(0, 0, 0, .2)
}

.btn-pinterest.active.focus, .btn-pinterest.active:focus, .btn-pinterest.active:hover, .btn-pinterest:active.focus, .btn-pinterest:active:focus, .btn-pinterest:active:hover, .open > .dropdown-toggle.btn-pinterest.focus, .open > .dropdown-toggle.btn-pinterest:focus, .open > .dropdown-toggle.btn-pinterest:hover {
	color: #fff;
	background-color: #801419;
	border-color: rgba(0, 0, 0, .2)
}

.btn-pinterest.disabled.focus, .btn-pinterest.disabled:focus, .btn-pinterest.disabled:hover, .btn-pinterest[disabled].focus, .btn-pinterest[disabled]:focus, .btn-pinterest[disabled]:hover, fieldset[disabled] .btn-pinterest.focus, fieldset[disabled] .btn-pinterest:focus, fieldset[disabled] .btn-pinterest:hover {
	background-color: #cb2027;
	border-color: rgba(0, 0, 0, .2)
}

.btn-pinterest .badge {
	color: #cb2027;
	background-color: #fff
}

.btn-reddit {
	color: #000;
	background-color: #eff7ff;
	border-color: rgba(0, 0, 0, .2)
}

.btn-reddit.focus, .btn-reddit:focus, .btn-reddit:hover {
	color: #000;
	background-color: #bcddff;
	border-color: rgba(0, 0, 0, .2)
}

.btn-reddit.active, .btn-reddit:active, .open > .dropdown-toggle.btn-reddit {
	color: #000;
	background-color: #bcddff;
	background-image: none;
	border-color: rgba(0, 0, 0, .2)
}

.btn-reddit.active.focus, .btn-reddit.active:focus, .btn-reddit.active:hover, .btn-reddit:active.focus, .btn-reddit:active:focus, .btn-reddit:active:hover, .open > .dropdown-toggle.btn-reddit.focus, .open > .dropdown-toggle.btn-reddit:focus, .open > .dropdown-toggle.btn-reddit:hover {
	color: #000;
	background-color: #98ccff;
	border-color: rgba(0, 0, 0, .2)
}

.btn-reddit.disabled.focus, .btn-reddit.disabled:focus, .btn-reddit.disabled:hover, .btn-reddit[disabled].focus, .btn-reddit[disabled]:focus, .btn-reddit[disabled]:hover, fieldset[disabled] .btn-reddit.focus, fieldset[disabled] .btn-reddit:focus, fieldset[disabled] .btn-reddit:hover {
	background-color: #eff7ff;
	border-color: rgba(0, 0, 0, .2)
}

.btn-reddit .badge {
	color: #eff7ff;
	background-color: #000
}

.btn-soundcloud {
	color: #fff;
	background-color: #f50;
	border-color: rgba(0, 0, 0, .2)
}

.btn-soundcloud.focus, .btn-soundcloud:focus, .btn-soundcloud:hover {
	color: #fff;
	background-color: #c40;
	border-color: rgba(0, 0, 0, .2)
}

.btn-soundcloud.active, .btn-soundcloud:active, .open > .dropdown-toggle.btn-soundcloud {
	color: #fff;
	background-color: #c40;
	background-image: none;
	border-color: rgba(0, 0, 0, .2)
}

.btn-soundcloud.active.focus, .btn-soundcloud.active:focus, .btn-soundcloud.active:hover, .btn-soundcloud:active.focus, .btn-soundcloud:active:focus, .btn-soundcloud:active:hover, .open > .dropdown-toggle.btn-soundcloud.focus, .open > .dropdown-toggle.btn-soundcloud:focus, .open > .dropdown-toggle.btn-soundcloud:hover {
	color: #fff;
	background-color: #a83800;
	border-color: rgba(0, 0, 0, .2)
}

.btn-soundcloud.disabled.focus, .btn-soundcloud.disabled:focus, .btn-soundcloud.disabled:hover, .btn-soundcloud[disabled].focus, .btn-soundcloud[disabled]:focus, .btn-soundcloud[disabled]:hover, fieldset[disabled] .btn-soundcloud.focus, fieldset[disabled] .btn-soundcloud:focus, fieldset[disabled] .btn-soundcloud:hover {
	background-color: #f50;
	border-color: rgba(0, 0, 0, .2)
}

.btn-soundcloud .badge {
	color: #f50;
	background-color: #fff
}

.btn-tumblr {
	color: #fff;
	background-color: #2c4762;
	border-color: rgba(0, 0, 0, .2)
}

.btn-tumblr.focus, .btn-tumblr:focus, .btn-tumblr:hover {
	color: #fff;
	background-color: #1c2d3f;
	border-color: rgba(0, 0, 0, .2)
}

.btn-tumblr.active, .btn-tumblr:active, .open > .dropdown-toggle.btn-tumblr {
	color: #fff;
	background-color: #1c2d3f;
	background-image: none;
	border-color: rgba(0, 0, 0, .2)
}

.btn-tumblr.active.focus, .btn-tumblr.active:focus, .btn-tumblr.active:hover, .btn-tumblr:active.focus, .btn-tumblr:active:focus, .btn-tumblr:active:hover, .open > .dropdown-toggle.btn-tumblr.focus, .open > .dropdown-toggle.btn-tumblr:focus, .open > .dropdown-toggle.btn-tumblr:hover {
	color: #fff;
	background-color: #111c26;
	border-color: rgba(0, 0, 0, .2)
}

.btn-tumblr.disabled.focus, .btn-tumblr.disabled:focus, .btn-tumblr.disabled:hover, .btn-tumblr[disabled].focus, .btn-tumblr[disabled]:focus, .btn-tumblr[disabled]:hover, fieldset[disabled] .btn-tumblr.focus, fieldset[disabled] .btn-tumblr:focus, fieldset[disabled] .btn-tumblr:hover {
	background-color: #2c4762;
	border-color: rgba(0, 0, 0, .2)
}

.btn-tumblr .badge {
	color: #2c4762;
	background-color: #fff
}

.btn-twitter {
	color: #fff;
	background-color: #55acee;
	border-color: rgba(0, 0, 0, .2)
}

.btn-twitter.focus, .btn-twitter:focus, .btn-twitter:hover {
	color: #fff;
	background-color: #2795e9;
	border-color: rgba(0, 0, 0, .2)
}

.btn-twitter.active, .btn-twitter:active, .open > .dropdown-toggle.btn-twitter {
	color: #fff;
	background-color: #2795e9;
	background-image: none;
	border-color: rgba(0, 0, 0, .2)
}

.btn-twitter.active.focus, .btn-twitter.active:focus, .btn-twitter.active:hover, .btn-twitter:active.focus, .btn-twitter:active:focus, .btn-twitter:active:hover, .open > .dropdown-toggle.btn-twitter.focus, .open > .dropdown-toggle.btn-twitter:focus, .open > .dropdown-toggle.btn-twitter:hover {
	color: #fff;
	background-color: #1583d7;
	border-color: rgba(0, 0, 0, .2)
}

.btn-twitter.disabled.focus, .btn-twitter.disabled:focus, .btn-twitter.disabled:hover, .btn-twitter[disabled].focus, .btn-twitter[disabled]:focus, .btn-twitter[disabled]:hover, fieldset[disabled] .btn-twitter.focus, fieldset[disabled] .btn-twitter:focus, fieldset[disabled] .btn-twitter:hover {
	background-color: #55acee;
	border-color: rgba(0, 0, 0, .2)
}

.btn-twitter .badge {
	color: #55acee;
	background-color: #fff
}

.btn-vimeo {
	color: #fff;
	background-color: #1ab7ea;
	border-color: rgba(0, 0, 0, .2)
}

.btn-vimeo.focus, .btn-vimeo:focus, .btn-vimeo:hover {
	color: #fff;
	background-color: #1295bf;
	border-color: rgba(0, 0, 0, .2)
}

.btn-vimeo.active, .btn-vimeo:active, .open > .dropdown-toggle.btn-vimeo {
	color: #fff;
	background-color: #1295bf;
	background-image: none;
	border-color: rgba(0, 0, 0, .2)
}

.btn-vimeo.active.focus, .btn-vimeo.active:focus, .btn-vimeo.active:hover, .btn-vimeo:active.focus, .btn-vimeo:active:focus, .btn-vimeo:active:hover, .open > .dropdown-toggle.btn-vimeo.focus, .open > .dropdown-toggle.btn-vimeo:focus, .open > .dropdown-toggle.btn-vimeo:hover {
	color: #fff;
	background-color: #0f7b9f;
	border-color: rgba(0, 0, 0, .2)
}

.btn-vimeo.disabled.focus, .btn-vimeo.disabled:focus, .btn-vimeo.disabled:hover, .btn-vimeo[disabled].focus, .btn-vimeo[disabled]:focus, .btn-vimeo[disabled]:hover, fieldset[disabled] .btn-vimeo.focus, fieldset[disabled] .btn-vimeo:focus, fieldset[disabled] .btn-vimeo:hover {
	background-color: #1ab7ea;
	border-color: rgba(0, 0, 0, .2)
}

.btn-vimeo .badge {
	color: #1ab7ea;
	background-color: #fff
}

.btn-vk {
	background-color: #587ea3
}

.btn-vk, .btn-vk.focus, .btn-vk:focus {
	color: #fff;
	border-color: rgba(0, 0, 0, .2)
}

.btn-vk.focus, .btn-vk:focus, .btn-vk:hover {
	background-color: #466482
}

.btn-vk:hover {
	color: #fff;
	border-color: rgba(0, 0, 0, .2)
}

.btn-vk.active, .btn-vk:active, .open > .dropdown-toggle.btn-vk {
	color: #fff;
	background-color: #466482;
	background-image: none;
	border-color: rgba(0, 0, 0, .2)
}

.btn-vk.active.focus, .btn-vk.active:focus, .btn-vk.active:hover, .btn-vk:active.focus, .btn-vk:active:focus, .btn-vk:active:hover, .open > .dropdown-toggle.btn-vk.focus, .open > .dropdown-toggle.btn-vk:focus, .open > .dropdown-toggle.btn-vk:hover {
	color: #fff;
	background-color: #3a526b;
	border-color: rgba(0, 0, 0, .2)
}

.btn-vk.disabled.focus, .btn-vk.disabled:focus, .btn-vk.disabled:hover, .btn-vk[disabled].focus, .btn-vk[disabled]:focus, .btn-vk[disabled]:hover, fieldset[disabled] .btn-vk.focus, fieldset[disabled] .btn-vk:focus, fieldset[disabled] .btn-vk:hover {
	background-color: #587ea3;
	border-color: rgba(0, 0, 0, .2)
}

.btn-vk .badge {
	color: #587ea3;
	background-color: #fff
}

.btn-yahoo {
	color: #fff;
	background-color: #720e9e;
	border-color: rgba(0, 0, 0, .2)
}

.btn-yahoo.focus, .btn-yahoo:focus, .btn-yahoo:hover {
	color: #fff;
	background-color: #500a6f;
	border-color: rgba(0, 0, 0, .2)
}

.btn-yahoo.active, .btn-yahoo:active, .open > .dropdown-toggle.btn-yahoo {
	color: #fff;
	background-color: #500a6f;
	background-image: none;
	border-color: rgba(0, 0, 0, .2)
}

.btn-yahoo.active.focus, .btn-yahoo.active:focus, .btn-yahoo.active:hover, .btn-yahoo:active.focus, .btn-yahoo:active:focus, .btn-yahoo:active:hover, .open > .dropdown-toggle.btn-yahoo.focus, .open > .dropdown-toggle.btn-yahoo:focus, .open > .dropdown-toggle.btn-yahoo:hover {
	color: #fff;
	background-color: #39074e;
	border-color: rgba(0, 0, 0, .2)
}

.btn-yahoo.disabled.focus, .btn-yahoo.disabled:focus, .btn-yahoo.disabled:hover, .btn-yahoo[disabled].focus, .btn-yahoo[disabled]:focus, .btn-yahoo[disabled]:hover, fieldset[disabled] .btn-yahoo.focus, fieldset[disabled] .btn-yahoo:focus, fieldset[disabled] .btn-yahoo:hover {
	background-color: #720e9e;
	border-color: rgba(0, 0, 0, .2)
}

.btn-yahoo .badge {
	color: #720e9e;
	background-color: #fff
}

.aa-suggestion em, .aa-suggestion mark {
	font-style: normal
}

.aa-cursor em, .aa-cursor mark {
	color: inherit;
	background-color: #8bb1f6
}

.ais-SearchBox__root button {
	display: none
}

.ais-SearchBox__input {
	display: block;
	width: 100%;
	height: 38px;
	padding: 8px 14px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #636a79;
	background-color: #fff;
	background-image: none;
	border: 1px solid #a8acb4;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

.ais-SearchBox__input:focus {
	border-color: #8bb1f7;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(139, 177, 247, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(139, 177, 247, .6)
}

.ais-SearchBox__input::-moz-placeholder {
	color: #cfbfbf;
	opacity: 1
}

.ais-SearchBox__input:-ms-input-placeholder {
	color: #cfbfbf
}

.ais-SearchBox__input::-webkit-input-placeholder {
	color: #cfbfbf
}

.ais-SearchBox__input::-ms-expand {
	background-color: transparent;
	border: 0
}

.ais-SearchBox__input[disabled], .ais-SearchBox__input[readonly], fieldset[disabled] .ais-SearchBox__input {
	background-color: #f5f6f7;
	opacity: 1
}

.ais-SearchBox__input[disabled], fieldset[disabled] .ais-SearchBox__input {
	cursor: not-allowed
}

textarea.ais-SearchBox__input {
	height: auto
}

.ais-Highlight__highlighted {
	padding: .2em;
	background-color: #fcf8e3;
	font-style: normal
}

.ais-CurrentRefinements__noRefinement {
	display: none
}

.ais-CurrentRefinements__items {
	margin: 1em 0
}

.ais-CurrentRefinements__itemClear {
	color: #fff;
	background: 0 0;
	border: 0;
	padding-right: 0
}

.ais-Menu__item:after, .ais-Menu__item:before, .ais-RefinementList__item:after, .ais-RefinementList__item:before {
	display: table;
	content: " "
}

.ais-Menu__item:after, .ais-RefinementList__item:after {
	clear: both
}

.ais-RefinementList__item > label {
	display: block;
	font-weight: 400
}

.ais-RefinementList__itemLabel {
	margin: 0 8px;
	color: #3071ed;
	cursor: pointer
}

.ais-RefinementList__SearchBox {
	margin-bottom: 1em
}

.ais-RefinementList__SearchBox .ais-SearchBox__input {
	height: 32px;
	padding: 6px 12px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 1px
}

select.ais-RefinementList__SearchBox .ais-SearchBox__input {
	height: 32px;
	line-height: 32px
}

select[multiple].ais-RefinementList__SearchBox .ais-SearchBox__input, textarea.ais-RefinementList__SearchBox .ais-SearchBox__input {
	height: auto
}

.ais-ClearAll__root {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	padding: 8px 14px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 2px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #ebf2ff;
	background-color: #3071ed;
	border-color: #173f8a;
	margin-top: 8px
}

.ais-ClearAll__root.active.focus, .ais-ClearAll__root.active:focus, .ais-ClearAll__root.focus, .ais-ClearAll__root:active.focus, .ais-ClearAll__root:active:focus, .ais-ClearAll__root:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.ais-ClearAll__root.focus, .ais-ClearAll__root:focus, .ais-ClearAll__root:hover {
	color: #424957;
	text-decoration: none
}

.ais-ClearAll__root.active, .ais-ClearAll__root:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.ais-ClearAll__root.disabled, .ais-ClearAll__root[disabled], fieldset[disabled] .ais-ClearAll__root {
	cursor: not-allowed;
	opacity: .65;
	-webkit-box-shadow: none;
	box-shadow: none
}

a.ais-ClearAll__root.disabled, fieldset[disabled] a.ais-ClearAll__root {
	pointer-events: none
}

.ais-ClearAll__root.focus, .ais-ClearAll__root:focus {
	color: #ebf2ff;
	background-color: #1356d7;
	border-color: #050d1d
}

.ais-ClearAll__root:hover {
	color: #ebf2ff;
	background-color: #1356d7;
	border-color: #0e2756
}

.ais-ClearAll__root.active, .ais-ClearAll__root:active, .open > .dropdown-toggle.ais-ClearAll__root {
	color: #ebf2ff;
	background-color: #1356d7;
	background-image: none;
	border-color: #0e2756
}

.ais-ClearAll__root.active.focus, .ais-ClearAll__root.active:focus, .ais-ClearAll__root.active:hover, .ais-ClearAll__root:active.focus, .ais-ClearAll__root:active:focus, .ais-ClearAll__root:active:hover, .open > .dropdown-toggle.ais-ClearAll__root.focus, .open > .dropdown-toggle.ais-ClearAll__root:focus, .open > .dropdown-toggle.ais-ClearAll__root:hover {
	color: #ebf2ff;
	background-color: #1049b6;
	border-color: #050d1d
}

.ais-ClearAll__root.disabled.focus, .ais-ClearAll__root.disabled:focus, .ais-ClearAll__root.disabled:hover, .ais-ClearAll__root[disabled].focus, .ais-ClearAll__root[disabled]:focus, .ais-ClearAll__root[disabled]:hover, fieldset[disabled] .ais-ClearAll__root.focus, fieldset[disabled] .ais-ClearAll__root:focus, fieldset[disabled] .ais-ClearAll__root:hover {
	background-color: #3071ed;
	border-color: #173f8a
}

.ais-ClearAll__root .badge {
	color: #3071ed;
	background-color: #ebf2ff
}

.ais-ClearAll__root[disabled] {
	display: none
}

.ais-RefinementList__showMore {
	font-weight: 400;
	color: #3071ed;
	border-radius: 0;
	font-weight: 700;
	display: block;
	text-align: center;
	width: 100%
}

.ais-RefinementList__showMore, .ais-RefinementList__showMore.active, .ais-RefinementList__showMore:active, .ais-RefinementList__showMore[disabled], fieldset[disabled] .ais-RefinementList__showMore {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.ais-RefinementList__showMore, .ais-RefinementList__showMore:active, .ais-RefinementList__showMore:focus, .ais-RefinementList__showMore:hover {
	border-color: transparent
}

.ais-RefinementList__showMore:focus, .ais-RefinementList__showMore:hover {
	color: #2459bd;
	text-decoration: underline;
	background-color: transparent
}

.ais-RefinementList__showMore[disabled]:focus, .ais-RefinementList__showMore[disabled]:hover, fieldset[disabled] .ais-RefinementList__showMore:focus, fieldset[disabled] .ais-RefinementList__showMore:hover {
	color: #a8acb4;
	text-decoration: none
}

.ais-Menu__itemSelected > .ais-Menu__itemLink, .ais-RefinementList__itemLabelSelected {
	font-weight: 700;
	color: #424957
}

.ais-Menu__itemLink {
	display: block
}

.ais-Toggle__root {
	font-weight: 400
}

.ais-Toggle__label {
	margin-left: 8px
}

.ais-Menu__itemCount, .ais-RefinementList__itemCount {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #a8acb4;
	border-radius: 10px;
	float: right
}

.ais-Menu__itemCount:empty, .ais-RefinementList__itemCount:empty {
	display: none
}

.btn .ais-Menu__itemCount, .btn .ais-RefinementList__itemCount {
	position: relative;
	top: -1px
}

.btn-group-xs > .btn .ais-Menu__itemCount, .btn-group-xs > .btn .ais-RefinementList__itemCount, .btn-xs .ais-Menu__itemCount, .btn-xs .ais-RefinementList__itemCount {
	top: 0;
	padding: 1px 5px
}

a.ais-Menu__itemCount:focus, a.ais-Menu__itemCount:hover, a.ais-RefinementList__itemCount:focus, a.ais-RefinementList__itemCount:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.list-group-item.active > .ais-Menu__itemCount, .list-group-item.active > .ais-RefinementList__itemCount, .nav-pills > .active > a > .ais-Menu__itemCount, .nav-pills > .active > a > .ais-RefinementList__itemCount {
	color: #3071ed;
	background-color: #fff
}

.list-group-item > .ais-Menu__itemCount, .list-group-item > .ais-RefinementList__itemCount {
	float: right
}

.list-group-item > .ais-Menu__itemCount + .ais-Menu__itemCount, .list-group-item > .ais-Menu__itemCount + .ais-RefinementList__itemCount, .list-group-item > .ais-RefinementList__itemCount + .ais-Menu__itemCount, .list-group-item > .ais-RefinementList__itemCount + .ais-RefinementList__itemCount {
	margin-right: 5px
}

.nav-pills > li > a > .ais-Menu__itemCount, .nav-pills > li > a > .ais-RefinementList__itemCount {
	margin-left: 3px
}

.ais-Pagination__root > .ais-Pagination__itemDisabled > a, .ais-Pagination__root > .ais-Pagination__itemDisabled > a:focus, .ais-Pagination__root > .ais-Pagination__itemDisabled > a:hover, .ais-Pagination__root > .ais-Pagination__itemDisabled > span, .ais-Pagination__root > .ais-Pagination__itemDisabled > span:focus, .ais-Pagination__root > .ais-Pagination__itemDisabled > span:hover {
	color: #a8acb4;
	background-color: #fff;
	border-color: #c9ccd1;
	cursor: default
}

.ais-Pagination__root > .ais-Pagination__itemSelected > a, .ais-Pagination__root > .ais-Pagination__itemSelected > a:focus, .ais-Pagination__root > .ais-Pagination__itemSelected > a:hover, .ais-Pagination__root > .ais-Pagination__itemSelected > span, .ais-Pagination__root > .ais-Pagination__itemSelected > span:focus, .ais-Pagination__root > .ais-Pagination__itemSelected > span:hover {
	z-index: 2;
	color: #fff;
	background-color: #3071ed;
	border-color: #3071ed;
	cursor: default
}

.ais-CurrentRefinements__root {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.ais-CurrentRefinements__group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding-right: 8px
}

.ais-CurrentRefinements__groupname {
	margin-right: 8px
}

.ais-CurrentRefinements__item {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
	background-color: #c9ccd1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 4px 4px 0
}

a.ais-CurrentRefinements__item:focus, a.ais-CurrentRefinements__item:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.ais-CurrentRefinements__item:empty {
	display: none
}

.btn .ais-CurrentRefinements__item {
	position: relative;
	top: -1px
}

.ais-CurrentRefinements__item[href]:focus, .ais-CurrentRefinements__item[href]:hover {
	background-color: #adb2ba
}

.ais-CurrentRefinements__item .close {
	float: none;
	margin-left: 8px
}

.react-autosuggest__suggestions-list, .smarty-autocomplete {
	display: block;
	width: 100%
}

.react-autosuggest__suggestion, .smarty-suggestion {
	font-size: 14px
}

.react-autosuggest__suggestion--highlighted, .react-autosuggest__suggestion--highlighted:focus, .react-autosuggest__suggestion--highlighted:hover, .smarty-active-suggestion, .smarty-active-suggestion:focus, .smarty-active-suggestion:hover {
	color: #fff
}

.select2-container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle
}

.select2-container .select2-selection--single {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
	position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px
}

.select2-container .select2-selection--multiple {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-search--inline {
	float: left
}

.select2-container .select2-search--inline .select2-search__field {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-dropdown {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051
}

.select2-results {
	display: block
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0
}

.select2-results__option {
	padding: 6px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

.select2-results__option[aria-selected] {
	cursor: pointer
}

.select2-container--open .select2-dropdown {
	left: 0
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-search--dropdown {
	display: block;
	padding: 4px
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
	display: none
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff
}

.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888;
	border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-top: 5px;
	margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
	float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: 1px solid #000;
	outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: 0 0;
	border: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: #fff
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
	background-image: linear-gradient(180deg, #fff 50%, #eee);
	background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
	background-image: linear-gradient(180deg, #eee 50%, #ccc);
	background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: 0 0;
	border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888;
	border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(50%, #eee));
	background-image: linear-gradient(180deg, #fff 0, #eee 50%);
	background-repeat: repeat-x
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
	background-image: linear-gradient(180deg, #eee 50%, #fff);
	background-repeat: repeat-x
}

.select2-container--classic .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	float: right;
	margin-left: 5px;
	margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.select2-container--classic .select2-dropdown {
	background-color: #fff;
	border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
	border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
	padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: #fff
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb
}

.select2-container--bootstrap {
	display: block
}

.select2-container--bootstrap .select2-selection {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	background-color: #fff;
	border: 1px solid #a8acb4;
	border-radius: 2px;
	color: #636a79;
	font-size: 14px;
	outline: 0
}

.select2-container--bootstrap .select2-selection.form-control {
	border-radius: 2px
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	background-color: #fff;
	border: 1px solid #a8acb4;
	border-radius: 2px;
	color: #636a79;
	font-size: 14px
}

.select2-container--bootstrap .select2-search__field {
	outline: 0
}

.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
	color: #cfbfbf
}

.select2-container--bootstrap .select2-search__field:-moz-placeholder {
	color: #cfbfbf
}

.select2-container--bootstrap .select2-search__field::-moz-placeholder {
	color: #cfbfbf;
	opacity: 1
}

.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
	color: #cfbfbf
}

.select2-container--bootstrap .select2-results__option {
	padding: 8px 14px
}

.select2-container--bootstrap .select2-results__option[role=group] {
	padding: 0
}

.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
	color: #a8acb4;
	cursor: not-allowed
}

.select2-container--bootstrap .select2-results__option[aria-selected=true] {
	background-color: #3071ed;
	color: #ebf2ff
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
	background-color: #5c91f2;
	color: #fff
}

.select2-container--bootstrap .select2-results__option .select2-results__option {
	padding: 8px 14px
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -14px;
	padding-left: 28px
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -28px;
	padding-left: 42px
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -42px;
	padding-left: 56px
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -56px;
	padding-left: 70px
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -70px;
	padding-left: 84px
}

.select2-container--bootstrap .select2-results__group {
	color: #838995;
	display: block;
	padding: 8px 14px;
	font-size: 12px;
	line-height: 1.42857143;
	white-space: nowrap
}

.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(139, 177, 247, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(139, 177, 247, .6);
	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	border-color: #8bb1f7
}

.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
	border-color: transparent transparent #cfbfbf;
	border-width: 0 4px 4px
}

.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-color: transparent
}

.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-top-color: transparent
}

.select2-container--bootstrap .select2-selection__clear {
	color: #cfbfbf;
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-right: 10px
}

.select2-container--bootstrap .select2-selection__clear:hover {
	color: #424957
}

.select2-container--bootstrap.select2-container--disabled .select2-selection {
	border-color: #a8acb4;
	-webkit-box-shadow: none;
	box-shadow: none
}

.select2-container--bootstrap.select2-container--disabled .select2-search__field, .select2-container--bootstrap.select2-container--disabled .select2-selection {
	cursor: not-allowed
}

.select2-container--bootstrap.select2-container--disabled .select2-selection, .select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
	background-color: #f5f6f7
}

.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove, .select2-container--bootstrap.select2-container--disabled .select2-selection__clear {
	display: none
}

.select2-container--bootstrap .select2-dropdown {
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	border-color: #8bb1f7;
	overflow-x: hidden;
	margin-top: -1px
}

.select2-container--bootstrap .select2-dropdown--above {
	-webkit-box-shadow: 0 -6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 -6px 12px rgba(0, 0, 0, .175);
	margin-top: 1px
}

.select2-container--bootstrap .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--bootstrap .select2-selection--single {
	height: 38px;
	line-height: 1.42857143;
	padding: 8px 26px 8px 14px
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
	position: absolute;
	bottom: 0;
	right: 14px;
	top: 0;
	width: 4px
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
	border-color: #cfbfbf transparent transparent;
	border-style: solid;
	border-width: 4px 4px 0;
	height: 0;
	left: 0;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
	color: #636a79;
	padding: 0
}

.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
	color: #cfbfbf
}

.select2-container--bootstrap .select2-selection--multiple {
	min-height: 38px;
	padding: 0;
	height: auto
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	line-height: 1.42857143;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
	color: #cfbfbf;
	float: left;
	margin-top: 5px
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
	color: #636a79;
	background: #fff;
	border: 1px solid #838995;
	border-radius: 2px;
	cursor: default;
	float: left;
	margin: 7px 0 0 7px;
	padding: 0 8px
}

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
	background: 0 0;
	padding: 0 14px;
	height: 36px;
	line-height: 1.42857143;
	margin-top: 0;
	min-width: 5em
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
	color: #cfbfbf;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 4px
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #424957
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
	margin-top: 8px
}

.form-group-sm .select2-container--bootstrap .select2-selection--single, .input-group-sm .select2-container--bootstrap .select2-selection--single, .select2-container--bootstrap .select2-selection--single.input-sm {
	border-radius: 1px;
	font-size: 12px;
	height: 32px;
	line-height: 1.5;
	padding: 6px 24px 6px 12px
}

.form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .select2-container--bootstrap .select2-selection--single.input-sm .select2-selection__arrow b {
	margin-left: -6px
}

.form-group-sm .select2-container--bootstrap .select2-selection--multiple, .input-group-sm .select2-container--bootstrap .select2-selection--multiple, .select2-container--bootstrap .select2-selection--multiple.input-sm {
	min-height: 32px;
	border-radius: 1px
}

.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice, .select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__choice {
	font-size: 12px;
	line-height: 1.5;
	margin: 5px 0 0 6px;
	padding: 0 6px
}

.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .select2-container--bootstrap .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field {
	padding: 0 12px;
	font-size: 12px;
	height: 30px;
	line-height: 1.5
}

.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear, .select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__clear {
	margin-top: 6px
}

.form-group-lg .select2-container--bootstrap .select2-selection--single, .input-group-lg .select2-container--bootstrap .select2-selection--single, .select2-container--bootstrap .select2-selection--single.input-lg {
	border-radius: 4px;
	font-size: 18px;
	height: 50px;
	line-height: 1.3333333;
	padding: 12px 33px 12px 18px
}

.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow, .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow, .select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow {
	width: 5px
}

.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow b {
	border-width: 5px 5px 0;
	margin-left: -5px;
	margin-left: -12px;
	margin-top: -2.5px
}

.form-group-lg .select2-container--bootstrap .select2-selection--multiple, .input-group-lg .select2-container--bootstrap .select2-selection--multiple, .select2-container--bootstrap .select2-selection--multiple.input-lg {
	min-height: 50px;
	border-radius: 4px
}

.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice, .select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__choice {
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 2px;
	margin: 11px 0 0 9px;
	padding: 0 12px
}

.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .select2-container--bootstrap .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field {
	padding: 0 18px;
	font-size: 18px;
	height: 48px;
	line-height: 1.3333333
}

.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear, .select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__clear {
	margin-top: 12px
}

.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b, .select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #cfbfbf;
	border-width: 0 5px 5px
}

.select2-container--bootstrap[dir=rtl] .select2-selection--single {
	padding-left: 26px;
	padding-right: 14px
}

.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__rendered {
	padding-right: 0;
	padding-left: 0;
	text-align: right
}

.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__arrow {
	left: 14px;
	right: auto
}

.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__arrow b {
	margin-left: 0
}

.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-search--inline, .select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
	float: right
}

.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin-left: 0;
	margin-right: 7px
}

.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.has-warning .select2-dropdown, .has-warning .select2-selection {
	border-color: #8a6d3b
}

.has-warning .select2-container--focus .select2-selection, .has-warning .select2-container--open .select2-selection {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
	border-color: #66512c
}

.has-warning.select2-drop-active {
	border-color: #66512c
}

.has-warning.select2-drop-active.select2-drop.select2-drop-above {
	border-top-color: #66512c
}

.has-error .select2-dropdown, .has-error .select2-selection {
	border-color: #a94442
}

.has-error .select2-container--focus .select2-selection, .has-error .select2-container--open .select2-selection {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
	border-color: #843534
}

.has-error.select2-drop-active {
	border-color: #843534
}

.has-error.select2-drop-active.select2-drop.select2-drop-above {
	border-top-color: #843534
}

.has-success .select2-dropdown, .has-success .select2-selection {
	border-color: #3c763d
}

.has-success .select2-container--focus .select2-selection, .has-success .select2-container--open .select2-selection {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
	border-color: #2b542c
}

.has-success.select2-drop-active {
	border-color: #2b542c
}

.has-success.select2-drop-active.select2-drop.select2-drop-above {
	border-top-color: #2b542c
}

.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection, .input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection.form-control {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection, .input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection.form-control {
	border-radius: 0
}

.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection, .input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection.form-control {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group > .select2-container--bootstrap {
	display: table;
	table-layout: fixed;
	position: relative;
	z-index: 2;
	width: 100%;
	margin-bottom: 0
}

.input-group > .select2-container--bootstrap > .selection > .select2-selection.form-control {
	float: none
}

.input-group > .select2-container--bootstrap.select2-container--focus, .input-group > .select2-container--bootstrap.select2-container--open {
	z-index: 3
}

.input-group > .select2-container--bootstrap, .input-group > .select2-container--bootstrap .input-group-btn, .input-group > .select2-container--bootstrap .input-group-btn .btn {
	vertical-align: top
}

.form-control.select2-hidden-accessible {
	position: absolute !important;
	width: 1px !important
}

@media (min-width: 768px) {
	.form-inline .select2-container--bootstrap {
		display: inline-block
	}
}

body .st-default-search-input {
	display: block;
	width: 100%;
	height: 38px;
	padding: 8px 14px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #636a79;
	background-color: #fff;
	border: 1px solid #a8acb4;
	border-radius: 2px;
	background-image: none
}

body .st-default-search-input:focus {
	border-color: #8bb1f7;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(139, 177, 247, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(139, 177, 247, .6)
}

body .st-default-search-input::-moz-placeholder {
	color: #cfbfbf;
	opacity: 1
}

body .st-default-search-input:-ms-input-placeholder {
	color: #cfbfbf
}

body .st-default-search-input::-webkit-input-placeholder {
	color: #cfbfbf
}

body .st-autocomplete-results {
	width: 217px
}

svg.inline {
	display: inline-block;
	font-size: inherit;
	height: 1em;
	overflow: visible;
	vertical-align: -12.5%;
	fill: currentColor
}

.btn-social svg {
	height: 90%
}

svg.inline.svg-lg {
	vertical-align: -25%
}

svg.inline.svg-w-1 {
	width: .0625em
}

svg.inline.svg-w-2 {
	width: .125em
}

svg.inline.svg-w-3 {
	width: .1875em
}

svg.inline.svg-w-4 {
	width: .25em
}

svg.inline.svg-w-5 {
	width: .3125em
}

svg.inline.svg-w-6 {
	width: .375em
}

svg.inline.svg-w-7 {
	width: .4375em
}

svg.inline.svg-w-8 {
	width: .5em
}

svg.inline.svg-w-9 {
	width: .5625em
}

svg.inline.svg-w-10 {
	width: .625em
}

svg.inline.svg-w-11 {
	width: .6875em
}

svg.inline.svg-w-12 {
	width: .75em
}

svg.inline.svg-w-13 {
	width: .8125em
}

svg.inline.svg-w-14 {
	width: .875em
}

svg.inline.svg-w-15 {
	width: .9375em
}

svg.inline.svg-w-16 {
	width: 1em
}

svg.inline.svg-w-17 {
	width: 1.0625em
}

svg.inline.svg-w-18 {
	width: 1.125em
}

svg.inline.svg-w-19 {
	width: 1.1875em
}

svg.inline.svg-w-20 {
	width: 1.25em
}

svg.inline.svg-pull-left {
	margin-right: .3em;
	width: auto
}

svg.inline.svg-pull-right {
	margin-left: .3em;
	width: auto
}

svg.inline.svg-border {
	height: 1.5em
}

svg.inline.svg-li {
	top: auto;
	width: 1.875em
}

svg.inline.svg-fw {
	width: 1.25em
}

.svg-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -15%
}

.svg-xs {
	font-size: .75em
}

.svg-sm {
	font-size: .875em
}

.svg-1x {
	font-size: 1em
}

.svg-2x {
	font-size: 2em
}

.svg-3x {
	font-size: 3em
}

.svg-4x {
	font-size: 4em
}

.svg-5x {
	font-size: 5em
}

.svg-6x {
	font-size: 6em
}

.svg-7x {
	font-size: 7em
}

.svg-8x {
	font-size: 8em
}

.svg-9x {
	font-size: 9em
}

.svg-10x {
	font-size: 10em
}

.svg-fw {
	text-align: center;
	width: 1.25em
}

.svg-ul {
	list-style-type: none;
	margin-left: 1.875em;
	padding-left: 0
}

.svg-ul > li {
	position: relative
}

.svg-li {
	left: -1.875em;
	position: absolute;
	text-align: center;
	top: .14286em;
	width: 1.875em
}

.svg-li.svg-lg {
	left: -1.625em
}

.svg-border {
	border: .08em solid #eee;
	border-radius: .1em;
	padding: .2em .25em .15em
}

.svg-pull-left {
	float: left
}

.svg-pull-right {
	float: right
}

.svg.svg-pull-left, .svgb.svg-pull-left, .svgl.svg-pull-left, .svgr.svg-pull-left, .svgs.svg-pull-left {
	margin-right: .3em
}

.svg.svg-pull-right, .svgb.svg-pull-right, .svgl.svg-pull-right, .svgr.svg-pull-right, .svgs.svg-pull-right {
	margin-left: .3em
}

.svg-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

.svg-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.svg-rotate-90 {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.svg-rotate-180 {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.svg-rotate-270 {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg)
}

.svg-flip-horizontal {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.svg-flip-vertical {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1)
}

:root .svg-flip-horizontal, :root .svg-flip-vertical, :root .svg-rotate-180, :root .svg-rotate-270, :root .svg-rotate-90 {
	-webkit-filter: none;
	filter: none
}

.svg-stack {
	display: inline-block;
	height: 2em;
	position: relative;
	width: 2em
}

.svg-stack-1x, .svg-stack-2x {
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0
}

svg.inline.svg-stack-1x {
	height: 1em;
	width: 1em
}

svg.inline.svg-stack-2x {
	height: 2em;
	width: 2em
}

.heroicon-outline {
	fill: #424957
}

.heroicon-component-fill {
	fill: #fff
}

.heroicon-component-accent {
	fill: #5c91f2
}

.heroicon-shadows {
	fill: #3071ed;
	opacity: .2
}

#body-row:after, #body-row:before, .btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
	display: table;
	content: " "
}

#body-row:after, .btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
	clear: both
}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto
}

.pull-right {
	float: right !important
}

.pull-left {
	float: left !important
}

.hide {
	display: none !important
}

.show {
	display: block !important
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.hidden {
	display: none !important
}

.affix {
	position: fixed
}

@-ms-viewport {
	width: device-width
}

.visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
	display: none !important
}

@media (max-width: 767px) {
	.visible-xs {
		display: block !important
	}
	
	table.visible-xs {
		display: table !important
	}
	
	tr.visible-xs {
		display: table-row !important
	}
	
	td.visible-xs, th.visible-xs {
		display: table-cell !important
	}
}

@media (max-width: 767px) {
	.visible-xs-block {
		display: block !important
	}
}

@media (max-width: 767px) {
	.visible-xs-inline {
		display: inline !important
	}
}

@media (max-width: 767px) {
	.visible-xs-inline-block {
		display: inline-block !important
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important
	}
	
	table.visible-sm {
		display: table !important
	}
	
	tr.visible-sm {
		display: table-row !important
	}
	
	td.visible-sm, th.visible-sm {
		display: table-cell !important
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-block {
		display: block !important
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline {
		display: inline !important
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline-block {
		display: inline-block !important
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important
	}
	
	table.visible-md {
		display: table !important
	}
	
	tr.visible-md {
		display: table-row !important
	}
	
	td.visible-md, th.visible-md {
		display: table-cell !important
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-block {
		display: block !important
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline {
		display: inline !important
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline-block {
		display: inline-block !important
	}
}

@media (min-width: 1200px) {
	.visible-lg {
		display: block !important
	}
	
	table.visible-lg {
		display: table !important
	}
	
	tr.visible-lg {
		display: table-row !important
	}
	
	td.visible-lg, th.visible-lg {
		display: table-cell !important
	}
}

@media (min-width: 1200px) {
	.visible-lg-block {
		display: block !important
	}
}

@media (min-width: 1200px) {
	.visible-lg-inline {
		display: inline !important
	}
}

@media (min-width: 1200px) {
	.visible-lg-inline-block {
		display: inline-block !important
	}
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important
	}
}

@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important
	}
}

.visible-print {
	display: none !important
}

@media print {
	.visible-print {
		display: block !important
	}
	
	table.visible-print {
		display: table !important
	}
	
	tr.visible-print {
		display: table-row !important
	}
	
	td.visible-print, th.visible-print {
		display: table-cell !important
	}
}

.visible-print-block {
	display: none !important
}

@media print {
	.visible-print-block {
		display: block !important
	}
}

.visible-print-inline {
	display: none !important
}

@media print {
	.visible-print-inline {
		display: inline !important
	}
}

.visible-print-inline-block {
	display: none !important
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important
	}
}

@media print {
	.hidden-print {
		display: none !important
	}
}

@media (min-width: 768px) {
	.no-gutter [class~=col-], .no-gutter > div {
		padding-left: 0;
		padding-right: 0
	}
}

#body-container .btn-danger, #body-container .btn-default, #body-container .btn-info, #body-container .btn-primary, #body-container .btn-success, #body-container .btn-warning {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
	-webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075)
}

#body-container .btn-danger.active, #body-container .btn-danger:active, #body-container .btn-default.active, #body-container .btn-default:active, #body-container .btn-info.active, #body-container .btn-info:active, #body-container .btn-primary.active, #body-container .btn-primary:active, #body-container .btn-success.active, #body-container .btn-success:active, #body-container .btn-warning.active, #body-container .btn-warning:active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

#body-container .btn.active, #body-container .btn:active {
	background-image: none
}

#body-container .btn-default {
	background-repeat: repeat-x;
	border-color: #f2f2f2;
	text-shadow: 0 1px 0 #fff;
	border-color: #ccc
}

#body-container .btn-default:focus, #body-container .btn-default:hover {
	background-color: #e0e0e0;
	background-position: 0 -15px
}

#body-container .btn-default.active, #body-container .btn-default:active {
	background-color: #e0e0e0;
	border-color: #dbdbdb
}

#body-container .btn-primary {
	background-repeat: repeat-x;
	border-color: #1961eb
}

#body-container .btn-primary:focus, #body-container .btn-primary:hover {
	background-color: #1253ce;
	background-position: 0 -15px
}

#body-container .btn-primary.active, #body-container .btn-primary:active {
	background-color: #1253ce;
	border-color: #114fc5
}

#body-container .btn-success {
	background-repeat: repeat-x;
	border-color: #289541
}

#body-container .btn-success:focus, #body-container .btn-success:hover {
	background-color: #207935;
	background-position: 0 -15px
}

#body-container .btn-success.active, #body-container .btn-success:active {
	background-color: #207935;
	border-color: #1e7131
}

#body-container .btn-warning {
	background-repeat: repeat-x;
	border-color: #eeb70e
}

#body-container .btn-warning:focus, #body-container .btn-warning:hover {
	background-color: #cd9d0c;
	background-position: 0 -15px
}

#body-container .btn-warning.active, #body-container .btn-warning:active {
	background-color: #cd9d0c;
	border-color: #c3960c
}

#body-container .btn-danger {
	background-repeat: repeat-x;
	border-color: #eb3818
}

#body-container .btn-danger:focus, #body-container .btn-danger:hover {
	background-color: #cd2e12;
	background-position: 0 -15px
}

#body-container .btn-danger.active, #body-container .btn-danger:active {
	background-color: #cd2e12;
	border-color: #c42c11
}

#body-container .btn-info {
	background-repeat: repeat-x;
	border-color: #46b8da
}

#body-container .btn-info:focus, #body-container .btn-info:hover {
	background-color: #2aabd2;
	background-position: 0 -15px
}

#body-container .btn-info.active, #body-container .btn-info:active {
	background-color: #2aabd2;
	border-color: #28a4c9
}

#body-container .img-thumbnail, #body-container .thumbnail {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .075)
}

#body-container .thumbnail .img-responsive {
	width: 100%
}

#body-container .dropdown-menu > li > a:focus, #body-container .dropdown-menu > li > a:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3071ed), to(#1961eb));
	background-image: linear-gradient(180deg, #3071ed 0, #1961eb);
	background-repeat: repeat-x;
	background-color: #1961eb
}

#body-container .dropdown-menu > .active > a, #body-container .dropdown-menu > .active > a:focus, #body-container .dropdown-menu > .active > a:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5c91f2), to(#4481f0));
	background-image: linear-gradient(180deg, #5c91f2 0, #4481f0);
	background-repeat: repeat-x;
	background-color: #4481f0
}

#body-container .list-group {
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .075)
}

#body-container .list-group-item.active, #body-container .list-group-item.active:focus, #body-container .list-group-item.active:hover {
	text-shadow: 0 -1px 0 #2d71ee;
	border-color: #3979ef
}

#body-container .panel {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05)
}

#body-container .well {
	border-color: #dcdcdc;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 hsla(0, 0%, 100%, .1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 hsla(0, 0%, 100%, .1)
}

.modal-content {
	border-radius: 0
}

.btn-rounded {
	border-radius: 100%
}

.homepage #navbar {
	position: relative;
	margin-bottom: 0;
	border: 0;
	-webkit-transition: all .5s;
	transition: all .5s
}

@media (min-width: 768px) {
	.homepage #navbar {
		background: 0 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}
	
	.homepage #navbar:hover {
		background-color: #3071ed;
		border-color: #0b3179;
		-webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .3);
		box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .3)
	}
	
	.homepage #navbar:hover .navbar-nav > .active > a, .homepage #navbar:hover .navbar-nav > .disabled > a, .homepage #navbar:hover .navbar-nav > li > a {
		color: #fff
	}
	
	.homepage #navbar .navbar-nav {
		width: 100%
	}
	
	.homepage #navbar .navbar-nav > li {
		float: none
	}
	
	.homepage #navbar .navbar-nav > li > a {
		margin-bottom: 5px;
		text-align: center
	}
	
	.homepage #navbar .navbar-nav > .dropdown .dropdown-menu {
		top: auto;
		left: auto
	}
	
	.homepage #navbar .navbar-nav > .active > a, .homepage #navbar .navbar-nav > .disabled > a, .homepage #navbar .navbar-nav > li > a {
		color: #000;
		color: rgba(0, 0, 0, .7);
		font-weight: 700
	}
	
	.homepage #navbar .navbar-nav > .active > a:focus, .homepage #navbar .navbar-nav > .active > a:hover, .homepage #navbar .navbar-nav > .disabled > a:focus, .homepage #navbar .navbar-nav > .disabled > a:hover, .homepage #navbar .navbar-nav > li > a:focus, .homepage #navbar .navbar-nav > li > a:hover {
		-webkit-transition: background-color .6s;
		transition: background-color .6s
	}
}

@media (min-width: 768px) and (min-width: 768px) {
	.homepage #navbar .navbar-nav > li {
		display: table-cell;
		width: 1%
	}
	
	.homepage #navbar .navbar-nav > li > a {
		margin-bottom: 0
	}
}

@media (min-width: 992px) {
	.homepage #navbar br {
		display: none
	}
}

.homepage #logo {
	display: none
}

.homepage #top-nav {
	padding-left: 0
}

.homepage #n-content {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

@media (min-width: 768px) {
	.homepage #n-content {
		float: left;
		width: 100%;
		left: 0
	}
}

.homepage h1.lead {
	text-align: center;
	padding: 30px 0 50px;
	margin: 0;
	font-size: 48px;
	line-height: 1.2em
}

.homepage .the-pitch {
	background: url(https://cdn-e1.nachi.org/img/patterns/shattered-d96ae71582.png) repeat
}

.homepage .find-an-inspector {
	position: relative
}

@media (max-width: 767px) {
	.homepage .find-an-inspector {
		margin-bottom: 40px
	}
}

.homepage .find-an-inspector img {
	margin: auto
}

.homepage h1, .homepage h2 {
	text-align: center
}

.homepage h1, .homepage h2, .homepage h3, .homepage h4 {
	font-family: exchange, Georgia, serif
}

.homepage .cta {
	padding: 0 0 40px;
	background: #3071ed;
	text-align: center
}

.homepage .cta .container {
	position: relative
}

.homepage .cta a.book {
	position: relative;
	top: -40px;
	display: block;
	margin: auto;
	width: 131px;
	height: 200px
}

.homepage .cta .plus {
	display: block;
	padding-bottom: 10px;
	color: #fff
}

@media (min-width: 768px) {
	.homepage .cta {
		text-align: left;
		padding: 25px 0;
		margin-bottom: 20px
	}
	
	.homepage .cta a.book {
		display: block;
		position: absolute;
		left: 20px;
		top: -50px
	}
}

@media (min-width: 992px) {
	.homepage .cta {
		padding: 40px 0;
		margin-bottom: 40px
	}
	
	.homepage .cta a.book {
		display: block;
		position: absolute;
		left: 20px;
		top: -80px;
		width: 196px;
		height: 300px
	}
	
	.homepage .cta .plus {
		font-size: 20px
	}
	
	.homepage .cta .btn-lg {
		margin-top: 10px;
		font-size: 30px
	}
}

@media (min-width: 1200px) {
	.homepage .cta {
		padding: 60px 0;
		margin-bottom: 60px
	}
	
	.homepage .cta a.book {
		display: block;
		position: absolute;
		left: 30px;
		top: -120px;
		width: 262px;
		height: 400px
	}
	
	.homepage .cta .plus {
		font-size: 23px
	}
	
	.homepage .cta .btn-lg {
		font-size: 40px
	}
}

@media (max-width: 991px) {
	.homepage #search-btn {
		margin-top: 10px
	}
}

.homepage .social-proof {
	margin: 100px 0
}

.homepage .social-proof h2 {
	margin-bottom: 20px
}

.homepage .social-proof small {
	padding-top: 10px
}

.homepage .testimonials {
	margin: 50px 0;
	padding: 2em;
	background: #eee
}

.homepage .benefits .row {
	margin-top: 20px;
	margin-bottom: 20px
}

.homepage .news h3 {
	margin: 5px 0
}

.homepage .news .panel-body {
	font-size: 13px
}

.homepage .search {
	padding-bottom: 50px
}

.homepage .search hr {
	margin: 50px 0
}

.homepage .more {
	padding-bottom: 30px
}

.homepage .join-cta a {
	margin-bottom: 7px
}

#printservices-logos {
	margin: 1em 0
}

#printservices-logos:after, #printservices-logos:before {
	display: table;
	content: " "
}

#printservices-logos:after {
	clear: both
}

.testimonial-bio {
	padding: 10px 0;
	font-size: 13px;
	text-align: center
}

.testimonial-name {
	white-space: nowrap;
	font-weight: 700
}

.testimonial-company {
	white-space: nowrap;
	display: block
}

.odometer-inside {
	float: right;
	margin: 0 9px
}

.odometer-digit {
	margin: 5px 10px 5px 0
}

.odometer-formatting-mark {
	position: relative;
	left: -10px
}

.odometer-column {
	text-align: center
}

.odometer-label {
	line-height: 30px
}

@font-face {
	font-family: OfficinaSerifBold;
	src: url(https://cdn-e1.nachi.org/fonts/officinaserif-bold-webfont-b2a62bf101.eot);
	src: local("ITC Officina Serif"), local("OfficinaSerif-Bold"), url(https://cdn-e1.nachi.org/fonts/officinaserif-bold-webfont-2b01147aa0.woff) format("woff"), url(https://cdn-e1.nachi.org/fonts/officinaserif-bold-webfont-6390ebe918.ttf) format("truetype"), url(https://cdn-e1.nachi.org/fonts/officinaserif-bold-webfont-c7fee5aefc.svg#webfontaI18z9VV) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: Elusive-Icons;
	src: url(https://cdn-e1.nachi.org/fonts/elusive/Elusive-Icons-b6dfd934c7.eot);
	src: url(https://cdn-e1.nachi.org/fonts/elusive/Elusive-Icons-b6dfd934c7.eot?#iefix) format("embedded-opentype"), url(https://cdn-e1.nachi.org/fonts/elusive/Elusive-Icons-ec8db0b750.svg#Elusive-Icons) format("svg"), url(https://cdn-e1.nachi.org/fonts/elusive/Elusive-Icons-ade81352be.woff) format("woff"), url(https://cdn-e1.nachi.org/fonts/elusive/Elusive-Icons-0aa7370ca9.ttf) format("truetype");
	font-weight: 400;
	font-style: normal
}

.glyphicon {
	position: relative;
	top: 1px
}

.el-icon, .glyphicon, [class*=el-icon-] {
	font-family: Elusive-Icons;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0);
	transform: translate(0)
}

.el-icon-spin {
	-webkit-animation: el-spin 2s infinite linear;
	animation: el-spin 2s infinite linear
}

.el-icon-pulse {
	-webkit-animation: el-spin 1s infinite steps(8);
	animation: el-spin 1s infinite steps(8)
}

@-webkit-keyframes el-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes el-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.el-icon-zoom-out:before {
	content: "\E600"
}

.el-icon-zoom-in:before {
	content: "\E601"
}

.el-icon-youtube:before {
	content: "\E602"
}

.el-icon-wrench-alt:before {
	content: "\E603"
}

.el-icon-wrench:before {
	content: "\E604"
}

.el-icon-wordpress:before {
	content: "\E605"
}

.el-icon-wheelchair:before {
	content: "\E606"
}

.el-icon-website-alt:before {
	content: "\E607"
}

.el-icon-website:before {
	content: "\E608"
}

.el-icon-warning-sign:before {
	content: "\E609"
}

.el-icon-w3c:before {
	content: "\E60A"
}

.el-icon-volume-up:before {
	content: "\E60B"
}

.el-icon-volume-off:before {
	content: "\E60C"
}

.el-icon-volume-down:before {
	content: "\E60D"
}

.el-icon-vkontakte:before {
	content: "\E60E"
}

.el-icon-vimeo:before {
	content: "\E60F"
}

.el-icon-view-mode:before {
	content: "\E610"
}

.el-icon-video-chat:before {
	content: "\E611"
}

.el-icon-video-alt:before {
	content: "\E612"
}

.el-icon-video:before {
	content: "\E613"
}

.el-icon-viadeo:before {
	content: "\E614"
}

.el-icon-user:before {
	content: "\E615"
}

.el-icon-usd:before {
	content: "\E616"
}

.el-icon-upload:before {
	content: "\E617"
}

.el-icon-unlock-alt:before {
	content: "\E618"
}

.el-icon-unlock:before {
	content: "\E619"
}

.el-icon-universal-access:before {
	content: "\E61A"
}

.el-icon-twitter:before {
	content: "\E61B"
}

.el-icon-tumblr:before {
	content: "\E61C"
}

.el-icon-trash-alt:before {
	content: "\E61D"
}

.el-icon-trash:before {
	content: "\E61E"
}

.el-icon-torso:before {
	content: "\E61F"
}

.el-icon-tint:before {
	content: "\E620"
}

.el-icon-time-alt:before {
	content: "\E621"
}

.el-icon-time:before {
	content: "\E622"
}

.el-icon-thumbs-up:before {
	content: "\E623"
}

.el-icon-thumbs-down:before {
	content: "\E624"
}

.el-icon-th-list:before {
	content: "\E625"
}

.el-icon-th-large:before {
	content: "\E626"
}

.el-icon-th:before {
	content: "\E627"
}

.el-icon-text-width:before {
	content: "\E628"
}

.el-icon-text-height:before {
	content: "\E629"
}

.el-icon-tasks:before {
	content: "\E62A"
}

.el-icon-tags:before {
	content: "\E62B"
}

.el-icon-tag:before {
	content: "\E62C"
}

.el-icon-stumbleupon:before {
	content: "\E62D"
}

.el-icon-stop-alt:before {
	content: "\E62E"
}

.el-icon-stop:before {
	content: "\E62F"
}

.el-icon-step-forward:before {
	content: "\E630"
}

.el-icon-step-backward:before {
	content: "\E631"
}

.el-icon-star-empty:before {
	content: "\E632"
}

.el-icon-star-alt:before {
	content: "\E633"
}

.el-icon-star:before {
	content: "\E634"
}

.el-icon-stackoverflow:before {
	content: "\E635"
}

.el-icon-spotify:before {
	content: "\E636"
}

.el-icon-speaker:before {
	content: "\E637"
}

.el-icon-soundcloud:before {
	content: "\E638"
}

.el-icon-smiley-alt:before {
	content: "\E639"
}

.el-icon-smiley:before {
	content: "\E63A"
}

.el-icon-slideshare:before {
	content: "\E63B"
}

.el-icon-skype:before {
	content: "\E63C"
}

.el-icon-signal:before {
	content: "\E63D"
}

.el-icon-shopping-cart-sign:before {
	content: "\E63E"
}

.el-icon-shopping-cart:before {
	content: "\E63F"
}

.el-icon-share-alt:before {
	content: "\E640"
}

.el-icon-share:before {
	content: "\E641"
}

.el-icon-search-alt:before {
	content: "\E642"
}

.el-icon-search:before {
	content: "\E643"
}

.el-icon-screenshot:before {
	content: "\E644"
}

.el-icon-screen-alt:before {
	content: "\E645"
}

.el-icon-screen:before {
	content: "\E646"
}

.el-icon-scissors:before {
	content: "\E647"
}

.el-icon-rss:before {
	content: "\E648"
}

.el-icon-road:before {
	content: "\E649"
}

.el-icon-reverse-alt:before {
	content: "\E64A"
}

.el-icon-retweet:before {
	content: "\E64B"
}

.el-icon-return-key:before {
	content: "\E64C"
}

.el-icon-resize-vertical:before {
	content: "\E64D"
}

.el-icon-resize-small:before {
	content: "\E64E"
}

.el-icon-resize-horizontal:before {
	content: "\E64F"
}

.el-icon-resize-full:before {
	content: "\E650"
}

.el-icon-repeat-alt:before {
	content: "\E651"
}

.el-icon-repeat:before {
	content: "\E652"
}

.el-icon-remove-sign:before {
	content: "\E653"
}

.el-icon-remove-circle:before {
	content: "\E654"
}

.el-icon-remove:before {
	content: "\E655"
}

.el-icon-refresh:before {
	content: "\E656"
}

.el-icon-reddit:before {
	content: "\E657"
}

.el-icon-record:before {
	content: "\E658"
}

.el-icon-random:before {
	content: "\E659"
}

.el-icon-quotes-alt:before {
	content: "\E65A"
}

.el-icon-quotes:before {
	content: "\E65B"
}

.el-icon-question-sign:before {
	content: "\E65C"
}

.el-icon-question:before {
	content: "\E65D"
}

.el-icon-qrcode:before {
	content: "\E65E"
}

.el-icon-puzzle:before {
	content: "\E65F"
}

.el-icon-print:before {
	content: "\E660"
}

.el-icon-podcast:before {
	content: "\E661"
}

.el-icon-plus-sign:before {
	content: "\E662"
}

.el-icon-plus:before {
	content: "\E663"
}

.el-icon-play-circle:before {
	content: "\E664"
}

.el-icon-play-alt:before {
	content: "\E665"
}

.el-icon-play:before {
	content: "\E666"
}

.el-icon-plane:before {
	content: "\E667"
}

.el-icon-pinterest:before {
	content: "\E668"
}

.el-icon-picture:before {
	content: "\E669"
}

.el-icon-picasa:before {
	content: "\E66A"
}

.el-icon-photo-alt:before {
	content: "\E66B"
}

.el-icon-photo:before {
	content: "\E66C"
}

.el-icon-phone-alt:before {
	content: "\E66D"
}

.el-icon-earphone:before, .el-icon-phone:before {
	content: "\E66E"
}

.el-icon-person:before {
	content: "\E66F"
}

.el-icon-pencil-alt:before {
	content: "\E670"
}

.el-icon-pencil:before {
	content: "\E671"
}

.el-icon-pause-alt:before {
	content: "\E672"
}

.el-icon-pause:before {
	content: "\E673"
}

.el-icon-path:before {
	content: "\E674"
}

.el-icon-paper-clip-alt:before, .el-icon-paperclip-alt:before {
	content: "\E675"
}

.el-icon-paper-clip:before, .el-icon-paperclip:before {
	content: "\E676"
}

.el-icon-opensource:before {
	content: "\E677"
}

.el-icon-ok-sign:before {
	content: "\E678"
}

.el-icon-ok-circle:before {
	content: "\E679"
}

.el-icon-ok:before {
	content: "\E67A"
}

.el-icon-off:before {
	content: "\E67B"
}

.el-icon-network:before {
	content: "\E67C"
}

.el-icon-myspace:before {
	content: "\E67D"
}

.el-icon-music:before {
	content: "\E67E"
}

.el-icon-move:before {
	content: "\E67F"
}

.el-icon-minus-sign:before {
	content: "\E680"
}

.el-icon-minus:before {
	content: "\E681"
}

.el-icon-mic-alt:before {
	content: "\E682"
}

.el-icon-mic:before {
	content: "\E683"
}

.el-icon-map-marker-alt:before {
	content: "\E684"
}

.el-icon-map-marker:before {
	content: "\E685"
}

.el-icon-male:before {
	content: "\E686"
}

.el-icon-magnet:before {
	content: "\E687"
}

.el-icon-magic:before {
	content: "\E688"
}

.el-icon-lock-alt:before {
	content: "\E689"
}

.el-icon-lock:before {
	content: "\E68A"
}

.el-icon-livejournal:before {
	content: "\E68B"
}

.el-icon-list-alt:before {
	content: "\E68C"
}

.el-icon-list:before {
	content: "\E68D"
}

.el-icon-linkedin:before {
	content: "\E68E"
}

.el-icon-link:before {
	content: "\E68F"
}

.el-icon-lines:before {
	content: "\E690"
}

.el-icon-leaf:before {
	content: "\E691"
}

.el-icon-lastfm:before {
	content: "\E692"
}

.el-icon-laptop-alt:before {
	content: "\E693"
}

.el-icon-laptop:before {
	content: "\E694"
}

.el-icon-key:before {
	content: "\E695"
}

.el-icon-italic:before {
	content: "\E696"
}

.el-icon-iphone-home:before {
	content: "\E697"
}

.el-icon-instagram:before {
	content: "\E698"
}

.el-icon-info-sign:before {
	content: "\E699"
}

.el-icon-indent-right:before {
	content: "\E69A"
}

.el-icon-indent-left:before {
	content: "\E69B"
}

.el-icon-inbox-box:before {
	content: "\E69C"
}

.el-icon-inbox-alt:before {
	content: "\E69D"
}

.el-icon-inbox:before {
	content: "\E69E"
}

.el-icon-idea-alt:before {
	content: "\E69F"
}

.el-icon-idea:before {
	content: "\E6A0"
}

.el-icon-hourglass:before {
	content: "\E6A1"
}

.el-icon-home-alt:before {
	content: "\E6A2"
}

.el-icon-home:before {
	content: "\E6A3"
}

.el-icon-heart-empty:before {
	content: "\E6A4"
}

.el-icon-heart-alt:before {
	content: "\E6A5"
}

.el-icon-heart:before {
	content: "\E6A6"
}

.el-icon-hearing-impaired:before {
	content: "\E6A7"
}

.el-icon-headphones:before {
	content: "\E6A8"
}

.el-icon-hdd:before {
	content: "\E6A9"
}

.el-icon-hand-up:before {
	content: "\E6AA"
}

.el-icon-hand-right:before {
	content: "\E6AB"
}

.el-icon-hand-left:before {
	content: "\E6AC"
}

.el-icon-hand-down:before {
	content: "\E6AD"
}

.el-icon-guidedog:before {
	content: "\E6AE"
}

.el-icon-group-alt:before {
	content: "\E6AF"
}

.el-icon-group:before {
	content: "\E6B0"
}

.el-icon-graph-alt:before {
	content: "\E6B1"
}

.el-icon-graph:before {
	content: "\E6B2"
}

.el-icon-googleplus:before {
	content: "\E6B3"
}

.el-icon-globe-alt:before {
	content: "\E6B4"
}

.el-icon-globe:before {
	content: "\E6B5"
}

.el-icon-glasses:before {
	content: "\E6B6"
}

.el-icon-glass:before {
	content: "\E6B7"
}

.el-icon-github-text:before {
	content: "\E6B8"
}

.el-icon-github:before {
	content: "\E6B9"
}

.el-icon-gift:before {
	content: "\E6BA"
}

.el-icon-gbp:before {
	content: "\E6BB"
}

.el-icon-fullscreen:before {
	content: "\E6BC"
}

.el-icon-friendfeed-rect:before {
	content: "\E6BD"
}

.el-icon-friendfeed:before {
	content: "\E6BE"
}

.el-icon-foursquare:before {
	content: "\E6BF"
}

.el-icon-forward-alt:before {
	content: "\E6C0"
}

.el-icon-forward:before {
	content: "\E6C1"
}

.el-icon-fork:before {
	content: "\E6C2"
}

.el-icon-fontsize:before {
	content: "\E6C3"
}

.el-icon-font:before {
	content: "\E6C4"
}

.el-icon-folder-sign:before {
	content: "\E6C5"
}

.el-icon-folder-open:before {
	content: "\E6C6"
}

.el-icon-folder-close:before {
	content: "\E6C7"
}

.el-icon-folder:before {
	content: "\E6C8"
}

.el-icon-flickr:before {
	content: "\E6C9"
}

.el-icon-flag-alt:before {
	content: "\E6CA"
}

.el-icon-flag:before {
	content: "\E6CB"
}

.el-icon-fire:before {
	content: "\E6CC"
}

.el-icon-filter:before {
	content: "\E6CD"
}

.el-icon-film:before {
	content: "\E6CE"
}

.el-icon-file-new-alt:before {
	content: "\E6CF"
}

.el-icon-file-new:before {
	content: "\E6D0"
}

.el-icon-file-edit-alt:before {
	content: "\E6D1"
}

.el-icon-file-edit:before {
	content: "\E6D2"
}

.el-icon-file-alt:before {
	content: "\E6D3"
}

.el-icon-file:before {
	content: "\E6D4"
}

.el-icon-female:before {
	content: "\E6D5"
}

.el-icon-fast-forward:before {
	content: "\E6D6"
}

.el-icon-fast-backward:before {
	content: "\E6D7"
}

.el-icon-facetime-video:before {
	content: "\E6D8"
}

.el-icon-facebook:before {
	content: "\E6D9"
}

.el-icon-eye-open:before {
	content: "\E6DA"
}

.el-icon-eye-close:before {
	content: "\E6DB"
}

.el-icon-exclamation-sign:before {
	content: "\E6DC"
}

.el-icon-eur:before {
	content: "\E6DD"
}

.el-icon-error-alt:before {
	content: "\E6DE"
}

.el-icon-error:before {
	content: "\E6DF"
}

.el-icon-envelope-alt:before {
	content: "\E6E0"
}

.el-icon-envelope:before {
	content: "\E6E1"
}

.el-icon-eject:before {
	content: "\E6E2"
}

.el-icon-edit:before {
	content: "\E6E3"
}

.el-icon-dribbble:before {
	content: "\E6E4"
}

.el-icon-download-alt:before {
	content: "\E6E5"
}

.el-icon-download:before {
	content: "\E6E6"
}

.el-icon-digg:before {
	content: "\E6E7"
}

.el-icon-deviantart:before {
	content: "\E6E8"
}

.el-icon-delicious:before {
	content: "\E6E9"
}

.el-icon-dashboard:before {
	content: "\E6EA"
}

.el-icon-css:before {
	content: "\E6EB"
}

.el-icon-credit-card:before {
	content: "\E6EC"
}

.el-icon-compass-alt:before {
	content: "\E6ED"
}

.el-icon-compass:before {
	content: "\E6EE"
}

.el-icon-comment-alt:before {
	content: "\E6EF"
}

.el-icon-comment:before {
	content: "\E6F0"
}

.el-icon-cogs:before {
	content: "\E6F1"
}

.el-icon-cog-alt:before {
	content: "\E6F2"
}

.el-icon-cog:before {
	content: "\E6F3"
}

.el-icon-cloud-alt:before {
	content: "\E6F4"
}

.el-icon-cloud:before {
	content: "\E6F5"
}

.el-icon-circle-arrow-up:before {
	content: "\E6F6"
}

.el-icon-circle-arrow-right:before {
	content: "\E6F7"
}

.el-icon-circle-arrow-left:before {
	content: "\E6F8"
}

.el-icon-circle-arrow-down:before {
	content: "\E6F9"
}

.el-icon-child:before {
	content: "\E6FA"
}

.el-icon-chevron-up:before {
	content: "\E6FB"
}

.el-icon-chevron-right:before {
	content: "\E6FC"
}

.el-icon-chevron-left:before {
	content: "\E6FD"
}

.el-icon-chevron-down:before {
	content: "\E6FE"
}

.el-icon-check-empty:before, .el-icon-unchecked:before {
	content: "\E6FF"
}

.el-icon-check:before {
	content: "\E700"
}

.el-icon-certificate:before {
	content: "\E701"
}

.el-icon-cc:before {
	content: "\E702"
}

.el-icon-caret-up:before {
	content: "\E703"
}

.el-icon-caret-right:before {
	content: "\E704"
}

.el-icon-caret-left:before {
	content: "\E705"
}

.el-icon-caret-down:before {
	content: "\E706"
}

.el-icon-car:before {
	content: "\E707"
}

.el-icon-camera:before {
	content: "\E708"
}

.el-icon-calendar-sign:before {
	content: "\E709"
}

.el-icon-calendar:before {
	content: "\E70A"
}

.el-icon-bullhorn:before {
	content: "\E70B"
}

.el-icon-bulb:before {
	content: "\E70C"
}

.el-icon-brush:before {
	content: "\E70D"
}

.el-icon-broom:before {
	content: "\E70E"
}

.el-icon-briefcase:before {
	content: "\E70F"
}

.el-icon-braille:before {
	content: "\E710"
}

.el-icon-bookmark-empty:before {
	content: "\E711"
}

.el-icon-bookmark:before {
	content: "\E712"
}

.el-icon-book:before {
	content: "\E713"
}

.el-icon-bold:before {
	content: "\E714"
}

.el-icon-blogger:before {
	content: "\E715"
}

.el-icon-blind:before {
	content: "\E716"
}

.el-icon-bell:before {
	content: "\E717"
}

.el-icon-behance:before {
	content: "\E718"
}

.el-icon-barcode:before {
	content: "\E719"
}

.el-icon-ban-circle:before {
	content: "\E71A"
}

.el-icon-backward:before {
	content: "\E71B"
}

.el-icon-asl:before {
	content: "\E71C"
}

.el-icon-arrow-up:before {
	content: "\E71D"
}

.el-icon-arrow-right:before {
	content: "\E71E"
}

.el-icon-arrow-left:before {
	content: "\E71F"
}

.el-icon-arrow-down:before {
	content: "\E720"
}

.el-icon-align-right:before {
	content: "\E721"
}

.el-icon-align-left:before {
	content: "\E722"
}

.el-icon-align-justify:before {
	content: "\E723"
}

.el-icon-align-center:before {
	content: "\E724"
}

.el-icon-adult:before {
	content: "\E725"
}

.el-icon-adjust-alt:before {
	content: "\E726"
}

.el-icon-adjust:before {
	content: "\E727"
}

.el-icon-address-book-alt:before {
	content: "\E728"
}

.el-icon-address-book:before {
	content: "\E729"
}

.el-icon-asterisk:before {
	content: "\E72A"
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animated.delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.animated.delay-2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}

.animated.delay-3s {
	-webkit-animation-delay: 3s;
	animation-delay: 3s
}

.animated.delay-4s {
	-webkit-animation-delay: 4s;
	animation-delay: 4s
}

.animated.delay-5s {
	-webkit-animation-delay: 5s;
	animation-delay: 5s
}

.animated.fast {
	-webkit-animation-duration: .8s;
	animation-duration: .8s
}

.animated.faster {
	-webkit-animation-duration: .5s;
	animation-duration: .5s
}

.animated.slow {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

.animated.slower {
	-webkit-animation-duration: 3s;
	animation-duration: 3s
}

@media (prefers-reduced-motion) {
	.animated {
		-webkit-animation: unset !important;
		animation: unset !important;
		-webkit-transition: none !important;
		transition: none !important
	}
}

@-webkit-keyframes shake {
	0%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

@keyframes shake {
	0%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake
}

html {
	min-height: 100%;
	position: relative
}

body {
	font-style: normal;
	font-weight: 400;
	font-family: proxima-nova, sans-serif;
	font-size: 18px
}

#search-results {
	display: none;
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-bottom: 1px solid #eee
}

#search-results h1 {
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee
}

.table-auto {
	width: auto
}

h1, h2, h3, h4 {
	font-family: exchange, Georgia, serif
}

.page-title {
	margin-top: 0
}

.split-button {
	margin: 1.5em 0;
	margin-left: -20px
}

.split-button:after, .split-button:before {
	display: table;
	content: "";
	line-height: 0
}

.split-button:after {
	clear: both
}

.split-button .memberaction a {
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #333;
	text-shadow: 0 1px 1px hsla(0, 0%, 100%, .75);
	background-color: #f5f5f5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
	background-image: linear-gradient(180deg, #fff, #e6e6e6);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border: 1px solid #bbb;
	border-bottom-color: #a2a2a2;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .2), 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .2), 0 1px 2px rgba(0, 0, 0, .05);
	border-color: #c5c5c5;
	border-color: rgba(0, 0, 0, .15) rgba(0, 0, 0, .15) rgba(0, 0, 0, .25);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
	background-color: #3967ec;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#397fec), to(#3943ec));
	background-image: linear-gradient(180deg, #397fec, #3943ec);
	background-repeat: repeat-x;
	border-color: #3943ec #3943ec #131dc6;
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
	text-decoration: none !important;
	text-align: left
}

.split-button .memberaction a.disabled, .split-button .memberaction a:active, .split-button .memberaction a:focus, .split-button .memberaction a:hover {
	color: #333;
	background-color: #e6e6e6
}

.split-button .memberaction a:hover {
	color: #333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	transition: background-position .1s linear
}

.split-button .memberaction a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.split-button .memberaction a.active, .split-button .memberaction a:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05)
}

.split-button .memberaction a.disabled, .split-button .memberaction a[disabled] {
	cursor: default;
	background-image: none;
	opacity: .65;
	-webkit-box-shadow: none;
	box-shadow: none
}

.split-button .memberaction a .badge, .split-button .memberaction a .label {
	position: relative;
	top: -1px
}

.split-button .memberaction a [class*=" icon-"], .split-button .memberaction a [class^=icon-] {
	line-height: .9em
}

.split-button .memberaction a.active, .split-button .memberaction a.disabled, .split-button .memberaction a:active, .split-button .memberaction a:focus, .split-button .memberaction a:hover, .split-button .memberaction a[disabled] {
	color: #fff;
	background-color: #3943ec
}

.split-button .memberaction a .caret {
	border-top-color: #fff;
	border-bottom-color: #fff
}

.split-button .memberaction, .split-button .nonmemberaction {
	float: left;
	margin-left: 20px;
	width: 220px
}

.split-button .nonmemberaction h3 {
	margin: 0 !important
}

.btn-responsive {
	white-space: normal;
	word-wrap: break-word
}

div.ais-Pagination__root ul.ais-Pagination__root, div.pagination ul.pagination {
	margin: 0
}

.tab-content-framed {
	border: 1px solid #c9ccd1;
	border-top: 0;
	border-radius: 0 0 2px 2px;
	padding: 15px
}

fieldset {
	border: none;
	border-left: 4px solid rgba(0, 0, 0, .05);
	margin-left: .25em;
	padding-left: 1.25em
}

.has-feedback .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
	right: 36px
}

.has-feedback select + .form-control-feedback {
	margin-right: 12px
}

.panel-terms .help-block {
	display: none
}

.panel-terms .has-error .help-block {
	display: block;
	border-top: 1px solid #a94442;
	font-weight: 700;
	padding: 10px 0 0;
	margin: 20px 0 0
}

#body-row {
	margin-right: -15px;
	margin-left: -15px;
	position: relative
}

#n-content {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	min-height: 100%;
	padding-bottom: 100px
}

@media (min-width: 768px) {
	#n-content {
		float: left;
		width: 75%;
		left: 25%
	}
}

.full-width #n-content {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

@media (min-width: 768px) {
	.full-width #n-content {
		float: left;
		width: 100%;
		left: 0
	}
}

#n-content blockquote {
	border-left: none;
	margin-left: 40px;
	padding: 0
}

#n-content blockquote p {
	font-size: 18px
}

#n-content blockquote p:last-child {
	margin-bottom: 0
}

#n-content blockquote .small:before, #n-content blockquote small:before {
	content: ""
}

.page-type-1 #n-content div, .page-type-1 #n-content p {
	max-width: 700px
}

.page-type-1 #n-content div.full-width, .page-type-1 #n-content p.full-width, body.full-width #n-content div, body.full-width #n-content p {
	max-width: none
}

@media (min-width: 768px) {
	#body-container {
		padding-top: 85px
	}
	
	.pad-for-navbar {
		padding-top: 70px
	}
}

@media (min-width: 768px) {
	#n-content {
		padding-left: 30px
	}
}

@media print {
	#body-container, #n-content {
		left: 0;
		margin: 0;
		padding: 0;
		width: auto
	}
}

.jumbotron.jumbotron-header {
	position: relative;
	background-position: 50% 50%;
	background-size: cover;
	text-align: center;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, .75);
	border-radius: 0;
	margin-top: -20px
}

@media (min-width: 768px) {
	.jumbotron.jumbotron-header {
		margin-top: 70px;
		margin-bottom: -55px
	}
}

.jumbotron.jumbotron-header .img-responsive {
	max-width: 100%
}

#navbar {
	background-color: #3071ed;
	border-color: #0b3179;
	-webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .3)
}

#navbar .navbar-brand {
	color: #fff
}

#navbar .navbar-brand:focus, #navbar .navbar-brand:hover {
	color: #fff;
	background-color: transparent
}

#navbar .navbar-text {
	color: #fff
}

#navbar .navbar-nav > li > a {
	color: #fff;
	font-family: Oswald, sans-serif;
	font-size: 17px;
	line-height: 20px;
	font-weight: 300;
	text-transform: uppercase;
	padding: 15px 8px
}

#navbar .navbar-nav > li > a:focus, #navbar .navbar-nav > li > a:hover {
	color: #fff;
	background-color: #145ce5
}

#navbar .navbar-nav > .active > a, #navbar .navbar-nav > .active > a:focus, #navbar .navbar-nav > .active > a:hover {
	color: #fff;
	background-color: #3071ed
}

#navbar .navbar-nav > .disabled > a, #navbar .navbar-nav > .disabled > a:focus, #navbar .navbar-nav > .disabled > a:hover {
	color: #444;
	background-color: transparent
}

@media (min-width: 768px) {
	#navbar .navbar-nav > li > a {
		text-align: center
	}
}

@media (max-width: 767px) {
	#navbar .navbar-nav > li > a > br {
		display: none
	}
	
	#navbar .yamm-content {
		background-color: #fff
	}
}

#navbar .navbar-toggle {
	text-transform: uppercase;
	color: #fff;
	border-color: #145ce5
}

#navbar .navbar-toggle:focus, #navbar .navbar-toggle:hover {
	background-color: #1151c9
}

#navbar .navbar-toggle .icon-bar {
	background-color: #fff
}

#navbar .navbar-collapse, #navbar .navbar-form {
	border-color: #145ce5
}

@media (min-width: 768px) {
	#navbar .navbar-form {
		margin-top: 16px
	}
}

#navbar .navbar-nav > .open > a, #navbar .navbar-nav > .open > a:focus, #navbar .navbar-nav > .open > a:hover {
	background-color: #114dc0;
	color: #fff
}

#navbar .navbar-nav > .dropdown > a .caret, #navbar .navbar-nav > .dropdown > a:hover .caret, #navbar .navbar-nav > .open > a .caret, #navbar .navbar-nav > .open > a:focus .caret, #navbar .navbar-nav > .open > a:hover .caret {
	border-top-color: #fff;
	border-bottom-color: #fff
}

@media (max-width: 767px) {
	#navbar .navbar-nav .open .dropdown-menu > .dropdown-header {
		border-color: #0b3179
	}
	
	#navbar .navbar-nav .open .dropdown-menu > li > a {
		color: #fff
	}
	
	#navbar .navbar-nav .open .dropdown-menu > li > a:focus, #navbar .navbar-nav .open .dropdown-menu > li > a:hover {
		color: #fff;
		background-color: #145ce5
	}
	
	#navbar .navbar-nav .open .dropdown-menu > .active > a, #navbar .navbar-nav .open .dropdown-menu > .active > a:focus, #navbar .navbar-nav .open .dropdown-menu > .active > a:hover {
		color: #fff;
		background-color: #114dc0
	}
	
	#navbar .navbar-nav .open .dropdown-menu > .disabled > a, #navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus, #navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover {
		color: #444;
		background-color: transparent
	}
}

#navbar .dropdown-header {
	font-family: Oswald, sans-serif;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase
}

#navbar .navbar-link, #navbar .navbar-link:hover {
	color: #fff
}

#navbar div.dropdown-menu {
	padding: 15px
}

@media (max-width: 767px) {
	#navbar div.dropdown-menu {
		background: #fff
	}
}

@media (min-width: 768px) {
	#navbar div.dropdown-menu {
		left: 300px;
		right: -30px
	}
}

#navbar div.dropdown-menu .collapse, #navbar div.dropdown-menu .dropdown, #navbar div.dropdown-menu .dropup, #navbar div.dropdown-menu .nav {
	position: static
}

#navbar div.dropdown-menu .container, #navbar div.dropdown-menu .row {
	position: relative
}

#navbar div.dropdown-menu h4 {
	font-family: Oswald, sans-serif;
	font-size: 17px;
	font-weight: 400;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 0 0 8px
}

#navbar div.dropdown-menu ul {
	list-style: none;
	margin: 0;
	padding: 0
}

#navbar div.dropdown-menu ul li a {
	display: block;
	padding: 8px 4px;
	line-height: 1.2em
}

.big-a-link {
	display: block;
	text-align: center;
	font: 28px Oswald, sans-serif;
	text-transform: uppercase
}

.admin-tools {
	-webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .5);
	box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .5);
	background: radial-gradient(#000 15%, transparent 16%) 0 0, radial-gradient(#000 15%, transparent 16%) 8px 8px, radial-gradient(hsla(0, 0%, 100%, .1) 15%, transparent 20%) 0 1px, radial-gradient(hsla(0, 0%, 100%, .1) 15%, transparent 20%) 8px 9px;
	background-color: rgba(0, 0, 0, .3);
	background-size: 16px 16px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .75)
}

.admin-tools:active, .admin-tools:hover {
	background-color: rgba(0, 0, 0, .5)
}

.homepage .admin-tools {
	background: 0 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none
}

@media (min-width: 768px) {
	#navbar .navbar-collapse {
		-webkit-transition: none;
		transition: none
	}
	
	#navbar .container {
		min-height: 70px
	}
	
	.homepage #navbar .container {
		min-height: 1px
	}
	
	#search-alt {
		margin-top: 16px
	}
	
	#navbar #search-form {
		width: 200px;
		text-align: right
	}
	
	#navbar #search-form button {
		border-top-right-radius: 19px;
		border-bottom-right-radius: 19px;
		padding: 8px 17.5px 8px 14px
	}
	
	#navbar #search-box {
		-webkit-transition: width .4s, margin-left .4s;
		transition: width .4s, margin-left .4s;
		border-top-left-radius: 19px;
		border-bottom-left-radius: 19px;
		width: 100px;
		margin-left: 60px
	}
	
	#navbar #search-box:focus {
		width: 160px;
		margin-left: 0
	}
}

@media (max-width: 767px) {
	.navbar-fixed-top {
		position: relative !important
	}
}

body.admin-bar #navbar {
	top: 32px
}

#sidebar {
	margin: 50px 0;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 13px;
	opacity: .85;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out
}

@media (min-width: 768px) {
	#sidebar {
		float: left;
		width: 25%;
		right: 75%
	}
}

#sidebar:hover {
	opacity: 1
}

#secondary .nav li a, #sidebar .nav li a {
	padding: 4px 4px 4px 6px
}

.full-width #sidebar {
	display: none
}

#sidebar-buttons.affix {
	position: fixed
}

#sidebar-buttons.affix-bottom {
	position: absolute
}

#sidebar-inner {
	position: relative;
	top: 0
}

@media (max-width: 991px) and (min-width: 768px) {
	#sidebar-buttons .btn {
		font-size: 13px
	}
}

@media (min-width: 992px) {
	#sidebar {
		margin-top: 100px
	}
	
	#secondary, #sidebar {
		font-size: 14px
	}
	
	#secondary .nav-header, #sidebar .nav-header {
		font-size: 1.05rem
	}
}

@media (min-width: 1200px) {
	#sidebar {
		margin-top: 100px
	}
	
	#secondary .nav-header, #sidebar .nav-header {
		font-size: 1.4rem
	}
}

#sidebar-buttons {
	padding-top: 60px
}

.short-logo #sidebar {
	margin-top: 0
}

#footer {
	margin-top: 50px
}

@media screen and (min-width: 768px) {
	body {
		margin-bottom: 400px
	}
	
	#footer {
		margin-top: 0;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 400px;
		overflow: auto
	}
}

#logo {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
	position: absolute;
	background-repeat: no-repeat;
	background-image: url(https://cdn-e1.nachi.org/img/header-mobile-a4c4a8b0fc.png);
	width: 62px;
	height: 58px;
	background-size: 62px;
	left: 15px
}

@media (-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
	#logo {
		background-image: url(https://cdn-e1.nachi.org/img/header-mobile@2x-f4ef3b62b8.png)
	}
}

@media (min-width: 768px) {
	#logo {
		font: 0/0 a;
		color: transparent;
		text-shadow: none;
		background-color: transparent;
		border: 0;
		position: absolute;
		left: 9px;
		width: 200px;
		height: 146px;
		background-size: 200px;
		background-image: url(https://cdn-e1.nachi.org/img/header-sm-ff9a501a54.png)
	}
	
	.full-width #logo, .short-logo #logo {
		height: 70px;
		background-image: url(https://cdn-e1.nachi.org/img/header-full-sm-11706af13f.png)
	}
	
	#top-nav {
		font-size: 12px;
		padding-left: 184px
	}
	
	#navbar div.dropdown-menu {
		left: 174px
	}
}

@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5),(min-width: 768px) and (min-resolution: 144dpi) {
	.full-width #logo, .short-logo #logo {
		background-image: url(https://cdn-e1.nachi.org/img/header-full-sm@2x-a8c5b905d2.png)
	}
}

@media (min-width: 992px) {
	#logo {
		width: 255px;
		height: 196px;
		background-size: 255px;
		background-image: url(https://cdn-e1.nachi.org/img/header-md-53090244f8.png)
	}
	
	.full-width #logo, .short-logo #logo {
		background-image: url(https://cdn-e1.nachi.org/img/header-full-md-6d0fc2e3ad.png)
	}
	
	#top-nav {
		padding-left: 236px
	}
	
	#navbar div.dropdown-menu {
		left: 226px
	}
}

@media (min-width: 992px) and (-webkit-min-device-pixel-ratio: 1.5),(min-width: 992px) and (min-resolution: 144dpi) {
	.full-width #logo, .short-logo #logo {
		background-image: url(https://cdn-e1.nachi.org/img/header-full-md@2x-d910b3647b.png)
	}
}

@media (min-width: 1200px) {
	#logo {
		width: 305px;
		height: 195px;
		background-size: 305px;
		background-image: url(https://cdn-e1.nachi.org/img/header-lg-3e9886369b.png)
	}
	
	.full-width #logo, .short-logo #logo {
		background-image: url(https://cdn-e1.nachi.org/img/header-full-lg-36c5aa68d5.png)
	}
	
	#top-nav {
		padding-left: 294px
	}
	
	#navbar div.dropdown-menu {
		left: 284px
	}
}

@media (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 1.5),(min-width: 1200px) and (min-resolution: 144dpi) {
	.full-width #logo, .short-logo #logo {
		background-image: url(https://cdn-e1.nachi.org/img/header-full-lg@2x-7fd29f373c.png)
	}
}

.no-js #search-form {
	display: none
}

.search-loading {
	margin: 2em 0
}

.search-loading h1 {
	margin-bottom: 1em
}

.search-result {
	margin-bottom: 28px
}

.search-result h2 {
	margin: 0;
	font-size: 27px
}

.search-result .search-url a {
	color: #006621
}

.search-result em {
	font-weight: 700;
	font-style: normal
}

.training-search-results {
	-webkit-transition: opacity 50ms ease-in-out;
	transition: opacity 50ms ease-in-out
}

.st-page {
	margin: 1.5em 0 4em
}

.st-page .st-prev {
	margin-right: 14px
}

.st-page .st-next, .st-page .st-prev {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 12px 18px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #424957;
	background-color: #fff;
	border-color: #838995
}

.st-page .st-next.active.focus, .st-page .st-next.active:focus, .st-page .st-next.focus, .st-page .st-next:active.focus, .st-page .st-next:active:focus, .st-page .st-next:focus, .st-page .st-prev.active.focus, .st-page .st-prev.active:focus, .st-page .st-prev.focus, .st-page .st-prev:active.focus, .st-page .st-prev:active:focus, .st-page .st-prev:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.st-page .st-next.focus, .st-page .st-next:focus, .st-page .st-next:hover, .st-page .st-prev.focus, .st-page .st-prev:focus, .st-page .st-prev:hover {
	color: #424957;
	text-decoration: none
}

.st-page .st-next.active, .st-page .st-next:active, .st-page .st-prev.active, .st-page .st-prev:active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.st-page .st-next.disabled, .st-page .st-next[disabled], .st-page .st-prev.disabled, .st-page .st-prev[disabled], fieldset[disabled] .st-page .st-next, fieldset[disabled] .st-page .st-prev {
	cursor: not-allowed;
	opacity: .65;
	-webkit-box-shadow: none;
	box-shadow: none
}

.st-page .st-next.focus, .st-page .st-next:focus, .st-page .st-prev.focus, .st-page .st-prev:focus {
	color: #424957;
	background-color: #e6e6e6;
	border-color: #464a52
}

.st-page .st-next:hover, .st-page .st-prev:hover {
	color: #424957;
	background-color: #e6e6e6;
	border-color: #656b76
}

.open > .dropdown-toggle.st-page .st-next, .open > .dropdown-toggle.st-page .st-prev, .st-page .st-next.active, .st-page .st-next:active, .st-page .st-prev.active, .st-page .st-prev:active {
	color: #424957;
	background-color: #e6e6e6;
	background-image: none;
	border-color: #656b76
}

.open > .dropdown-toggle.st-page .st-next.focus, .open > .dropdown-toggle.st-page .st-next:focus, .open > .dropdown-toggle.st-page .st-next:hover, .open > .dropdown-toggle.st-page .st-prev.focus, .open > .dropdown-toggle.st-page .st-prev:focus, .open > .dropdown-toggle.st-page .st-prev:hover, .st-page .st-next.active.focus, .st-page .st-next.active:focus, .st-page .st-next.active:hover, .st-page .st-next:active.focus, .st-page .st-next:active:focus, .st-page .st-next:active:hover, .st-page .st-prev.active.focus, .st-page .st-prev.active:focus, .st-page .st-prev.active:hover, .st-page .st-prev:active.focus, .st-page .st-prev:active:focus, .st-page .st-prev:active:hover {
	color: #424957;
	background-color: #d4d4d4;
	border-color: #464a52
}

.st-page .st-next.disabled.focus, .st-page .st-next.disabled:focus, .st-page .st-next.disabled:hover, .st-page .st-next[disabled].focus, .st-page .st-next[disabled]:focus, .st-page .st-next[disabled]:hover, .st-page .st-prev.disabled.focus, .st-page .st-prev.disabled:focus, .st-page .st-prev.disabled:hover, .st-page .st-prev[disabled].focus, .st-page .st-prev[disabled]:focus, .st-page .st-prev[disabled]:hover, fieldset[disabled] .st-page .st-next.focus, fieldset[disabled] .st-page .st-next:focus, fieldset[disabled] .st-page .st-next:hover, fieldset[disabled] .st-page .st-prev.focus, fieldset[disabled] .st-page .st-prev:focus, fieldset[disabled] .st-page .st-prev:hover {
	background-color: #fff;
	border-color: #838995
}

.st-page .st-next .badge, .st-page .st-prev .badge {
	color: #fff;
	background-color: #424957
}

.st-no-results {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	text-align: center;
	font-size: 200%
}

.st-no-results blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, .15)
}

.panel-heading .panel-title, .panel-heading h1, .panel-heading h2, .panel-heading h3, .panel-heading h4, .panel-heading h5, .panel-heading h6 {
	font-family: Oswald, sans-serif;
	font-size: 24px;
	line-height: 20px;
	font-weight: 300;
	text-transform: uppercase
}

.lt-ie9 #navbar {
	margin: 0
}

.lt-ie9 .navbar, .lt-ie9 .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .lt-ie9 .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle, .lt-ie9 .navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .lt-ie9 .navbar-inverse .navbar-inner {
	-webkit-filter: none;
	filter: none;
	background-image: none
}

.lt-ie9 .st-modal-scrollable {
	background: 0 0;
	zoom: 1
}

.pad-bottom {
	padding-bottom: 15px
}

.pad-top {
	padding-top: 15px
}

.align-with-btn {
	display: inline-block;
	font-weight: 400;
	vertical-align: middle;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 8px 14px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 2px
}

@media print {
	body {
		margin: 1in
	}
}

#glossary-list-actions {
	padding-left: 20px;
	padding-bottom: 20px
}

.glossary-letter:hover {
	text-decoration: none
}

.glossary-letter:hover code {
	background-color: #061126;
	color: #ebf2ff
}

.tailwind {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

.tailwind *, .tailwind :after, .tailwind :before {
	border: 0 solid #e9ecf1
}

.tailwind img {
	border-style: solid
}

.tailwind [type=button], .tailwind [type=reset], .tailwind [type=submit], .tailwind button {
	border-radius: 0
}

.tailwind textarea {
	resize: vertical
}

.tailwind img {
	max-width: 100%
}

.tailwind button, .tailwind input, .tailwind optgroup, .tailwind select, .tailwind textarea {
	font-family: inherit
}

.tailwind input::-webkit-input-placeholder, .tailwind textarea::-webkit-input-placeholder {
	color: inherit;
	opacity: .5
}

.tailwind input:-ms-input-placeholder, .tailwind input::-ms-input-placeholder, .tailwind textarea:-ms-input-placeholder, .tailwind textarea::-ms-input-placeholder {
	color: inherit;
	opacity: .5
}

.tailwind input::-webkit-input-placeholder, .tailwind textarea::-webkit-input-placeholder {
	color: inherit;
	opacity: .5
}

.tailwind input::-ms-input-placeholder, .tailwind textarea::-ms-input-placeholder {
	color: inherit;
	opacity: .5
}

.tailwind input::placeholder, .tailwind textarea::placeholder {
	color: inherit;
	opacity: .5
}

.tailwind [role=button], .tailwind button {
	cursor: pointer
}

.tailwind .container:after, .tailwind .container:before {
	content: none !important;
	display: none !important
}

@font-face {
	font-family: Oswald;
	font-style: normal;
	font-display: fallback;
	font-weight: 300;
	src: local("Oswald Light"), local("Oswald-Light"), url(https://cdn-e1.nachi.org/../fonts/oswald/oswald-latin-300-dc15f3b07c.woff2) format("woff2"), url(https://cdn-e1.nachi.org/../fonts/oswald/oswald-latin-300-d2c191b2e4.woff) format("woff")
}

@font-face {
	font-family: exchange;
	font-style: normal;
	font-display: fallback;
	font-weight: 400;
	src: local("ExchangeMP Book"), local("ExchangeMP-Book"), local("Exchange Book"), local("Exchange-Book"), local("Exchange"), url(https://cdn-e1.nachi.org/../fonts/exchange/ExchangeMP-Book-fab61c7bad.woff2) format("woff2"), url(https://cdn-e1.nachi.org/../fonts/exchange/ExchangeMP-Book-1bb6d27cbd.woff) format("woff")
}

@font-face {
	font-family: exchange;
	font-style: italic;
	font-display: fallback;
	font-weight: 400;
	src: url(https://cdn-e1.nachi.org/../fonts/exchange/ExchangeMP-BookItalic-73b8369fae.woff2) format("woff2"), url(https://cdn-e1.nachi.org/../fonts/exchange/ExchangeMP-BookItalic-2b07693dde.woff) format("woff")
}

@font-face {
	font-family: exchange;
	font-style: normal;
	font-display: fallback;
	font-weight: 700;
	src: url(https://cdn-e1.nachi.org/../fonts/exchange/Exchange-Bold-6f2c75c029.woff2) format("woff2"), url(https://cdn-e1.nachi.org/../fonts/exchange/Exchange-Bold-91e83a1d98.woff) format("woff")
}

@font-face {
	font-family: exchange;
	font-style: italic;
	font-display: fallback;
	font-weight: 700;
	src: url(https://cdn-e1.nachi.org/../fonts/exchange/Exchange-BoldItalic-5130e5c6f9.woff2) format("woff2"), url(https://cdn-e1.nachi.org/../fonts/exchange/Exchange-BoldItalic-512a0b6777.woff) format("woff")
}

@font-face {
	font-family: proxima-nova;
	font-style: normal;
	font-display: fallback;
	font-weight: 400;
	src: url(https://cdn-e1.nachi.org/../fonts/proxima-nova/proxima-nova-regular-691dd8b6c1.eot?#iefix) format("embedded-opentype"), url(https://cdn-e1.nachi.org/../fonts/proxima-nova/proxima-nova-regular-b9a420759a.woff2) format("woff2"), url(https://cdn-e1.nachi.org/../fonts/proxima-nova/proxima-nova-regular-21a1aad5a7.woff) format("woff"), url(https://cdn-e1.nachi.org/../fonts/proxima-nova/proxima-nova-regular-47bc60dc75.ttf) format("truetype")
}

@font-face {
	font-family: proxima-nova;
	font-style: italic;
	font-display: fallback;
	font-weight: 400;
	src: url(https://cdn-e1.nachi.org/../fonts/proxima-nova/proxima-nova-regular-italic-e8aca464ef.eot?#iefix) format("embedded-opentype"), url(https://cdn-e1.nachi.org/../fonts/proxima-nova/proxima-nova-regular-italic-e35c72b80c.woff2) format("woff2"), url(https://cdn-e1.nachi.org/../fonts/proxima-nova/proxima-nova-regular-italic-a6f54a5a80.woff) format("woff"), url(https://cdn-e1.nachi.org/../fonts/proxima-nova/proxima-nova-regular-italic-0b4fbb4d88.ttf) format("truetype")
}

@font-face {
	font-family: proxima-nova;
	font-style: normal;
	font-display: fallback;
	font-weight: 700;
	src: url(https://cdn-e1.nachi.org/../fonts/proxima-nova/proxima-nova-bold-0df27abed8.eot?#iefix) format("embedded-opentype"), url(https://cdn-e1.nachi.org/../fonts/proxima-nova/proxima-nova-bold-805a5fb799.woff2) format("woff2"), url(https://cdn-e1.nachi.org/../fonts/proxima-nova/proxima-nova-bold-c320e602f0.woff) format("woff"), url(https://cdn-e1.nachi.org/../fonts/proxima-nova/proxima-nova-bold-7dac7b385e.ttf) format("truetype")
}

@font-face {
	font-family: proxima-nova;
	font-style: italic;
	font-display: fallback;
	font-weight: 700;
	src: url(https://cdn-e1.nachi.org/../fonts/proxima-nova/proxima-nova-bold-italic-51cf5fae82.eot?#iefix) format("embedded-opentype"), url(https://cdn-e1.nachi.org/../fonts/proxima-nova/proxima-nova-bold-italic-1332423111.woff2) format("woff2"), url(https://cdn-e1.nachi.org/../fonts/proxima-nova/proxima-nova-bold-italic-5a84d946a6.woff) format("woff"), url(https://cdn-e1.nachi.org/../fonts/proxima-nova/proxima-nova-bold-italic-fdf6fc8a33.ttf) format("truetype")
}

@font-face {
	font-family: proxima-nova-condensed;
	font-display: fallback;
	font-weight: 700;
	src: url(https://cdn-e1.nachi.org/../fonts/proxima-nova/proxima-nova-condensed-bold-b05887a3ca.eot?#iefix) format("embedded-opentype"), url(https://cdn-e1.nachi.org/../fonts/proxima-nova/proxima-nova-condensed-bold-4190f0afdb.woff2) format("woff2"), url(https://cdn-e1.nachi.org/../fonts/proxima-nova/proxima-nova-condensed-bold-bb97ad48d8.woff) format("woff"), url(https://cdn-e1.nachi.org/../fonts/proxima-nova/proxima-nova-condensed-bold-65334d3872.ttf) format("truetype")
}

h1, h2, h3 {
	font-family: exchange, Georgia, serif;
	font-weight: 700
}

html:not(.wf-exchange-700-normal) h1, html:not(.wf-exchange-700-normal) h2, html:not(.wf-exchange-700-normal) h3 {
	letter-spacing: -.090625rem;
	word-spacing: .125rem
}

h4, h5, h6 {
	font-family: proxima-nova-condensed, Arial, serif;
	font-weight: 700
}

html:not(.wf-proxima-nova-condensed) h4, html:not(.wf-proxima-nova-condensed) h5, html:not(.wf-proxima-nova-condensed) h6 {
	letter-spacing: -.00625rem;
	word-spacing: .00625rem
}

body {
	font-family: proxima-nova, Arial, serif
}

html:not(.wf-proxima-nova) body {
	letter-spacing: -.00625rem;
	word-spacing: .00625rem
}

svg.inline, svg:not(:root).inline {
	overflow: visible
}

svg.inline {
	display: inline-block;
	font-size: inherit;
	height: 1em;
	vertical-align: -.125em
}

svg.inline.svg-fw {
	width: 1.25em
}

.svg-fw {
	text-align: center;
	width: 1.25em
}

.svg-spin {
	-webkit-animation: svg-spin 2s infinite linear;
	animation: svg-spin 2s infinite linear
}

@-webkit-keyframes svg-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes svg-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.tailwind .btn {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: inline-block;
	padding: .5rem 1rem;
	margin-bottom: 0;
	cursor: pointer;
	border-width: 1px;
	border-color: #2da94a;
	border-radius: 9999px;
	font-size: 1rem;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	line-height: 1.25;
	background-color: transparent;
	color: #2da94a
}

.tailwind .btn.focus, .tailwind .btn:focus, .tailwind .btn:hover {
	background-color: #2da94a;
	text-decoration: none;
	color: #fff;
	border-color: transparent
}

.tailwind .btn.active, .tailwind .btn:active {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.tailwind .btn.disabled, .tailwind .btn[disabled] {
	cursor: not-allowed;
	opacity: .6;
	-webkit-box-shadow: none;
	box-shadow: none
}

.tailwind .btn.btn-sm {
	padding: .25rem .75rem;
	font-size: .875rem
}

.tailwind .btn.btn-blue {
	border-color: #3071ed;
	color: #3071ed
}

.tailwind .btn.btn-blue.focus, .tailwind .btn.btn-blue:focus, .tailwind .btn.btn-blue:hover {
	background-color: #3071ed;
	color: #fff
}

.tailwind .btn.btn-red {
	border-color: #ed4c2f;
	color: #ed4c2f
}

.tailwind .btn.btn-red.focus, .tailwind .btn.btn-red:focus, .tailwind .btn.btn-red:hover {
	background-color: #ed4c2f;
	color: #fff
}

.tailwind .btn.btn-yellow {
	border-color: #e5a817;
	color: #e5a817
}

.tailwind .btn.btn-yellow.focus, .tailwind .btn.btn-yellow:focus, .tailwind .btn.btn-yellow:hover {
	background-color: #f2bf24;
	color: #fff
}

.tailwind .btn.btn-white {
	border-color: #fff;
	color: #fff
}

.tailwind .btn.btn-white.focus, .tailwind .btn.btn-white:focus, .tailwind .btn.btn-white:hover {
	background-color: #fff;
	color: #3071ed
}

.tailwind .btn.btn-grey {
	border-color: #a8acb4;
	color: #636a79
}

.tailwind .btn.btn-grey.focus, .tailwind .btn.btn-grey:focus, .tailwind .btn.btn-grey:hover {
	background-color: #a8acb4;
	color: #fff
}

.tailwind .btn.btn-link {
	border-style: none;
	text-decoration: underline
}

.tailwind .btn.btn-link.focus, .tailwind .btn.btn-link:focus, .tailwind .btn.btn-link:hover {
	text-decoration: none
}

.tailwind .btn-adjacent {
	display: inline-block;
	padding: .5rem 1rem;
	margin-bottom: 0;
	font-size: 1rem;
	vertical-align: middle;
	line-height: 1.25
}

.nav-shortcut {
	display: block;
	padding: .75rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	margin-right: -1px;
	border-width: 1px;
	border-color: transparent
}

.tabular {
	display: block;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar
}

.tabular table {
	border-collapse: collapse;
	width: 100%
}

.tabular thead {
	color: #a8acb4;
	font-family: proxima-nova-condensed, Arial, serif;
	font-weight: 700
}

html:not(.wf-proxima-nova-condensed) .tabular thead {
	letter-spacing: -.00625rem;
	word-spacing: .00625rem
}

.tabular tr {
	border-bottom-width: 1px
}

.tabular tr td, .tabular tr th {
	padding: .75rem 1rem
}

.tabular tbody tr:hover {
	background-color: #ebf2ff
}

.tabular tbody tr.header-row:hover {
	background-color: unset
}

.tabular-dashboard {
	margin: 1rem -2rem
}

.tabular-dashboard tr td:first-child, .tabular-dashboard tr th:first-child {
	padding-left: 2rem
}

.tabular-dashboard tr td:last-child, .tabular-dashboard tr th:last-child {
	padding-right: 2rem
}

.ais-SearchBox-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-width: 1px;
	border-radius: .25rem;
	width: 100%;
	color: #838995;
	line-height: 1.25;
	overflow: hidden
}

.ais-SearchBox-input {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: .5rem .75rem
}

.ais-SearchBox-submit {
	-ms-flex-negative: 1;
	flex-shrink: 1;
	padding: .5rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	background-color: #3071ed;
	color: #fff
}

.ais-SearchBox-reset {
	-ms-flex-negative: 1;
	flex-shrink: 1;
	padding: .5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	background-color: #a8acb4;
	color: #fff;
	border-left-width: 1px;
	border-color: #fff
}

.ais-Hits-list, .ais-RefinementList-list {
	list-style: none;
	padding: 0
}

.ais-RefinementList-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 400;
	font-size: 1rem
}

.ais-RefinementList-labelText {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-left: .5rem;
	padding-right: .5rem;
	font-size: .875rem
}

.ais-RefinementList-count {
	border-radius: 9999px;
	background-color: #838995;
	color: #fff;
	font-size: .75rem;
	padding: .25rem;
	padding-left: .5rem;
	padding-right: .5rem;
	opacity: .5
}

.ais-InstantSearch__root svg {
	fill: currentColor
}

.ais-RefinementList-showMore {
	background-color: transparent;
	color: #3071ed;
	font-size: .875rem;
	width: 100%;
	text-align: center;
	cursor: pointer
}

.ais-RefinementList-showMore:hover {
	text-decoration: underline
}

.ais-ToggleRefinement-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.ais-ToggleRefinement-labelText {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-left: .5rem;
	font-size: .875rem;
	font-weight: 400
}

button.ais-ClearRefinements-button {
	display: block;
	background-color: transparent;
	color: #ed4c2f;
	font-size: .875rem;
	width: 100%;
	text-align: center;
	cursor: pointer;
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-weight: 700;
	border-width: 0
}

button.ais-ClearRefinements-button:hover {
	text-decoration: underline
}

button.ais-ClearRefinements-button--disabled {
	display: none
}

.ais-Pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 1rem;
	margin-bottom: 1rem
}

.ais-Pagination-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	padding: 0;
	border-radius: .25rem;
	border-width: 1px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.ais-Pagination-item {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-left-width: 1px
}

.ais-Pagination-item:first-child {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-width: 0
}

.ais-Pagination-link {
	display: block;
	padding: .5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	color: #636a79
}

a.ais-Pagination-link {
	text-decoration: none;
	color: #3071ed
}

a.ais-Pagination-link:hover {
	background-color: #3071ed;
	color: #fff
}

a.ais-Pagination-link--selected, a.ais-Pagination-link--selected:hover {
	background-color: #c9ccd1;
	cursor: default;
	color: #fff
}

.ais-Pagination--noRefinement {
	display: none
}

.ais-Highlight-highlighted {
	background-color: #ffe88c;
	font-style: normal
}

.heroicon-outline {
	fill: #313640
}

.heroicon-component-fill {
	fill: #fff
}

.heroicon-component-accent {
	fill: #2459bd
}

.heroicon-shadows {
	fill: #636a79;
	opacity: .4
}

.heroicon-compass-needle {
	fill: #8bb1f7
}

.heroicon-identification-photo-background {
	fill: #b9d0fa
}

.swiftype-widget > .autocomplete {
	-webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
	box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
	border-radius: .25rem !important;
	font-family: proxima-nova, Arial, serif
}

html:not(.wf-proxima-nova) .swiftype-widget > .autocomplete {
	letter-spacing: -.00625rem;
	word-spacing: .00625rem
}

.swiftype-widget > .autocomplete > ul {
	border-radius: .25rem !important;
	font-family: proxima-nova, Arial, serif
}

html:not(.wf-proxima-nova) .swiftype-widget > .autocomplete > ul {
	letter-spacing: -.00625rem;
	word-spacing: .00625rem
}

.swiftype-widget > .autocomplete > ul > li {
	padding: .5rem 1rem !important;
	border-top-width: 1px !important;
	border-bottom-width: 1px !important;
	border-color: #f5f6f7 !important;
	font-family: proxima-nova, Arial, serif
}

html:not(.wf-proxima-nova) .swiftype-widget > .autocomplete > ul > li {
	letter-spacing: -.00625rem;
	word-spacing: .00625rem
}

.swiftype-widget > .autocomplete > ul > li:first-child, .swiftype-widget > .autocomplete > ul > li:last-child {
	border-top-left-radius: .25rem !important;
	border-top-right-radius: .25rem !important
}

.swiftype-widget > .autocomplete > ul > li.active {
	color: #fff !important;
	border-top-width: 1px !important;
	border-bottom-width: 1px !important;
	border-color: #f5f6f7 !important;
	background: #3071ed !important
}

.swiftype-widget .autocomplete li p.title {
	font-size: 1.125rem !important;
	color: #3071ed !important;
	margin-bottom: .25rem !important
}

.swiftype-widget .autocomplete li.active p.title {
	color: #fff !important;
	text-shadow: none !important
}

.swiftype-widget .autocomplete li.active .sections {
	text-shadow: none !important
}

.swiftype-widget .autocomplete li .sections {
	font-size: 1rem !important;
	color: #636a79 !important
}

.swiftype-widget .autocomplete li.active .sections {
	color: #ebf2ff !important
}

.swiftype-widget .autocomplete li .sections em {
	background-color: #ffe88c !important;
	color: #000 !important
}

.swiftype-widget .autocomplete li.active .sections em {
	background-color: #173f8a !important;
	color: #fff !important
}

.odometer.odometer-auto-theme, .odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default, .odometer.odometer-theme-default .odometer-digit {
	display: inline-block;
	vertical-align: middle;
	position: relative
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
	display: inline-block;
	vertical-align: middle;
	visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
	text-align: left;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
	display: block
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
	display: block;
	-webkit-backface-visibility: hidden;
	-webkit-transition: color 1s;
	transition: color 1s
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
	display: block;
	-webkit-transform: translateZ(0)
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
	position: absolute
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
	-webkit-transition: color 1s, -webkit-transform 1.25s;
	transition: color 1s, -webkit-transform 1.25s;
	transition: transform 1.25s, color 1s;
	transition: transform 1.25s, color 1s, -webkit-transform 1.25s
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	color: #0e6b28
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
	-webkit-transition: color 1s, -webkit-transform 1.25s;
	transition: color 1s, -webkit-transform 1.25s;
	transition: transform 1.25s, color 1s;
	transition: transform 1.25s, color 1s, -webkit-transform 1.25s;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
	text-align: center
}

.list-reset {
	list-style: none !important;
	padding: 0 !important
}

.appearance-none {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important
}

.bg-transparent {
	background-color: transparent !important
}

.bg-white {
	background-color: #fff !important
}

.bg-grey-100 {
	background-color: #f5f6f7 !important
}

.bg-grey-200 {
	background-color: #c9ccd1 !important
}

.bg-grey-300 {
	background-color: #a8acb4 !important
}

.bg-grey-400 {
	background-color: #838995 !important
}

.bg-grey-500 {
	background-color: #636a79 !important
}

.bg-grey-600 {
	background-color: #4d5565 !important
}

.bg-grey-700 {
	background-color: #424957 !important
}

.bg-grey-800 {
	background-color: #313640 !important
}

.bg-grey-900 {
	background-color: #252931 !important
}

.bg-blue-100 {
	background-color: #ebf2ff !important
}

.bg-blue-200 {
	background-color: #b9d0fa !important
}

.bg-blue-300 {
	background-color: #8bb1f7 !important
}

.bg-blue-400 {
	background-color: #5c91f2 !important
}

.bg-blue-500 {
	background-color: #3071ed !important
}

.bg-blue-600 {
	background-color: #2459bd !important
}

.bg-blue-700 {
	background-color: #173f8a !important
}

.bg-blue-800 {
	background-color: #0e2959 !important
}

.bg-blue-900 {
	background-color: #061126 !important
}

.bg-cyan-100 {
	background-color: #ebfdff !important
}

.bg-cyan-200 {
	background-color: #b3eff5 !important
}

.bg-cyan-300 {
	background-color: #7ce1eb !important
}

.bg-cyan-400 {
	background-color: #4bd2de !important
}

.bg-cyan-500 {
	background-color: #20c5d4 !important
}

.bg-cyan-600 {
	background-color: #199aa8 !important
}

.bg-cyan-700 {
	background-color: #136f7d !important
}

.bg-cyan-800 {
	background-color: #0c4752 !important
}

.bg-cyan-900 {
	background-color: #062126 !important
}

.bg-red-100 {
	background-color: #fff5eb !important
}

.bg-red-200 {
	background-color: #fad4b9 !important
}

.bg-red-300 {
	background-color: #f7af8b !important
}

.bg-red-400 {
	background-color: #f27f5c !important
}

.bg-red-500 {
	background-color: #ed4c2f !important
}

.bg-red-600 {
	background-color: #bd3624 !important
}

.bg-red-700 {
	background-color: #8a2117 !important
}

.bg-red-800 {
	background-color: #59120e !important
}

.bg-red-900 {
	background-color: #260706 !important
}

.bg-green-100 {
	background-color: #f9fff2 !important
}

.bg-green-200 {
	background-color: #c7ebb7 !important
}

.bg-green-300 {
	background-color: #8cd481 !important
}

.bg-green-400 {
	background-color: #54bf5a !important
}

.bg-green-500 {
	background-color: #2da94a !important
}

.bg-green-600 {
	background-color: #1c8a39 !important
}

.bg-green-700 {
	background-color: #0e6b28 !important
}

.bg-green-800 {
	background-color: #054a1b !important
}

.bg-green-900 {
	background-color: #002b0e !important
}

.bg-yellow-100 {
	background-color: #fffae8 !important
}

.bg-yellow-200 {
	background-color: #fff1ba !important
}

.bg-yellow-300 {
	background-color: #ffe88c !important
}

.bg-yellow-400 {
	background-color: #ffdf61 !important
}

.bg-yellow-500 {
	background-color: #ffd21c !important
}

.bg-yellow-600 {
	background-color: #f2bf24 !important
}

.bg-yellow-700 {
	background-color: #e5a817 !important
}

.bg-yellow-800 {
	background-color: #d98d0b !important
}

.bg-yellow-900 {
	background-color: #c70 !important
}

.bg-purple-100 {
	background-color: #f3ebff !important
}

.bg-purple-200 {
	background-color: #d3b9fa !important
}

.bg-purple-300 {
	background-color: #b68bf7 !important
}

.bg-purple-400 {
	background-color: #985cf2 !important
}

.bg-purple-500 {
	background-color: #7c30ed !important
}

.bg-purple-600 {
	background-color: #6124bd !important
}

.bg-purple-700 {
	background-color: #45178a !important
}

.bg-purple-800 {
	background-color: #2c0e59 !important
}

.bg-purple-900 {
	background-color: #130626 !important
}

.bg-grey {
	background-color: #636a79 !important
}

.bg-blue {
	background-color: #3071ed !important
}

.bg-red {
	background-color: #ed4c2f !important
}

.bg-green {
	background-color: #2da94a !important
}

.bg-yellow {
	background-color: #ffd21c !important
}

.bg-grey-light {
	background-color: #a8acb4 !important
}

.bg-grey-lighter {
	background-color: #c9ccd1 !important
}

.bg-grey-lightest {
	background-color: #f5f6f7 !important
}

.bg-blue-dark {
	background-color: #173f8a !important
}

.bg-blue-lightest {
	background-color: #ebf2ff !important
}

.bg-red-lightest {
	background-color: #fff5eb !important
}

.bg-green-light {
	background-color: #8cd481 !important
}

.bg-yellow-lightest {
	background-color: #fffae8 !important
}

.group:hover .group-hover\:bg-red {
	background-color: #ed4c2f !important
}

.group:hover .group-hover\:bg-green {
	background-color: #2da94a !important
}

.hover\:bg-transparent:hover {
	background-color: transparent !important
}

.hover\:bg-grey-100:hover {
	background-color: #f5f6f7 !important
}

.hover\:bg-blue-800:hover {
	background-color: #0e2959 !important
}

.hover\:bg-red-800:hover {
	background-color: #59120e !important
}

.hover\:bg-green-800:hover {
	background-color: #054a1b !important
}

.hover\:bg-yellow-800:hover {
	background-color: #d98d0b !important
}

.hover\:bg-blue:hover {
	background-color: #3071ed !important
}

.hover\:bg-red:hover {
	background-color: #ed4c2f !important
}

.hover\:bg-green:hover {
	background-color: #2da94a !important
}

.hover\:bg-grey-lightest:hover {
	background-color: #f5f6f7 !important
}

.hover\:bg-blue-darker:hover {
	background-color: #0e2959 !important
}

.hover\:bg-red-lightest:hover {
	background-color: #fff5eb !important
}

.hover\:bg-green-light:hover {
	background-color: #8cd481 !important
}

.hover\:bg-green-lightest:hover {
	background-color: #f9fff2 !important
}

.bg-center {
	background-position: 50% !important
}

.bg-no-repeat {
	background-repeat: no-repeat !important
}

.bg-cover {
	background-size: cover !important
}

.bg-contain {
	background-size: contain !important
}

.border-collapse {
	border-collapse: collapse !important
}

.border-transparent {
	border-color: transparent !important
}

.border-white {
	border-color: #fff !important
}

.border-black {
	border-color: #000 !important
}

.border-grey-100 {
	border-color: #f5f6f7 !important
}

.border-grey-200 {
	border-color: #c9ccd1 !important
}

.border-grey-300 {
	border-color: #a8acb4 !important
}

.border-grey-400 {
	border-color: #838995 !important
}

.border-grey-500 {
	border-color: #636a79 !important
}

.border-grey-600 {
	border-color: #4d5565 !important
}

.border-grey-700 {
	border-color: #424957 !important
}

.border-blue-200 {
	border-color: #b9d0fa !important
}

.border-blue-300 {
	border-color: #8bb1f7 !important
}

.border-blue-400 {
	border-color: #5c91f2 !important
}

.border-blue-700 {
	border-color: #173f8a !important
}

.border-cyan-200 {
	border-color: #b3eff5 !important
}

.border-cyan-300 {
	border-color: #7ce1eb !important
}

.border-cyan-600 {
	border-color: #199aa8 !important
}

.border-red-200 {
	border-color: #fad4b9 !important
}

.border-red-300 {
	border-color: #f7af8b !important
}

.border-red-400 {
	border-color: #f27f5c !important
}

.border-red-500 {
	border-color: #ed4c2f !important
}

.border-green-200 {
	border-color: #c7ebb7 !important
}

.border-green-300 {
	border-color: #8cd481 !important
}

.border-green-400 {
	border-color: #54bf5a !important
}

.border-green-500 {
	border-color: #2da94a !important
}

.border-green-600 {
	border-color: #1c8a39 !important
}

.border-green-800 {
	border-color: #054a1b !important
}

.border-yellow-200 {
	border-color: #fff1ba !important
}

.border-yellow-300 {
	border-color: #ffe88c !important
}

.border-yellow-500 {
	border-color: #ffd21c !important
}

.border-yellow-600 {
	border-color: #f2bf24 !important
}

.border-yellow-800 {
	border-color: #d98d0b !important
}

.border-purple-200 {
	border-color: #d3b9fa !important
}

.border-purple-300 {
	border-color: #b68bf7 !important
}

.border-grey {
	border-color: #636a79 !important
}

.border-blue {
	border-color: #3071ed !important
}

.border-red {
	border-color: #ed4c2f !important
}

.border-green {
	border-color: #2da94a !important
}

.border-yellow {
	border-color: #ffd21c !important
}

.border-grey-light {
	border-color: #a8acb4 !important
}

.border-grey-lighter {
	border-color: #c9ccd1 !important
}

.border-grey-lightest {
	border-color: #f5f6f7 !important
}

.border-blue-darker {
	border-color: #0e2959 !important
}

.border-blue-light {
	border-color: #8bb1f7 !important
}

.border-blue-lighter {
	border-color: #b9d0fa !important
}

.border-blue-lightest {
	border-color: #ebf2ff !important
}

.border-red-dark {
	border-color: #8a2117 !important
}

.border-red-light {
	border-color: #f7af8b !important
}

.border-red-lighter {
	border-color: #fad4b9 !important
}

.border-green-dark {
	border-color: #0e6b28 !important
}

.border-yellow-dark {
	border-color: #e5a817 !important
}

.border-yellow-light {
	border-color: #ffe88c !important
}

.hover\:border-transparent:hover {
	border-color: transparent !important
}

.hover\:border-green-900:hover {
	border-color: #002b0e !important
}

.hover\:border-blue:hover {
	border-color: #3071ed !important
}

.hover\:border-grey-lighter:hover {
	border-color: #c9ccd1 !important
}

.hover\:border-blue-darkest:hover {
	border-color: #061126 !important
}

.rounded-none {
	border-radius: 0 !important
}

.rounded-sm {
	border-radius: .125rem !important
}

.rounded {
	border-radius: .25rem !important
}

.rounded-lg {
	border-radius: .5rem !important
}

.rounded-full {
	border-radius: 9999px !important
}

.rounded-r-sm {
	border-top-right-radius: .125rem !important
}

.rounded-r-sm {
	border-bottom-right-radius: .125rem !important
}

.rounded-l-sm {
	border-bottom-left-radius: .125rem !important
}

.rounded-l-sm {
	border-top-left-radius: .125rem !important
}

.rounded-t {
	border-top-left-radius: .25rem !important
}

.rounded-r, .rounded-t {
	border-top-right-radius: .25rem !important
}

.rounded-b, .rounded-r {
	border-bottom-right-radius: .25rem !important
}

.rounded-b, .rounded-l {
	border-bottom-left-radius: .25rem !important
}

.rounded-l {
	border-top-left-radius: .25rem !important
}

.rounded-t-lg {
	border-top-left-radius: .5rem !important
}

.rounded-t-lg {
	border-top-right-radius: .5rem !important
}

.rounded-r-full {
	border-top-right-radius: 9999px !important
}

.rounded-r-full {
	border-bottom-right-radius: 9999px !important
}

.rounded-l-full {
	border-bottom-left-radius: 9999px !important
}

.rounded-l-full {
	border-top-left-radius: 9999px !important
}

.border-solid {
	border-style: solid !important
}

.border-dashed {
	border-style: dashed !important
}

.border-none {
	border-style: none !important
}

.border-0 {
	border-width: 0 !important
}

.border-2 {
	border-width: 2px !important
}

.border-4 {
	border-width: 4px !important
}

.border {
	border-width: 1px !important
}

.border-t-0 {
	border-top-width: 0 !important
}

.border-t-4 {
	border-top-width: 4px !important
}

.border-b-4 {
	border-bottom-width: 4px !important
}

.border-l-4 {
	border-left-width: 4px !important
}

.border-t {
	border-top-width: 1px !important
}

.border-r {
	border-right-width: 1px !important
}

.border-b {
	border-bottom-width: 1px !important
}

.border-l {
	border-left-width: 1px !important
}

.cursor-default {
	cursor: default !important
}

.cursor-pointer {
	cursor: pointer !important
}

.cursor-not-allowed {
	cursor: not-allowed !important
}

.block {
	display: block !important
}

.inline-block {
	display: inline-block !important
}

.inline {
	display: inline !important
}

.table {
	display: table !important
}

.table-row {
	display: table-row !important
}

.table-cell {
	display: table-cell !important
}

.hidden {
	display: none !important
}

.flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important
}

.inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important
}

.flex-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important
}

.flex-col {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important
}

.flex-col-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important
}

.flex-no-wrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important
}

.items-start {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important
}

.items-end {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important
}

.items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important
}

.items-baseline {
	-webkit-box-align: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important
}

.items-stretch {
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important
}

.self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important
}

.self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important
}

.self-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important
}

.justify-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important
}

.justify-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important
}

.justify-between {
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important
}

.justify-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important
}

.flex-1 {
	-webkit-box-flex: 1 !important;
	-ms-flex: 1 !important;
	flex: 1 !important
}

.flex-none {
	-webkit-box-flex: 0 !important;
	-ms-flex: none !important;
	flex: none !important
}

.flex-grow {
	-webkit-box-flex: 1 !important;
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important
}

.flex-shrink {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important
}

.flex-no-shrink {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important
}

.float-right {
	float: right !important
}

.clearfix:after {
	content: "" !important;
	display: table !important;
	clear: both !important
}

.font-mono {
	font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
}

.font-light {
	font-weight: 300 !important
}

.font-normal {
	font-weight: 400 !important
}

.font-bold {
	font-weight: 700 !important
}

.h-1 {
	height: .25rem !important
}

.h-4 {
	height: 1rem !important
}

.h-6 {
	height: 1.5rem !important
}

.h-auto {
	height: auto !important
}

.h-px {
	height: 1px !important
}

.h-full {
	height: 100% !important
}

.leading-none {
	line-height: 1 !important
}

.leading-tight {
	line-height: 1.25 !important
}

.leading-normal {
	line-height: 1.5 !important
}

.m-0 {
	margin: 0 !important
}

.m-1 {
	margin: .25rem !important
}

.m-2 {
	margin: .5rem !important
}

.m-4 {
	margin: 1rem !important
}

.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important
}

.my-1 {
	margin-top: .25rem !important;
	margin-bottom: .25rem !important
}

.mx-1 {
	margin-left: .25rem !important;
	margin-right: .25rem !important
}

.my-2 {
	margin-top: .5rem !important;
	margin-bottom: .5rem !important
}

.mx-2 {
	margin-left: .5rem !important;
	margin-right: .5rem !important
}

.my-3 {
	margin-top: .75rem !important;
	margin-bottom: .75rem !important
}

.mx-3 {
	margin-left: .75rem !important;
	margin-right: .75rem !important
}

.my-4 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important
}

.mx-4 {
	margin-left: 1rem !important;
	margin-right: 1rem !important
}

.my-6 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important
}

.mx-6 {
	margin-left: 1.5rem !important;
	margin-right: 1.5rem !important
}

.my-8 {
	margin-top: 2rem !important;
	margin-bottom: 2rem !important
}

.mx-8 {
	margin-left: 2rem !important;
	margin-right: 2rem !important
}

.my-10 {
	margin-top: 2.5rem !important;
	margin-bottom: 2.5rem !important
}

.my-12 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important
}

.my-16 {
	margin-top: 4rem !important;
	margin-bottom: 4rem !important
}

.mx-auto {
	margin-left: auto !important;
	margin-right: auto !important
}

.my-px {
	margin-top: 1px !important;
	margin-bottom: 1px !important
}

.mt-0 {
	margin-top: 0 !important
}

.mb-0 {
	margin-bottom: 0 !important
}

.mt-1 {
	margin-top: .25rem !important
}

.mr-1 {
	margin-right: .25rem !important
}

.mb-1 {
	margin-bottom: .25rem !important
}

.ml-1 {
	margin-left: .25rem !important
}

.mt-2 {
	margin-top: .5rem !important
}

.mr-2 {
	margin-right: .5rem !important
}

.mb-2 {
	margin-bottom: .5rem !important
}

.ml-2 {
	margin-left: .5rem !important
}

.mt-3 {
	margin-top: .75rem !important
}

.mr-3 {
	margin-right: .75rem !important
}

.mb-3 {
	margin-bottom: .75rem !important
}

.mt-4 {
	margin-top: 1rem !important
}

.mr-4 {
	margin-right: 1rem !important
}

.mb-4 {
	margin-bottom: 1rem !important
}

.ml-4 {
	margin-left: 1rem !important
}

.mt-6 {
	margin-top: 1.5rem !important
}

.mr-6 {
	margin-right: 1.5rem !important
}

.mb-6 {
	margin-bottom: 1.5rem !important
}

.ml-6 {
	margin-left: 1.5rem !important
}

.mt-8 {
	margin-top: 2rem !important
}

.mr-8 {
	margin-right: 2rem !important
}

.mb-8 {
	margin-bottom: 2rem !important
}

.ml-8 {
	margin-left: 2rem !important
}

.mt-12 {
	margin-top: 3rem !important
}

.mt-16 {
	margin-top: 4rem !important
}

.mb-16 {
	margin-bottom: 4rem !important
}

.ml-16 {
	margin-left: 4rem !important
}

.mr-24 {
	margin-right: 6rem !important
}

.mt-auto {
	margin-top: auto !important
}

.ml-auto {
	margin-left: auto !important
}

.mt-px {
	margin-top: 1px !important
}

.mb-px {
	margin-bottom: 1px !important
}

.max-w-xs {
	max-width: 20rem !important
}

.max-w-md {
	max-width: 40rem !important
}

.max-w-lg {
	max-width: 50rem !important
}

.max-w-1\/4 {
	max-width: 25% !important
}

.max-w-1\/5 {
	max-width: 20% !important
}

.max-w-1\/6 {
	max-width: 16.66667% !important
}

.max-w-full {
	max-width: 100% !important
}

.min-h-12 {
	min-height: 3rem !important
}

.min-h-full {
	min-height: 100% !important
}

.min-w-1\/6 {
	min-width: 16.66667% !important
}

.-m-2 {
	margin: -.5rem !important
}

.-mx-1 {
	margin-left: -.25rem !important;
	margin-right: -.25rem !important
}

.-mx-2 {
	margin-left: -.5rem !important;
	margin-right: -.5rem !important
}

.-mx-3 {
	margin-left: -.75rem !important;
	margin-right: -.75rem !important
}

.-mx-4 {
	margin-left: -1rem !important;
	margin-right: -1rem !important
}

.-mx-8 {
	margin-left: -2rem !important;
	margin-right: -2rem !important
}

.-mt-1 {
	margin-top: -.25rem !important
}

.-mr-1 {
	margin-right: -.25rem !important
}

.-ml-1 {
	margin-left: -.25rem !important
}

.-mr-2 {
	margin-right: -.5rem !important
}

.-mb-2 {
	margin-bottom: -.5rem !important
}

.-mt-3 {
	margin-top: -.75rem !important
}

.-mb-3 {
	margin-bottom: -.75rem !important
}

.-mr-4 {
	margin-right: -1rem !important
}

.-mr-8 {
	margin-right: -2rem !important
}

.opacity-0 {
	opacity: 0 !important
}

.opacity-2 {
	opacity: .2 !important
}

.opacity-3 {
	opacity: .3 !important
}

.opacity-4 {
	opacity: .4 !important
}

.opacity-5 {
	opacity: .5 !important
}

.opacity-7 {
	opacity: .7 !important
}

.opacity-8 {
	opacity: .8 !important
}

.opacity-9 {
	opacity: .9 !important
}

.group:hover .group-hover\:opacity-3 {
	opacity: .3 !important
}

.group:hover .group-hover\:opacity-5 {
	opacity: .5 !important
}

.group:hover .group-hover\:opacity-9 {
	opacity: .9 !important
}

.group:hover .group-hover\:opacity-full {
	opacity: 1 !important
}

.hover\:opacity-9:hover {
	opacity: .9 !important
}

.hover\:opacity-full:hover {
	opacity: 1 !important
}

.focus\:outline-none:focus, .outline-none {
	outline: 0 !important
}

.overflow-hidden {
	overflow: hidden !important
}

.overflow-visible {
	overflow: visible !important
}

.overflow-x-auto {
	overflow-x: auto !important
}

.overflow-y-auto {
	overflow-y: auto !important
}

.overflow-y-scroll {
	overflow-y: scroll !important
}

.p-0 {
	padding: 0 !important
}

.p-1 {
	padding: .25rem !important
}

.p-2 {
	padding: .5rem !important
}

.p-3 {
	padding: .75rem !important
}

.p-4 {
	padding: 1rem !important
}

.p-5 {
	padding: 1.25rem !important
}

.p-6 {
	padding: 1.5rem !important
}

.p-8 {
	padding: 2rem !important
}

.p-10 {
	padding: 2.5rem !important
}

.py-1 {
	padding-top: .25rem !important;
	padding-bottom: .25rem !important
}

.px-1 {
	padding-left: .25rem !important;
	padding-right: .25rem !important
}

.py-2 {
	padding-top: .5rem !important;
	padding-bottom: .5rem !important
}

.px-2 {
	padding-left: .5rem !important;
	padding-right: .5rem !important
}

.py-3 {
	padding-top: .75rem !important;
	padding-bottom: .75rem !important
}

.px-3 {
	padding-left: .75rem !important;
	padding-right: .75rem !important
}

.py-4 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important
}

.px-4 {
	padding-left: 1rem !important;
	padding-right: 1rem !important
}

.py-6 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important
}

.px-6 {
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important
}

.py-8 {
	padding-top: 2rem !important;
	padding-bottom: 2rem !important
}

.px-8 {
	padding-left: 2rem !important;
	padding-right: 2rem !important
}

.py-12 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important
}

.py-px {
	padding-top: 1px !important;
	padding-bottom: 1px !important
}

.px-px {
	padding-left: 1px !important;
	padding-right: 1px !important
}

.pt-0 {
	padding-top: 0 !important
}

.pr-0 {
	padding-right: 0 !important
}

.pb-0 {
	padding-bottom: 0 !important
}

.pl-0 {
	padding-left: 0 !important
}

.pt-1 {
	padding-top: .25rem !important
}

.pr-1 {
	padding-right: .25rem !important
}

.pb-1 {
	padding-bottom: .25rem !important
}

.pl-1 {
	padding-left: .25rem !important
}

.pt-2 {
	padding-top: .5rem !important
}

.pr-2 {
	padding-right: .5rem !important
}

.pb-2 {
	padding-bottom: .5rem !important
}

.pl-2 {
	padding-left: .5rem !important
}

.pt-3 {
	padding-top: .75rem !important
}

.pr-3 {
	padding-right: .75rem !important
}

.pb-3 {
	padding-bottom: .75rem !important
}

.pl-3 {
	padding-left: .75rem !important
}

.pt-4 {
	padding-top: 1rem !important
}

.pr-4 {
	padding-right: 1rem !important
}

.pb-4 {
	padding-bottom: 1rem !important
}

.pl-4 {
	padding-left: 1rem !important
}

.pt-5 {
	padding-top: 1.25rem !important
}

.pt-6 {
	padding-top: 1.5rem !important
}

.pr-6 {
	padding-right: 1.5rem !important
}

.pb-6 {
	padding-bottom: 1.5rem !important
}

.pt-8 {
	padding-top: 2rem !important
}

.pr-8 {
	padding-right: 2rem !important
}

.pb-8 {
	padding-bottom: 2rem !important
}

.pt-12 {
	padding-top: 3rem !important
}

.pr-16 {
	padding-right: 4rem !important
}

.pb-16 {
	padding-bottom: 4rem !important
}

.pl-16 {
	padding-left: 4rem !important
}

.pt-px {
	padding-top: 1px !important
}

.pointer-events-none {
	pointer-events: none !important
}

.static {
	position: static !important
}

.fixed {
	position: fixed !important
}

.absolute {
	position: absolute !important
}

.relative {
	position: relative !important
}

.sticky {
	position: -webkit-sticky !important;
	position: sticky !important
}

.pin-y {
	top: 0 !important;
	bottom: 0 !important
}

.pin-t {
	top: 0 !important
}

.pin-r {
	right: 0 !important
}

.pin-l {
	left: 0 !important
}

.resize {
	resize: both !important
}

.shadow {
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important
}

.shadow-md {
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important
}

.shadow-lg {
	-webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
	box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important
}

.hover\:shadow:hover {
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important
}

.hover\:shadow-lg:hover {
	-webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
	box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important
}

.fill-current {
	fill: currentColor !important
}

.text-left {
	text-align: left !important
}

.text-center {
	text-align: center !important
}

.text-right {
	text-align: right !important
}

.text-justify {
	text-align: justify !important
}

.text-white {
	color: #fff !important
}

.text-black {
	color: #000 !important
}

.text-grey-200 {
	color: #c9ccd1 !important
}

.text-grey-300 {
	color: #a8acb4 !important
}

.text-grey-400 {
	color: #838995 !important
}

.text-grey-500 {
	color: #636a79 !important
}

.text-grey-600 {
	color: #4d5565 !important
}

.text-grey-700 {
	color: #424957 !important
}

.text-grey-800 {
	color: #313640 !important
}

.text-grey-900 {
	color: #252931 !important
}

.text-blue-100 {
	color: #ebf2ff !important
}

.text-blue-400 {
	color: #5c91f2 !important
}

.text-blue-500 {
	color: #3071ed !important
}

.text-blue-600 {
	color: #2459bd !important
}

.text-blue-700 {
	color: #173f8a !important
}

.text-blue-800 {
	color: #0e2959 !important
}

.text-blue-900 {
	color: #061126 !important
}

.text-cyan-700 {
	color: #136f7d !important
}

.text-cyan-900 {
	color: #062126 !important
}

.text-red-200 {
	color: #fad4b9 !important
}

.text-red-300 {
	color: #f7af8b !important
}

.text-red-400 {
	color: #f27f5c !important
}

.text-red-600 {
	color: #bd3624 !important
}

.text-red-700 {
	color: #8a2117 !important
}

.text-red-800 {
	color: #59120e !important
}

.text-red-900 {
	color: #260706 !important
}

.text-green-300 {
	color: #8cd481 !important
}

.text-green-500 {
	color: #2da94a !important
}

.text-green-600 {
	color: #1c8a39 !important
}

.text-green-700 {
	color: #0e6b28 !important
}

.text-green-800 {
	color: #054a1b !important
}

.text-green-900 {
	color: #002b0e !important
}

.text-yellow-500 {
	color: #ffd21c !important
}

.text-yellow-700 {
	color: #e5a817 !important
}

.text-yellow-800 {
	color: #d98d0b !important
}

.text-yellow-900 {
	color: #c70 !important
}

.text-purple-700 {
	color: #45178a !important
}

.text-purple-900 {
	color: #130626 !important
}

.text-grey {
	color: #636a79 !important
}

.text-blue {
	color: #3071ed !important
}

.text-red {
	color: #ed4c2f !important
}

.text-green {
	color: #2da94a !important
}

.text-yellow {
	color: #ffd21c !important
}

.text-grey-darkest {
	color: #252931 !important
}

.text-grey-darker {
	color: #313640 !important
}

.text-grey-dark {
	color: #424957 !important
}

.text-grey-light {
	color: #a8acb4 !important
}

.text-blue-darkest {
	color: #061126 !important
}

.text-blue-darker {
	color: #0e2959 !important
}

.text-red-darker {
	color: #59120e !important
}

.text-red-dark {
	color: #8a2117 !important
}

.text-green-darker {
	color: #054a1b !important
}

.text-green-dark {
	color: #0e6b28 !important
}

.text-yellow-darkest {
	color: #c70 !important
}

.text-yellow-darker {
	color: #d98d0b !important
}

.group:hover .group-hover\:text-white {
	color: #fff !important
}

.group:hover .group-hover\:text-grey-400 {
	color: #838995 !important
}

.group:hover .group-hover\:text-grey-500 {
	color: #636a79 !important
}

.group:hover .group-hover\:text-blue-300 {
	color: #8bb1f7 !important
}

.group:hover .group-hover\:text-red-500 {
	color: #ed4c2f !important
}

.group:hover .group-hover\:text-green-500 {
	color: #2da94a !important
}

.group:hover .group-hover\:text-blue {
	color: #3071ed !important
}

.group:hover .group-hover\:text-red {
	color: #ed4c2f !important
}

.group:hover .group-hover\:text-purple {
	color: #7c30ed !important
}

.group:hover .group-hover\:text-grey-darker {
	color: #313640 !important
}

.group:hover .group-hover\:text-grey-light {
	color: #a8acb4 !important
}

.hover\:text-white:hover {
	color: #fff !important
}

.hover\:text-blue-500:hover {
	color: #3071ed !important
}

.hover\:text-blue-800:hover {
	color: #0e2959 !important
}

.hover\:text-blue:hover {
	color: #3071ed !important
}

.hover\:text-grey-darkest:hover {
	color: #252931 !important
}

.hover\:text-grey-darker:hover {
	color: #313640 !important
}

.hover\:text-blue-darker:hover {
	color: #0e2959 !important
}

.hover\:text-red-dark:hover {
	color: #8a2117 !important
}

.hover\:text-green-dark:hover {
	color: #0e6b28 !important
}

.text-2xs {
	font-size: .75rem !important
}

.text-xs {
	font-size: .875rem !important
}

.text-sm {
	font-size: 1rem !important
}

.text-base {
	font-size: 1.125rem !important
}

.text-lg {
	font-size: 1.25rem !important
}

.text-xl {
	font-size: 1.5rem !important
}

.text-2xl {
	font-size: 1.875rem !important
}

.text-3xl {
	font-size: 2.25rem !important
}

.text-4xl {
	font-size: 3rem !important
}

.italic {
	font-style: italic !important
}

.roman {
	font-style: normal !important
}

.uppercase {
	text-transform: uppercase !important
}

.capitalize {
	text-transform: capitalize !important
}

.underline {
	text-decoration: underline !important
}

.line-through {
	text-decoration: line-through !important
}

.no-underline {
	text-decoration: none !important
}

.antialiased {
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important
}

.group:hover .group-hover\:underline {
	text-decoration: underline !important
}

.hover\:underline:hover {
	text-decoration: underline !important
}

.hover\:no-underline:hover {
	text-decoration: none !important
}

.tracking-tight {
	letter-spacing: -.05em !important
}

.tracking-wide {
	letter-spacing: .05em !important
}

.select-none {
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important
}

.align-baseline {
	vertical-align: baseline !important
}

.align-top {
	vertical-align: top !important
}

.align-middle {
	vertical-align: middle !important
}

.visible {
	visibility: visible !important
}

.invisible {
	visibility: hidden !important
}

.whitespace-normal {
	white-space: normal !important
}

.whitespace-no-wrap {
	white-space: nowrap !important
}

.truncate {
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important
}

.w-1 {
	width: .25rem !important
}

.w-4 {
	width: 1rem !important
}

.w-8 {
	width: 2rem !important
}

.w-12 {
	width: 3rem !important
}

.w-32 {
	width: 8rem !important
}

.w-64 {
	width: 16rem !important
}

.w-auto {
	width: auto !important
}

.w-1\/2 {
	width: 50% !important
}

.w-1\/3 {
	width: 33.33333% !important
}

.w-2\/3 {
	width: 66.66667% !important
}

.w-1\/4 {
	width: 25% !important
}

.w-3\/4 {
	width: 75% !important
}

.w-full {
	width: 100% !important
}

.z-9 {
	z-index: 900 !important
}

.transition {
	-webkit-transition-duration: .25s !important;
	transition-duration: .25s !important
}

.transition {
	-webkit-transition-property: all !important;
	transition-property: all !important
}

.transition {
	-webkit-transition-timing-function: ease-in-out !important;
	transition-timing-function: ease-in-out !important
}

.transition {
	-webkit-transition-delay: .1s !important;
	transition-delay: .1s !important
}

.transition-delay-longer {
	-webkit-transition-delay: .3s !important;
	transition-delay: .3s !important
}

.bg-shattered {
	background: url(https://cdn-e1.nachi.org/img/patterns/shattered-d96ae71582.png) repeat
}

.aspect-16\:9 {
	position: relative;
	padding: 56.25% 0 0
}

.aspect-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}

.font-sans {
	font-family: proxima-nova, Arial, serif
}

html:not(.wf-proxima-nova) .font-sans {
	letter-spacing: -.00625rem;
	word-spacing: .00625rem
}

.font-condensed {
	font-family: proxima-nova-condensed, Arial, serif;
	font-weight: 700
}

html:not(.wf-proxima-nova-condensed) .font-condensed {
	letter-spacing: -.00625rem;
	word-spacing: .00625rem
}

.font-serif {
	font-family: exchange, Georgia, serif
}

html:not(.wf-exchange) .font-serif {
	letter-spacing: .003125rem;
	word-spacing: .034375rem
}

.font-serif.font-bold {
	font-family: exchange, Georgia, serif
}

html:not(.wf-exchange-700-normal) .font-serif.font-bold {
	letter-spacing: -.090625rem;
	word-spacing: .125rem
}

.text-shadow {
	text-shadow: 0 2px 4px rgba(0, 0, 0, .1)
}

.text-shadow-md {
	text-shadow: 0 4px 8px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .08)
}

.grayscale-8 {
	-webkit-filter: grayscale(80%);
	filter: grayscale(80%)
}

.group:hover .group-hover\:grayscale-none {
	-webkit-filter: none;
	filter: none
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

@media (min-width: 576px) {
	.nav-shortcut-inactive {
		margin-top: .75rem;
		margin-bottom: .75rem;
		color: #636a79
	}
	
	.nav-shortcut-active, .nav-shortcut-active:focus, .nav-shortcut-active:hover {
		margin-top: .75rem;
		margin-bottom: .75rem;
		border-color: #f5f6f7;
		border-top-left-radius: 9999px;
		border-bottom-left-radius: 9999px;
		background-color: #fff;
		color: #000;
		text-decoration: none;
		cursor: default;
		border-color: #c9ccd1;
		border-right-color: #fff
	}
	
	.tailwind #body-container {
		padding-top: 1rem
	}
	
	#nav-background {
		border-style: solid;
		height: 137px;
		-webkit-box-sizing: content-box !important;
		box-sizing: content-box !important
	}
	
	.sm\:border-r {
		border-right-width: 1px !important
	}
	
	.sm\:inline-block {
		display: inline-block !important
	}
	
	.sm\:flex-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}
	
	.sm\:flex-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}
	
	.sm\:mt-0 {
		margin-top: 0 !important
	}
	
	.sm\:pr-4 {
		padding-right: 1rem !important
	}
	
	.sm\:pl-4 {
		padding-left: 1rem !important
	}
	
	.sm\:w-1\/2 {
		width: 50% !important
	}
}

@media print {
	.print\:text-12pt {
		font-size: 12pt
	}
	
	.print\:mt-0 {
		margin-top: 0 !important
	}
	
	.print\:mt-4 {
		margin-top: 1rem !important
	}
}

@media (min-width: 768px) {
	.md\:border-none {
		border-style: none !important
	}
	
	.md\:border-t {
		border-top-width: 1px !important
	}
	
	.md\:border-r {
		border-right-width: 1px !important
	}
	
	.md\:block {
		display: block !important
	}
	
	.md\:inline {
		display: inline !important
	}
	
	.md\:hidden {
		display: none !important
	}
	
	.md\:flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}
	
	.md\:flex-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}
	
	.md\:flex-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}
	
	.md\:items-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}
	
	.md\:items-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}
	
	.md\:h-8 {
		height: 2rem !important
	}
	
	.md\:mx-2 {
		margin-left: .5rem !important;
		margin-right: .5rem !important
	}
	
	.md\:mt-0 {
		margin-top: 0 !important
	}
	
	.md\:mb-0 {
		margin-bottom: 0 !important
	}
	
	.md\:mr-4 {
		margin-right: 1rem !important
	}
	
	.md\:ml-4 {
		margin-left: 1rem !important
	}
	
	.md\:mr-8 {
		margin-right: 2rem !important
	}
	
	.md\:mr-10 {
		margin-right: 2.5rem !important
	}
	
	.md\:-mr-2 {
		margin-right: -.5rem !important
	}
	
	.md\:-mt-4 {
		margin-top: -1rem !important
	}
	
	.md\:-ml-4 {
		margin-left: -1rem !important
	}
	
	.md\:p-4 {
		padding: 1rem !important
	}
	
	.md\:py-4 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}
	
	.md\:pt-0 {
		padding-top: 0 !important
	}
	
	.md\:pr-4 {
		padding-right: 1rem !important
	}
	
	.md\:pt-8 {
		padding-top: 2rem !important
	}
	
	.md\:pr-8 {
		padding-right: 2rem !important
	}
	
	.md\:pl-8 {
		padding-left: 2rem !important
	}
	
	.md\:pt-16 {
		padding-top: 4rem !important
	}
	
	.md\:fixed {
		position: fixed !important
	}
	
	.md\:text-left {
		text-align: left !important
	}
	
	.md\:text-right {
		text-align: right !important
	}
	
	.md\:text-base {
		font-size: 1.125rem !important
	}
	
	.md\:text-xl {
		font-size: 1.5rem !important
	}
	
	.md\:w-16 {
		width: 4rem !important
	}
	
	.md\:w-1\/2 {
		width: 50% !important
	}
	
	.md\:w-1\/3 {
		width: 33.33333% !important
	}
	
	.md\:w-1\/5 {
		width: 20% !important
	}
}

@media (min-width: 992px) {
	.lg\:rounded-lg {
		border-radius: .5rem !important
	}
	
	.lg\:rounded-l-lg {
		border-bottom-left-radius: .5rem !important
	}
	
	.lg\:rounded-l-lg {
		border-top-left-radius: .5rem !important
	}
	
	.lg\:border-t-0 {
		border-top-width: 0 !important
	}
	
	.lg\:border-r {
		border-right-width: 1px !important
	}
	
	.lg\:border-l {
		border-left-width: 1px !important
	}
	
	.lg\:block {
		display: block !important
	}
	
	.lg\:inline-block {
		display: inline-block !important
	}
	
	.lg\:inline {
		display: inline !important
	}
	
	.lg\:hidden {
		display: none !important
	}
	
	.lg\:flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}
	
	.lg\:flex-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}
	
	.lg\:flex-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}
	
	.lg\:items-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}
	
	.lg\:justify-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}
	
	.lg\:flex-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 !important;
		flex: 1 !important
	}
	
	.lg\:float-right {
		float: right !important
	}
	
	.lg\:m-0 {
		margin: 0 !important
	}
	
	.lg\:mx-2 {
		margin-left: .5rem !important;
		margin-right: .5rem !important
	}
	
	.lg\:mb-0 {
		margin-bottom: 0 !important
	}
	
	.lg\:mt-8 {
		margin-top: 2rem !important
	}
	
	.lg\:mr-8 {
		margin-right: 2rem !important
	}
	
	.lg\:max-w-xs {
		max-width: 20rem !important
	}
	
	.lg\:max-w-2\/3 {
		max-width: 66.66667% !important
	}
	
	.lg\:max-w-1\/4 {
		max-width: 25% !important
	}
	
	.lg\:min-w-2\/5 {
		min-width: 40% !important
	}
	
	.lg\:-mx-2 {
		margin-left: -.5rem !important;
		margin-right: -.5rem !important
	}
	
	.lg\:-my-6 {
		margin-top: -1.5rem !important;
		margin-bottom: -1.5rem !important
	}
	
	.lg\:p-0 {
		padding: 0 !important
	}
	
	.lg\:p-16 {
		padding: 4rem !important
	}
	
	.lg\:px-4 {
		padding-left: 1rem !important;
		padding-right: 1rem !important
	}
	
	.lg\:pr-8 {
		padding-right: 2rem !important
	}
	
	.lg\:text-left {
		text-align: left !important
	}
	
	.lg\:text-xl {
		font-size: 1.5rem !important
	}
	
	.lg\:text-4xl {
		font-size: 3rem !important
	}
	
	.lg\:w-auto {
		width: auto !important
	}
	
	.lg\:w-1\/3 {
		width: 33.33333% !important
	}
	
	.lg\:w-1\/5 {
		width: 20% !important
	}
	
	.lg\:w-2\/5 {
		width: 40% !important
	}
}

@media (min-width: 1200px) {
	.xl\:inline {
		display: inline !important
	}
	
	.xl\:w-1\/3 {
		width: 33.33333% !important
	}
}
