/*********************Color Swatches********************\

    Syndex Primary: Purple (r65g42b100; hex#412A64)
    Syndex Primary: Green (r199g213b31; hex#C7D51F)
    Syndex Primary: Granite (r199g213b31; hex#1D1D1D
    Syndex Accent: Orange (r247g150b70; hex#F79646)
    Syndex Accent: Blue (r31g73b125; hex#1F497D)
    Syndex Accent: Dark Grey (r89g89b89; hex#595959)
    Syndex Accent: Mid Grey (r166g166b166; hex#A6A6A6)
    Syndex Accent: Light Grey (r255g255b255; hex #FFFFFF)

\*******************************************************/

/*bootstrap core overrides*/
.get-started-form .form-control {
	border-radius: 0;
	height: 47px;
	color: #595959;
	background-color: #F2F2F2;
	border-color: #A6A6A6;
	font-size: 14pt;
}
form.get-started-form {
	background: #fff;
	padding: 40px 30px;
	border: 1px solid #D2D0D0;
}
.get-started-form .form-control:focus {
	border-color: #412A64;
	color: #595959;
	box-shadow: none;
}
.form-control:focus {
	border-color: #C7D51F;
}
input[type=checkbox] {
	vertical-align: middle;
	top: 6px;
}
.modal-content {
	border-radius: 0;
}
.btn {
	border-radius: 2px;
}
.btn-warning {
	color: #fff;
	background-color: #d4e225;
	border-radius: 0;
}
.btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open>.dropdown-toggle.btn-warning {
	background-color: #ecf395;
	border: none;
	/* Safari */
}
.btn-group-sm>.btn, .btn-sm {
	padding: 5px 15px;
	font-size: 10px;
	line-height: 1.5;
	background: #000;
	border-radius: 3px;
}
.navbar-inverse {
	background-color: #C7D51F;
	border: none;
}
.navbar-inverse .navbar-collapse {
	border: none;
}
ul.nav.navbar-nav a {
	color: #EAEAEA;
}
ul.nav.navbar-nav a:focus, ul.nav.navbar-nav a:hover {
	color: #fff;
	background-color: #000;
}
ul.nav.navbar-nav a.highlight {
	color: #fff;
	background-color: #c7d51f;
}
ul.nav.navbar-nav a.highlight:focus, ul.nav.navbar-nav a.highlight:hover {
	background-color: #9da819;
}
ul.nav.navbar-nav>li>ul {
	margin: 0;
	padding: 0;
}
ul.nav.navbar-nav>li>ul>li>a {
	display: block;
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
}
ul.nav.navbar-nav>li>ul>li:first-child>a {
	padding-top: 15px;
}
.navbar-nav {
	margin-top: 0;
	margin-bottom: 0;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #000;
}
.navbar-inverse .navbar-toggle {
	color: #EAEAEA;
	border: none;
	border-radius: 0;
	padding: 24px 25px 20px 25px;
	margin: 0;
	font-size: 24px;
	min-height: 78px;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	color: #fff;
	background-color: #000;
}
header .btn-warning.active, header .btn-warning.focus, header .btn-warning:active, header .btn-warning:focus, header .btn-warning:hover, header .open>.dropdown-toggle.btn-warning {
	border: none;
	background-color: #666E07;
	/* Safari */
}

/*general scaffolding*/
body {
	font-size: 14px;
    font-family: 'Untitled Sans', sans-serif;
	background: #f2f2f2;
	margin-bottom: 155px;
	color: #1D1D1D;
}
.btn.btn-radius {
	border-radius: 4px;
}

/******************************************************/

h1, h2, h3, h4, h5 {
	margin: 0;
}
h1 {
    font-family: Gilroy, sans-serif;
    font-weight: lighter;
    font-size: 48px;
}
h2 {
    font-family: Gilroy, sans-serif;
    font-weight: normal;
    font-size: 36px;
}
h3 {
    font-family: Gilroy, sans-serif;
    font-weight: bold;
    font-size: 24px;
}
h4, h5 {
    font-family: 'Untitled Sans', sans-serif;
    font-weight: normal;
    font-size: 14px;
}
h6 {
    font-family: 'Untitled Sans', sans-serif;
    font-weight: normal;
    font-size: 14px;
}
.header-1 {
    font-family: Gilroy, sans-serif;
    font-weight: lighter;
    font-size: 48px;
	color: #412A64;
}
.header-1.title {
	margin-bottom: 10px;
}
.header-2 {
    font-family: Gilroy, sans-serif;
    font-weight: normal;
    font-size: 36px;
	color: #C7D51F;
	margin-bottom: 10px;
}
.sub-heading {
	font-weight: 700;
}
.text-green {
	color: #C7D51F;
}
ol.no-margin {
	margin-left: 0;
	padding-left: 20px;
}
.syndex-styled-list {
	color: #818181;
	font-style: italic;
}
ol.no-margin li {
	margin-bottom: 6px;
}
header {
	min-height: 95px;
	border-top: 3px solid #c7d51f;
}
.get-start-btn {
	background: #C7D51F;
	padding: 4px;
	display: inline-block;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.get-start-btn .btn {
	border-radius: 4px;
	padding: 5px;
}
.get-start-btn .btn-warning {
	border: none;
}
.header-link {
	text-align: right;
	top: -18px;
	position: absolute;
	right: 15px
}
.header-link li {
	list-style: none;
	display: block;
	padding: 4px 0;
}
.header-nav {
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	left: 18px;
	top: 36px;
}
.header-nav .nav-pills {
	border-bottom: none;
	background: none;
	padding: 5px;
}
.header-button {
	position: relative;
	display: inline-block;
	padding: 10px 15px;
	color: #EAEAEA;
	font-family: 'Untitled Sans', sans-serif;
	font-size: 14px;
}
.header-button:hover {
	color: #fff;
	background-color: #131313;
}
.header-button:active {
	color: #fff;
	background-color: #131313;
}
.header-nav .nav>li>a {
	position: relative;
	display: block;
    font-size: 12px;
	padding: 10px 4px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.header-nav a {
	color: #EAEAEA;
}
.header-nav .nav>li>a:focus {
	background-color: #000;
	color: #fff;
}
.sub-menu nav>li>a:focus, .sub-menu .nav>li>a:hover {
	background-color: #666E07;
	color: #fff;
}
.sub-menu .col-md-9, .sub-menu .col-md-7 {
	padding-left: 0;
}
.nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none;
	background-color: transparent;
}
#submenu-scrollspy .nav-pills>li.active>a, #submenu-scrollspy .nav-pills>li.active>a:focus, #submenu-scrollspy .nav-pills>li.active>a:hover {
	background-color: #666E07;
	color: #fff;
}
.header-nav nav>li>a:focus, .header-nav .nav>li>a:hover, .header-nav .nav-pills>li.active>a, .header-nav .nav-pills>li.active>a:focus, .header-nav .nav-pills>li.active>a:hover {
	color: #fff;
	background-color: #131313;
}
.header-login {
	text-align: right;
	right: 0;
	top: 50px;
}
.sub-menu {
	background: #C7D51F;
}
.sub-menu a {
	color: #595959;
}
.sub-menu .nav>li>a {
	padding: 5px 10px;
}
.sub-menu .nav-pills>li>a {
	border-radius: 4px;
}
.sub-menu ul {
	margin-bottom: 0;
}
.main-content-wrapper {
	margin: 20px 0;
}
.main-content-wrapper.has-banner {
    margin-top: 0;
}
.main-content {
	padding-right: 5px;
}
.block-row {
	padding: 40px 0;
}
.block-row.last {
	margin-bottom: -30px;
}
.block-row.primary-bg {
	background: #E8E8E8;
	color: #616161;
}
#why-join-syndex .sub-title {
	display: block;
	font-weight: 700;
}
#why-join-syndex .nav-tabs {
	margin-top: 20px;
	border: none;
	background: #A1A1A1;
	color: #fff;
}
#why-join-syndex .nav-tabs>li>a {
	border-radius: 0;
	color: #fff;
	font-size: 14pt;
	font-weight: 700;
	margin-right: 0;
}
#why-join-syndex .nav-tabs>li>a:hover {
	background: #412A64;
}
#why-join-syndex .nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none;
	background-color: #C7D51F;
}
#why-join-syndex .nav-tabs>li.active>a, #why-join-syndex .nav-tabs>li.active>a:focus, #why-join-syndex .nav-tabs>li.active>a:hover {
	color: #FAFAFA;
	cursor: default;
	background-color: #C7D51F;
	border: none;
	border-bottom: 1px solid #c7d51f;
}
#why-join-syndex .nav-tabs>li.active>a:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 47%;
	top: 38px;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #c6d51f transparent transparent transparent;
}
#why-join-syndex .nav-tabs>li {
	width: 50%;
	text-align: center;
}
#why-join-syndex .tab-content {
	padding: 40px 0 0;
	border: none;
}
.img-investor {
	margin: 0 auto;
}
a.work-steps {
	color: #000;
	display: block;
	padding: 0 8px 20px;
	text-decoration: none;
}
@media screen and (min-width: 1024px) {
	a.work-steps {
		min-height: 265px;
	}
	a.work-steps:hover, a.work-steps:active, a.work-steps:focus {
		background: #ECECEC;
		text-decoration: none;
	}
}
a.work-steps:hover img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	/* Firefox 10+, Firefox on Android */
	filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	/* IE6-9 */
	-webkit-filter: grayscale(100%);
	/* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.sidebar .sidebar-widget {
	margin-bottom: 20px;
}
.footer-widget-wrapper {
	margin-top: 20px;
}
.footer-widget {
	border: 1px solid #b6b6b6;
}
.footer-widget-wrapper .row {
	margin-left: -30px;
	margin-right: -30px;
}
.footer-widget .title {
	padding: 10px;
	font-size: 14px;
	background: #412A64;
	border-bottom: 1px solid #b6b6b6;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0.1em;
}
.footer-widget .content {
	padding: 10px;
	min-height: 198px;
}
.footer-widget .content ul li {
	padding: 5px 0;
}
.footer-widget .content ul li a {
	color: #9a9a9a;
}
.footer-widget .content ul li a {
	color: #412A64;
	text-decoration: none;
	font-style: italic;
}
.footer-widget .content ul li a:hover {
	color: #0190c6;
	text-decoration: underline;
}
.footer-widget .content .view-all {
	display: block;
	text-align: right;
}
.form-container .forgot-password {
	margin-top: 30px;
}
.footer {
	/* Set the fixed height of the footer here */
	color: #838383;
}
.footer .footer-top {
	background: #412A64;
	padding-top: 25px;
	padding-bottom: 5px;
}
.footer .footer-top a {
	color: #D3C0EF;
}
.footer .footer-top a:hover {
	color: #998AB0;
}
.footer .footer-top ul {
	padding-left: 0;
	list-style: none;
	border-top: 2px solid #c7d51f;
}
.footer .footer-top ul li {
	padding-bottom: 5px;
}
.footer .footer-top ul li:nth-child(1) {
	padding-top: 10px;
}
.footer .footer-bottom {
	background: #CFCFCF;
	padding: 10px 0;
	color: #575757;
}
.footer .footer-bottom a {
	color: #575757;
}
.footer .footer-bottom a:hover {
	color: #989898;
}
.footer .terms-link {
	text-align: right;
}
.error-msg {
	text-align: center;
}
#tooltip {
	background: #111;
}

/* triangle decoration */

#tooltip:after {
	border-top: 10px solid #111;
}
#tooltip.top:after {
	border-bottom: 10px solid #111;
}
@media screen and (min-width: 768px) {
	.form-container {
		min-height: 375px;
	}
	.form-container .modal-content {
		margin-top: 80%;
	}
	#how-syndex-work .img-block {
		padding-left: 7%;
	}
	#how-syndex-work .img-block img {
		display: block;
		margin: 0 auto;
	}
}
@media (max-width: 767px) {
    #about-exchange-carousel {
        border-top: 3px solid #c7d51f;
    }
}
.carousel-control {
	width: 10%;
}

.carousel-caption {
	position: absolute;
	right: 5%;
	top: 12%;
	left: 5%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #231f20;
	text-align: center;
}
.carousel-indicators li {
	border-color: #C7D51F;
	background: #262626;
	width: 18px;
	height: 18px;
}
.carousel-indicators .active {
	background-color: #C7D51F;
	width: 19px;
	height: 19px;
	border: 1px solid #fff;
}
@media (max-width: 767px) {
    .carousel-indicators {
        bottom: 0;
        margin-bottom: 0;
    }
}
.carousel-caption.slider1 {
	right: 15%;
	left: 15%;
}
.carousel-caption.slider2 {
	top: 10%;
	right: 10%;
	left: 10%;
}
.carousel-caption h2 {
    font-family: Gilroy, sans-serif;
    font-weight: lighter;
    font-size: 48px;
	text-shadow: none;
	padding: 10px;
	margin: 30px;
	color: #231f20;
	background-color: rgba(255,255,255,0.6);
}
.carousel-caption .light {
	color: #ffffff;
	background-color: rgba(0,0,0,0.5);
}
.carousel .item {
	width: 100%;
	max-height: 550px;
}
.carousel-control:focus, .carousel-control:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: 1;
}
.carousel-control .fa-angle-right, .carousel-control .icon-next, .carousel-control .fa-angle-left, .carousel-control .icon-prev {
	color: #C7D51F;
}
@media screen and (min-width: 768px) {
	.carousel-control .fa-angle-left, .carousel-control .icon-prev {
		margin-left: -5px;
	}
	.carousel-control .fa-angle-right, .carousel-control .icon-prev {
		margin-right: -5px;
	}
}
@media screen and (min-width: 768px) {
	.carousel-control .fa-angle-left, .carousel-control .fa-angle-right, .carousel-control .icon-next, .carousel-control .icon-prev {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		font-size: 80px;
		color: #C7D51F;
	}
}
.carousel-control .fa-angle-left, .carousel-control .icon-prev {
	left: 0;
}
.carousel-control .fa-angle-right, .carousel-control .icon-prev {
	right: 0;
}
.carousel-control .fa-angle-left, .carousel-control .fa-angle-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	position: absolute;
	top: 40%;
	z-index: 5;
	display: inline-block;
}
table.market-exchange tr th {
	text-align: center;
}
table.market-exchange tr th img {
	text-align: center;
	display: block;
	margin: 5px auto;
}
.table.market-exchange>thead>tr>th {
	vertical-align: middle;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	vertical-align: middle;
}
.team-profile {
	display: block;
	padding: 20px;
	border: 1px solid #E8E8E8;
	text-decoration: none;
	color: #595959;
}
.team-profile:hover img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	/* Firefox 10+, Firefox on Android */
	filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	/* IE6-9 */
	-webkit-filter: grayscale(100%);
	/* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.team-profile:hover {
	background: #FFF;
	border: 1px solid #C5C5C5;
	text-decoration: none;
}
.team-profile:focus, a.team-profile:active {
	border: none;
	text-decoration: none;
}
.team-profile .name {
	margin-top: 15px;
	font-weight: 400;
}
p.modal-title {
	font-weight: 700;
}
.gmap {
	padding: 10px;
	background: #fff;
	border: 1px solid #eee;
	margin-top: 20px;
}
@media (max-width: 767px) {
	.desktop-view-only {
		display: none;
	}
	.mobile-view-only .table.market-exchange .img-responsive {
		margin-left: 6px;
	}
	.header-nav, .sub-menu {
		display: none;
	}
	.header-link {
		top: -90px;
	}
	.carousel {
		margin-top: 0;
	}
	.navbar {
		margin-bottom: 0;
	}
	.carousel-caption {
		padding-top: 0;
		left: 8%;
		right: 8%;
	}
	.carousel-caption h2 {
		font-weight: 400;
		padding: 5px;
		font-size: 2em;
	}
	.carousel .item {
		max-height: 230px;
		width: 100%;
	}
	.carousel-control .fa-angle-left, .carousel-control .fa-angle-right, .carousel-control .icon-next, .carousel-control .icon-prev {
		font-size: 3em;
	}
}
@media (max-width: 767px) {
	.carousel-caption h2 {
		font-size: 1em;
		font-weight: 400;
		padding: 5px;
	}
	.carousel .item {
		max-height: 150px;
		width: 100%;
	}
	.carousel-control .fa-angle-left, .carousel-control .fa-angle-right, .carousel-control .icon-next, .carousel-control .icon-prev {
		font-size: 2em;
	}
}
@media (min-width: 768px) {
	.mobile-view-only {
		display: none;
	}
	.mobile-menu {
		display: none;
	}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
	/* IPAD POTRAIT */
	.carousel-caption.slider2 {
		top: 0;
	}
	.carousel-caption h2 {
		background: rgba(199, 213, 31, 0.75);
		font-size: 2em;
	}
	.carousel-caption {
		left: 10%;
		right: 10%;
	}
	.carousel .item {
		max-height: 350px;
	}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	/* IPAD LANDSCAPE */
	.carousel-caption {
		top: -4%;
		left: 10%;
		right: 10%;
	}
	.carousel-caption.slider2 {
		top: 0;
	}
	.carousel .item {
		max-height: 350px;
	}
	.carousel-caption h2 {
		font-size: 2em;
	}
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
	.carousel-caption {
		top: 0;
		left: 10%;
		right: 10%;
	}
	.carousel-caption.slider2 {
		top: 0;
	}
}
.anchor {
	display: block;
	position: relative;
	top: -140px;
	visibility: hidden;
}
.footer {
	height: 140px;
}
.footer .footer-top {
	background: #1D1D1D;
}
.footer .footer-top a {
	color: #838383;
}
.footer .footer-top a:hover {
	color: #c7d51f;
	text-decoration: none;
}
.footer-nav a {
	color: #c7d51f;
	font-size: 16px;
	text-transform: uppercase;
}
.exchangeModalDesc {
	width: 100%;
	min-height: 50px;
	margin-bottom: 15px;
}
.exchangeModalRightDiv {
	width: 40%;
	float: right;
	position: relative;
	text-align: right;
}
.exchangeModalLeftDiv {
	width: 60%;
	float: left;
	position: relative;
	text-align: left;
}
.exchangeModalTable {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
.exchangeModalTableColumn {
	width: 50%;
	text-align: left;
}
.exchangeModalImage {
	position: relative;
	min-height: 50px;
	height: 300px;
	width: 100%;
	padding: 15px;
}
.sub-menu.blank {
	padding: 20px 0 19px 0;
}
.sub-menu {
	padding: 5px 0;
	border-top: 1px solid #000000;
	font-weight: 400;
}
.wdth50 {
	width: 51%;
	display: inline-block;
}
.wdth21 {
	width: 21%;
	display: inline-block;
}
.form-control {
	border-radius: 0;
	height: 35px;
	color: #1D1D1D;
	background-color: #F2F2F2;
	border-color: #A6A6A6;
	font-size: 10pt;
}
.form-control:focus {
	border-color: #412A64;
	color: #595959;
	box-shadow: none;
}
input[type=checkbox] {
	border-radius: 0;
	width: 13px;
	height: 13px;
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	position: relative;
	top: 2px;
}
.checkbox, .radio {
	position: relative;
	display: block;
	margin-top: 14px;
	margin-bottom: 14px;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	opacity: 1;
}
.btn {
	border-radius: 0;
	vertical-align: top;
	font-family: 'Untitled Sans', sans-serif;
}
.btn-default {
	background: none;
	border-color: #412A64;
}
.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default {
	color: #412A64;
	background-color: #f2f2f2;
	border-color: #412A64;
}
.btn-primary {
	background: #412A64;
	border-color: #31204C;
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: rgba(65, 42, 100, 0.6);
	border-color: #7C6B98;
}
.btn-warning {
	color: #595959;
	background-color: #c7d51f;
	border: none;
}
.btn-warning.disabled {
	background: #c7d51f;
	border: none;
}
.btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
	color: #595959;
	background-color: rgba(199, 213, 31, 0.5);
	border-color: #A6A6A6;
	-webkit-transition: ease-out 0.1s;
	/* Safari */
	transition: ease-out 0.1s;
}
.btn-warning.white-txt {
	color: #ffffff;
}
.btn-warning.white-txt:hover {
	color: #A6A6A6;
}
.btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open>.dropdown-toggle.btn-warning {
	color: #595959;
	background-color: rgba(199, 213, 31, 0.5);
	border-color: #A6A6A6;
	-webkit-transition: ease-out 0.1s;
	/* Safari */
	transition: ease-out 0.1s;
}
.btn-group-sm>.btn, .btn-sm, .btn-group-sm>.btn {
	padding: 5px 15px;
	font-size: 10px;
	line-height: 1.5;
	border-radius: 0;
}
header .btn-warning.active, header .btn-warning.focus, header .btn-warning:active, header .btn-warning:focus, header .btn-warning:hover, header .open>.dropdown-toggle.btn-warning {
	color: #fff;
	border-color: #fff;
	-webkit-transition: ease-out 0.1s;
	/* Safari */
	transition: ease-out 0.1s;
}

/*general scaffolding*/

.mgt-10 {
	margin-top: 10px;
}
.mgt-20 {
	margin-top: 20px;
}
.block-10 {
	display: block;
	height: 10px;
}
.block-20 {
	display: block;
	height: 20px;
}
.block-30 {
	display: block;
	height: 30px;
}
.block-40 {
	display: block;
	height: 40px;
}
.block-60 {
	display: block;
	height: 60px;
}
.block-80 {
	display: block;
	height: 80px;
}
html {
	position: relative;
	min-height: 100%;
}
.btn.btn-radius {
	border-radius: 0;
}

/******************************************************/

header {
	display: block;
	color: #c7d51f;
	padding: 10px 0 0 0;
	min-height: 245px;
	background: #262626;
}
ul.header-link {
	text-align: right;
}
ul.header-link li {
	list-style: none;
	display: block;
	padding: 4px 0;
}
form {
	font-family: 'Untitled Sans', sans-serif;
}
.form-container {
	width: 70%;
	display: table;
	margin: 0 auto;
	border: 1px solid #D2D0D0;
	background: #ffffff;
	padding: 20px 35px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.form-container h1 {
	text-align: center;
	margin: 0;
	color: #595959;
	padding: 10px 0;
}
.form-container h4 {
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #595959;
}
.form-container h4.text-lg {
	font-size: 18px;
}
.form-container hr {
	border-color: #a6a6a6;
}
.purple-box {
	display: block;
	padding: 20px 15px;
	background: #412A64;
	text-align: center;
	color: #382457;
	border-radius: 4px;
}
a.help img {
	margin-top: -5px;
}
a.help:hover {
	color: #5F5F5F;
	text-decoration: none;
}
a.inline-help img {
	vertical-align: middle;
	position: absolute;
	top: 10px;
	right: -16px;
}
.form-container .msg-block {
	font-size: 16px;
	color: #595959;
}
.form-container .msg-block p {
	margin: 0 0 25px;
}
.form-container .modal-backdrop.in {
	opacity: 0.2;
}
.form-container .modal-content {
	margin-top: 50%;
	background: #A6A6A6;
	color: #fff;
	box-shadow: none;
	font-size: 14px;
}
.form-container .modal-header h4 {
	font-size: 18px;
	color: #fff;
	text-align: left;
}
.form-container .modal-body img {
	vertical-align: top;
}
.form-container .modal-header {
	border-bottom: none;
	padding: 10px 10px 0 18px;
}
.form-container .modal-body ul li {
	margin: 0 0 15px;
}
.form-footer-msg {
	text-align: center;
	padding: 20px 0 0 0;
}
.login-links {
    margin-bottom: 20px;
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 155px;
	background: #1D1D1D;
	padding: 10px 0 25px 0;
	color: #ffffff;
}
.form-footer-msg {
	font-size: 14px;
	color: #595959;
}
.footer a {
	color: #ffffff;
}
.footer a:hover {
	color: #D6BBFF;
	text-decoration: none;
}
.footer .copyright, .footer .footer-nav {
	line-height: 10pt;
	padding: 5px 0;
}
.footer-logo {
    display: block;
	margin-bottom: 30px;
}
.footer-logo:after {
    clear: both;
}
.footer-logo a {
    display: block;
    text-align: center;
}
.error-msg {
	font-size: 10pt;
	color: firebrick;
	display: block;
	text-align: left;
}
#tooltip {
	text-align: center;
	color: #fff;
	background: #1D1D1D;
	position: absolute;
	z-index: 100;
	padding: 15px;
}

/* triangle decoration */

#tooltip:after {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #1D1D1D;
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -10px;
}
#tooltip.top:after {
	border-top-color: transparent;
	border-bottom: 10px solid #1D1D1D;
	top: -20px;
	bottom: auto;
}
#tooltip.left:after {
	left: 10px;
	margin: 0;
}
#tooltip.right:after {
	right: 10px;
	left: auto;
	margin: 0;
}
.signup-add .caption {
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	padding: 5px 10px;
	color: #fff;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.form-container {
		width: 95%;
		display: block;
		border: 1px solid #D2D0D0;
		background: #ffffff;
		padding: 15px 25px;
	}
}
@media screen and (min-width: 768px) {
	.form-container {
		min-height: 375px;
	}
	.form-container .modal-content {
		margin-top: 80%;
	}
	#tooltip {
		max-width: 30%;
	}
}
.container {
	margin-top: 20px;
}

/* Carousel Styles */

.carousel-indicators .active {
	background-color: #2980b9;
}
.carousel-inner img {
	width: 100%;
    max-height: none;
}
.carousel-control {
	width: 0;
}
.carousel-control.left, .carousel-control.right {
	opacity: 1;
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}
.carousel-control.left span {
	padding: 0;
}
.carousel-control.right span {
	padding: 0;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
	position: absolute;
	top: 45%;
	z-index: 5;
	display: inline-block;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	left: 15px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	right: 15px;
}
.carousel-control.left span, .carousel-control.right span {
	background-color: #000;
}
.carousel-control.left span:hover, .carousel-control.right span:hover {
	opacity: 0.7;
}

/* Carousel Header Styles */

.header-text {
	position: absolute;
	top: 20%;
	left: 1.8%;
	right: auto;
	width: 96.66666666666666%;
	color: #fff;
}
.header-text h2 {
	font-size: 40px;
}
.header-text h2 span {
	background-color: #2980b9;
	padding: 10px;
}
.header-text h3 span {
	background-color: #000;
	padding: 15px;
}
.btn-min-block {
	min-width: 170px;
	line-height: 26px;
}
.btn-theme {
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
	margin-right: 15px;
}
.btn-theme:hover {
	color: #000;
	background-color: #fff;
	border-color: #fff;
}
.progress {
	background: #fff;
}
.password-verdict {
	margin-top: 5px;
	position: relative;
	display: block;
}
.error-list {
	list-style: none;
	padding-left: 0;
}
.btn-group-lg>.btn, .btn-lg, .btn-group-lg>.btn {
	font-size: 16px;
}

/*Recent CSS Changes*/

.page-header {
	border: none;
}
.panel-footer {
	background-color: #fff;
}
.navbar-inverse {
	background-color: #262626;
	border-color: #262626;
}
.btn-default {
	color: #595959;
	background-color: #ffffff;
	border-color: #C7D51F;
}
.btn-danger {
	color: #ffffff;
	background-color: #C7D51F;
	border-color: #C7D51F;
}
.btn-danger:hover {
	color: #a6a6a6;
	background-color: rgba(199, 213, 31, 0.5);
	border-color: #A6A6A6;
	-webkit-transition: ease-out 0.1s;
	transition: ease-out 0.1s;
}
.modal-header {
	border-bottom: 1px solid #C7D51F;
	background: #C7D51F;
	color: #ffffff;
}
.alert-success {
	color: #595959;
	background-color: rgba(199, 213, 31, 0.5);
	border-color: #A6A6A6;
}
a .alert-warning:hover {
	color: #ffffff;
	background-color: rgba(247, 150, 70, 0.58);
	border-color: #F79646;
}
.btn-sm, .btn-group-sm>.btn {
	font-size: 11px;
	padding: 4px 8px;
}
.btn-primary {
	border-radius: 0;
}
.btn-primary:hover {
	background: #ecf395;
}
.syndex-btn, a.syndex-btn {
	background: #412A64;
	border-radius: 0;
	border: 1px solid #31204C;
	color: #595959;
	cursor: pointer;
	display: inline-block;
	font-family: 'Untitled Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	margin-bottom: 0;
	padding: 6px 12px;
	text-align: center;
	touch-action: manipulation;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	vertical-align: middle;
	vertical-align: top;
	white-space: nowrap;
}
.syndex-btn:focus, a.syndex-btn:focus, .syndex-btn:active:focus, a.syndex-btn:active:focus, .syndex-btn.active:focus, a.syndex-btn.active:focus, .syndex-btn.focus, a.syndex-btn.focus, .syndex-btn:active.focus, a.syndex-btn:active.focus, .syndex-btn.active.focus, a.syndex-btn.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.syndex-btn:hover, a.syndex-btn:hover, .syndex-btn:focus, a.syndex-btn:focus, .syndex-btn.focus, a.syndex-btn.focus {
	color: #333333;
	text-decoration: none;
}
.syndex-btn.disabled, a.syndex-btn.disabled, .syndex-btn[disabled], a.syndex-btn[disabled], fieldset[disabled] .syndex-btn, fieldset[disabled] a.syndex-btn {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.syndex-btn:hover, a.syndex-btn:hover, .syndex-btn:focus, a.syndex-btn:focus, .syndex-btn.focus, a.syndex-btn.focus, .syndex-btn:active, a.syndex-btn:active, .syndex-btn.active, a.syndex-btn.active, .open>.dropdown-toggle.syndex-btn, .open>.dropdown-togglea.syndex-btn {
	color: #595959;
	background-color: #afbb19;
	border-color: rgba(0, 0, 0, 0);
}
.syndex-btn:active, a.syndex-btn:active, .syndex-btn.active, a.syndex-btn.active, .open>.dropdown-toggle.syndex-btn, .open>.dropdown-togglea.syndex-btn {
	background-image: none;
}
.syndex-btn.disabled, a.syndex-btn.disabled, .syndex-btn[disabled], a.syndex-btn[disabled], fieldset[disabled] .syndex-btn, fieldset[disabled] a.syndex-btn, .syndex-btn.disabled:hover, a.syndex-btn.disabled:hover, .syndex-btn[disabled]:hover, a.syndex-btn[disabled]:hover, fieldset[disabled] .syndex-btn:hover, fieldset[disabled] a.syndex-btn:hover, .syndex-btn.disabled:focus, a.syndex-btn.disabled:focus, .syndex-btn[disabled]:focus, a.syndex-btn[disabled]:focus, fieldset[disabled] .syndex-btn:focus, fieldset[disabled] a.syndex-btn:focus, .syndex-btn.disabled.focus, a.syndex-btn.disabled.focus, .syndex-btn[disabled].focus, a.syndex-btn[disabled].focus, fieldset[disabled] .syndex-btn.focus, fieldset[disabled] a.syndex-btn.focus, .syndex-btn.disabled:active, a.syndex-btn.disabled:active, .syndex-btn[disabled]:active, a.syndex-btn[disabled]:active, fieldset[disabled] .syndex-btn:active, fieldset[disabled] a.syndex-btn:active, .syndex-btn.disabled.active, a.syndex-btn.disabled.active, .syndex-btn[disabled].active, a.syndex-btn[disabled].active, fieldset[disabled] .syndex-btn.active, fieldset[disabled] a.syndex-btn.active {
	background-color: #d4e225;
	border-color: transparent;
}
.syndex-btn .badge, a.syndex-btn .badge {
	color: #d4e225;
	background-color: #595959;
}
.syndex-btn:hover, a.syndex-btn:hover {
	background: #ecf395;
}
.syndex-btn-alt, a.syndex-btn-alt {
	background: #412A64;
	border-color: #31204C;
	border-radius: 0;
	border: 1px solid transparent;
	color: #595959;
	cursor: pointer;
	display: inline-block;
	font-family: 'Untitled Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	margin-bottom: 0;
	padding: 6px 12px;
	text-align: center;
	touch-action: manipulation;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	vertical-align: top;
	white-space: nowrap;
}
.syndex-btn-alt:focus, a.syndex-btn-alt:focus, .syndex-btn-alt:active:focus, a.syndex-btn-alt:active:focus, .syndex-btn-alt.active:focus, a.syndex-btn-alt.active:focus, .syndex-btn-alt.focus, a.syndex-btn-alt.focus, .syndex-btn-alt:active.focus, a.syndex-btn-alt:active.focus, .syndex-btn-alt.active.focus, a.syndex-btn-alt.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.syndex-btn-alt:hover, a.syndex-btn-alt:hover, .syndex-btn-alt:focus, a.syndex-btn-alt:focus, .syndex-btn-alt.focus, a.syndex-btn-alt.focus {
	color: #333333;
	text-decoration: none;
}
.syndex-btn-alt.disabled, a.syndex-btn-alt.disabled, .syndex-btn-alt[disabled], a.syndex-btn-alt[disabled], fieldset[disabled] .syndex-btn-alt, fieldset[disabled] a.syndex-btn-alt {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.syndex-btn-alt:hover, a.syndex-btn-alt:hover, .syndex-btn-alt:focus, a.syndex-btn-alt:focus, .syndex-btn-alt.focus, a.syndex-btn-alt.focus, .syndex-btn-alt:active, a.syndex-btn-alt:active, .syndex-btn-alt.active, a.syndex-btn-alt.active, .open>.dropdown-toggle.syndex-btn-alt, .open>.dropdown-togglea.syndex-btn-alt {
	color: #595959;
	background-color: #afbb19;
	border-color: rgba(0, 0, 0, 0);
}
.syndex-btn-alt:active, a.syndex-btn-alt:active, .syndex-btn-alt.active, a.syndex-btn-alt.active, .open>.dropdown-toggle.syndex-btn-alt, .open>.dropdown-togglea.syndex-btn-alt {
	background-image: none;
}
.syndex-btn-alt.disabled, a.syndex-btn-alt.disabled, .syndex-btn-alt[disabled], a.syndex-btn-alt[disabled], fieldset[disabled] .syndex-btn-alt, fieldset[disabled] a.syndex-btn-alt, .syndex-btn-alt.disabled:hover, a.syndex-btn-alt.disabled:hover, .syndex-btn-alt[disabled]:hover, a.syndex-btn-alt[disabled]:hover, fieldset[disabled] .syndex-btn-alt:hover, fieldset[disabled] a.syndex-btn-alt:hover, .syndex-btn-alt.disabled:focus, a.syndex-btn-alt.disabled:focus, .syndex-btn-alt[disabled]:focus, a.syndex-btn-alt[disabled]:focus, fieldset[disabled] .syndex-btn-alt:focus, fieldset[disabled] a.syndex-btn-alt:focus, .syndex-btn-alt.disabled.focus, a.syndex-btn-alt.disabled.focus, .syndex-btn-alt[disabled].focus, a.syndex-btn-alt[disabled].focus, fieldset[disabled] .syndex-btn-alt.focus, fieldset[disabled] a.syndex-btn-alt.focus, .syndex-btn-alt.disabled:active, a.syndex-btn-alt.disabled:active, .syndex-btn-alt[disabled]:active, a.syndex-btn-alt[disabled]:active, fieldset[disabled] .syndex-btn-alt:active, fieldset[disabled] a.syndex-btn-alt:active, .syndex-btn-alt.disabled.active, a.syndex-btn-alt.disabled.active, .syndex-btn-alt[disabled].active, a.syndex-btn-alt[disabled].active, fieldset[disabled] .syndex-btn-alt.active, fieldset[disabled] a.syndex-btn-alt.active {
	background-color: #d4e225;
	border-color: transparent;
}
.syndex-btn-alt .badge, a.syndex-btn-alt .badge {
	color: #d4e225;
	background-color: #595959;
}
.syndex-btn-alt:hover, a.syndex-btn-alt:hover {
	background: #ecf395;
}
.syndex-lg-btn, a.syndex-lg-btn {
	background-color: #c7d51f;
	background-image: none;
	border-radius: 0;
	border: none;
	color: #595959;
	cursor: pointer;
	display: inline-block;
	font-family: 'Untitled Sans', sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.3333333;
	margin-bottom: 0;
	padding: 10px 16px;
	text-align: center;
	touch-action: manipulation;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	vertical-align: top;
	white-space: nowrap;
}
.syndex-lg-btn:focus, a.syndex-lg-btn:focus, .syndex-lg-btn:active:focus, a.syndex-lg-btn:active:focus, .syndex-lg-btn.active:focus, a.syndex-lg-btn.active:focus, .syndex-lg-btn.focus, a.syndex-lg-btn.focus, .syndex-lg-btn:active.focus, a.syndex-lg-btn:active.focus, .syndex-lg-btn.active.focus, a.syndex-lg-btn.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.syndex-lg-btn:hover, a.syndex-lg-btn:hover, .syndex-lg-btn:focus, a.syndex-lg-btn:focus, .syndex-lg-btn.focus, a.syndex-lg-btn.focus {
	color: #333333;
	text-decoration: none;
}
.syndex-lg-btn.disabled, a.syndex-lg-btn.disabled, .syndex-lg-btn[disabled], a.syndex-lg-btn[disabled], fieldset[disabled] .syndex-lg-btn, fieldset[disabled] a.syndex-lg-btn {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.syndex-lg-btn:hover, a.syndex-lg-btn:hover, .syndex-lg-btn:focus, a.syndex-lg-btn:focus, .syndex-lg-btn.focus, a.syndex-lg-btn.focus, .syndex-lg-btn:active, a.syndex-lg-btn:active, .syndex-lg-btn.active, a.syndex-lg-btn.active, .open>.dropdown-toggle.syndex-lg-btn, .open>.dropdown-togglea.syndex-lg-btn {
	color: #ffffff;
	background-color: #9da819;
	border-color: #808914;
}
.syndex-lg-btn:active, a.syndex-lg-btn:active, .syndex-lg-btn.active, a.syndex-lg-btn.active, .open>.dropdown-toggle.syndex-lg-btn, .open>.dropdown-togglea.syndex-lg-btn {
	background-image: none;
}
.syndex-lg-btn.disabled, a.syndex-lg-btn.disabled, .syndex-lg-btn[disabled], a.syndex-lg-btn[disabled], fieldset[disabled] .syndex-lg-btn, fieldset[disabled] a.syndex-lg-btn, .syndex-lg-btn.disabled:hover, a.syndex-lg-btn.disabled:hover, .syndex-lg-btn[disabled]:hover, a.syndex-lg-btn[disabled]:hover, fieldset[disabled] .syndex-lg-btn:hover, fieldset[disabled] a.syndex-lg-btn:hover, .syndex-lg-btn.disabled:focus, a.syndex-lg-btn.disabled:focus, .syndex-lg-btn[disabled]:focus, a.syndex-lg-btn[disabled]:focus, fieldset[disabled] .syndex-lg-btn:focus, fieldset[disabled] a.syndex-lg-btn:focus, .syndex-lg-btn.disabled.focus, a.syndex-lg-btn.disabled.focus, .syndex-lg-btn[disabled].focus, a.syndex-lg-btn[disabled].focus, fieldset[disabled] .syndex-lg-btn.focus, fieldset[disabled] a.syndex-lg-btn.focus, .syndex-lg-btn.disabled:active, a.syndex-lg-btn.disabled:active, .syndex-lg-btn[disabled]:active, a.syndex-lg-btn[disabled]:active, fieldset[disabled] .syndex-lg-btn:active, fieldset[disabled] a.syndex-lg-btn:active, .syndex-lg-btn.disabled.active, a.syndex-lg-btn.disabled.active, .syndex-lg-btn[disabled].active, a.syndex-lg-btn[disabled].active, fieldset[disabled] .syndex-lg-btn.active, fieldset[disabled] a.syndex-lg-btn.active {
	background-color: #c7d51f;
	border-color: #b2bf1c;
}
.syndex-lg-btn .badge, a.syndex-lg-btn .badge {
	color: #c7d51f;
	background-color: #ffffff;
}
.syndex-lg-btn-alt, a.syndex-lg-btn-alt {
	background: #412A64;
	border-color: #31204C;
	border-radius: 0;
	border: 1px solid transparent;
	color: #595959;
	cursor: pointer;
	display: inline-block;
	font-family: 'Untitled Sans', sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.3333333;
	margin-bottom: 0;
	padding: 10px 16px;
	text-align: center;
	touch-action: manipulation;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	vertical-align: top;
	white-space: nowrap;
}
.syndex-lg-btn-alt:focus, a.syndex-lg-btn-alt:focus, .syndex-lg-btn-alt:active:focus, a.syndex-lg-btn-alt:active:focus, .syndex-lg-btn-alt.active:focus, a.syndex-lg-btn-alt.active:focus, .syndex-lg-btn-alt.focus, a.syndex-lg-btn-alt.focus, .syndex-lg-btn-alt:active.focus, a.syndex-lg-btn-alt:active.focus, .syndex-lg-btn-alt.active.focus, a.syndex-lg-btn-alt.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.syndex-lg-btn-alt:hover, a.syndex-lg-btn-alt:hover, .syndex-lg-btn-alt:focus, a.syndex-lg-btn-alt:focus, .syndex-lg-btn-alt.focus, a.syndex-lg-btn-alt.focus {
	color: #333333;
	text-decoration: none;
}
.syndex-lg-btn-alt.disabled, a.syndex-lg-btn-alt.disabled, .syndex-lg-btn-alt[disabled], a.syndex-lg-btn-alt[disabled], fieldset[disabled] .syndex-lg-btn-alt, fieldset[disabled] a.syndex-lg-btn-alt {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.syndex-lg-btn-alt:hover, a.syndex-lg-btn-alt:hover, .syndex-lg-btn-alt:focus, a.syndex-lg-btn-alt:focus, .syndex-lg-btn-alt.focus, a.syndex-lg-btn-alt.focus, .syndex-lg-btn-alt:active, a.syndex-lg-btn-alt:active, .syndex-lg-btn-alt.active, a.syndex-lg-btn-alt.active, .open>.dropdown-toggle.syndex-lg-btn-alt, .open>.dropdown-togglea.syndex-lg-btn-alt {
	color: #595959;
	background-color: #afbb19;
	border-color: rgba(0, 0, 0, 0);
}
.syndex-lg-btn-alt:active, a.syndex-lg-btn-alt:active, .syndex-lg-btn-alt.active, a.syndex-lg-btn-alt.active, .open>.dropdown-toggle.syndex-lg-btn-alt, .open>.dropdown-togglea.syndex-lg-btn-alt {
	background-image: none;
}
.syndex-lg-btn-alt.disabled, a.syndex-lg-btn-alt.disabled, .syndex-lg-btn-alt[disabled], a.syndex-lg-btn-alt[disabled], fieldset[disabled] .syndex-lg-btn-alt, fieldset[disabled] a.syndex-lg-btn-alt, .syndex-lg-btn-alt.disabled:hover, a.syndex-lg-btn-alt.disabled:hover, .syndex-lg-btn-alt[disabled]:hover, a.syndex-lg-btn-alt[disabled]:hover, fieldset[disabled] .syndex-lg-btn-alt:hover, fieldset[disabled] a.syndex-lg-btn-alt:hover, .syndex-lg-btn-alt.disabled:focus, a.syndex-lg-btn-alt.disabled:focus, .syndex-lg-btn-alt[disabled]:focus, a.syndex-lg-btn-alt[disabled]:focus, fieldset[disabled] .syndex-lg-btn-alt:focus, fieldset[disabled] a.syndex-lg-btn-alt:focus, .syndex-lg-btn-alt.disabled.focus, a.syndex-lg-btn-alt.disabled.focus, .syndex-lg-btn-alt[disabled].focus, a.syndex-lg-btn-alt[disabled].focus, fieldset[disabled] .syndex-lg-btn-alt.focus, fieldset[disabled] a.syndex-lg-btn-alt.focus, .syndex-lg-btn-alt.disabled:active, a.syndex-lg-btn-alt.disabled:active, .syndex-lg-btn-alt[disabled]:active, a.syndex-lg-btn-alt[disabled]:active, fieldset[disabled] .syndex-lg-btn-alt:active, fieldset[disabled] a.syndex-lg-btn-alt:active, .syndex-lg-btn-alt.disabled.active, a.syndex-lg-btn-alt.disabled.active, .syndex-lg-btn-alt[disabled].active, a.syndex-lg-btn-alt[disabled].active, fieldset[disabled] .syndex-lg-btn-alt.active, fieldset[disabled] a.syndex-lg-btn-alt.active {
	background-color: #d4e225;
	border-color: transparent;
}
.syndex-lg-btn-alt .badge, a.syndex-lg-btn-alt .badge {
	color: #d4e225;
	background-color: #595959;
}
.syndex-lg-btn-alt:hover, a.syndex-lg-btn-alt:hover {
	background: #ecf395;
}
.syndex-sm-btn, a.syndex-sm-btn {
	background-color: #c7d51f;
	background-image: none;
	border-color: #b2bf1c;
	border-radius: 0;
	border: none;
	color: #595959;
	cursor: pointer;
	display: inline-block;
	font-family: 'Untitled Sans', sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 0;
	padding: 4px 8px;
	text-align: center;
	touch-action: manipulation;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	vertical-align: top;
	white-space: nowrap;
}
.syndex-sm-btn:focus, a.syndex-sm-btn:focus, .syndex-sm-btn:active:focus, a.syndex-sm-btn:active:focus, .syndex-sm-btn.active:focus, a.syndex-sm-btn.active:focus, .syndex-sm-btn.focus, a.syndex-sm-btn.focus, .syndex-sm-btn:active.focus, a.syndex-sm-btn:active.focus, .syndex-sm-btn.active.focus, a.syndex-sm-btn.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.syndex-sm-btn:hover, a.syndex-sm-btn:hover, .syndex-sm-btn:focus, a.syndex-sm-btn:focus, .syndex-sm-btn.focus, a.syndex-sm-btn.focus {
	color: #333333;
	text-decoration: none;
}
.syndex-sm-btn.disabled, a.syndex-sm-btn.disabled, .syndex-sm-btn[disabled], a.syndex-sm-btn[disabled], fieldset[disabled] .syndex-sm-btn, fieldset[disabled] a.syndex-sm-btn {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.syndex-sm-btn:hover, a.syndex-sm-btn:hover, .syndex-sm-btn:focus, a.syndex-sm-btn:focus, .syndex-sm-btn.focus, a.syndex-sm-btn.focus, .syndex-sm-btn:active, a.syndex-sm-btn:active, .syndex-sm-btn.active, a.syndex-sm-btn.active, .open>.dropdown-toggle.syndex-sm-btn, .open>.dropdown-togglea.syndex-sm-btn {
	color: #ffffff;
	background-color: #9da819;
	border-color: #808914;
}
.syndex-sm-btn:active, a.syndex-sm-btn:active, .syndex-sm-btn.active, a.syndex-sm-btn.active, .open>.dropdown-toggle.syndex-sm-btn, .open>.dropdown-togglea.syndex-sm-btn {
	background-image: none;
}
.syndex-sm-btn.disabled, a.syndex-sm-btn.disabled, .syndex-sm-btn[disabled], a.syndex-sm-btn[disabled], fieldset[disabled] .syndex-sm-btn, fieldset[disabled] a.syndex-sm-btn, .syndex-sm-btn.disabled:hover, a.syndex-sm-btn.disabled:hover, .syndex-sm-btn[disabled]:hover, a.syndex-sm-btn[disabled]:hover, fieldset[disabled] .syndex-sm-btn:hover, fieldset[disabled] a.syndex-sm-btn:hover, .syndex-sm-btn.disabled:focus, a.syndex-sm-btn.disabled:focus, .syndex-sm-btn[disabled]:focus, a.syndex-sm-btn[disabled]:focus, fieldset[disabled] .syndex-sm-btn:focus, fieldset[disabled] a.syndex-sm-btn:focus, .syndex-sm-btn.disabled.focus, a.syndex-sm-btn.disabled.focus, .syndex-sm-btn[disabled].focus, a.syndex-sm-btn[disabled].focus, fieldset[disabled] .syndex-sm-btn.focus, fieldset[disabled] a.syndex-sm-btn.focus, .syndex-sm-btn.disabled:active, a.syndex-sm-btn.disabled:active, .syndex-sm-btn[disabled]:active, a.syndex-sm-btn[disabled]:active, fieldset[disabled] .syndex-sm-btn:active, fieldset[disabled] a.syndex-sm-btn:active, .syndex-sm-btn.disabled.active, a.syndex-sm-btn.disabled.active, .syndex-sm-btn[disabled].active, a.syndex-sm-btn[disabled].active, fieldset[disabled] .syndex-sm-btn.active, fieldset[disabled] a.syndex-sm-btn.active {
	background-color: #c7d51f;
	border-color: #b2bf1c;
}
.syndex-sm-btn .badge, a.syndex-sm-btn .badge {
	color: #c7d51f;
	background-color: #ffffff;
}
.syndex-sm-btn-alt, a.syndex-sm-btn-alt {
	background-image: none;
	background: #412A64;
	border-radius: 0;
	border: 1px solid #31204C;
	color: #595959;
	cursor: pointer;
	display: inline-block;
	font-family: 'Untitled Sans', sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 0;
	padding: 4px 8px;
	text-align: center;
	touch-action: manipulation;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	vertical-align: top;
	white-space: nowrap;
}
.syndex-sm-btn-alt:focus, a.syndex-sm-btn-alt:focus, .syndex-sm-btn-alt:active:focus, a.syndex-sm-btn-alt:active:focus, .syndex-sm-btn-alt.active:focus, a.syndex-sm-btn-alt.active:focus, .syndex-sm-btn-alt.focus, a.syndex-sm-btn-alt.focus, .syndex-sm-btn-alt:active.focus, a.syndex-sm-btn-alt:active.focus, .syndex-sm-btn-alt.active.focus, a.syndex-sm-btn-alt.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.syndex-sm-btn-alt:hover, a.syndex-sm-btn-alt:hover, .syndex-sm-btn-alt:focus, a.syndex-sm-btn-alt:focus, .syndex-sm-btn-alt.focus, a.syndex-sm-btn-alt.focus {
	color: #333333;
	text-decoration: none;
}
.syndex-sm-btn-alt.disabled, a.syndex-sm-btn-alt.disabled, .syndex-sm-btn-alt[disabled], a.syndex-sm-btn-alt[disabled], fieldset[disabled] .syndex-sm-btn-alt, fieldset[disabled] a.syndex-sm-btn-alt {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.syndex-sm-btn-alt:hover, a.syndex-sm-btn-alt:hover, .syndex-sm-btn-alt:focus, a.syndex-sm-btn-alt:focus, .syndex-sm-btn-alt.focus, a.syndex-sm-btn-alt.focus, .syndex-sm-btn-alt:active, a.syndex-sm-btn-alt:active, .syndex-sm-btn-alt.active, a.syndex-sm-btn-alt.active, .open>.dropdown-toggle.syndex-sm-btn-alt, .open>.dropdown-togglea.syndex-sm-btn-alt {
	color: #595959;
	background-color: #afbb19;
	border-color: rgba(0, 0, 0, 0);
}
.syndex-sm-btn-alt:active, a.syndex-sm-btn-alt:active, .syndex-sm-btn-alt.active, a.syndex-sm-btn-alt.active, .open>.dropdown-toggle.syndex-sm-btn-alt, .open>.dropdown-togglea.syndex-sm-btn-alt {
	background-image: none;
}
.syndex-sm-btn-alt.disabled, a.syndex-sm-btn-alt.disabled, .syndex-sm-btn-alt[disabled], a.syndex-sm-btn-alt[disabled], fieldset[disabled] .syndex-sm-btn-alt, fieldset[disabled] a.syndex-sm-btn-alt, .syndex-sm-btn-alt.disabled:hover, a.syndex-sm-btn-alt.disabled:hover, .syndex-sm-btn-alt[disabled]:hover, a.syndex-sm-btn-alt[disabled]:hover, fieldset[disabled] .syndex-sm-btn-alt:hover, fieldset[disabled] a.syndex-sm-btn-alt:hover, .syndex-sm-btn-alt.disabled:focus, a.syndex-sm-btn-alt.disabled:focus, .syndex-sm-btn-alt[disabled]:focus, a.syndex-sm-btn-alt[disabled]:focus, fieldset[disabled] .syndex-sm-btn-alt:focus, fieldset[disabled] a.syndex-sm-btn-alt:focus, .syndex-sm-btn-alt.disabled.focus, a.syndex-sm-btn-alt.disabled.focus, .syndex-sm-btn-alt[disabled].focus, a.syndex-sm-btn-alt[disabled].focus, fieldset[disabled] .syndex-sm-btn-alt.focus, fieldset[disabled] a.syndex-sm-btn-alt.focus, .syndex-sm-btn-alt.disabled:active, a.syndex-sm-btn-alt.disabled:active, .syndex-sm-btn-alt[disabled]:active, a.syndex-sm-btn-alt[disabled]:active, fieldset[disabled] .syndex-sm-btn-alt:active, fieldset[disabled] a.syndex-sm-btn-alt:active, .syndex-sm-btn-alt.disabled.active, a.syndex-sm-btn-alt.disabled.active, .syndex-sm-btn-alt[disabled].active, a.syndex-sm-btn-alt[disabled].active, fieldset[disabled] .syndex-sm-btn-alt.active, fieldset[disabled] a.syndex-sm-btn-alt.active {
	background-color: #d4e225;
	border-color: transparent;
}
.syndex-sm-btn-alt .badge, a.syndex-sm-btn-alt .badge {
	color: #d4e225;
	background-color: #595959;
}
.syndex-sm-btn-alt:hover, a.syndex-sm-btn-alt:hover {
	background: #ecf395;
}
.syndex-submit {
	background-color: #c7d51f;
	background-image: none;
	border-radius: 0;
	border: 1px solid #c7d51f;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Untitled Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	margin-bottom: 0;
	padding: 6px 12px;
	text-align: center;
	touch-action: manipulation;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	vertical-align: top;
	white-space: nowrap;
}
.syndex-submit:focus, .syndex-submit:active:focus, .syndex-submit.active:focus, .syndex-submit.focus, .syndex-submit:active.focus, .syndex-submit.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.syndex-submit:hover, .syndex-submit:focus, .syndex-submit.focus {
	color: #333333;
	text-decoration: none;
}
.syndex-submit.disabled, .syndex-submit[disabled], fieldset[disabled] .syndex-submit {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.syndex-submit:hover, .syndex-submit:focus, .syndex-submit.focus, .syndex-submit:active, .syndex-submit.active, .open>.dropdown-toggle.syndex-submit {
	color: #ffffff;
	background-color: #9da819;
	border-color: #808914;
}
.syndex-submit:active, .syndex-submit.active, .open>.dropdown-toggle.syndex-submit {
	background-image: none;
}
.syndex-submit.disabled, .syndex-submit[disabled], fieldset[disabled] .syndex-submit, .syndex-submit.disabled:hover, .syndex-submit[disabled]:hover, fieldset[disabled] .syndex-submit:hover, .syndex-submit.disabled:focus, .syndex-submit[disabled]:focus, fieldset[disabled] .syndex-submit:focus, .syndex-submit.disabled.focus, .syndex-submit[disabled].focus, fieldset[disabled] .syndex-submit.focus, .syndex-submit.disabled:active, .syndex-submit[disabled]:active, fieldset[disabled] .syndex-submit:active, .syndex-submit.disabled.active, .syndex-submit[disabled].active, fieldset[disabled] .syndex-submit.active {
	background-color: #c7d51f;
	border-color: #b2bf1c;
}
.syndex-submit.syndex-submit-lg, .syndex-submit-lg {
  padding: 2rem 4rem;
  font-size: 2rem;
}
.syndex-submit .badge {
	color: #c7d51f;
	background-color: #ffffff;
}
.syndex-reset {
	background-color: #ffffff;
	background-image: none;
	background: none;
	border-radius: 0;
	border: 1px solid #C7D51F;
	color: #595959;
	cursor: pointer;
	display: inline-block;
	font-family: 'Untitled Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	margin-bottom: 0;
	padding: 6px 12px;
	text-align: center;
	touch-action: manipulation;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	vertical-align: top;
	white-space: nowrap;
}
.syndex-reset:focus, .syndex-reset:active:focus, .syndex-reset.active:focus, .syndex-reset.focus, .syndex-reset:active.focus, .syndex-reset.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.syndex-reset:hover, .syndex-reset:focus, .syndex-reset.focus {
	color: #333333;
	text-decoration: none;
}
.syndex-reset.disabled, .syndex-reset[disabled], fieldset[disabled] .syndex-reset {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.syndex-reset:hover, .syndex-reset:focus, .syndex-reset.focus, .syndex-reset:active, .syndex-reset.active, .open>.dropdown-toggle.syndex-reset {
	color: #333333;
	background-color: #e6e6e6;
	border-color: rgba(0, 0, 0, 0);
}
.syndex-reset:active, .syndex-reset.active, .open>.dropdown-toggle.syndex-reset {
	background-image: none;
}
.syndex-reset.disabled, .syndex-reset[disabled], fieldset[disabled] .syndex-reset, .syndex-reset.disabled:hover, .syndex-reset[disabled]:hover, fieldset[disabled] .syndex-reset:hover, .syndex-reset.disabled:focus, .syndex-reset[disabled]:focus, fieldset[disabled] .syndex-reset:focus, .syndex-reset.disabled.focus, .syndex-reset[disabled].focus, fieldset[disabled] .syndex-reset.focus, .syndex-reset.disabled:active, .syndex-reset[disabled]:active, fieldset[disabled] .syndex-reset:active, .syndex-reset.disabled.active, .syndex-reset[disabled].active, fieldset[disabled] .syndex-reset.active {
	background-color: #ffffff;
	border-color: transparent;
}
.syndex-reset .badge {
	color: #ffffff;
	background-color: #333333;
}
.syndex-submit-alt {
	background: #412A64;
	border: 1px solid #31204C;
	border-radius: 0;
	color: #595959;
	cursor: pointer;
	display: inline-block;
	font-family: 'Untitled Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	margin-bottom: 0;
	padding: 6px 12px;
	text-align: center;
	touch-action: manipulation;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	vertical-align: top;
	white-space: nowrap;
}
.syndex-submit-alt:focus, .syndex-submit-alt:active:focus, .syndex-submit-alt.active:focus, .syndex-submit-alt.focus, .syndex-submit-alt:active.focus, .syndex-submit-alt.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.syndex-submit-alt:hover, .syndex-submit-alt:focus, .syndex-submit-alt.focus {
	color: #333333;
	text-decoration: none;
}
.syndex-submit-alt.disabled, .syndex-submit-alt[disabled], fieldset[disabled] .syndex-submit-alt {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.syndex-submit-alt:hover, .syndex-submit-alt:focus, .syndex-submit-alt.focus, .syndex-submit-alt:active, .syndex-submit-alt.active, .open>.dropdown-toggle.syndex-submit-alt {
	color: #595959;
	background-color: #afbb19;
	border-color: rgba(0, 0, 0, 0);
}
.syndex-submit-alt:active, .syndex-submit-alt.active, .open>.dropdown-toggle.syndex-submit-alt {
	background-image: none;
}
.syndex-submit-alt.disabled, .syndex-submit-alt[disabled], fieldset[disabled] .syndex-submit-alt, .syndex-submit-alt.disabled:hover, .syndex-submit-alt[disabled]:hover, fieldset[disabled] .syndex-submit-alt:hover, .syndex-submit-alt.disabled:focus, .syndex-submit-alt[disabled]:focus, fieldset[disabled] .syndex-submit-alt:focus, .syndex-submit-alt.disabled.focus, .syndex-submit-alt[disabled].focus, fieldset[disabled] .syndex-submit-alt.focus, .syndex-submit-alt.disabled:active, .syndex-submit-alt[disabled]:active, fieldset[disabled] .syndex-submit-alt:active, .syndex-submit-alt.disabled.active, .syndex-submit-alt[disabled].active, fieldset[disabled] .syndex-submit-alt.active {
	background-color: #d4e225;
	border-color: transparent;
}
.syndex-submit-alt .badge {
	color: #d4e225;
	background-color: #595959;
}
.syndex-submit-alt:hover {
	background: #ecf395;
}
.syndex-reset-alt {
	background-color: #ffffff;
	background-image: none;
	background: none;
	border-radius: 0;
	border: 1px solid #C7D51F;
	color: #595959;
	cursor: pointer;
	display: inline-block;
	font-family: 'Untitled Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	margin-bottom: 0;
	padding: 6px 12px;
	text-align: center;
	touch-action: manipulation;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	vertical-align: top;
	white-space: nowrap;
}
.syndex-reset-alt:focus, .syndex-reset-alt:active:focus, .syndex-reset-alt.active:focus, .syndex-reset-alt.focus, .syndex-reset-alt:active.focus, .syndex-reset-alt.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.syndex-reset-alt:hover, .syndex-reset-alt:focus, .syndex-reset-alt.focus {
	color: #333333;
	text-decoration: none;
}
.syndex-reset-alt:active, .syndex-reset-alt.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.syndex-reset-alt.disabled, .syndex-reset-alt[disabled], fieldset[disabled] .syndex-reset-alt {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.syndex-reset-alt:hover, .syndex-reset-alt:focus, .syndex-reset-alt.focus, .syndex-reset-alt:active, .syndex-reset-alt.active, .open>.dropdown-toggle.syndex-reset-alt {
	color: #333333;
	background-color: #e6e6e6;
	border-color: rgba(0, 0, 0, 0);
}
.syndex-reset-alt:active, .syndex-reset-alt.active, .open>.dropdown-toggle.syndex-reset-alt {
	background-image: none;
}
.syndex-reset-alt.disabled, .syndex-reset-alt[disabled], fieldset[disabled] .syndex-reset-alt, .syndex-reset-alt.disabled:hover, .syndex-reset-alt[disabled]:hover, fieldset[disabled] .syndex-reset-alt:hover, .syndex-reset-alt.disabled:focus, .syndex-reset-alt[disabled]:focus, fieldset[disabled] .syndex-reset-alt:focus, .syndex-reset-alt.disabled.focus, .syndex-reset-alt[disabled].focus, fieldset[disabled] .syndex-reset-alt.focus, .syndex-reset-alt.disabled:active, .syndex-reset-alt[disabled]:active, fieldset[disabled] .syndex-reset-alt:active, .syndex-reset-alt.disabled.active, .syndex-reset-alt[disabled].active, fieldset[disabled] .syndex-reset-alt.active {
	background-color: #ffffff;
	border-color: transparent;
}
.syndex-reset-alt .badge {
	color: #ffffff;
	background-color: #333333;
}
.syndex-sm-submit {
	background-color: #c7d51f;
	background-image: none;
	border-radius: 0;
	border: none;
	color: #595959;
	cursor: pointer;
	display: inline-block;
	font-family: 'Untitled Sans', sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 0;
	padding: 4px 8px;
	text-align: center;
	touch-action: manipulation;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	vertical-align: top;
	white-space: nowrap;
}
.syndex-sm-submit:focus, .syndex-sm-submit:active:focus, .syndex-sm-submit.active:focus, .syndex-sm-submit.focus, .syndex-sm-submit:active.focus, .syndex-sm-submit.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.syndex-sm-submit:hover, .syndex-sm-submit:focus, .syndex-sm-submit.focus {
	color: #333333;
	text-decoration: none;
}
.syndex-sm-submit:active, .syndex-sm-submit.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.syndex-sm-submit.disabled, .syndex-sm-submit[disabled], fieldset[disabled] .syndex-sm-submit {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.syndex-sm-submit:hover, .syndex-sm-submit:focus, .syndex-sm-submit.focus, .syndex-sm-submit:active, .syndex-sm-submit.active, .open>.dropdown-toggle.syndex-sm-submit {
	color: #ffffff;
	background-color: #9da819;
	border-color: #808914;
}
.syndex-sm-submit:active, .syndex-sm-submit.active, .open>.dropdown-toggle.syndex-sm-submit {
	background-image: none;
}
.syndex-sm-submit.disabled, .syndex-sm-submit[disabled], fieldset[disabled] .syndex-sm-submit, .syndex-sm-submit.disabled:hover, .syndex-sm-submit[disabled]:hover, fieldset[disabled] .syndex-sm-submit:hover, .syndex-sm-submit.disabled:focus, .syndex-sm-submit[disabled]:focus, fieldset[disabled] .syndex-sm-submit:focus, .syndex-sm-submit.disabled.focus, .syndex-sm-submit[disabled].focus, fieldset[disabled] .syndex-sm-submit.focus, .syndex-sm-submit.disabled:active, .syndex-sm-submit[disabled]:active, fieldset[disabled] .syndex-sm-submit:active, .syndex-sm-submit.disabled.active, .syndex-sm-submit[disabled].active, fieldset[disabled] .syndex-sm-submit.active {
	background-color: #c7d51f;
	border-color: #b2bf1c;
}
.syndex-sm-submit .badge {
	color: #c7d51f;
	background-color: #ffffff;
}
.syndex-sm-reset {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: top;
	font-family: 'Untitled Sans', sans-serif;
	color: #333333;
	border-color: transparent;
	background: none;
	border-color: #412A64;
	color: #595959;
	background-color: #ffffff;
	border-color: #C7D51F;
	padding: 5px 10px;
	font-size: 12px;
	padding: 5px 15px;
	font-size: 10px;
	line-height: 1.5;
	border-radius: 0;
	font-size: 11px;
	padding: 4px 8px;
}
.syndex-sm-reset:focus, .syndex-sm-reset:active:focus, .syndex-sm-reset.active:focus, .syndex-sm-reset.focus, .syndex-sm-reset:active.focus, .syndex-sm-reset.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.syndex-sm-reset:hover, .syndex-sm-reset:focus, .syndex-sm-reset.focus {
	color: #333333;
	text-decoration: none;
}
.syndex-sm-reset:active, .syndex-sm-reset.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.syndex-sm-reset.disabled, .syndex-sm-reset[disabled], fieldset[disabled] .syndex-sm-reset {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.syndex-sm-reset:hover, .syndex-sm-reset:focus, .syndex-sm-reset.focus, .syndex-sm-reset:active, .syndex-sm-reset.active, .open>.dropdown-toggle.syndex-sm-reset {
	color: #333333;
	background-color: #e6e6e6;
	border-color: rgba(0, 0, 0, 0);
}
.syndex-sm-reset:active, .syndex-sm-reset.active, .open>.dropdown-toggle.syndex-sm-reset {
	background-image: none;
}
.syndex-sm-reset.disabled, .syndex-sm-reset[disabled], fieldset[disabled] .syndex-sm-reset, .syndex-sm-reset.disabled:hover, .syndex-sm-reset[disabled]:hover, fieldset[disabled] .syndex-sm-reset:hover, .syndex-sm-reset.disabled:focus, .syndex-sm-reset[disabled]:focus, fieldset[disabled] .syndex-sm-reset:focus, .syndex-sm-reset.disabled.focus, .syndex-sm-reset[disabled].focus, fieldset[disabled] .syndex-sm-reset.focus, .syndex-sm-reset.disabled:active, .syndex-sm-reset[disabled]:active, fieldset[disabled] .syndex-sm-reset:active, .syndex-sm-reset.disabled.active, .syndex-sm-reset[disabled].active, fieldset[disabled] .syndex-sm-reset.active {
	background-color: #ffffff;
	border-color: transparent;
}
.syndex-sm-reset .badge {
	color: #ffffff;
	background-color: #333333;
}
.syndex-sm-submit-alt {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: top;
	font-family: 'Untitled Sans', sans-serif;
	color: #595959;
	background-color: #d4e225;
	border-color: transparent;
	background: #412A64;
	border-color: #31204C;
	padding: 5px 10px;
	font-size: 12px;
	padding: 5px 15px;
	font-size: 10px;
	line-height: 1.5;
	border-radius: 0;
	font-size: 11px;
	padding: 4px 8px;
}
.syndex-sm-submit-alt:focus, .syndex-sm-submit-alt:active:focus, .syndex-sm-submit-alt.active:focus, .syndex-sm-submit-alt.focus, .syndex-sm-submit-alt:active.focus, .syndex-sm-submit-alt.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.syndex-sm-submit-alt:hover, .syndex-sm-submit-alt:focus, .syndex-sm-submit-alt.focus {
	color: #333333;
	text-decoration: none;
}
.syndex-sm-submit-alt:active, .syndex-sm-submit-alt.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.syndex-sm-submit-alt.disabled, .syndex-sm-submit-alt[disabled], fieldset[disabled] .syndex-sm-submit-alt {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.syndex-sm-submit-alt:hover, .syndex-sm-submit-alt:focus, .syndex-sm-submit-alt.focus, .syndex-sm-submit-alt:active, .syndex-sm-submit-alt.active, .open>.dropdown-toggle.syndex-sm-submit-alt {
	color: #595959;
	background-color: #afbb19;
	border-color: rgba(0, 0, 0, 0);
}
.syndex-sm-submit-alt:active, .syndex-sm-submit-alt.active, .open>.dropdown-toggle.syndex-sm-submit-alt {
	background-image: none;
}
.syndex-sm-submit-alt.disabled, .syndex-sm-submit-alt[disabled], fieldset[disabled] .syndex-sm-submit-alt, .syndex-sm-submit-alt.disabled:hover, .syndex-sm-submit-alt[disabled]:hover, fieldset[disabled] .syndex-sm-submit-alt:hover, .syndex-sm-submit-alt.disabled:focus, .syndex-sm-submit-alt[disabled]:focus, fieldset[disabled] .syndex-sm-submit-alt:focus, .syndex-sm-submit-alt.disabled.focus, .syndex-sm-submit-alt[disabled].focus, fieldset[disabled] .syndex-sm-submit-alt.focus, .syndex-sm-submit-alt.disabled:active, .syndex-sm-submit-alt[disabled]:active, fieldset[disabled] .syndex-sm-submit-alt:active, .syndex-sm-submit-alt.disabled.active, .syndex-sm-submit-alt[disabled].active, fieldset[disabled] .syndex-sm-submit-alt.active {
	background-color: #d4e225;
	border-color: transparent;
}
.syndex-sm-submit-alt .badge {
	color: #d4e225;
	background-color: #595959;
}
.syndex-sm-submit-alt:hover {
	background: #ecf395;
}
.syndex-sm-reset-alt {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: top;
	font-family: 'Untitled Sans', sans-serif;
	color: #333333;
	border-color: transparent;
	background: none;
	border-color: #412A64;
	color: #595959;
	background-color: #ffffff;
	border-color: #C7D51F;
	padding: 5px 10px;
	font-size: 12px;
	padding: 5px 15px;
	font-size: 10px;
	line-height: 1.5;
	border-radius: 0;
	font-size: 11px;
	padding: 4px 8px;
}
.syndex-sm-reset-alt:focus, .syndex-sm-reset-alt:active:focus, .syndex-sm-reset-alt.active:focus, .syndex-sm-reset-alt.focus, .syndex-sm-reset-alt:active.focus, .syndex-sm-reset-alt.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.syndex-sm-reset-alt:hover, .syndex-sm-reset-alt:focus, .syndex-sm-reset-alt.focus {
	color: #333333;
	text-decoration: none;
}
.syndex-sm-reset-alt:active, .syndex-sm-reset-alt.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.syndex-sm-reset-alt.disabled, .syndex-sm-reset-alt[disabled], fieldset[disabled] .syndex-sm-reset-alt {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.syndex-sm-reset-alt:hover, .syndex-sm-reset-alt:focus, .syndex-sm-reset-alt.focus, .syndex-sm-reset-alt:active, .syndex-sm-reset-alt.active, .open>.dropdown-toggle.syndex-sm-reset-alt {
	color: #333333;
	background-color: #e6e6e6;
	border-color: rgba(0, 0, 0, 0);
}
.syndex-sm-reset-alt:active, .syndex-sm-reset-alt.active, .open>.dropdown-toggle.syndex-sm-reset-alt {
	background-image: none;
}
.syndex-sm-reset-alt.disabled, .syndex-sm-reset-alt[disabled], fieldset[disabled] .syndex-sm-reset-alt, .syndex-sm-reset-alt.disabled:hover, .syndex-sm-reset-alt[disabled]:hover, fieldset[disabled] .syndex-sm-reset-alt:hover, .syndex-sm-reset-alt.disabled:focus, .syndex-sm-reset-alt[disabled]:focus, fieldset[disabled] .syndex-sm-reset-alt:focus, .syndex-sm-reset-alt.disabled.focus, .syndex-sm-reset-alt[disabled].focus, fieldset[disabled] .syndex-sm-reset-alt.focus, .syndex-sm-reset-alt.disabled:active, .syndex-sm-reset-alt[disabled]:active, fieldset[disabled] .syndex-sm-reset-alt:active, .syndex-sm-reset-alt.disabled.active, .syndex-sm-reset-alt[disabled].active, fieldset[disabled] .syndex-sm-reset-alt.active {
	background-color: #ffffff;
	border-color: transparent;
}
.syndex-sm-reset-alt .badge {
	color: #ffffff;
	background-color: #333333;
}
.syndex-lg-submit {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: top;
	font-family: 'Untitled Sans', sans-serif;
	color: #ffffff;
	border-color: #b2bf1c;
	color: #595959;
	background-color: #c7d51f;
	border: none;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 0;
	font-size: 16px;
}
.syndex-lg-submit:focus, .syndex-lg-submit:active:focus, .syndex-lg-submit.active:focus, .syndex-lg-submit.focus, .syndex-lg-submit:active.focus, .syndex-lg-submit.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.syndex-lg-submit:hover, .syndex-lg-submit:focus, .syndex-lg-submit.focus {
	color: #333333;
	text-decoration: none;
}
.syndex-lg-submit:active, .syndex-lg-submit.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.syndex-lg-submit.disabled, .syndex-lg-submit[disabled], fieldset[disabled] .syndex-lg-submit {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.syndex-lg-submit:hover, .syndex-lg-submit:focus, .syndex-lg-submit.focus, .syndex-lg-submit:active, .syndex-lg-submit.active, .open>.dropdown-toggle.syndex-lg-submit {
	color: #ffffff;
	background-color: #9da819;
	border-color: #808914;
}
.syndex-lg-submit:active, .syndex-lg-submit.active, .open>.dropdown-toggle.syndex-lg-submit {
	background-image: none;
}
.syndex-lg-submit.disabled, .syndex-lg-submit[disabled], fieldset[disabled] .syndex-lg-submit, .syndex-lg-submit.disabled:hover, .syndex-lg-submit[disabled]:hover, fieldset[disabled] .syndex-lg-submit:hover, .syndex-lg-submit.disabled:focus, .syndex-lg-submit[disabled]:focus, fieldset[disabled] .syndex-lg-submit:focus, .syndex-lg-submit.disabled.focus, .syndex-lg-submit[disabled].focus, fieldset[disabled] .syndex-lg-submit.focus, .syndex-lg-submit.disabled:active, .syndex-lg-submit[disabled]:active, fieldset[disabled] .syndex-lg-submit:active, .syndex-lg-submit.disabled.active, .syndex-lg-submit[disabled].active, fieldset[disabled] .syndex-lg-submit.active {
	background-color: #c7d51f;
	border-color: #b2bf1c;
}
.syndex-lg-submit .badge {
	color: #c7d51f;
	background-color: #ffffff;
}
.syndex-lg-reset {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: top;
	font-family: 'Untitled Sans', sans-serif;
	color: #333333;
	border-color: transparent;
	background: none;
	border-color: #412A64;
	color: #595959;
	background-color: #ffffff;
	border-color: #C7D51F;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 0;
	font-size: 16px;
}
.syndex-lg-reset:focus, .syndex-lg-reset:active:focus, .syndex-lg-reset.active:focus, .syndex-lg-reset.focus, .syndex-lg-reset:active.focus, .syndex-lg-reset.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.syndex-lg-reset:hover, .syndex-lg-reset:focus, .syndex-lg-reset.focus {
	color: #333333;
	text-decoration: none;
}
.syndex-lg-reset:active, .syndex-lg-reset.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.syndex-lg-reset.disabled, .syndex-lg-reset[disabled], fieldset[disabled] .syndex-lg-reset {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.syndex-lg-reset:hover, .syndex-lg-reset:focus, .syndex-lg-reset.focus, .syndex-lg-reset:active, .syndex-lg-reset.active, .open>.dropdown-toggle.syndex-lg-reset {
	color: #333333;
	background-color: #e6e6e6;
	border-color: rgba(0, 0, 0, 0);
}
.syndex-lg-reset:active, .syndex-lg-reset.active, .open>.dropdown-toggle.syndex-lg-reset {
	background-image: none;
}
.syndex-lg-reset.disabled, .syndex-lg-reset[disabled], fieldset[disabled] .syndex-lg-reset, .syndex-lg-reset.disabled:hover, .syndex-lg-reset[disabled]:hover, fieldset[disabled] .syndex-lg-reset:hover, .syndex-lg-reset.disabled:focus, .syndex-lg-reset[disabled]:focus, fieldset[disabled] .syndex-lg-reset:focus, .syndex-lg-reset.disabled.focus, .syndex-lg-reset[disabled].focus, fieldset[disabled] .syndex-lg-reset.focus, .syndex-lg-reset.disabled:active, .syndex-lg-reset[disabled]:active, fieldset[disabled] .syndex-lg-reset:active, .syndex-lg-reset.disabled.active, .syndex-lg-reset[disabled].active, fieldset[disabled] .syndex-lg-reset.active {
	background-color: #ffffff;
	border-color: transparent;
}
.syndex-lg-reset .badge {
	color: #ffffff;
	background-color: #333333;
}
.syndex-lg-submit-alt {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: top;
	font-family: 'Untitled Sans', sans-serif;
	color: #595959;
	background-color: #d4e225;
	border-color: transparent;
	background: #412A64;
	border-color: #31204C;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 0;
	font-size: 16px;
}
.syndex-lg-submit-alt:focus, .syndex-lg-submit-alt:active:focus, .syndex-lg-submit-alt.active:focus, .syndex-lg-submit-alt.focus, .syndex-lg-submit-alt:active.focus, .syndex-lg-submit-alt.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.syndex-lg-submit-alt:hover, .syndex-lg-submit-alt:focus, .syndex-lg-submit-alt.focus {
	color: #333333;
	text-decoration: none;
}
.syndex-lg-submit-alt:active, .syndex-lg-submit-alt.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.syndex-lg-submit-alt.disabled, .syndex-lg-submit-alt[disabled], fieldset[disabled] .syndex-lg-submit-alt {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.syndex-lg-submit-alt:hover, .syndex-lg-submit-alt:focus, .syndex-lg-submit-alt.focus, .syndex-lg-submit-alt:active, .syndex-lg-submit-alt.active, .open>.dropdown-toggle.syndex-lg-submit-alt {
	color: #595959;
	background-color: #afbb19;
	border-color: rgba(0, 0, 0, 0);
}
.syndex-lg-submit-alt:active, .syndex-lg-submit-alt.active, .open>.dropdown-toggle.syndex-lg-submit-alt {
	background-image: none;
}
.syndex-lg-submit-alt.disabled, .syndex-lg-submit-alt[disabled], fieldset[disabled] .syndex-lg-submit-alt, .syndex-lg-submit-alt.disabled:hover, .syndex-lg-submit-alt[disabled]:hover, fieldset[disabled] .syndex-lg-submit-alt:hover, .syndex-lg-submit-alt.disabled:focus, .syndex-lg-submit-alt[disabled]:focus, fieldset[disabled] .syndex-lg-submit-alt:focus, .syndex-lg-submit-alt.disabled.focus, .syndex-lg-submit-alt[disabled].focus, fieldset[disabled] .syndex-lg-submit-alt.focus, .syndex-lg-submit-alt.disabled:active, .syndex-lg-submit-alt[disabled]:active, fieldset[disabled] .syndex-lg-submit-alt:active, .syndex-lg-submit-alt.disabled.active, .syndex-lg-submit-alt[disabled].active, fieldset[disabled] .syndex-lg-submit-alt.active {
	background-color: #d4e225;
	border-color: transparent;
}
.syndex-lg-submit-alt .badge {
	color: #d4e225;
	background-color: #595959;
}
.syndex-lg-submit-alt:hover {
	background: #ecf395;
}
.syndex-lg-reset-alt {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: top;
	font-family: 'Untitled Sans', sans-serif;
	color: #333333;
	border-color: transparent;
	background: none;
	border-color: #412A64;
	color: #595959;
	background-color: #ffffff;
	border-color: #C7D51F;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 0;
	font-size: 16px;
}
.syndex-lg-reset-alt:focus, .syndex-lg-reset-alt:active:focus, .syndex-lg-reset-alt.active:focus, .syndex-lg-reset-alt.focus, .syndex-lg-reset-alt:active.focus, .syndex-lg-reset-alt.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.syndex-lg-reset-alt:hover, .syndex-lg-reset-alt:focus, .syndex-lg-reset-alt.focus {
	color: #333333;
	text-decoration: none;
}
.syndex-lg-reset-alt:active, .syndex-lg-reset-alt.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.syndex-lg-reset-alt.disabled, .syndex-lg-reset-alt[disabled], fieldset[disabled] .syndex-lg-reset-alt {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.syndex-lg-reset-alt:hover, .syndex-lg-reset-alt:focus, .syndex-lg-reset-alt.focus, .syndex-lg-reset-alt:active, .syndex-lg-reset-alt.active, .open>.dropdown-toggle.syndex-lg-reset-alt {
	color: #333333;
	background-color: #e6e6e6;
	border-color: rgba(0, 0, 0, 0);
}
.syndex-lg-reset-alt:active, .syndex-lg-reset-alt.active, .open>.dropdown-toggle.syndex-lg-reset-alt {
	background-image: none;
}
.syndex-lg-reset-alt.disabled, .syndex-lg-reset-alt[disabled], fieldset[disabled] .syndex-lg-reset-alt, .syndex-lg-reset-alt.disabled:hover, .syndex-lg-reset-alt[disabled]:hover, fieldset[disabled] .syndex-lg-reset-alt:hover, .syndex-lg-reset-alt.disabled:focus, .syndex-lg-reset-alt[disabled]:focus, fieldset[disabled] .syndex-lg-reset-alt:focus, .syndex-lg-reset-alt.disabled.focus, .syndex-lg-reset-alt[disabled].focus, fieldset[disabled] .syndex-lg-reset-alt.focus, .syndex-lg-reset-alt.disabled:active, .syndex-lg-reset-alt[disabled]:active, fieldset[disabled] .syndex-lg-reset-alt:active, .syndex-lg-reset-alt.disabled.active, .syndex-lg-reset-alt[disabled].active, fieldset[disabled] .syndex-lg-reset-alt.active {
	background-color: #ffffff;
	border-color: transparent;
}
.syndex-lg-reset-alt .badge {
	color: #ffffff;
	background-color: #333333;
}
.syndex-panel {
	margin-bottom: 20px;
	background-color: #ffffff;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.syndex-panel .panel-heading {
	background: #F2F2F2;
}
.syndex-panel>.list-group, .syndex-panel>.panel-collapse>.list-group {
	margin-bottom: 0;
}
.syndex-panel>.list-group .list-group-item, .syndex-panel>.panel-collapse>.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0;
}
.syndex-panel>.list-group:first-child .list-group-item:first-child, .syndex-panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-right-radius: -1;
	border-top-left-radius: -1;
}
.syndex-panel>.list-group:last-child .list-group-item:last-child, .syndex-panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: -1;
	border-bottom-left-radius: -1;
}
.syndex-panel>.table, .syndex-panel>.table-responsive>.table, .syndex-panel>.panel-collapse>.table {
	margin-bottom: 0;
}
.syndex-panel>.table caption, .syndex-panel>.table-responsive>.table caption, .syndex-panel>.panel-collapse>.table caption {
	padding-left: 15px;
	padding-right: 15px;
}
.syndex-panel>.table:first-child, .syndex-panel>.table-responsive:first-child>.table:first-child {
	border-top-right-radius: -1;
	border-top-left-radius: -1;
}
.syndex-panel>.table:first-child>thead:first-child>tr:first-child, .syndex-panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child, .syndex-panel>.table:first-child>tbody:first-child>tr:first-child, .syndex-panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
	border-top-left-radius: -1;
	border-top-right-radius: -1;
}
.syndex-panel>.table:first-child>thead:first-child>tr:first-child td:first-child, .syndex-panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child, .syndex-panel>.table:first-child>tbody:first-child>tr:first-child td:first-child, .syndex-panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child, .syndex-panel>.table:first-child>thead:first-child>tr:first-child th:first-child, .syndex-panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child, .syndex-panel>.table:first-child>tbody:first-child>tr:first-child th:first-child, .syndex-panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
	border-top-left-radius: -1;
}
.syndex-panel>.table:first-child>thead:first-child>tr:first-child td:last-child, .syndex-panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child, .syndex-panel>.table:first-child>tbody:first-child>tr:first-child td:last-child, .syndex-panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child, .syndex-panel>.table:first-child>thead:first-child>tr:first-child th:last-child, .syndex-panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child, .syndex-panel>.table:first-child>tbody:first-child>tr:first-child th:last-child, .syndex-panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
	border-top-right-radius: -1;
}
.syndex-panel>.table:last-child, .syndex-panel>.table-responsive:last-child>.table:last-child {
	border-bottom-right-radius: -1;
	border-bottom-left-radius: -1;
}
.syndex-panel>.table:last-child>tbody:last-child>tr:last-child, .syndex-panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child, .syndex-panel>.table:last-child>tfoot:last-child>tr:last-child, .syndex-panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
	border-bottom-left-radius: -1;
	border-bottom-right-radius: -1;
}
.syndex-panel>.table:last-child>tbody:last-child>tr:last-child td:first-child, .syndex-panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child, .syndex-panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .syndex-panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .syndex-panel>.table:last-child>tbody:last-child>tr:last-child th:first-child, .syndex-panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child, .syndex-panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child, .syndex-panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
	border-bottom-left-radius: -1;
}
.syndex-panel>.table:last-child>tbody:last-child>tr:last-child td:last-child, .syndex-panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child, .syndex-panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .syndex-panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .syndex-panel>.table:last-child>tbody:last-child>tr:last-child th:last-child, .syndex-panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child, .syndex-panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child, .syndex-panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius: -1;
}
.syndex-panel>.panel-body+.table, .syndex-panel>.panel-body+.table-responsive, .syndex-panel>.table+.panel-body, .syndex-panel>.table-responsive+.panel-body {
	border-top: 1px solid #dddddd;
}
.syndex-panel>.table>tbody:first-child>tr:first-child th, .syndex-panel>.table>tbody:first-child>tr:first-child td {
	border-top: 0;
}
.syndex-panel>.table-bordered, .syndex-panel>.table-responsive>.table-bordered {
	border: 0;
}
.syndex-panel>.table-bordered>thead>tr>th:first-child, .syndex-panel>.table-responsive>.table-bordered>thead>tr>th:first-child, .syndex-panel>.table-bordered>tbody>tr>th:first-child, .syndex-panel>.table-responsive>.table-bordered>tbody>tr>th:first-child, .syndex-panel>.table-bordered>tfoot>tr>th:first-child, .syndex-panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child, .syndex-panel>.table-bordered>thead>tr>td:first-child, .syndex-panel>.table-responsive>.table-bordered>thead>tr>td:first-child, .syndex-panel>.table-bordered>tbody>tr>td:first-child, .syndex-panel>.table-responsive>.table-bordered>tbody>tr>td:first-child, .syndex-panel>.table-bordered>tfoot>tr>td:first-child, .syndex-panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
	border-left: 0;
}
.syndex-panel>.table-bordered>thead>tr>th:last-child, .syndex-panel>.table-responsive>.table-bordered>thead>tr>th:last-child, .syndex-panel>.table-bordered>tbody>tr>th:last-child, .syndex-panel>.table-responsive>.table-bordered>tbody>tr>th:last-child, .syndex-panel>.table-bordered>tfoot>tr>th:last-child, .syndex-panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child, .syndex-panel>.table-bordered>thead>tr>td:last-child, .syndex-panel>.table-responsive>.table-bordered>thead>tr>td:last-child, .syndex-panel>.table-bordered>tbody>tr>td:last-child, .syndex-panel>.table-responsive>.table-bordered>tbody>tr>td:last-child, .syndex-panel>.table-bordered>tfoot>tr>td:last-child, .syndex-panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
	border-right: 0;
}
.syndex-panel>.table-bordered>thead>tr:first-child>td, .syndex-panel>.table-responsive>.table-bordered>thead>tr:first-child>td, .syndex-panel>.table-bordered>tbody>tr:first-child>td, .syndex-panel>.table-responsive>.table-bordered>tbody>tr:first-child>td, .syndex-panel>.table-bordered>thead>tr:first-child>th, .syndex-panel>.table-responsive>.table-bordered>thead>tr:first-child>th, .syndex-panel>.table-bordered>tbody>tr:first-child>th, .syndex-panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
	border-bottom: 0;
}
.syndex-panel>.table-bordered>tbody>tr:last-child>td, .syndex-panel>.table-responsive>.table-bordered>tbody>tr:last-child>td, .syndex-panel>.table-bordered>tfoot>tr:last-child>td, .syndex-panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td, .syndex-panel>.table-bordered>tbody>tr:last-child>th, .syndex-panel>.table-responsive>.table-bordered>tbody>tr:last-child>th, .syndex-panel>.table-bordered>tfoot>tr:last-child>th, .syndex-panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
	border-bottom: 0;
}
.syndex-panel>.table-responsive {
	border: 0;
	margin-bottom: 0;
}
.panel-group {
	margin-bottom: 20px;
}
.panel-group .syndex-panel {
	margin-bottom: 0;
	border-radius: 0;
}
.panel-group .syndex-panel+.syndex-panel {
	margin-top: 5px;
}
.panel-group .panel-heading {
	border-bottom: 0;
}
.panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group {
	border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
	border-top: 0;
}
.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 1px solid #dddddd;
}
.nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
	background-color: transparent;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color: transparent;
	border-color: transparent;
}
.top-nav>.open>.dropdown-menu {
	float: left;
	position: absolute;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-color: #262626;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	min-width: 200px;
}
.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #AEAEAE;
	white-space: nowrap;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #C7D51F;
}
.task-dropdown-menu>li>a:hover, .task-dropdown-menu>li>a:focus {
	text-decoration: none;
	color: #FFFFFF;
	background-color: transparent;
	opacity: 0.5;
}
.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #4F4F4F;
}
.alert-sucess {
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 0;
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
	color: #595959;
	background-color: rgba(199, 213, 31, 0.5);
	border-color: #A6A6A6;
}
.alert-sucess h4 {
	margin-top: 0;
	color: inherit;
}
.alert-sucess .alert-link {
	font-weight: bold;
}
.alert-sucess>p, .alert-sucess>ul {
	margin-bottom: 0;
}
.alert-sucess>p+p {
	margin-top: 5px;
}
.alert-sucess hr {
	border-top-color: #c9e2b3;
}
.alert-sucess .alert-link {
	color: #2b542c;
}
.alert-info {
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 0;
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
	color: #ffffff;
	background-color: #412A64;
	border-color: #412A64;
}
.alert-info h4 {
	margin-top: 0;
	color: inherit;
}
.alert-info .alert-link {
	font-weight: bold;
}
.alert-info>p, .alert-info>ul {
	margin-bottom: 0;
}
.alert-info>p+p {
	margin-top: 5px;
}
.alert-info hr {
	border-top-color: #a6e1ec;
}
.alert-info .alert-link {
	color: #245269;
}
.alert-warning {
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 0;
	border-color: #faebcc;
	color: #ffffff;
	background-color: #F79646;
	border-color: #F79646;
}
.alert-warning h4 {
	margin-top: 0;
	color: inherit;
}
.alert-warning .alert-link {
	font-weight: bold;
}
.alert-warning>p, .alert-warning>ul {
	margin-bottom: 0;
}
.alert-warning>p+p {
	margin-top: 5px;
}
.alert-warning hr {
	border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
	color: #66512c;
}
.alert-danger {
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 0;
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}
.alert-danger h4 {
	margin-top: 0;
	color: inherit;
}
.alert-danger .alert-link {
	font-weight: bold;
}
.alert-danger>p, .alert-danger>ul {
	margin-bottom: 0;
}
.alert-danger>p+p {
	margin-top: 5px;
}
.alert-danger hr {
	border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
	color: #843534;
}
.syndex-alert-info {
	color: #ffffff;
	background-color: #412A64;
	border-color: #412A64;
	opacity: .5;
}
.syndex-alert-success {
	color: #595959;
	background-color: rgba(199, 213, 31, 0.5);
	border-color: #A6A6A6;
	border-radius: 0;
}
.syndex-list-group-item, .syndex-list-group-item:first-child, .syndex-list-group-item:last-child {
	border-radius: 0;
}
.syndex-action-header {
	background-color: #412A64;
	color: #ffffff;
}
.ui-datepicker .ui-datepicker-title select {
	color: #1D1D1D;
}
.exchange-note {
    text-align: right;
    font-size: 12px;
    color: #595959;
}
.nav-tabs > li > a {
    color: #555;
}
@media (max-width: 767px) {
    .nav-tabs {
        border-bottom: none;
    }
    .nav-tabs > li {
        width: 100%;
        text-align: center;
    }
    .nav-tabs > li > a, .nav-tabs > li.active > a {
        border-radius: 0;
        border: 1px solid #ddd;
    }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:active,
    .nav-tabs > li > a:hover, .nav-tabs > li > a:active {
        background-color: #eee;
    }
}
.at-a-glance-banner {
    padding: 70px 0;
}
.at-a-glance-banner h1, .at-a-glance-banner h2 {
    padding: 10px;
    background: rgba(255, 255, 255, 0.6);
}
.at-a-glance-banner .empty {
    display: none;
    background: none;
}
@media (min-width: 767px) {
    .at-a-glance-banner .heading-container:first-child {
        float: left;
    }
    .at-a-glance-banner .heading-container:not(:first-child) {
        float: right;
        text-align: right;
    }
    .at-a-glance-banner .empty {
        display: block;
    }
}
@media (min-width: 992px) {
    .at-a-glance-banner {
        padding: 120px 0;
    }
}
#IssueInfo .panel-body > table,
#IssueInfo .panel-body > table > tbody,
#IssueInfo .panel-body > table > tbody > tr,
#IssueInfo .panel-body > table > tbody > tr > td {
    display: block;
}
#IssueInfo .panel-body > table > tbody > tr > td img {
    max-width: 100%;
}
