/* ========================================================================== Buttons ========================================================================== */
 .button, .nav-button, .small-nav-button, a.nav-button {
	 cursor: pointer;
	 border-radius: 2px;
	 text-align: center;
	 text-decoration: none !important;
	 text-transform: uppercase;
}
 .button a, .nav-button a, .small-nav-button a, a.nav-button a {
	 color: #fff;
	 display: block;
	 text-decoration: none;
}
 .button input[type="button"], .nav-button input[type="button"], .small-nav-button input[type="button"], a.nav-button input[type="button"], .button input[type="submit"], .nav-button input[type="submit"], .small-nav-button input[type="submit"], a.nav-button input[type="submit"] {
	 border: none;
	 color: #fff;
	 display: block;
	 cursor: pointer;
	 border-radius: 2px;
}
 .small-nav-button {
	 height: 26px !important;
	 line-height: 26px !important;
	 padding: 0px 10px;
}
 .nav-button, .small-nav-button, a.nav-button {
	 font-size: 11px;
	 width: auto;
	 height: 36px;
	 padding: 0px 30px;
	 line-height: 36px;
	 border-radius: 5px;
}
 .nav-button.no-border, .small-nav-button.no-border, a.nav-button.no-border, a.small-nav-button.no-border {
	 border: none;
}
 .nav-button.no-arrow.next, .small-nav-button.no-arrow.next, a.nav-button.no-arrow.next, a.small-nav-button.no-arrow.next, .nav-button.no-arrow.back, .small-nav-button.no-arrow.back, a.nav-button.no-arrow.back, a.small-nav-button.no-arrow.back {
	 background-image: none;
}
 .nav-button.smaller, .small-nav-button.smaller, a.nav-button.smaller, a.small-nav-button.smaller {
	 height: 25px;
	 line-height: 25px;
}
 .nav-button.next.disabled, .small-nav-button.next.disabled, a.nav-button.next.disabled, a.small-nav-button.next.disabled {
	 opacity: 0.5;
	 pointer-events: none;
}
 .nav-button.cancel, .small-nav-button.cancel, a.nav-button.cancel, a.small-nav-button.cancel {
	 background-image: none;
}
 .nav-button.search:hover, .small-nav-button.search:hover, a.nav-button.search:hover, a.small-nav-button.search:hover {
	 background-color: #3a9d31;
}
 .nav-button.search.disabled, .small-nav-button.search.disabled, a.nav-button.search.disabled, a.small-nav-button.search.disabled {
	 opacity: 0.5;
	 pointer-events: none;
}
 .nav-button.hollow, .small-nav-button.hollow, a.nav-button.hollow, a.small-nav-button.hollow {
	 background: transparent;
	 padding: 0px 30px !important;
}
 .nav-button.hollow.ident-right, .small-nav-button.hollow.ident-right, a.nav-button.hollow.ident-right, a.small-nav-button.hollow.ident-right {
	 margin-right: 60px;
}
 .nav-button.hollow.next, .small-nav-button.hollow.next, a.nav-button.hollow.next, a.small-nav-button.hollow.next {
	 font-weight: bold;
}
 .nav-button.hollow.next.flex-right, .small-nav-button.hollow.next.flex-right, a.nav-button.hollow.next.flex-right, a.small-nav-button.hollow.next.flex-right {
	 margin-left: auto;
}
 .nav-button.hollow.search, .small-nav-button.hollow.search, a.nav-button.hollow.search, a.small-nav-button.hollow.search {
	 font-weight: bold;
}
 .nav-button.hollow.search:hover, .small-nav-button.hollow.search:hover, a.nav-button.hollow.search:hover, a.small-nav-button.hollow.search:hover {
	 border-color: #3a9d31;
	 background-color: #fbfffa;
	 color: #3a9d31 !important;
}
 .nav-button.hollow.back, .small-nav-button.hollow.back, a.nav-button.hollow.back, a.small-nav-button.hollow.back {
	 border: 1px solid #7d7d7d;
	 color: #7d7d7d !important;
	 font-weight: bold;
}
 .nav-button.hollow.back:hover, .small-nav-button.hollow.back:hover, a.nav-button.hollow.back:hover, a.small-nav-button.hollow.back:hover {
	 border-color: #6a6a6a;
	 background-color: #f7f7f7;
	 color: #6a6a6a !important;
}
 .nav-button.hollow.back.flex-right, .small-nav-button.hollow.back.flex-right, a.nav-button.hollow.back.flex-right, a.small-nav-button.hollow.back.flex-right {
	 margin-left: auto;
}
 .nav-button.hollow.next a, .small-nav-button.hollow.next a, a.nav-button.hollow.next a, a.small-nav-button.hollow.next a, .nav-button.hollow.search a, .small-nav-button.hollow.search a, a.nav-button.hollow.search a, a.small-nav-button.hollow.search a, .nav-button.hollow.back a, .small-nav-button.hollow.back a, a.nav-button.hollow.back a, a.small-nav-button.hollow.back a {
	 color: inherit;
}
 .nav-button + .nav-button, .small-nav-button + .nav-button, .small-nav-button + .small-nav-button, .small-nav-button + a.nav-button, a.nav-button + .nav-button, a.nav-button + .small-nav-button, a.nav-button + a.nav-button, .nav-button + .small-nav-button, .nav-button + a.nav-button {
	 margin-left: 10px;
}
 a.nav-button {
	 display: inline-block;
}
 .button-row {
	 margin-top: 48px;
	 margin-bottom: 25px;
}
 .button-row.small-margin {
	 margin-top: 48px;
	 margin-bottom: 0;
}
 .button-row.expiration {
	 margin-bottom: 0;
}
 .end-session-btn {
	 display: block;
	 border: none;
	 width: 100%;
}
 .end-session-btn:hover {
	 background-color: #000 !important;
}
 .end-session-btn a {
	 background: none;
}
 .popup-button {
	 position: relative;
}
 .popup-button.is-accounts button {
	 border: 1px solid #e1e1e1;
}
 .popup-button.active button {
	 background: #e1e1e1;
	 border-bottom-left-radius: 0;
	 border-bottom-right-radius: 0;
}
 .popup-button.active button label {
	 border-bottom-left-radius: 0;
}
 .popup-button.active ul {
	 z-index: 5;
}
 .popup-button:hover button {
	 background: #e1e1e1;
}
 .popup-button button {
	 height: 40px;
	 width: auto;
	 line-height: 40px;
	 background: #f4f4f4;
	 text-transform: uppercase;
	 border: none;
	 color: #6a6a6a;
	 font-weight: bold;
	 font-size: 12px;
	 outline: 0;
	 cursor: pointer;
	 padding-right: 15px;
	 position: relative;
	 z-index: 2;
}
 .popup-button button label {
	 padding: 0 20px;
	 font-size: 11px;
	 cursor: pointer;
	 border-right: 1px solid #e1e1e1;
	 margin-right: 10px;
	 background: #f4f4f4;
	 border-top-left-radius: 5px;
	 border-bottom-left-radius: 5px;
}
 .popup-button button:after {
	 content: "";
	 display: inline-block;
}
 .popup-button ul {
	 left: 0;
	 right: 0;
	 top: 40px;
	 z-index: 1;
	 position: absolute;
	 border: 1px solid #e1e1e1;
	 border-bottom-left-radius: 5px;
	 border-bottom-right-radius: 5px;
	 border-top-width: 1px;
}
 .popup-button ul li {
	 padding: 10px 18px;
	 color: #6a6a6a;
	 font-weight: bold;
	 font-size: 11px;
	 text-transform: uppercase;
	 cursor: pointer;
	 background: #fff;
	 border-bottom: 1px solid #e1e1e1;
}
 .popup-button ul li:last-child {
	 border-bottom: none;
}
 .popup-button ul li:hover {
	 background: #f4f4f4;
}
 .button-row {
	 padding: 20px 0;
}
 .search-button {
	 flex-grow: 1;
	 align-items: flex-end;
}
 