@charset "UTF-8";
/* CSS Document */

#------------General------------{}
/*********************************/

body {
	background-color: #CCC;
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	line-height: 1em;
}

#stay {
	display: block;
	left: 0px;
	top: 0px;
	position: fixed;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	z-index: 100000;
	visibility: visible;
}


#row {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
#center {
	display: block;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 0px;
}
.mobile {
	display: none;
}
.desktop {
	display: block;
}
.mini {
	display: none;
}

@media screen and (max-width: 768px) {
	
.mobile {
	display: block;
}
.desktop {
	display: none;
}

.mini {
	display: none;
}

#stay {
	position: static;
}

}

@media screen and (max-width: 480px) {
	
#row.modules {
	display:none;
}

.mobile {
	display: none;
}
.desktop {
	display: none;
}

.mini {
	display: block;
}

#stay {
	position: static;
}

}




#------------Header------------{}
/*********************************/

#row.hdr {
	background-color: #FFF;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.4);
	height: 110px;
	background-image: url(images/hdr-background.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	width: 100%;
	float: left;
}
#row.hdr #logo {
	float: left;
	height: 110px;
	width: 35%;
	text-align: left;
	margin-left: 5%;
}
#row.hdr #logo a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline:none;
}

#row.hdr #logo img {
	max-height: 110px;
}
#row.hdr #links {
	float: left;
	height: 110px;
	width: 55%;
	text-align: right;
	margin-right: 0%;
}
#row.hdr #links table.top-links {
	height: 40px;
	float: right;
}
#row.hdr #links table.top-links td.tbl-links a{
	color: #bcbcbc;
	text-decoration: none;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 0.7em;
	line-height: .7em;
}
.tbl-links span {
	text-decoration: none;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 0.7em;
	line-height: .7em;
	color: #323231;
}
#row.hdr #links table.top-links td.tbl-links a:hover {
	color: #323231;
}
#row.hdr #links table.top-links td.tbl-links {
	padding-right: 10px;
	padding-left: 10px;
}
#row.hdr #links form input.text {
	border: 1px solid #999999;
	background-color: #FFF;
	font-size: 0.7em;
	color: #999999;
	text-transform: uppercase;
	font-weight: 500;
	padding: 3%;
	line-height: 0.7em;
}
#row.hdr #links form input.submit {
	background-color: #EAEAEA;
	font-size: 0.7em;
	color: #999999;
	text-transform: uppercase;
	font-weight: 500;
	padding: 5%;
	border: 1px solid #999999;
}
#row.hdr #links table.main-links {
	float: right;
	margin: 0px;
	padding: 0px;
	height: 70px;
}
#row.hdr #links table.main-links td.tbl-links {
	padding-right: 15px;
	padding-left: 15px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFF;
}
#row.hdr #links table.main-links td.tbl-links a {
	color: #323231;
	text-decoration: none;
	font-size: 1.2em;
	line-height: 1em;
	font-weight: 400;
}
#row.hdr button {
	color: #323231;
	text-decoration: none;
	font-size: 1.2em;
	line-height: 1em;
	font-weight: 400;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline: none;
	background-color: #EAEAEA;
}
#row.hdr #links table.main-links td.tbl-links:hover {
	background-color: #FFF;
	cursor: pointer;
}

#row.hdr button:hover {
	background-color: #FFF;
	cursor: pointer;
}

@media screen and (max-width: 480px) {
	
#row.hdr #links table.top-links td.tbl-links a{
	font-size: 0.4em;
	line-height: .4em;
}
#row.hdr #links table.top-links td.tbl-links {
	padding-right: 5px;
	padding-left: 5px;
}

}



#------------DropDowns------------{}
/*********************************/

#dropdown  {
	display: none;
	float: left;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
}
#dropdown h1 {
	font-size: 30px;
	line-height: 30px;
	font-weight: 300;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#dropdown p {
	font-size: 15px;
	line-height: 20px;
	padding: 0px;
	font-weight: 300;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#dropdown h6 a{
	width: 100%;
	text-align: center;
	font-size: 10px;
	line-height: 10px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	color: #000;
	text-decoration: none;
	opacity: 0.5;
}
#dropdown hr {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #000;
	opacity: 0.5;
}
#dropdown.products, #dropdown.services, #dropdown.partner, #dropdown.mysiu  {
	width: 94%;
	background-color: #FFFFFF;
	margin: 0px;
	float: left;
	padding-top: 3%;
	padding-right: 3%;
	padding-bottom: 1%;
	padding-left: 3%;
}


#row.hdr #dropdown a.close {
	height: 21px;
	width: 21px;
	display: block;
	text-indent: -1000px;
	padding: 0px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/close.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: -10px;
}
#dropdown ul.dropdown-left-nav li a {
	color: #343432;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: block;
	width: 100%;
	text-align: right;
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
	text-decoration: none;
}
#dropdown ul.dropdown-left-nav li a:hover {
	color: #999;
}
#dropdown ul.dropdown-left-nav li a:active {
	color: #F00;
}
#dropdown ul.dropdown-left-nav  li{
	list-style-type: none;
	margin-bottom: 10px;
}
#dropdown ul  {
	margin: 0px;
	padding: 0px;
}
#dropdown .products-lines-text {
}



table.drop-down-menus h1.menu-title {
	font-size: 18px;
	line-height: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: 300;
}
a.trail {
	color: #EBC402 !important;
}
a.trailhead {
	color: #EBC402 !important;
	background-color: #FFF !important;
}

#row.hdr #links table.main-links td.tbl-links-hover {
	background-color: #FFF;
	cursor: pointer;
}

strong {
	font-weight: 500;
}
form.find-a-product #textfield {
	padding: 5px;
	font-size: 20px;
	line-height: 20px;
	color: #999;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	height: 25px;
}
form.find-a-product .submit {
	padding: 5px;
	font-size: 20px;
	line-height: 20px;
	color: #FFF;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	height: 40px;
	margin: 0px;
	background-color: #EBC402;
	border: 1px solid #CCC;
	cursor: pointer;
}
#drop-down-menu-box-right {
	margin: 0px;
	padding: 3%;
	width: 94%;
}
table td.td-right ul.top-menu{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px !important;
	margin-left: 0px;
	clear: both;
	display: block;
}
table td.td-right ul.top-menu li{
	list-style-type: square;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 25px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 300;
}
#drop-down-menu-box-right.products-find-text {
	
	background-position: center center;
	background-size: 100% auto;
}
#drop-down-menu-box-right.products-lines-text table ul.lines-of-business {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#drop-down-menu-box-right.products-lines-text table ul.lines-of-business a li{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 7px;
	background-color: #EBC402;
	width: 90%;
	/*color: #FFF;*/
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-decoration: none;
	background-image: url(<?php echo get_bloginfo('template_directory');?>/images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-weight: 500;
}
#drop-down-menu-box-right.products-lines-text table ul.lines-of-business a:active li {
	/*background-color: #fff;*/
	background-color: #333;
	
	
}

#drop-down-menu-box-right.products-lines-text table ul.lines-of-business a:active li {
	/*background-color: #fff;*/
	background-color: #333;
	
}

#drop-down-menu-box-right.products-lines-text table ul.lines-of-business a li:hover {
	/*color: #333;
	background-color: #EBC402;*/

	/*background-color: #fff;*/
	background-color: #333;
	color: #FFF;
}

#drop-down-menu-box-right.products-lines-text table ul.lines-of-business-pages {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#drop-down-menu-box-right.products-lines-text table ul.lines-of-business-pages li {
	width: 90%;
	clear: both;	
}

#drop-down-menu-box-right.products-lines-text table ul.lines-of-business-pages li a {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
}

#drop-down-menu-box-right.products-lines-text table ul.lines-of-business-pages li a:hover {	
	text-decoration: underline !important;
	color:#1a0dab !important;
}


#drop-down-menu-box-right.products-lines-text table.programs a {
	text-decoration: none;
}

#drop-down-menu-box-right.products-lines-text table ul.lines-of-business-pages li a:hover {
	color: #333;
}

#drop-down-menu-box-right.products-lines-text table ul.lines-of-business-pages li span a {
	background-color: #EBC402;
	color: #FFF;
	background-image: none;
	font-size: 11px;
	line-height: 11px;
	font-weight: 500;
	padding: 4px;
	margin-left: 10px;
}

#drop-down-menu-box-right.products-programs-text table.programs a, table.online-rating a {
	text-decoration: none;
	font-size: 20px;
	line-height: 22px;
	color: #999;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: 300;
}

#drop-down-menu-box-right.products-programs-text table.programs a:hover, table.online-rating a:hover {
	color: #333;
}

#drop-down-menu-box-right.products-programs-text table.programs a img, table.online-rating a img {
	height: auto;
	width: 60%;
	margin-bottom: 10px;
	padding: 0px;
}
form#menu-login label {
	float: left;
	width: 43%;
	display: block;
	margin-right: 2%;
}
form#menu-login label input.input-field {
	width: 65%;
	margin: 0px;
	padding: 2%;
	font-size: 15px;
	color: #666;
	border: 1px solid #999;
}
a.submit-claim {
	background-color: #EBC402;
	width: 150px;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	/*color: #FFF;*/
	color: #333;
	font-weight: 500;
	font-size: 15px;
	line-height: 15px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}
a.submit-claim:hover {
	background-color: #333;
	color: #FFF;

}
form#menu-login label span {
	float: left;
	font-size: 12px;
	line-height: 35px;
	color: #999;
	display: block;
	margin-top: 0px;
	margin-right: 0%;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
form#menu-login input.input-button {
	color: #CCC;
	font-size: 35px;
	line-height: 30px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
}
hr.menu-sep {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#------------Promo------------{}
/*********************************/

#row.promo {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	float: left;
	width: 100%;
	padding: 0px;
	margin-top: 110px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#row.promo ul {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1000;
}
#row.promo img {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 100%;
	z-index: 1000;
}


@media screen and (max-width: 1024px) {
	
	#row.promo {
	margin-top: 110px;
}

}

@media screen and (max-width: 768px) {
	
	#row.promo {
	margin-top: 0px;
}

}

@media screen and (max-width: 480px) {
	
		#row.promo {
	margin-top: 0px;
}

#row.promo .bx-controls-direction { display:none;}

}

#------------Modules------------{}
/*********************************/
#row.modules {
	text-align: center;
	width: 88%;
	padding-right: 6%;
	padding-left: 6%;
}


#row.modules #box {
	float: left;
	width: 21%;
	background-color: #EAEAEA;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
	text-align: left;
	margin-top: -45px;
	margin-right: 1%;
	margin-bottom: 0px;
	margin-left: 1%;
	z-index: 10000;
	position: relative;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2%;
}

#row.modules a #box p{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: 300;
	margin: 0px;
	font-size: 1.3em;
	line-height: 3.5em;
	padding-right: 1%;
	padding-left: 1%;
	padding-bottom: 60px;
}
#row.modules a #box p span {
	color: #FFFFFF;
	font-weight: 500;
}
#row.modules a #box hover {
	color: #FFFFFF;
}
#row.modules a {
	
	text-decoration: none;
}
#row.modules a #box {
	cursor: pointer;
	text-decoration: none;
}
#row.modules #box.commercial {
	background-image: url(images/newbutton-commercial.jpg);
}
#row.modules #box.personal {
	background-image: url(images/newbutton-personal.jpg);
}
#row.modules #box.transportation {
	background-image: url(images/newbutton-transportation.jpg);
}
#row.modules #box.standard {
	background-image: url(images/newbutton-special.jpg);
}
#row.modules #box.commercial:hover {
	background-color: #FFF;
}
#row.modules #box.personal:hover {
	background-color: #FFF;
}
#row.modules #box.transportation:hover {
	background-color: #FFF;
}
#row.modules #box.standard:hover {
	background-color: #FFF;
}

@media screen and (max-width: 1024px) {
	
#row.modules {
	text-align: center;
	width: 92%;
	padding-right: 4%;
	padding-left: 4%;
}


#row.modules a #box p{
	font-size: 1.1em;

}

#row.modules #box {
	margin-top: -25px;
	
}

}

@media screen and (max-width: 768px) {
	
#row.modules {
	text-align: center;
	width: 94%;
	padding-right: 3%;
	padding-left: 3%;
}

#row.modules a #box p{
	font-size: .8em;

}

#row.modules #box {
	margin-top: -15px;
	
}

}

@media screen and (max-width: 480px) {
	
#row.modules {
	display: none;
	background-color: #FFF;
}

}



#------------Welcome------------{}
/*********************************/

#row.welcome {
	background-color: #FFF;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#row.welcome ul.welcome-links {
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#row table.welcome td {
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 5%;
}

 
#row.welcome ul.welcome-links li {
	padding: 3%;
	list-style-type: none;
	background-color: #EBC402;
	font-size: 20px;
	margin-top: 2%;
	margin-right: 0px;
	margin-bottom: 2%;
	margin-left: 0px;
	line-height: 20px;
	font-weight: 300;
	width: 65%;
	font-size: 1em;
	font-weight: 700 !important;
}

/*- 
 ______________________________________________________________________________________________________________
 note I changed the backgroudn color of the menu items and the over on 2017-06-08 as per Marcelo/Tripp - I just commnted otu the classes - the new classes are just directly below them
 I added the new hover class - if you intend to rever, just delete #row.welcome ul.welcome-links li a:hover 
 if reverting - remmeber to remove the jquery stuff in the footer.php file
 */
/*
#row.welcome ul.welcome-links li {
	padding: 3%;
	list-style-type: none;
	background-color: #333;	
	font-size: 20px;
	margin-top: 2%;
	margin-right: 0px;
	margin-bottom: 2%;
	margin-left: 0px;
	line-height: 20px;
	font-weight: 300;
	width: 65%;
	font-size: 1em;
	font-weight: 700 !important;
} */
#row.welcome ul.welcome-links li:hover {
	background-color: #333;
}
/* 
#row.welcome ul.welcome-links li:hover {
	background-color: #EBC402;
	color:  #333;
}
*/
#row.welcome ul.welcome-links li a {
	/*color: #FFF;*/
	color: #333;
	text-decoration: none;
}
#row.welcome ul.welcome-links li a:hover {
	/*color: #333;*/
	color: #FFF;	
}
/*__________________________________________________________________________________________*/
#row.welcome #address p {
	color: #999;
	font-size: .75em;
	line-height: 1.25em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5%;
	padding-left: 0px;
}
#row.welcome h1 {
	color: #323232;
	font-size: 1.35em;
	line-height: 1.2em;
	font-weight: 400;
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 2%;
	padding-left: 1%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#row.welcome p {
	color: #999;
	font-weight: 300;
	font-size: 1em;
	line-height: 1.5em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 1%;
}

@media screen and (max-width: 768px) {
	
	#row.welcome {
	background-color: #FFF;
	
}
#row.welcome #text {
	width: 94%;
	border-right:none;
	margin: 3%;
}
#row.welcome #address {
	display:none;
}
#row.welcome h1 {
	padding-top: 2%;
	
}
#row.welcome #text p {
	padding-bottom: 2%;
	padding-left: 5%;
}

#row.welcome ul.welcome-links li {
	font-size: 15px;
	line-height: 15px;
}

}

@media screen and (max-width: 480px) {
	
#row.welcome #text p {
	font-size: .85em;
}

#row.welcome h1 {
	padding-top: 2%;
	
	margin-bottom: 15px !important;
}
}

#------------Text-Box------------{}
/*********************************/

#row.text-box {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0%;
}
#row.text-box #text-box {
	float: left;
	width: 90%;
	padding-top: 2%;
	padding-right: 5%;
	padding-bottom: 2%;
	padding-left: 5%;
}
#row.text-box #text-box p {
	color: #999;
	font-size: 1.25em;
	line-height: 1.7em;
	font-weight: 300;
}

@media screen and (max-width: 768px) {
	
#row.text-box #text-box p {
	
	font-size: 1.1em;
	line-height: 1.4em;
	
}	

}


#------------Buttons------------{}
/*********************************/

#row.buttons {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0%;
}
#row.buttons div {
	background-color: #FFF;
	padding: 1%;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}
#row.buttons a h2 {
	font-size: 35px;
	line-height: 30px;
	font-weight: 300;
	color: #FFF;
	text-decoration: none;
}

#row.buttons h2 {
	text-shadow: 0px 0px 15px rgba(0,0,0,0.9);
	margin: 0px;
}
#row.buttons h2 img {
	height: auto;
	width: 2%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#row.buttons h2 span {
	font-size: 15px;
	line-height: 40px;
	opacity: 0.5;
}

@media screen and (max-width: 480px) {
	
#row.buttons h2 img {
	width: 6%;
	margin-top: 10px;
}

#row.buttons div {
	background-size: auto 100% ;
}

}


#------------Buttons-Related------------{}
/*********************************/

#row.buttons-related {
	background-color: #FFFFFF;
	margin: 0px;
	text-align: center;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0px;
	padding-left: 0%;
}
#row.buttons-related div {
	background-color: #FFF;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	margin: 0px;
	padding-top: 25px;
	padding-right: 0%;
	padding-bottom: 25px;
	padding-left: 0%;
}

#row.buttons-related h2 {
	text-shadow: 0px 0px 15px rgba(0,0,0,0.9);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EBC402;
	width: 70%;
	color: #FFF;
	font-weight: 300;
	font-size: 1.5em;
	line-height: 1.5em;
	margin-top: 0px;
	margin-right: 15%;
	margin-bottom: 0px;
	margin-left: 15%;
	padding-top: 0px;
	padding-right: 0%;
	padding-bottom: 0px;
	padding-left: 0%;
}
#row.buttons-related table.related {
	width: 70%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 15%;
	margin-bottom: 0px;
	margin-left: 15%;
}
#row.buttons-related table.related tr td {
	padding: 25px;
	font-weight: 300;
	color: #FFF;
	width: 10%;
}
#row.buttons-related table.related tr td a {
	color: #FFF;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}




#------------Partners------------{}
/*********************************/

#row.partners {
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 3%;
	padding-right: 0%;
	padding-bottom: 3%;
	padding-left: 0%;
	display: block;
}
#sml-hdr-left  {
	float: left;
	width: 42%;
	padding: 0px;
	margin-left: 4%;
	margin-right: 1%;
}
#sml-hdr-left img , #sml-hdr-right img   {
	width: 100%;
	height: 8px;
	color: #323232;
}
#sml-hdr-center  {
	float: left;
	width: 6%;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 12px;
	color: #000000;
}
#sml-hdr-center img {
	margin-top: -25px;
}
#sml-hdr-right  {
	float: left;
	width: 42%;
	padding: 0px;
	margin-left: 1%;
	margin-right: 4%;
}
#social a img   {
	padding-right: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline: none;
	padding-left: 10px;
	height: auto;
	width: 25px;
}
#social  {
	width: 90%;
	float: left;
	text-align: center;
	padding-right: 5%;
	padding-left: 5%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	display: block;
}

@media screen and (max-width: 768px) {
	
#sml-hdr-left  {
	width: 38%;
}

#sml-hdr-center  {
	width: 14%;
}

#sml-hdr-right  {
	width: 38%;
}

#sml-hdr-left img , #sml-hdr-right img   {
	width: 100%;
	height: 4px;
	color: #323232;
}
}

@media screen and (max-width: 480px) {
	
#row.partners {
	display: none;	
}
}


#------------Footer------------{}
/*********************************/

#row.ftr {
	background-color: #ebc403;
	margin-top: 5px;
	padding-top: 2%;
	padding-bottom: 2%;
}
#row.ftr h6.ftr {
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	padding: 0px;
	color: #323232;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#row.ftr h6.ftr span {
	font-weight: 700;
}
#row.ftr #ftr-links {
	width: 90%;
	float: left;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5%;
	padding-bottom: 0px;
	padding-left: 5%;
}
#row.ftr #ftr-links.ftr-nav ul li a{
	text-decoration: none;
	color: #323232;
	text-transform: uppercase;
	font-weight: 500;
	font-size: .8em;
	line-height: 1.5em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
}
#row.ftr #ftr-links.ftr-nav ul {
	list-style-type: none;
}
#row.ftr #ftr-links.ftr-nav ul li {
	display: inline;
}
#row.ftr p {
	color: #FFF;
	font-size: 10px;
	font-weight: 500;
	margin: 0px;
	padding-top: 1%;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 1%;
	padding-left: 0px;
}

@media screen and (max-width: 768px) {
	
	#row.ftr #ftr-links a {
	font-size: 75%;
	line-height: 1.7em;
	padding-right: 2%;
	padding-left: 2%;
}
	
	#row.ftr #ftr-links {
	width: 96%;
	float: left;
	text-align: center;
	padding: 2%;
	margin: 0px;
}

#row.ftr h6.ftr {
	font-size: 12px;
	line-height: 15px;
}

}

@media screen and (max-width: 480px) {
	
#row.ftr h6.ftr {
	font-size: 10px;
	line-height: 12px;
}
}


#------------Content------------{}
/*********************************/

#row.content {
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	margin-top: 110px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	min-height: 650px;
}

@media screen and (max-width: 768px) {
	
	#row.content {
	margin-top: 0px;
}

}

@media screen and (max-width: 480px) {
	
#row.content {
	margin-top: 0px;
}

}

#row.content p {
	color: #484848;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 300;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#row.content p a {
	color: #484848;
	text-decoration: underline;	
}



#row.content span.small {
	font-size: 75%;
	line-height: 100%;
	font-weight: 300;
}

#row.content span.smaller {
	font-size: 50%;
	line-height: 125%;
	font-weight: 300;
}

#row.content span.big {
	font-size: 150%;
	line-height: 150%;
	font-weight: 300;
}


#row.content span.bigger {
	font-size: 200%;
	line-height: 150%;
	font-weight: 300;
}

#row.content span.biggest {
	font-size: 250%;
	line-height: 150%;
	font-weight: 300;
}

#row.content span.gold {
	color: #e8c204;	
}
#row.content span.blue {
	color: #003e5f;
}

#row.content span.brown {
	color: #a89138;
}

#row.content span.red {
	color: #8f181b;
}

#row.content span.aqua {
	color: #1d91a2;
}




#row.content p.col {
	color: #999999;
	font-size: 0.75em;
	line-height: 1.75em;
	font-weight: 300;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#row.content h1, #row.content h2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#row.content h3, #row.content h4 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#row.content h5, #row.content h6 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#row.content h1 {
	color: #484848;
	font-weight: 300;
	font-size: 2em;
	line-height: 1.1em;
}
#row.content h2 {
	color: #484848;
	font-weight: 500;
	font-size: 2em;
	line-height: 1.5em;
}
#row.content h3 {
	color: #484848;
	font-weight: 300;
	font-size: 1.65em;
	line-height: 1.5em;
}
#row.content h4 {
	color: #484848;
	font-weight: 500;
	font-size: 1.65em;
	line-height: 1.5em;
}
#row.content h5 {
	color: #484848;
	font-weight: 500;
	font-size: 1.3em;
	line-height: 1.5em;
}
#row.content h6 {
	color: #484848;
	font-weight: 700;
	font-size: 1.3em;
	line-height: 1.5em;
}

#row.content #one-col.left ul, #row.content #two-col.left ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 5%;
	margin-bottom: 20px;
	margin-left: 5%;
	width: 90%;
}

#row.content #one-col.left ul li, #row.content #two-col.left ul li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #484848;
	font-size: .85em;
	line-height: 1.25em;
	font-weight: 500;
	list-style-type: square;
}


#row.content #one-col.left {
	float: left;
	width: 70%;
	padding-left: 15%;
	margin-top: 50px;
	padding-right: 15%;
}

@media screen and (max-width: 768px) {
	
	#row.content #one-col.left {
	float: left;
	width: 80%;
	padding-left: 10%;
	margin-top:40px;
	padding-right: 10%;
}

}

@media screen and (max-width: 480px) {
	
	#row.content #one-col.left {
	float: left;
	width: 80%;
	padding-left: 10%;
	margin-top: 30px;
	padding-right: 10%;
}

}

#row.content #two-col.left {
	float: left;
	width: 50%;
	padding-left: 15%;
	margin-top: 50px;

}

@media screen and (max-width: 768px) {
	
#row.content #two-col.left {
	width: 60%;
	padding-left: 10%;
	margin-top: 40px;

}

}

@media screen and (max-width: 480px) {
	
#row.content #two-col.left {
	width: 80%;
	padding-left: 10%;
	margin-top: 30px;

}

}

#row.content #two-col.right {
	float: left;
	width: 16%;
	padding-right: 15%;
	margin-top: 50px;
	padding-left: 4%;
	padding-top: 80px;
}

@media screen and (max-width: 768px) {
	
	#row.content #two-col.right {
	width: 21%;
	padding-right: 0%;
	margin-top: 50px;
	padding-left: 4%;
	padding-top: 50px;
}

}

@media screen and (max-width: 480px) {
	
	#row.content #two-col.right {
	width: 80%;
	padding-right: 0%;
	margin-top: 10px;
	padding-left: 10%;
	padding-top: 20px;
}

}

#row.content #three-col.left {
	margin-top: 50px;
	float: left;
	width: 12%;
	padding-left: 13%;
	padding-right: 2%;
	padding-top: 80px;
}
#row.content #three-col.left h2 {
	color: #E5BF03;
	font-size: 1.1em;
	line-height: 1.25em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-weight: 500;
}
#row.content #three-col.center {
	margin-top: 50px;
	float: left;
	width: 46%;
}
#row.content #three-col.right {
	margin-top: 50px;
	float: left;
	width: 12%;
	padding-left: 2%;
	padding-right: 13%;
	padding-top: 80px;
}



#row.content #title {
	margin: 0px;
	float: left;
	width: 90%;
	font-size: 1.25em;
	line-height: 1.5em;
	color: #FFF;
	padding-top: 75px;
	padding-right: 5%;
	padding-bottom: 25px;
	padding-left: 5%;
	text-align: right;
	font-weight: 300;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto ;
}

@media screen and (max-width: 768px) {
	
#row.content #title {
	padding-top: 90px;
}

}

@media screen and (max-width: 480px) {
	
#row.content #title {
	padding-top: 40px;
	font-weight: 400;
}

}


#row.content #title.commercial {
	background-color: #003e5f;
	background-image: url(images/content-banner-commercial.jpg);
}
#row.content #title.personal {
	background-color: #a89138;
	background-image: url(images/content-banner-personal.jpg);
}
#row.content #title.transportation {
	background-color: #1d91a2;
	background-image: url(images/content-banner-transportation.jpg);
}
#row.content #title.specialty {
	background-color: #8f181b;
	background-image: url(images/content-banner-specialty.jpg);
}
#row.content #title.general {
	background-color: #e8c204;
	background-image: url(images/content-banner-general.jpg);
}



@media screen and (max-width: 480px) {
	
#row.content #title.general {
	font-size: .8em;
	line-height: .5em;
}

}


#row.content #product {
	float: left;
	width: 90%;
	font-size: 3em;
	line-height: 1.5em;
	color: #FFF;
	padding-top: 250px;
	padding-right: 5%;
	padding-bottom: 0px;
	padding-left: 5%;
	text-align: left;
	font-weight: 300;
	height: 100px;
	background-size: 100% 100%;
	background-attachment: fixed;
	background-position: 0px 100px;
	margin: 0px;
}

@media screen and (max-width: 768px) {
	#row.content #product {
	font-size: 2.5em;
	line-height: 1.5em;
	padding-top: 100px;
	text-align: center;
	background-size: 100% auto;
	background-position: center 100px;
	background-repeat: no-repeat;
}

}

@media screen and (max-width: 480px) {

	#row.content #product {
	font-size: 2.0em;
	line-height: 1.0em;
	padding-top: 75px;
	text-align: center;
	background-size: 100% auto;
	background-position: center 75px;
	background-color: #FF0;
	height: 75px;
}

}


#row.content #product span {
	text-shadow: 0px 0px 10px rgba(0,0,0,0.9);
}
#row.content #product.tavern {
	background-image: url(images/products-tavern.jpg);
}
#row.content #two-col.right ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#row.content #two-col.right ul#column.col-nav li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #EBC402;
}
#row.content #two-col.right ul#column.col-nav li a{
	list-style-type: none;
	font-weight: 700;
	/*color: #FFF;*/
	color: #343432;
	padding: 5%;
	font-size: 1em;
	line-height: 1.1em;
	text-decoration: none;
	cursor: pointer;
	display: block;
	margin: 0px;
	text-align: left;
}

@media screen and (max-width: 768px) {
	

}

@media screen and (max-width: 480px) {

	#row.content #two-col.right ul#column.col-nav li a{
	padding: 3%;
	text-align: center;	
}

}

#row.content #two-col.right ul#column.col-nav li a:hover  {
	background-color: #343432;
	color: #FFF;
}
#row.highlights {
	background-color: #e5e5e5;
	float: left;
}
table.highlights h3 {
	color: #666666;
	font-size: 1em;
	font-weight: 500;
	line-height: 1em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
table.highlights {
	width: 100%;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
table.highlights p {
	
	font-weight: 300;
	color: #666;
	font-size: 0.9em;
	line-height: 1.3em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
table.highlights .line {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;	
}

table.highlights ul li {
	font-weight: 300;
	color: #666;
	font-size: 0.9em;
	line-height: 1.3em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
table.highlights ul {
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	text-align: left;
}

#row.action {
	background-color: #FFFFFF;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#row.action table.action {
	width: 75%;
}
#row.action table.action img {
	width: 55px;
	margin: 0px;
	padding: 0px;
}
#row.action table.action h3 {
	color: #EBC402;
	font-weight: 300;
	font-size: 1.25em;
	line-height: 1.25em;
	text-decoration: none;
}
#row.action table.action h3 a {
	color: #EBC402;
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	#row.action table.action img {
	width: 40px;
}
#row.action table.action h3 {
	font-size: 1.0em;
	line-height: 1.0em;
}
#row.action table.action h3 a {
	color: #EBC402;
	text-decoration: none;
}

}

@media screen and (max-width: 480px) {

#row.action table.action h3 {
	font-size: .8em;
	line-height: 1.0em;
}

table.highlights {
	width: 50%;
}

}

ul.bxslider {
	background-color: #999999;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100% !important;
}

ul.bxslider li {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
}

ul.bxslider  {
	list-style-type: none;
}
ul.bxslider li.background-image {
	background-position:center center;
background-size: auto 100%;
}


table.easy-table {
	font-family: 'Roboto', sans-serif;
	font-size: .8em;
	line-height: 1.2em;
	font-weight: 500;
}

table.easy-table caption {
	background-color: #484848;
	color: #FFF;
	margin: 0px;
	padding: 10px;
}

table.easy-table th, table.easy-table td {
	margin: 0px;
	padding: 10px;
}

table.easy-table th {
	background-color: #e8c204;
	color: #FFF;
}

table.easy-table td {
	color: #484848;
}

table.easy-table tr:hover {background-color: #f5f5f5}

table.easy-table tr:nth-child(even) {background-color: #f2f2f2}

.welcomeText {
color: #bcbcbc;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.7em;
    line-height: .7em;
}
.textwidget {
    background-color: transparent !important;
}
.alignright {
	float:right;	
}

.wpcf7-form-control {
	    max-width: 24.3em;
    width: 100%;
	min-height: 3em;
}
.wpcf7-textarea {
	width: 100%;
    min-height: 14.5em;
    margin: 0;
}
.wpcf7-submit {
	background-color: #ed1e24;
    color: #fff;
    border: none;
    padding: .7em 1.4em;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .065em;
    -webkit-appearance: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#row.content p a:hover {
       color: #1a0dab !important;
}
#row.content #two-col.left ul li a:hover {
    color: #1a0dab !important;
}

#dropdown table tr td div p a:hover {
	    text-decoration: underline !important;
    color: #1a0dab !important;
}

#one-col.left ul li {
    font-size: 1.0em !important;        
    color: #484848 !important;
}



/*here is the claims contact information*/

    .dataHolder {
        margin: 0px;
        background-image: url(https://devwp.siuins.com/wp-content/uploads/2017/05/LongLine.png);
        background-repeat: no-repeat;
        background-position: -950px top;
        padding-top: 15px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        display: none;
		font-size: 85%;
    }
    .mainHolder {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #d9d9d9;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 15px;
        margin-left: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }
    .mainHolder {
        display: none;
    }
    .mainHolder h2 {
		font-family: Arial, Helvetica, sans-serif;
    font-size: 20px !important;
    font-weight: bold;
    color: #666;
    display: block;
    width: 500px;
    float: left;
    line-height: 25px !important;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px !important;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 10px !important;
    padding-left: 0px;
	}
	.mainHolder h2 a {
		font-family: Arial, Helvetica, sans-serif;
    	color: #666;
    	text-decoration: none;
	}
	.mainHolder h2 a:hover {
    	text-decoration: underline;
	}

	.clearSmall {
		clear: both;
    	line-height: 0px;
    	font-size: 0px;
	}
	#mainClaimsLink {
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
    	font-size: 23px !important;
    	font-weight: bold;
    	color: #666 !important;
    	display: block;
		text-decoration: none;		
	}
	#mainClaimsLink:hover {
		text-decoration: underline;		
	}

	.orangeText {
		font-weight: bold;
    	color: #f3cb03;
	}

	ol >li {
		color: #484848;
    font-weight: 300;
    line-height: 1.5em;
	}
	ul >li {
		color: #484848 !important;
    font-weight: 300 !important;
    line-height: 1.5em !important;
	}
	ol >li >ul > li {
		color: #484848 !important;
    font-weight: 300 !important;
    line-height: 1.5em !important;
	}
		li {
				color: #484848;
    font-weight: 300;
    line-height: 1.5em;
		}

/*end of the claims contact information*/

/*start of the image area*/
.sliderImageHolder {
    padding-right: 30px;
    padding-left: 30px;
}

.hotProductsTopLink {
	text-decoration:none; 
	color:#FFF; 
	font-size:16px; 
	font-weight:300; 
	line-height:20px;
}

.topWelcomeText {
	color: #bcbcbc !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    font-size: 1.0em !important;
    line-height: 1.0em !important;
}

.marketingLink {
	padding: 60px;
}
.marketingLargeLink {
	padding-right: 15px;
}


/*start of the recent news area on the home page*/

table.recent-news {
	background-color: #003e5f;
	margin-top: 20px;
	margin-bottom: 20px;
}
table.recent-news #thumb {
	float: left;
	width: 35%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5%;
	margin-bottom: 0px;
	margin-left: 0px;
}
table.recent-news #thumb img {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	border: 1px solid #1d91a2;
}
table.recent-news #story {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 55%;
}
table.recent-news tr td {
	padding: 2%;
	margin: 0px;
}
table.recent-news #story p.recent-news-title {
	color: #FFF !important;
	margin: 0px !important;
	font-family: 'Roboto', sans-serif !important;
	font-size: 1.2em !important;
	line-height: 1.4em !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 10px !important;
	padding-left: 0px !important;
	font-weight: 400;
}
table.recent-news #story p.recent-news-story {
	color: #bbbcbc !important;
	margin: 0px !important;
	padding: 0px !important;
	font-family: 'Roboto', sans-serif !important;
	font-size: .9em !important;
	line-height: 1.1em !important;
}
table.recent-news #story p.recent-news-story a {
	text-decoration: none !important;
	color: #1d91a2 !important;
	font-size: 75% !important;
	font-weight: bold !important;
	display: block !important;
	padding-top: 5px !important;
}



.greenMountainSidebar {
	width:100%;
	padding:20px;
	background-color:#309f42;
	color:white;	
	margin-bottom:30px;
	line-height: 160%;

}

.greenMountainSidebar strong {
	font-size: 18px;
	text-decoration: underline;
}
.greenMountainSidebar a {
	color: white;
}
.greenMountainSidebar img {
	float:left;
	padding-right: 15px;
}

.greenMountainLeft p:first-child {
	/*text-align: center;*/
	font-size:19px !important;
}
#greenMountainLogo {
	    position: absolute;
    top: 110px;
    right: 15%;
    max-height: 135px;
}