/* ==========================================================================
   HTML Tags
   ========================================================================== */
html, button, input, select, textarea {color: #4a4a4a; }
body {font-family: Arial, Helvetica Neue, Helvetica, sans-serif; font-size: 1em; line-height: 1.4;}
body.redsgn{font-family: 'Open Sans', sans-serif;}
html, body {overflow-x:hidden;}
::-moz-selection {
	background: #0c527e;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #0c527e;
	color: #fff;
	text-shadow: none;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

img {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

h1 {
	/*font: 300 2.43em/1.2em Gill Sans, Gill Sans MT, Gill Sans Std, Open Sans, Calibri, Arial, sans-serif;*/
	font-size:2.43em;
	font-weight:normal;
    font-family: "Gill Sans MT", "Gill Sans Std", "Open Sans", "Calibri", Arial, sans-serif;
	color: #000f18;
	margin: 0.67em 0 0.3em;
	-webkit-font-smoothing: antialiased;
}

h2 {
	font: normal 1.875em/1.2em Arial, sans-serif;
	color: #3f3f3f;
	margin: 0.83em 0;
}

h3 {
	font: bold 1.15em/1.2em Arial, sans-serif;
	color: #0c527e;
	margin: 1em 0;
}

h4 {
	font-size: 1em;
	color: #0c527e;
	margin: 1.33em 0;
}

h5 {
	font-size: .83em;
	color: #0c527e;
	margin: 1.67em 0;
}

h6 {
	font-size: .75em;
	color: #0c527e;
	margin: 2.33em 0;
}

a {
	color: #0c527e;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

a[href^="tel"],
a[href^="tel"]:hover,
a[href^="tel"]:focus { 
	text-decoration: none !important;
	cursor: default;
}

a img{
	opacity: 1;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-backface-visibility: hidden;
}

a:hover img,
a:focus img{
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
}

/* Font Face for the site */


@font-face {
  font-family: 'icomoon';
  src:  url('/redesign_exclude2017/cms/fonts/icomoon.eot?ukd7qa');
  src:  url('/redesign_exclude2017/cms/fonts/icomoon.eot?ukd7qa#iefix') format('embedded-opentype'),
    url('/redesign_exclude2017/cms/fonts/icomoon.ttf?ukd7qa') format('truetype'),
    url('/redesign_exclude2017/cms/fonts/icomoon.woff?ukd7qa') format('woff'),
    url('/redesign_exclude2017/cms/fonts/icomoon.svg?ukd7qa#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-comments-o:before {
  content: "\e90a";
}
.icon-user:before {
  content: "\e906";
}
.icon-search:before {
  content: "\e909";
}
.icon-cart:before {
  content: "\e908";
}
.icon-pinterest:before {
  content: "\e905";
}
.icon-youtube:before {
  content: "\e900";
}
.icon-facebook:before {
  content: "\e901";
}
.icon-instagram:before {
  content: "\e902";
}
.icon-google-plus:before {
  content: "\e903";
}
.icon-twitter:before {
  content: "\e904";
}


/* Social Media Icons here */
ul.footerSocial li a{
	   height: 25px;
    width: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -9999em;
    overflow: hidden;
    display: block;

}

ul.footerSocial li a.google-s{background-image: url('/cms/images/redesign_socialmedia/google-plus.svg');}
ul.footerSocial li a.facebook-s{background-image: url('/cms/images/redesign_socialmedia/facebook.svg');}
ul.footerSocial li a.instagram-s{background-image: url('/cms/images/redesign_socialmedia/instagram.svg');}
ul.footerSocial li a.pinterest-s{background-image: url('/cms/images/redesign_socialmedia/pinterest.svg');}
ul.footerSocial li a.twitter-s{background-image: url('/cms/images/redesign_socialmedia/twitter.svg');}
ul.footerSocial li a.youtube-s{background-image: url('/cms/images/redesign_socialmedia/youtube.svg');}


/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Ends here xxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

.arrow-list {
	display: block;
	padding-left: 0;
}

.arrow-list li {
	display: block;
	background: url(/cms/images/layout/list-icon.png) no-repeat 4px 2px;
	padding-left: 20px;
	margin: 2px 0;
}

.list-3rds li {
	display: block;
	float: left;
	width: 33%;
	text-align: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;	 
}


.list-3rds:after{
  content: "";
  display: table;
  clear: both;
}

.link-alt {
	color: #808080;
	text-decoration: none;
}
.link-alt:hover,
.link-alt:focus {
	text-decoration: underline;
}

.important {
	color: red;
	font-weight: bold;
	text-transform: uppercase;
}

.input-full {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;	 
}

.input-checkbox {

}

.checkbox-table [type="checkbox"] {
	margin-right: 4px;
}

.checkbox-table [type="checkbox"] + label {
	display: inline;
}

.input-req:after {
	content: ' *';
	position: relative;
	top: -0.25em;
	font-size: 11px;
	color: #00cc33;
}

.content-bgimg {
	padding: 1em;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;		
	-webkit-border-radius: 3.01px;
	-moz-border-radius: 3.01px;
	-ms-border-radius: 3.01px;
	-o-border-radius: 3.01px;
	border-radius: 3.01px;
	min-height: 350px;
	position:relative;
}

.content-bgimg h1 {
	margin: 0;
	color: #fff;
	text-shadow: 1px 1px 2px hsla(203, 83%, 27%, 0.5);
}

.content-bgimg .content-box {
	position: absolute;
	background: hsla(0, 0%, 100%, 0.8);
	padding: 1em;
	bottom: 1em;
	right: 1em;
	width: 50%;
	margin: 0;
	border: 1px solid hsl(0, 100%, 100%);
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px 0 hsla(0, 2%, 12%, 0.6);
	   -moz-box-shadow: 0 1px 2px 0 hsla(0, 2%, 12%, 0.6);
	        box-shadow: 0 1px 2px 0 hsla(0, 2%, 12%, 0.6);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;	
	-webkit-animation: fadeInRight 1s;
	-moz-animation: fadeInRight 1s;
	-ms-animation: fadeInRight 1s;
	-o-animation: fadeInRight 1s;
	animation: fadeInRight 1s;	        
}


/* ===============  Smart Bug  =============== */

.smartbug ul { list-style-type:none; background-color:#ccc; font-size:10px; border-left:1px solid #000; border-right:1px solid #000; border-top:1px solid #000; padding:0px; }
.smartbug li { border-bottom:1px solid #000; }
.smartbug a, .smartbug a:link, .smartbug a:visited { text-decoration:none; display:block; color:#000; padding:5px; }
.smartbug a:hover { background-color:#999; text-decoration:underline; }


/* ==========================================================================
   Buttons
   ========================================================================== */

.btnWrapper {
	display: inline-block;
	margin: 1em 0;
}

.btnWrapper + .btnWrapper {
	margin-left: 1em;
}

.btn, a.btn {
	display: inline-block;
	padding: 8px 15px;
	border: 1px solid #002b40;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 1.3em;
	cursor: pointer;
	text-align: center;
	background: #11597d;
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExNTk3ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE1MzE0NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #11597d), color-stop(100%, #153146));
	background: -webkit-linear-gradient(#11597d, #153146);
	background: -moz-linear-gradient(#11597d, #153146);
	background: -o-linear-gradient(#11597d, #153146);
	background: linear-gradient(#11597d, #153146);
	-webkit-border-radius: 3.01px;
	-moz-border-radius: 3.01px;
	-ms-border-radius: 3.01px;
	-o-border-radius: 3.01px;
	border-radius: 3.01px; 
  background-clip: padding-box;
}

.btn-small, a.btn-small {
	padding: 3px 16px;
}

.btn-large, a.btn-large {
	padding: 16px 30px;
	font-size: 13px;
}

.lt-ie9 .btn, .lt-ie9 a.btn {
	zoom: 1;
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF11597D', endColorstr='#FF153146');
}

.btn:hover, .btn:focus,
a.btn:hover, a.btn:focus {
	color: #fff;
	background: #153146;
	text-decoration: none;
}
.btn-alt, a.btn-alt {
	display: inline-block;
	padding: 8px 15px;
	border: 1px solid #cdcdcd;
	color: #0c527e;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	line-height: 1.3em;
	text-align: center;
	cursor: pointer;
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZGNkY2QiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #cdcdcd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cdcdcd));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#cdcdcd 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#cdcdcd 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#cdcdcd 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#cdcdcd 100%);
	-webkit-border-radius: 3.01px;
	-moz-border-radius: 3.01px;
	-ms-border-radius: 3.01px;
	-o-border-radius: 3.01px;
	border-radius: 3.01px;
}
.lt-ie9 .btn-alt, .lt-ie9 a.btn-alt {
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cdcdcd',GradientType=0 );
}
.btn-alt:hover, .btn-alt:focus,
a.btn-alt:hover, a.btn-alt:focus {
	color: #0c527e;
	background: #cdcdcd;
	text-decoration: none;
	filter: none;
}

.btn-alt2 {
	display: inline-block;
	padding: 8px 15px;
	border: 1px solid #ff732e;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.3em;
	text-align: center;
	cursor: pointer;
	background: rgb(255,115,46);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNzMyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMzU1MjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,115,46,1) 0%, rgba(243,85,41,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,115,46,1)), color-stop(100%,rgba(243,85,41,1)));
	background: -webkit-linear-gradient(top,  rgba(255,115,46,1) 0%,rgba(243,85,41,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,115,46,1) 0%,rgba(243,85,41,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,115,46,1) 0%,rgba(243,85,41,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,115,46,1) 0%,rgba(243,85,41,1) 100%);

	-webkit-border-radius: 3.01px;
	-moz-border-radius: 3.01px;
	-ms-border-radius: 3.01px;
	-o-border-radius: 3.01px;
	border-radius: 3.01px;	
}
.lt-ie9 .btn-alt2, .lt-ie9 a.btn-alt2 {
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff732e', endColorstr='#f35529',GradientType=0 );
}
.btn-alt2:hover, .btn-alt2:focus,
a.btn-alt2:hover, a.btn-alt2:focus {
	color: #fff;
	background: rgb(243,85,41);
	text-decoration: none;
	filter: none;
}

/* Invisible button that looks like a link */
.btn-alt3 {
	display: inline-block;
	padding: 8px 15px;
	border: 0;
	color: #0c527e;
	text-decoration: underline;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.3em;
	text-align: center;
	cursor: pointer;
	background: none;
	-webkit-border-radius: 3.01px;
	-moz-border-radius: 3.01px;
	-ms-border-radius: 3.01px;
	-o-border-radius: 3.01px;
	border-radius: 3.01px;	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.btn-alt3:hover, .btn-alt3:focus,
a.btn-alt3:hover, a.btn-alt3:focus {
	text-decoration: none;
	color: #333;
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlY2VjZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #ececec 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ececec 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#ececec 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#ececec 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ececec 100%);
	-webkit-box-shadow: 0 0 0 1px #ececec;
	-moz-box-shadow: 0 0 0 1px #ececec;
	box-shadow: 0 0 0 1px #ececec;
}

.lt-ie9 .btn-alt3:hover, .lt-ie9 a.btn-alt3:hover,
.lt-ie9 .btn-alt3:focus, .lt-ie9 a.btn-alt3:focus {
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 );
}

.btn-regular {
	font-size: 11px;
}

/* Fake button to look like text */

.btn-text {
	display: inline-block;
	padding: 0;
	border: 0;
	background: none;
	text-decoration: underline;
	color: #0c527e;
}

.btn-text:hover,
.btn-text:focus {
	text-decoration: none;
}

/* Facebook button */

.btn-fbook {
	display: inline-block;
	background: #3b5998 url(/cms/images/layout/fbook.png) 1em 50% no-repeat;
	padding: 1.35em 1.5em 1.35em 4em;
	font-family: 'open-sans-semi', arial, helvetica;
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;	
	text-align: left;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.btn-fbook:hover,
.btn-fbook:focus {
	background-color: #344e86;
}

.btn-full {
	width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;	
}


/* ==========================================================================
   Tabs
   ========================================================================== */

.tabs {
	margin: 20px 0;
}

.tabs-nav {
	position: relative;
	top: 1px;
	overflow: hidden;
	z-index: 20;
}

.tabs-nav ul {
	display: block;
	margin: 0;
	padding: 0;
}
.tabs-nav ul:after {
	content: '';
	display: block;
	float: left;
	width: 44px;
	height: 46px;
	background: url(/cms/images/layout/tab-end.png) no-repeat 0 100%;
}

.tabs-nav li {
	position: relative;
	display: block;
	float: left;
	border-top: 1px solid #e5e5e5;
	overflow: hidden;
}
.tabs-nav li.selected:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e5e5e5), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #e5e5e5, #ffffff);
	background: -moz-linear-gradient(top, #e5e5e5, #ffffff);
	background: -o-linear-gradient(top, #e5e5e5, #ffffff);
	background: linear-gradient(top, #e5e5e5, #ffffff);
}
.tabs-nav li:first-child {
	border-left: 1px solid #e5e5e5;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.tabs-nav a {
	display: block;
	padding: 0 20px;
	height: 44px;
	line-height: 40px;
	font-size: 1.07em;
	color: #5a5252;
	text-decoration: none;
	background: url(/cms/images/layout/tab-bg.png) repeat-x 0 100%;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.tabs-nav a:hover,
.tabs-nav a:focus,
.tabs-nav .selected a {
	color: #0c527e;
	background-position: 0 0;
}

.tabs-nav .selected a {
	color: #0c527e;
}

.tabs-nav .selected a:hover {
	cursor: default;
}

.tabs-content {
	margin-top: -1px;
}

.tabs .panel > h2:first-child {
	margin-top: 0;
}

.panel {
	position: relative;
	padding: 20px;
	z-index: 15;
	background-color: #fff;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
}

.panel:after {
  content: "";
  display: table;
  clear: both;
}

.panel {
	display: none;
}

.panel.selected {
	display: block;
}

.tabs .panelshop > h2:first-child {
	margin-top: 0;
}

.panelshop {
	position: relative;
	padding: 20px;
	z-index: 15;
	background-color: #fff;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
}

.panelshop:after {
  content: "";
  display: table;
  clear: both;
}

.panelshop {
	/*display: none;*/
}

.panelshop.selected {
	display: block;
}

.subpanel, .subpanel-left, .subpanel-right {
	overflow: hidden;
	padding: 40px 40px 0;
	-webkit-box-shadow: inset 0 10px 15px -10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 0 10px 15px -10px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 10px 15px -10px rgba(0, 0, 0, 0.5);
	margin-left: -10px;
	margin-right: -10px;
}
.subpanel:first-child, .subpanel-left:first-child, .subpanel-right:first-child {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.subpanel-left {
	padding-right: 0;
}

.subpanel-right {
	padding-left: 0;
}


/* Tabs - Alt Style
   ========================================================================== */

.tabs-alt-nav {
	position: relative;
	border-bottom: 1px solid #f2f2f2;
}

.tabs-alt-nav ul {
	display: block;
	margin: 0;
	padding:0;
}

.tabs-alt-nav li {
	position: relative;
	top: 1px;
	display: block;
	float: left;
	overflow: hidden;
}

.tabs-alt-nav li + li {
	margin-left: 3px;
}

.tabs-alt-nav .name {
	display: block;
	padding: 12px 20px 9px;
	line-height: 1em;
	border: 1px solid #d0d0d0;
	color: #0c527e;
	font-weight: bold;
	font-size: 0.86em;
	text-decoration: none;
	background: #e4e4e4;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-border-top-right-radius: 3.01px;
	 -webkit-border-top-left-radius: 3.01px;
	    -moz-border-radius-topright: 3.01px;
	     -moz-border-radius-topleft: 3.01px;
	        border-top-right-radius: 3.01px;
	         border-top-left-radius: 3.01px;
}

.tabs-alt-nav .name:hover,
.tabs-alt-nav .name:focus,
.tabs-alt-nav .selected .name {
	color: #666666;
	background: #fff;
	border-bottom-color: #fff;
}

.tabs-alt-nav .selected .name:hover {
	cursor: default;
}


/* responsive Tabs */

.r-tabs {background:#FCFDFD; border:1px solid #F2F2F2; border-radius:3px; padding:3px;}

.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 3px 3px 0;
    border-radius:3px 3px 0 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2f6b8f+0,135273+100 */
background: rgb(47,107,143); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(47,107,143,1) 0%, rgba(19,82,115,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(47,107,143,1) 0%,rgba(19,82,115,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(47,107,143,1) 0%,rgba(19,82,115,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f6b8f', endColorstr='#135273',GradientType=0 ); /* IE6-9 */

}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1b5755+0,173d3e+100 */
background: rgb(27,87,85); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(27,87,85,1) 0%, rgba(23,61,62,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(27,87,85,1) 0%,rgba(23,61,62,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(27,87,85,1) 0%,rgba(23,61,62,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b5755', endColorstr='#173d3e',GradientType=0 ); /* IE6-9 */
    border-radius:3px 3px 0 0;
}
.r-tabs .r-tabs-tab a {
    color:#ffffff;
    display:block;
    padding:6px 8px;
    font-size:.688em;
    text-decoration:none;
    text-transform:uppercase;
}

.r-tabs .r-tabs-panel {
    padding: 15px;
    display: none;
}

.r-tabs .r-tabs-accordion-title 
{
    margin:0 0 1px;
    display: none;
    background: rgb(27,87,85); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(27,87,85,1) 0%, rgba(23,61,62,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(27,87,85,1) 0%,rgba(23,61,62,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(27,87,85,1) 0%,rgba(23,61,62,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b5755', endColorstr='#173d3e',GradientType=0 ); /* IE6-9 */
}
.r-tabs .r-tabs-accordion-title a {
    color:#ffffff;
    display:block;
    padding:6px 8px;
    font-size:.875em;
    font-weight:bold;
    text-decoration:none;
    text-transform:uppercase;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
}



/* ==========================================================================
   Modules
   ========================================================================== */

.main .block,
.main-area .block {
	margin: 10px;
}

.main .grid-3 .block {
	margin: 20px 0px;
}

.margin-offset {
	margin: -20px;
}

.no-padding {
	padding: 0 !important;
}

.no-margin {
	margin: 0 !important;
}

.mod-bg {
	background: #fff;
}

.mod {
	position: relative;
	margin: 20px 0;
}

.mod-has-margin {
	margin:20px 10px !important;
}

.mod-centered {
	text-align: center;
}

.mod-alt {
	position: relative;
	overflow: hidden;
	display: block;
	padding: 5px;
	border: 1px solid white;
	color: #808080;
	background: #e6e6e6;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e6e6e6 0, #ffffff 70px);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#e6e6e6), color-stop(70px,#ffffff));
	background: -webkit-linear-gradient(top,  #e6e6e6 0,#ffffff 70px);
	background: -o-linear-gradient(top,  #e6e6e6 0,#ffffff 70px);
	background: -ms-linear-gradient(top,  #e6e6e6 0,#ffffff 70px);
	background: linear-gradient(to bottom,  #e6e6e6 0,#ffffff 70px);
	-webkit-border-radius: 3.01px;
	-moz-border-radius: 3.01px;
	-ms-border-radius: 3.01px;
	-o-border-radius: 3.01px;
	border-radius: 3.01px;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-box-shadow: 0 1px 2px 0 rgba(31, 30, 30, 0.6);
	-moz-box-shadow: 0 1px 2px 0 rgba(31, 30, 30, 0.6);
	box-shadow: 0 1px 2px 0 rgba(31, 30, 30, 0.6);
}

.lt-ie9 .mod-alt {
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff',GradientType=0 );
}
.mod-alt + .mod-alt {
	margin-top: 10px;
}
.mod-alt > .mod-title {
	text-align: center;
}
.mod-alt2 {
	position: relative;
	padding: 5px;
	margin: 20px 0;
	color: #fff;
	border: 1px solid #999999;
	background: #306c91;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMwNmM5MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMjUyNzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #306c91 0%, #125272 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#306c91), color-stop(100%,#125272));
	background: -webkit-linear-gradient(top,  #306c91 0%,#125272 100%);
	background: -o-linear-gradient(top,  #306c91 0%,#125272 100%);
	background: -ms-linear-gradient(top,  #306c91 0%,#125272 100%);
	background: linear-gradient(to bottom,  #306c91 0%,#125272 100%);
	-webkit-border-radius: 3.01px;
	-moz-border-radius: 3.01px;
	-ms-border-radius: 3.01px;
	-o-border-radius: 3.01px;
	border-radius: 3.01px;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.lt-ie9 .mod-alt2 {
	zoom:1;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#306c91', endColorstr='#125272',GradientType=0 );
}
.mod-alt2 .title { color: #fff;}
.mod-alt > .mod-title .title {
	margin: 0.5em 0 0;
	font-size: 18px;
	color: #808080;
}

/* Mod Alt 3 - Mod style with blue heading */

.mod-alt3 {
	position: relative;
	padding: 0;
	border: 1px solid white;
	color: #808080;
	background: #e6e6e6;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e6e6e6 0, #ffffff 70px);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#e6e6e6), color-stop(70px,#ffffff));
	background: -webkit-linear-gradient(top,  #e6e6e6 0,#ffffff 70px);
	background: -o-linear-gradient(top,  #e6e6e6 0,#ffffff 70px);
	background: -ms-linear-gradient(top,  #e6e6e6 0,#ffffff 70px);
	background: linear-gradient(to bottom,  #e6e6e6 0,#ffffff 70px);
	-webkit-border-radius: 3.01px;
	-moz-border-radius: 3.01px;
	-ms-border-radius: 3.01px;
	-o-border-radius: 3.01px;
	border-radius: 3.01px;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-box-shadow: 0 1px 2px 0 rgba(31, 30, 30, 0.6);
	-moz-box-shadow: 0 1px 2px 0 rgba(31, 30, 30, 0.6);
	box-shadow: 0 1px 2px 0 rgba(31, 30, 30, 0.6);
}
#hawkfacets { border:0; }

.hawkRailHeader {
	font: normal 1.875em/1.2em Arial, sans-serif;
}
.mod-alt3 > .mod-title,
.hawkRailHeader {
	min-height: 8px;
	text-align: left;
	background: #306c91;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMwNmM5MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMjUyNzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #306c91 0%, #125272 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#306c91), color-stop(100%,#125272));
	background: -webkit-linear-gradient(top,  #306c91 0%,#125272 100%);
	background: -o-linear-gradient(top,  #306c91 0%,#125272 100%);
	background: -ms-linear-gradient(top,  #306c91 0%,#125272 100%);
	background: linear-gradient(to bottom,  #306c91 0%,#125272 100%);
	-webkit-border-top-right-radius: 2px;
	 -webkit-border-top-left-radius: 2px;
	    -moz-border-radius-topright: 2px;
	     -moz-border-radius-topleft: 2px;
	        border-top-right-radius: 2px;
	         border-top-left-radius: 2px;
}

.mod-alt3 > .mod-title .title, .hawkRailHeader {
	margin: 0;
	color: #fff;
	padding: 0.2em 0.8em;
	font-size: 1.4em;
	font-weight: 300;
}

.mod-alt3 > .mod-title .title a {
	color: #fff;
	text-decoration: none;
}

.mod-alt3 > .mod-title .title a:hover,
.mod-alt3 > .mod-title .title a:focus {
	text-decoration: underline;
}

.lt-ie9 .mod-alt3 > .mod-title .title {
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#306c91', endColorstr='#125272',GradientType=0 );
}

.mod-alt3 .mod-content {
	margin: 20px;
	padding: 0;
}

.mod-alt3.bg-alt {
	background: #2b678b;
	color: #fff; 
}

/* Dark Mod Theme */
.mod-dark { 
	color: #cecece;
	background: #808080;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgwODA4MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5OTk5OTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #808080 0%, #999999 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#808080), color-stop(100%,#999999));
	background: -webkit-linear-gradient(top,  #808080 0%,#999999 100%);
	background: -o-linear-gradient(top,  #808080 0%,#999999 100%);
	background: -ms-linear-gradient(top,  #808080 0%,#999999 100%);
	background: linear-gradient(to bottom,  #808080 0%,#999999 100%);
}
.lt-ie9 .mod-dark {
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#999999',GradientType=0 );
}
.mod-dark .title { color: #fff; }
/* Mini Mod for smaller text */
.mod-mini .title { margin-bottom: 0;}
.mod-mini .mod-content { font-size: 12px; padding: 0;}
.mod-mini p { margin: 0.5em 0;}
.mod-aside {
	float: left;
}
.mod-aside img {
	padding-right: 15px;
}
.title { }

.title-link {
	color: #3f3f3f;
	text-decoration: none;
}

.title-link:hover,
.title-link:focus {
	text-decoration: underline;
}

.title .more {
	position: absolute;
	top: 0;
	right: 0;
}

.mod-content {
	padding: 15px 0;
}

.aside-alt .title,
.main-aside .title {
	color: #fff;
	font-weight: bold;
	font-size: 1.167em;
}

.aside-alt .title-link,
.main-aside .title-link {
	color: #fff;
}

.aside-alt .mod-head .title,
.main-aside .mod-head .title {
	color: #b1e4ec;
	font-size: 1.29em;
	font-weight: normal;
}

.aside-alt .content,
.main-aside .content {
	font-size : 0.86em;
}

.aside-alt .more,
.main-aside .more {
	color: #fff;
	white-space: nowrap;
}

.newsSummary p { 
	margin: 0;
}


/* Item Lists Content
   ========================================================================== */
.item-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.item {
	position: relative;
	display: block;
	margin: 1em 0;
	width: 100%;
}

.item:first-child {
	padding-top: 0;
}

.item:last-child{
	padding-bottom: 0;
}

.aside-alt .item + .item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	width: 100%;
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF000000', endColorstr='#FF000000');
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iNTAlIiB4Mj0iMTAwJSIgeTI9IjUwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiYSgyNTUsIDI1NSwgMjU1LCAwKSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSJyZ2JhKDI1NSwgMjU1LCAyNTUsIDAuMykiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYmEoMjU1LCAyNTUsIDI1NSwgMCkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
	background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
}

.item > .title {
	margin: 0 0 5px;
}

.content .title {
	margin: 0;
}

.item-list .content p {
	margin: 0;
}

.content .date {
	font-size: .85em;
}

/* Item Media
   ========================================================================== */

.mod .aside {
	display: inline-block;
	text-align: center;
	float: left;
	font-size:.813em;
	max-width:100px;
	padding: 0 15px 10px 0;
}

.mod .aside img {
	
}

.caption {
	display: block;
	font-size: 0.8em;
	line-height: 1.2em;
}


/* Media Queries for Item Lists 
   ========================================================================== */

@media (max-width: 400px) {
	.item {
		display: block;
	}

	.item > .content {
		display: block;
	}

	.item > .aside {
		display: block;
	}
}


/* Aside Mods
========================================================================== */

/* Aside Mod Styles -- might be able to get rid of these as we now have mod 3 */



/* To be used to find improper styles, simplify the mod-alts */
.aside .mod-alt {background: red!important; color: red!important;}
.aside .mod-alt:before {
	content: 'old module, report to FED';
	color: black;
}


.aside .mod-alt,
.aside .recently-view .mod-content {
	padding: 0;
}


.aside .mod-alt > .mod-title {
	min-height: 8px;
	text-align: left;
	background: #306c91;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMwNmM5MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMjUyNzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #306c91 0%, #125272 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#306c91), color-stop(100%,#125272));
	background: -webkit-linear-gradient(top,  #306c91 0%,#125272 100%);
	background: -o-linear-gradient(top,  #306c91 0%,#125272 100%);
	background: -ms-linear-gradient(top,  #306c91 0%,#125272 100%);
	background: linear-gradient(to bottom,  #306c91 0%,#125272 100%);
}

.aside .mod-alt > .mod-title .title {
	margin: 0;
	color: #fff;
	padding: 0.2em 0.8em;
	font-size: 1.71em;
	font-weight: 300;
}

.lt-ie9 .aside .mod-alt > .mod-title .title {
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#306c91', endColorstr='#125272',GradientType=0 );
}

.aside .mod-content {
	padding: 0.2em 1.5em;
}

.aside-alt .mod-content {
	padding: 0 1.5em;
}


.nav-store .mod-content{
	padding-top: 1em;
}


/* Featured Grid
========================================================================== */

.featured-grid {
	position: relative;
}

.featured-grid {
	position: relative;
	text-align: center;
	font-size: 100px;
	margin: 15px 0;
}

.featured-grid:after {
	content: '';
	height: 100%;
	border-left: 1px dotted #d1d1d1;
	position: absolute;
	left: 50%;
	top: 0%;
}

.featured-grid .mod {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0 20px;
	width: 43%;
	text-align: left;
	font-size: 12px;
	vertical-align: top;
}

.featured-grid .mod + .mod + .mod {
	margin-top: 20px;
}

.featured-grid .mod .mod-title {
	margin: 0;
	font-size: 1.5em;
}

.featured-grid .mod-content { 
	padding-bottom: 1em;
}

.featured-grid p {
	margin: 0.2em 0;
}

.featured-grid .more {
	position: absolute;
	right: 20px;
	bottom: 0;
	font-weight: bold;
	text-decoration: none;
}

.featured-grid .more:hover,
.featured-grid .more:focus {
	text-decoration: underline;
}

.featured-grid .more:after {
	content: '';
	display: inline-block;
	margin-left: 5px;
	width: 5px;
	height: 9px;
	background: url(/cms/images/layout/arrow-right-blue.png) 50% 50% no-repeat;
}

/* Newsletter
========================================================================== */

.mod-newsletter {
	padding: 0.5em 1.5em;
}

.mod-newsletter .title {
	display: inline-block;
	margin: 0.3em 1em 0.3em 0;
	font-weight: normal;
	font-size: 1em;
}

.mod-newsletter p {
	display: inline-block;
	color: #cacaca;
	font-size: 0.75em;
	margin: 0;
	padding-bottom: 3px;
	vertical-align: bottom;
}

.mod-newsletter .btn-alt {
	float: right;
}


/* News
   ========================================================================== */

.news-detail {
	padding-right: 10px;
}

.article {
	margin: 20px;
}

.article > .aside {
	float: right;
	margin: 1em;
}

.meta {
	margin: 0.5em 0;
}

.meta > div {
	float: left;
}
.meta .btn { margin:0 0 8px;}
.meta .social-tools {
	float: right;
	width: 300px;
}
.meta .social-tools iframe {width:80px !important;}

.meta .date {
	line-height: 2em;
}

.media-caption {
	font-size: 0.9em;
	text-align: center;
}


/* ==========================================================================
   Documents
   ========================================================================== */

.documents-rail .item {
	margin: 0.5em 0;
}

/* ==========================================================================
   Testimonials
   ========================================================================== */

blockquote {
	overflow: hidden;
	margin: 1em 2em;
	padding-left: 0.5em;
	border-left: 4px solid #ccc;
	border-left: 4px solid hsla(0, 0%, 70%, 0.7);
}

blockquote small {
	display: block;
	padding-top: 0.3em;
	line-height: 1.2em;
	clear: both;
}

.aside-alt blockquote {
	margin: 1em 0;
}

.filter.callout-box {
	padding: 1em;
	text-align: left;
	color: #4a4a4a;
}

/* ==========================================================================
   Filters
   ========================================================================== */

.filter {
	margin: 1em 0;
	padding: 1em;	
	border: 1px solid #444444;
	background: #cccccc;
}

.filter.callout-box {
	padding: 1em .5em;
	color: #4a4a4a;
}

.filter-options {
	float: left;
	padding-top: 4px;
	margin:0 0 7px;
}

.filter-actions {
	float: right;
}

#CT_Main_0_pnPage h4 {padding: 0 22px;}


/* Department Filter
   ========================================================================== */

.dept-filter, 
.hawksearch .filters{
	float: left;
}
.dept-filter label,
.hawksearch .filters label {
	font-weight: bold;
	color: #666666;
	padding-right: 5px;
}
.dept-filter select,
.hawksearch .filters select {
	width: 13em;
}

/* Pagination
========================================================================== */
.paging, .hawksearch .mainControls {
	overflow: hidden;
	padding: 1em;
	font-size: 0.86em;
	color: #818181;
}

.hawksearch .paging {
	font-size: 1em;
	padding: 0 1em 0 0;
}

.paging-list ul,
.hawksearch .pagination {
	display: block;
	float: right;
	padding: 0;
	margin: 0;
}

.hawksearch .pagination .view {
	float: right;
}

.paging-center ul {
	float: none;
	text-align: center;
}

.paging-list li {
	display: inline-block;
	padding: 0;
	margin: 0;
}

.paging-list li a,
.paging-list li span {
	display: block;
	padding: 2px 3px;
	text-align: center;
}

.paging-list li a {
	/* Link State */
}

.paging-list li span {
	/* Current Page State */
}

.paging-list .prev,
.paging-list .next {
	display: inline-block;
	padding: 2px 10px;
	width: 8px;
	height: 17px;
	text-indent: -9999em;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 8px 17px;
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	    -ms-backface-visibility: hidden;
}


.paging-list .next {
	background-image: url(/cms/images/layout/pager-r.png);
}
.paging-list .next:hover, .paging-list .next:focus {
	-webkit-transform: translateX(0.3em);
	-moz-transform: translateX(0.3em);
	-ms-transform: translateX(0.3em);
	-o-transform: translateX(0.3em);
	transform: translateX(0.3em);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.paging-list .next {
		background-image: url(/cms/images/layout/pager-r@2x.png);
	}
}

.paging-list .prev {
	background-image: url(/cms/images/layout/pager-l.png);
}
.paging-list .prev:hover, .paging-list .prev:focus {
	-webkit-transform: translateX(-0.3em);
	-moz-transform: translateX(-0.3em);
	-ms-transform: translateX(-0.3em);
	-o-transform: translateX(-0.3em);
	transform: translateX(-0.3em);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.paging-list .prev {
		background-image: url(/cms/images/layout/pager-l@2x.png);
	}
}

.paging-list .prev.disabled, .paging-list .next.disabled {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
	cursor: default;
	display: none;
}


.paging-list .prev.disabled:focus,
.paging-list .prev.disabled:hover,
.paging-list .next.disabled:hover, 
.paging-list .next.disabled:focus {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.paging-list .active {
	font-weight: bold;
}

.paging-desc { 
	font-size: 0.92em;
}

.inlinePagination {}
.inlinePagination span {display:inline-block; margin:0 0 5px;}
.inlinePagination .btn { margin:0 0 5px;}



/* ==========================================================================
   Grid List
   ========================================================================== */

.grid-list {
	position: relative;
	display: block;
	margin: 0;
	padding: 1px 0 !important;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	font-size: 0;
	text-align: left; /*has to be left for border dividers */
}

.grid-list:before{
	content:'';
	position: absolute;
	left: 50%;
	top: 0;
	width: 1px;
	height: 100%;
	background: #f2f2f2;
}

.grid-list.grid-vertical,
.grid-list.grid-content {
	border-top: 0;
	border-bottom: 0;
}
.grid-list.grid-content {
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid #f2f2f2;;
	border-bottom: 1px solid #f2f2f2;;
}

.grid-list.grid-content:before,
.grid-list.grid-vertical:before {
	display: none;
}

.grid-list.col3:before {
	left: 33.33%;
}

.grid-list.col3:after{
	content:'';
	position: absolute;
	left: 66.33%;
	top: 0;
	width: 1px;
	height: 100%;
	background: #f2f2f2;
}

.grid-list > li {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 49%;
	font-size: 14px;
	vertical-align: top;
}

.grid-list.grid-content > li,
.grid-list.grid-vertical > li {
	width: 100%;
}

.grid-list.grid-content > li:nth-child(2n+2) {
	background: #f2f2f2;
}

.departments .grid-title{
	text-align: left;
}

.grid-list.col3 > li {
	width: 33.33%;
}



.grid-list > li + li + li{
	border-top: 1px solid #f2f2f2;
}

.grid-list.col3 > li {
	border-top: 0;
}

.grid-list.col3 > li + li + li + li{
	border-top: 1px solid #f2f2f2;
}

.grid-list.grid-content > li,
.grid-list.grid-vertical > li{
	border-top: none
}


/*.grid-list > li:nth-child(2n) {
	border-left: 1px solid #f2f2f2;
}*/

.grid-item {
	position: relative;
	display: block;
	text-align: center;
	padding: 1em 0 2.5em !important;
	-webkit-backface-visibility: hidden;
}

.grid-vertical .grid-item {
	text-align: left;
	font-size: 0.79em;
	padding: 0.5em 0;
}

.grid-vertical .grid-image {
	float: left;
	padding-right: 10px;
}

.grid-vertical .grid-image img{
	max-width: 50px;
	max-height: 50px;
}

.grid-title {
	font-weight: bold;
	font-size: 1em;
	margin: 0.4em 0 0.2em;
	padding: 0 15px;
}

.grid-vertical .grid-title {
	margin-top: 0;
	padding: 0;
}

.departments .grid-title{
	font-size: 1.29em;
}

.grid-vertical .product-price {
	margin-left: 60px;
}

.grid-title a { 
	text-decoration: none;
}

.grid-title a:hover,
.grid-title a:focus {
	text-decoration: underline;
}
.product-listing .grid-title {
	text-align: center;
	font-size: 1em;
}
.grid-desc {
	text-align: left;
	padding: 0 15px;
	font-size: 0.86em;
	color: #808080;
}

.grid-link {
	position: absolute;
	bottom: 1em;
	right: 15px;
	display: block;
	font-weight: bold;
	font-size: 0.86em;
	text-decoration: none;
}

.grid-link:hover,
.grid-link:focus {
	text-decoration: underline;
}

.grid-link:after{
	content: '';
	display: inline-block;
	margin-left: 5px;
	width: 5px;
	height: 9px;
	background: url(/cms/images/layout/arrow-right-blue.png) 50% 50% no-repeat;
}
.product-price {
	color: #808080;
	font-weight: bold;
}
.product-desc {
	font-size: 0.8em;
}

.price-sale {
	color: #990000;
	white-space: nowrap;
}

.product-sku {
	font-size: 0.85em;
	margin-bottom: 1em;
}

.grid-content .grid-item {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	min-height: initial !important;
	padding-bottom: 0;
}

.grid-content .grid-title {
	font: normal 1.29em/1.2em Arial, sans-serif;
	text-align: left;
	min-height: initial !important;
	padding: 0;
	margin: 0 0 0.5em;
}

.grid-content .grid-title a {
	color: #3f3f3f;
}

/* ==========================================================================
   Events
   ========================================================================== */

.article > .aside.calendar {
	width: 35%;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 100%;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.no-border-left {
	border-left: 0 !important;
}

/* Master Overlay Control */
/* overlay default */
.siteOverlay {
	display: none;
	position: relative;
	width: 550px;
	min-height: 1px;
	background-color: #fff;
	z-index: 1000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 15px #333333;
	-moz-box-shadow: 0 0 15px #333333;
	box-shadow: 0 0 15px #333333;
}

.siteOverlay .overlayClose {
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 1px;
	display: block;
	width: 21px;
	height: 21px;
	text-align: center;
	line-height: 18px;
	text-decoration: none;
	color: #fff;
	background: url('/cms/images/icon-close-circled-24.png') no-repeat;
	/*background: #d1d2d4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;*/
}
.siteOverlay .overlayClose:hover, .siteOverlay .overlayClose:focus {
	/* background: #c6c6c8;*/
	opacity: 1.0;
    transition: opacity .55s ease-in-out;
    -moz-transition: opacity .55s ease-in-out;
    -webkit-transition: opacity .55s ease-in-out;
}

.siteOverlay .overlayContent {
	padding: 20px;
}

.autocomplete {
	z-index: 99999999;
}

/* NEW Limit Text Box */
.limitTextBox span {
	display: none;
}

.limitTextBoxBar {
	width: 100%;
}

.limitTextBoxBarWrpr {
	width: 100%;
	border: 0px solid black;
	overflow: hidden;
	font-size: 9px;
	color: #000;
	white-space: nowrap;
	height: 5px;
	background-color: #FDFBBE;
}

.limitTextBoxBarInner {
	width: 0%;
	background-color: #FF0000;
}

.limitTextBoxInputWrpr {
	display: table-cell;
	width: 100%;
	vertical-align: top;
}

.limitTextBoxInputWrpr textarea {
	box-sizing: border-box;
	vertical-align: top;
}

.limitTextBoxSpellWrpr {
	display: table-cell;
	padding-left: 5px;
	vertical-align: top;
}

.icons-sprite, .icons-arrowdown, .icons-arrowup, .icons-arrowleft, .icons-bclub, .icons-beretta, .icons-dot, .icons-facebook, .icons-gallery, .icons-gplus, .icons-pint, .icons-pinterest, .icons-twitter, .icons-youtube, .icons-phone, .icons-bag, .icons-instagram {
	background: url('/cms/images/layout/icons-sprite.png') no-repeat;
}

.icons-arrowdown, .icons-arrowup, .icons-arrowleft {
	background-position: 0 -354px;
}

.icons-arrowleft {
	background-position: 0 -366px;
}

.icons-arrowup {
	background-position: 0 -342px;
}

.icons-bclub {
	background-position: 0 -141px;
}

.icons-beretta {
	background-position: 0 -238px;
}

.icons-dot {
	background-position: 0 -326px;
}

.icons-facebook {
	background-position: 0 -304px;
}

.icons-gallery {
	background-position: 0 0;
}

.icons-gplus {
	background-position: 0 -216px;
}

.icons-pint {
	background-position: 0 -194px;
}

.icons-pinterest {
	background-position: 0 -172px;
}

.icons-twitter {
	background-position: 0 -282px;
}

.icons-youtube {
	background-position: 0 -260px;
}

.icons-phone {
	background-position: 0 -194px;
}
.icons-bag {
	background-position: 0 -378px;
}

/* ==========================================================================
   Layout
   ========================================================================== */

body {

	background: url(/cms/images/layout/bg-pattern.png) repeat;
}

.page-friend {
	background: #fff;
}

.header {
	z-index: 500;
	margin-bottom: 1em;
	position:relative;
	/* Sets above the content */
}

.upd-header{
	z-index: 500;
	/*margin-bottom: 1em;*/
	position:relative;
	background: #1a3a4f;
}

#main-content {
	
}

.main-area {
	position: relative;
	margin-top: 20px;	
	padding-top:10px !important;
	background: #fff;
}

.main-area  p {font-size:.875em;}

/*.grid-9.main-area {
	margin-left: 0;
	padding-left: 20px;
	padding-right: 20px;
	width: 720px;
}*/

.grid-7.main-area {
	margin-left: 0;
/*	padding-left: 20px;
	padding-right: 20px;*/
	width: 560px;
}

/*.store .grid-9.main-area {
	margin-left: 10px;
	padding-left: 0px;
	padding-right: 0px;
	width: 700px;
}*/

.main-aside {
	position: relative;
	margin-right: 0;
	padding: 0 1em;
	color: #fff;
	background-color: #306c91;
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF125272', endColorstr='#FF306C91');
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEyNTI3MiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMzA2YzkxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMzA2YzkxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #125272), color-stop(50%, #306c91), color-stop(100%, #306c91));
	background-image: -webkit-linear-gradient(top, #125272 0%, #306c91 50%, #306c91 100%);
	background-image: -moz-linear-gradient(top, #125272 0%, #306c91 50%, #306c91 100%);
	background-image: -o-linear-gradient(top, #125272 0%, #306c91 50%, #306c91 100%);
	background-image: linear-gradient(top, #125272 0%, #306c91 50%, #306c91 100%);
}
.main-aside.grid-3:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	border-width: 0 25px 25px 0;
	border-style: solid;
	border-color: transparent white;
}
.grid-12 > .main-aside:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	border-width: 0 25px 25px 0;
	border-style: solid;
	border-color: white transparent;
}
.main-aside:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	border-width: 0 0 25px 25px;
	border-style: solid;
	border-color: white transparent;
}

.main-aside a,
.main-aside .nav-aside a {
	color: #fff;
}

.main-aside a:hover,
.main-aside a:focus,
.main-aside .nav-aside a:hover,
.main-aside .nav-aside a:focus {
	color: #BFBFBF;
}

.aside-alt {
	position: relative;
	height: 205px;
	padding: 0;
	margin: 25px 0 10px;
	color: #fff;
	background: #306c91;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMwNmM5MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzEyNTI3MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #306c91 0%, #125272 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#306c91), color-stop(99%,#125272));
	background: -webkit-linear-gradient(top,  #306c91 0%,#125272 99%);
	background: -o-linear-gradient(top,  #306c91 0%,#125272 99%);
	background: -ms-linear-gradient(top,  #306c91 0%,#125272 99%);
	background: linear-gradient(to bottom,  #306c91 0%,#125272 99%);
}

.lt-ie9 .aside-alt {
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#306c91', endColorstr='#125272',GradientType=0 );
}

.aside-alt:before {
	content: '';
	position: absolute;
	top: -25px;
	left: 0;
	display: block;
	width: 195px;
	height: 25px;
	margin-right: 25px;
	background: #306c91;
}
.aside-alt:after {
	content: '';
	position: absolute;
	top: -25px;
	right: 0;
	border-width: 0 25px 25px 0;
	border-style: solid;
	border-color: #306c91 transparent;
}
.aside-alt .mod-content {
	position: absolute;
	left: 0;
	top: -15px;
	width: 190px;
}

.aside-alt a {
	color: #fff;
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxx Utility Bar for the 2017 Redesign Sites xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */


.upd-utility {
	position: relative;
	z-index: 1000;
	/* Sets above header */
	min-height: 40px;
	border-bottom: 1px solid #484848;
	background: #333333;
	color: #808080;
	text-transform: uppercase;
/*	-webkit-box-shadow: 0 -2px 1px 3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 -2px 1px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 -2px 1px 3px rgba(0, 0, 0, 0.4);*/
}

.upd-utility:after { /*Clearfix */
  content: "";
  display: table;
  clear: both;
}

.upd-utility ul {
	display: block;
	margin: 0;
	font-size: 0.69em;
	padding: 0px;
}

.upd-utility li {
	position: relative;
	display: block;
	float: left;
	padding: 15px 3px 11px;
	margin:0px;
}

.upd-utility li.selectlg{
		background: #3d3d3d;
		text-decoration: none;
		padding-right: 10px;
		padding-left: 10px;
		min-width: 100px;
		color: #fff;
}

.upd-utility li.selectlg a{
	text-decoration: none;
	display: block;
}

.upd-utility .has-divider {
	padding-right: 6px;
	margin-right: 3px;
	border-right: 1px dotted #4d4d4d;

}

.upd-utility-title, .language-current, .language-switcher, .member-nav a {
	display: block;
	margin: 0;
	padding: 0;
	min-height: 16px;
	color: #fff;
	font-weight: normal;
	font-size: 1em;
	line-height: 16px;
}

.upd-utility-select {
	color: #808080;
}

.upd-utility-select:after {
	content: '';
    position: relative;
    display: inline-block;
    top: -2px;
    left: 11px;
    margin-left: 3px;
    float: right;
    border-style: solid;
    border-width: 4px;
    border-color: transparent transparent #ffffff transparent;
}

.upd-utility-select:before {
	    content: '';
    position: relative;
    display: inline-block;
    top: 8px;
    margin-left: 3px;
    float: right;
    border-style: solid;
    border-width: 4px;
    border-color: #ffffff transparent transparent transparent;
}

.upd-utility .header_right{text-align: center; display: none}
.upd-utility .header_right .member-nav li:first-child{display: none;}
.upd-utility .header_right .member-nav .has-divider.member-link{display: none;}
.upd-utility .header_right .member-link span.icon-user{font-size: 1.6em; color:#f16c1d; }
.upd-utility .header_right .member-link span.content{position: relative;top: -3px; padding: 0 5px}
.upd-utility .header_right .member-link .sep {display:inline-block; color:#ffffff; position:relative; top:-3px;}
.upd-utility .header_right .member-link{padding: 11px 0px 0px; }
.upd-utility .header_right .member-link a{text-decoration: none;color: #fff;text-transform: uppercase;font-size: 1.1em;font-weight: 800; display:inline-block;}
.upd-utility .header_right .member-link a:hover,
.upd-utility .header_right .member-link a:focus{color:#f16c1d}
.upd-utility .language {float: left;padding-left: 15px;}
.upd-utility span.free_shipping{color: #fe6e21; text-transform: initial; font-style: italic; text-align: center; display: inline-block; margin: 10px; font-size: 0.950em; float: left;}

.upd-utility .language ul {
	display: none;
	position: absolute;
	padding: 0;
	left: 0px;
	top: 100%;
	background: #333333;
	border: 1px solid #484848;
	width: 11.5em;
	font-size:.938em;
	-webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.4);
}
.upd-utility .language li.active ul {display:block; z-index: 999;}
.upd-utility .customer_care{padding: 10px 0px 0px;}
.upd-utility .customer_care span{display: inline; padding: 0 10px; color: #f16d1d; font-size: 2em;}
.upd-utility .customer_care a{display: inline;position: relative; top: -5px; text-decoration: none; color: #fff; text-transform: uppercase; font-size: 1.1em; font-weight: 800;}
.upd-utility .customer_care a:hover,
.upd-utility .customer_care a:focus{color:#f16c1d;}
.upd-utility .language li.lg{display: none;}


.upd-utility li li {
  float: none;
  padding: 0;
  border-bottom: 1px solid #e2e1e1;
}

.upd-utility .language ul a {
  display: block;
  padding: 10px;
  font-size: 1em;
  color: #2f2f2f;
  text-align: left;
  text-decoration: none;
  background: #f6f4f5;
}

.upd-utility .language ul a:hover,
.upd-utility .language ul a:focus {
	background: #fff;
}





/* Utility Bar for other sites
   ========================================================================== */

.utility {
	position: relative;
	z-index: 1000;
	/* Sets above header */
	min-height: 28px;
	border-bottom: 1px solid #484848;
	background: #333333;
	color: #808080;
	text-transform: uppercase;
	-webkit-box-shadow: 0 -2px 1px 3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 -2px 1px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 -2px 1px 3px rgba(0, 0, 0, 0.4);
}

.utility:after { /*Clearfix */
  content: "";
  display: table;
  clear: both;
}

.utility ul {
	display: block;
	margin: 0;
	padding: 6px 0;
	font-size: 0.69em;
}

.utility li {
	position: relative;
	display: block;
	float: left;
	padding: 0 3px;
}

.utility .has-divider {
	padding-right: 6px;
	margin-right: 3px;
	border-right: 1px dotted #4d4d4d;
}

.utility-title, .language-current, .language-switcher, .member-nav a {
	display: none;
	margin: 0;
	padding: 0;
	min-height: 16px;
	color: #808080;
	font-weight: normal;
	font-size: 1em;
	line-height: 16px;
}

.utility-select {
	color: #808080;
}

.utility-select:after {
	content: '';
	position: relative;
	display: inline-block;
	top: 3px;
	margin-left: 3px;
	border-style: solid;
	border-width: 5px;
	border-color: #808080 transparent transparent transparent;
}

.language {
	float: left;
}

.language ul {
	display: none;
	position: absolute;
	padding: 0;
	top: 100%;
	background: #333333;
	border: 1px solid #484848;
	width: 15em;
	font-size:.938em;
	-webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.4);
	   -moz-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.4);
	        box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.4);
}
.language li.active ul {display:block;}

.utility li li {
  float: none;
  padding: 0;
}

.language ul a {
  display: block;
  padding: 2px 4px;
  color: #808080;
  text-decoration: none;
}

.language ul a:hover,
.language ul a:focus {
	background: #222222;
}

.bClubTrigger {float:right; font-size:.69em; margin:7px 0 4px; font-weight:bold; display:none; position:relative; padding:0 0 0 20px;}
.bClubTrigger:before {font-family:icomoon; content: "\e600"; position:absolute; top:-4px; left:0px; font-size:1.425em;}
.bClubTrigger a {text-decoration:none; font-weight:bold;}

.member-nav {
	float: right;
}

.member-nav a {
	display: block;
	min-height: 15px;
	line-height: 15px;
}
.logo_holder{
	text-align: center;
}

.logo {
	display: block;
	margin: 0;
	text-align: center;
	background: #152f44 url(/cms/images/layout/header-glow.png) no-repeat 50% 0;
	height: 86px;
	-webkit-box-shadow: 0px 0px 3px 0px hsla(0, 0%, 0%, 0.8);
	-moz-box-shadow: 0px 0px 3px 0px hsla(0, 0%, 0%, 0.8);
	box-shadow: 0px 0px 3px 0px hsla(0, 0%, 0%, 0.8);
}

.logo-image {
	display: inline-block;
	padding: 20px 0;
}



/* Footer
   ========================================================================== */
/*
Redesigned Footer 
*/

.upd-footer .footer-links{
	padding: 20px 0;
}


/* Ends here */


.footer {
	position: relative;
	margin-top: 45px;
	padding-top: 30px;
	background: #152f44;
}

.footer .container-12 {
	position: relative;
}

.footer-store {
	position: absolute;
	top: -54px;
	left: 10px;
	font-size: 0.69em;
}
.moduleContent .footer-store {
	position: relative;
	top: 0;
	left: 0;
	color: #fff;
}
.moduleContent .footer-store .title {
	color: #fff;
}
.moduleContent .footer-store a {
	color: #fff;
}
.footer-store .title {
	display: inline-block;
	margin: 0;
	font-size: 1.09em;
	color: #333333;
	text-transform: uppercase;
}
.footer-store ul {
	display: inline-block;
	margin: 0;
	padding: 0 0 0 10px;
}
.footer-store li {
	display: inline-block;
	margin: 0;
	padding: 0;
	border-left: 1px solid #9c9c9c;
}
.footer-store li:first-child{
	border-left: 0;
}
.footer-store a {
	display: inline-block;
	text-decoration: none;
	padding: 0 0.4em 0 0.5em;
	line-height: 1em;
}
.footer-store a:hover,
.footer-store a:focus {
	text-decoration: underline;
}

/* Redesigned footer Social code */
body.redsgn footer{background: #0c4561; font-family: 'Open Sans', sans-serif;}

.footerSocial{
	font-size: 1.2em;
	padding: 0;
	margin: 0;
	text-align: center;	
}

.footerSocial span{color: #c8c8c8;}

.footerSocial li a{text-decoration: none}
.footerSocial li{display: inline-block; padding: 0 2px;}

/* Ends here*/

.footer-social {
	position: absolute;
	top: -54px;
	right: 18px;
	display: block;
	margin: 0;
	padding: 13px 0 0;
	width: 180px;
	height: 24px;
	text-align: center;
	background: #152F44;
}
.footer-social:before {position:absolute; content:''; left:-24px; top:0px; border-top:24px solid transparent; border-right:24px solid #152F44; border-bottom:0px solid transparent;}
.footer-social:after {position:absolute; content:''; right:-24px; top:0px; border-top:24px solid transparent; border-left:24px solid #152F44; border-bottom:0px solid transparent;}

.moduleContent .footer-social {
	position:relative;
	top: 0;
	right: 0;
	float: right;
}
.footer-social li {
	display: inline-block;
}
.footer-social a {
	display: block;
	height: 22px;
	width: 22px;
	overflow: hidden;
	text-indent: -9999em;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}	  
.icons-instagram {
    background-position: 0 -397px;
}
.footer-social a:hover, .footer-social a:focus {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
}

.footer-links {
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.footer-links li {
	display: block;
}
.footer-links li .trigger {display:none;}
.footer-links a {
	display: block;
	padding: 5px 10px 5px 0;
	color: #cccccc;
	font-size: 0.69em;
	text-decoration: none;
	line-height: 1em;
}


.upd-footer .footer-links a {
    padding: 5px 10px 0px 0;
    line-height: 1.5em;
    font-size: 0.75em;
  }

.footer-links a:hover, .footer-links a:focus {
	text-decoration: underline;
}
.footer-links > li {
	float: left;
	width: 115px;
}

.upd-footer .footer-links > li {
	width: 140px;
}

.footer-links > li > a {
	color: #ffffff;
	font-size: 0.75em;
	font-weight: bold;
	text-transform: uppercase;
}
.footer-links ul {
	display: block;
	padding: 0;
	margin: 0;
}

.footer-aside .icons-gallery,
.footer-aside .icons-bclub {
	display: block;
	overflow: hidden;
	text-indent: -9999em;
	-webkit-box-shadow: 0 1px 1 0 rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0 1px 1 0 rgba(0, 0, 0, 0.65);
	box-shadow: 0 1px 1 0 rgba(0, 0, 0, 0.65);
	-webkit-border-radius: 3.01px;
	-moz-border-radius: 3.01px;
	-ms-border-radius: 3.01px;
	-o-border-radius: 3.01px;
	border-radius: 3.01px;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.footer-aside .icons-gallery:hover, .footer-aside .icons-gallery:focus,
.footer-aside .icons-bclub:hover,
.footer-aside .icons-bclub:focus {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
}

.footer-aside .icons-gallery {
	width: 220px;
	height: 141px;
}

.footer-aside .icons-bclub {
	width: 220px;
	height: 31px;
}

.upd-footer .footer-legal{
	padding: 10px 0;
	font-size: 0.6em;
}

.footer-legal {
	padding: 7em 0 4em;
	font-size: 0.75em;
	text-align: center;
	color: #cccccc;
}
.footer-legal a {
	color: #cccccc;
	text-decoration: none;
}
.footer-legal a:hover, .footer-legal a:focus {
	text-decoration: underline;
}

/* ==========================================================================
   Menus
   ========================================================================== */

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {margin:0; padding:0; list-style:none;}
.sf-menu {line-height:1.0;}

.sf-menu ul {
	position:absolute;
	top:-999em;
	width:14em; /* left offset of submenus need to match (see below) */
}

.sf-menu ul li {width:100%;}

.sf-menu li:hover {
	visibility:inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li {float:left; position:relative;}

.sf-menu a {display:block; position:relative;}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:0;
	top:33px; /* match top ul list item height */
	z-index:99;
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:-999em;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:14em; /* match ul width */
	top:0;
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:-999em;
}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:14em; /* match ul width */
	top:0;
}


.nav-main.upd-nav-main{
	margin:0;
	max-width: 100%;
	background: none;
	padding: 0 5px;
	font-family: 'Open Sans', sans-serif;
}

.nav-main.upd-nav-main a{
	padding: 5px 12px 5px;
}

.upd-container{
	min-width: 16em;
    max-width: 60.000em;
    margin: 0px auto;
    padding: 0px;
}

/*.nav-main {
	position: relative;
	z-index: 200;
	margin: -13px auto 0;
	max-width: 980px;
	height: 39px;
	font-family: Arial, sans-serif;
	font-family: Arial, sans-serif;
	background: url(/cms/images/layout/header-glow.png) no-repeat 50% -73px;
	text-align: center;
}*/


.upd-nav-main{
	margin:0;
	max-width: 100%;
}
.subnav-bg{
	position: absolute;
	z-index: 5;
	bottom: 0;
	left: 50%;
	display: block;
	margin-left: -490px;
	height: 26px;
	width: 980px;
	background: hsla(0, 0%, 0%, 0);
}

.subNav-visible + .subnav-bg{
	background: hsla(0, 0%, 100%, 0.95);
}

/*.nav-main.upd-nav-main > ul{
	padding-left: 20px;
}
.nav-main.upd-nav-main li{
	float: left;

}*/
.upd-container .nav-main > ul{
	text-align: left;
}

/*.nav-main > ul {
	position: relative;
	z-index: 100;
	display: block;
	margin: 0 auto;
	padding: 0;
	font-size: 0;
	text-align: center;
}
*/
.nav-main li {
	position: static;
	display: inline-block;
	font-size: 12px;
	padding-left: 1px;
	float: none;
}

.nav-main > ul > li > a:after {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: -3px;
	width: 1px;
	height: 100%;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiYSgwLCAwLCAwLCAwKSIvPjxzdG9wIG9mZnNldD0iNDAlIiBzdG9wLWNvbG9yPSIjMDFhN2MxIi8+PHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiMwMWE3YzEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYmEoMCwgMCwgMCwgMCkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(40%, #01a7c1), color-stop(60%, #01a7c1), color-stop(100%, rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, #01a7c1 40%, #01a7c1 60%, rgba(0, 0, 0, 0) 100%);
	background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) 0%, #01a7c1 40%, #01a7c1 60%, rgba(0, 0, 0, 0) 100%);
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, #01a7c1 40%, #01a7c1 60%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, #01a7c1 40%, #01a7c1 60%, rgba(0, 0, 0, 0) 100%);
}

.lt-ie9 .nav-main > ul > li a:after {
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#18485f', endColorstr='#00abc7',GradientType=0 );
}

.nav-main > ul > li:first-child {
	padding-left: 0;
}

.nav-main > ul > li:first-child > a:after {
	display: none;
}

/*.nav-main a {
	position: relative;
	display: block;
	padding: 4px 12px 0px;
	margin: 0;
	height: 23px;
	line-height: 23px;
	border: 2px solid transparent;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
}*/


/*.sub-menu {
	opacity: 0.1;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 25px 15px;
	width: 950px;
	border-bottom: 3px solid #1d2f43;
	background: #fff;
	background: rgba(255, 255, 255, 0.95);
	text-align: left;
	font-size: 1.14em;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	z-index: 10000;
}
*/

.sub-menu > ul {
	position: static;
	left: auto;
	top: auto;
	float: left;
	width: auto;
}

/*.sub-menu ul {
	position: static;
	left: auto;
	top: auto;
	display: block !important;
	min-width: 160px;
	margin: 0;
	padding: 0;
	visibility: inherit !important;  
}*/
.sub-menu li {
	display: block;
	padding: 0;
	width: auto;
}
.sub-menu > ul > li {
	display: inline-block;
	vertical-align: top;
	margin: 0 -5px 0 0;
	padding: 0;
	border-right: 1px solid #ccc;
	width: auto;
	margin-bottom: 45px;
}
.sub-menu > ul > li + li {
	padding-left: 10px;
	margin-right: 0;
	border-right: 0;
	border-left: 1px solid #cccccc;
}
.sub-menu > ul > li > a {
	margin-bottom: 5px;
	font-weight:bold;
	font-size:1em;
	text-transform: uppercase;
	color: #666666;
}
.sub-menu a {
	margin: 0;
	padding: 3px 15px 2px 5px;
	height: auto;
	line-height: 1em;
	color: #0c527e;
	text-transform: none;
}

.sub-menu ul a {
	font-size: 14px;
}
.sub-content {
	float: right;
}
.sub-content a {
	display: block;
	margin: 0;
	padding: 0;
}


/* Aside Nav
   ========================================================================== */
div#hawkbannerlefttop.bannerLeftTop {}
.nav-aside {margin-top: 20px;}
   
.nav-aside ul {
	display: block;
	margin: 0;
	padding: 0;
}

.nav-aside li {
	display: block;
	margin: 0;
	padding: 0;
}

.nav-aside .mod-content {
	margin: 5px 20px 0;
	padding: 0;
}

.nav-aside .mod-content > ul > li {
	border-top: 1px dotted #e8e8e8;
	/*border-top: 1px dotted hsla(0, 0%, 100%, 0.3);*/
}
.aside-alt.nav-aside .mod-content > ul > li {
	border-top: 1px dotted #59869d;
	border-top: 1px dotted hsla(0, 0%, 100%, 0.3);
}

.nav-store .mod-content > ul > li {
	border-top: 0;
}

.nav-aside .mod-content > ul > li:first-child {
	border-top: 0;
}

.nav-aside .mod-content a {
	position: relative;
	display: block;
	padding: 0.3em 0;
	color: #0c527e;
	font-weight: bold;
	text-decoration: none;
	font-size:.875em;
}

.nav-aside .last-child a {
	font-weight: normal;
}
.aside-alt.nav-aside a {
	color: #fff;
}
.nav-aside .mod-content a:before{
	display: block;
	position: absolute;
	top: 0.7em;
	left: -0.7em;
	border-width: 0.4em;
	border-color: transparent transparent transparent #0c527e;
	border-style: solid;
}

.aside-alt.nav-aside .mod-content a:before{
	border-color: transparent transparent transparent #b1e4ec;
}
.nav-aside .on {
	color: #808080;
}
.nav-aside ul ul .on {
	color: #0C527E;
}
.main-aside .nav-aside ul ul .on {
	color: #B1E4EC;
}
.nav-aside ul ul .on:before{
	border-color: transparent transparent transparent #0C527E;
}
.aside-alt.nav-aside .on {
	color: #b1e4ec;
}

.nav-aside .on:before{
	content: '';
	border-color: transparent transparent transparent #808080;
}
.aside-alt.nav-aside .on:before{
	border-color: transparent transparent transparent #b1e4ec;
}
.main-aside .nav-aside a:before,
.main-aside .nav-aside .on:before{
	border-color: transparent transparent transparent #BFBFBF;
}

.nav-aside a:hover:before,
.nav-aside a:focus:before {
	content: '';
}

.nav-aside ul ul {
	padding-top: 0.4em;
	border-top: 1px dotted #0c527e;
}

.main-aside .nav-aside ul ul {
	border-top-color: #fff;
}

.nav-aside ul ul a {
	padding: 0.2em 0;
	font-size: 0.86em;
	color: #808080;
}

.nav-aside ul ul a:hover,
.nav-aside ul ul a:focus {
	color: #0c527e;
}

.main-aside .nav-aside ul ul a:hover,
.main-aside .nav-aside ul ul a:focus {
	color: #BFBFBF;
}

.nav-aside ul ul a:before{
	top: 0.5em;
}


/* Slideshow
   ========================================================================== */

/*.slideshowContainer.upd-slideshowContainer{
	max-width: 100%;
}*/
.upd-slideshowContainer span.slide-content{
	padding: 10px 0px 25px 0;
    font-size: .813em;
    position: absolute;
  	min-height: 50px;
    left: 0;
    right: 0;
    margin:0px auto;
    width: 50%;
    color: #cccccc;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-animation: slideUp 0.75s;
    -moz-animation: slideUp 0.75s;
    -ms-animation: slideUp 0.75s;
    -o-animation: slideUp 0.75s;
    animation: slideUp 0.75s;
    -webkit-backface-visibility: hidden;
    background:rgba(20, 66, 93, .9);
}

.upd-slideshowContainer .slideshow-next, 
.upd-slideshowContainer .slideshow-prev{background: none;text-indent: 0; text-decoration: none;font-size: 2.5em; color: #fff; width: 50px; height: 50px; text-align: center;background: rgba(0,0,0,0.5); border-radius: 50%; font-weight: lighter; top: 55%; opacity: 1}

.upd-slideshowContainer .slideshow-next span,
.upd-slideshowContainer .slideshow-prev span{
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  height:10px;
  width:10px;
  position: absolute;

}
.upd-slideshowContainer .slideshow-next span
{
  top: 17px;
  right: 18px;

}
.upd-slideshowContainer .slideshow-prev span{
	top: 17px;
	right: 12px;

}
.upd-slideshowContainer .slideshow-next span.arrow-right{
	 transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.upd-slideshowContainer .slideshow-prev span.arrow-left{
	 transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.upd-slideshowContainer .slideshow .slide-content strong.more {
    color: #000;
    display: inline-block;
    padding: 10px 20px;
    background: #f16d1d;
    text-transform: uppercase;
}

.slideshowContainer {
	position: relative;
	max-width: 1200px;
   margin:0 auto;
} 
 
.upd-slideshowContainer .slideshow{margin: 0px auto 0;}  
.slideshow {
	position: relative;
	max-width: 1200px;
	height: 400px;
	margin: -42px auto 0;
	overflow: hidden;
}

.slideshow .slide-item {
	position:relative;
	display: block;
	height: 400px;
	width: 100%;
	background-position: 50% 50%;
}
.slideshow .slide-item img {display:none;}

.slideshow .slide-content {
	padding: 5px 155px 25px;
	font-size:.813em;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -355px;
	width: 400px;
	color: #cccccc;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-animation: slideUp 0.75s;
	-moz-animation: slideUp 0.75s;
	-ms-animation: slideUp 0.75s;
	-o-animation: slideUp 0.75s;
	animation: slideUp 0.75s;
	-webkit-backface-visibility: hidden;
}

/*.slideshow .slide-content:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	padding-bottom: 50px;
	width: 100%;
	height: 100%;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	background: url(/cms/images/layout/slide-desc-bg.png) no-repeat 0% 50%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
*/
.slideshow .slide-content:hover,
.slideshow .slide-content:focus {
	padding-bottom: 30px;
}

.slideshow .slide-content:hover:after,
.slideshow .slide-content:focus:after {
	opacity: 0.9;
}

.slideshow .slide-title {
	position: relative;
	z-index: 5;
	font-size: 2em;
	margin: 0;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight: normal;
	color: #fff;
}

.slideshow .slide-desc {
	position: relative;
	z-index: 4;
	margin: 0;
}
.upd-slideshowContainer .slideshow .slide-desc {
	padding: 15px 0;
}


.slideshow .slide-content strong {
	color: #fff;
}

.slide-tools {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 200;
	width: 100%;
	text-align: center;
}
.slideshow-nav {display:inline-block;}
.slideshow-nav ul {margin:0px; padding:0px; list-style-type:none;}
.slideshow-nav ul li {display:inline-block;}
.slideshow-nav ul li button {
	display: inline-block;
	padding:0px;
	border:0px;
	color: #fff;
	cursor: pointer;
	margin-top: 2px;
	width: 8px;
	height: 8px;
	background: #fff;
	text-indent: -10em;
	overflow: hidden;
	vertical-align: top;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-backface-visibility: hidden;
}
.slideshow-nav ul li button:before {display:none !important;}

.slideshow-nav ul li.slick-active button {
	opacity: 0.6;
	filter: Alpha(Opacity=60);
}

.upd-slideshowContainer .slideshow-nav ul li.slick-active button {
	opacity: 1;
}

.upd-slideshowContainer .slideshow-nav ul li.slick-active button {
	background: #f16d1d;
}


.upd-slideshowContainer .slideshow-nav ul li button:hover,
.upd-slideshowContainer .slideshow-nav ul li button:focus {
	opacity: 1;
	
}


.slideshow-nav ul li button:hover,
.slideshow-nav ul li button:focus {
	opacity: 0.6;
	filter: Alpha(Opacity=60);
	-webkit-box-shadow: 0 0 0 1px #000;
	-moz-box-shadow: 0 0 0 1px #000;
	box-shadow: 0 0 0 1px #000;
}

.slideshow-nav ul li + li{
	margin-left: 5px;
}

.no-cssboxshadow .slideshow-nav a:hover,
.no-cssboxshadow .slideshow-nav a:focus {
	outline: 1px solid #000;
}

.slideshow-pause {
	display: inline-block;
	padding: 2px 0 0 5px;
	height: 10px;
	border-left: 1px solid #999b9a;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	font-size: 8px;
	vertical-align: top;
}

.slideshow-pause:hover .pause-line,
.paused .pause-line {
	opacity: 0.6;
	filter: Alpha(Opacity=60);
}

.pause-line {
	display: inline-block;
	width: 2px;
	height: 7px;
	background: #fff;
	vertical-align: top;
}

.slideshow-next,
.slideshow-prev {
	position: absolute;
	z-index: 200;
	top: 50%;
	margin-top: -48px;
	width: 60px;
	height: 96px;
	cursor: pointer;
	text-indent: -999em;
	overflow: hidden;
	background-image: url(/cms/images/layout/icons-sprite.png);
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slideshow-prev {
	left: 5%;
	background-position: -41px -176px;
}

.slideshow-next {
	right: 5%;
	background-position: -51px -272px;
}

.slideshow-prev:hover,
.slideshow-prev:focus{
	background-position: -51px -176px;
	filter: alpha(opacity=90);
	opacity: 0.9;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.slideshow-next:hover,
.slideshow-next:focus{
	background-position: -41px -272px;
	filter: alpha(opacity=90);
	opacity: 0.9;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.is-disabled .slideshow-next,
.is-disabled .slideshow-prev,
.is-disabled .slide-tools {
	display: none;
}


/* Slideshow
   ========================================================================== */


.slideshow-alt {
	position: relative;
	height: 380px;
	width: 700px;
	overflow: hidden;
}

.slideshow-alt .slide-item {
	position:relative;
	display: block;
	width: 100%;
	height: 380px;
	background-position: 50% 50%;
	background-repeat: none;
}

.slideshow-alt .slide-item p{
	margin: 0px;
}

.slideshow-alt .slide-content {
	padding: 2em 0.5em 5em 0;
	position: absolute;
	bottom: -50px;
	right: 0;
	width: 560px;
	color: #cccccc;
	background: hsla(0, 0%, 0%, 0.5);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-animation: slideUp 1s;
	-moz-animation: slideUp 1s;
	-ms-animation: slideUp 1s;
	-o-animation: slideUp 1s;
	animation: slideUp 1s;
}

.slideshow-alt .slide-content:before {
	content: '';
	position: absolute;
	top: 0;
	left: -140px;
	height: 200px;
	border-width: 140px 140px 0 0;
	border-style: solid;
	border-color: transparent hsla(0, 0%, 0%, 0.5);
}

.no-hsla .slideshow-alt .slide-content{
	width: 100%;
	padding: 2em 2em 5em;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTFFRTM0MEM4REEzMTFFMjhEOUJBMDY1NzU3NDgwQTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTFFRTM0MEQ4REEzMTFFMjhEOUJBMDY1NzU3NDgwQTYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBMUVFMzQwQThEQTMxMUUyOEQ5QkEwNjU3NTc0ODBBNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBMUVFMzQwQjhEQTMxMUUyOEQ5QkEwNjU3NTc0ODBBNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqbqwSUAAAAPSURBVHjaYmBgYGgACDAAAIUAgevVTJkAAAAASUVORK5CYII=) repeat;
}
.no-hsla .slideshow-alt .slide-content:before{
	border: none;
	width: 140px;	
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTFFRTM0MEM4REEzMTFFMjhEOUJBMDY1NzU3NDgwQTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTFFRTM0MEQ4REEzMTFFMjhEOUJBMDY1NzU3NDgwQTYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBMUVFMzQwQThEQTMxMUUyOEQ5QkEwNjU3NTc0ODBBNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBMUVFMzQwQjhEQTMxMUUyOEQ5QkEwNjU3NTc0ODBBNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqbqwSUAAAAPSURBVHjaYmBgYGgACDAAAIUAgevVTJkAAAAASUVORK5CYII=) repeat;
}

.slideshow-alt .slide-title {
	font-size: 2.43em;
	margin: 0;
	font-weight: normal;
	color: #fff;
}

.slideshow-alt .slide-desc {
	margin: 0;
	color: #cccccc;
}

.slide-links {
	margin-top: 1em;
}

.slide-links a {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0.5em;
	vertical-align: middle;
}

.slide-links a:first-child {
	padding-left: 0;
}

.slide-links a:after {
	content: '';
	display: inline-block;
	margin-left: 5px;
	width: 5px;
	height: 9px;
	background: url(/cms/images/layout/arrow-right-white.png) 50% 50% no-repeat;
}

.slide-links a:hover,
.slide-links a:focus {
	text-decoration: underline;
}

.slideshow-alt .slide-tools {
	left: auto;
	right: 1em;
	width: auto;
}


/* Department Banner
========================================================================== */

.dept-banner {
	overflow: hidden;
	position: relative;
}

.page-heading-listing {
	position: relative;
	overflow: hidden;
	min-height: 80px;
}

.page-heading-listing + .banner-random{
	margin-top: -80px;
}

.dept-title {
	position: absolute;
	top: -2em;
	left: 0;
	z-index: 200;
	padding: 2.2em 0.3em 0.2em;
	margin:0;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 2.9em;
	background:hsla(0, 0%, 0%, 0.5);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-animation: fadeInLeft 1s;
	-moz-animation: fadeInLeft 1s;
	-ms-animation: fadeInLeft 1s;
	-o-animation: fadeInLeft 1s;
	animation: fadeInLeft 1s;
	line-height: .9em;
}

.dept-title:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: -140px;
	border-width: 0 0 140px 140px;
	border-style: solid;
	border-color: transparent transparent transparent hsla(0, 0%, 0%, 0.5);
}

.lt-ie9 .dept-title:after {
	display: none;
}
.dept-banner .slide-links {
	position: absolute;
	bottom: -5em;
	right: 0;
	margin: 0;
	padding: 0.5em 0.3em 5.5em;
	margin:0;
	color: #fff;
	background:hsla(0, 0%, 0%, 0.5);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-animation: slideUp 1s;
	-moz-animation: slideUp 1s;
	-ms-animation: slideUp 1s;
	-o-animation: slideUp 1s;
	animation: slideUp 1s;
}
.dept-banner .slide-links:before {
	content: '';
	position: absolute;
	top: 0;
	left: -140px;
	border-width: 0 0 140px 140px;
	border-style: solid;
	border-color: transparent transparent hsla(0, 0%, 0%, 0.5) transparent;	
}
.no-hsla .dept-title,
.no-hsla .dept-banner .slide-links {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTFFRTM0MEM4REEzMTFFMjhEOUJBMDY1NzU3NDgwQTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTFFRTM0MEQ4REEzMTFFMjhEOUJBMDY1NzU3NDgwQTYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBMUVFMzQwQThEQTMxMUUyOEQ5QkEwNjU3NTc0ODBBNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBMUVFMzQwQjhEQTMxMUUyOEQ5QkEwNjU3NTc0ODBBNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqbqwSUAAAAPSURBVHjaYmBgYGgACDAAAIUAgevVTJkAAAAASUVORK5CYII=) repeat;
}




input.search-field-topright {
  position: relative;
  padding: 0 20px 0 5px;
  width: 160px;
  height: 17px;
  border: none;
  background: #ada9a9;
  color: #fff;
  -webkit-border-radius: 3.01px;
  -moz-border-radius: 3.01px;
  -ms-border-radius: 3.01px;
  -o-border-radius: 3.01px;
  border-radius: 3.01px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}	




input.search-field {
	position: relative;
	padding: 0 20px 0 5px;
	width: 160px;
	height: 17px;
	border: none;
	background: #ada9a9;
	color: #fff;
	-webkit-border-radius: 3.01px;
	-moz-border-radius: 3.01px;
	-ms-border-radius: 3.01px;
	-o-border-radius: 3.01px;
	border-radius: 3.01px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input.search-field:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 1px #0c527e;
	-moz-box-shadow: 0 0 0 1px #0c527e;
	box-shadow: 0 0 0 1px #0c527e;
}

.search-btn-topright {
	  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 17px;
  height: 17px;
  border: 0;
  background: url(/cms/images/layout/icon-search.png) no-repeat 50% 50%;
  text-indent: -9999px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}		  

.search-btn {
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	width: 17px;
	height: 17px;
	border: 0;
	background: url(/cms/images/layout/icon-search.png) no-repeat 50% 50%;
	text-indent: -9999px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/* Page Divider
========================================================================== */
.page-divide {
	margin: 5px auto 0;
	width: 952px;
	height: 6px;
	background: url(/cms/images/layout/line.png) no-repeat 0 50%;
}
/* Breadcrumbs
   ========================================================================== */

.breadcrumbs {
	margin: 1em 0 1em;
	color: #02578d;
	font-size: 0.79em;
}

.breadcrumbs .crumb {
	color: #999999;
	padding: 0 0.1em;
}

.breadcrumbs a {
	color: #999999;
	text-decoration: none;
	display: inline-block;
}

.breadcrumbs a:hover, .breadcrumbs a:focus {
	text-decoration: underline;
}
/*
.breadcrumbs .print, 
.breadcrumbs .addthis_button_facebook, 
.breadcrumbs .addthis_button_compact, 
.breadcrumbs .addthis_button_email {
	display: inline-block;
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -9999em;
	text-align: left;
	margin-left: 1px;
	opacity: 1;	
	-webkit-transition: all 0.3s ease-out; 
	   -moz-transition: all 0.3s ease-out; 
	     -o-transition: all 0.3s ease-out; 
	        transition: all 0.3s ease-out; 
}

.breadcrumbs .print {
	background-image: url(/cms/images/layout/icon1093.png);
}

.breadcrumbs .addthis_button_email {
	background-image: url(/cms/images/layout/icon939.png);
}

.breadcrumbs .addthis_button_compact {
	background-image: url(/cms/images/layout/icon836.png);
	width: 12px;
}
.breadcrumbs .addthis_button_facebook {
	background-image: url(/cms/images/layout/icon1015.png);
	width: 12px;
}
*//*
.breadcrumbs .addthis_button_facebook:hover,
.breadcrumbs .addthis_button_facebook:focus,
.breadcrumbs .addthis_button_compact:hover,
.breadcrumbs .addthis_button_compact:focus,
.breadcrumbs .addthis_button_email:hover,
.breadcrumbs .addthis_button_email:focus,
.breadcrumbs .print:hover,
.breadcrumbs .print:focus {	
  filter: alpha(opacity=60);
	opacity: 0.6;	
}*/

.page-heading {
	margin: 10px 0;
}

.page-heading .title {
	margin: 0;
	
	color: #000f18; font-family:"Gill Sans MT", "Gill Sans Std", "Open Sans", "Calibri", Arial, sans-serif; font-weight:300; font-size:2.43em; line-height:1.2em;
}

.store-tools {
	/*padding-top: 2em;*/
	font-size: 0.79em;
	float: right;
}
.store-tools a {
	display: inline-block;
	padding: 0 0.75em;
	vertical-align: middle;
	text-decoration: none;
}
.store-tools a:hover,
.store-tools a:focus {
	text-decoration: underline;
}
.store-tools .tools-bag {
	display: inline-block;
	padding: 0.4em 1em;
	font-size: 1.09em;
	color: #808080;
	background: #fff;
	-webkit-border-radius: 3.01px;
	-moz-border-radius: 3.01px;
	-ms-border-radius: 3.01px;
	-o-border-radius: 3.01px;
	border-radius: 3.01px;
	-webkit-box-shadow: inset 1px 1px 2px -1px hsla(0, 0%, 0%, 0.35);
	box-shadow: inset 1px 1px 2px -1px hsla(0, 0%, 0%, 0.35);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.store-tools .tools-bag strong {
	color: #0c527e;
}
.store-tools .tools-bag:hover,
.store-tools .tools-bag:focus {
	background: #d5d5d5;
	text-decoration: none;
}
.icons-phone {
	display: inline-block;
	width: 16px;
	height: 14px;
	vertical-align: middle;
}
.icons-bag {
	display: inline-block;
	margin-right: 4px;
	width: 15px;
	height: 18px;
	vertical-align: bottom;
}

/* ========================================================================== 
   Search
   ========================================================================== */


/* Search Filters
   ========================================================================== */

.search-listing {
	position: relative;
	padding: 10px 0 20px;
	vertical-align: top;
}

.grid-12 .search-listing {
	margin: 0 20px;
}
.search-listing + .search-listing:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	width: 100%;
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF000000', endColorstr='#FF000000');
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iNTAlIiB4Mj0iMTAwJSIgeTI9IjUwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiYSgyNTUsIDI1NSwgMjU1LCAwKSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSJyZ2JhKDI1NSwgMjU1LCAyNTUsIDAuMykiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYmEoMjU1LCAyNTUsIDI1NSwgMCkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
	background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
}

.grid-12 > .main-aside > .search-listing {
	display: inline-block;
}
.grid-12 > .search-listing + .search-listing:after {
	content: '';
	position: absolute;
	top: 0;
	left: -23px;
	height: 100%;
	width: 1px;
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF000000', endColorstr='#FF000000');
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiYSgyNTUsIDI1NSwgMjU1LCAwKSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSJyZ2JhKDI1NSwgMjU1LCAyNTUsIDAuMykiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYmEoMjU1LCAyNTUsIDI1NSwgMCkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
}

.search-listing .title {
	color: #b1e4ec;
	font-weight: normal;
	font-size: 1.29em;
	margin: 0.2em 0;
}

.search-options {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 0.86em;
	overflow: hidden;
}
.search-options li {
	display: block;
	margin: 0;
	padding: 0.2em 0;
}
.search-options label {
	display: block;
	padding-left: 21px;
	text-indent: -21px;
	line-height: 1em;
	cursor: pointer;
}
.search-options input {
	margin: 1px 5px 0 0;
	vertical-align: top;
}

.multi-column-2 ul {
	width: 260px;
}

.multi-column-3 ul {
	width: 390px;
}

.multi-column-4 ul {
	width: 520px;
}

.multi-column-5 ul {
	width: 650px;
}

.multi-column ul li {
	float: left;
	width: 130px;
	padding: 3px 0;
}


/* ========================================================================== 
   Store
   ========================================================================== */


/* Department
   ========================================================================== */

.department-banner {
	position: relative;
	overflow: hidden;
}

.department-info {
	position: absolute;
	top: -100px;
	left: 80px;
	width: 780px;
	min-height: 80px;
	-webkit-animation: slideDown 1s;
	-moz-animation: slideDown 1s;
	-ms-animation: slideDown 1s;
	-o-animation: slideDown 1s;
	animation: slideDown 1s;
}
.department-info:before {
	content: '';
	position: absolute;
	left: -80px;
	bottom: 1px;
	display: block;
	height: 100px;
	border-width: 0 81px 81px 0;
	border-style: solid;
	border-color: transparent #0c527e;
	border-color: transparent rgba(12, 82, 126, 0.8);
}
.department-info:after {
	content: '';
	position: absolute;
	right: -80px;
	bottom: 1px;
	display: block;
	height: 100px;
	border-width: 0 0 81px 81px;
	border-style: solid;
	border-color: transparent #0c527e;
	border-color: transparent rgba(12, 82, 126, 0.8);
}

.department-cat {
	display: table;
	margin: 0;
	padding: 0;
	border-spacing: 1px;
	width: 100%;
}
.department-cat h2 {
	position: relative;
	margin: 20px 0 0;
	float: left;
	font-size: 2em;
	font-weight: normal;
	line-height: 1em;
}
.department-cat h2:before {
	content: 'View By:';
	display: block;
	margin-top: -1em;
	font-size: 11px;
	color: #cccccc;
	text-transform: uppercase;
}
.department-cat h2:after {
	content: '\00BB';
	position: absolute;
	right: -0.75em;
	bottom: 0;
	color: #fff;
}
.department-cat a {
	display: block;
	color: #fff;
	text-decoration: none;
}

.department-cat-item {
	display: table-cell;
	margin: 0;
	padding: 100px 25px 0;
	vertical-align: top;
	background: #0c527e;
	background: rgba(12, 82, 126, 0.8);
}
.department-cat-item ul {
	display: none;
	margin: 6px 10px 0 40px;
	padding: 0;
	max-width: 400px;
	float: left;
}
.department-cat-item[data-state="active"] h2:after {
	display: none;
}
.department-cat-item[data-state="active"] ul {
	display: block;
}
.department-cat-item li {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: 33%;
}
.department-cat-item li a {
	font-size: 0.86em;
	background: url(/cms/images/layout/list-icon.png) no-repeat 0 3px;
	padding: 1px 5px 1px 15px;
}
.department-cat-item li a:hover, .department-cat-item li a:focus {
	text-decoration: underline;
}


/* Quickview
   ========================================================================== */

.icons-dot {
	position: absolute;
	bottom: 0;
	right: 0;  
	z-index: 50;
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.icons-dot + .icons-dot {
	right: 20px;
}

.icons-dot[data-state="active"] {
	filter: Alpha(Opacity=50);
	opacity: 0.5;
}

.item-quickview {
	position: absolute;
	bottom: 3em;
	left: 50%;
	margin-left:-64px;
	padding: 0.5em 1.5em;
	border: 3px solid #0c527e;
	font-family: Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	outline: none;
	-webkit-border-radius: 3.01px;
	-moz-border-radius: 3.01px;
	-ms-border-radius: 3.01px;
	-o-border-radius: 3.01px;
	border-radius: 3.01px;
	-webkit-box-shadow: 0 0 0 3px white, 1px 1px 5px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 0 3px white, 1px 1px 5px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0 3px white, 1px 1px 5px 3px rgba(0, 0, 0, 0.5);
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFCFCFD', endColorstr='#FFE7E8E8');
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U3ZThlOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcfcfd), color-stop(100%, #e7e8e8));
	background-image: -webkit-linear-gradient(top, #fcfcfd 0%, #e7e8e8 100%);
	background-image: -moz-linear-gradient(top, #fcfcfd 0%, #e7e8e8 100%);
	background-image: -o-linear-gradient(top, #fcfcfd 0%, #e7e8e8 100%);
	background-image: linear-gradient(top, #fcfcfd 0%, #e7e8e8 100%);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.grid-list li:hover .item-quickview {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
	opacity: 0.75;
}

.item-quickview:focus,
.grid-list li:hover .item-quickview:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.quickview {
	display: none;
	visibility: none;
	position: fixed;
	left: 50%;
	top: 100px;
	z-index: 2000;
	margin-left: -447px;
	width: 894px;
	border: 3px solid #e6e6e6;
	background: #fff;
	-webkit-box-shadow: 0 0 0 3px white, 1px 1px 10px 3px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0 0 0 3px white, 1px 1px 10px 3px rgba(0, 0, 0, 0.75);
	box-shadow: 0 0 0 3px white, 1px 1px 10px 3px rgba(0, 0, 0, 0.75);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.quickview .close {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	text-decoration: none;
	color: #fff;
	background: #d1d2d4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.quickview .close:hover, .quickview .close:focus {
	background: #c6c6c8;
}

.quickview-image {
	position: relative;
	width: 682px;
	height: 350px;
	float: left;
	margin: 30px 5px 1.5em 15px;
	border: 1px solid #e6e6e6;
}

.quickview-zoom {
	position: relative;
	overflow: hidden;
	width: 682px;
	height: 350px;
	text-align: center;
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: -mms-zoom-in;
	cursor: zoom-in;
}

/*.quickview-zoom img {
position: absolute;
top: -50%;
left: 0;
}
*/
.quickview-image .icons-dot {
	bottom: -1.5em;
}

.quickview-scroll {
	float: right;
	margin: 30px 15px 0 5px;
	width: 170px;
	height: 350px;
	overflow-y: auto;
}
.quickview-scroll ul {
	display: block;
	padding: 0;
	margin: 0;
}
.quickview-scroll li {
	display: block;
	margin: 10px 0 0;
	padding: 0;
	width: auto;
	border: 0;
}
.quickview-scroll li:first-child {
	margin-top: 0;
}
.quickview-scroll li[data-state="active"] a {
	border-color: #0c527e;
}
.quickview-scroll a {
	position: relative;
	display: block;
	width: 140px;
	/*height: 50px;*/
	overflow: hidden;
	border: 1px solid #e9e9e9;
	text-align: center;
}
.quickview-scroll a:hover {
	border-color: #0c527e;
}
.quickview-scroll img {
	/*  position: absolute;
	top: -50%;
	left: 0;*/
	max-width: 100%;
	height: auto;
	max-height: 200px;
}
.quickview-scroll a:focus,
.quickview-scroll a:hover img {
	opacity: 1;
}
.quickview-zoom .mainImage {
	max-height: 100%;
}

.quickview-content {
	text-align: left;
	padding: 0 15px 15px;
	overflow: hidden;
}
.quickview-content h3 {
	color: #0c527e;
}
.quickview-content .more {
	float: right;
}




/* Firearms tabs */

/* TABS */

/* TAB LINKS
   ========================================================================== */

.slideTabs { margin-bottom:20px; }
.tabToggle {position:relative;}
.tabToggle .activeTab { float:left;  color:#125079; background:#ffffff; padding:7px 20px 8px; font-size:1.125em; text-transform:uppercase; max-width:210px;}
.tabToggle .tabMenu { float:right; background:#153045; position:relative; width:40px; height:40px; position:absolute; right:0px; bottom:0px;}
.tabToggle .tabMenu .menu-icon {position:absolute; height:3px; background:#ffffff; width:30px; left:5px; top:18px;}
.tabToggle .tabMenu .menu-icon:before {content:''; position:absolute; height:3px; background:#ffffff; width:30px; top:-8px;}
.tabToggle .tabMenu .menu-icon:after {content:''; position:absolute; height:3px; background:#ffffff; width:30px; top:8px;}

.slideTabs .tabs {padding:0; display:none; margin:0px; clear:both;}
.slideTabs .tabLinks { margin:0; padding:0; width:100%; list-style:none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.slideTabs .tabLinks { *zoom: 1; }

.slideTabs .tabLinks a { border-bottom:0; vertical-align:middle; line-height:1.1; text-align:left; font-size:1em; text-decoration:none; text-transform:uppercase; background:#15425F; border-top:1px solid #245776; color:#ffffff; padding:10px 20px; display:block; }

.slideTabs .tabLinks a.active { cursor:default; }

.slideTabs .panels {
	clear:both;
	-webkit-transition: min-height 0.3s ease-out;
	   -moz-transition: min-height 0.3s ease-out;
	     -o-transition: min-height 0.3s ease-out;
	        transition: min-height 0.3s ease-out; 
}
.slideTabs .panels .panel { display:none; padding:10px; border:0px;}
.slideTabs .panels .active { display:block; }


/* firearms Tables */

.panels .msrp {overflow:auto;}

.tech-specs { color: #000000; text-align: left; overflow: auto;}
.tech-specs select{ width: 100%; padding: 5px; border: 2px solid #e5e5e5;}
@media only screen and (min-width:48em) {
	.tech-specs select {width:49%;}
	.tabToggle .activeTab {max-width:1000px;}
}
.tech-specs select:hover,
.tech-specs select:focus,
.tech-specs select:active {	border-color: #0c527e;}
.js .tech-specs-option {display: none;}
.js .tech-specs-option.active {display: block;}
.tech-specs table{ margin: 1em 0; width: 100%; border-bottom: 2px solid #f2f2f2; border-collapse: collapse; border-left: 0; border-right: 0;}
.tech-specs th { padding: 4px 25px 4px 8px; border-top: 2px solid #f2f2f2; color: #3f3f3f; white-space: nowrap;}
.tech-specs thead th { border-top: 0;}
.tech-specs td { border-top: 2px solid #f2f2f2; border-left: 0; border-right: 0; padding: 4px 4px; font-size: 0.86em;}


/* firearms photos */

.firearm-gallery {position: relative;}

.panels {}
.panels .slick-slide { text-align:center; outline:none;}
.panels .slick-slide img {display:inline;}
.panels .slick-prev {position:absolute; left:-10px; top:10px; padding:0px; border:0px; background:none; width:40px; height:40px; z-index:10; cursor:pointer;}
.panels .slick-prev:before {content:''; position:absolute; width:22px; height:2px; left:6px; top:11px; background:#0C527E; -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg);  transform: rotate(-45deg);}
.panels .slick-prev:after {content:''; position:absolute; width:22px; height:2px; left:6px; top:25px; background:#0C527E; -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg);  transform: rotate(45deg);}
.panels .slick-next {position:absolute; right:-10px; top:10px; padding:0px; border:0px; background:none; width:40px; height:40px; z-index:10;  cursor:pointer;}
.panels .slick-next:before {content:''; position:absolute; width:22px; height:2px; left:9px; top:11px; background:#0C527E; -ms-transform: rotate(-45deg); -webkit-transform: rotate(45deg);  transform: rotate(45deg);}
.panels .slick-next:after {content:''; position:absolute; width:22px; height:2px; left:9px; top:25px; background:#0C527E; -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg);  transform: rotate(-45deg);}
.panels .slick-dots {margin:0 0 -6px; padding:15px 0 0 0; list-style-type:none; text-align:center;}
.panels .slick-dots li {display:inline-block; margin:3px;}
.panels .slick-dots li button {text-indent:-9999em; display:block; padding:0px; border:0px; background:#dddddd; border-radius:20px; width:8px; height:8px; outline:none;}
.panels .slick-dots li.slick-active button {background:#ED4F28;}

/* Callout box
   ========================================================================== */

.firearm-banner {
	position: relative;
	height: 280px;
	overflow: hidden;
}

.no-js .firearm-banner {
	height: 300px;
}



.firearm-detail {
	position: relative;
	z-index: 100;
	overflow-x: scroll;
}
.firearm-detail > ul {
	display: block;
	margin: 0;
	padding: 0;
	width: 4750px;
	overflow: hidden;
}

.firearm-detail-item {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
	width: 940px;
	float: left;
}
.firearm-detail-item + .firearm-detail-item {
	margin-left: 10px;
}

.firearm-detail-image {
	background: #fff;
	text-align: center;
	margin:0 0 15px;
}

.firearm-video {
	position: relative;
	display: block;
	text-align: center;
	margin:0 0 20px;
}

.firearm-video:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/cms/images/layout/video-play.png) no-repeat 50% 50%;	
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.firearm-video:hover:after,
.firearm-video:focus:after {
	opacity: 1;
}

.firearm-video:hover:after,
.firearm-video:focus:after {
	opacity: 0.5;
}

.firearm-video-list {
	
}

.firearm-video-list a{text-decoration: none; color: #fff; display:block; margin:10px 0 0 0;}

.firearm-video-list a:hover,
.firearm-video-list a:focus {
	text-decoration: underline;
}

.firearm-video-list .clearfix {
	margin-bottom: 1em;
}

/* Main
   ========================================================================== */

.firearm-detail-text {margin:0 0 30px; padding:20px 0 0 0;}
.firearm-detail-text h4 {margin:0 0 5px;}
.firearm-detail-text p {
	font-size: 0.86em;
}

/* Enhanced
   ========================================================================== */
.featureContainer {overflow:auto;margin:0 -10px;}
.featureContainer .inner {width:940px; position:relative;}
.featureContainer .inner2 {}
.detail-points {
	position: absolute;
	display: block;
	width: 34px;
	height: 34px;
	background:#EC5028;
	border-radius:50px;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	padding:7px 0 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


.firearm-detail-item[data-state="active"] .detail-points {
	display: block;
	-webkit-animation: slideDown 1s;
	-moz-animation: slideDown 1s;
	-ms-animation: slideDown 1s;
	-o-animation: slideDown 1s;
	animation: slideDown 1s;
}

/* Accessories tab on firearm detail page
   ========================================================================== */
.accessories-gallery-slick {

}
.accessories-gallery-slick .accessoryItem { background: url('/cms/images/whitebackground_size.jpg');	}
.accessories-gallery-slick a {display: block; text-align: center;}
.accessories-gallery-slick a .text {text-align: center;}
.accessories-gallery-slick img { padding-top: 4px; vertical-align: top;}
.accessories-gallery-slick .text{ display: inline-block; line-height: 1.25em; padding:10px 0 0 0;}
.accessories-gallery-slick .price { display: block; font-weight: bolder; padding-top: 4px; text-align: center;}



/* ========================================================================== 
   Banners
   ========================================================================== */

.banners > [class*="grid"] {
	margin-top: 20px;
	text-align: center;
}
.store-nav {
	display: table;
	margin-top: 0;
	width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.banner-category {
	display: table-cell;
	padding: 0 0.3em;
	text-decoration: none;
	color: #808080;
	font: 1.29em Arial, sans-serif;
	text-align: center;
}
.banner-category > p {
	display: inline-block;
	text-align: left;
}
.banner-category + .banner-category {
	border-left: 1px dotted #d1d1d1;
}
.banner-category:hover .banner-cat-desc,
.banner-category:focus .banner-cat-desc {
	text-decoration: underline;
}
.banner-category img {
	display: inline-block;
	-webkit-backface-visibility: visible;
}
.banner-cat-desc {
	display: inline-block;
	padding-left: 0.2em;
	vertical-align: middle;
	font-weight: 200;
	line-height: 1em;
}
.banner-cat-desc strong {
	display: block;
	color: #0c527e;
	font-weight: bold;
}


/* Callout box
   ========================================================================== */

.callout-box {
	margin:0 auto;
	position: relative;
	overflow: hidden;
	padding: 5px;
	border: 1px solid white;
	color: #808080;
	text-align: center;
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e6e6e6), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(#e6e6e6, #ffffff);
	background: -moz-linear-gradient(#e6e6e6, #ffffff);
	background: -o-linear-gradient(#e6e6e6, #ffffff);
	background: linear-gradient(#e6e6e6, #ffffff);
	-webkit-border-radius: 3.01px;
	-moz-border-radius: 3.01px;
	-ms-border-radius: 3.01px;
	-o-border-radius: 3.01px;
	border-radius: 3.01px;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-box-shadow: 0 1px 2px 0 rgba(31, 30, 30, 0.6);
	-moz-box-shadow: 0 1px 2px 0 rgba(31, 30, 30, 0.6);
	box-shadow: 0 1px 2px 0 rgba(31, 30, 30, 0.6);
}

.lt-ie9 .callout-box {
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE6E6E6', endColorstr='#FFFFFFFF');
}

.callout-title {
	margin: 0.5em 0 0.2em;
	color: #0c527e;
	font-size: 1.25em;
	font-weight: normal;
}
.banner-tracking {
	text-decoration: none;
}
.banner-tracking:hover, 
.banner-tracking:focus {
	text-decoration: none;
}
.callout-title a { 
	text-decoration: none;
}
.callout-title a:hover, .callout-title a:focus {
	text-decoration: underline;
}

.callout-box p {
	margin: 0;
	font-size: 0.86em;
}

.callout-box img {
	height: auto !important;
	max-width: 100%;
}

/* Scroller
   ========================================================================== */

.scroller {
	position: relative;
	height: 142px;
	padding-top: 18px;
	margin-bottom: 40px;
	background-color: #fff;
	color: #808080;
	text-align: center;
	font-size: 0.875em;
	-webkit-border-radius: 3.01px;
	-moz-border-radius: 3.01px;
	-ms-border-radius: 3.01px;
	-o-border-radius: 3.01px;
	border-radius: 3.01px;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-box-shadow: 0 1px 2px 0 rgba(31, 30, 30, 0.6);
	-moz-box-shadow: 0 1px 2px 0 rgba(31, 30, 30, 0.6);
	box-shadow: 0 1px 2px 0 rgba(31, 30, 30, 0.6);
}
.scroller:after {
	content: '';
	position: absolute;
	bottom: -22px;
	left: 0;
	width: 100%;
	height: 22px;
	background: url(/cms/images/layout/scroller-btm.png) no-repeat 50% 0;
}

.no-boxshadow .scroller {
	outline: 1px solid #a1a1a1;
}

.scroller-next,
.scroller-prev {
	position: absolute;
	top: 20px;
	z-index: 200;
	display: block;
	width: 27px;
	height: 120px;
	overflow: hidden;
	text-indent: -9999em;
	outline: none;
	background: url(/cms/images/layout/scroller-nav.png) no-repeat;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.scroller-prev {
	left: 9px;
	background-position: 0 50%;
}

.scroller-prev:hover,
.scroller-prev:focus {
	left: 2px;
}

.scroller-next {
	right: 7px;
	background-position: 100% 50%;
}

.scroller-next:hover,
.scroller-next:focus {
	right: 2px;
}

.scroller-inner {
	margin: 0 20px;
	overflow: hidden;
}

.scroller-scroll {
	position: relative;
}

.no-js .scroller-scroll {}

.scroller .panel:first-child {}

.scroller .panel {
	position: relative;
	display: block;	
	margin: 0 10px;
	padding: 0;
	height: 120px;
	overflow:hidden;
	border: 1px solid white;
	text-align: center;
	-webkit-border-radius: 3.01px;
	-moz-border-radius: 3.01px;
	-ms-border-radius: 3.01px;
	-o-border-radius: 3.01px;
	border-radius: 3.01px;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}

.scroller .slick-current .panel {
	height: 140px;
}

.scroller .panel:hover,
.scroller .panel:focus {
	border-color: #0c527e;
}

.scroller img {
	position: relative;
	z-index: 1;
	display:inline;
}

.scroller .panel-desc {
	position: absolute;
	bottom: -100%;
	left: 0;
	z-index: 5;
	width: 100%;
	color: #0c527e;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: padding 0.3s ease-out, bottom 1s ease-out;
	-moz-transition: padding 0.3s ease-out, bottom 1s ease-out;
	-o-transition: padding 0.3s ease-out, bottom 1s ease-out;
	transition: padding 0.3s ease-out, bottom 1s ease-out;
}
.scroller .panel-desc .desc-inner {
	position: relative;
	display: inline-block;
	background: url(/cms/images/layout/scroller-desc-l.png) 0 0 no-repeat;
	padding: 2px 5px 2px 55px;
	margin-right: 50px;
	-webkit-transition: padding 0.3s ease-out, bottom 1s ease-out;
	-moz-transition: padding 0.3s ease-out, bottom 1s ease-out;
	-o-transition: padding 0.3s ease-out, bottom 1s ease-out;
	transition: padding 0.3s ease-out, bottom 1s ease-out;
}
.scroller .panel-desc .desc-inner:before {
	content: '';
	position: absolute;
	top: 0;
	right: -51px;
	display: block;
	width: 51px;
	height: 50px;
	background: url(/cms/images/layout/scroller-desc-r.png) 100% 0 no-repeat;
}
.scroller .panel-desc .desc-inner:after {
	content: '';
	display: inline-block;
	margin-left: 5px;
	height: 14px;
	width: 5px;
	background: url(/cms/images/layout/scroller-arrow.png) 0 90% no-repeat;
}

.scroller .slick-current .panel .panel-desc {
	bottom: 0;
}

.scroller .panel.active:hover .desc-inner,
.scroller .panel.active:focus .desc-inner {
	padding-bottom: 8px;
}

/* ==========================================================================
   News
   ========================================================================== */

.newsListing .item{
	margin: 2em 0 0;
}

.newsListing .item:first-child {
	margin-top: 0;
}

.newsFilterMonthWrpr, .newsFilterYearWrpr {
	display: inline-block;
}

.newsFilterCatWrpr {
	padding:10px 0;
}

/* Alert
   ========================================================================== */
.alert{
	margin: 1em 0;
	text-align: left;
}

.alertSign {
	float: left;
	margin-right: 15px;
}


/* Events
   ========================================================================== */


/* Gallery
   ========================================================================== */
   
   .gallery-list {text-align:center;}
   .gallery-item a {transform:scale(1) !important;}

/* Video
========================================================================== */

.multiMod .mMIndex ul li {height:160px !important; vertical-align:top;}
.multiMod .mMIndex .mMThumb {position:Static !important;}
.multiMod .mMIndex .mMCaption {position:static !important; width:auto !important; height:auto !important;}

/* FAQ
   ========================================================================== */

.topOfPage {
	padding-bottom: 2px;
	border-bottom: 1px solid #f2f2f2;
	text-align: right;
	font-size: 11px;
	text-transform: uppercase;
}

.topOfPage a {
	display: inline-block;
	padding-left: 12px;
	text-decoration: none;
	background: url(/cms/images/layout/arrow_up_black.gif) 0% 50% no-repeat;
}

.topOfPage a:hover,
.topOfPage a:focus {
	text-decoration: underline;
}

.faq-ask-expand {
	
}

.faq-ask {
	display: none;
margin-top:20px;
  font-size: 12px;
  text-align: left;
  padding: 10px;
  opacity: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;		
}

.faq-ask.active {
	display: block;
	opacity: 1;
	-webkit-animation: fadeInRight 1s;
	-moz-animation: fadeInRight 1s;
	-ms-animation: fadeInRight 1s;
	-o-animation: fadeInRight 1s;
	animation: fadeInRight 1s;	
}

/* ==========================================================================
   Dealer - Locations
   ========================================================================== */

.googleMap > [id^="g_map"] {
	width: 100% !important;
}

#g_map_CT_Main_0_ccGoogleMap {width:100% !important;}

.dealer-locator {
	margin-bottom: 1em;
}

.location-overlay {
	display: none;
}

/* ==========================================================================
   Odometer overrides
   ========================================================================== */

.odometer {width:auto !important; display:block !important;}

@media only screen and (max-width:56.188em) 
{
    .odometer {padding-bottom:38px !important}
    ._delivered-m9 {left:20px !important; top:auto !important; bottom:5px;}
}



/* ==========================================================================
   Email a friend
   ========================================================================== */
   
.page-friend{
	min-width: inherit;
}

.eaf_wrpr {
	overflow: hidden;
	max-width: 700px;
	margin: 0 auto;
}


.content-slide-wrpr {
	position: relative;
}

.content-slide {
	overflow: hidden;
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	height: 262px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;		
	-webkit-border-radius: 3.01px;
	-moz-border-radius: 3.01px;
	-ms-border-radius: 3.01px;
	-o-border-radius: 3.01px;
	border-radius: 3.01px;
}

.content-slide li {
	display: none;
	margin: 0;
	padding: 0;
}

.content-slide a {
	display: block;
	position: relative;
	text-decoration: none;
}

.content-slide a:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: hsla(0, 0%, 0%, 0.25);
}

.content-slide .desc {
	position: absolute;
	top: 1em;
	left: 1em;
	z-index: 105;
	width: 65%;
	font-size: 2em;
	color: #fff;
}

.content-slide li:first-child {
	display: block;
}

.content-slide-nav {
	position: absolute;
	z-index: 50;
	bottom: 1em;
	left: 1em;
	display: block;
	margin: 0;
	padding: 0;
}

.content-slide-nav li { 
	display: inline-block;
	margin: 0 5px;
	padding: 0;
}

.content-slide-nav a {
	display: block;
	text-decoration: none;
}

.content-slide-nav .title {
	text-align: center;
	margin: 0 0 0.2em;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: 1px 1px hsla(0, 0%, 0%, 0.75);
}

/* MSRP tab on firearm detail page
   ========================================================================== */
   
.msrp table {
        width: 100%;
        line-height: 1.2em;
    }

.msrp table tr {
	background-color: #FFFFFF;
	border-bottom: 2px solid #f2f2f2;
	color: #000000;
}
       
.msrp table thead th {
	background-color: #f3f3f3;
	border-right: 2px solid #FFFFFF;
	color: #3f3f3f;
	height: 25px;
	padding: 2px;
	text-align: center;
}

.msrp tbody td {        
	padding: 5px;
	text-align: center;
}



.mod-has-margin.noentriesfound
{
	padding: 2px;
}

ul.accessories li.viewall img{
        width:220px;
        height:280px;
        padding:0;
}

.dealerdistance {
font-weight: bolder;
color: #333333;
}



/*   Store Left Navigation   */
.storeLnav ul ul {
    padding-left:6px;
}
.storeLnav .mod-content {margin:5px 10px 0 20px;}
.storeLnav .mod-content a:before {display:none;}

.storeLnav ul > li a {border-bottom:1px solid transparent; outline:none;}
.storeLnav ul > li a:hover  {border-bottom: 1px solid #0C527E; }
.storeLnav ul > li a.on {border-bottom: 1px solid #0C527E; }

.storeLnav ul > li li a:hover,
.storeLnav ul > li li a.on {text-decoration:underline; color:#000; border-bottom: none;}

.storeLnav ul > li.on a:hover,
.storeLnav ul > li.on a.active.on {border-bottom: 1px dotted transparent;}


.storeLnav ul > li a:hover:before,
.storeLnav ul > li a.active.on:before {display:none;}

.storeLnav ul ul li a { font-size: 0.84em;}

.storeLnav span.exp {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    text-indent: -999em;
}
.storeLnav span.exp.off:before {
    content: '';
	display: block;
	position: absolute;
	top: 0.7em;
	left: -0.9em;
	border-width: 0.45em;
	border-color: transparent transparent transparent #0c527e;
	border-style: solid;
}
.storeLnav span.exp.on:before {
    content: '';
	display: block;
	position: absolute;
    top: 0.8em;
	left: -1.15em;
    border-width: 0.45em;
    border-color:#808080 transparent transparent transparent;
    border-style: solid;
}


/* Search Bar */
.header + #main-content {margin-top:0px;} /*margin-top:42px;*/
.header + div.slideshow #main-content { margin-top:0;}

.upd-header + #main-content {margin-top:0px;} /*margin-top:42px;*/
.upd-header + div.slideshow #main-content { margin-top:0;}

.upd-header .search_bar{padding: 26px 0;}
.upd-header .search_bar .search{float: right;width: 50%}
.upd-header .search_bar	.search-field-topright{ padding: 12px; width: 100%; font-size:0.75em; text-transform:uppercase; border-radius:5px; background: #fff; border: 2px solid #fe6e21; color: #000000;
    }
.upd-header .search_bar	.search-btn-topright{width: 35px; height: 28px; border-radius: 0px 5px 5px 0; background: url(/cms/images/layout/search-icon.png) no-repeat 50% 50% #fe6e21; background-size: 70%;}

.upd-header .logo_holder a.logo-image{padding: 20px 0 10px;}
/*.siteSearchWrpr {position:absolute; top:110px; width:100%; margin:0 auto; z-index:6; }*/
/*.siteSearchWrpr {position:relative; width:100%; margin:15px auto; z-index:6; height:40px;background: }*/
.siteSearchWrpr .search {width:100%; margin:0;}
.siteSearchWrpr .search label.srchLabel {width:79px; border:1px solid #333333; background:#DBDBDB; display:inline-block; float:left; 
	height: 43px; overflow: hidden;
	line-height:45px; text-indent:12px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	position:absolute;
	float:none; left:0; z-index:10;
	font-size: 1.25em;
	font-weight:normal;
	background: rgb(219,219,219); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(219,219,219,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(219,219,219,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(219,219,219,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(219,219,219,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(219,219,219,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(219,219,219,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#cccccc',GradientType=0 ); /* IE6-8 */
	}

.siteSearchWrpr .search input.search-field {display:inline-block; float:left; width:85%; height:45px; color:#000; background:#fff; padding-left:16px; 
	border:1px solid #333333; border-right-width:1px; border-left-width:1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width:100%;
	padding:0 5% 0 90px;
}
.siteSearchWrpr .search .search-btn {top:0; float:left; width:5%; position:relative; display:inline-block;
	border:1px solid #000; background-color:#143C55;
	height: 45px; overflow: hidden;
	line-height:45px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	position:absolute;
}

#suggestDiv { z-index:99999 !important;}
#querydiv { margin:-2px 0 0 77px; -webkit-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    0px 1px 3px 0px rgba(50, 50, 50, 0.5);
box-shadow:         0px 1px 3px 0px rgba(50, 50, 50, 0.5);}
.portlet-content-overlay .siteSearchWrpr {display:none;}

.TopSellingItemsWrapper {margin-top:20px;}
#TopSellingItemsWrapper  {background:#fff; display:block; position:relative;} 
#TopSellingItemsWrapper .grid-list {display:block; position:relative;} 
#TopSellingItemsWrapper .itemDesc,
#TopSellingItemsWrapper .product-price,
#TopSellingItemsWrapper  div.rateit,
#TopSellingItemsWrapper .product-rating, 
#TopSellingItemsWrapper .promotion {display:;}
#TopSellingItemsWrapper .grid-item {padding-bottom:5px; position:relative;}
#TopSellingItemsWrapper .grid-title {margin:0 auto;}
#TopSellingItemsWrapper .tooltip {display:none; background:#efefef; border:0px solid #DBDBDB; text-align:left; padding:20px 15px 15px;
position:absolute; top:8px !important; left:0; margin-left:-25px !important;
display: none; width: 225px; height: auto; z-index:99999;
-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.5);
box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.5);
}
#TopSellingItemsWrapper h2.TypeTitle {margin:0px; display:block; padding:10px;}
#TopSellingItemsWrapper .grid-list li:last-child .tooltip {margin-left:-535px !important;}
#TopSellingItemsWrapper .grid-title-overlay {margin-bottom:12px;}
#TopSellingItemsWrapper .grid-title-overlay a {text-decoration:none; font-weight:bold;}
div.tooltip {
}
div.tooltip:before, div.tooltip:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 10px solid transparent; /* arrow size */
}
div.tooltip:before {
	border-right-color: rgba(50, 50, 50, 0.5);  /* arrow color */
	position: absolute;
	top: 24%;
	left: -21px;
	z-index: 1;
}
div.tooltip:after {
	border-right-color: #efefef;  /* arrow color */
	/* positioning */
	position: absolute;
	top: 24%;
	left: -20px;
	z-index: 2;
}
#TopSellingItemsWrapper .grid-list li:last-child .tooltip:before {
	border-right-color:transparent;
	border-left-color: rgba(50, 50, 50, 0.5);  /* arrow color */
	position: absolute;
	top: 24%;
	left:256px;
	z-index: 1;
}
#TopSellingItemsWrapper .grid-list li:last-child .tooltip:after {
	border-right-color:transparent;
	border-left-color: #efefef;  /* arrow color */
	/* positioning */
	position: absolute;
	top: 24%;
	left:255px;
	z-index: 2;
}

hr.style-one {
  border: 0;
  height: 1px;
  background: #333;
  background-image: linear-gradient(to right, #ccc, #333, #ccc);
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}	

.bannerNav {display:block; width:200px; position:absolute; top:300px; left:25%; z-index:600;}
.bannerNav ul { list-style-type:none; font-size:1.5em; color:#fff; padding:0; margin:0;border:solid 2px #fff; border-right:solid 2px #fff;}
.bannerNav ul li { position:relative; line-height:43px; text-align:center;}

.bannerNav ul li:after {display:block; content:" "; width:196px; height:45px; background:#000; position:absolute; top:0; left:0; z-index:605; opacity:0.6; }
.bannerNav ul li:hover:after {opacity:1.0;}
.bannerNav ul li:first-child a {border-top:solid 0px #fff;}
.bannerNav ul li a {color:#fff; position:relative; z-index:610; text-decoration:none; width:100%; display:block;border-top:solid 2px #fff;}



/* Home Hero Nav
   ========================================================================== */

.nav-banner {margin-top: 50px; width:270px; position:absolute; left:50%; margin-left:-474px;}

.nav-banner-top:before {content: '';position: absolute;top: -25px;left: 0;display: block;width: 244px;height: 60px;margin-right: 25px;background:#054057;z-index:-1;}
.nav-banner-top:after {content: '';position: absolute;top: -25px;right: 0;border-width: 0 26px 25px 0;border-style: solid;border-color: #306c91 transparent;}
.nav-banner-top {background: #054057; text-align:center; height:35px;}

.nav-banner .mod-title { color:#fff; position:absolute; left:19%; top:-10px; text-transform:uppercase; font-size:1.25em; font-weight:bold;}
.nav-banner .mod-content {margin: 0;padding: 0;width:auto;}
.nav-banner .mod-content ul {display: block;margin: 0;padding: 0;}
.nav-banner .mod-content li {display: block;margin: 0;padding: 0;}
.nav-banner .mod-content > ul > li {border-top:solid 1px #0d8cb0; border-bottom:solid 1px #054057; position:relative;}
.nav-banner .mod-content > ul > li:first-child {border-top: 0;}
.nav-banner .mod-content > ul > li.lastchild {border-bottom: 0;}

.nav-banner .mod-content a {position: relative;display: inline-block;padding: 11px 0px;color: #fff;font-weight: bold;text-decoration: none;width:100%;text-align:center;z-index:3;text-transform:uppercase;font-size:.815em;}
.nav-banner .mod-content span.link-bg { background:#045d7c; display:block; width:100%; position:absolute; top:0; opacity:0.8; height:42px;}
.nav-banner .mod-content li:hover span.link-bg {opacity:1.0;}

.shiptomsg{
	font-size: 0.92em;	
	text-align:center;	
}

.shiptomsg span {
	font-weight:bold !important;
	text-transform:uppercase !important;
}

/* Global Button */
.o_button{min-width:115px; text-transform: uppercase; text-decoration: none; padding:10px; color: #000000; font-size: 0.675em; background:#f16d1d; margin: 0 10px 0 0; transition: all ease 0.2s;  width: 95px;  text-align: center; display: inline-block;}

.o_button:active,
.o_button:hover{color: #ffffff; transition: all ease 0.2s; box-shadow: 1px 1px 1px #ccc; box-shadow: 1px 2px 0px #848484;}
/* Styling the main content */

.r_banner0, .r_banner1, .r_banner2, .r_banner3, .r_banner4{margin: 10px 0;} 


/*.b_square{position: relative;}*/
.b_content{padding:15px 30px;  text-align: left; color: #fff;font-family: 'Open Sans', sans-serif; font-size: 1.5em; background:rgba(255,255,255,.7); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.b_content:after {}
.b_register{text-align: center; margin: 20px 0;}
.b_register_content{position: relative;}
.b_square{text-align: center; margin: 10px 0; position: relative; padding: 0;}
.b_rect{text-align: center; margin: 10px 0; position: relative; padding: 0;}
.b_content h3{margin: 5px 0; color: #111;}
.b_square img, .b_rect img{width: 100%; min-height: auto;}
.b_register h3{color:#000;}
.b_register_content h3:before{}
.b_register_content a,
.b_content a{min-width:114px; text-transform: uppercase; text-decoration: none; padding:10px; color: #000000; font-size: 0.675em; background:#f16d1d; margin: 0 10px 0 0; transition: all ease 0.2s;  text-align: center; display: inline-block;}
.b_content a:active,
.b_content a:hover{color: #ffffff; transition: all ease 0.2s; box-shadow: 1px 1px 1px #ccc; box-shadow: 1px 2px 0px #848484;}
.b_content p,
.b_register_content p{font-size: 0.875em; color:#111;}

.b_square .b_content, .b_rect .b_content{bottom: 0; left: 0; right: 0; margin: 0 auto; text-align: center; }
.b_register h3{ display: inline-block;  position: relative; line-height: 0.3em; }
.b_register h3:before, .b_register h3:after{
	content: "";
	position: absolute;
	height: 3px;
	border-bottom: 1px solid black;
	border-top: 1px solid black;  
	width: 50%;	
}
	
.b_register h3:before {
	right: 100%;
	margin-right: 15px;
}

.b_register h3:after {
	left: 100%;
	margin-left: 15px;
}


/* Signup Code*/

.signup{text-align: center;  font-family: Open Sans, sans-serif; background:#ffffff; padding:15px; box-shadow:0 0 5px 0px #ddd; margin:20px 0 0 0;}
.signup h3{font-size: 1.75em; text-transform: uppercase;color: #000; margin: 10px 0;}
.signup span{font-size: 1.250em; font-weight: bold;}
.signup_form, .signup_head{margin: 5px 0;}
.signup_form input{color:#ccc; display: block;text-align: center;margin: 0 auto; padding: 15px 0; margin:10px 0; width: 100%; border-radius: 5px; border:none;box-shadow: none;}
.signup_form a{font-size: 1em; border-radius: 1px; margin: 10px 0; font-weight: bold;}
/* =================================================================
                        Media Queries
===================================================================*/

@media only screen and (max-width:60em) {	
	.scroller {max-width:410px; margin:0 auto 40px;}
	.scroller:after {background-size:400px 22px;}
	.scroller .panel {margin:0px;}	
	.content-slide-wrpr {display:none;}
	.item-quickview {display:none;}
    .list-3rds li {width:50%;}
}


@media only screen and (min-width:11.250em) and (max-width:47.938em) {	
	/* xxxxxxxxxxxxxx 2017 Redesign Utility Nav xxxxxxxxxxxxxxxxxxxxx*/
	.upd-utility {padding:0 5px;}
	/*.upd-utility-title {display:none;}*/
	.upd-utility .has-divider {border:0px; margin-right:35px;}
	.upd-utility .language{/*width: 50%*/; padding: 0;}
	.upd-utility .language ul{width: 100%;}
	.upd-utility li{/*width: 70%;*/ margin: 0 0 0 14px;}

	.upd-utility li.selectlg ul li{width: 100%; margin: 0;}
	.bClubTrigger {display:block;}
	.nav-main.upd-nav-main{background: #15425F; padding: 0}
	.upd-utility .member-nav {display:none; position:absolute; top:20px; right:0px; background: #333333; border: 1px solid #484848; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4); font-size: 0.69em;  padding: 0 !important;  position: absolute; top: 100%; width: 15em;}
	.upd-utility .member-nav.active {display:block;}
	.upd-utility .member-nav li {display:block; float:none; margin:0px !important; padding:0px !important;}
	.upd-utility .member-nav li:last-child {display:none;}
	.upd-utility .member-nav li a {text-decoration:none; display:block; padding:2px 4px;}

	.upd-utility .language li.lg{display: block;}
	.upd-utility .bClubTrigger{display: none;}

	.upd-utility span.free_shipping{color: #fe6e21; text-transform: initial; font-style: italic; text-align: center;padding: 0px;float: none;
    margin: 15px 0px; display: block}

    .upd-slideshowContainer span.slide-content{
    	width: 100%;
    }
	/* End */


	/* utility Nav */
	.utility {padding:0 5px;}
	/*.utility-title {display:none;}*/
	.utility .has-divider {border:0px; margin-right:35px;}
	
	.bClubTrigger {display:block;}
	.utility .member-nav {display:none; position:absolute; top:20px; right:0px; background: #333333; border: 1px solid #484848; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4); font-size: 0.69em;  padding: 0 !important;  position: absolute; top: 100%; width: 15em;}
	.utility .member-nav.active {display:block;}
	.utility .member-nav li {display:block; float:none; margin:0px !important; padding:0px !important;}
	.utility .member-nav li:last-child {display:none;}
	.utility .member-nav li a {text-decoration:none; display:block; padding:2px 4px;}
	.upd-header .menuLink{top: 70px;}
	.upd-header .search_bar .search{float: none;width: 95%; text-align:center;}
	.upd-header .search_bar { padding: 20px 0;}

	.header {}
	
	.slideshow {height:auto;}
	.slideshow .slide-item {height:auto; padding:400px 0 0 0; background-position:50% 0;background-repeat:no-repeat;}
	.slideshow .slide-item img {}
	.slideshow .slide-content {width:100%; position:static;  min-height:110px; display:block; padding:8px 10px 33px; margin:0px; background:rgba(20, 66, 93, .9); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.slideshow .slide-content:after {display:none;}
	.slideshow-next, .slideshow-prev {display:none !important; }
	
	.footer {padding: 20px 0 0 0;		
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#13506f+0,153045+100 */
		background: #13506f; /* Old browsers */
		background: -moz-linear-gradient(top,  #13506f 0%, #153045 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #13506f 0%,#153045 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #13506f 0%,#153045 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13506f', endColorstr='#153045',GradientType=0 ); /* IE6-9 */
	}
	.footer-social {width:auto; position:static; margin:0 0 15px; background:none;}
	body.redsgn footer{padding:0;}

	.footer-links {margin:0 -10px 15px; border-top:1px solid #2B6080;}
	.upd-footer .footer-links { padding: 0 }
	.footer-links li .trigger {display:block; position:absolute; right:0px; top:0px; font-size:1.7em; line-height:1; width:36px; height:36px; color:#ffffff; z-index:5; cursor:pointer;}
	.footer-links li .trigger:after {content:'+'; position:absolute; top:5px; left:11px;}
	.footer-links li.active .trigger:after {content:'-';  top:3px; left:14px;}
	.footer-links > li {float:none; width:auto; border-bottom:1px solid #2B6080; position:relative;}
	.upd-footer .footer-links > li { width: auto; padding: 5px 10px;}
	.upd-footer .footer-links ul a{padding: 5px 10px;}
	.upd-footer .footer-links > li > a{font-size: 1em;}
	.footer-links > li > a {text-transform:uppercase; font-size:1em; font-weight:bold; padding:10px 15px; position:relative;}
	.footer-links > li > a:after {}
	.footer-links ul {display:none;}
	.footer-links li.active ul {display:block;}
	.footer-links ul a {display:block; font-size:.875em; color:#ffffff; padding:10px 18px;}
	.upd-footer .footer-legal{padding: 10px 100px;}
	.footer-aside {text-align:center;}
	
	.footer-legal {padding:20px 0 20px;}
	
	.breadcrumbs {display:none;}
	
	.scroller {}
	.scroller:after {background-size:266px 22px;}
	
	.callout-box {max-width:220px; min-height:0px !important;}
	.callout-box h1 {font-size:1.43em;}
	.callout-box table td {display:block;}
	
	.news-filter, .filter {max-width:1000px;}
	.list-3rds li {width:100%;}
	
	.content-bgimg {margin-top:15px; background-size:cover; min-height:200px; max-height:200px;}
	.content-bgimg .content-box {width:87%;}
	
	.page-heading .title {font-size:2em;}
	.main .block, .main-area .block {margin:10px 0 0;}
	.mod-has-margin {margin: 20px 0px !important;}
	.main-area {margin-top:10px;}
	
	.hawkRailHeader, .nav-aside .mod-title {position:relative; cursor:pointer;}
	.hawkRailHeader:after, .nav-aside .mod-title:after {position:absolute; content:'+'; right:10px; top:4px; color:#ffffff; font-weight:bold;}
	.hawkActive .hawkRailHeader:after, .leftNavActive .mod-title:after {content: '\2013';}
	.hawkRailNav, .nav-aside .mod-content {display:none;}
	.hawkActive .hawkRailNav, .leftNavActive .mod-content {display:block;}
	
	.location-search [class*="col-"].right {text-align:left; margin:4px 0 4px 0;}
	.grid-list > li {width:100%;}
	.grid-list > li + li { border-top: 1px solid #f2f2f2; }
	.grid-list [class*="col-"].right {text-align:left; margin:4px 0 0 0;}
	.grid-list:before {display:none;}
	.grid-list.col3:before {display:block;}
	
	.inlinePagination span {display:block;}
	
	.filter.callout-box.filter-gallery strong {margin:0 !important;}
	.filter.callout-box.filter-gallery select {width:100%; margin:0 0 10px;}
	
}


@media only screen and (min-width:11.250em) and (max-width:30em) {	
	.grid-list:before,
	.grid-list:after {display:none;}
	.product-listing:before,
	.product-listing:after {display:none !important;}
	.grid-list.col3 > li {width:100%; border-top:1px solid #f2f2f2;}
	.grid-list.col3 > li:first-child {border-top:0px;}
	.grid-item .grid-image {max-width:226px !important; float:none;}
	
	.slideshow .slide-item {height:auto; padding:300px 0 0 0 !important; background-size:900px auto !important;}
}
@media only screen and (min-width: 47.939em) and (max-width:56.188em){
	.upd-header .grid-3{width: 60%;}
	.upd-header .grid-9{width: 40%;}
	.upd-header .logo_holder a.logo-image{float: right;}
	.upd-header .menuLink{top: 67px;}
	.upd-utility .member-nav{display: none;}
	.nav-main.upd-nav-main{background: #15425F;}
	.upd-header .search_bar .search{width: 55%;}


}

@media only screen and (min-width:56.250em) {
		
	/* navigation Hover states */
	.wrapper, .outerContainer {min-height:20px !important;}
	
	.nav-main .sf-menu .navMore {display:none;}
			

	.lt-ie9 .nav-main > ul > li > a:hover,
	.lt-ie9 .nav-main > ul > li > a:focus,
	.lt-ie9 .nav-main .on > a {
		*zoom: 1;
		filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFCCCCCC', endColorstr='#FFE3E3E3');
	}

	.lt-ie9 .nav-main > ul > li > a:hover,
	.lt-ie9 .nav-main > ul > li > a:focus,
	.lt-ie9 .nav-main .on > a {
		zoom: 1;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#e2e2e2',GradientType=0 );
	}

	.nav-main > ul > li.sf-with-ul > a:hover,
	.nav-main > ul > li.sf-with-ul > a:focus,
	.nav-main .sf-with-ul.on > a {
		padding-bottom: 8px;
	}

	.sf-menu li:hover .sub-menu,
	.sf-menu li.sfHover .sub-menu {
		opacity: 1;
		visibility: visible;
	}
	.sub-menu a:hover, .sub-menu a:focus {
		text-decoration: underline;
	}
	/* End navigation Hover states */
	
}
@media only screen and (max-width:56.188em) {	
	
	.header {position:static; }
	.upd-header{position:static;}

	.logo {height:70px;}
	.logo-image {max-width:250px;}
	
	.slideshow {margin:-1em auto 0;}
	
	/* Navigation */
	
	.upd-header .menuLink:before,
	.upd-header .menuLink:after,
	.upd-header .menuLink > span.icon:before {
		content:" ";
		position:absolute;
		width:30px; 
		height:3px;		
		background:#fe6e21;
		z-index:1001;
	}
	.menuLink{
		display: none;
		position: absolute;
	    left: 20px;
	    top: 45px;
	    width: 36px;
	    height: 36px;
	    cursor: pointer;
	    z-index: 10;
	}
	.menuLink:before,
	.menuLink:after,
	.menuLink > span.icon:before {
		content:" ";
		position:absolute;
		width:30px; 
		height:5px;
		background: #ffffff;
	/*	background:#fe6e21;*/
		z-index:1001;
	}
	.menuLink:before { top:5px; transition: all ease .5s;} 
	.menuLink:after { top:15px; transition: all ease .5s;} 
	.menuLink > span.icon:before { top:25px; transition: all ease .5s;} 
	.menuLink:hover, .menuLink:focus, .menuLink.open {  }
	

	.upd-header .menuLink.activeMenu .icon {background:transparent;}
	.upd-header .menuLink.activeMenu > span.icon:before{background:transparent;}

	.upd-header .menuLink.activeMenu:before {
	    top:10px;
	    left:0px;
	    -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    -webkit-transform: rotate(45deg);
	    transform: rotate(45deg);
	    transition: all ease .5s;
	}
		.upd-header .menuLink.activeMenu:after{
	    top:10px;
	    left: 0;
	    -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	    -webkit-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	    transition: all ease .5s;
	}



	.outerContainer, .wrapper {position:relative;}
	
	.menuLink {display:block !important;}

	.nav-main { position: relative; height:auto; position:absolute; margin:0px; left:-80%; top:0px; width:80%; z-index:1001; background:#15425F;}
	.subnav-bg {display:none;}
	
	.nav-main .sf-menu {display:block; width:auto;}
	.nav-main .sf-menu > li {display:block;}
	.nav-main .sf-menu > li > a, .mainNav .sf-menu > li .navInner > a, .mainNav .sf-menu li a {text-align:left; font-size:1.125em; font-weight:bold; text-transform:uppercase; padding:8px 35px 8px 15px; position:relative; background:none; border:0px; border-bottom:1px solid #245776; height:auto; -webkit-border-radius: 0;border-radius: 0;}
	.nav-main .sf-menu > li > a:after {display:none;}
	.nav-main .sf-menu .sub-menu {position:static; background:#333333; border:0px; width:auto; padding:0px; font-size:1em; transition:none; opacity:1; display:none !important; visibility:hidden !important;}
	.nav-main .sf-menu > li.navActive .sub-menu {display:block !important; visibility:visible !important;}
	.nav-main .sf-menu .sub-menu .sub-content {display:none;}
	.nav-main .sf-menu .sub-menu > ul {background:#333333; float:none; visibility:visible !important;}
	.nav-main .sf-menu .sub-menu > ul > li {border:0px; display:block; margin:0px; font-size:1em;}
	.nav-main .sf-menu .sub-menu > ul > li + li {padding:0px;}
	.nav-main .sf-menu .sub-menu > ul > li > a {margin:0px; border:0px; font-size:1.125em; line-height:23px; font-weight:bold; text-transform:uppercase; padding:8px 35px 8px 15px; color:#ffffff; border-bottom:1px solid #666666; -webkit-border-radius: 0;border-radius: 0;}
	.nav-main .sf-menu .sub-menu > ul > li > ul {width:auto; background:#4D4D4D; padding:0 10px; display:none !important;}
	.nav-main .sf-menu .sub-menu > ul > li.navActive > ul {display:block !important;}
	.nav-main .sf-menu .sub-menu > ul > li > ul > li {font-size:1em;}
	.nav-main .sf-menu .sub-menu > ul > li > ul > li > a {font-size:1em; color:#ffffff; line-height:23px; font-weight:bold; padding:6px 20px 6px 10px; border:0px; border-bottom:1px dotted #999999; -webkit-border-radius: 0;border-radius: 0;}
	.nav-main .sf-menu .sub-menu > ul > li > ul > li:last-child > a {border:0px;}
	
	.nav-main .sf-menu .navMore {padding:6px 0 0 0; text-align:center; font-weight:normal; font-size:2em; width:30px; height:100%; position:absolute; right:0px; top:0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	
	.nav-main .sf-menu .navActive > ul {display:block !important; visibility:visible !important;}
	
}
 

@media only screen and (min-width:48em){
	.b_content{font-size: 1em;}
	.b_square, .b_rect{/*margin-left:10px; margin-right:10px;*/}
	.b_square .b_content{bottom: 0px; left: 0px;text-align: left; margin: 0;}
	.b_rect .b_content{bottom: 0px; left: 0px;text-align: left;margin: 0;}
	.b_rect img, .b_square img{min-height: 0;}
	.upd-utility .header_right{display: block;}
	.b_register h3:before,
	.b_register h3:after{width: 360px;}
.signup_form, .signup_head{margin:0; }
.signup{}
.signup h3{font-size: 1em; text-transform: uppercase;color: #000; margin: 0;}
.signup span{font-size: 0.97em; font-weight: bold;}
.signup_form a{float: right; margin: 10px 0; padding: 5px;}
.signup_head{float: left;text-align: left;margin: 5px 0 0 0;}
.signup_form input{display:inline; padding: 5px 0; margin: 10px 0 0 0; width: 50%; border-radius: 5px; border:none;box-shadow: none;}
.utility-title, .language-current, .language-switcher, .member-nav a {display: block;}
}




/* #363648 Standardize on Full Tab Breakout for PDPs */
.slideTabsFireArms { margin-bottom:20px; }
.tabToggleFireArms {position:relative;}
.tabToggleFireArms .activeTab { float:left;  color:#125079; background:#ffffff; padding:7px 20px 8px; font-size:1.125em; text-transform:uppercase; max-width:210px;}
.tabToggleFireArms .tabMenu { float:right; background:#153045; position:relative; width:40px; height:40px; position:absolute; right:0px; bottom:0px;}
.tabToggleFireArms .tabMenu .menu-icon {position:absolute; height:3px; background:#ffffff; width:30px; left:5px; top:18px;}
.tabToggleFireArms .tabMenu .menu-icon:before {content:''; position:absolute; height:3px; background:#ffffff; width:30px; top:-8px;}
.tabToggleFireArms .tabMenu .menu-icon:after {content:''; position:absolute; height:3px; background:#ffffff; width:30px; top:8px;}
.slideTabsFireArms .tabs {padding:0; display:none; margin:0px; clear:both;}
.slideTabsFireArms .tabLinks { margin:0; padding:0; width:100%; list-style:none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.slideTabsFireArms .tabLinks { *zoom: 1; }
.slideTabsFireArms .tabLinks a { border-bottom:0; vertical-align:middle; line-height:1.1; text-align:left; font-size:1em; text-decoration:none; text-transform:uppercase; background:#15425F; border-top:1px solid #245776; color:#ffffff; padding:10px 20px; display:block; }
.slideTabsFireArms .tabLinks a.active { cursor:default; }
.slideTabsFireArms .panels {
	clear:both;
	-webkit-transition: min-height 0.3s ease-out;
	   -moz-transition: min-height 0.3s ease-out;
	     -o-transition: min-height 0.3s ease-out;
	        transition: min-height 0.3s ease-out; 
}
.slideTabsFireArms .panels .panel { display:none; padding:10px; border:0px;}
.slideTabsFireArms .panels .active { display:block; }
.slideTabsFireArms .activeTab, 
.tabToggleFireArms .tabMenu {display: none;}
.slideTabsFireArms .panels .panel .panelHeader a, 
.slideTabsFireArms .panels .panel .panelHeader a:hover {color:#fff; text-decoration: none;}
@media only screen and (max-width:842px) { 
    .slideTabsFireArms .tabLinks a {border-bottom: 0; vertical-align: middle; line-height: 1.1; text-align: left; font-size: 1em; text-decoration: none;text-transform: uppercase;background: transparent;border-top: 0px solid #245776;color: #15425f;padding: 10px 20px;display: block;}
} 
.slideTabsFireArms .tabToggle {display:none;} 
.slideTabsFireArms .tabs {display:block !important;} 
.slideTabsFireArms .tabLinks a {float:left; margin-right:2px; border:0px; font-size:1.125em; text-transform:none;} 
.slideTabsFireArms .tabLinks a.active {background: #006497; color: #fff;} 
.slideTabsFireArms .tabLinks a:last-child {background:#fe732e;} 
.slideTabsFireArms .panels .panel {display: block; margin-bottom: 20px;} 
.panelHeader {background: #1f6b9e; color: #fff; font-weight: bold; margin: -10px -10px 20px -10px; padding: 10px 10px 10px 20px;} 
.panelshopHeader {background: #1f6b9e; color: #fff; font-weight: bold; margin: -10px -10px 20px -10px; padding: 10px 10px 10px 20px; margin-left: -20px; margin-right:-20px;} 
.panelshopHeader a:hover {color:#fff; text-decoration: none;}
.panelshopHeader a {color:#fff; text-decoration: none;}
.slideTabsFireArms .panels .panel:first-child {border-top:10px solid #fff;}  
@media only screen and (max-width:842px) { 
    .slideTabsFireArms .tabLinks a {float:none; border-top: 0px solid #245776; display: block; background: transparent; color: #15425f;} 
    .slideTabsFireArms .tabLinks a.active {background: transparent; color: #15425f;} 
    .slideTabsFireArms .tabLinks a:last-child {background: transparent;}
}



/* Ticket: #404225 - Beretta.com searchbar text */
.upd-header .search_bar .search-field-topright {padding-right:40px;}







