html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5em;
}

img {
	max-width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;

}
ol, ul {
	list-style: square;
	margin: 0 0 0.5em;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
code {
	background-color: #f4f4f4;
	font-family: Menlo, 'Panic Sans', monospace;
	font-size: 0.875em;
}
strong {
	font-weight: bold;
}
p {
	margin: 0 0 0.5em;
	max-width: 634px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: sommet-slab-1, sommet-slab-2, Georgia, serif;
	font-weight: normal;
	line-height: 1.2em;
	padding: 0.5em 0 0.25em;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.25em;
}

h5, h6 {
	font-size: 1em;
}

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}




 


/* Date Picker */


.datepicker {
  background-color: #ffffff;
  border-color: #999;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  display: none;
  position: absolute;
  z-index: 900;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 18px;
  padding-bottom: 4px;
  width: 218px;
  font-size:13px;
  font-family: 'Source Sans Pro', sans-serif;
}
.datepicker .nav {
  font-weight: bold;
  width: 100%;
  padding: 4px 0;
  background-color: #f5f5f5;
  color: #808080;
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  zoom: 1;
}
.datepicker .nav:before, .datepicker .nav:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.datepicker .nav:after {
  clear: both;
}
.datepicker .nav span {
  display: block;
  float: left;
  text-align: center;
  height: 28px;
  line-height: 28px;
  position: relative;
}
.datepicker .nav .bg {
  width: 100%;
  background-color: #fdf5d9;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker .nav .fg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.datepicker .button {
  cursor: pointer;
  padding: 0 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker .button:hover {
  background-color: #808080;
  color: #ffffff;
}
.datepicker .months {
  float: left;
  margin-left: 4px;
}
.datepicker .months .name {
  width: 72px;
  padding: 0;
}
.datepicker .years {
  float: right;
  margin-right: 4px;
}
.datepicker .years .name {
  width: 36px;
  padding: 0;
}
.datepicker .dow, .datepicker .days div {
  float: left;
  width: 30px;
  line-height: 25px;
  text-align: center;
}
.datepicker .dow {
  font-weight: bold;
  color: #808080;
}
.datepicker .calendar {
  padding: 4px;
}
.datepicker .days div {
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker .days div:hover {
  background-color: #0064cd;
  color: #ffffff;
}
.datepicker .overlap {
  color: #bfbfbf;
}
.datepicker .today {
  background-color: #fee9cc;
}
.datepicker .selected {
  background-color: #bfbfbf;
  color: #ffffff;
}

/* MK ADDITIONS */

.intro {
	font-size: 2.75em;
	font-family: 'Lobster', cursive;
	line-height: 1.1em;
	max-width: none;
	text-align:center;
	
}

.intro2 {
	font-size: 2.75em;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1.1em;
	max-width: none;
	text-align:center;
	
}

.step2binput {
	font-size: 1.75em;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1.1em;
	max-width: none;
	text-align:center;
	
}

.ex {
	font-size: .8em;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1.1em;
	color:#999;
	text-align:left;
	text-transform:uppercase;
	
}

.ex a {
	color:#666;
	text-decoration:none;
	
	}

.ex a:hover {
	
	color:#030;
	
}

.ex2 {
	font-size: .6em;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1.1em;
	max-width: none;
	color:#999;
	text-align:center;
}


.homeimg {
	
	text-align: center;
}

.mission {
	font-size: 1.4em;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1.1em;
	max-width: none;
	color:#4c3d3d;
	text-align:left;
	margin-top: 15%;
	max-width: 60%;
}

.homecta {
	font-size: .8em;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1.1em;
	color:#f4e5e5;
	text-align:center;
	background: #e4d7d7;
	padding: 10px;
	max-width: 20%;
	text-transform: capitalize;

}


.homecta a {
	text-decoration: none;
	color:#151414;


}

.homecta a:hover {
	text-decoration:underline;
	

}




.step2subtext {

	font-size: .7em;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1.1em;
	max-width: none;
	color:#999;
	text-align:center;
	
}

hrspecial {
    border: 0;
    height: 1px;
    background: #333;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,hsla(0,0%,0%,0)), color-stop(50%,hsla(0,0%,0%,.75)), color-stop(100%,hsla(0,0%,0%,0)));
    background: -webkit-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.75) 50%, hsla(0,0%,0%,0) 100%);
    background:    -moz-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.75) 50%, hsla(0,0%,0%,0) 100%);
    background:     -ms-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.75) 50%, hsla(0,0%,0%,0) 100%);
    background:      -o-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.75) 50%, hsla(0,0%,0%,0) 100%);
    background:         linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.75) 50%, hsla(0,0%,0%,0) 100%);
}​


.measureof {
	font-size: 2.15em;
	 font-family: 'Source Sans Pro', sans-serif;
	line-height: 1.1em;
	max-width: none;
	color:#666;
}

#input_2  {
	
	width:320px;
	background-color: transparent;
	border: 1px;
	border-top-color:#FFF;
	border-bottom-color:#F6E0D6;
	border-bottom-style:dashed;
	height: 70px;
	font-size: 1.13em;
	font-family: 'Lobster', cursive;
	line-height: 1.1em;
	color:#999;
	outline: none;
	text-align:left;
	
	

}

#input_3  {
	
	width:370px;
	background-color: transparent;
	border: 1px;
	border-top-color:#FFF;
	border-bottom-color:#F6E0D6;
	border-bottom-style:dashed;
	height: 70px;
	font-size: 1.13em;
	font-family: 'Lobster', cursive;
	line-height: 1.1em;
	color:#333;
	outline: none;
	text-align:center;
	
	
	

}

.variablestatement {
	
	
	text-align: left;
	background-color:#FFF;
	padding:20px;
	
	
}

#step2binputfield  {
	
	width:270px;
	background-color:#FFF;
	border: 1px;
	border-top-color:#FFF;
	border-bottom-color:#EAEAEA;
	border-bottom-style:solid;
	height: 50px;
	font-size: 1.13em;
	 font-family: 'Source Sans Pro', sans-serif;
	line-height: 1.1em;
	color:#E1E1E1;
	outline: none;
	text-align:center;
	
	


}

.inputStep1    {
	
	width:170px;
	background-color:#FFF;
	border: 1px;
	border-bottom-color:#999;
	border-bottom-style:dashed;
	height: 70px;
	font-size: 1.0em;
	 font-family: 'Source Sans Pro', sans-serif;
	line-height: 1.1em;
	color:#E1E1E1;
	outline: none;
	text-align:center;

}

.Tspacer {
	margin-top:30px;
	
}

ul#list-nav {
 
  list-style:none;
  text-align:right;
  margin-top:20px;

}

ul#list-nav li {
  display:inline;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight:bold;	
  font-size:12px;
  text-transform:uppercase;
   padding:5px 5px;
 
}

ul#list-nav li a {
 text-decoration:none;
  color:#000;

}

ul#list-nav li a:hover {
	text-decoration:underline;
}


.highlightlinks {
	
   background-color:#E5E5E5;
   padding:5px 5px;
	
}




ul#likert-nav {
 
  list-style:none;

}

ul#likert-nav li {
  display:inline;
    padding:5px;

 
}


.gridheader {
	padding: 19px 20px 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #40342A;
	border-top: 1px solid #000;
	
}

.gridbody {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:20px;
	color:#00A5CC;
	
}

.gridINST {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.gridANS {
  	padding: 5px 5px 5px;
 	margin-top: 10px;
  	margin-bottom: 10px;
 
}

.likertgrid {
  	padding: 5px 5px 5px;
 	margin-top: 20px;
  	margin-bottom: 20px;
	text-align:center;
 
}

.gridANScopy {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:15px;
	color:#333;
	
	
}


.gridINST2 {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.gridANS2 {
  	padding: 19px 20px 20px;
 	margin-top: 20px;
  	margin-bottom: 40px;
	background-color: #6FF;
 	border-top: 1px solid #e5e5e5;
}

.gridANScopy2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:15px;
	color:#333;
	height:55px;
	
}

.gridBUTTON {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  
 
}

.gridBOX {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
}

.likertBOX {
  padding: 5px 5px 5px;
  margin-top: 3px;
  background-color:#000000;
  border: 1px solid #ac9696;
  text-align: center;
  vertical-align:baseline;
  
  }
  
  .likertSTATEMENT {
  padding: 5px 5px 5px;
  margin-top: 3px;
  background-color:#ddd7d7;
  border: 1px solid #d4bbbb;
  text-align: center;
  vertical-align:baseline;
  
  }


.gridboxheader {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:35px;
	color:#333;
	
}

.gridboxbody {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:14px;
	color:#999;
	
}

.loginheader {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:25px;
	color:#CCC;
	
}


.statement {
	display:inline-table;	
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: .1em; 
	-moz-border-radius: .1em;
	border-radius: .1em;

	vertical-align:bottom;
	color:#190909;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:.7em;
	
 
	
}

.likertbutton {
	display:inline-table;	
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: .1em; 
	-moz-border-radius: .1em;
	border-radius: .1em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	vertical-align:bottom;
	color:#ffffff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:.7em;
	
 
	
}
.likertbutton:hover {
	text-decoration: underline;
}
.likertbuttonn:active {
	position: relative;
	top: 1px;
}


.optionsbutton {
	display:inline-table;	
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: .1em; 
	-moz-border-radius: .1em;
	border-radius: .1em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	vertical-align:bottom;
	color:#ffffff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:.7em;
	padding: .313em 2.500em .313em;
	
 
	
}
.optionsbutton:hover {
	text-decoration: underline;
}
.optionsbuttonn:active {
	position: relative;
	top: 1px;
}



.black {
	
	color:#ffffff;
	border: 0px solid #c96a6a;
	background:black;
	
}

.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

.banner-wrap {
	background-image: url('../brillant.png');
    background-repeat: repeat;	
	border-bottom: 1px solid #ccc;
	
	
}



.logosmile {

padding:10px;
text-align: left;
	
}

.titledivider {
	
	border-bottom: 1px solid #D9D9D9;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:13px;
	font-weight:400;
	padding:10px;
	color:#333;
	vertical-align:top;
	
	
}

.copyright {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:12px;
	color:#999;
	text-align:right;
	
}

.copyright a {
	color:#333;
	text-decoration:none;
	
}

.copyright a:hover {
	
	text-decoration:underline;
	
}

.entryheader {
	
	font-family: 'Source Sans Pro', sans-serif;
	font-size:15px;
	color:#999;
	text-align:right;
	
}

.entry {
	
	font-family: 'Source Sans Pro', sans-serif;
	font-size:22px;
	color:#333;
	text-align:right;
	
}

.entrydate {
	
	font-family: 'Source Sans Pro', sans-serif;
	font-size:22px;
	color:#333;
	text-align:right;
	
	
	
}


/* TABLE */

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size:14px;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child,
.table-bordered tfoot:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}
.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child,
.table-bordered tfoot:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-right-topleft: 4px;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}
table [class*=span],
.row-fluid table [class*=span] {
  display: table-cell;
  float: none;
  margin-left: 0;
