*
{
	box-sizing: border-box;
	moz-box-sizing: border-box;
	webkit-box-sizing: border-box;
}
html,
button,
input,
select,
textarea
{
	color: #222;
}

body
{
	font-size: 1em;
	line-height: 1.4;
	overflow-x: hidden;
   
}
::-moz-selection
{
	background: #b3d4fc;
	text-shadow: none;
}
::selection
{
	background: #b3d4fc;
	text-shadow: none;
}
hr
{
	border: 0;
	border-top: 1px solid #ccc;
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
}
img
{
	vertical-align: middle;
}
fieldset
{
	border: 0;
	margin: 0;
	padding: 0;
}
textarea
{
	resize: vertical;
}
.banner, .main, footer
{
	padding: 20px 5%;
	width: 100%;
}
.main
{
	padding: 20px 0;
}
@media only screen and (max-width: 1040px)
{
	.main
	{
		padding: 20px 5%;
	}
}
.middle
{
	margin: 0 auto;
	max-width: 960px;
}
h2
{
	font-size: 2.0em;
}
h3
{
	font-size: 1.6em;
	margin-bottom: -5px;
}
a
{
	color: #222;
	font-weight: bold;
	moz-transition: all .2s ease;
	ms-transition: all .2s ease;
	text-decoration: none;
	transition: all .2s ease;
	webkit-transition: all .2s ease;
}
a:hover:not(.button)
{
	/*color: #9cb555;*/
	moz-transition: all .2s ease;
	ms-transition: all .2s ease;
	text-decoration: underline;
	transition: all .2s ease;
	webkit-transition: all .2s ease;
}
.banner
{
	/*background: #111;*/
	display: inline-block;
}
.logo
{
	min-height: 0;
	overflow: hidden;
}

.logo-portal-left
{
	background-size: contain;
	float: left;
	margin: 0 0 0;
    background-color:#9CB555;

}
.logo-portal-left img
{
    height:134px;
}

.logo-portal-right
{
	background-size: contain;
	float: right;
	margin: 0 0 0;

}

.logo-portal-right img {
    height:134px;
}

.logo-stripe {
    max-width: 100% !important;
    width: 150px !important;
    height: auto !important;
}


@media (max-width: 400px)
{
	.logo-portal-right img {
        max-width:280px;
        height:auto;
    }
}


#intro
{
	border-bottom: 1px solid #c2c3c4;
	display: inline-block;
	margin-bottom: 45px;
	padding-bottom: 20px;
}

#intro .fl
{
	margin-right: 5%;
	padding-top: 10px;
	width: 40%;
}
#intro .fr
{
	width: 50%;
}
.hexagon
{
	background: #666;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 45%;
}
.hexagon li
{
}
.hexagon li a
{
	display: inline-block;
	float: left;
	height: 70px;
	margin: 50px 0;
	position: relative;
	width: 120px;
}
.hexagon li a:before
{
	border-left: 60px solid transparent;
	border-right: 60px solid transparent;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	top: -30px;
	width: 0;
}
.hexagon li a:after
{
	border-left: 60px solid transparent;
	border-right: 60px solid transparent;
	bottom: -30px;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	width: 0;
}
.hexagon li:nth-child(1) a
{
}
.hexagon li:nth-child(even) a
{
	clear: both;
}
.hexagon li:nth-child(2) a
{
}
.hexagon li:nth-child(3) a
{
}
.hexagon li:nth-child(4) a
{
}
.hexagon li:nth-child(5) a
{
}
.hexagon li:nth-child(6) a
{
}
.red
{
	background: linear-gradient(0deg, rgb(229,5,58) 15%,rgb(252,94,114) 100%);
	background: -moz-linear-gradient(0deg, rgb(229,5,58) 15%, rgb(252,94,114) 100%);
	background: -ms-linear-gradient(0deg, rgb(229,5,58) 15%,rgb(252,94,114) 100%);
	background: -o-linear-gradient(0deg, rgb(229,5,58) 15%,rgb(252,94,114) 100%);
	background: rgb(229,5,58);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(15%,rgb(229,5,58)), color-stop(100%,rgb(252,94,114)));
	background: -webkit-linear-gradient(0deg, rgb(229,5,58) 15%,rgb(252,94,114) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5053a', endColorstr='#fc5e72',GradientType=1 );
}
a.red:after
{
	border-top: 30px solid rgb(229,5,58);
}
a.red:before
{
	border-bottom: 30px solid rgb(252,94,114);
}
.green
{
	background: linear-gradient(0deg, rgb(47,102,56) 15%,rgb(79,174,93) 100%);
	background: -moz-linear-gradient(0deg, rgb(47,102,56) 15%, rgb(79,174,93) 100%);
	background: -ms-linear-gradient(0deg, rgb(47,102,56) 15%,rgb(79,174,93) 100%);
	background: -o-linear-gradient(0deg, rgb(47,102,56) 15%,rgb(79,174,93) 100%);
	background: rgb(47,102,56);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(15%,rgb(47,102,56)), color-stop(100%,rgb(79,174,93)));
	background: -webkit-linear-gradient(0deg, rgb(47,102,56) 15%,rgb(79,174,93) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f6638', endColorstr='#4fae5d',GradientType=1 );
}
a.green:after
{
	border-top: 30px solid rgb(47,102,56);
}
a.green:before
{
	border-bottom: 30px solid rgb(79,174,93);
}
.orange
{
	background: linear-gradient(0deg, rgb(213,113,48) 15%,rgb(222,147,55) 100%);
	background: -moz-linear-gradient(0deg, rgb(213,113,48) 15%, rgb(222,147,55) 100%);
	background: -ms-linear-gradient(0deg, rgb(213,113,48) 15%,rgb(222,147,55) 100%);
	background: -o-linear-gradient(0deg, rgb(213,113,48) 15%,rgb(222,147,55) 100%);
	background: rgb(213,113,48);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(15%,rgb(213,113,48)), color-stop(100%,rgb(222,147,55)));
	background: -webkit-linear-gradient(0deg, rgb(213,113,48) 15%,rgb(222,147,55) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d57130', endColorstr='#de9337',GradientType=1 );
}
a.orange:after
{
	border-top: 30px solid rgb(213,113,48);
}
a.orange:before
{
	border-bottom: 30px solid rgb(222,147,55);
}

.sidebar-business-name {
    font-size:24px;
}



.sidebar
{
	float: left;
	margin: 30px 0 0 -3%;
	position: absolute;
	text-align: center;
	width: 20%;
}
.sidebar.sidebar-fixed
{
	position: fixed;
	top: 18px;
}
.sidebar p
{
	font-size: 1.6em;
	font-weight: bold;
	margin-top: 12px;
    margin-bottom:4px;
}

.sidebar-subsection {
    font-size:1.2em !important;
    font-weight: normal;
}
@media (max-width: 650px)
{
	.sidebar p
	{
		font-size: 1.0em;
		font-weight: bold;
		margin-top: 12px;
        word-wrap: break-word;
	}

    .sidebar button {
        font-size: 0.8em;
    }

    .sidebar-business-name {
        font-size:.9em;
    }

    .sidebar-subsection {
         font-size:.9em !important;
         font-weight: normal;
    }
}
.hint
{
	color: #444;
	display: block;
	font-size: 80%;
	margin: -10px 0 30px;
}
form, input, button, textarea
{
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
form
{
	margin: 0 auto;
	max-width: 640px;
}
#survey
{
	float: right;
	width: 70%;
}

#survey.full-width {
    float: none;
    width: 100%;
}

#survey form
{
	margin: 20px 0 0 0;
}

#survey.full-width form {
    max-width: 100%
}

fieldset
{
	border: 0;
	margin: 0;
	padding: 0;
}
.control-group
{
	/*border-bottom: 1px solid #C2C3C4;*/
	margin-bottom: 45px;
}


label
{
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	margin: 20px 0 5px 2px;
}
label em
{
	font-weight: normal;
	letter-spacing: 0;
	text-transform: none;
}
label.radio, label.checkbox
{
	border-radius: 3px;
	cursor: pointer;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 10px 42px 10px;
	position: relative;
	text-transform: none;
	transition: 0.2s;
	width: auto;
}
label.radio:last-child, label.checkbox:last-child
{
	/*F1315 - wrap labels in div for trigger and tooltip, now each one is the last so this doesnt work
        as expected, it makes all labels the last label. so better to put margin bottom on the group
        margin-bottom: 40px;*/
}
label.checkbox
{
	font-size: 12pt; /*B709 make check box labels 12pt*/
}
label.radio:hover, label.checkbox:hover
{
	background: #c8c8c8;
}
input[type="radio"]:checked + label.radio, input[type="checkbox"]:checked + label.checkbox
{
	/*background: #9cb555;*/
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,0.7);
}
label.radio::before, label.radio::after, label.checkbox::before, label.checkbox::after
{
	border-radius: 20px;
	content: "";
	height: 22px;
	left: 0;
	margin-left: 10px;
	margin-top: -11px;
	position: absolute;
	top: 50%;
	width: 22px;
}
label.checkbox::before, label.checkbox::after
{
	border-radius: 4px;
}
label.radio::before, label.checkbox::before
{
	box-shadow: inset 0 2px 1px rgba(10,10,10,0.5), inset 0 2px 8px 3px rgba(128,136,140,0.7);
	transition: 0.3s;
}
label.checkbox::before
{
	box-shadow: inset 0 2px 1px rgba(10,10,10,0.3), inset 0 2px 8px 3px rgba(128,136,140,0.4);
}
label.radio:hover::before, label.checkbox:hover::before
{
	box-shadow: inset 0 -1px 2px rgba(255,255,255,0.7), inset 0 -5px 15px 5px rgba(255,255,255,0.6);
	transition: 0.2s;
}
label.radio::after, label.checkbox::after
{
	background: #232323;
	opacity: .2;
	transform: scale(0);
	transition: 0.3s;
	webkit-transform: scale(0);
}
label.checkbox::after
{
	background: none;
	color: #232323;
	content: "\2713";
	font-size: 1.4em;
	left: 2px;
	top: 40%;
}
label.radio:hover::after
{
	opacity: 1;
	transform: scale(0.4);
	transition: 0.2s;
	webkit-transform: scale(0.4);
}
.label-input
{
	display: inline;
	margin: 8px 8px 8px 0;
	width: 70%;
}
input, textarea, select {
    /*border: 1px solid rgba(158,183,102,0.8);*/
    border: 1px solid;
    border-radius: 3px;
    box-shadow: inset 0 1px 5px rgba(0,43,89,0.3);
    box-sizing: border-box;
    color: rgb(41,44,53);
    display: block;
    margin: 5px 0 10px;
    moz-box-shadow: inset 0 1px 4px rgba(179,182,176,0.8);
    moz-box-sizing: border-box;
    padding: 10px 8px;
    transition: 0.2s;
    webkit-box-shadow: inset 0 1px 4px rgba(179,182,176,0.8);
    width: 100%;
}
input:focus, input:hover, textarea:focus, textarea:hover, select:hover
{
	border-color: #9cb555;
	box-shadow: inset 0 1px 2px rgba(179,182,176,0.5), 0 0 8px;
	moz-box-shadow: inset 0 1px 2px rgba(179,182,176,0.5), 0 0 8px;
	webkit-box-shadow: inset 0 1px 2px rgba(179,182,176,0.5), 0 0 8px ;
}
input + .hint
{
	margin: -20px 0 30px;
}
input[type="radio"], input[type="checkbox"]
{
	display: none;
}
input[type="radio"]:checked + label.radio::after, input[type="checkbox"]:checked + label.checkbox::after
{
	opacity: 1;
	transform: scale(0.6);
	webkit-transform: scale(0.6);
}
input[type="checkbox"]:checked + label.checkbox::after
{
	opacity: 1;
	transform: scale(1);
	webkit-transform: scale(1);
}
input[type="radio"]:checked + label.radio::before, input[type="checkbox"]:checked + label.checkbox::before
{
	box-shadow: inset 0 -1px 2px rgba(255,255,255,0.7), inset 0 -5px 15px 5px rgba(255,255,255,0.6);
}
select
{
	box-shadow: inset 0 -1px 5px rgba(0,43,89,0.3), 0 1px 2px rgba(179,182,176,0.5);
	cursor: pointer;
	moz-box-shadow: inset 0 -1px 5px rgba(0,43,89,0.3), 0 1px 2px rgba(179,182,176,0.5);
	webkit-box-shadow: inset 0 -1px 5px rgba(0,43,89,0.3), 0 1px 2px rgba(179,182,176,0.5);
}
select:focus, select:hover
{
	border-color: #9cb555;
	box-shadow: inset 0 -1px 5px rgba(0,43,89,0.3), 0 0 8px ;
	moz-box-shadow: inset inset 0 -1px 5px rgba(0,43,89,0.3), 0 0 8px ;
	webkit-box-shadow: inset 0 -1px 5px rgba(0,43,89,0.3), 0 0 8px ;
}
option
{
	padding: 5px 8px;
}
button, .button {

border: none;

border-radius: 0.3em;

color: #fff;

display: inline-block;

font-size: 1.3em;

font-weight: normal;

/* margin: 5px 0 0 -2px; */

padding: 0.5em 1.2em;

text-decoration: none;
}

.next
{
	float: right;
}
.nextFinishPreviousBtnCustom:hover{
    text-decoration:underline;
}
footer {
    /*  background: rgb(35, 35, 35);*/
    width: 100%;
    color: rgb(102, 102, 102);
}

footer a img {
  opacity: 0.75;
}

footer a:hover img {
  opacity: 1;
}

.collaborator img {
  margin-top: 10px;
}

.sponsors {
  margin: 0px 0px 0px 5%;
  visibility: hidden;
}

.sponsors ul {
  list-style: none;
  margin: 19px 0px 0px;
  padding: 0px;
}

.sponsors li {
  margin: 0px 25px 0px 0px;
  display: inline;
}

.sponsors li:last-child {
  margin-right: 0px;
}

.sponsors.backend {
  margin: 0px 5%;
  width: 10%;
}

@media screen and (max-width:780px) {
  footer div > div {
    width: 40%;
    min-width: 160px;
  }

  footer .sponsors {
    width: 40%;
  }
}

@media screen and (max-width:480px) {
  footer {
    text-align: center;
  }

  footer div > div {
    width: 100%;
  }

  footer .sponsors {
    margin: 20px 0px 0px;
  }
}

.cta {
  width: 30%;
}

footer p {
  margin: 0px 0px 0px -93px;
  transform-origin: right bottom;
  width: 90px;
  color: rgb(102, 102, 102);
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.03em;
  font-size: 0.65em;
  font-weight: bold;
  display: block;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -moz-transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
}

.introfooter {
  clear: both;
  background-color: transparent;
}

.strip {
  margin: 0px 0px 0px 5%;
  width: auto;
}

.strip ul {
  list-style: none;
  margin: 0px;
  padding: 0px 10px;
  height: 90px;
  border-bottom-color: rgb(102, 102, 102);
  border-left-color: rgb(102, 102, 102);
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-bottom-style: solid;
  border-left-style: solid;
  display: table;
}

.strip li {
  padding: 0px 12px;
  vertical-align: middle;
  display: table-cell;
}

.strip li:last-child {
  padding-right: 0px;
}

.strip img {
  max-width: 90px;
}

.cta {
  width: 30%;
}

footer {
 /* background: rgb(35, 35, 35);*/
  padding: 10px 5% 30px;
  width: 100%;
  color: rgb(102, 102, 102);
  float: left;
  margin-top:10px;
}

footer .links {
  position: relative;
}

footer ul {
  list-style: none;
  height: 100px;
  bottom: 0px;
  padding-bottom: 10px;
  padding-left: 10px;
  float: left;
  display: inline-block;
  position: relative;
}

footer ul li {
  width: 100px;
  height: 80px;
}

footer img.title {
  margin-top: 20px;
  margin-left: 20px;
  float: left;
  display: block;
}

footer ul.border {
  border-bottom-color: rgb(238, 238, 238);
  border-left-color: rgb(238, 238, 238);
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-bottom-style: solid;
  border-left-style: solid;
}

footer ul.border li {
  margin: 0px 14px;
  width: 100px;
  height: 80px;
  float: left;
  display: inline-block;
  position: relative;
}

footer ul.border li a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

footer div > div {
  display: inline-block;
}

footer ul li img {
  width: 100%;
  bottom: 0px;
  display: block;
  position: absolute;
}

footer {
/*  background: rgb(190, 191, 193);*/

  float: left;
  display: inline-block;
}

footer div > div {
  display: inline-block;
}

footer a img {
  opacity: 0.75;
}

footer a:hover img {
  opacity: 1;
}

.logo-footer {
  margin: 20px 0px 0px;
  width:100%;
  min-width: 230px;
  max-width: 300px;
  vertical-align: top;
  display: inline-block;
}

.strip {
  margin: 0px 0px 0px 5%;
  width: auto;
}

.strip ul {
  list-style: none;
  margin: 0px;
  padding: 0px 10px;
  height: 90px;
  border-bottom-color: rgb(102, 102, 102);
  border-left-color: rgb(102, 102, 102);
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-bottom-style: solid;
  border-left-style: solid;
  display: table;
}

.strip li {
  padding: 0px 12px;
  vertical-align: middle;
  display: table-cell;
}

.strip li:last-child {
  padding-right: 0px;
}

.strip img {
  max-width: 90px;
}

.cta {
  width: 30%;
}

footer p {
  margin: 0px 0px 0px -93px;
  transform-origin: right bottom;
  width: 90px;
  color: rgb(102, 102, 102);
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.03em;
  font-size: 0.65em;
  font-weight: bold;
  display: block;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -moz-transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
}
@media only screen and (min-width: 35em)
{
}
@media print,
 (-o-min-device-pixel-ratio: 5/4),
 (-webkit-min-device-pixel-ratio: 1.25),
 (min-resolution: 120dpi)
{
}
.fl
{
	float: left;
}
.fr
{
	float: right;
}
.ir
{
	background-color: transparent;
	border: 0;
	overflow: hidden;
	text-indent: -9999px;
}
.ir:before
{
	content: "";
	display: block;
	height: 150%;
	width: 0;
}
.hidden
{
	display: none !important;
	visibility: hidden;
}
.visuallyhidden
{
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus
{
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.invisible
{
	visibility: hidden;
}
.clearfix:before,
.clearfix:after
{
	content: " ";
	display: table;
}
.clearfix:after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
@media print
{
	*
	{
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}
	a,
	 a:visited
	{
		text-decoration: underline;
	}
	a[href]:after
	{
		content: " (" attr(href) ")";
	}
	abbr[title]:after
	{
		content: " (" attr(title) ")";
	}
	.ir a:after,
	 a[href^="javascript:"]:after,
	 a[href^="#"]:after
	{
		content: "";
	}
	pre,
	 blockquote
	{
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead
	{
		display: table-header-group;
	}
	tr,
	 img
	{
		page-break-inside: avoid;
	}
	img
	{
		max-width: 100% !important;
	}
	@page
	{
		margin: 0.5cm;
	}
	p,
	 h2,
	 h3
	{
		orphans: 3;
		widows: 3;
	}
	h2,
	 h3
	{
		page-break-after: avoid;
	}
}
.intro-banner img
{
	width: 100%;
}
.sidebar img
{
	max-width: 86px;
	width: 100%;
}


.datafields label.radio:last-child, label.checkbox:last-child {
    margin-bottom:0px;
}

.checkbox-group-header {
    font-size:20px;
    font-weight:bold;
    padding-top:40px;
}

.datafields input, textarea, select {
    margin-bottom:10px;
}

.breadcrumbs {
    padding-top:4px;
    font-size:12px;
}

.current-breadcrumb {
    color:#9cb555;
}

.admin-header {
    font-size:18px;
    margin:5px 0 20px 0;
}

.fileUploadContainer {
    padding-right:20px;
}

.message-container {
      border: 2px solid #F35801;
      margin-top: 10px;
      padding:10px;
      width: 100%;
      background-color:#F5762E;
      font-weight:bold;
      color:#FFFFFF;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-error-shadow {
    box-shadow: 0px 0px 0px 3px rgba(255, 0, 0, 0.2);
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 2px solid blue;
}


select.input-validation-error {
    border: 2px solid #3fd533;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

.custom-validation-error {
    border: 2px solid #e80c4d;
    border-radius:2px;
}

.admin-login input[type="text"], .admin-login input[type="password"] {
    margin-bottom:0px;
}

.k-imagebrowser .k-tile strong {
    display:none;
}

.k-widget label {
    font-size:14px;
}

.k-textbox {
    margin: 10px 0 0px 0;
}

.k-imagebrowser .k-breadcrumbs, .k-imagebrowser .k-search-wrap {
    display:none;
}

.delete-button {
    float:right;
    background-color:#BEBFC1;
}

#control-container {
    border-bottom: 1px solid #C2C3C4;
    padding-bottom:20px;
}

.sponsors img {
    max-height:50px;
}

.collaborator img {
    max-height:50px;
}

.left-logo a {
    background-size: contain;
	float: left;
	margin: 8px 0 0;
	padding-top: 10px;
	width: 244px;
}

.left-logo img {
    max-width: 300px;
}

.right-logo a
{
	background-size: contain;
	float: right;
	margin: 8px 0 0;
	padding-top: 10px;
/*	max-width: 160px;*/
}

.right-logo img {
    /*	max-width: 160px;*/
    max-width: 300px;
}

.portal .banner {
    padding:0px;
    background-color:#9CB555;
}

.portal-middle {
    margin:0 0 0 20px;
    max-width:100%;
}

.advisor-container {
    width:1122px;
    height:793px;
}

.advisor-container-by3 {
    width:33%;
    display:inline-block;
}

.k-numerictextbox {
    margin-top:2px;
}

.bold-grid-row {
    font-weight:bold;
}

.k-grid tbody{
    font-size:12px;
    font-weight:normal;
}

.k-grid tbody .k-button, .k-ie8 .k-grid tbody button.k-button {
    min-width:20px;
}

.grey-text{
    color:#CCCCCC;
}

tr.input-validation-error {
    /*border: 1px solid rgba(158,183,102,0.8);*/
    border: 1px solid ;
    border-radius: 3px;
    box-shadow: inset 0 1px 5px rgba(0,43,89,0.3);
    box-sizing: border-box;
    color: rgb(41,44,53);
    moz-box-shadow: inset 0 1px 4px rgba(179,182,176,0.8);
    moz-box-sizing: border-box;
    transition: 0.2s;
    webkit-box-shadow: inset 0 1px 4px rgba(179,182,176,0.8);
    border: 1px solid #e80c4d !important;
}

.input-validation-error {
    border-color:#CCCCCC !important;
    outline:0 !important;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,43,5,0.6) !important;
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,43,5,.6) !important;
}



.jcrop-holder #preview-pane {
  display: block;
  position: absolute;
  z-index: 2000;
  top: -126px;
  left: 0px;
  padding: 6px;
  border: 1px rgba(0,0,0,.4) solid;
  background-color: white;

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;

  -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
}

/* The Javascript code will set the aspect ratio of the crop
   area based on the size of the thumbnail preview,
   specified here */
#preview-pane .preview-container {
  width: 115px;
  height: 86px;
  overflow: hidden;
}

@media (max-width: 650px) {
    #target {
        width:196px;
    }
}

.k-reset {
    display:none;
}

.image-header {
    color:#C8C8C8;
}

.k-dropdown-toggle {
  display: block;
  width: 100%;
  border: 1px solid #e5e5e5;
  background-color: #fafafa;
  cursor: pointer;
  padding: 10px 0 10px 20px;
  text-align: left;
  font-size:16px;
  text-shadow:none;
  color:#000000;
  font-weight:600;
  border-radius:0px;
  line-height:none;
  box-shadow:none;
  background: #fafafa;
}

.k-dropdown-toggle:hover {
    color:#000000;
    box-shadow:none;
    margin:5px 0px 0px -2px;
    moz-transition:none;
    ms-transition:none;
    transition:none;

}


@media (min-width: 768px) {
  .k-dropdown-toggle {
    display: none;
  }
}

.caret-wrapper {
  background-color: #e8e8e8;
  width: 36px;
  display: inline-block;
  height: 36px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 36px;

}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  color: #919191;
  border-top: 6px dashed;
  border-top: 6px solid \9;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.k-dropdown-toggle:focus {
  outline: 0;
}

.k-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0 0;
  margin: 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #f8f8f8;
  border: 1px solid #e5e5e5;
  background-clip: padding-box;
  width: 100%;
}

.k-dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.k-dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.k-dropdown-menu > li > a {
  display: block;
  padding: 13px 20px;
  clear: both;
  font-weight: 700;
  line-height: 1.42857;
  color: #292929;
  white-space: nowrap;
  text-decoration: none;
}

@media (min-width: 768px) {
  .k-dropdown-menu {
    display: block;
    border-width: 0;
    border-top-width: 1px;
  }
    .k-dropdown-menu ul {
        display:inline-block;
    }

  .k-dropdown-menu li {
    float: left;
    display:inline-block;
    height:80px;
  }

  .k-dropdown-menu li a {
    white-space: normal;
    text-align: center;
    min-height: 3em;
  }
}

.k-dropdown-menu > li > a:hover,
.k-dropdown-menu > li > a:focus {
  color: #a4b45b;
  text-decoration: none;
  outline: 0;
}

@media (min-width: 768px) {
  .k-dropdown-menu > li > a:hover,
  .k-dropdown-menu > li > a:focus {
    border-bottom: 3px solid #a4b45b;
  }
}

.k-dropdown-menu > .active > a,
.k-dropdown-menu > .active > a:hover,
.k-dropdown-menu > .active > a:focus {
  color: #a4b45b;
  text-decoration: none;
  outline: 0;
}

@media (min-width: 768px) {
  .k-dropdown-menu > .active > a,
  .k-dropdown-menu > .active > a:hover,
  .k-dropdown-menu > .active > a:focus {
    border-bottom: 3px solid #a4b45b;
  }
}


.k-dropdown-menu > .disabled > a,
.k-dropdown-menu > .disabled > a:hover,
.k-dropdown-menu > .disabled > a:focus {
  color: #777;
}

.k-dropdown-menu > .disabled > a:hover,
.k-dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .k-dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

@media (max-width: 768px) {
  .k-dropdown-toggle {
    font-size:13px;
  }
    .k-dropdown-menu {
        font-size:13px;
    }
}

.grey-table-row {
    background-color:#F8F8F8;
}

.score-table {
    width:100%;
}

.score-table td {
    padding-left:50px;
}

.tab-table {
    background-color: #f8f8f8;
    width:100%;
    text-align:center;
    border: 1px solid #e5e5e5;
}

.tab-table td {
    padding:15px 3px 15px 3px;
}

.tab-table a {
    height:100%;
}

.tab-table .active {
    border-bottom: 3px solid #a4b45b;
}

.tab-table .active a {
    color:#a4b45b;
}

.tab-table td:focus,
.tab-table td:hover
{
    color:#a4b45b;
    border-bottom: 3px solid #a4b45b;
}

.tab-table a:focus,
.tab-table a:hover
{
    text-decoration:none;
}

@media (max-width: 768px) {
    .tab-table {
        display:none;
    }
}

@media (min-width: 768px) {
      .k-dropdown-menu {
        display:none !important;
      }
}

.k-dropdown-toggle:focus {
    border:0;
}

.marix-table table {


}

.marix-table td, .marix-table th {
    text-align: center;
}

.marix-table tr {
    height:48px;
}

.marix-table .left-column {
    text-align:left;
}

.marix-table label {
    margin-bottom:0px !important;
    width:44px !important;
    text-align:center !important;

}

.matrix-container {
    margin-top:30px;
}

.responsive-table {
    overflow-x:auto;
}

.marix-table label.radio,.marix-table label.checkbox
{
	border-radius: 3px;
	cursor: pointer;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 10px;
	position: relative;
	text-transform: none;
	transition: 0.2s;
	width: inherit;
    text-align:center !important;
    margin: 0 auto !important;
    line-height:27px;
}

.marix-table input[type="radio"]:checked + label.radio, .marix-table input[type="checkbox"]:checked + label.checkbox
{
	/*background: #DDDDDD;*/
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,0.7);
}

.ranking-display {
    font-weight: normal !important;
    font-size: 1em !important;
    max-width: 800px !important;
    display: inline-block !important;
    vertical-align: text-top;
    vertical-align: top !important;
    padding-bottom: 10px;
    padding-top: 10px;
}

.ranking-container {
    width:70px !important;
    display:inline-block !important;
    float:right;
    padding-top:5px;
}

@media(max-width:500px) {
  .ranking-container {
    float:none;
    }
}



.ranking-control-container {
    border-bottom: 0;
    padding-bottom:2px;
}

#loader
{
    display:none;
    background-image: url('/Images/ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 10001;
    filter: alpha(opacity=50); /*older IE*/
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE */
    -moz-opacity: .50; /*older Mozilla*/
    -khtml-opacity: 0.5;   /*older Safari*/
    opacity: 0.5;   /*supported by current Mozilla, Safari, and Opera*/
    background-color:#EAEAEA;
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    color:#FFFFFF;
    text-align:center;
    vertical-align:middle;
}

#loaderBackground {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
    z-index: 9999; /* Ensure it's on top of everything */
}
#loaderText
{
    display:none;
    position:relative;
    top:0px;
    left:0px;
    width:100%;
    /*height:100%;*/
    color:#FFFFFF;
    text-align:center;
    vertical-align:middle;
}

#loaderTextInnerText {
    padding-top:10px;
    width:300px;
    height:100px;
    z-index: 10002;
    filter: alpha(opacity=100); /*older IE*/
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /* IE */
    -moz-opacity: 1; /*older Mozilla*/
    -khtml-opacity: 1;   /*older Safari*/
    background-color:#FFFFFF;
    color:#526606;
    border: #526606 1px solid;
    position:fixed;
    top:45%;
    left:45%;
}

.resondent-container {
    min-height: 500px;
    font-size: 14px;

/*    margin-left: 10%;
    margin-right: 10%;
    padding-top: 10px;
    max-width: 60%;*/
}

.respondent-banner {
    text-align:left; 
    margin-left:10%; 
    margin-right:10%; 
    padding-top:10px;
}

@media (max-width: 400px) {
   .resondent-container {
        margin-left:4px;
        margin-right:4px;
        min-height:0px;     
    }
}

.resondent-charge-layout {
    margin-left:10%;
    min-height:500px;
    padding-bottom: 130px; /*if you change this you need to change footer on assessmentbuy view*/
}

.resondent-charge-layout select {
    color:#000000;
}

.resondent-charge-layout input {
    color:#000000;
}



.k-button-icontext {

    animation : none !important;
    animation-delay : 0 !important;
    animation-direction : normal !important;
    animation-duration : 0 !important;
    animation-fill-mode : none !important;
    animation-iteration-count : 1 !important;
    animation-name : none !important;
    animation-play-state : running !important;
    animation-timing-function : ease !important;
    backface-visibility : visible !important;
    background : 0 !important;
    background-attachment : scroll !important;
    background-clip : border-box !important;
    background-color : transparent !important;
    background-image : none !important;
    background-origin : padding-box !important;
    background-position : 0 0 !important;
    background-position-x : 0 !important;
    background-position-y : 0 !important;
    background-repeat : repeat !important;
    background-size : auto auto !important;
    border : 0 !important;
    border-style : none !important;
    border-width : medium !important;
    border-color : inherit !important;
    border-bottom : 0 !important;
    border-bottom-color : inherit !important;
    border-bottom-left-radius : 0 !important;
    border-bottom-right-radius : 0 !important;
    border-bottom-style : none !important;
    border-bottom-width : medium !important;
    border-collapse : separate !important;
    border-image : none !important;
    border-left : 0 !important;
    border-left-color : inherit !important;
    border-left-style : none !important;
    border-left-width : medium !important;
    border-radius : 0 !important;
    border-right : 0 !important;
    border-right-color : inherit !important;
    border-right-style : none !important;
    border-right-width : medium !important;
    border-spacing : 0 !important;
    border-top : 0 !important;
    border-top-color : inherit !important;
    border-top-left-radius : 0 !important;
    border-top-right-radius : 0 !important;
    border-top-style : none !important;
    border-top-width : medium !important;
    bottom : auto !important;
    box-shadow : none !important;
    box-sizing : content-box !important;
    caption-side : top !important;
    clear : none !important;
    clip : auto !important;
    color : inherit !important;
    columns : auto !important;
    column-count : auto !important;
    column-fill : balance !important;
    column-gap : normal !important;
    column-rule : medium none currentColor !important;
    column-rule-color : currentColor !important;
    column-rule-style : none !important;
    column-rule-width : none !important;
    column-span : 1 !important;
    column-width : auto !important;
    content : normal !important;
    counter-increment : none !important;
    counter-reset : none !important;
    cursor : auto !important;
    direction : ltr !important;
    display : inline !important;
    empty-cells : show !important;
    float : none !important;
    font : normal !important;
    font-family : inherit !important;
    font-size : medium !important;
    font-style : normal !important;
    font-variant : normal !important;
    font-weight : normal !important;
    height : auto !important;
    hyphens : none !important;
    left : auto !important;
    letter-spacing : normal !important;
    line-height : normal !important;
    list-style : none !important;
    list-style-image : none !important;
    list-style-position : outside !important;
    list-style-type : disc !important;
    margin : 0 !important;
    margin-bottom : 0 !important;
    margin-left : 0 !important;
    margin-right : 0 !important;
    margin-top : 0 !important;
    max-height : none !important;
    max-width : none !important;
    min-height : 0 !important;
    min-width : 0 !important;
    opacity : 1 !important;
    orphans : 0 !important;
    outline : 0 !important;
    outline-color : invert !important;
    outline-style : none !important;
    outline-width : medium !important;
    overflow : visible !important;
    overflow-x : visible !important;
    overflow-y : visible !important;
    padding : 0 !important;
    padding-bottom : 0 !important;
    padding-left : 0 !important;
    padding-right : 0 !important;
    padding-top : 0 !important;
    page-break-after : auto !important;
    page-break-before : auto !important;
    page-break-inside : auto !important;
    perspective : none !important;
    perspective-origin : 50% 50% !important;
    position : static !important;
    /* May need to alter quotes for different locales (e.g fr) */
    quotes : '\201C' '\201D' '\2018' '\2019' !important;
    right : auto !important;
    tab-size : 8 !important;
    table-layout : auto !important;
    text-align : inherit !important;
    text-align-last : auto !important;
    text-decoration : none !important;
    text-decoration-color : inherit !important;
    text-decoration-line : none !important;
    text-decoration-style : solid !important;
    text-indent : 0 !important;
    text-shadow : none !important;
    text-transform : none !important;
    top : auto !important;
    transform : none !important;
    transform-style : flat !important;
    transition : none !important;
    transition-delay : 0s !important;
    transition-duration : 0s !important;
    transition-property : none !important;
    transition-timing-function : ease !important;
    unicode-bidi : normal !important;
    vertical-align : baseline !important;

    color:#82a816 !important;
    font-size:14px !important;
    padding-left:5px !important;
    display:inline-block !important;
    text-decoration:underline !important;
}

.empty-list {
    font-style:italic;
}

a.ss-anchor {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}

.cc-small {
    width:100px; 
    display:inline-block;
    padding-right:10px;
}

.grid-link {
    color:#82a816 !important;
    font-size:14px !important;
    padding-left:5px !important;
    display:inline-block !important;
    text-decoration:underline !important;
    font-weight:normal !important;
}

input::-moz-placeholder {
    color: #999;
    opacity: 1; }
input:-ms-input-placeholder {
    color: #999; }
input::-webkit-input-placeholder {
    color: #999; }

textarea::-moz-placeholder {
    color: #999;
    opacity: 1; }
textarea:-ms-input-placeholder {
    color: #999; }
textarea::-webkit-input-placeholder {
    color: #999; }

.container-respondent {
    margin-left: 9% !important;
}

.banner-respondent{
    padding: 20px 0 !important;
}


.k-question-hidden {
    display: none !important;
}

.slider-tick {
    background-color: #e6d9e1 !important;
    background-image: none !important;
    opacity: unset !important;
}

.slider-handle {
    filter: brightness(90%) !important;
}

.slider-tick.in-selection {
    background-image: -webkit-linear-gradient(top,#8ac1ef 0,#82b3de 100%) !important;
    background-image: -o-linear-gradient(top,#8ac1ef 0,#82b3de 100%) !important;
    background-image: linear-gradient(to bottom,#8ac1ef 0,#82b3de 100%) !important;
    background-repeat: repeat-x !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef',endColorstr='#ff82b3de',GradientType=0) !important;
    opacity: 1 !important;
}


.slider-track-high {
    background-color: #e6d9e1 !important;
}

.slider-tick-label {
    white-space: normal !important;
    vertical-align: top !important;
}

.slider.slider-horizontal {
    width: 100% !important;
}

.sliderrow {
    padding-right: 0px;
}
@media only screen and (max-width: 767px) {
    .sliderrow {
        padding-left: 20px;
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .sliderrow {
        padding-left: 50px;
        width: 99%;
    }
}

.leftlabelcell {
    margin-left:10px;
    padding-left: 0%;
    text-align: center;
}

.rightlabelcell {
    text-align: center;
    margin-right: 10px;
    padding-right: 0%;
    overflow-wrap: break-word;
}
.dashboard-tile-rounded-corners {
    border-radius: 10px;
}

.htmx-indicator {
    opacity: 0;
    transition: opacity 200ms ease-in;
}

.htmx-request .htmx-indicator {
    opacity: 1;
}

.htmx-request.htmx-swap-indicator .modal-body-content {
    opacity: 0;
}