/*====== CSS Style Reset ======*/

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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*=======  ======*/

html, body {
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-size:12px;
	width: 100%;
	min-width: 320px;
	/*max-width: 568px;*/
	font-style: italic;
}

xml {
	display: none;
}

a {
	color: #dc241f;
	text-decoration:none;
}

.searchbox {
	margin: 0;
}

.searchbox input[type="text"], 
.searchbox input[type="search"] {
	/* width: 100%; */
	/*-webkit-appearance: searchfield;*/
	-webkit-appearance: none;
}

#locator_search {
	height: inherit;
}

#locator_search #rightbutton{
	position: relative;
	width: 50px;
	float: right;
	top: 50%;
	margin-top: -12px;
}

#driving_directions #rightbutton{
	position: relative;
	width: 50px;
	float: right;
	top: 50%;
	margin-top: -10px;
}

form div.inputs {
	float: right;
	left: 0px;
	position: absolute;
	right: 60px;
	width: auto;
}

.searchbox .searchboxBorder {
	width: auto;
	left: 0px;
	right: 0px;
	float: none;
}

#topbar {
	margin-bottom: 0px;
}

.map_wrapper {
	display: none;
	height: 0;
	width: 0;
}

#map_canvas {
	height: 100%;

}

/**
 * 	fixes checkboxes in the Google map
 */
#map_canvas input[type="checkbox"] {
	width: auto;
	height: auto;
	background: none;
	-webkit-appearance: checkbox;
	border: 0;
	float: none;
	margin: 0;
}
li.menu {
	height: auto;
	padding: 10px 0px;
	border-bottom: 1px solid #cdcdcd;
}

li.menu .name {
	margin-top: 7px;
}

li.menu .arrow {
	top: 50%;
	margin-top: -7px!important;
}

.pageright{
	position: absolute;
	left: 100%;
	width: auto;
	right: 0px;
	overflow:hidden;
	
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-o-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-o-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	transition: all 500ms ease;
}

.pageright.selected {
	left: 0%;
	width: 100%;
	
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-o-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
	
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-o-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	transition: all 500ms ease;
}

.pageleft {
	position: absolute;
	left: -100%;
	width: 0px;
	overflow:hidden;
	
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-o-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
		
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	transition: all 500ms ease;
}

.pageleft.selected {
	left: 0%;
	width: 100%;
	
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-o-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
	
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-o-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	transition: all 500ms ease;
}

.selected {
	left: 0%;
	width: 100%;
}

.not-selected.left {
	position:absolute;
	left: -100%;
	width: 0px;
	overflow: hidden;
	
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-o-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	transition: all 500ms ease;
}

.not-selected.right {
	position:absolute;
	left: 100%;
	width: 0px;
	overflow: hidden;
	
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-o-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-o-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	transition: all 500ms ease;
}

.left, .right {
	float:none;
}


#footer {
	clear:both;
	background: url(''); 	
	font-size: 11px;
	text-align: center;
	padding-bottom: 10px;	
	background: #CE0829 url('/w2gi/images/spacer.png') repeat-x scroll 0 0;
}
.footer_text { margin: 0 auto; color: #fff; text-align: left; padding-top: 10px;}
.footer_links { margin: 0 auto; text-align: left; padding-top: 0px;}
.footer_links ul { list-style: none;}
.footer_links ul li { display: inline; color: #fff;}
.footer_links ul li a{ color: #fff; text-decoration: none;}
.footer_copyright {margin: 0 auto; text-align: left; color: #fff; padding-top: 10px; }
.footer_copyright p { display: inline;}
.footer_copyright a { text-decoration: none; color: #fff;}
#map_canvas {
	height: 220px;
}


#driving_directions_panel.selected {
	width:100%;
}

#more_info_panel.selected {
	width:100%;
}


.pinky {
    border: 0 dashed pink;
    margin: 10px auto;
    max-width: 480px;
    min-height: 50px;
    width: 90%;
}
#double li {
    border-bottom: 1px solid #CCCCCC;
    display: inline;
    float: left;
    line-height: 1.5em;
}

 #double li {
    width: 50%;
}

.not-selected {
	height:0px;
}

.hide {display:none;}

.show {display:inline;}

.hideClosed {display:none;}

.showmessage{display:inline;}

 .display {display:none;}
.display0 {display:none;}

/*======== New Styles ========*/

.search-bar-wrapper {
	width: 100%;
	background-color: #fff;
}

.search-bar {
	text-transform: uppercase;
	text-align: center;
}

.search-bar .h2 {
	margin-top: 20px;
	font-size: 17px;
	font-weight: 700;
}

.search-box-wrapper {
	width: 100%;
	background-color: #fff;
	display: block;
	margin-bottom: 20px;
}

.search-box-inner {
	/*width: 75%;*/
	width: 90%;
	margin: 0 auto;
}

.search-box input {
	padding-left: 5px;
 	color: #64686B;
 	font-size: 13px;
 	border: 1px solid #E5E5E5;
    /*box-shadow: 1px 2px 1px 1px #F5F5F5 inset;*/
	width: 31%;
	margin-right: 10px;
	border-radius: 0 !important;
	height: 36px;
	-webkit-appearance: none !important;
}

.distance select {
  	background: url("/northface/2015/images/content/select-arrow.gif") no-repeat scroll right center #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 0;
    /*box-shadow: 1px 2px 1px 1px #F5F5F5;*/
    color: #64686B;
    font-size: 13px;
    margin-bottom: 0;
    overflow: hidden;
    padding: 10px;
	width: 31%;
	margin-right: 10px;
	height: 43px;
	-webkit-appearance: none !important;
}

.search-button input {
	display: block;
	text-indent: -999px;
	font-size: 0px;
	line-height: 0;
	background: url("/northface/2015/images/content/search-icon.png") center center no-repeat #dc241f;
	width: 24%;
	border: none;
	height: 42px;
	border-radius: 0;
	cursor: pointer;
	-webkit-appearance: none !important;
}

.search-box input, .distance select, .search-button input {
	display: inline-block;
	float: left;
}

.number {
	color: #fff;
	width: 33px;
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	position: relative;
	top: 25px;
	left: 0;
}

.clear {
	clear: both;
}

#cd-nearest-locations {
	background-color: #F1F2ED;
	padding-top: 20px;
	padding-bottom: 0;
}

#cd-nearest-locations ul {
	width: 80%;
	margin-left: 40px;
}

#cd-nearest-locations ul li {
	margin-bottom: 12px;
}


.inline {
	color: #black;
    cursor: pointer;
    display: block;
    /*font-size: 24px;*/
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0.21429em;
}

#offlab, #outlab, #autlab {
	margin-right: 10px;
}

.filter-category-wrap {
	width: 100%;
	text-align: center;
	height: 42px;
}

.filter-category-content {
	padding-top: 12px;
	padding-bottom: 12px;
}

.filter-category-content span {
	font-size: 18px;
	color: #2BA6CB;
}

#cd-nearest-locations .filter-category-content {
/*    background: url("/northface/2015/images/common/bg-wavyline.png") repeat-x scroll left bottom rgba(0, 0, 0, 0);*/
}

#cd-store-carry-content {
padding: 18px 10px;
}

#cd-store-carry-content .h3 {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 700;
	color: #2B2B2B;
	text-transform: uppercase;
}

#cd-store-carry-content .sort-product-category {
    background: url("/northface/2015/images/content/border-dash.gif") repeat-x scroll left top rgba(0, 0, 0, 0);
    padding-top: 12px;
    text-align: left;
}

.list_left, .list_right {
	float: left;
	width: 50%;
}


.sort-product-category ul li {
	margin-bottom: 10px;
}

#collection_poi {
	background-color: #F1F2ED;
}

.map-mark-mobile {
    width: 30px;
    height: 44px;
    background: url("../images/content/location-indicator-white-large.png") left center no-repeat;
    background-size: 100% 100%;
    text-align: center;
    color: #c9192e;
    margin-right: 20px;
	float: left;
	line-height: 32px;
}

.back_to_map {
	float: left;
	margin: 19px 0 0 0;
}

.map-mark-mobile.default {
	background: url("/northface/2015/widget/images/authorized.png") left center no-repeat;
	color: white; 
	float: left;
	font-size: 16px;
	line-height: 36px; text-align: center;
    width: 33px;
 }

.map-mark-mobile.outlet {
          background: url("/northface/2015/widget/images/official.png") left center no-repeat;
          color: white; 
          float: left;
          font-size: 16px;
          line-height: 36px; text-align: center;
    width: 33px;
 }

 .map-mark-mobile.authorized {
	background: url("/northface/2015/widget/images/authorized.png") left center no-repeat;
	color: white; 
	float: left;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
    width: 33px;
 }

.map-mark-mobile.official {
	background: url("/northface/2015/widget/images/official.png") left center no-repeat;
	color: white; 
	float: left;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
    width: 33px;
 }

 .store-carries-mobile {
    overflow: hidden;
    display: block;
    border-bottom: 1px solid #D8D9D5;
}
 
.cd-store-content {
	padding-top: 0;
}

.store-carries-mobile {
	padding: 0 8.59375% 0;

 }
 

.store-carries-mobile .h4 {
      color: #dc241f;
      font-size: 16px;
      line-height: 18px;
      font-weight: normal;
      text-transform: uppercase;
      padding-right: 15px;
      /*margin-top: 20px;*/
      margin-bottom: 10px;
      /*background: url("/northface/2015/images/content/red-arrow-down-large.png") no-repeat scroll 182px center rgba(0, 0, 0, 0);*/
      background: url("/northface/2015/images/content/red-arrow-down-large.png") no-repeat scroll 68% center rgba(0, 0, 0, 0);
}

.store-carries-mobile .h4.active {
    background: url("/northface/2015/images/content/red-arrow-up-large.png") right center no-repeat;
}

.store-carries-mobile a {
      height: 35px;
      width: 35px;
      float: left;
      margin-top: 15px; 
}

    .store-carries-mobile .store-action-mobile {
      float: right; 
	  display: none;
	  }
    .store-carries-mobile .store-email {
      width: 35px;
      height: 35px;
      background-image: url("/northface/2015/images/common/global-sprite.png") !important;
      background-repeat: no-repeat;
      background-position: left -1185px;
      margin-right: 5px; }
    .store-carries-mobile .store-phone {
      width: 35px;
      height: 35px;
      background-image: url("/northface/2015/images/common/global-sprite.png") !important;
      background-repeat: no-repeat;
      background-position: left -1273px; }

    .store-carries-mobile .store-carries-mobile-content {
      overflow: hidden;
      width: 100%;
      clear: both;
      padding-bottom: 20px;
       }

	.store-carries-mobile-content {
		font-size: 16px;
		line-height: 25px;
		color: #2b2b2b;
	}

  /*#cd-store-list-wrap .cd-store-content .store-action {
    position: relative;
    padding-left: 0.71429em;
    padding-right: 0.71429em;
    width: 16.66667%;
    float: left;
    overflow: hidden; }*/

.store-short-description {
	font-size: 18px;
	font-weight: 400;
	font-style:	normal;
	color: #C9192E;
	text-transform: uppercase;
	line-height: 39px;
	vertical-align: baseline;
	direction: ltr;
}

/*.address {
	padding: 0 45px 0 55px;
}*/


.short-store-description {
	color: ;
}

/*.distance {
	font-size: 22px;
	font-weight: 400;
	color: #64686B;
	line-height: 37px;
	vertical-align: baseline;
}*/

.distance {
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	font-size-adjust: none;
	color: #C9192E;
	text-transform: uppercase;
	line-height: 39px;
	vertical-align: baseline;
}


.address-content {
	font-size: 16px;
	font-weight: 400;
	font-style:	normal;
	font-size-adjust: none;
	color: #64686B;
	line-height: 24px;
	vertical-align:	baseline;
	direction: ltr;
}

.getdirections {
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	font-size-adjust: none;
	color: #dc241f;
	text-decoration: none;
	line-height: 24px;
	background: url("/northface/2015/images/content/results_pin.png") left center no-repeat;
	padding-left: 18px;
	padding-top: 1px;
	background-size: 8px 12px;
}

#cd-nearest-locations .filter-category-content span {
    background: url("/northface/2015/images/content/red-arrow-down.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    color: #dc241f;
    cursor: pointer;
    padding-right: 15px;
}

#search_panel {
}

/*================
	New Styles
============*/


.top-nav-outer {
	width: 100%;
	background-color: #eee;
}
/*
.top-nav {
	width: 100%;
	max-width: 1108px;
	margin: 0 auto;
	padding: 15px 0;
}
.top-nav a {
	font-size: 13px;
	color: #dc241f;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
.top-nav .separator {
	font-size: 13px;
	color: #dc241f;
	text-transform: uppercase;
	font-weight: bold;	
	padding: 0 4px;
}

.top-nav h1 {
	display: inline;
	text-transform: uppercase; 
	color: #2a2a2a;
	font-family: "HelveticaNeue-Medium", sans-serif;
	font-size: 18px;
}

.top-nav h1 span {
	padding: 0 4px;
}

.home-link {
	float: left;
}
.home-link a span {
}
.online-dealer-link {
	float: right;
	padding-top: 5px;
}
*/

.top-nav {
    padding: 0;
    margin: 0 auto;
    max-width: 1108px;
    width: 100%;
}
.top-nav a {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    box-sizing: border-box;
    display: block;
    line-height: 16px;
    padding: 20px;
     font-style: normal;
}


.home-link {
    background-color: #dc241f;

    float: left;
}

.online-dealer-link {
    float: left;
    padding-top: 0;
}

.home-link a{
    color: #fff;
    cursor: default;
}

.online-dealer-link a {
    cursor: default;
}

.online-dealer-link a:hover {
     background-color: #999;
}






.list_left ul, .list_right ul {
	float: left;
}

.list_left ul li, .list_right ul li {
	width: 125px;
}


.label_inner {
	display: inline-block;
	/*height: 90px;*/
	height: 30px;
	width: 75px;
	/*border: 2px solid #e2e2e2;*/
	padding: 10px 10px 0 10px;
}

.placeholder_image {
	display: block;
	background-color: #aaa;
	width: 52px;
	height: 52px;
    margin: 0 0 5px 12px;
}

.label_inner {
	text-align: center;
}

.sort-product-category {
	width: 100%;
}

.sort-product-category input[type=checkbox] {
	position: relative;
	/*top: -26px;*/
}

.results_left {
	float: left;
	width: 50%;
}

.results_right {
	float: left;
	width: 50%;

}

.store-contact-location {
/*	padding: 20px 8.59375% 10px;*/
	padding: 15px 8.59375% 4px;
}


.address {
	/*width: 50%;
	float:left;*/
}

.distance_name_local {
	width: 100%;
}

.dma {
	float: left;
	font-style: normal;
	/*line-height: 4;*/
	line-height: 38px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1.2px;
}


 .name-city {
 	padding-bottom: 25px;
 }

 .name-city .h3 {
	/*font-size: 36px;*/
	font-size: 20px;
	font-weight: 400;
	font-style: normal;
	font-size-adjust: none;
	color: #2B2B2B;
	text-transform: uppercase;
	/*line-height: 37px;*/
	line-height: 26px;
}


.hoursfulldetails a {
	color: #dc241f;
	font-size: 16px;
	font-size-adjust: none;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	text-decoration: none;
}

/*======= Bubble Template =======*/

.mainbubblecontent {
	font-style: normal !important;
}

.mainbubblelocationname {
	font-weight: bold;
	color: #000;
	padding: 0 0 3px;
}

.mainbubblecontent a {
	color: #dc241f;
}

.bubble_directions {
	text-decoration: none;
	padding: 4px 0 0;
	display: block;
}

.tel_wrapper {
	padding: 4px 0;
}

.displayURL1 {display:inline !important;}
.displayURL {display:none !important;}

.displayNFOx {display:inline !important;}
.displayNFO {display:none !important;}

@media screen and (max-width: 340px) {
	.radius select {
		letter-spacing: -0.7px;
	}
}