/* CSS Document */

/* Additional Imports for Progressive UI Enhancement (Temporary) */
@import "/styles/ui/semantic/ui.grid.css";

/* tooltip styling. by default the element to be styled is .tooltip   */
div.tooltip {
	display:none;
	background-color:transparent;
	min-width:100px;
	z-index:1000;
}
div.tooltip-inner,
div.tooltip-content {
	background-color:#e0e0e0;
	border: 2px solid #333;
	font-size:80% !important;
	padding:5px;
	margin:0;
	color:#333;	
	text-align:left;
	line-height:1.3em;
}

div.ui-tooltip {
    padding:0 !important;
}

div.tooltip * {
	color:#333;
	font-size:inherit;
	line-height:1em !important;
}
div.tooltip h1 {
	font-size:100%;
	background-color:#333;
	color:#e0e0e0;
	font-weight:bold;
	margin: 0;
	padding:2px 5px;
	line-height:1em;
}
div.tooltip p { margin:5px 0; }
div.tooltip table {margin:0 0 5px 0; }
div.tooltip td { line-height: 1em !important; }
div.tooltip th { line-height: 1em !important; }

div.tooltip a { color: #333; text-decoration:none; }
div.tooltip a:link { color: #333; }
div.tooltip a:visited { color: #333; }
div.tooltip a:hover { color: #333; text-decoration:underline; }
div.tooltip a:active { color: #333; }

div.tooltip:before {
    content:'';
	display:none;
    position: absolute;
    top: 0;
	bottom:0;
    left: 0;
    right: 0;
    margin: 0;
    width: 0;
    height: 0;
	border:none;
}

div.tooltip.top { padding-bottom:10px; }
div.tooltip.right { padding-left:10px; }
div.tooltip.left { padding-right:10px;}
div.tooltip.bottom { padding-top:10px;}



div.tooltip.left:before {
	display:block;
    top: 50%;
    right: 0;
    left: auto;
    margin: -12px 0 0 0;
    border-left: solid 12px #333;
    border-top: solid 12px transparent;
    border-bottom: solid 12px transparent;
}
div.tooltip.right:before {
	display:block;
    top: 50%;
    left: 0;
    right: auto;
    margin: -12px 0 0 0;
    border-right: solid 12px #333;
    border-top: solid 12px transparent;
    border-bottom: solid 12px transparent;

}
div.tooltip.top:before {
	display:block;
	top:auto;
    bottom:0;
    left: 50%;
    right: auto;
    margin:  0 0 0 -12px;
    border-top: solid 12px #333;
    border-left: solid 12px transparent;
    border-right: solid 12px transparent;
}
div.tooltip.bottom:before {
	display:block;
	top:0;
    bottom:auto;
    left: 50%;
    right: auto;
    margin:  0 0 0 -12px;
	border-bottom: solid 12px #333;
    border-left: solid 12px transparent;
    border-right: solid 12px transparent;

}
div.toolbar-spacer,
a.toolbar,
a.toolbar:hover,
a.toolbar:active,
a.toolbar:visited {
	text-decoration:none;
	display:inline-block;
	width:18px;
	height:18px;
	line-height:1em;
	font-size:14px;
	box-sizing:border-box;
	padding:2px;
}

#tableFilterBox {
	background-color:#e8e8e8;
	display:none;
	float:left;
	width:100%;	
}
#tableFilterBox table { background-color:transparent; }

.lockstatus {
	font-size:100%;
	color:rgb(0,125,0);
	text-align:center;
}
.lockstatus i {
	font-size:150%;
}
#simplemodal-overlay { background-color:#000;}
#simplemodal-container {
	background-color:#e0e0e0;
	border:none;
	padding:0;
	float:left;
	max-width:80%;
	max-height:80%;
}
#simplemodal-container * {  }
#simplemodal-container a.modalCloseImg {
	background:url(/images/modal_close.gif) no-repeat; /* adjust url as required */
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-18px;
	cursor:pointer;
}
#simplemodal-container div.errormsg {
	color:#900;
	padding:2px 10px;
	border:none;
	font-size:12px;
	line-height:1.2em;
	text-align: left;
}
#simplemodal-container div.errormsg li { margin:2px 2px 2px 20px; line-height:1.2em; }
#simplemodal-container div.errormsg p { margin:2px 0; line-height:1.2em; }
#simplemodal-container div.errormsg h1 { margin:5px 0; font-size:120%;font-weight:bold; }
#simplemodal-container iframe { margin:0; padding:0; border:none; }

.modal_dialog {
	display:none;
	float:left;
	padding:5px;
	margin:0;
	background-color:#e0e0e0;
	color:#333;
	border:1px solid #606060;
}
.modal_wait {
	display:none;
	padding:20px;
	margin:0;
	background-color:#fff;
	color:#333;
	border:1px solid #606060;
	text-align:center;
}

.modal_form {
	display:none;
	float:left;
	padding:5px;
	margin:0;
}
.modal_form h1 {  color:#333; margin:0;padding:2px 5px; }
.modal_form .button { padding:2px 5px; color:#fff; }
.required { padding:0 3px; font-size:110%; color:firebrick !important; }
.alert { color:firebrick !important; }
.confirmmsg, .confirmation { color:forestgreen !important; }
.actionmsg { color:firebrick; font-weight: bold; }
.complete { color:#090 !important; }

i.icon-flag { color:#606060; }
span.alert { margin:0; padding:0; }
.inputerror {
	background-color:#FF8080 !important;
	color:#000000 !important;
}
.highlight { background-color:#FAFFAE !important; }
.eligible { background-color:#A0D8A0  !important; }
.ineligible { background-color:#9F8B7F !important; }

.smalltext { font-size:9px; }
.level0 { padding-left:0px; }
.level1 { padding-left:10px; }
.level2 { padding-left:20px; }
.level3 { padding-left:30px; }
.level4 { padding-left:40px; }
.level5 { padding-left:50px; }

.small-text { font-size:90% !important; }
.medium-text { font-size:100% !important; }
.large-text { font-size:120% !important; }
.xlarge-text { font-size:150% !important; }
.xxlarge-text { font-size:180% !important; }


input.link { 
	border:none;
	background-color:transparent;
	font-size:100%;
	margin:0 2px;
	padding:0;
	text-decoration:underline;
}

.testimonials  {
	color:#606060;
	width:100%;
	float:left;	
	font-size:100%;
	margin-bottom:10px;
}
ul.testimonials {
	list-style-type: none;
	margin-left:0;
}
.leftquote {
	float:left;
	width:30%;
	max-width:50px;
}
.hidden { display:none; }
.rightquote {
	float:right;
	width:30%;
	max-width:50px;
}
.leftquote img,.rightquote img {
	width:100%;	
}
.moreellipses {
	float:left;	
}
.fltlft { float:left; }
.fltrt { float:right; }

.testimonials .testimonial {
	font-style:italic;
	width:100%;
	float:left;
}
.testimonials .testimonial .comment {
	width:auto;
}
.testimonial div.content {
	float:left;
	width:70%;
	margin:0;
	padding:5px;
	box-sizing:border-box;
}
.testimonial blockquote {
	display:inline-block;
    text-align: center;
	position:relative;
    width:auto;
	font-size:100%;
	font-style:italic;
	margin:0px;
	padding:10px 40px;
	line-height:1em;
}

.testimonial blockquote:before,
.testimonial blockquote:after {
    position: absolute;
    width: 1em;
    height: 1em;
	font-family:arial;
    font-size: 400%;
    line-height: 1;
}
.testimonial blockquote:before {
    top: 0;
    left: -10px;
    content: "\201C";
}
.testimonial blockquote:after {
    bottom: 0;
    right: 0;
    content: "\201D";
}



.testimonials .testimonial .name {
	text-align:right;
	font-weight:bold;
	display:inline-block;
	width:100%;
}
.testimonials .testimonials .tag {
	font-weight:bold;
	font-size:140%;
	text-align:center;
	font-style:italic;
	float:left;
	width:70%;
}
.testimonials .testimonial .image {
	position:absolute;
    max-width:100px;
    width:30%;
	bottom:0;
	right:0;
	box-sizing:border-box;
}
.testimonials .testimonial .image img {
	width:100%;
}

.stepbox {
	float:right;
	width:100%;
	max-width:180px;
}
.framebox {
	width:100%;
	text-align:center;
	margin:0;
	padding:0;
}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.tablehead {
	width:100%;
	margin:0;
	padding:6px;
	background-color:transparent;
	color:inherit;
	line-height: 1.6em;
	font-size:100%;
	font-weight : bold;
	vertical-align : bottom;
}

table.innerform { width:100%; }
table.form th h1, table.list th h1, table.form th h2, table.list th h2 {
	color:inherit;
	margin:0;
	padding:0;
	line-height:1.6em;
	display:inline;
	font-size:140% !important;
}

table.zebra tbody tr:nth-child(even) { background-color: #e0e0e0; }
table.zebra tbody tr:nth-child(odd) { background-color: #fff; }


ul.check { list-style-image : url(/images/check.png); }
ul.checklarge { list-style-image : url(/images/check_large.png); }
ul.checkboxlarge { list-style-image : url(/images/checkbox_large.png); }
ul.checkbox { list-style-image : url(/images/checkbox_medium.png); }
ul.checksmall{ list-style-image : url(/images/checkbox_small.png); }
ul.arrow { list-style-image : url(/images/arrow.png); }
p.check,
h1.check,
h2.check,
h3.check {
	 background-image:url(/images/check.png);
	 background-position: center left;
	 background-repeat:no-repeat;
	 padding-left:20px;
}

.lonform {
	position:relative;
	float:left;
	padding:5px;
	margin:0;
	font-size:100%;
	width:100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;	
}
.lonform .formcontainer,
.lonform .input,
.lonform label,
.lonform fieldset,
.lonform form {
	font-size:100%;
}
.lonform div.formitem {
	display:inline-block;
	width:100%;	
	font-size:100%;
	padding:.2em 10px;
	margin:0;
	position:relative;
	line-height: 1.2em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;	
}
.lonform div {
    box-sizing: border-box;	
}
.lonform .optgroup { 
	display:inline-block;
	padding:0 5px;
	border-radius: 6px;
}

.lonform.collapse {
	padding:0px;	
}

.lonform.collapse div.formitem {
	padding:0px;	
}

.lonform .row,
.lonform .one_column_width,
.lonform .one_column,
.lonform .two_column,
.lonform .three_column,
.lonform .four_column,
.lonform .five_column,
.lonform .six_column,
.lonform .seven_column,
.lonform .eight_column {
	float:left;
	width: 100%; 
	margin:0 !important;
}

.lonform .two_column > .one_column_width  { float:left !important; width: 50% !important; }
.lonform .two_column > .two_column_width  { float:left !important; width: 100% !important; }

.lonform .three_column > .one_column_width  {  float:left !important; width: 33.333% !important; }
.lonform .three_column > .two_column_width  {  float:left !important; width: 66.666% !important; }
.lonform .three_column > .three_column_width  {  float:left !important; width: 100% !important; }

.lonform .four_column > .one_column_width {  float:left !important; width: 25% !important; }
.lonform .four_column > .two_column_width {  float:left !important; width: 50% !important; }
.lonform .four_column > .three_column_width {  float:left !important; width: 75% !important; }
.lonform .four_column > .four_column_width {  float:left !important; width: 100% !important; }

.lonform .five_column > .one_column_width {  float:left !important; width: 20% !important; }
.lonform .five_column > .two_column_width {  float:left !important; width: 40% !important; }
.lonform .five_column > .three_column_width { float:left !important; width: 60% !important; }
.lonform .five_column > .four_column_width {  float:left !important; width: 80% !important; }
.lonform .five_column > .five_column_width {  float:left !important; width: 100% !important; }

.lonform .six_column > .one_column_width {  float:left !important; width: 16.666667% !important; }
.lonform .six_column > .two_column_width { float:left !important;  width: 33.333% !important; }
.lonform .six_column > .three_column_width { float:left !important; width: 50% !important; }
.lonform .six_column > .four_column_width { float:left !important;  width: 66.666% !important; }
.lonform .six_column > .five_column_width {  float:left !important; width: 83.333% !important; }
.lonform .six_column > .six_column_width {  float:left !important; width: 100% !important; }

.lonform .seven_column > .one_column_width  { float:left !important;  width: 14.2857% !important; }
.lonform .seven_column > .two_column_width  {  float:left !important; width: 28.57143% !important; }
.lonform .seven_column > .three_column_width  {  float:left !important; width: 42.85713% !important; }
.lonform .seven_column > .four_column_width  { float:left !important;  width: 57.14285% !important; }
.lonform .seven_column > .five_column_width  {  float:left !important; width: 71.4285% !important; }
.lonform .seven_column > .six_column_width  {  float:left !important; width: 85.71428% !important; }
.lonform .seven_column > .seven_column_width  {  float:left !important; width: 100% !important; }

.lonform .eight_column > .one_column_width {  float:left !important; width: 12.5% !important; }
.lonform .eight_column > .two_column_width {  float:left !important; width: 25% !important; }
.lonform .eight_column > .three_column_width {  float:left !important; width: 37.5% !important; }
.lonform .eight_column > .four_column_width {  float:left !important; width: 50% !important; }
.lonform .eight_column > .five_column_width { float:left !important;  width: 62.5% !important; }
.lonform .eight_column > .six_column_width {  float:left !important; width: 75% !important; }
.lonform .eight_column > .seven_column_width { float:left !important;  width: 87.5% !important; }
.lonform .eight_column > .eight_column_width { float:left !important;  width: 100% !important; }

.lonform fieldset {
	border:none;
	min-height:0;
}

.lonform .formitem .comment {
	display:inline-block; /* hack for IE7 and below */
	vertical-align:top;
}

.lonform .formitem label span { float:none; padding:3px; height:1em; display:inline-block; }
.lonform .formitem label span.required { width:8px; }
.lonform .formitem.labeltop span.required { float:none; padding:2px 5px 0 0; margin-bottom:0; }
.lonform .formitem label span.required:after { font-size:100%; content : "*"; }

.lonform .formitem label {
	display:inline-block;
	width:45%;
	margin: 0;
	padding: .2em;
	border:none;
	text-align:right;
	font-size:90%;
	vertical-align:top;
	float:left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;	
}

.lonform .formitem.labelleft label,
.lonform .formitem label.labelleft {
	text-align:left;
	margin: 0;
	padding:.2em 0;
}

.lonform .formitem.labelright label,
.lonform .formitem label.labelright {
	text-align:right;
	padding-right:10px;
}

.lonform .formitem.labeltop label,
.lonform .formitem label.labeltop {
	width:98%;
	margin-right:0;
	margin-bottom:0;
	padding: .2em 0;
	margin: 0;
	text-align:left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;	
}

.lonform .formitem .hint{
	display:inline;
	margin-left:5px;
	text-align:left;
	font-size:100%;
}

.lonform fieldset legend {
	margin:0 5px 0 0;
	font-weight:600;
	max-width:100%;
	width:100%;
	background-color:inherit;
	box-sizing:border-box;
}
.lonform .formitem .hint {
	font-size:90%;
}

.lonform .formitem div.input {
	border:none;
	display:inline-block;
	width:55%;
	margin: 0;
	padding:0;
	text-align:left;
	float:left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;	
	
}
.lonform label.hidelabel {
	display:none !important;
}
.lonform label.hidelabel + div.input {
	width:100% !important;
}

.lonform .formitem.labeltop div.input {
	width:100%;
	text-align:left;
}

.lonform .formitem.shortlabels label { max-width:30% !important; }
.lonform .formitem.shortlabels div.input { max-width:70% !important; }



.lonform select,
.lonform textarea,
.lonform input[type="text"],
.lonform input[type="password"],
.lonform input[type="file"],
.lonform input[type="image"],
.lonform input[type="submit"],
.lonform input[type="reset"],
.lonform input[type="button"],
.lonform input[type="radio"],
.lonform input[type="checkbox"],
.lonform button {
	width: auto;
	height:auto;
	line-height:1.1em;
	padding:.2em;
	max-width:100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;	
	min-height:1.6em;
}

.lonform input[type="radio"],
.lonform input[type="checkbox"] {
	margin:.3em !important;
	width:1.2em !important;
	height:1.2em !important;
	min-height:auto !important;
}
.lonform textarea { width: 100%;max-width:100% }
.lonform .formactions {
	width:100%;
	text-align:right;
}
.lonform .formactions input.button { margin:10px 5px; }

.sliderform label {	font-size:90%;	}
.sliderform form {
	width:100%;
	display:inline-block;
}
.sliderform select,
.sliderform textarea,
.sliderform input[type="text"],
.sliderform input[type="password"],
.sliderform input[type="file"] {
  width: 98% !important;
  max-width: 300px !important;
  font-size:90%;
}

.lonform input[type="submit"],
.lonform input[type="reset"],
.lonform input[type="file"],
.lonform input[type="button"],
.lonform button {
	padding: 4px 8px;
	line-height: 1.2em;
	margin:0 auto;
}
.lonform .align-right { text-align:right; }
.lonform .align-left { text-align:left; }


.lonform .align-center,
.lonform .align-center > label,
.lonform .align-center > div.input
{ text-align:center !important; }



.lonform .padding-small { padding:1%; }
.lonform .padding-medium { padding:5%; }
.lonform .padding-large { padding:10%; }
div.padding-10 { padding:10px !important; }
div.padding-20 { padding:20px !important; }
div.padding-5 { padding:5px !important; }
.padding { padding:10px; }

.lonselect {
  display:inline-block;
  vertical-align: bottom;
  overflow: hidden;
  line-height:1em;
/* Themes default ----------------------------------------------------------- */
  border: 1px solid #999;
  /* <svg xmlns="http://www.w3.org/2000/svg" width="11" height="11" viewBox="0 0 11 11"><path d="M4.33 8.5L0 1L8.66 1z" fill="#666"/></svg> */
  background: #fff url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2211%22%20viewBox%3D%220%200%2011%2011%22%3E%3Cpath%20d%3D%22M4.33%208.5L0%201L8.66%201z%22%20fill%3D%22%23666%22%2F%3E%3C%2Fsvg%3E') right .2em center no-repeat;
}
.lonselect select {
  width: 100%;
  max-width:100%;
  padding-right: 1.5em !important;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;

  /* Hide arrow on FF */
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  /* You can style text of the active select option */
/*
	padding: 8px 38px 8px 8px; 
  font: 400 18px/1.5 'Open Sans', sans-serif;
  color: #606060;
 */
  
}
/* Hide arrow on IE10*/
.lonselect select::-ms-expand {
  display: none;
}
.lonselect optgroup {
  color: inherit;
  font: inherit;
}
/* IE9: To hide select arrow we make the select overflow on the right side there is not another way :( */
@media screen and (min-width:0\0) {
  .lonselect select {
    width: calc( 100% + 2em );
  }
}


/*  tab forms */
.tabform {
	color : inherit;
	background-color : transparent;
	padding : 2px 2px 2px 2px;
	margin:0;
	font-size : 100%;
}
.tabform { border-bottom : 1px solid #999; }
.tabform a { color : #333; }
.tabform a:hover { color : #333; }
.tabform a:active { color : #333; }
.tabform a:visited { color : #333; }
.tabform td { padding : 2px; }
.tabform th { padding : 2px; }
.tabform .tab-active {
	vertical-align : middle;
	text-align : center;
	border-top : outset 2px #fff;
	border-left : outset 2px #fff;
	border-right : outset 2px #fff;
	border-bottom : 1px none #999;
	padding : 0;
}

.tabform .tab-inactive {
	background-color:transparent;
	vertical-align : middle;
	text-align : center;
	border-top : outset 2px #fff;
	border-left : solid 1px #ccc;
	border-right : outset 2px #fff;
	border-bottom : 1px solid #999;
	padding : 0;
}

.tabform .tab-spacer {
	background-color : transparent;
	vertical-align : middle;
	text-align : center;
	border-bottom : 1px solid #999;
}

/* toggle object */
.lon-toggle {
  background: transparent;
  border: 0;
  border-radius: 0.25em;
  color: #888;
  cursor: pointer;
  font-size: 0.75em;
  font-weight: bold;
  margin-right: 0.5em;
  padding: 0.5em;
  text-transform: uppercase;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.lon-toggle:hover,
.lon-toggle:focus {
  background-color: #e0e0e0;
  color: #555;
  outline: transparent;
}

.flexbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

/*****************************************************
	Slider forms
*/
div.sliderform {
	float:left;
	width:100%;
	margin:0;
	padding:0;
}
div.sliderform div.lonform_wrapper  {
	position:relative;
	float:left;
	width:100%;
	margin:0;
	padding:0;
	font-size:100%;
	box-sizing:border-box;
}
div.sliderform div.lonform  {
	position:relative;
	float:left;
	width:100%;
	height:40px;
	margin:0;
	padding:0 1% !important;
	overflow:hidden;
	font-size:100%;
	border:none !important;
}
div.sliderform  div.lonform > fieldset {
	position:absolute !important;
	left:100%;
	top:0;
}
div.sliderform  div.lonform > div.formitem {
	position:absolute !important;
	left:100%;
	top:0;
}
div.sliderform > div.steps {
	width:100%;
	float:left;
	margin:0;
	padding:0;
}

div.sliderform div.steps > ul {
	width:100%;
	display:inline;
	margin:0;
	padding:0;
}
div.sliderform div.steps > ul li {
	position:relative;
	float:left;
	display:inline;
	text-align:center;
	margin:0;
	background:#e0e0e0;
	height:30px;
	overflow:hidden;
	padding:1%;
	line-height:1em;
	box-sizing:border-box;
}
div.sliderform div.steps > ul li > div.steptitle {
	position:relative;
	float:left;
	padding-right:25px;
}
div.sliderform div.steps > ul li > div.stepstatus {
	position:absolute;
	top:10px;
	right:2px;
	width:20px;
	height:20px;
	background-image:url(/images/validate_incomplete.png);
	background-repeat:  no-repeat;
}
div.sliderform div.steps > ul li.active {
	background:#CCC;
}

div.sliderform div.steps > ul li.error > div.stepstatus {
	background-image:url(/images/validate_error.png);
}
div.sliderform div.steps > ul li.complete > div.stepstatus {
	background-image:url(/images/validate_ok.png);
}

div.sliderform  div.sliderbuttons {
	float:left;
	width:100%;
	padding:2px 1%;
	box-sizing:border-box;
}
div.sliderform  div.sliderbuttons input.previous {
	float:left;
/*	margin:5px; */
	padding:4px 10px;
	font-size: 90%;
}
div.sliderform  div.sliderbuttons input.next {
	float:right;
/*	margin:5px; */
	padding:4px 10px;
	font-size: 90%;
}
div.sliderform  div.lonform legend {
	font-size:100%;
}
div.lonform input,
div.lonform button,
div.lonform select,
div.lonform textarea {
	line-height:1.1em;	
	margin:0;
	font-weight:normal;
	color:#333;
}
div.lonform legend,
div.lonform label {
	line-height:1.1em;	
	margin:0;
	font-weight:normal;
	color:#333;
}

div.sliderform h1 {
	line-height:1.1em;
	margin:0 0 5px 0;
}
div.sliderform p {
	line-height:1.1em;
	margin:0 0 5px 0;
}
/* multiselect styles */
.lmultiselect {
	max-width:100px;
}
.ui-multiselect {
	padding:2px 0 2px 4px;
	text-align:left;
	max-width:100px;
}
.ui-multiselect span.ui-icon { float:right }
.ui-multiselect-single .ui-multiselect-checkboxes input { position:absolute !important; top: auto !important; left:-9999px; }
.ui-multiselect-single .ui-multiselect-checkboxes label { padding:5px !important }

.ui-multiselect-header { margin-bottom:3px; padding:3px 0 3px 4px }
.ui-multiselect-header ul { font-size:0.9em }
.ui-multiselect-header ul li { float:left; padding:0 10px 0 0; margin:0; }
.ui-multiselect-header a { text-decoration:none }
.ui-multiselect-header a:hover { text-decoration:underline }
.ui-multiselect-header span.ui-icon { float:left }
.ui-multiselect-header li.ui-multiselect-close { float:right; text-align:right; padding-right:0 }

.ui-multiselect-menu { display:none; padding:3px; position:absolute; z-index:10000; text-align: left; font-size:90% !important; }
.ui-multiselect-menu li { margin:0; }

.ui-multiselect-checkboxes { position:relative /* fixes bug in IE6/7 */; overflow-y:scroll }
.ui-multiselect-checkboxes label { cursor:default; display:block; border:1px solid transparent; padding:3px 1px }
.ui-multiselect-checkboxes label input { position:relative; top:1px }
.ui-multiselect-checkboxes li { clear:both; font-size:0.9em; padding-right:3px }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label { text-align:center; font-weight:bold; border-bottom:1px solid }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a { display:block; padding:3px; margin:1px 0; text-decoration:none }

/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label { border:none }

/* blog styles */

.blog_legend {
	width:25%;
	float:right;
	font-size:90%;
}
.blog_articles {
	font-size:100%;
	width: 72%;
	float:left;	
}


.blog_articles p { font-size:100%; }
.blog_article {
	width:96%;
	padding:10px 2%;
	float:left;
	font-size:100%;
}
.blog_headline {
	width:100%;
}
.blog_headline h2 {
	margin:	5px 0;
}
.blog_headline a { text-decoration:none; }
.blog_headline a:hover { text-decoration:none; }
.blog_headline a:active { text-decoration:none; }
.blog_headline a:visited { text-decoration:none; }

.blog_content {
	float:left;
	font-size:100%;
	width:100%;
}
.blog_tags {
	float:left;
	font-size:85%;
	width:100%;
	
}
.blog_image {
	float:right;
	margin:0 0 20px 20px;
}
.blog_thumb,
.blog_image.thumb {
	float:left;
	margin:0 10px 10px 0;
}
.blog_image img {
	max-width: 300px;
	max-height:300px;
}
.blog_thumb img,
.blog_image.thumb img {
	max-width:90px;
	max-height:90px;
}
.smalldate {
	font-size:90%;	
}
/* social media styles */
.social-share-container {
	display:block;
}
.social-share {
	display:block;
	float:left;	
	margin:0 0 0 5px;
	overflow:hidden;
}
.social-share iframe { max-width:60px !important; max-height: 60px !important;}
.social-share.twitter iframe { max-width:none !important; }

.t-share{
  background:url(/images/social-icons/t-share.png) no-repeat;
  background-size: 58px 20px;
  padding-left: 58px;
  padding-top: 23px;
}
.fb-share{
  background:url(/images/social-icons/fb-share.png) no-repeat;
  background-size: 58px 20px;
  padding-left: 58px;
  padding-top: 23px;
}
.g-share{
  background:url(/images/social-icons/g-share.png) no-repeat;
  background-size: 58px 20px;
  padding-left: 58px;
  padding-top: 23px;
}

.link-share{
  background:url(/images/social-icons/link-share.png) no-repeat;
  background-size: 58px 20px;
  padding-left: 58px;
  padding-top: 23px;
}

a.social-share-button {
  text-decoration: none;
  display:inline-block;
  height:20px;
  width:auto;
  position:relative;
  color:#fff;
  background-color:#000;
  border-radius:3px;
  font-size:90%;
  text-align:center;
  vertical-align:middle;
  padding:4px 10px; 
  line-height: 1em;
  margin:0 2px;
}
a.social-share-button:hover,
a.social-share-button:active,
a.social-share-button:visited
{
	text-decoration: none;
  color:#fff;
}

a.social-share-button.twitter{
  background-color:#33CCFF;  
}
a.social-share-button.facebook{
  background-color:#3B5998;  
}
a.social-share-button.google-plus{
  background-color:#C63D2D;
}
a.social-share-button.linkedin{
  background-color:#4875B4;
}



/* news styles */
.news_legend {
	width:200px;
	float:right;
	font-size:90%;
}
.news_articles {
	font-size:100%;
	width: 500px;
	float:left;	
}
.news_articles p { font-size:100%; }
.news_article {
	width:100%;
	padding:10px 0;
	float:left;
	font-size:100%;
	border-bottom: 1px solid #999;
}
.news_image {
	float:left;
	padding: 10px 20px 10px 0;
}
.news_headline {
	width:100%;
}
.news_headline h2 {
	margin:	5px 0;
}
.news_headline a { text-decoration:none; }
.news_headline a:hover { text-decoration:none; }
.news_headline a:active { text-decoration:none; }
.news_headline a:visited { text-decoration:none; }

.news_content {
	float:left;
	font-size:100%;
	width:auto;
}
.news_tags {
	float:left;
	font-size:85%;
	width:100%;
	
}

.iconSelect {
	display:none;
	position:absolute;
	height:100px;
	width:100px;
	padding:5px;
	overflow-y:scroll;
	background:#e0e0e0;
	color:#606060;
	font-size:20px;
	line-height:1em;
}
.iconDisplay i,
.iconSelect i {
	font-size:140%;
}

img.center {   display: block;   margin-left: auto;   margin-right: auto; }
/********************************
 -	quick_slider	-
*********************************/
.quick_slider {
	width:100%;
	overflow:hidden;
}

.quick_slider > div.testimonials,
.quick_slider > ul {
	position:relative;
	width:100%;
	height:300px;
	margin:0 !important;
	padding:0 !important;
	overflow:hidden;
	list-style:none;
}

.quick_slider >div.testimonials >div.testimonial,
.quick_slider >ul >li {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	margin:0;
}


.quick_slider ul li .author {
	margin-top:10px;
	font-size:12px;
}

.quick_slider ul li h1 {
	font-size: 130%;
    line-height:1.1em;
}
.quick_slider ul li h2 {
	font-size: 120%;
    line-height:1.1em;
}

.quick_slider ul li p {
	font-style:italic;
    line-height:1.1em;
}

.quick_slider_navigation {
	margin-top:0;
	float:right;
}

.quick_slider_right {
	position:relative;
	z-index:2;
	float:left;
	background:URL(/images/small_right.png) no-repeat 7px 5px;
	background-color:#464646;
	width:20px;
	height:20px;
	-webkit-transition:all .15s ease-out;
	-moz-transition:all .15s ease-out;
	-o-transition:all .4s ease-out;
	-ms-transition:all .15s ease-in-out;
	cursor:pointer;
}

.quick_slider_left {
	position:relative;
	z-index:2;
	float:left;
	background:URL(/images/small_left.png) no-repeat 6px 5px;
	background-color:#464646;
	width:20px;
	height:20px;
	margin-right:2px;
	-webkit-transition:all .15s ease-out;
	-moz-transition:all .15s ease-out;
	-o-transition:all .4s ease-out;
	-ms-transition:all .15s ease-in-out;
	cursor:pointer;
}
.quick_slider_down {
	position:relative;
	float:right;
	background:URL(/images/small_down.png) no-repeat 6px 7px;
	background-color:#464646;
	width:20px;
	height:20px;
	-webkit-transition:all .15s ease-out;
	-moz-transition:all .15s ease-out;
	-o-transition:all .4s ease-out;
	-ms-transition:all .15s ease-in-out;
	cursor:pointer;
}

.quick_slider_right:hover,.quick_slider_left:hover, .quick_slider_down:hover {
	background-color:#373737;
}
tr.even,
td.even,
div.even {
	background-color:#e0e0e0;	
}
.toggleNext {
	cursor:pointer;	
}

.toggleNext > span.marker:before {
	content:"- ";
    width: 1em;
    height: 1em;
	font-family:arial;
    font-size: 100%;
    line-height: 1;
}
.toggleNext.collapsed > span.marker:before {
	content:"+ ";
}


.toggleNext + div,
.toggleNext + span,
.toggleNext + p {
	display:none;
}
.toggleNext.expanded + div,
.toggleNext.expanded + span,
.toggleNext.expanded + p {
	display:block;
}


.state-select-image { display:block; }
.state-select-dropdown { display:none; }

.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 40%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }

.officerthumb img {
	max-width:110px;
	min-width:70px;
	margin:0;	
}
div.socialmenu a { margin: 0 2px; display:inline-block; }
div.socialmenu a img { width: 25px; }

/*   spinner classes */
.spinner {
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%; /* Rounds out the halo */
    opacity: .7; /* Some subtle opacity to help blend with variable background colors */
	position:relative;
	margin:0 auto;
}
.spinner.small {
    height: 32px; width: 32px; /* Pixel size of the GIF you download */
    background-image: url("/images/spinner_green_32x32.gif");
}
.spinner.medium {
    height: 64px; width: 64px;
    background-image: url("/images/spinner_green_64x64.gif");
}
.spinner.large {
    height: 128px; width: 128px;
    background-image: url("/images/spinner_green_128x128.gif");
}
form {
	height:auto;
	width:100%;
	margin:0;
	padding:0;
	display:inline-block;
}

input, select, textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.button.small {
	font-size:80%!important;
	margin:0;
	padding:2px 4px;
	line-height:1.1em;
}
.button.large {
	font-size:150%!important;
	margin:0;
	padding:.4em .5em;
	line-height:1.1em;
}

.button.alert { background: firebrick !important; }

.officer-list img.officer-image {
	width:100px;
}
.officer-list img.officer-image-medium {
	width:100%;
	max-width:180px;
	margin:0 auto;
}
.officer-list img.officer-image-large {
	width:100%;
	max-width:250px;
	margin:0 auto;
}
.officer-list div.ol-content {
	padding:5px;
	display:block;
	font-size:100%;
	max-width:220px;
	margin:0 auto;
}
.officer-list .officer-img-wrapper {
    position: relative;
	overflow:hidden;
    width: 100%;
	padding-bottom:100%;
}

.officer-list .officer-img-wrapper img {
    position: absolute;
	display:block;
	height:auto;
    max-width: 100%;
    max-height: 100%;
	top:50%;
	left:50%;
	transform: translateX(-50%) translateY(-50%);
}

tr.odd.hover,
tr.even.hover {
	background:#cfcfcf !important;
}
table.zebra tbody tr:nth-child(even) { background-color: #e0e0e0; }
table.zebra tbody tr:nth-child(odd) { background-color: #fff; }

tr.highlight {
	background: rgba(160,109,0,0.40) !important;
}
table.borders td,
table.borders th {
	border: 1px solid #999 !important;
}
table.borders td.no-border,
table.borders th.no-border {
	border-style: none !important;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div.pieChart {
	margin:20px 2%;
	padding:5px;
	box-sizing:border-box;
	background:#e0e0e0;
	color:#333333;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;	
	border-radius:5px;
	font-size:100%;
	float:left;
	position:relative;
	width:96%;
}
div.pieChart > .title {
	margin:10px 0;
	padding:10px;;
	box-sizing:border-box;
	font-size: 130%;
	font-weight:bold;
	line-height:1em;
	width:100%;
	float:left;
	text-align:center;
}
div.pieChart > canvas.chart {
	margin:0;
	padding:0;
	box-sizing:border-box;
	font-size: 100%;
	line-height:1em;
}
div.pieChart > .summary {
	margin:10px 0;
	padding:10px;
	box-sizing:border-box;
	font-size: 120%;
	line-height:1.2em;
	width:100%;
	float:left;
	text-align:center;
}
div.pieChart > .summary h1 {
	font-size:120%;
	margin:10px 0;
	padding:0;
}
div.pieChart > .summary p {
	font-size:90%;
	margin:10px 0;
	padding:0;
}

div.pieChart > .legend {
	margin:0;
	padding:10px;;
	box-sizing:border-box;
	font-size: 80%;
	line-height:1.2em;
	width:100%;
	float:left;
	text-align:left;
	
}
div.pieChart > .legend ul {
	list-style:none;
	margin-left:0;
}
div.pieChart > .legend ul li {
	float:left;
	width:100%;
	margin-bottom:4px;
}
div.pieChart > .legend ul li span.bullet {
	display:inline-block;
	width:1em;
	height:1em;
	float:left;
	margin-right:10px;
	border-radius:8px;
}
div.pieChart > .legend ul li span.title {
	display:inline-block;
	width:auto;
	height:1em;
	float:left;
	background-color:transparent !important;
}
div.pieChart > .legend ul li span.value {
	display:inline-block;
	width:auto;
	height:1em;
	float:right;
}
.calculator {
	margin:20px 2%;
	padding:20px;
	box-sizing:border-box;
	background:#f0f0f0;
	color:#333333;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;	
	border-radius:5px;
	font-size:100%;
	float:left;
	position:relative;
	width:96%;
}
.calculator label {
	display:inline-block;
}
.calculator input {
	float:right;
	display:inline-block;
}
.calculator div.slider {
	margin:5px 0 10px 0;	
}

.calculator.result-box {
	text-align: center;
	min-height: 12em;
}

.calculator div.result-amount {
	font-size:130%;	
	margin:10px 0;
	width:100%;
	float:left;
}
.calculator div.result-comp {
	font-size:100%;	
	margin:10px 0;
	width:100%;
	float:left;
}
.calculator .green { color:forestgreen; }
.calculator .red { color:firebrick; }
.calculator .ui-slider { clear:both; }
.calculator .assumptions{ padding-top: 20px; }
pre { float:left; width:100%; margin:5px 0; }
.highlightbox { background-color:#a12642; color:#fff; }
.greybox { background-color:#e0e0e0;  color:#333; }
.redbox { background-color:#a12642; color:#fff; }
.dkgreybox { background-color:#606060; color:#e0e0e0; }
.blackbox { background-color:#000; color:#e0e0e0; }
.bluebox { background-color:#036; color:#fff; }
.greenbox { background-color:#7db800;  color:#fff;}
.roundcorners { 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.socials a {
    display: inline-block;
    width: 28px;
    height: 28px;
    text-indent:-9999px;
    overflow:hidden;
}
.socials .twitter { background: transparent url('/images/social-icons/social-icons-sprite.png') 0 0 no-repeat; }
.socials .facebook { background: transparent url('/images/social-icons/social-icons-sprite.png') scroll -35px 0 no-repeat; }
.socials .linkedin { background: transparent url('/images/social-icons/social-icons-sprite.png') scroll -70px 0 no-repeat; }
.socials .youtube { background: transparent url('/images/social-icons/social-icons-sprite.png') scroll -105px 0 no-repeat; }
.socials .pinterest { background: transparent url('/images/social-icons/social-icons-sprite.png') scroll -140px 0 no-repeat; }
.socials .activerain { background: transparent url('/images/social-icons/social-icons-sprite.png') scroll -175px 0 no-repeat; }
.socials .blogger { background: transparent url('/images/social-icons/social-icons-sprite.png') scroll -210px 0 no-repeat; }
.socials .flicker { background: transparent url('/images/social-icons/social-icons-sprite.png') scroll -245px 0 no-repeat; }
.socials .google { background: transparent url('/images/social-icons/social-icons-sprite.png') scroll -280px 0 no-repeat; }
.socials .google-plus { background: transparent url('/images/social-icons/social-icons-sprite.png') scroll -280px 0 no-repeat; }
.socials .zillow { background: transparent url('/images/social-icons/social-icons-sprite.png') scroll -315px 0 no-repeat; }
.socials .trulia { background: transparent url('/images/social-icons/social-icons-sprite.png') scroll -350px 0 no-repeat; }
.socials .instagram { background: transparent url('/images/social-icons/social-icons-sprite.png') scroll -385px 0 no-repeat; }

.socials .twitter:hover { background: transparent url('/images/social-icons/social-icons-sprite.png') 0 -35px no-repeat; }
.socials .facebook:hover { background: transparent url('/images/social-icons/social-icons-sprite.png') scroll -35px -35px no-repeat; }
.socials .linkedin:hover { background: transparent url('/images/social-icons/social-icons-sprite.png') scroll -70px -35px no-repeat; }
.socials .youtube:hover { background: transparent url('/images/social-icons/social-icons-sprite.png') scroll -105px -35px no-repeat; }
.socials .pinterest:hover { background: transparent url('/images/social-icons/social-icons-sprite.png') scroll -140px -35px no-repeat; }
.socials .activerain:hover { background: transparent url('/images/social-icons/social-icons-sprite.png') scroll -175px -35px no-repeat; }
.socials .blogger:hover { background: transparent url('/images/social-icons/social-icons-sprite.png') scroll -210px -35px no-repeat; }
.socials .flicker:hover { background: transparent url('/images/social-icons/social-icons-sprite.png') scroll -245px -35px no-repeat; }
.socials .google:hover { background: transparent url('/images/social-icons/social-icons-sprite.png') scroll -280px -35px no-repeat; }
.socials .google-plus:hover { background: transparent url('/images/social-icons/social-icons-sprite.png') scroll -280px -35px no-repeat; }
.socials .zillow:hover { background: transparent url('/images/social-icons/social-icons-sprite.png') scroll -315px -35px no-repeat; }
.socials .trulia:hover { background: transparent url('/images/social-icons/social-icons-sprite.png') scroll -350px -35px no-repeat; }
.socials .instagram:hover { background: transparent url('/images/social-icons/social-icons-sprite.png') scroll -385px -35px no-repeat; }

ul.tabmenu {
	list-style: none;
	line-height: 1.4em;
	display: block;
	vertical-align: bottom;
	color : #333;
	float:left;
	width:100%;
	padding:0;
	margin:20px 0;
	font-size : 100%;
	background-color : transparent;
}

ul.tabmenu li {
	display: inline-block;
    box-sizing:border-box;
	float: left;
	width:auto;
    line-height:1em;
    margin:8px 0 0 5px;
	padding : 0;

	border-left: 2px solid #999;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
    border-radius:5px 5px 0 0;
	background-color : #ccc;
	color : #333;
    opacity:.7;
	text-align : center;
	vertical-align : bottom;
	background-image: url(/images/tab_bg.png);
	background-repeat: repeat-x;

}
ul.tabmenu li:hover,
ul.tabmenu li.active {
    margin-top:0px;
    opacity:1;
}
ul.tabmenu li.active {
	padding : 9px 15px;
}

ul.tabmenu li.bottom {
	color : #ccc;
    opacity:1;
    width:100%;
    height:15px;
    display:block;
    float:left;
    margin:0;
    padding:0;
    border:none;
	border-bottom : 1px solid #333;
    border-radius:0;
	background-image: url(/images/tab_bg.png);

}

ul.tabmenu a,
ul.tabmenu a:hover,
ul.tabmenu a:active,
ul.tabmenu a:visited {
    box-sizing:border-box;
	width:100%;
    display:inline-block;
	font-size: 100%;
	background-color: transparent;
	text-decoration: none;
	padding: 5px 15px;
	margin: 0;
	color : inherit;
 }
ul.tabmenu a:hover { text-decoration:underline; }
ul.tabmenu li:hover a { padding : 9px 15px; }




div.tabsteps {
	width:100%;
	float:left;
	margin:0;
	padding:0;
}

div.tabsteps > ul {
	width:100%;
	float:left;
	display:inline;
	margin:5px 0;
	padding:0;
}
div.tabsteps > ul li {
	height:3em;
	width:12.3%;
	min-width:150px;
	position:relative;
	float:left;
	display:inline;
	text-align:center;
	overflow:hidden;
	padding:10px 25px 10px 10px;
	line-height:1em;
	box-sizing:border-box;
	background:#e0e0e0;
	color:#606060;
	font-weight:bold;
	border-radius:10px 10px 0 0;
	margin:0 1px;
}
div.tabsteps > ul.vertical li {
	width:100% !important;
}
div.tabsteps > ul li.error { color:#900; }
div.tabsteps > ul li.complete { color:#090; }

div.tabsteps > ul li > div.steptitle {
	position:relative;
	padding:0;
	color:#606060;
}
div.tabsteps > ul li > div.stepstatus {
	position:absolute;
	top:10px;
	right:5px;
	width:20px;
	height:20px;
	background-image:none !important;
	background-color:transparent;
	font-size:20px;
	color:inherit;
}

div.tabsteps > ul li > div.stepstatus:after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f056";
	color:inherit;
}
div.tabsteps > ul li.error > div.stepstatus:after {  content: "\f06a"; }
div.tabsteps > ul li.complete > div.stepstatus:after { content: "\f058"; }

div.bubblemenu { float:left; width:100%; }
div.bubblemenu ul.tabmenu {
	font-size:90%;
}
div.bubblemenu ul.tabmenu li {
	position:relative;
	box-sizing:border-box;
	background-color : #e0e0e0;
	color:#000000;
	border-radius:5px;
	font-size:100%;
	line-height:1.3em;
	border:none;
	-moz-box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.4);
    transition :all 0.5s ease;

}

div.bubblemenu ul.tabmenu li.active {
	background-color:rgb(0, 136, 206);
	color:#ffffff;
}
div.bubblemenu ul.tabmenu li.active:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -5px;
    top:100%;
    left: 50%;
    box-sizing: border-box;
    border: 5px solid black;
	border-color: transparent transparent rgb(0, 136, 206) rgb(0, 136, 206);
    transform-origin: 0 0;
    transform: rotate(-45deg);
    box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.4);
 
}

div.bubblemenu ul.tabmenu li i {
	float:left;
	display:inline-block;
	width:2em;
    height:2em;
    font-size:100%;
	line-height:1em;
    margin:0 10px 0 0;
    padding:.5em .25em;
    background:rgb(0, 136, 206);
    color:#ffffff;
    border-radius:50%;
    box-sizing: border-box;
}

div.bubblemenu ul.tabmenu li.bottom {
	display:none;
}
div.bubblemenu ul.tabmenu li.active i {
    color:rgb(0, 136, 206);
    background:#ffffff;
}

input[type="text"][disabled],input[type="text"][readonly],
input[type="password"][disabled],input[type="password"][readonly],
input[type="date"][disabled],input[type="date"][readonly],
input[type="datetime"][disabled],input[type="datetime"][readonly],
input[type="email"][disabled],input[type="email"][readonly],
input[type="number"][disabled],input[type="number"][readonly],
input[type="search"][disabled],input[type="search"][readonly],
input[type="tel"][disabled],input[type="tel"][readonly],
input[type="time"][disabled],input[type="time"][readonly],
input[type="url"][disabled],input[type="url"][readonly],
select[disabled],select[readonly],select:disabled,
textarea[disabled], textarea[readonly],
.readonly {
    background-color: #eee;
}
button,input,optgroup,select,textarea { color: #000; }

/* class for content to be displayed by screen readers only */
.sr-only {
    position: absolute;
    margin: -1px 0 0 -1px;
    padding: 0;
    display: block;
    width: 1px;
    height: 1px;
/*
	font-size: 1px;
    line-height: 1px;
*/
	overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    outline: 0;
    }
label.sr-label {
	display:inline !important;
	float:none !important;
	margin:0 !important;
	padding:0 !important;
	width:auto !important;
	height:auto !important;
}

div.hideShowTextField-wrapper > input {
	width:100% !important;
	display:block !important;
}
div.hideShowTextField-wrapper > button {
	width:auto !important;
}

*::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #c0c0c0;
}
*:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #c0c0c0;
   opacity:  1;
}
*::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #c0c0c0;
   opacity:  1;
}
*:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #c0c0c0;
}
/* IE9, IE10 */
@media screen and (min-width:0\0) {
	select:disabled, select.readonly { background-color:#eeeeee; }
}

@media all and (min-width: 980px) {
	.show_for_small { display:none !important; }
	.hide_for_large { display:none !important; }

}
@media all and (min-width: 768px) and (max-width: 979px) {
	.show_for_small { display:none !important; }
	.hide_for_large { display:none !important; }
}

@media all and (max-width: 980px) {
	div.bubblemenu ul.tabmenu { font-size: 90% !important; }
}

@media all and (max-width: 767px) { 
.flexbox { display: block !important; overflow:visible !important; }
.state-select-image { display:none; }
.state-select-dropdown { display:block; }
.lonform .two_column > .one_column_width  { float:left; width: 100% !important; }
.lonform .three_column > .one_column_width  {  float:left; width: 100% !important; }
.lonform .three_column > .two_column_width  {  float:left; width: 100% !important; }

.lonform .four_column > .one_column_width {  float:left; width: 100% !important; }
.lonform .four_column > .two_column_width {  float:left; width: 100% !important; }
.lonform .four_column > .three_column_width {  float:left; width: 100% !important; }

.lonform .five_column > .one_column_width {  float:left; width: 100% !important; }
.lonform .five_column > .two_column_width {  float:left; width: 100% !important; }
.lonform .five_column > .three_column_width { float:left; width: 100% !important; }
.lonform .five_column > .four_column_width {  float:left; width: 100% !important; }

.lonform .six_column > .one_column_width {  float:left; width: 100% !important; }
.lonform .six_column > .two_column_width { float:left;  width: 100% !important; }
.lonform .six_column > .three_column_width { float:left; width: 100% !important; }
.lonform .six_column > .four_column_width { float:left;  width: 100% !important; }
.lonform .six_column > .five_column_width {  float:left; width: 100% !important; }

.lonform .seven_column > .one_column_width  { float:left;  width: 100% !important; }
.lonform .seven_column > .two_column_width  {  float:left; width: 100% !important; }
.lonform .seven_column > .three_column_width  {  float:left; width: 100% !important; }
.lonform .seven_column > .four_column_width  { float:left;  width: 100% !important; }
.lonform .seven_column > .five_column_width  {  float:left; width: 100% !important; }
.lonform .seven_column > .six_column_width  {  float:left; width: 100% !important; }

.lonform .eight_column > .one_column_width {  float:left; width: 100% !important; }
.lonform .eight_column > .two_column_width {  float:left; width: 100% !important; }
.lonform .eight_column > .three_column_width {  float:left; width: 100% !important; }
.lonform .eight_column > .four_column_width {  float:left; width: 100% !important; }
.lonform .eight_column > .five_column_width { float:left;  width: 100% !important; }
.lonform .eight_column > .six_column_width {  float:left; width: 100% !important; }
.lonform .eight_column > .seven_column_width { float:left;  width: 100% !important; }

.hide_for_small { display:none !important; }

}
@media all and (max-width: 480px) { 
}
@media print {
	.hide_for_print { display:none; }
}


/* For MI */

.mi-comparisons-container {
	width: 100%;
	display: flex;
	align-items: center;
	height: auto;
	justify-content: center;
	flex-direction: column;
	flex-wrap: wrap;
	font-size: 100%;
}

@media only screen and (min-width: 768px) {
	.mi-comparisons-container {
		padding: 25px;
	}
}



.pmi-wrapper .mi-comparisons-container {
	width: 100%;
}

.mi-comparisons-container .mi-comparison-content {
	display: flex;
	justify-content: center;
	width: 100%;
	gap: 10px 10px;
	flex-wrap: wrap;
	flex-direction: row;
}

.mi-comparisons-container .mi-comparison-content .mi-content {
	display: none;
}

.comparison-title {
	margin-bottom: 15px;
}

.mi-comparisons-container .mi-comparison-content .comparison-result {
	list-style-type: none;
	border: 1px solid #eee;
	margin: 0;
	padding: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 100% !important;
	min-height: 0 !important;
}

.mi-comparisons-container .mi-comparison-content .comparison-result.failure {
	border: 2px solid red;

}

.mi-comparisons-container .mi-comparison-content .comparison-result.failure span {
	font-weight: normal !important;
	font-size: 150% !important;
}

.pmi-wrapper .mi-comparisons-container .mi-comparison-content .comparison-result {
	/*width: 280px;*/
}

.mi-comparisons-container .mi-comparison-content .comparison-result.loading {
    background-image: url("/images/spinner_green_64x64.gif");
    background-position: center center;
    background-repeat: no-repeat;
    opacity: .7;
    position: relative;
    margin: 0 auto;
}

.mi-comparisons-container .mi-comparison-content .comparison-result ul {
	margin-left: 0;
}

.mi-comparisons-container .mi-comparison-content .comparison-result ul li{
	margin-left: 0;
	list-style: none;
	word-break: break-all;
	text-align: left;
}

.mi-comparisons-container .mi-comparison-content .comparison-result ul li span {
	display: inline-block;
	word-break: break-word;
}

.mi-comparisons-container .mi-comparison-content .comparison-result ul li span:first-child {
	font-weight: bold;
	text-align:right;
	width:40%;
}
.mi-comparisons-container .mi-comparison-content .comparison-result ul li span:nth-child(2) {
	width:58%;
}

.mi-comparisons-container .comparison-result .mi-header {
	/*background-color: rgb(16, 42, 91) !important;*/
    color: #222;
    font-size: 150%;
    text-align: center;
    display: flex;
    padding: 15px;
    flex-direction: column;
}

@media only screen and (min-width: 768px) {
	.mi-comparisons-container .comparison-result .mi-header {
		flex-direction: row;
	}
}

.mi-comparisons-container .comparison-result .mi-header .mi-header-info {
	display: flex;
	flex-grow: 1;
	width: 100%;
	justify-content: space-between;
}

@media only screen and (min-width: 768px) {
	.mi-comparisons-container .comparison-result .mi-header .mi-header-info {
		width: 70%;
	}
}

.mi-comparisons-container .comparison-result .mi-header .mi-header-title {
	font-size: 100%;
	width: 30%;
	text-transform: uppercase;
	text-align: left;
}

@media only screen and (min-width: 1200px) {
	.mi-comparisons-container .comparison-result .mi-header {
		padding: 15px;
		cursor: pointer;
	}
}

.comparison-result.success.selected {
	border: 3px solid #090;
}

.mi-comparisons-container .comparison-result .mi-content {
	padding: 10px;
}

.mi-comparisons-container .comparison-result .mi-content div {
	margin-bottom: 5px;
}

.mi-comparisons-container .comparison-result .mi-content ul {
	display: flex;
	flex-wrap: wrap;
}

.mi-comparisons-container .comparison-result .mi-content ul li {
	width: 100%;
}

@media only screen and (min-width: 768px) {
	.mi-comparisons-container .comparison-result .mi-content ul li {
		width: 33.33%;
	}
}

.mi-comparisons-container .comparison-result .mi-header-title {
	font-size: 100%;
    font-weight: bold;
    text-align: center;
}

.mi-comparisons-container .comparison-result .mi-header-price .bestex {
	display: inline-block;
	margin-left: 10px;
}

.mi-comparisons-container .comparison-result .price {
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	display: inline-block;
}


.mi-comparisons-container .comparison-result:hover {
  	box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}
