@charset "utf-8";

.red {
	color:#F00;
}

#phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: center;
	display: block;
	color: #999;
	width: 230px;
	margin-top: 5px;
}

.logo {
	max-width: 100%;
	height:auto;
	}
	
	
.image2 {
	max-width: 100%;
	height:auto;
	}
	
.iam {
	color:#C60
	}
	

.state {
	color: #006699;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	}
	
ul.a {
	list-style-type: circle;
	padding-bottom: 25px;
}
	


@media screen and (max-width: 767px) 
{
	.image2 {
	width: 100%;
	height:auto;
	}
	
	.logo {
	width: 100%;
	height:auto;
	}

}

.thumb {
    float: left;
    margin: 5px 15px 15px 0;
}




#grad1 {
    
    background: #006699; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#006699, #004060); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#006699, #004060); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#006699, #004060); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#006699, #004060); /* Standard syntax (must be last) */
}
.center {
	align-items: center;
 }

/* Social Media */

.social-slide {
	height: 30px;
	width: 30px;
	margin: 10px;
	float: left;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.social-slide:hover {
	background-position: 0px -30px;
}

.twitter-hover {
	background-image: url(../images/linkedin-hover.png);
}

.facebook-hover {
	background-image: url(../images/facebook-hover.png);
}
.linkedin-hover {
	background-image: url(../images/twitter-hover.png);
}

.bro-slide {
	height: 61px;
	width: 66px;
	margin: 5px;
	float: left;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.bro-slide:hover {
	background-position: 0px -60px;
}

.thumbcontainer{
	font-size: 0.8em;
	max-width: 76px;
	text-align: center;
	display: block;
	float: left;
	line-height: 12px;
	margin-top: 2px;
	margin-right: 7px;
	margin-bottom: 2px;
	margin-left: 7px;
	clear: none;
	color: #999;
	height: 115px;
}

.thumbcontainerlast{
	font-size: 0.8em;
	max-width: 76px;
	text-align: center;
	display: block;
	float: left;
	line-height: 12px;
	margin-top: 2px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 7px;
	clear: right;
	color: #999;
	height: 115px;
}


.corp-hover {
	background-image: url(../images/brochures/corporate.jpg);
}
.dental-hover {
	background-image: url(../images/brochures/dental.jpg);
}
.vision-hover {
	background-image: url(../images/brochures/vision.jpg);
}
.life-hover {
	background-image: url(../images/brochures/life.jpg);
}
.disability-hover {
	background-image: url(../images/brochures/disability.jpg);
}
.fees-hover {
	background-image: url(../images/brochures/fees.jpg);
}
.feesca-hover {
	background-image: url(../images/brochures/fees_ca.jpg);
}
.feesnv-hover {
	background-image: url(../images/brochures/fees_nv.jpg);
}
.feestx-hover {
	background-image: url(../images/brochures/fees_tx.jpg);
}
.feesws-hover {
	background-image: url(../images/brochures/fees_ws.jpg);
}
.eag-hover {
	background-image: url(../images/brochures/eag.jpg);
}


/* Well center */

.container2
{
  text-align: center;
  padding: 0px;  
}
.left-div
{
  display: inline-block;
  max-width: 100%;
  text-align: center;
  vertical-align: top;
}
.right-div
{
  display: inline-block;
  width: 150px;
  text-align: left;
  border-radius: 3px;
}
.left-text, .right-text
{
  font: 300 16px/1.6 'Helvetica Neue' sans-serif;
    color: #333;
}
@media screen and (max-width: 767px) 
{
  .left-div, .right-div
    {
       max-width: 100%;
    }
}

/* Table */
table.hovertable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7em;
	color:#333333;
	border-width: 1px;
	border-color: #999999;
	border-collapse: collapse;
	width: 100%;
}

table.hovertable th {
	background-color:#81C7F5;
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #a9c6c9;
}

table.hovertable tr {
	background-color:#e5f1f9;
	text-align: center;
}

table.hovertable td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #a9c6c9;
}



table.hovertable2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#333333;
	border-width: 1px;
	border-color: #999999;
	border-collapse: collapse;
	width: 100%;
}

table.hovertable2 th {
	background-color:#c0e3fa;
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #a9c6c9;
}

table.hovertable2 tr {
	background-color:#e5f1f9;
	text-align: center;
}

table.hovertable2 td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #a9c6c9;
}



table.hovertable3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#333333;
	border-width: 1px;
	border-color: #999999;
	border-collapse: collapse;
	width: 100%;
}

table.hovertable3 th {
	background-color:#c0e3fa;
	text-align: center;
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #a9c6c9;
}

table.hovertable3 tr {
	background-color:#e5f1f9;
	text-align: center;
}

table.hovertable3 td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #a9c6c9;
}

table.hovertable4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#333333;
	border-collapse: collapse;
	width: 100%;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

table.hovertable4 th {
	background-color:#c0e3fa;
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #a9c6c9;
}

table.hovertable4 tr {
	background-color:#e5f1f9;
	text-align: center;
}

table.hovertable4 td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #a9c6c9;
}

/* tooltip */
.tooltip2{
   	display: inline;
    position: relative;
}
		
.tooltip2:hover:after{
    background: #006699;
    background: #006699;
    border-radius: 5px;
    top: 26px;
    color: #fff;
    content: attr(title);
    left: 2%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 330px;
}
		
.tooltip2:hover:before{
    border: solid;
    border-color: #006699 transparent;
    border-width: 0 6px 6px 6px;
    top: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}

/* Rep contact info */
.contactinfo{
	font-size:1.2em;
	text-align:center;
}


/* hide/show media */

//medium+ screen sizes
@media (min-width:992px) {
    .desktop-only {
        display:block !important;
    }
}
 
//small screen sizes
@media (max-width: 991px) {
    .mobile-only {
        display:block !important;
    }
 
    .desktop-only {
        display:none !important;
    }
}

/* youtube */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* form */
<style type="text/css">
.form-style-5{
    max-width: 500px;
    padding: 10px 20px;
    background: #f4f7f8;
    margin: 10px auto;
    padding: 20px;
    background: #f4f7f8;
    border-radius: 8px;
    font-family: Georgia, "Times New Roman", Times, serif;
}
.form-style-5 fieldset{
    border: none;
}
.form-style-5 legend {
    font-size: 1.4em;
    margin-bottom: 10px;
}
.form-style-5 label {
    display: block;
    margin-bottom: 8px;
}
.form-style-5 input[type="text"],
.form-style-5 input[type="date"],
.form-style-5 input[type="datetime"],
.form-style-5 input[type="email"],
.form-style-5 input[type="number"],
.form-style-5 input[type="search"],
.form-style-5 input[type="time"],
.form-style-5 input[type="url"],
.form-style-5 textarea,
.form-style-5 select {
    font-family: Georgia, "Times New Roman", Times, serif;
    background: rgba(255,255,255,.1);
    border: none;
    border-radius: 4px;
    font-size: 16px;
    margin: 0;
    outline: 0;
    padding: 7px;
    width: 100%;
    box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    background-color: #e8eeef;
    color:#8a97a0;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    margin-bottom: 30px;
    
}
.form-style-5 input[type="text"]:focus,
.form-style-5 input[type="date"]:focus,
.form-style-5 input[type="datetime"]:focus,
.form-style-5 input[type="email"]:focus,
.form-style-5 input[type="number"]:focus,
.form-style-5 input[type="search"]:focus,
.form-style-5 input[type="time"]:focus,
.form-style-5 input[type="url"]:focus,
.form-style-5 textarea:focus,
.form-style-5 select:focus{
    background: #d2d9dd;
}
.form-style-5 select{
    -webkit-appearance: menulist-button;
    height:35px;
}
.form-style-5 .number {
    background: #1abc9c;
    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    font-size: 0.8em;
    margin-right: 4px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    border-radius: 15px 15px 15px 0px;
}

.form-style-5 input[type="submit"],
.form-style-5 input[type="button"]
{
    position: relative;
    display: block;
    padding: 19px 39px 18px 39px;
    color: #FFF;
    margin: 0 auto;
    background: #1abc9c;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    width: 100%;
    border: 1px solid #16a085;
    border-width: 1px 1px 3px;
    margin-bottom: 10px;
}
.form-style-5 input[type="submit"]:hover,
.form-style-5 input[type="button"]:hover
{
    background: #109177;
}
</style>

.center {
    display: block;
    margin-left: auto;
    margin-right: auto
}



/* table */

.datagrid table { border-collapse: collapse; text-align: left; width: 100%; } .datagrid {font: normal 12px/150% Arial, Helvetica, sans-serif; background: #fff; overflow: hidden; border: 1px solid #006699; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }.datagrid table td, .datagrid table th { padding: 3px 3px; }.datagrid table thead th {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F) );background:-moz-linear-gradient( center top, #006699 5%, #00557F 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');background-color:#006699; color:#FFFFFF; font-size: 15px; font-weight: bold; border-left: 1px solid #0070A8; } .datagrid table thead th:first-child { border: none; }.datagrid table tbody td { color: #00557F; border-left: 1px solid #E1EEF4;font-size: 12px;font-weight: normal; }.datagrid table tbody .alt td { background: #E1EEf4; color: #00557F; }.datagrid table tbody td:first-child { border-left: none; }.datagrid table tbody tr:last-child td { border-bottom: none; }.datagrid table tfoot td div { border-top: 1px solid #006699;background: #E1EEf4;} .datagrid table tfoot td { padding: 0; font-size: 12px } .datagrid table tfoot td div{ padding: 2px; }.datagrid table tfoot td ul { margin: 0; padding:0; list-style: none; text-align: right; }.datagrid table tfoot  li { display: inline; }.datagrid table tfoot li a { text-decoration: none; display: inline-block;  padding: 2px 8px; margin: 1px;color: #FFFFFF;border: 1px solid #006699;-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F) );background:-moz-linear-gradient( center top, #006699 5%, #00557F 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');background-color:#006699; }.datagrid table tfoot ul.active, .datagrid table tfoot ul a:hover { text-decoration: none;border-color: #00557F; color: #FFFFFF; background: none; background-color:#006699;}div.dhtmlx_window_active, div.dhx_modal_cover_dv { position: fixed !important; }





/* Misc */

.intro{
	min-height: 10px;
	background-color: #FFFFFF;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 1px;
	margin-top: 20px;
	margin-bottom: 50px;
	border-right-color: #CCC;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #CCC;
	}

@media (max-width: 991px) {
	.intro{
	min-height: 10px;
	background-color: #FFFFFF;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 0px;
	margin-top: 20px;
	margin-bottom: 50px;
	border-right-color: #CCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
}

/* End Misc */

.divider {
	width: 100%;
	color: #0087C1;
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 0.1em;
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0087C1;
} 

.divider span { 
    background:#fff; 
    padding:0 10px; 
}

.boxborder {
	border: 1px solid #CCC;
	padding: 10px;
}

.circle
    {
	width: 30px;
	height: 30px;
	border-radius: 250px;
	font-size: 15px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	background-color: #0087C1;
	margin-bottom: 12px;
    }
	
	
.newspaper {
    -webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
}



table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    text-align: left;
	vertical-align: top;
    padding: 8px;
}

tr:nth-child(odd){background-color: #E8F0F7}


.fa-input {
  font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}	

/*Size Left Sidebar input*/
#slsaddress_filter {
    font-size: 10px;
    width: 100%;
}
.col-md-6 {
    margin-bottom: 10% !important;
}

#slsaddress_p input {
	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 10px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
@media print { 
 /* All your print styles go here */
 #header, #footer, #nav, a, input { display: none !important; } 
 
 @page {
  size: 5.5in 8.5in !important;
  margin-left:10px !important
}
 
 
 
}



