/************************
* Resets *
************************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, hgroup, menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, main {
	display: block
}

audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1
}

audio:not([controls]) {
	display: none
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

a:hover, a:active {
	outline: 0
}

sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

img {
	height: auto;
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle
}

button, input, select, textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle
}

button, input {
	*overflow: visible;
	line-height: normal
}

button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button
}

input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

.clearfix {
	*zoom: 1
}

.clearfix:before, .clearfix:after {
	display: table;
	content: ""
}

.clearfix:after {
	clear: both
}

:root {
	--active: 60,179,113;
	--inactive: 166,171,172;
	--discontinued: 255,0,0;
	--in-progress: 255,202,2;
	--draft: 247,181,0;
	--light-gray: 166,171,172;
	--dark-gray: 33,39,39;
	--oil-gray: 77,88,89;
	--black: 0,0,20;
	--primary: 142,25,27;
	--primary-lt: 210,63,46;
	--border-color: 221,221,221;
}

/*------ prevent focus zoom on mobile ------*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
		font-size: 16px !important;
	}
}

/*------typography, etc.------*/
body {
	background-color: #F7F7F7;
	margin: 0;
	font-family: agenda, sans-serif;
	font-size: 15px;
	line-height: 1.5em;
	color: #373F40;
	color: rgb(var(--dark-gray))
}

p {
	margin: 0 0 .5em;
}

a {
	color: rgb(var(--dark-gray));
	text-decoration: underline;
	-webkit-transition: color .1s ease-in;
	-moz-transition: color .1s ease-in;
	-o-transition: color .1s ease-in;
	transition: color .1s ease-in;
}

a:hover {
	color: rgb(var(--primary));
	text-decoration: none;
}

a:active {
	color: rgba(var(--primary),.75);
}

a:link img, a:visited img {
	border-style: none
}

img {
	max-width: 100%;
}

h1, h1 a, .h1 {
	font-size: 2.5em;
	font-weight: 300;
	margin-bottom: .5em;
	line-height: 1.1em;
}

h2, h2 a, .h2 {
	font-size: .9em;
	margin-bottom: 1.5em;
	font-weight: 300;
	color: rgba(var(--dark-gray),.75);
	letter-spacing: 3px;
	text-transform: uppercase;
}

h3, h3 a, .h3 {
	font-size: 1.3em;
	margin-bottom: .5em;
	font-weight: bold;
}

h4, h4 a, .h4 {
	font-size: 1.25em;
	margin-bottom: .5em;
	font-weight: bold;
	color: #004376;
}

h5, h5 a, .h5 {
	font-size: 1em;
	margin-bottom: .5em;
	font-weight: bold;
}

h6, h6 a, .h6 {
	font-size: 1.1em;
	margin-bottom: 0;
	font-weight: bold;
}

.with_line {
	border-bottom: 1px solid #666;
	padding-bottom: .5em;
	margin-bottom: 1em
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
	font-size: 1em;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: underline;
}

.breadcrumb + h1, .breadcrumb + .media h1 {
	margin-top: .6em
}

p + div, p + fieldset {
	margin-top: 1.5em;
}

p + ul, p + ol {
	margin-top: -.125em;
	margin-bottom: 1.5em;
}

p + h2, ul + h2, ol + h2, aside + h2, p + h3, ul + h3, ol + h3, aside + h3, p + h4, ul + h4, ol + h4, aside + h4, p + h5, ul + h5, ol + h5, aside + h5, p + h6, ul + h6, ol + h6, aside + h6 {
	margin-top: 1.25em;
}

.lead {
	font-size: 1.4em;
	font-weight: 300;
	margin-bottom: .75em;
}

hr {
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	border: 0;
	width: 100%;
	margin-bottom: 2em;
	margin-top: 1.5em;
	clear: both;
}

blockquote {
	font-size: 16px;
	font-family: agenda, sans-serif;
	color: #666;
	margin: 0 0 1.5em 0;
	padding-left: .75em;
	font-style: italic;
}

blockquote p {
	margin-bottom: .75em
}

cite {
	color: #333;
	margin: 0 00;
	display: block;
	text-emphasis: none;
	font-style: normal;
}

cite p {
	margin-bottom: 1em;
}

sup, sub {
	line-height: 1em;
}

strike {
	color: #999;
}

iframe {
	margin: 0 auto 1.5em auto;
	display: block;
	width: 100%;
}

code {
	font-size: 1em;
	background: rgba(0,0,0,.085);
	border-radius: 4px;
	padding: 0 3px;
}

pre code {
	display: block;
	background: #f7f7f7;
	font-family: Monaco, monospace;
	border: 1px solid #D3D6D6;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 2.5em;
	overflow: auto;
	width: 100%;
	padding: 1em;
	font-size: 1.25em;
}

pre {
	white-space: pre;
	padding: 0;
	font-size: 12px;
	line-height: 1.4em;
}

aside, figure {
	float: right;
	margin: 0 0 1em 2.5%;
	width: 33%;
	background: #f4f6f9;
	padding: .75em;
	font-size: .75em;
	line-height: 1.333em;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

aside img, figure img {
	margin: 0 0 1em;
}

dl {
	margin-bottom: 1em;
}

dt {
	font-weight: bold;
}

.mobile {
	display: none;
}

.visuallyhidden {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.center {
	text-align: center;
}

.skip {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.skip:focus {
	position: static;
	width: auto;
	height: auto;
	margin: .5em .5em;
	font-size: .9em;
}

.float_right {
	float: right
}

.float_left {
	float: left
}

.text_right {
	text-align: right;
}



/************************
* Structure *
************************/

.first {
	float: left;
	margin-right: 3.5%;
}

.middle {
	float: left;
	margin-right: 3.5%;
}

.last {
	float: right;
}

/*------widths------*/

.group {
}

.group:last-child {
	margin-bottom: 0;
}

.group_1of2, table.table_structure_2x td {
	width: 48.25%;
}

.group_1of3, table.table_structure_3x td {
	width: 31%;
}

.group_2of3 {
	width: 65.5%;
}

.group_1of4, table.table_structure_4x td {
	width: 22.375%;
}

.group_3of4 {
	width: 74.125%;
}

.group_1of5 {
	width: 17.2%;
}

.group_2of5 {
	width: 37.9%;
}

.group_3of5 {
	width: 58.6%;
}

.group_4of5 {
	width: 79.3%;
}

.group_1of6 {
	width: 13.75%;
}

.group_5of6 {
	width: 82.75%;
}

.group_1of7 {
	width: 11.28571428571429%;
}

.group_2of7 {
	width: 26.07142857142858%;
}

.group_3of7 {
	width: 40.85714285714287%;
}

.group_4of7 {
	width: 55.64285714285716%;
}

.group_5of7 {
	width: 70.42857142857145%;
}

.group_6of7 {
	width: 85.21428571428574%;
}

.group_1of8 {
	width: 9.4375%;
}

.group_3of8 {
	width: 35.3125%;
}

.group_5of8 {
	width: 61.1875%;
}

.group_7of8 {
	width: 87.0625%;
}

/*------sections / wrappers------*/
.wrapper {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 3.5%;
}

section.section_primary {
	padding: 3em 0;
	border-bottom: 1px solid #ddd;
}

section.section_secondary {
	padding: 3em 0;
	border-bottom: 1px solid #ddd;
}

.section_hero {
	border-bottom: 1px solid #ddd;
	background: #f4f6f9;
}

.section_hero .wrapper {
	max-width: 1400px;
	padding: 0;
}

/* --- global media object --- */
.media {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
}

.media_body {
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
	-ms-word-break: break-all;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.media_right {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: .75rem;
}

.media_left {
	margin-left: 0;
	margin-right: .75rem;
}

.media.media_bottom {
	align-items: flex-end;
}

.media.media_center {
	align-items: center;
}
/* --- no support for flex, .no-flexbox added with Modernizr--- */
.no-flexbox .media {
	display: table;
	width: 100%;
}

.no-flexbox .media_body, .no-flexbox .media_right, .no-flexbox .media_left {
	display: table-cell;
}

.no-flexbox .media_right {
	float: right;
}

.media_description {
	margin-bottom: 1.5em;
}

.media_description h2 {
	margin-bottom: 0;
}

/*------rotator banner------*/
.rotator_banner {
	position: relative;
	z-index: 0;
	background: #eee;
	text-align: center;
}

.rotator_banner .rotator_banner_img {
	height: 300px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
}

.rotator_banner .rotator_banner_content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.rotator_banner .heading {
	display: block;
	font-weight: bold;
	font-size: 1.8em;
	line-height: 1.1em;
	margin-bottom: .25em;
}

.rotator_banner .description {
	display: block;
	font-size: 1.2em;
	margin-bottom: .5em;
}

/*------site header------*/
.site_header {
	position: relative;
	background-color: rgb(var(--black));
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 10000;
	box-shadow: 0 0 20px rgba(0,0,0,.5);
}

.site_header a.logo, .login_box .logo {
	margin: 10px 40px 10px 20px;
	background: url("/content/images/spinternet/logo-sammons-white.png"); /*------ PNG backup (2x final size)------*/
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 225px 50px;
	width: 225px;
	height: 50px; /*------ final size ------*/
	display: block;
}

.company_user {
	margin-top: .25em;
	color: #fff;
	text-align: right;
	font-size: .9em;
	line-height: 1.4em
}

.company {
	font-weight: 700
}

.user {
	font-weight: 300
}

/*------site footer------*/

.site_footer {
	clear: both;
	font-size: .85em;
	color: #666;
	padding: 2rem 3rem 7rem;
	border-top: 1px solid #D3D6D6;
	text-align: center
}

.copyright img {
	max-width: 40px;
}

.field-help {
	color: #666;
	font-size: 11px;
	font-weight: normal;
}

/* ASP.NET MVC Errors */
.field-validation-error {
    display: block;
}
.validation-summary-valid {
    display: none;
}
.validation-summary-errors {
    color: rgb(var(--primary));
    border:1px solid rgba(var(--primary), 1);
    margin-bottom:1.5em;
    padding:1em;
    background:#FFEEE5;
}
.validation-summary-errors span {font-weight:bold}
.validation-summary-errors ul {padding:0 0 0 1.25em;margin:.5em 0 0 0;}
.input-validation-error {
    border: 2px solid #FF0000
}
.field-validation-error {
    background: transparent;
    color: red;
    margin: 0 0 0 3px;
}
body > div.login_body > div > form > div > ul > li > a {
	color: black;
}
/* ASP.NET MVC Errors */
/************************
* Navigation *
************************/
/*----- Primary Navigation------*/
.nav_primary_btn {
	display: none;
}

.nav_primary {
	background: rgb(142,25,27);
	background: -moz-linear-gradient(40deg, rgba(142,25,27,1) #8e191b, rgba(142,25,27,1) 100%);
	background: -webkit-linear-gradient(40deg, rgba(142,25,27,1) #8e191b, rgba(142,25,27,1) 100%);
	background: linear-gradient(40deg, rgba(142,25,27,1) #8e191b, rgba(142,25,27,1) 100%);
	position: fixed;
	top: 68px;
	width: 15rem;
	height: 100%;
	overflow-x: none;
	overflow-y: scroll;
	bottom: 0;
	padding-bottom: 150px;
	-ms-overflow-style: none; /* Internet Explorer 10+ */
	scrollbar-width: none;
}

.nav_primary > ul {
	margin: 0;
	list-style: none;
	padding: 0;
	border: none;
	margin-bottom: 1.5em;
	font-size: 14px;
	line-height: 1.3em;
}

.nav_primary::-webkit-scrollbar {
	display: none; /* Safari and Chrome */
}

.nav_primary ul li {
	list-style: none;
	border-top: 1px solid rgba(0,0,0,.25);
	position: relative;
}

.nav_primary ul li:last-child {
	border-bottom: 1px solid rgba(0,0,0,.25);
}

.nav_primary > ul li a {
	color: #fff;
	text-decoration: none;
	font-size: .8rem;
	padding: 1.1em;
	line-height: 100%;
	font-weight: 500;
	text-transform: uppercase;
	display: flex;
	align-items: center;
}

.nav_primary > ul li ul {
	margin: 0;
	padding: 0;
	display: none;
}

.nav_primary ul li ul li {
	border: 0;
}

.nav_primary ul li ul li:last-child {
	border: 0
}

.nav_primary ul li ul li a {
	line-height: 1.2em;
	padding: .65em .95em;
	font-size: .9em;
	text-transform: none;
	font-weight: normal
}

.nav_primary ul li ul li a:hover {
	background-color: rgba(0,0,0,.15)
}

.nav_primary .active_parent {
	background-color: #460c12;
}

.nav_primary .caret {
	display: block;
	border-left: 7px solid rgba(255,255,255,.65);
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	content: "";
	position: absolute;
	right: 10px;
	top: 23px;
}

.nav_primary .toggle_caret .caret {
	border-top: 0px;
	border-top: 7px solid rgba(255,255,255,.65);
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	top: 29px;
}

.close_nav_mobile {
	display: none
}

.nav_primary svg {
	width: 20px;
	height: 20px;
	margin-right: .5rem;
}

.nav_primary .fa-chevron-down {
	float: right;
	opacity: .4;
	display: none;
}

.copyright {
	width: 15rem;
	padding: 1.25em 1em 1em;
	color: rgba(255,255,255,.6);
	font-size: .75rem;
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: rgb(var(--black));
	z-index: 100;
	height: auto;
	text-align: center;
	;
	line-height: 1.2em;
}

.copyright a {
	color: rgba(255,255,255,.6)
}

.copyright p:last-child {
	margin: 0
}

/*------secondary navigation------*/
nav.nav_secondary {
	position: absolute;
	top: 15px;
	right: 25px;
}

nav.nav_secondary ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

nav.nav_secondary li {
	float: left;
	font-size: .875em;
	position: relative;
}

nav.nav_secondary li a {
	float: left;
	border: 1px solid #3B4445;
	padding: .7em 1em;
	text-decoration: none;
	border-radius: 4px;
	color: #fff;
	margin-left: 10px;
	line-height: 100%
}

nav.nav_secondary li a:hover {
	background: rgb(var(--primary-lt));
}

nav.nav_secondary li a:active {
	color: #fff;
}

nav.nav_secondary li.active a {
	color: #333;
}

nav.nav_secondary li:last-child a {
	padding: .88em
}

nav.nav_secondary svg {
	width: 1rem;
	height: 1rem
}

.nav_secondary .popover li {
	float: none;
	margin: 0;
	padding: 0;
}

.nav_secondary .popover li a {
	font-size: .85rem;
	margin: 0;
	float: none;
	color: rgb(var(--oil-gray));
	border: 0;
	border-bottom: 1px solid #ddd;
	display: block;
	border-radius: 0;
	padding: 1rem;
	font-weight: 400;
}

.nav_secondary .popover li a:hover {
	color: rgb(var(--primary));
	background: none
}

.nav_secondary .popover li:last-child a {
	border-bottom: 0;
	padding: 1rem
}

nav.nav_secondary .popover svg {
	width: 1rem;
	height: 1rem;
	position: relative;
	top: 2px;
	margin-right: .5rem
}

.popover_parent {
	position: relative;
	display: inline-block;
}

.popover {
	display: none;
	background: #fff;
	padding: 1em;
	border-radius: 4px;
	position: absolute;
	z-index: 1;
	width: 220px;
	color: #333;
	box-shadow: 0 0 1rem rgba(0,0,0,.25);
}

.popover_parent.active .popover {
	display: block;
}

.popover_parent.active > a {
	background: #4D5859 !important;
	color: #fff !important;
	cursor: pointer;
}

.popover.popover_top {
	bottom: 100%;
	right: 0;
	margin-bottom: .35rem;
	margin-right: -90px
}

.popover.popover_top:before {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 10px solid #fff;
	pointer-events: none
}

.popover.popover_bottom {
	top: 100%;
	margin-top: .35rem;
	right: 0;
	margin-right: -90px
}

.popover.popover_bottom:before {
	content: "";
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom: 10px solid #fff;
	pointer-events: none
}

.popover.popover_right {
	margin-top: 0;
	margin-right: -15px
}

.popover.popover_right.popover_bottom:before {
	content: "";
	position: absolute;
	left: auto;
	top: -20px;
	right: 26px;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom: 10px solid #fff;
	pointer-events: none
}

.popover.popover_left {
	margin-top: 0;
	margin-right: -15px;
	right: auto;
	left: -60px;
}

.popover.popover_left:before {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 40px;
	margin-left: -10px;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 10px solid #fff;
	pointer-events: none
}


.popover_parent.active .caret-down {
	transform: rotate(180deg)
}

.popover_parent.active .fa-caret-down {
	transform: rotate(180deg)
}

/*---Start Project Ticket---*/

.project_ticket {
	background-color: #ffffff;
	padding: 1.5em 0;
	font-size: 16px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

.project_ticket h1 {
	font-size: 1.4em;
	padding: .5em 1em .5em 0;
}

.project_ticket h2 {
	font-size: 1.2em;
	margin-bottom: .5em;
	font-weight: inherit;
	color: #000;
	letter-spacing: inherit;
}

.project_ticket p {
	margin-bottom: 1.5em;
}

.project_ticket ul {
	margin-top: 0;
	padding: 0;
	list-style: none;
}

.project_ticket hr {
	color: #000000;
	background-color: #000000;
	height: 1px;
	border: 0;
	width: 100%;
	margin: 2em 0;
	clear: both;
}

.ticket_head {
	display: flex;
	align-items: center;
	margin-bottom: 2em;
}

.ticket_head li:last-child {
	margin-left: auto;
	border: 2px solid #000000;
	padding: .5em .75em;
	text-align: center;
}

.ticket_head li:last-child span {
	display: block;
}

.ticket_head img {
	margin-right: 2.5em;
}

.ticket_list_box {
	display: flex;
	align-items: center;
	border: 2px solid #000;
	text-align: center;
}

.ticket_list_box li {
	padding: .5em .75em;
	border-right: 2px solid #000;
	flex-grow: 1;
}

.ticket_list_box li:last-child {
	border-right: none;
}

.ticket_list_box li span, .ticket_misc_list li span {
	display: block;
}

.project_ticket .group:last-child li:not(:last-child) {
	margin-bottom: .5em;
}

.ticket_notes_empty {
	height: 200px;
	text-underline-offset: 5px;
	background-image: repeating-linear-gradient(white 0px, white 24px, #000000 25px);
}

.ticket_notes {
	height: 200px;
	line-height: 1.5;
	text-decoration: underline;
	text-underline-offset: 5px;
}

@media only screen and (max-width: 768px) {

	.ticket_head {
		display: block;
	}

	.ticket_head li:last-child {
		margin-left: 0;
		display: inline-block;
	}

	.ticket_list_box {
		display: block;
		text-align: left;
	}

	.ticket_list_box li {
		border-bottom: 2px solid #000;
		border-right: none;
	}

	.ticket_list_box li:last-child {
		border-bottom: none;
	}

	.ticket_head li:last-child span, .ticket_list_box li span, .ticket_misc_list li span {
		display: inline-block;
	}

	.ticket_misc_list li:not(:last-child) {
		margin-bottom: .5em;
	}
}

/*---End Project Ticket---*/


.secondary_actions {
	float: right;
}

.secondary_actions > a {
	display: inline-block;
	border: 1px solid rgba(var(--dark-gray),.5);
	padding: .48em .25em .48em 1em;
	border-radius: 4px;
	text-decoration: none;
	color: rgba(var(--dark-gray),.85);
	margin: 0 0 0 .25em;
}

.secondary_actions.popover_parent.active > a {
	background-color: #fff !important;
	color: rgb(var(--primary)) !important;
	border: 1px solid rgba(var(--primary),1);
}

.secondary_actions ul {
	padding: 0;
	list-style: none;
}

.secondary_actions li a {
	display: block;
	border: 0;
	border-radius: 0;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
	padding: 1rem
}

.secondary_actions .popover li:last-child a {
	border-bottom: 0
}

.secondary_actions svg {
	width: 1rem;
	height: 1rem;
	margin-right: .5rem;
	position: relative;
	top: 2px;
}

/*------paging, crumbs, tags (articles)------*/
nav.page ul {
	text-align: center;
	padding: 0;
}

nav.page ul li {
	display: inline;
	margin: 0 4px 0 0;
}

nav.page ul li a {
	padding: 4px 8px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #CCC;
	border-radius: 4px;
	text-decoration: none;
	background: #f4f6f9;
}

nav.page ul li a:hover, nav.page ul li a:focus {
	background: #f0f0f0;
	border-color: #ccc;
}

nav.page ul li a:active, nav.page ul li a.current {
	background: #fff;
	border-color: #ccc;
}

nav.breadcrumb {
	color: #666;
	font-size: 0.750em;
	margin-top: -3.4em
}

nav.breadcrumb a {
	margin: 0 5px;
	text-decoration: none;
	color: #999;
}

nav.breadcrumb a:first-child {
	margin-left: 0;
}

nav.breadcrumb a:hover, nav.breadcrumb a:focus {
	color: #000;
}

nav.breadcrumb a:active {
	color: #000;
}

nav.breadcrumb strong {
	font-weight: bold;
	color: #000;
}

ol.tags {
	list-style: none;
	padding: 0;
	margin: 0 0 1.5em;
	font-size: .75em;
}

ol.tags li {
	float: left;
	margin: 0 5px 5px 0;
}

ol.tags li a {
	text-decoration: none;
	background: #CCC;
	background: rgba(0,0,0,.2);
	float: left;
	padding: 0px 7px;
	font-weight: normal;
	color: #fff;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

ol.tags li a:hover, ol.tags li a:focus {
	background-color: #999;
}

ol.tags li a:active {
	background-color: #ccc;
}

/************************
* Content *
************************/

.site_wrapper {
	margin-left: 15rem;
}

main {
	position: relative;
	padding-bottom: 8rem !important
}

section header, article header {
}

section footer, article footer {
	border-top: 1px solid #CCC;
	font-size: .875em;
	padding: 1em 0;
	color: #888;
	margin-top: 3em;
}

section footer img {
	float: left;
	margin: 0 10px 0 0;
}

.well {
	display: block;
	padding: 15px 15px;
	background: #FFF;
	border-radius: 4px;
	-moz-box-shadow: inset 0 0 5px #ccc;
	-webkit-box-shadow: inset 0 0 5px #ccc;
	box-shadow: inset 0 0 5px #ccc;
	margin-bottom: 2em;
}

.platform {
	display: block;
	background: #FFF;
	box-shadow: 0 2px 13px #ddd;
	margin-bottom: 2em;
	border-radius: 2px
}

.platform p:last-child {
	margin-bottom: 0
}

.platform strong {
	font-weight: bold;
}

.comments {
	margin-top: 5em;
}

.item_image {
	margin-bottom: .5em;
}

.item_title {
	font-size: 1.25em;
	margin-bottom: .5em;
}

.item_description {
	margin-bottom: .5em;
}

/*------Insets & Outsets ------*/
.inset {
	padding: 1.6rem;
}

.inset_xs {
	padding: .4rem;
}

.inset_s {
	padding: .8rem;
}

.inset_m {
	padding: 1.6rem;
}

.inset_l {
	padding: 3.2rem;
}

.inset_xl {
	padding: 6.4rem;
}

.inset_squish {
	padding: .8rem 1.6rem;
}

.inset_squish_xs {
	padding: .2rem .4rem;
}

.inset_squish_s {
	padding: .4rem .8rem;
}

.inset_squish_m {
	padding: .8rem 1.6rem;
}

.inset_squish_l {
	padding: 1.6rem 3.2rem;
}

.inset_squish_xl {
	padding: 3.2rem 6.4rem;
}

.stack {
	display: block;
	margin-bottom: 1.6rem;
}

.stack_xs {
	display: block;
	margin-bottom: .4rem
}

.stack_s {
	display: block;
	margin-bottom: .8rem
}

.stack_m {
	display: block;
	margin-bottom: 1.6rem
}

.stack_l {
	display: block;
	margin-bottom: 3.2rem
}

.stack_xl {
	display: block;
	margin-bottom: 6.4rem
}

.inset_right_large {
	padding-right: 4rem;
}

.inset_right {
	padding-right: 2rem;
}

.inset_right_small {
	padding-right: .5rem;
}

.inset_left_s {
	padding-left: .8rem;
}

.inset_left {
	padding-left: 1.6rem;
	display: flex;
}

.inset_left_l {
	padding-left: 4rem;
}

.inset_top_large {
	padding-top: 4rem;
}

.inset_top {
	padding-top: 2rem;
}

.inset_top_small {
	padding-top: .5rem;
}

.inset_bottom_large {
	padding-bottom: 4rem;
}

.inset_bottom {
	padding-bottom: 2rem;
}

.inset_bottom_small {
	padding-bottom: .5rem;
}

.outset {
	margin: 2rem;
}

.outset_right_large {
	margin-right: 4rem;
}

.outset_right {
	margin-right: 2rem;
}

.outset_right_small {
	margin-right: .5rem;
}

.outset_left_large {
	margin-left: 4rem;
}

.outset_left {
	margin-left: 2rem;
}

.outset_left_small {
	margin-left: .5rem;
}

.outset_top_large {
	margin-top: 4rem;
}

.outset_top {
	margin-top: 2rem;
}

.outset_top_small {
	margin-top: 1rem;
}

.outset_bottom_large {
	margin-bottom: 4rem;
}

.outset_bottom {
	margin-bottom: 2rem;
}

.outset_bottom_small {
	margin-bottom: 1rem;
}

/*------Spinternet Defaults ------*/
.page_banner {
	margin-bottom: 1em;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 0 4px #999;
	-webkit-box-shadow: 0 0 4px#999;
	box-shadow: 0 0 4px #999;
}

.page_video {
	font-size: .875em;
	line-height: 1.666em;
	padding: 1em;
	margin-bottom: 1em;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 0 4px #999;
	-webkit-box-shadow: 0 0 4px#999;
	box-shadow: 0 0 4px #999;
}

.page_video .fluid_video {
	margin-bottom: 0;
}

.page_video .last {
	margin-left: 1em;
}

img[align=left], img.img_left {
	float: left;
	margin: 0 1em 1em 0;
	max-width: 30%;
}

img[align=right], img.img_right {
	float: right;
	margin: 0 0 1em 1em;
	max-width: 30%;
}

.fluid_video {
	margin-bottom: 1.5em;
}

.fluid_map {
	width: 100%;
	height: 0;
	padding-top: 60%;
	position: relative;
	margin-bottom: 1.5em;
}

.fluid_map iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.fluid_map img {
	max-width: none;
}
/*-- fixes max-width conflict in Google API maps --*/

.login_links {
	position: fixed;
	top: 0;
	right: 0;
	margin: 0;
	padding: 4px;
	list-style: none;
	font-size: 12px;
}

.login_links li {
	float: right;
	margin-left: .5em;
}

.login_links li > a {
	line-height: 1;
	padding: .333em .5em;
	text-decoration: none;
	background-color: #888;
	background: rgba(0,0,0,.5);
	border: 1px solid #666;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #FFF;
}

.test_site {
	color: #f2dede;
	background-color: #b94a48;
	width: 100%;
	height: 30px;
	text-align: center;
	font-weight: bold;
	line-height: 30px;
	font-size: 13px;
	text-transform: uppercase;
}

/*------Locations------*/
.location_results {
	padding: 1em;
	border: 1px solid #CCC;
	font-size: .875em;
}

.location_results ol {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	width: 100%;
}

.location_results ol li {
	list-style: none;
	margin: 0;
	display: inline-block;
	width: 100%;
}

.location_results ol li div {
	float: left;
	width: 80%;
}

.location_results img {
	float: left;
	margin-right: 5%;
	max-width: 15%;
}

/*------video container ------*/
.video_link {
	display: block;
	margin-bottom: 1em;
}

.video_link .video_thumb {
	position: relative;
	display: block;
	margin-bottom: .5em;
}

.video_link .video_play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	color: rgba(255,0,0,0.80);
	font-size: 5em;
	line-height: 1em;
}

.video_link:hover .video_play {
	color: rgba(255,0,0,0.40);
}

/*------icons (added with selectors.js) ------*/

/*a[href$="pdf"]:after {
	content: ' (.pdf)';
}

a[href$="xls"]:after {
	content: ' (.xls)';
}

a[href$="csv"]:after {
	content: ' (.csv)';
}

a[href$="doc"]:after {
	content: ' (.doc)';
}

a[href$="docx"]:after {
	content: ' (.docx)';
}

a[href$="ppt"]:after {
	content: ' (.ppt)';
}*/

.pdf {
	background: url(/content/images/spinternet/icon-pdf.gif) no-repeat 98% 50%;
	padding: 2px 2em 2px 0;
}

.excel {
	background: url(/content/images/spinternet/icon-excel.gif) no-repeat 98% 50%;
	padding: 2px 2em 2px 0;
}

.word {
	background: url(/content/images/spinternet/icon-word.gif) no-repeat 98% 50%;
	padding: 2px 2em 2px 0;
}


/*-----Bubbles------*/

.bubble {
	position: absolute;
	top: -4px;
	right: -4px;
	border-radius: 22px;
	height: 22px;
	width: 22px;
	background: #666;
	line-height: 1.8em;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 13px
}

.bubble_alert {
	background-color: rgb(var(--primary));
}


/*------text options------*/

.text_ghost {
	color: #A6ABAC;
}

.text_cooler {
	color: #0066CC;
}

.text_success {
	color: #009933;
}

.text_warmer {
	color: #f78d1d;
}

.text_danger, .ecom-error {
	color: #b94a48;
}

.text_smaller {
	font-size: .75em;
}

.text_small {
	font-size: .875em;
}

.text_large {
	font-size: 1.25em;
	line-height: 1.5em;
}

.text_larger {
	font-size: 1.5em;
}

.text_largest {
	font-size: 1.75em;
}

.text_primary {
	color: royalblue
}

.text_secondary {
	color: saddlebrown
}


/*------highlighting / alerts------*/

.alert_banner {
	background: #D90000;
	color: #fff;
	padding: 1.25em 1em;
	margin-bottom: 0;
	font-size: .9em;
	line-height: 1.4em;
}

.alert_banner a {
	color: #fff;
}

.alert_banner .btn {
	padding: 0;
	border: none;
	background: none;
	margin: 0 0 0 3em;
	float: right;
}

.alert_banner .btn:hover {
	border: none;
	background: none;
	color: #ccc;
}

.hidden {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.alert {
	color: #FF5700;
	border: 1px solid #FF5700;
	background: #FFEEE5;
	border-radius: 2px;
	margin: .25em 0 2em;
}

.alert p:last-child {
	margin: 0;
}

.alert.alert_success {
	color: #3CB371;
	border: 1px solid #3CB371;
	background: #E3EFE8;
}

.alert.alert_danger {
	color: #b94a48;
	border: 1px solid #eed3d7;
	background: #f2dede;
}

/* Notifications */
.flash .confirm, .flash .error, .flash .notice, .flash .warn { box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); margin-bottom: 30px; }
.flash h2 { font-size: 1em; font-weight: bold; margin-bottom: 0.5em; }
.flash p { list-style: none; }

    /* AJAX notifications */
    #ajax-message { display: none; position: absolute; top: 0; width: 100%; }
    #ajax-text { background-color: #FFF1A8; font-size: 90%; font-weight: bold; margin: 0 auto !important; padding: 3px 0; position: relative; text-align: center; white-space: nowrap; width: 100px }
    
    /* Confirmation */
    .flash .confirm { background: #e8f8d1; padding: 30px; }
    .flash .confirm h2 { color: #516f26; }
    
    /* Errors */
    .flash .error, .validation-summary-errors { background: #ffc; padding: 30px; }
    .flash .error h2 { color: #d20000; }
    .error { color: #f00; }
    [class *= "txt"].error { border: 2px solid #f00; }
	.error .close { float: right;}
	.confirm .close { float: right;}
    
    /* Notices */
    .flash .notice { background: #e0f0ff; padding: 30px; }
    .flash .notice h2 { color: #274d70; }
    
    /* Warnings */
    .flash .warn { background: #fbd49d; padding: 30px; }
    .flash .warn h2 { color: #955d04; }

inset_l .flash h2 {
	font-size: 1.3em;
	margin-bottom: 0.5em;
	display: inline;
}

inset_l .flash p {
	list-style: none;
	margin: 0;
	display: inline;
}

inset_l .flash .confirm {
	background: #e8f8d1;
	padding: 30px;
}

inset_l .flash .confirm h2 {
	color: #516f26;
}

inset_l .alert, .error {
	color: #f00;
	border: 0;
}

inset_l .field-validation-error {
	display: block;
}

inset_l .flash .error {
	background: #ffc;
	border: 2px solid #ea3c20;
	color: #f00;
	padding: 30px;
}

inset_l input.error {
	border: 2px solid #f00;
	color: #000;
}
/*.site_alert{z-index:4000; position:relative; top:0; left:0; padding:25px; background:#C00; color:#FFF; font-size:18px; font-weight:bold;}
.site_alert a{color:#F1C411;}*/

/*------Flags------*/

.flag {
	z-index: 1;
	min-width: 40px;
	max-width: 100%;
	background: grey;
	color: #fff;
	line-height: 1.2em;
	padding: .5em;
	position: absolute;
	top: 15px;
	left: -7px;
	font-size: .875em;
}

.flag:after {
	width: 0;
	height: 0;
	display: block;
	content: ' ';
	border-top: 10px solid grey;
	opacity: .3;
	border-left: 7px solid transparent;
	position: absolute;
	bottom: -10px;
	left: 0;
}

.flag.flag_success {
	background: #288232;
}

.flag.flag_success:after {
	border-top-color: #288232;
}

.flag.flag_danger {
	background: #b94a48;
}

.flag.flag_danger:after {
	border-top-color: #b94a48;
}

.flag.flag_cool {
	background: #06C;
}

.flag.flag_cool:after {
	border-top-color: #06C;
}

.flag.flag_warm {
	background: #f78d1d;
}

.flag.flag_warm:after {
	border-top-color: #f78d1d;
}


/* --- lists --- */
.list--horizontal {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

.list--horizontal > li {
	width: auto;
	margin: .25rem 2rem .25rem 0;
}

.list--horizontal > li:last-child {
	margin-right: 0;
}

.list--horizontal.last > li:first-child {
	margin-right: 0;
}

.list--horizontal.list--m--small {
	margin-bottom: -.75rem
}

.list--horizontal.list--m--small > li {
	margin: 0 .75rem .75rem 0;
}

.list--horizontal.list--m--xsmall {
	margin-bottom: -.5rem;
}

.list--horizontal.list--m--xsmall > li {
	margin: 0 .5rem .5rem 0;
}

.list--horizontal.list--m--none > li {
	margin: 0;
}

.list--horizontal.last > li {
	margin: 0 0 0 2rem;
}

.list--horizontal.list--m--small.last > li {
	margin: 0 0 0 1rem;
}

.list--horizontal.list--m--xsmall.last > li {
	margin: 0 0 0 .5rem;
}

.list--horizontal.list--vert-align {
	align-items: center;
}


/* --- Definition Lists --- */
.dl--horizontal {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -ms-flexbox;
	display: flex;
	max-width: 400px;
}

.dl--horizontal__label {
	width: 30%;
	padding-right: .75rem;
	margin: 0;
}

.dl--horizontal__detail {
	width: 70%;
	margin: 0;
}

.no-flexbox .dl--horizontal__label {
	display: inline-block;
	padding-right: 0;
}

.no-flexbox .dl--horizontal__detail {
	display: inline-block;
	width: 68%;
}

/*------rows and grid views (e-commerce, typically generated dynamically)------*/

.list {
	clear: both;
	margin: 0 0 2em;
}

.list_row {
	list-style: none;
	padding: 0;
	margin: 0 0 1em;
	border-collapse: collapse;
	width: 100%
}

.list_row li {
	margin: 0;
	width: 100%;
	border: 1px solid #ddd;
	background-color: #fff;
	position: relative;
	padding: 1em;
	margin-bottom: -1px
}



.grip_vertical {
	margin-right: 10px
}

.grip_vertical span {
	display: inline-block;
	width: 2px;
	height: 12px;
	background-color: #A6ABAC;
	margin-right: 4px;
	border-radius: 1px
}



.list_grid {
	padding: 0;
}

.list_grid > li {
	padding: 0;
	margin-right: 3.5%;
	margin-bottom: 0em;
	display: block;
	float: left;
}

.list_grid.list_2x > li {
	width: 48.25%;
}

.list_grid.list_3x > li {
	width: 31%;
}

.list_grid.list_4x > li {
	width: 22.375%;
}

.list_grid.list_5x > li {
	width: 17.2%;
}

.list_grid.list_6x > li {
	width: 13.75%;
}

.list_grid > li.clear_even, .list_grid > li.clear_third, .list_grid > li.clear_fourth, .list_grid > li.clear_fifth, .list_grid > li.clear_sixth {
	display: none;
	border-bottom: 1px solid #ddd;
	margin: 2em 0 2em 0;
}
/*---set up/style clears---*/
.list_grid.list_2x > li.even, .list_grid.list_3x > li.third, .list_grid.list_4x > li.fourth, .list_grid.list_5x > li.fifth, .list_grid.list_6x > li.sixth {
	margin-right: 0;
}
/*---margin of last item---*/
.list_grid.list_2x > li.clear_even, .list_grid.list_3x > li.clear_third, .list_grid.list_4x > li.clear_fourth, .list_grid.list_5x > li.clear_fifth, .list_grid.list_6x > li.clear_sixth {
	display: block;
	width: 100%;
}
/*---show clears---*/

.list_grid .inner {
	text-decoration: none;
}

.list_grid .li-img {
	padding-bottom: 1em;
}

.list_grid .li-img img {
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: .5em;
}

.list_grid .li-text {
	clear: both;
	display: block;
}

.list_grid .li-head {
	margin-bottom: .1em;
	line-height: 1.1em;
	font-size: 1em;
	font-weight: bold;
	display: block;
}

.list_grid .li-summary {
	font-size: .75em;
	display: block;
}

.list_grid .li-action {
	font-size: .75em;
	display: block;
}

.actions a {
	margin-right: 2em;
	font-size: .95em;
	text-decoration: none
}

.actions svg {
	width: .8rem;
	height: .8rem;
	margin-right: .5em
}

.dataTable th:last-child {
}

.dataTable .nested .title {
	position: relative;
	display: block
}

.dataTable .nested .title {
	padding-left: 2.2em;
}

.dataTable .nested .title:before {
	content: '';
	background-image: url("/content/images/spinternet/nest-arrow.svg");
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 5px;
	width: 22px;
	height: 11px;
	background-size: 22px 11px
}

.dataTable .nested2 .title:before {
	left: 2em;
}

.dataTable .nested2 .title {
	padding-left: 4.2em;
}

.dataTable .highlight .title a {
	color: #8e191b;
	font-weight: bold;
	text-transform: uppercase
}

.dataTable .highlight .sorting_1 .title a {
	color: #8e191b;
	font-weight: bold;
	text-transform: uppercase
}

.dataTable .nested .sorting_1 .title:before {
	background-image: none
}

.dataTable .nested .sorting_1 .title {
	padding-left: 0;
}

.dataTable .nested2 .sorting_1 .title {
	padding-left: 0;
}

.dataTable .sorting_1 .title a {
	color: #373F40;
	font-weight: normal;
	text-transform: none
}

.dataTable .sorting_1 strong {
	font-weight: normal
}

.page_controls {
	color: #fff;
	background-color: #212727;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	margin-left: 15rem;
	box-shadow: 0 0 20px rgba(0,0,0,.2);
}

.page_controls p.last_save {
	margin-top: .75rem;
	margin-bottom: 0;
	color: #999;
	font-style: italic
}

.login {
	background: #212727;
	background-image: url("/content/images/spinternet/login-bg.png");
	background-repeat: repeat;
	min-height: 100%
}

.login body {
	background-color: transparent
}


.login_body {
	margin-top: 6em;
	padding: 10% 0;
}

.login_right {
	width: 420px;
	position: fixed;
	background-color: #fff;
	top: 0;
	bottom: 0;
	right: 0;
	overflow: scroll;
	-ms-overflow-style: none; /* Internet Explorer 10+ */
	scrollbar-width: none;
	padding: 3em
}

.login_right::-webkit-scrollbar {
	display: none;
}



.login_box {
	padding: 3em 2em;
	background: #212727;
	text-align: center;
	color: #fff;
	z-index: 2;
	position: relative;
	margin: 0 auto;
	max-width: 320px;
}

.login_box .logo {
	margin: 0 auto;
	margin-bottom: 2em;
}

.login_box label {
	display: block;
	font-size: .85em;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 4px;
	padding: 0;
	margin: 0;
}

.login_box input[type="text"], .login_box input[type="password"] {
	width: 100%;
	background: #373F3F;
	border: 1px solid #5B5E5E;
	border-radius: 0;
	padding: .75em;
	color: #fff
}

.login_box input[type="text"]:focus, .login_box input[type="password"]:focus {
	background: #373F3F;
	border: 1px solid #5B5E5E;
	color: #fff
}

.login_box .btn {
	width: 100%;
	text-transform: uppercase;
	padding: .75em;
	border-radius: 0;
	color: #fff
}

.login_box .btn:hover {
	text-decoration: none;
}

.login_box a {
	color: #ccc;
	text-decoration: none;
}

.login_box a:hover {
	text-decoration: underline
}

.login_article_feed {
	list-style: none;
	margin: 0 0 2em;
	padding: 0
}

.login_article_feed li:first-child {
	border-top: 1px solid #ddd;
}

.login_article_feed li {
	border-bottom: 1px solid #ddd;
}

.login_article_feed li a {
	display: block;
	padding: 2em 0;
	clear: both;
	overflow: hidden;
}

.login_article_feed span {
	width: 50%;
	float: left;
}

.login_article_feed span:last-child {
	padding-left: 2em
}

/*------status-------*/

.status {
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 100%;
	background-color: #666;
}

.status.active {
	background-color: #3CB371;
	border: 3px solid #3CB371
}

.status.inactive {
	background-color: #fff;
	border: 3px solid #A6ABAC
}

.status.discontinued {
	background-color: #FF0000;
	border: 3px solid #FF0000
}

.status.in-progress {
	background-color: #ffca02;
	border: 2px solid #A6ABAC
}

.status.draft {
	background-color: #fff;
	border: 3px solid #F7B500
}

/*------processing, please wait buttons-------*/
.spnWaitMessage {
	color: #CC0000;
	font-weight: bold;
	font-size: 16px;
}

/*------related content (often used in side column, or below main content)------*/

.related {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: .875em;
}

.related .related_item {
	padding: 0;
	margin-bottom: 2em;
}

.related .related_item *:last-child {
	margin-bottom: 0;
}

.related .related_item.related_html {
}

.related .related_item.related_banner figure {
	float: none;
	width: auto;
}

.related .related_item.related_banner img {
	margin-bottom: .5em;
}

.related .related_item.related_testimonial img {
	width: 75px;
	float: left;
	margin: 0 1em 1em 0;
	border-radius: 50%;
}

.related .related_item.related_video img {
	cursor: pointer;
}

.related .related_item.related_links {
}

/*------panels (often used to create different secions of content on the same page)------*/

.panel {
	padding: 2em 0;
	border-bottom: 1px solid #ccc;
	background-color: #ddd;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.panel.panel_html {
}

.panel.panel_image {
}

.panel.panel_image .panel_image_img {
	position: relative;
}

.panel.panel_image .panel_image_img > img {
	width: 100%;
}

.panel.panel_testimonial {
}

.panel.panel_testimonial img {
	width: 75px;
	float: left;
	margin: 0 1em 1em 0;
	border-radius: 50%;
}

.panel.panel_shared {
}

.panel.panel_video {
}

.panel.panel_related {
}

.panel .img_blend {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}

.panel.left .img_blend {
	opacity: 0.7;
	background-image: linear-gradient(-90deg, rgba(255,255,255,0.00) 0%, #ffffff 80%);
	left: 0;
	width: 60%;
}

.panel.right .img_blend {
	opacity: 0.7;
	background-image: linear-gradient(90deg, rgba(255,255,255,0.00) 0%, #ffffff 80%);
	right: 0;
	width: 60%;
}

.panel.cover .img_blend {
	background: rgba(255,255,255,0.7);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	color: #000;
}

.panel.dark.left .img_blend {
	background-image: linear-gradient(-90deg, rgba(0,0,0,0.00) 0%, #000000 80%);
}

.panel.dark.right .img_blend {
	background-image: linear-gradient(90deg, rgba(0,0,0,0.00) 0%, #000000 80%);
}

.panel.dark.cover .img_blend {
	background: rgba(0,0,0,0.7);
	color: #fff;
}

.panel.dark, .panel.dark h4 {
	color: #fff;
}

.panel .img_text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.panel.left .img_text {
	left: 7%;
	width: 45%;
}

.panel.right .img_text {
	right: 7%;
	width: 45%;
}


/*------table structure (in editor template)------*/

table.table_structure_4x {
	width: 100%;
	margin-bottom: 1em;
	border-collapse: collapse;
	line-height: 1.3em;
	display: block;
}

table.table_structure_4x tbody, table.table_structure_4x tr {
	display: block;
	width: 100%;
}

table.table_structure_4x tr td {
	display: block;
	float: left;
	padding-bottom: .5em;
	margin-right: 2.5%;
}
/*margin matches column structure*/
table.table_structure_4x td td {
	display: table-cell;
	float: none;
	width: auto;
}
/*fix embeded tables*/
table.table_structure_4x td.clear {
	display: none;
	clear: both;
	width: 100%;
}

table.table_structure_3x {
	width: 100%;
	margin-bottom: 1em;
	border-collapse: collapse;
	display: block;
}

table.table_structure_3x tbody, table.table_structure_3x tr {
	display: block;
	width: 100%;
}

table.table_structure_3x tr td {
	display: block;
	float: left;
	padding-bottom: .5em;
	line-height: 1.4em;
	margin-right: 2.5%;
}
/*margin matches column structure*/
table.table_structure_3x td td {
	display: table-cell;
	float: none;
	width: auto;
}
/*fix embeded tables*/

table.table_structure_2x {
	width: 100%;
	margin-bottom: 1em;
	border-collapse: collapse;
	display: block;
}

table.table_structure_2x tbody, table.table_structure_2x tr {
	display: block;
	width: 100%;
}

table.table_structure_2x tr td {
	display: block;
	float: left;
	padding-bottom: .5em;
	margin-right: 2.5%;
}
/*margin matches column structure*/
table.table_structure_2x td td {
	display: table-cell;
	float: none;
	width: auto;
}
/*fix embeded tables*/

table.table_structure_2x tr td:last-child, table.table_structure_3x tr td:last-child, table.table_structure_4x tr td:last-child {
	margin-right: 0;
}
/*margin matches column structure*/


/*------data tables (min-width for overflow on small devices, can be adjusted)------*/

table.table_data thead th, table.table_list thead th {
	background: #eee;
	white-space: nowrap;
	font-weight: normal;
	color: #333;
	padding: 10px 10px;
	font-size: 15px;
}

table.table_data thead tr:first-child th:first-child, table.table_list thead tr:first-child th:first-child {
	border-top-left-radius: 4px;
}

table.table_data thead tr:first-child th:last-child, table.table_list thead tr:first-child th:last-child {
	border-top-right-radius: 4px;
	border: 0;
}

.table_data {
	border-collapse: collapse;
	min-width: 480px;
	width: 99.9%;
	font-size: .9rem;
}

.table_data td {
	padding: .5em .75em;
	border: 1px solid #ddd;
	min-width: 5em;
}

.table_data td strong {
	white-space: nowrap;
}

.table_list {
	border-collapse: collapse;
	min-width: 480px;
	width: 99.9%;
	font-size: .9rem;
}

.table_list td {
	padding: .5em .75em;
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;
	min-width: 5em;
}

.table_list td:last-child {
	border-right: 0;
}

.table_list.table_stripe {
	border-top: 0;
}

table.table_stripe tbody tr:nth-child(even) {
	background: #f4f6f9;
	background: rgba(193 195 198,.1);
}

table.table_condensed th {
	padding: .25em .5em;
	font-size: 1rem;
}

table.table_condensed td {
	padding: .25em .5em;
	font-size: .875rem;
}

.table_overflow {
	/*added with selectors.js and */
	width: 100%;
	overflow-x: auto;
	margin-bottom: 1.5rem;
	background:
	/* Shadow covers */
	linear-gradient(90deg, white 30%, rgba(255,255,255,0)), linear-gradient(90deg, rgba(255,255,255,0), white 70%) 100% 0,
	/* Shadows */
	radial-gradient(0 50%, farthest-side, rgba(0,0,0,.8), rgba(0,0,0,0)), radial-gradient(100% 50%,farthest-side, rgba(0,0,0,.8), rgba(0,0,0,0)) 100% 0;
	background:
	/* Shadow covers */
	linear-gradient(90deg, white 30%, rgba(255,255,255,0)), linear-gradient(90deg, rgba(255,255,255,0), white 70%) 100% 0,
	/* Shadows */
	radial-gradient(farthest-side at 0 50%, rgba(0,0,0,.8), rgba(0,0,0,0)), radial-gradient(farthest-side at 100% 50%, rgba(0,0,0,.8), rgba(0,0,0,0)) 100% 0;
	background-repeat: no-repeat;
	background-color: white;
	background-size: 40px 100%, 40px 100%, 14px 100%, 14px 100%;
	/* Opera doesn't support this in the shorthand */
	background-attachment: local, local, scroll, scroll;
}

/* Flex Grid */

.flex_grid {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: flex-start;
	margin-bottom: 3em;
}

.flex_grid .flex_item {
	background-color: #fff;
	margin-bottom: 2em;
	border-radius: 2px;
	float: left; /* for IE */
	padding: .75em;
	margin-bottom: 2em;
	position: relative;
}
/* Flex Grid border/no border widths */
.flex_grid.flex_4x .flex_item {
	width: 25%;
}

.flex_grid.flex_3x .flex_item {
	width: 33.333%;
}

.flex_grid.flex_2x .flex_item {
	width: 50%;
}
/* Flex Grid Borders */
.flex_grid.flex_borders {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.flex_grid.flex_borders .flex_item {
	border: 1px solid #ddd;
	margin: 0;
	border-bottom: 0;
	border-right: 0;
}
/* Flex Grid Margins */
.flex_grid.flex_borders.flex_margin {
	border: 0;
}

.flex_grid.flex_borders.flex_margin .flex_item {
	margin-right: 3%;
	margin-bottom: 1.5em;
	border: 1px solid #ddd;
	padding: 0;
}

.flex_grid.flex_borders.flex_margin .flex_item .item_details {
	padding: .75em;
	padding-top: 0;
}

.flex_grid.flex_4x.flex_margin .flex_item {
	width: 22.75%;
}

.flex_grid.flex_3x.flex_margin .flex_item {
	width: 31.333%;
}

.flex_grid.flex_2x.flex_margin .flex_item {
	width: 48.5%;
}

.flex_grid.flex_4x.flex_margin .flex_item:nth-child(4n+4), .flex_grid.flex_3x.flex_margin .flex_item:nth-child(3n+3), .flex_grid.flex_2x.flex_margin .flex_item:nth-child(2n+2) {
	margin-right: 0;
}
/* IE8 and IE9 */
.no-flexbox .flex_grid:after {
	content: ' ';
	display: block;
	clear: both;
}

.no-flexbox .flex_grid.flex_4x .flex_item:nth-child(4n+5), .no-flexbox .flex_grid.flex_3x .flex_item:nth-child(3n+4), .no-flexbox .flex_grid.flex_2x .flex_item:nth-child(2n+3) {
	clear: both;
}

.flex_grid.dashboard a {
	text-decoration: none;
}

.flex_grid.dashboard a:hover {
	box-shadow: 0 2px 15px #ddd;
}

.flex_grid.dashboard a:hover .h2 {
	color: #FF5700;
}

.flex_grid.dashboard span {
	display: block;
}

/*---Scale Proportionally for varied images sizes---*/
.grid_img {
	position: relative;
	border: 1px solid #ddd;
	width: 100%;
	margin-bottom: .75em
}

.aspect_ratio_1to1 {
	padding-top: 100%; /* forces 1:1 aspect ratio, 100% is a square */
}

.aspect_ratio_3to2 {
	padding-top: 66.666%; /* forces 3:2 aspect ratio*/
}

.aspect_ratio_16to9 {
	padding-top: 56.25%; /* forces 16:9 aspect ratio*/
}

.img-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center; /* Align center inline elements */
	font: 0/0 a;
}

.img-container:before {
	content: ' ';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.img-container img {
	vertical-align: middle;
	display: inline-block;
	max-height: 100% /* Makes taller img fit the box */;
}

.flex_grid.flex_borders.flex_margin .flex_item .grid_img {
	border: 0;
	border-bottom: 1px solid #ddd
}


/************************
* Forms *
************************/

.stack {
	display: block
}

.full_width {
	width: 100%
}
.half_width {
	width: 50%
}

label.stack {
	margin-bottom: .5em
}

label {
	font-weight: 600
}


.form > fieldset {
	margin-bottom: 1em;
	border: 1px solid #DDD;
	padding: 15px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #FFF;
}

.form > fieldset > legend {
	display: block;
	background: #fff;
	padding: 0 .25em;
	color: #000;
	font-size: 1.3em;
	margin-bottom: .5em;
	font-weight: 600;
}

.form fieldset > div, .form fieldset > fieldset {
	padding: 7px 0;
	clear: both;
	border-bottom: 1px dotted #DDD;
}

.form fieldset > div:last-child {
	border-bottom: 0;
}

.form fieldset > div {
	*zoom: 1
}

.form fieldset div:before, .form fieldset div:after {
	display: table;
	content: ""
}

.form fieldset div:after {
	clear: both
}

.form fieldset > fieldset > legend {
	display: block;
	padding: 3px 5% 3px 0;
	width: 33%;
	text-align: right;
	float: left;
}

.form fieldset > div > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.form fieldset ul.field_list {
	padding: 3px 0;
	list-style: none;
	margin: 0;
	float: left;
	display: block;
	width: 66%;
}

.form fieldset ul.field_list li {
	margin: 0 0 3px 0;
}

.form fieldset ul.field_list li {
	*zoom: 1
}

.form fieldset ul.field_list li:before, .form fieldset ul.field_list li:after {
	display: table;
	content: ""
}

.form fieldset ul.field_list li:after {
	clear: both
}

.form fieldset ul.field_list li span {
	width: 90%;
	float: left;
}

.form fieldset ul.field_list li small {
	font-size: .85em;
	margin: -.5em 0 0 0;
}

.input_group label {
	font-weight: normal
}

input[type="checkbox"], input[type="radio"] {
	position: relative;
	top: -2px;
	margin-right: .5em;
	vertical-align: text-top;
	margin-top: 6px;
	float: left;
}

.form fieldset input, .form fieldset select {
	margin: 0;
	max-width: 66%;
}

.form fieldset select {
	padding: 0;
}

input[type="text"], textarea, input[type="email"], input[type="password"], input[type="number"], input[type="tel"], select {
	padding: .5em .5em;
	font-size: .875rem;
	border: 1px solid #ddd;
	background: #ffffff;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
	border-radius: 2px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
/*------remove number spinners------*/
input[type="text"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus {
	border-color: rgba(255,87,0,.8);
	outline: 0;
	outline: thin dotted 9;
	box-shadow: 0 0 8px rgba(255,87,0,.6);
	background: #fff;
}

.required {
	color: rgb(var(--primary));
	font-weight: normal;
	font-size: 0.8em;
}

.form [disabled="disabled"] {
	opacity: .60;
}

.form .btn {
	margin: .5em .5em 0 0;
}

.app_hours label {
	display: block
}

.app_hours div {
	float: left;
}

select {
	border: 1px solid #ddd;
	border-radius: 2px;
	padding: 8px 46px 8px 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 16px;
	text-indent: 0.01px;
	text-overflow: '';
	/* SVG background image */
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23000000'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
	background-size: 10px;
	background-position: calc(100% - 15px) calc(50% + 2.5px);
	background-repeat: no-repeat;
	background-color: #fff;
}

select::-ms-expand {
	display: none;
}

select::-ms-expand {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}




.related .form fieldset > div > label, .related .form fieldset > fieldset > legend {
	width: 100%;
	text-align: left;
	float: none;
}

.related .form fieldset input, .related .form fieldset select, .related .form textarea {
	max-width: 100%;
	width: 100%
}


[placeholder]:focus::-webkit-input-placeholder {
	opacity: 0;
}


/*------Login------*/
.form.login {
	clear: none;
}

.form.login fieldset input, .form.login fieldset select {
	width: 100%;
	max-width: none;
}

.form.login fieldset > div {
	border-bottom: none;
}

.form.login fieldset > div > label {
	width: inherit;
	padding: 0;
	text-align: left;
}

.form.login fieldset input[type="submit"] {
	width: inherit;
}

/*------search------*/

.search_button {
	display: none;
}

.search_bar {
}

.search {
	position: absolute;
	top: 14px;
	left: 290px;
	width: 20%;
}

.search input[type="text"] {
	padding: 8px;
	font-size: 10px;
	border: 1px solid #3B4445;
	background: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-radius: 3px;
	width: 100%;
	color: #fff;
	font-family: agenda, sans-serif;
}

.search a {
	color: #fff;
	text-align: none;
	font-size: 15px;
	padding: 0 12px;
	position: absolute;
	right: 0px;
	top: 0px;
	display: block;
	margin: 0;
	background-color: rgb(var(--primary));
	border: 1px solid #3B4445;
	height: 100%;
	text-decoration: none;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}

.search a:hover {
	color: #fff;
	background-color: rgb(var(--primary-lt));
}

.search a:active {
	color: rgba(255,255,255,.4);
	background: #212727
}

.search a span {
	display: block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}


/*------buttons------*/

.btn {
	text-decoration: none;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background: rgb(var(--primary));
	color: #FFFFFF;
	line-height: 1em;
	font-weight: 500;
	font-size: 1rem;
	margin: 0 .25em 0 0;
	padding: .7em .875em .65em;
	cursor: pointer;
	border-radius: 3px;
	border: 0;
	text-align: center;
	outline: hidden;
}

.btn:hover {
	border-color: #818989;
	background: rgb(var(--primary-lt));
	color: #FFF;
	text-decoration: none;
}

.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-danger {
	background: #b94a48;
	border-color: #ac2925;
}

.btn-danger:hover {
	background-color: #d2322d;
	border-color: #ac2925;
}

.btn-primary {
	background-color: rgb(var(--primary));
}

.btn-primary:hover {
	background-color: rgba(var(--primary-lt));
}

.btn-secondary {
	background-color: rgb(var(--dark-gray));
}

.btn-secondary:hover {
	background-color: rgba(var(--dark-gray),.88);
}

.btn-success {
	background-color: rgb(var(--active));
}

.btn-success:hover {
	background-color: rgba(var(--active),.88);
}



.btn-ghost {
	background-color: transparent;
	border: 1px solid #A6ABAC;
	color: #A6ABAC
}

.btn-full {
	display: block;
	margin: 0;
}

.btn-xxxlarge {
	font-size: 1.75rem;
	border-radius: 5px;
}

.btn-xxlarge {
	font-size: 1.5rem;
	border-radius: 5px;
}

.btn-xlarge {
	font-size: 1.25rem;
	border-radius: 5px;
}

.btn-large {
	font-size: 1.15rem;
	border-radius: 5px;
}

.btn-small {
	font-size: .875rem;
}

.btn-mini {
	font-size: .75rem;
}


.btn-group {
	display: flex;
}

.btn-group .btn {
	margin-right: 0;
}

.btn-group-options {
	display: flex;
	margin-right: 0;
	border-left: 1px solid rgba(0,0,0,.2);
	align-items: center;
	justify-content: center;
	width: 2.1rem;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

#save_options {
	width: 170px
}

#save_options ul {
	list-style: none;
	padding: 0;
	margin: 0
}

#save_options li {
	border-bottom: 1px solid #ddd;
}

#save_options li:last-child {
	border-bottom: 0;
}

#save_options li a {
	display: block;
	padding: .75em 1em;
	font-weight: bold;
	text-decoration: none;
	font-size: .9rem
}

#save_options li a.current {
	background-color: #ccc;
	font-weight: bold
}

#save_options li:first-child a.current {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

#save_options li a.current.save {
	background-color: #3CB371;
	color: #fff
}

#account_options {
	width: 170px;
}

#account_options ul {
	list-style: none;
	padding: 0;
	margin: 0
}

#account_options li {
	border-bottom: 1px solid #ddd;
}

#account_options li:last-child {
	border-bottom: 0;
}

#account_options li a {
	display: block;
	padding: .75em 1em;
	font-weight: bold;
	text-decoration: none;
	font-size: .85rem
}

#account_options li a.current {
	background-color: #ccc;
	font-weight: bold
}

#account_options li:first-child a.current {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

#account_options li a.current.save {
	background-color: #3CB371;
	color: #fff
}

#account_options svg {
	width: 1rem;
	height: 1rem;
	position: relative;
	top: 2px;
	margin-right: .5rem
}





.caret-up {
	content: "";
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid whitesmoke;
}

.caret-down {
	display: block;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid whitesmoke;
	width: 0;
	height: 0
}

.btn-group .caret-up {
}


/* just for presentation (bottom left corner) */
.breakpoint {
	position: fixed;
	bottom: 0;
	left: 0;
	background: #333;
	width: 70px;
	color: #FFF;
	font-size: .8em;
	display: none;
	padding: 0 10px;
}

.break_1024to992 {
	display: block;
}


/* accordions */
.accordion {
	list-style: none;
	padding: 0;
	margin-bottom: 1.5em;
}

.accordion .category > div {
	display: none;
	margin: 1.25em 1em;
}

.accordion .category > a {
	display: block;
	margin: 0;
	border: none;
	background: #eee;
	font-size: inherit;
	color: #333;
	padding: 0.5em 1em;
	cursor: pointer;
	border-bottom: 2px solid #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
}

.accordion .category > a svg {
	margin-right: .5em;
}

.accordion li.category .status {
	position: absolute;
	top: 14px;
	right: 14px;
	font-size: 22px;
}

.accordion .fa-plus-square, .accordion .fa-minus-square {
	display: none;
}

.accordion .closed .fa-plus-square {
	display: inline-block;
}

.accordion .open .fa-minus-square {
	display: inline-block;
}

.accordion .category ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.accordion .category ul li {
	margin: 0;
	padding: .75em .75em;
	list-style: none;
	border-bottom: 1px solid #ddd;
}

.accordion .category ul li:first-child {
	padding-top: 0;
}

.accordion .category ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

/*---Tabs---*/
.tabs {
	padding: 0 0;
	margin: 0 0 0 0;
	clear: both
}

.tabs nav {
	width: 100%;
}

.tabs nav > ul {
	margin: 0 0 2em 0;
	padding: 0;
	display: flex;
	border-bottom: 1px solid rgb(var(--border-color))
}

.tabs nav > ul > li {
	list-style: none;
}

.tabs nav > ul > li > a {
	display: block;
	background: #fff;
	padding: .65em 1.15em;
	text-decoration: none;
	color: #fff;
	border-top: 1px solid rgb(var(--border-color));
	border-left: 1px solid rgb(var(--border-color));
	font-size: 1em;
	font-weight: 500;
	border-bottom: 1px solid rgb(var(--border-color));
	line-height: 1.1em;
	position: relative;
	top: 1px;
	text-align: center;
	color: rgba(var(--dark-gray),.5)
}

.tabs nav > ul > li:last-child > a {
	border-right: 1px solid #D3D6D6;
}

.tabs nav > ul > li > a:hover {
	color: rgb(var(--primary));
}

.tabs nav > ul > li > .current {
	background-color: rgb(var(--primary));
	color: #FFF;
	border: 1px solid #d23f2e;
	position: relative
}

.tabs nav > ul > li > .current:hover {
	background: #d23f2e;
	color: #FFF;
}

.tabs nav > ul > li > .current:before {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -6px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top: 6px solid #d23f2e;
	pointer-events: none
}

.tabs h2 {
	line-height: 1.2em
}

.tab_content {
	padding: 0 0px
}

.tabs svg {
	width: .9rem;
	height: .9rem;
	margin-right: .35rem
}


/* High Density Images - uncomment to use
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dppx) { 
.selector {background: url() top no-repeat;background-size:;}
}
*/



@media only screen and (max-width: 991px) {


	/*---remove defaults for breakpoints---*/
	.list_grid.list_3x > li.clear_third, .list_grid.list_4x > li.clear_fourth, .list_grid.list_5x > li.clear_fifth, .list_grid.list_6x > li.clear_sixth {
		display: none;
	}
	/*---hide default clears---*/
	.list_grid.list_3x > li.third, .list_grid.list_4x > li.fourth, .list_grid.list_5x > li.fifth, .list_grid.list_6x > li.sixth {
		margin-right: 3.5%;
	}
	/*---over-ride default margin---*/

	/* Flex Grid max 3 column */
	.flex_grid.flex_4x .flex_item {
		width: 33.333%;
	}

	.flex_grid.flex_4x.flex_margin .flex_item {
		width: 31.333%;
	}

	.flex_grid.flex_4x.flex_margin .flex_item:nth-child(4n+4) {
		margin-right: 3%;
	}

	.flex_grid.flex_4x.flex_margin .flex_item:nth-child(3n+3) {
		margin-right: 0;
	}

	/* Flex Grid IE9 */
	.no-flexbox .flex_grid.flex_4x .flex_item:nth-child(4n+5) {
		clear: none;
	}

	.no-flexbox .flex_grid.flex_4x .flex_item:nth-child(3n+4), .no-flexbox .flex_grid.flex_3x .flex_item:nth-child(3n+4) {
		clear: both;
	}

	.nav_primary {
		top: 65px;
		transition: all .1s ease-out;
		left: -9999px;
		width: 70%;
		z-index: 9
	}

	.nav_primary .parent {
	}

	.nav_primary_btn_bar {
	}

	.nav_primary_btn {
		background-color: rgb(var(--primary));
		padding: 11px;
		font-size: 25px;
		display: block;
		width: 100%;
		position: fixed;
		z-index: 10
	}

	.nav_primary_btn:hover {
		color: #fff;
	}

	.nav_primary_btn:before {
		display: block;
		content: "";
		background-image: url('/content/images/spinternet/bars-light.svg');
		background-size: 24px 24px;
		width: 24px;
		height: 24px;
	}

	.nav_primary_btn:after {
		display: block;
		content: "";
		background-image: url('/content/images/spinternet/times-light.svg');
		background-size: 24px 24px;
		width: 24px;
		height: 24px;
		display: none
	}

	body.show_nav {
		position: fixed;
		width: 100%;
		overflow-y: scroll; /* has to be scroll, not auto */
		-webkit-overflow-scrolling: touch;
	}

	.show_nav .nav_primary {
		left: 0;
		padding-top: 48px;
	}

	.show_nav .nav_primary .parent {
		visibility: visible;
		left: 50px
	}

	.site_wrapper {
		position: relative;
		margin-left: 0;
		right: 0;
		transition: all .1s ease-out;
	}

	.show_nav .site_wrapper {
		right: -70%;
	}

	.show_nav .nav_primary_btn {
	}

	.show_nav .nav_primary_btn:before {
		background-image: none;
		position: fixed;
		top: 0;
		left: auto;
		right: 0;
		bottom: 0;
		height: 100%;
		width: 30%;
	}

	.show_nav .nav_primary_btn:after {
		display: block;
	}




	.site_footer {
		padding: 4em 2em 2em;
	}

	.page_controls {
		margin-left: 0
	}

	main {
		margin-top: 46px
	}

	.copyright {
		position: relative;
		padding: 2rem;
		width: 100%;
		display: none;
	}

	.login_body {
		margin-right: 0
	}

	.login_right {
		position: static;
		width: auto;
		padding: 3em 2em
	}
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
	.break_991to768 {
		display: block;
	}

	/*---5, 6 column to 4---*/
	.list_grid.list_5x > li, .list_grid.list_6x > li {
		width: 22.375%;
	}
	/*---establish widths---*/
	.list_grid.list_3x > li.third, .list_grid.list_4x > li.fourth, .list_grid.list_5x > li.fourth, .list_grid.list_6x > li.fourth {
		margin-right: 0;
	}
	/*---last column---*/
	.list_grid.list_3x > li.clear_third, .list_grid.list_4x > li.clear_fourth, .list_grid.list_5x > li.clear_fourth, .list_grid.list_6x > li.clear_fourth {
		display: block;
		width: 100%;
	}
	/*---show clears---*/

}

@media only screen and (max-width: 768px) {

	.inset {
		padding: 1.2rem;
	}

	.inset_xs {
		padding: .3rem;
	}

	.inset_s {
		padding: .6rem;
	}

	.inset_m {
		padding: 1.2rem;
	}

	.inset_l {
		padding: 2.4rem;
	}

	.inset_xl {
		padding: 4.8rem;
	}

	.inset_squish {
		padding: .6rem 1.2rem;
	}

	.inset_squish_xs {
		padding: .15rem .3rem;
	}

	.inset_squish_s {
		padding: .3rem .6rem;
	}

	.inset_squish_m {
		padding: .6rem 1.2rem;
	}

	.inset_squish_l {
		padding: 1.2rem 2.4rem;
	}

	.inset_squish_xl {
		padding: 2.4rem 4.8rem;
	}

	.site_header a.logo {
		margin: 5px 10px;
		background-size: 225px 50px;
		width: 225px;
		height: 50px;
	}

	.company_user {
		right: 190px;
		top: 10px;
		font-size: 12px
	}

	.bubble {
		border-radius: 20px;
		height: 20px;
		width: 20px;
		line-height: 1.8em;
		font-size: 12px
	}


	h1 {
		font-size: 2.25em;
	}

	.wrapper {
		padding: 0 4.5%;
	}
	/* default breakpoints for structure */
	.structure > .first, .structure > .middle, .structure > .last {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 0em;
	}

	.structure > .first:last-child, .structure > .last:last-child {
		margin-bottom: 0;
	}

	.group {
		margin-bottom: 1em
	}

	.group_slim.structure > .first, .group_slim.structure > .middle, .group_slim.structure > .last {
		margin-bottom: 1em
	}

	/* default breakpoints for table structure */
	table.table_structure_4x tr {
		clear: both;
	}

	table.table_structure_4x tr td {
		width: 47%;
	}

	table.table_structure_4x td.clear {
		display: block;
	}

	/* Flex Grid max 2 column */
	.flex_grid.flex_4x .flex_item, .flex_grid.flex_3x .flex_item {
		width: 50%;
	}

	.flex_grid.flex_4x.flex_margin .flex_item, .flex_grid.flex_3x.flex_margin .flex_item {
		width: 48.5%;
	}

	.flex_grid.flex_4x.flex_margin .flex_item:nth-child(3n+3), .flex_grid.flex_3x.flex_margin .flex_item:nth-child(3n+3) {
		margin-right: 3%;
	}

	.flex_grid.flex_4x.flex_margin .flex_item:nth-child(2n+2), .flex_grid.flex_3x.flex_margin .flex_item:nth-child(2n+2) {
		margin-right: 0
	}

	/* Flex Grid IE9 */
	.no-flexbox .flex_grid.flex_4x .flex_item:nth-child(3n+4), .no-flexbox .flex_grid.flex_3x .flex_item:nth-child(3n+4) {
		clear: none;
	}

	.no-flexbox .flex_grid.flex_4x .flex_item:nth-child(2n+3), .no-flexbox .flex_grid.flex_3x .flex_item:nth-child(2n+3) {
		clear: both;
	}

	.nav_primary {
		top: 49px;
	}

	.nav_primary > ul li a {
		color: #fff;
		text-decoration: none;
		display: block;
		font-size: 1rem;
		padding: 1.1em;
		line-height: 100%;
		font-weight: 500;
		text-transform: uppercase;
	}

	.nav_primary ul li ul li a {
		line-height: 1.2em;
		padding: .65em .95em;
		font-size: 1.15em;
		text-transform: none;
		font-weight: normal
	}

	

	nav.nav_secondary {
		top: 9px;
		right: 10px
	}

	nav.nav_secondary li a {
		padding: 7px 10px;
		margin-left: 12px
	}

	nav.nav_secondary svg {
		width: 16px;
		height: 16px
	}

	nav.nav_secondary li:last-child a {
		padding: .65em
	}

	/*------rotator banner------*/
	.rotator_banner .rotator_banner_img {
		height: 300px;
	}

	.rotator_banner .rotator_banner_content {
		padding: 1.5em 1.5em;
		position: relative;
		top: auto;
		left: auto;
		transform: none;
	}

	/*------panels (often used to create different secions of content on the same page)------*/
	.panel.panel_image .panel_image_img > img {
		margin-bottom: .75em;
	}

	.panel .img_blend {
		opacity: 1;
		position: inherit;
		top: inherit;
		height: inherit;
		right: inherit !important;
		left: inherit !important;
		background: none !important;
		width: 100% !important;
	}

	.panel .img_text {
		position: inherit;
		top: inherit;
		right: inherit !important;
		left: inherit !important;
		transform: inherit;
		width: 100% !important;
	}

	.panel, .panel h4 {
		color: #333 !important;
	}


	/*------Insets & Outsets ------*/
	[class*="outset_r"], [class*="outset_l"] {
		margin: 0
	}

	.mobile {
		display: block;
	}

	.search_bar {
		border-top: 1px solid #3B4445;
		padding: 10px;
		display: none
	}

	.search_bar.show {
		display: block
	}

	.search {
		position: relative;
		width: 100%;
		left: 0;
		top: auto;
	}

	.search_button {
		display: block;
	}

	.company_user {
		display: none
	}

	.actions {
		display: none
	}

	.dataTable th:nth-child(3) {
		display: none
	}

	.dataTable td:nth-child(3) {
		display: none;
	}

	#token-table th:nth-child(3) {
		display: none
	}

	#token-table td:nth-child(3) {
		display: none;
	}

	#token-table th:nth-child(4) {
		display: none
	}

	#token-table td:nth-child(4) {
		display: none;
	}

	#history-table th:nth-child(2) {
		display: none
	}

	#history-table td:nth-child(2) {
		display: none
	}

	#history-table th:nth-child(3) {
		display: none
	}

	#history-table td:nth-child(3) {
		display: none
	}

	.platform .text_right {
		text-align: left;
	}

	.tabs nav > ul > li > a span {
		display: none
	}

	nav.breadcrumb {
		margin-top: -2.4em
	}
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
	.break_767x480 {
		display: block;
	}

	.form textarea {
		width: 60%;
	}

	/*---4, 5, 6 column to 3---*/
	.list_grid.list_4x > li, .list_grid.list_5x > li, .list_grid.list_6x > li {
		width: 31%;
	}
	/*---establish widths---*/
	.list_grid.list_3x > li.third, .list_grid.list_4x > li.third, .list_grid.list_5x > li.third, .list_grid.list_6x > li.third {
		margin-right: 0;
	}
	/*---last column---*/
	.list_grid.list_3x > li.clear_third, .list_grid.list_4x > li.clear_third, .list_grid.list_5x > li.clear_third, .list_grid.list_6x > li.clear_third {
		display: block;
		width: 100%;
	}
	/*---show clears---*/

}

/* Interim breakpoint for some phones (landscape) and tablets (portrait) */
@media only screen and (max-width: 640px) {
	h1 {
		font-size: 1.7em;
	}

	.breadcrumb + h1, .breadcrumb + .media h1 {
		margin-top: .4em
	}

	h2, h2 a, .h2 {
		margin-bottom: .75em;
	}

	.inset {
		padding: .7rem;
	}

	.inset_xs {
		padding: .7rem;
	}

	.inset_s {
		padding: .7rem;
	}

	.inset_m {
		padding: .7rem;
	}

	.inset_l {
		padding: 1.2rem;
	}

	.inset_xl {
		padding: 1.6rem;
	}

	.inset_squish {
		padding: .5rem .7rem;
	}

	.inset_squish_xs {
		padding: .5rem .7rem;
	}

	.inset_squish_s {
		padding: .5rem .7rem;
	}

	.inset_squish_m {
		padding: .8rem .7rem;
	}

	.inset_squish_l {
		padding: 1rem 1.2rem;
	}

	.inset_squish_xl {
		padding: 1rem 1.6rem;
	}

	.site_header a.logo {
		background: url("/content/images/spinternet/logo-sammons-icon.png") no-repeat; width: 50px;
		height: 40px;
		background-size: 38px 37px;
		margin: 5px 10px;
	}

	nav.breadcrumb {
		margin-top: -1em
	}

	.last_save {
		display: none
	}

	.platform {
		margin-bottom: 1.25em;
	}

	.alert {
		margin: .25em 0 1.25em;
	}
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
	.break_479x0 {
		display: block;
	}
	/* default breakpoints for table structure */
	table.table_structure_4x tr td, table.table_structure_3x tr td, table.table_structure_2x tr td {
		width: 100%;
		margin: 0;
	}

	table.table_structure_4x tr td td, table.table_structure_3x tr td td, table.table_structure_2x tr td td {
		width: auto;
	}


	.form fieldset {
		padding-left: 0;
		padding-right: 0;
		border-radius: 0;
		border-right: 0;
		border-left: 0;
	}

	.form input[type="text"], .form input[type="number"], .form input[type="email"], .form input[type="password"], .form textarea, .form fieldset select {
		max-width: none;
		width: 100%;
	}

	.form fieldset > div > label, .form fieldset > fieldset > legend {
		width: 100%;
		padding: 0;
		text-align: left;
	}

	.form fieldset .icon_form {
		clear: both;
		display: block;
		margin-top: .5em;
	}

	.form fieldset ul {
		width: 100%;
	}

	img.img_left, img[align=left], img.img_right, img[align=right] {
		max-width: 33%;
	}

	aside, figure {
		width: auto;
		float: none;
		margin-left: 0;
	}

	nav.page ul li {
		display: none;
	}

	nav.page ul li.page-prev, nav.page ul li.page-next {
		display: inline;
	}

	/*---3, 4, 5, 6 column to 2---*/
	.list_grid.list_3x > li, .list_grid.list_4x > li, .list_grid.list_5x > li, .list_grid.list_6x > li {
		width: 48.25%;
	}
	/*---establish widths---*/
	.list_grid.list_3x > li.even, .list_grid.list_4x > li.even, .list_grid.list_5x > li.even, .list_grid.list_6x > li.even {
		margin-right: 0;
	}
	/*---last column---*/
	.list_grid.list_3x > li.clear_even, .list_grid.list_4x > li.clear_even, .list_grid.list_5x > li.clear_even, .list_grid.list_6x > li.clear_even {
		display: block;
		width: 100%;
	}
	/*---show clears---*/

	/* Flex Grid */
	.flex_grid.flex_4x .flex_item, .flex_grid.flex_3x .flex_item, .flex_grid.flex_2x .flex_item, .flex_grid.flex_4x.flex_margin .flex_item, .flex_grid.flex_3x.flex_margin .flex_item, .flex_grid.flex_2x.flex_margin .flex_item {
		width: 100%;
		margin-right: 0;
	}

	.list .li-summary {
		display: none;
	}

	.rotator_banner .rotator_banner_img {
		height: 200px;
	}

	/*---form builder captcha---*/
	#rc-imageselect, .g-recaptcha {
		transform: scale(0.77);
		-webkit-transform: scale(0.77);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}

	#rc-imageselect > div, .g-recaptcha > div {
		margin: 0;
		width: 291px !important;
	}
}

/*Print styles */
@media print {
	header, .media-right .btn, nav, .copyright { display: none; }
	.platform { width: 100%; }
	.site_wrapper { margin-left: 0; }
	*:not(.fc-h-event) {
		background: transparent !important;
		color: black !important;
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}
	.fc-event-title { color: white !important;}
	/* Black prints faster */
	a, a:visited {
		color: #444 !important;
		text-decoration: underline;
	}

	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}
	/* css-discuss.incutio.com/wiki/Printing_Tables */
	tr, img {
		page-break-inside: avoid;
	}

	@page {
		margin: 0.5cm;
	}

	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}

	h2, h3 {
		page-break-after: avoid;
	}
}


.tooltipster-fall, .tooltipster-grow.tooltipster-show {
	-webkit-transition-timing-function: cubic-bezier(.175,.885,.32,1);
	-moz-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
	-ms-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
	-o-transition-timing-function: cubic-bezier(.175,.885,.32,1.15)
}

.tooltipster-base {
	display: flex;
	pointer-events: none;
	position: absolute
}

.tooltipster-box {
	flex: 1 1 auto
}

.tooltipster-content {
	box-sizing: border-box;
	max-height: 100%;
	max-width: 100%;
	overflow: auto
}

.tooltipster-ruler {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden
}

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity
}

.tooltipster-fade.tooltipster-show {
	opacity: 1
}

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden
}

.tooltipster-grow.tooltipster-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
	transition-timing-function: cubic-bezier(.175,.885,.32,1.15)
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform,opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform
}

.tooltipster-swing.tooltipster-show {
	opacity: 1;
	-webkit-transform: rotateZ(0);
	-moz-transform: rotateZ(0);
	-o-transform: rotateZ(0);
	-ms-transform: rotateZ(0);
	transform: rotateZ(0);
	-webkit-transition-timing-function: cubic-bezier(.23,.635,.495,1);
	-webkit-transition-timing-function: cubic-bezier(.23,.635,.495,2.4);
	-moz-transition-timing-function: cubic-bezier(.23,.635,.495,2.4);
	-ms-transition-timing-function: cubic-bezier(.23,.635,.495,2.4);
	-o-transition-timing-function: cubic-bezier(.23,.635,.495,2.4);
	transition-timing-function: cubic-bezier(.23,.635,.495,2.4)
}

.tooltipster-fall {
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
	transition-timing-function: cubic-bezier(.175,.885,.32,1.15)
}

.tooltipster-fall.tooltipster-initial {
	top: 0 !important
}

.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0 !important;
	opacity: 0
}

.tooltipster-slide {
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(.175,.885,.32,1);
	-webkit-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
	-moz-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
	-ms-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
	-o-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
	transition-timing-function: cubic-bezier(.175,.885,.32,1.15)
}

.tooltipster-slide.tooltipster-initial {
	left: -40px !important
}

.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0 !important;
	opacity: 0
}

@keyframes tooltipster-fading {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.tooltipster-update-fade {
	animation: tooltipster-fading .4s
}

@keyframes tooltipster-rotating {
	25% {
		transform: rotate(-2deg)
	}

	75% {
		transform: rotate(2deg)
	}

	100% {
		transform: rotate(0)
	}
}

.tooltipster-update-rotate {
	animation: tooltipster-rotating .6s
}

@keyframes tooltipster-scaling {
	50% {
		transform: scale(1.1)
	}

	100% {
		transform: scale(1)
	}
}

.tooltipster-update-scale {
	animation: tooltipster-scaling .6s
}

.tooltipster-sidetip .tooltipster-box {
	background: #565656;
	border: 2px solid #000;
	border-radius: 3px
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
	margin-top: 8px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
	margin-right: 8px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
	margin-left: 8px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
	margin-bottom: 8px
}

.tooltipster-sidetip .tooltipster-content {
	color: #fff;
	line-height: 18px;
	padding: 6px 14px
}

.tooltipster-sidetip .tooltipster-arrow {
	overflow: hidden;
	position: absolute
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
	height: 10px;
	margin-left: -10px;
	top: 0;
	width: 20px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	right: 0;
	top: 0;
	width: 10px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	left: 0;
	top: 0;
	width: 10px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
	bottom: 0;
	height: 10px;
	margin-left: -10px;
	width: 20px
}

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
	height: 0;
	position: absolute;
	width: 0
}

.tooltipster-sidetip .tooltipster-arrow-background {
	border: 10px solid transparent
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
	border-bottom-color: white;
	left: 0;
	top: 0px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
	border-left-color: #565656;
	left: -3px;
	top: 0
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
	border-right-color: #565656;
	left: 3px;
	top: 0
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #565656;
	left: 0;
	top: -3px
}

.tooltipster-sidetip .tooltipster-arrow-border {
	border: 10px solid transparent;
	left: 0;
	top: 0
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color: #000
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
	border-left-color: #000
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
	border-right-color: #000
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
	border-top-color: #000
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
	position: relative
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
	top: -10px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
	left: -10px
}

.tooltip {
	color: #FF5700
}

.tooltip svg {
	width: .8rem;
	height: .8rem;
}

.tooltip_container {
	display: none;
}

.tooltipster-sidetip .tooltipster-content h2 {
	color: #fff;
	margin-bottom: 1.75em;
	position: relative
}

.tooltipster-sidetip .tooltipster-content h2:after {
	content: "";
	position: absolute;
	border-bottom: 3px solid #fff;
	bottom: -5px;
	left: 0;
	width: 25px
}

.tooltipster-sidetip .tooltipster-content {
	padding: 1em;
	font-size: .85em;
	line-height: 1.6em
}

.tooltipster-sidetip .tooltipster-content p:last-child {
	margin-bottom: 0
}

.tooltipster-sidetip .tooltipster-box {
	background: #212727;
	border: 2px solid #212727;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #212727;
}

.tooltip_status.tooltipster-sidetip .tooltipster-content {
	padding: .3em 1.25em;
	font-weight: bold
}

.tooltipster-sidetip.tooltip_active_theme .tooltipster-box {
	background-color: rgb(var(--active));
	border-color: rgb(var(--active));
}

.tooltipster-sidetip.tooltip_active_theme .tooltipster-arrow-border {
	border-top-color: rgb(var(--active));
}

.tooltipster-sidetip.tooltip_active_theme .tooltipster-arrow-background {
	border-top-color: rgb(var(--active));
}

.tooltipster-sidetip.tooltip_in-progress_theme .tooltipster-box {
	background-color: rgb(var(--in-progress));
	border-color: rgb(var(--in-progress));
}

.tooltipster-sidetip.tooltip_in-progress_theme .tooltipster-arrow-border {
	border-top-color: rgb(var(--in-progress));
}

.tooltipster-sidetip.tooltip_in-progress_theme .tooltipster-arrow-background {
	border-top-color: rgb(var(--in-progress));
}

.tooltipster-sidetip.tooltip_inactive_theme .tooltipster-box {
	background-color: rgb(var(--inactive));
	border-color: rgb(var(--inactive));
}

.tooltipster-sidetip.tooltip_inactive_theme .tooltipster-arrow-border {
	border-top-color: rgb(var(--inactive));
}

.tooltipster-sidetip.tooltip_inactive_theme .tooltipster-arrow-background {
	border-top-color: rgb(var(--inactive));
}

.tooltipster-sidetip.tooltip_discontinued_theme .tooltipster-box {
	background-color: rgb(var(--discontinued));
	border-color: rgb(var(--discontinued));
}

.tooltipster-sidetip.tooltip_discontinued_theme .tooltipster-arrow-border {
	border-top-color: rgb(var(--discontinued));
}

.tooltipster-sidetip.tooltip_discontinued_theme .tooltipster-arrow-background {
	border-top-color: rgb(var(--discontinued));
}

.tooltipster-sidetip.tooltip_draft_theme .tooltipster-box {
	background-color: rgb(var(--draft));
	border-color: rgb(var(--draft));
}

.tooltipster-sidetip.tooltip_draft_theme .tooltipster-arrow-border {
	border-top-color: rgb(var(--draft));
}

.tooltipster-sidetip.tooltip_draft_theme .tooltipster-arrow-background {
	border-top-color: rgb(var(--draft));
}

.tooltipster-sidetip.tooltip_light_theme .tooltipster-box {
	box-shadow: 0px 0px 10px 10px rgba(0,0,0,.12);
	background-color: rgb(255,255,255);
	border: 2px solid #fff
}

.tooltipster-sidetip.tooltip_light_theme .tooltipster-arrow-border {
	border-top-color: #fff;
}

.tooltipster-sidetip.tooltip_light_theme .tooltipster-arrow-background {
	border-top-color: #fff;
}

.tooltipster-sidetip.tooltip_light_theme .tooltipster-content {
	padding: 0;
}

/*! jQuery UI - v1.12.1 - 2020-01-20
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}

.ui-helper-clearfix:after {
	clear: both;
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}

/* Date Picker Styles */
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	width: 60% !important;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-resizable {
	position: relative;
}

.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}

.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}

.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}

.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}

.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}

.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}

.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}

.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}

.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}

.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}

.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}

.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
	padding-left: 2.5em !important;
}


.ui-sortable-handle:before {
	content: "";
	display: block;
	position: absolute;
	width: 7px;
	height: 11px;
	top: 50%;
	margin-top: -5px;
	left: 1em;
	background-image: url("/content/images/spinternet/sortable-handle.svg");
	background-repeat: no-repeat;
	background-size: 7px 11px;
}

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}

.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}

.ui-menu .ui-menu {
	position: absolute;
}

.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}

.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}

.ui-checkboxradio-disabled {
	pointer-events: none;
}

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}

.ui-datepicker .ui-datepicker-next {
	right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}

.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}

.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}

.ui-datepicker td {
	border: 0;
	padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}

.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}

.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}

.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}

.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}

.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}

.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}

.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}

.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}

.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}

.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}

.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}

.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}

.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}

.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}

.ui-selectmenu-open {
	display: block;
}

.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}

.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}

.ui-slider {
	position: relative;
	text-align: left;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}

.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}

.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}

.ui-spinner-up {
	top: 0;
}

.ui-spinner-down {
	bottom: 0;
}

.ui-tabs {
	position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}

.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}

body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}

.ui-widget .ui-widget {
	font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}

.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}

.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}

.ui-widget-content a {
	color: #333333;
}

.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}

.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}

.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}

.ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank {
	background-position: 16px 16px;
}

.ui-icon-caret-1-n {
	background-position: 0 0;
}

.ui-icon-caret-1-ne {
	background-position: -16px 0;
}

.ui-icon-caret-1-e {
	background-position: -32px 0;
}

.ui-icon-caret-1-se {
	background-position: -48px 0;
}

.ui-icon-caret-1-s {
	background-position: -65px 0;
}

.ui-icon-caret-1-sw {
	background-position: -80px 0;
}

.ui-icon-caret-1-w {
	background-position: -96px 0;
}

.ui-icon-caret-1-nw {
	background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
	background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
	background-position: -144px 0;
}

.ui-icon-triangle-1-n {
	background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
	background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
	background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
	background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
	background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
	background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
	background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
	background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
	background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
	background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
	background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
	background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
	background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
	background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
	background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
	background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
	background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
	background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
	background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
	background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
	background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
	background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
	background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
	background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
	background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
	background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
	background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
	background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
	background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px;
}

.ui-icon-arrow-4 {
	background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
	background-position: -16px -80px;
}

.ui-icon-extlink {
	background-position: -32px -80px;
}

.ui-icon-newwin {
	background-position: -48px -80px;
}

.ui-icon-refresh {
	background-position: -64px -80px;
}

.ui-icon-shuffle {
	background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
	background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
	background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
	background-position: 0 -96px;
}

.ui-icon-folder-open {
	background-position: -16px -96px;
}

.ui-icon-document {
	background-position: -32px -96px;
}

.ui-icon-document-b {
	background-position: -48px -96px;
}

.ui-icon-note {
	background-position: -64px -96px;
}

.ui-icon-mail-closed {
	background-position: -80px -96px;
}

.ui-icon-mail-open {
	background-position: -96px -96px;
}

.ui-icon-suitcase {
	background-position: -112px -96px;
}

.ui-icon-comment {
	background-position: -128px -96px;
}

.ui-icon-person {
	background-position: -144px -96px;
}

.ui-icon-print {
	background-position: -160px -96px;
}

.ui-icon-trash {
	background-position: -176px -96px;
}

.ui-icon-locked {
	background-position: -192px -96px;
}

.ui-icon-unlocked {
	background-position: -208px -96px;
}

.ui-icon-bookmark {
	background-position: -224px -96px;
}

.ui-icon-tag {
	background-position: -240px -96px;
}

.ui-icon-home {
	background-position: 0 -112px;
}

.ui-icon-flag {
	background-position: -16px -112px;
}

.ui-icon-calendar {
	background-position: -32px -112px;
}

.ui-icon-cart {
	background-position: -48px -112px;
}

.ui-icon-pencil {
	background-position: -64px -112px;
}

.ui-icon-clock {
	background-position: -80px -112px;
}

.ui-icon-disk {
	background-position: -96px -112px;
}

.ui-icon-calculator {
	background-position: -112px -112px;
}

.ui-icon-zoomin {
	background-position: -128px -112px;
}

.ui-icon-zoomout {
	background-position: -144px -112px;
}

.ui-icon-search {
	background-position: -160px -112px;
}

.ui-icon-wrench {
	background-position: -176px -112px;
}

.ui-icon-gear {
	background-position: -192px -112px;
}

.ui-icon-heart {
	background-position: -208px -112px;
}

.ui-icon-star {
	background-position: -224px -112px;
}

.ui-icon-link {
	background-position: -240px -112px;
}

.ui-icon-cancel {
	background-position: 0 -128px;
}

.ui-icon-plus {
	background-position: -16px -128px;
}

.ui-icon-plusthick {
	background-position: -32px -128px;
}

.ui-icon-minus {
	background-position: -48px -128px;
}

.ui-icon-minusthick {
	background-position: -64px -128px;
}

.ui-icon-close {
	background-position: -80px -128px;
}

.ui-icon-closethick {
	background-position: -96px -128px;
}

.ui-icon-key {
	background-position: -112px -128px;
}

.ui-icon-lightbulb {
	background-position: -128px -128px;
}

.ui-icon-scissors {
	background-position: -144px -128px;
}

.ui-icon-clipboard {
	background-position: -160px -128px;
}

.ui-icon-copy {
	background-position: -176px -128px;
}

.ui-icon-contact {
	background-position: -192px -128px;
}

.ui-icon-image {
	background-position: -208px -128px;
}

.ui-icon-video {
	background-position: -224px -128px;
}

.ui-icon-script {
	background-position: -240px -128px;
}

.ui-icon-alert {
	background-position: 0 -144px;
}

.ui-icon-info {
	background-position: -16px -144px;
}

.ui-icon-notice {
	background-position: -32px -144px;
}

.ui-icon-help {
	background-position: -48px -144px;
}

.ui-icon-check {
	background-position: -64px -144px;
}

.ui-icon-bullet {
	background-position: -80px -144px;
}

.ui-icon-radio-on {
	background-position: -96px -144px;
}

.ui-icon-radio-off {
	background-position: -112px -144px;
}

.ui-icon-pin-w {
	background-position: -128px -144px;
}

.ui-icon-pin-s {
	background-position: -144px -144px;
}

.ui-icon-play {
	background-position: 0 -160px;
}

.ui-icon-pause {
	background-position: -16px -160px;
}

.ui-icon-seek-next {
	background-position: -32px -160px;
}

.ui-icon-seek-prev {
	background-position: -48px -160px;
}

.ui-icon-seek-end {
	background-position: -64px -160px;
}

.ui-icon-seek-start {
	background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
	background-position: -80px -160px;
}

.ui-icon-stop {
	background-position: -96px -160px;
}

.ui-icon-eject {
	background-position: -112px -160px;
}

.ui-icon-volume-off {
	background-position: -128px -160px;
}

.ui-icon-volume-on {
	background-position: -144px -160px;
}

.ui-icon-power {
	background-position: 0 -176px;
}

.ui-icon-signal-diag {
	background-position: -16px -176px;
}

.ui-icon-signal {
	background-position: -32px -176px;
}

.ui-icon-battery-0 {
	background-position: -48px -176px;
}

.ui-icon-battery-1 {
	background-position: -64px -176px;
}

.ui-icon-battery-2 {
	background-position: -80px -176px;
}

.ui-icon-battery-3 {
	background-position: -96px -176px;
}

.ui-icon-circle-plus {
	background-position: 0 -192px;
}

.ui-icon-circle-minus {
	background-position: -16px -192px;
}

.ui-icon-circle-close {
	background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
	background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
	background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
	background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
	background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
	background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
	background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
	background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
	background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
	background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
	background-position: -192px -192px;
}

.ui-icon-circle-check {
	background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
	background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
	background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
	background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
	background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
	background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
	background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
	background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
	background-position: -80px -224px;
}


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}

.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}
