/* ------------------------------------------------------------
	NUMBER OF COLUMNS: Adjust .CMSSiteMapList li to set the number
	of columns required in your site map. The default is 
	4 columns (25%). 5 columns would be 20%, 6 columns would 
	be 16.6%, etc. 
------------------------------------------------------------ */

.CMSSiteMapList li {
	width:25%;
}

.CMSSiteMapList li ul li {
	width:100% !important;
}

.CMSSiteMapList.col1 li { width:99.9%; }
.CMSSiteMapList.col2 li { width:50.0%; }
.CMSSiteMapList.col3 li { width:33.3%; }
.CMSSiteMapList.col4 li { width:25.0%; }
.CMSSiteMapList.col5 li { width:20.0%; }
.CMSSiteMapList.col6 li { width:16.6%; }
.CMSSiteMapList.col7 li { width:14.2%; }
.CMSSiteMapList.col8 li { width:12.5%; }
.CMSSiteMapList.col9 li { width:11.1%; }
.CMSSiteMapList.col10 li { width:10.0%; }


/* ------------------------------------------------------------
	General Styles
------------------------------------------------------------ */

.sitemap-container
{
   margin-top: 200px;
   min-height: 45vh;
}

.sitemap-container h2 {
    padding: 0 0 35px 5px;
}

a {
	text-decoration: none;
}



/* ------------------------------------------------------------
	Site Map Styles
------------------------------------------------------------ */

/* --------	Top Level --------- */


.CMSSiteMapList {
	margin: 0;
	float: left;
	width: 100%;
    list-style : none;
}
.CMSSiteMapList #home {
	display: block;
	float: none;
	background: #ffffff url('/answertech/media/Answertech/Design/Images/L1-left.png') center bottom no-repeat;
	position: relative;
	z-index: 2;
	padding: 0 0 30px 0;
}

.CMSSiteMapList li {
	float: left;
	background: url('/answertech/media/Answertech/Design/Images/L1-center.png') center top no-repeat;
	padding: 30px 0;
	margin-top: -30px;
}
.CMSSiteMapList li a {
	margin: 0 20px 0 0;
	padding: 10px 0;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #436c30;	
	/*background: #ff3631 url('/Valleywidedev.retailerportals.com/media/Icons/white-highlight.png') top left repeat-x;*/
	border: 2px solid #51730e;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; 
	-moz-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; /* FF 3.5+ */	
}
.CMSSiteMapList li a:hover {
	background-color: #51730e;
	border-color: #51730e;
    color: #fff;
}
.CMSSiteMapList li:last-child {
	background: url('/answertech/media/Answertech/Design/Images/L1-right.png') center top no-repeat;
}
.CMSSiteMapList li a:link:before,
.CMSSiteMapList li a:visited:before {
	color: #51730e;
}

/* --------	Second Level --------- */

.CMSSiteMapList li li {
	width: 100%;
	clear: left;
	margin-top: 0;
	padding: 10px 0 0 0;
	background: url('/answertech/media/Answertech/Design/Images/vertical-line.png') center bottom repeat-y;
}
.CMSSiteMapList li li a {
	background-color: #FFCCCB;
	border-color: #B30900;
}
.CMSSiteMapList li li a:hover {
	border-color: #FFCCCB;
	background-color: #B30900;
}
.CMSSiteMapList li li:first-child {
	padding-top: 30px;
}
.CMSSiteMapList li li:last-child {
	background: url('/answertech/media/Answertech/Design/Images/vertical-line.png') center bottom repeat-y;
}
.CMSSiteMapList li li a:link:before,
.CMSSiteMapList li li a:visited:before {
	color: #CCAE14;
}


/* --------	Third Level --------- */

.CMSSiteMapList li li ul {
	margin: 10px 0 0 0;
	width: 100%;
	float: right;
	padding: 9px 0 10px 0;
	background: #ffffff url('/answertech/media/Answertech/Design/Images/L3-ul-top.png') center top no-repeat;
}
.CMSSiteMapList li li li {
	background: url('/answertech/media/Answertech/Design/Images/L3-center.png') left center no-repeat;
	padding: 5px 0;
}
.CMSSiteMapList li li li a {
	background-color: #fff7aa;
	border-color: #e3ca4b;
	font-size: 12px;
	padding: 5px 0;
	width: 80%;
	float: right;
}
.CMSSiteMapList li li li a:hover {
	background-color: #fffce5;
	border-color: #d1b62c;
}
.CMSSiteMapList li li li:first-child {
	padding: 15px 0 5px 0;
	background: url('/answertech/media/Answertech/Design/Images/L3-li-top.png') left center no-repeat;
}
.CMSSiteMapList li li li:last-child {
	background: url('/answertech/media/Answertech/Design/Images/L3-bottom.png') left center no-repeat;
}
.CMSSiteMapList li li li a:link:before,
.CMSSiteMapList li li li a:visited:before {
	color: #ccae14;
	font-size: 9px;
}

.location-search-error{
    color: #e1150a;
    text-align: center;
}

.location-search-error span {
    font-weight: 400;
}

@media screen and (min-width: 1024px) {
    .location-error-msg{
      margin-left: 65px;
    }
  }

.search-answerplot-error{
    color: #e1150a;
    margin-bottom: 16px;
}

.search-answerplot-error span{
    font-weight: 400;  
} 

.ap-error-message{
    color: #e1150a;
    margin-bottom: 16px;
    font-weight: 400; 
    margin-left: -15px;
}

