/* ==========================================================================
   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; overflow-y: scroll;}

::-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.29em/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;
}

.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;
}

.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;
}

.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: -20px;
	margin-right: -20px;
}
.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 20px;
}

.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;
}


/* ==========================================================================
   Modules
   ========================================================================== */

.main .block,
.main-area .block {
	margin: 20px;
}

.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 !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.71em;
	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;
}

.mod .aside img {
	padding: 0 15px 0 0;
}

.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: 1.14em;
}

.mod-newsletter p {
	display: inline-block;
	color: #cacaca;
	font-size: 0.86em;
	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 .social-tools {
	float: right;
	min-width: 315px;
}

.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;
}

.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;
}

/* ==========================================================================
   Grid List
   ========================================================================== */

.grid-list {
	position: relative;
	display: block;
	margin: 0;
	padding: 1px 0;
	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;
	-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: 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;
}
.siteOverlay .overlayClose:hover, .siteOverlay .overlayClose:focus {
	background: #c6c6c8;
}

.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 {
	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 {
	min-width: 980px;
	background: url(/cms/images/layout/bg-pattern.png) repeat;
}

.page-friend {
	background: #fff;
}

.header {
	position: relative;
	z-index: 500;
	margin-bottom: 1em;
	/* Sets above the content */
}

#main-content {
	font-size: 0.875em;
}

.main-area {
	position: relative;
	margin-top: 20px;	
	background: #fff;
}

/*.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;
}

/* Utility Bar
   ========================================================================== */

.utility {
	position: relative;
	z-index: 1000;
	/* Sets above header */
	min-height: 28px;
	border-bottom: 1px solid #484848;
	background: #333333;
	color: #808080;
	font-size: 0.69em;
	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;
}

.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: block;
	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;
	-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:hover 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;
}

.member-nav {
	float: right;
}

.member-nav a {
	display: block;
	min-height: 15px;
	line-height: 15px;
}

.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: 18px 20px;
	width: 211px;
	height: 50px;
	background: url(/cms/images/layout/logo.png) no-repeat 50% 50%;
	text-indent: -9999px;
	overflow: hidden;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.logo-image {
		background-image: url(/cms/images/layout/logo@2x.png);
		background-size: 211px 49px;
	}
}


/* Footer
   ========================================================================== */

.footer {
	position: relative;
	margin-top: 45px;
	padding-top: 30px;
	background: #152f44 url(/cms/images/layout/footer-glow.png) no-repeat 50% 0;
}

.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;
}

.footer-social {
	position: absolute;
	top: -54px;
	right: 18px;
	display: block;
	margin: 0;
	padding: 13px 0 0;
	width: 220px;
	height: 24px;
	overflow: hidden;
	text-align: center;
	background: url(/cms/images/layout/footer-tab.png) no-repeat;
}
.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;
}
.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 a {
	display: block;
	padding: 5px 10px 5px 0;
	color: #cccccc;
	font-size: 0.69em;
	text-decoration: none;
	line-height: 1em;
}
.footer-links a:hover, .footer-links a:focus {
	text-decoration: underline;
}
.footer-links > li {
	float: left;
	width: 115px;
}
.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;
}

.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;
}


/* Main Nav
   ========================================================================== */

.nav-main {
	position: relative;
	z-index: 200;
	margin: -13px auto 0;
	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;
}

.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 > ul {
	position: relative;
	z-index: 100;
	width: 980px;
	display: block;
	margin: 0 auto;
	padding: 0;
	font-size: 0;
	text-align: center;
}

.nav-main li {
	position: static;
	display: inline-block;
	font-size: 14px;
	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 19px 7px;
	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;
}

.nav-main > ul > li.sfHover > a,
.nav-main > ul > li > a:hover,
.nav-main > ul > li > a:focus,
.nav-main .on > a {
	padding-bottom: 8px;
	color: #333333;
	border: 2px solid #162f43;
	border-bottom-width: 0;
	background-color: #e3e3e3;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UzZTNlMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cccccc), color-stop(100%, #e3e3e3));
	background-image: -webkit-linear-gradient(#cccccc 0%, #e3e3e3 100%);
	background-image: -moz-linear-gradient(#cccccc 0%, #e3e3e3 100%);
	background-image: -o-linear-gradient(#cccccc 0%, #e3e3e3 100%);
	background-image: linear-gradient(#cccccc 0%, #e3e3e3 100%);
	-webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.7);
	box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.7);
}

.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 {
	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;
}
.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: bold 1em Arial, sans-serif;
	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 a:hover, .sub-menu a:focus {
	text-decoration: underline;
}
.sub-menu ul a {
	font-size: 14px;
}
.sub-content {
	float: right;
}
.sub-content a {
	display: block;
	margin: 0;
	padding: 0;
}


/* Aside Nav
   ========================================================================== */

.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;
}

.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
   ========================================================================== */

.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-content {
	padding: 5px 155px 25px;
	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;
}

.slideshow .slide-content strong {
	color: #fff;
}

.slide-tools {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 200;
	width: 100%;
	text-align: center;
}

.slideshow-nav a {
	display: inline-block;
	color: #fff;
	cursor: pointer;
	margin-top: 2px;
	width: 0.5em;
	height: 0.5em;
	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 a.activeSlide {
	opacity: 0.6;
	filter: Alpha(Opacity=60);
}

.slideshow-nav a:hover,
.slideshow-nav a: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 a + a{
	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-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;
}

/* Search
   ========================================================================== */

.search {
	position: relative;
	margin: -1px 0 0 0.5em;
}

input.search-field {
	position: relative;
	padding: 0 20px 0 5px;
	width: 160px;
	height: 20px;
	background: #D9D9D9;
	color: #0c527e; border:solid 2px #1D5C85;
}

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 {
	position: absolute;
	top: 2px;
	right: 2px;
	overflow: hidden;
	width: 28px;
	height: 20px;
	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;
	top: 12em;
	right: 2em;
	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;
}


/* Callout box
   ========================================================================== */

.firearm-banner {
	position: relative;
	height: 280px;
	overflow: hidden;
}

.no-js .firearm-banner {
	height: 300px;
}

.firearm-nav {
	position: absolute;
	bottom: -50px;
	z-index: 150;
	/*left: 50px;*/
	width: 840px;
	min-height: 50px;
	overflow: hidden;
	text-align: center;
	-webkit-animation: slideUp 0.75s;
	-moz-animation: slideUp 0.75s;
	-ms-animation: slideUp 0.75s;
	-o-animation: slideUp 0.75s;
	animation: slideUp 0.75s;
}

.no-js .firearm-nav { display: none;}

.firearm-nav:before {
/*	content: '';
	position: absolute;
	left: -50px;
	top: 0px;*/
	float: left;
	display: block;
	height: 50px;
	border-width: 50px 50px 0 0;
	border-style: solid;
	border-color: transparent #0c527e;
	border-color: transparent rgba(12, 82, 126, 0.8);
}
.firearm-nav:after {
	content: '';
/*	position: absolute;
	right: -50px;
	top: 0px;*/
	display: block;
	float: left;
	height: 50px;
	border-width: 50px 0 0 50px;
	border-style: solid;
	border-color: transparent #0c527e;
	border-color: transparent rgba(12, 82, 126, 0.8);
}

.firearm-nav-wrpr {
	display: block;
	margin: 0;
	padding: 0;
}
/*.firearm-nav-wrpr:before, .firearm-nav-wrpr:after {
	content: '';
	display: table-cell;
	width: 25px;
	background: #0c527e;
	background: rgba(12, 82, 126, 0.8);
}*/
.firearm-nav-wrpr a {
	display: block;
	float: left;
	margin: 0;
	padding: 0 2em 50px;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	font-size: 1.29em;
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
	background: #0c527e;
	background: rgba(12, 82, 126, 0.8);
	outline: 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;
}
.firearm-nav-wrpr a[data-state="active"] {
	background: #1e4157;
	background: rgba(0, 0, 0, 0.65);
}
.firearm-nav-wrpr a:hover, .firearm-nav-wrpr a:focus {
	background: #1e4157;
	background: rgba(5, 37, 56, 0.8);
}

.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;
	height: 280px;
	line-height: 280px;
	text-align: center;
}

.firearm-video {
	position: relative;
	display: block;
	text-align: center;
}

.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 {
	overflow-y: auto;
	height: 160px;
	font-size: 12px;
	margin-right: -20px;
}

.firearm-video-list a{
	text-decoration: none;
	color: #fff;
}

.firearm-video-list a:hover,
.firearm-video-list a:focus {
	text-decoration: underline;
}

.firearm-video-list .clearfix {
	margin-bottom: 1em;
}

/* Main
   ========================================================================== */

.firearm-detail-info {
	position: absolute;
	top: -280px;
	right: 0;
	z-index: 1000;
	width: 320px;
	height: 280px;
	background: #0c527e;
	background: rgba(0, 0, 0, 0.65);
	-webkit-animation: slideDown 0.75s;
	-moz-animation: slideDown 0.75s;
	-ms-animation: slideDown 0.75s;
	-o-animation: slideDown 0.75s;
	animation: slideDown 0.75s;
	-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-detail-info:hover {
	top: -270px;
}
.firearm-detail-info[data-state="active"] {
	top: 0px;
}

.firearm-detail-tab {
	position: absolute;
	bottom: -50px;
	right: 50px;
	z-index: 500;
	width: 220px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background: #0c527e;
	background: rgba(0, 0, 0, 0.65);
	cursor: pointer;
}
.firearm-detail-tab:before {
	content: '';
	position: absolute;
	left: -50px;
	bottom: 0px;
	display: block;
	border-width: 0 50px 50px 0;
	border-style: solid;
	border-color: transparent #0c527e;
	border-color: transparent rgba(0, 0, 0, 0.65);
}
.firearm-detail-tab:after {
	content: '';
	position: absolute;
	right: -50px;
	bottom: 0px;
	display: block;
	border-width: 0 0 50px 50px;
	border-style: solid;
	border-color: transparent #0c527e;
	border-color: transparent rgba(0, 0, 0, 0.65);
}

.firearm-detail-text {
	max-height: 189px;
	overflow-y: auto;
	padding: 20px;
	color: #fff;
}
.firearm-detail-text h2 {
	margin: 0;
	color: #fff;
}
.firearm-detail-text p {
	font-size: 0.86em;
}

.firearm-detail-close {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #666666;
	font-size: 1.07em;
	text-align: center;
	color: #fff;
	cursor: pointer;
	-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-arrowdown, .icons-arrowup, .icons-arrowleft {
	display: inline-block;
	margin-left: 5px;
	width: 12px;
	height: 12px;
}

.icons-arrowleft {
	margin-left: 0;
	margin-right: 5px;
}


/* Enhanced
   ========================================================================== */

.detail-points {
	position: absolute;
	display: block;
	width: 34px;
	height: 34px;
	background: url(/cms/images/layout/bulletpoint.png) no-repeat 0 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
.detail-points:hover, .detail-points:focus {
	background-position: 0 100%;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.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;
}

.firearm-points-image {
	position: absolute;
	top: -300px;
	left: 0;
	overflow: hidden;
	display: block;
	width: 940px;
	height: 280px;
	z-index: 200;
	-webkit-transition: top 0.4s ease-out;
	-moz-transition: top 0.4s ease-out;
	-o-transition: top 0.4s ease-out;
	transition: top 0.4s ease-out;
}
.firearm-points-image[data-state="active"] {
	top: 0;
}

.firearm-points-close {
	position: absolute;
	top: 20px;
	left: 20px;
	display: block;
	padding: 8px 12px;
	font-size: 0.93em;
	text-decoration: none;
	color: #fff;
	background: #707070;
	background: rgba(0, 0, 0, 0.45);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: background 0.2s ease-out;
	-moz-transition: background 0.2s ease-out;
	-o-transition: background 0.2s ease-out;
	transition: background 0.2s ease-out;
}
.firearm-points-close:hover, .firearm-points-close:focus {
	background: #474747;
	background: rgba(0, 0, 0, 0.65);
}


/* Photos box
   ========================================================================== */

.firearm-gallery {
	position: relative;
}
.firearm-gallery .next, .firearm-gallery .prev {
	position: absolute;
	top: 50%;
	z-index: 50;
	margin-top: -35px;
	display: block;
	width: 69px;
	height: 69px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	text-indent: -999em;
	overflow: hidden;
	outline: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
	opacity: 0.25;
	-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;
}
.firearm-gallery .next:hover, .firearm-gallery .next:focus, .firearm-gallery .prev:hover, .firearm-gallery .prev:focus {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
}
.firearm-gallery .next {
	right: 230px;
	background-image: url(/cms/images/layout/nav-next.png);
}
.firearm-gallery .next:hover, .firearm-gallery .next:focus {
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px);
}
.firearm-gallery .prev {
	left: 230px;
	background-image: url(/cms/images/layout/nav-prev.png);
}
.firearm-gallery .prev:hover, .firearm-gallery .prev:focus {
	-webkit-transform: translateX(-10px);
	-moz-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	-o-transform: translateX(-10px);
	transform: translateX(-10px);
}

.firearm-gallery-scroll {
	position: relative;
	overflow: hidden;
	width: 940px;
	height: 280px;
}
.firearm-gallery-scroll ul {
	display: block;
	margin: 0;
	padding: 0;
	width: 600em;
	overflow: hidden;
}
.firearm-gallery-scroll li {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}
.firearm-gallery-scroll li:first-child {
	margin-left: 275px;
}
.firearm-gallery-scroll li + li {
	margin-left: 3px;
	/*border-left: 3px solid white;*/
}

.firearm-gallery-scroll a{
	display: block;
	background: #fff;
	min-width: 385px;
	text-align: center;
	line-height: 280px;
}

.tech-specs {
	color: #000000;
	text-align: left;
	overflow: auto;
}

.tech-specs select{
	width: 49%;
	padding: 5px;
	border: 2px solid #e5e5e5;
}

.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 25px;
	font-size: 0.86em;
}

/* ========================================================================== 
   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 {
	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.57em;
	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 0 0.5em;*/
	font-size: 0.86em;
}

.callout-box img {
	height: auto !important;
	max-width: 100%;
}

/* Scroller
   ========================================================================== */

.scroller {
	position: relative;
	height: 142px;
	padding-top: 18px;
	margin-bottom: 20px;
	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: 7px;
	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;
	width: 1000em;
	overflow: hidden;
}

.no-js .scroller-scroll {
	left: -270px;
}

.scroller .panel:first-child {
	margin-left: 220px;
}

.scroller .panel {
	position: relative;
	display: block;
	float: left;
	
	margin: 0 10px;
	padding: 0;
	height: 120px;
	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 .panel.active {
	height: 140px;
}

.scroller .panel:hover,
.scroller .panel:focus {
	border-color: #0c527e;
}

.scroller img {
	position: relative;
	z-index: 1;
}

.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 .panel.active .panel-desc {
	bottom: 0;
}

.scroller .panel.active:hover .desc-inner,
.scroller .panel.active:focus .desc-inner {
	padding-bottom: 8px;
}

/* ==========================================================================
   News
   ========================================================================== */

.newsListing .item{
	margin: 3em 0 0;
}

.newsListing .item:first-child {
	margin-top: 0;
}

.newsFilterMonthWrpr, .newsFilterYearWrpr {
	display: inline-block;
}

.newsFilterCatWrpr {
	padding-top: 10px;
}

/* Alert
   ========================================================================== */
.alert{
	margin: 1em 0;
	text-align: left;
}

.alertSign {
	float: left;
	margin-right: 15px;
}


/* Events
   ========================================================================== */


/* Gallery
   ========================================================================== */

/* 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 {
	position: absolute;
	top: 0;
	right: 0;
}

.faq-ask {
	display: none;
  position: absolute;
  top: 35px;
  right: 0;
  font-size: 12px;
  width: 250px;
  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;
}

.dealer-locator {
	margin-bottom: 1em;
}

.location-overlay {
	display: none;
}


/* ==========================================================================
   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;
	width: 940px;
	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;
}

/* Accessories tab on firearm detail page
   ========================================================================== */
ul.accessories
{
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 600em;
}
ul.accessories li
{
	background: url('/cms/images/whitebackground_size.jpg');
	display: inline-block;
	float: left;	
	list-style-type: none;
	margin-right: 4px;
	width: 220px;
	height: 280px;
}
ul.accessories a
{
	display: block;
	text-align: center;
}
ul.accessories a .text
{
	text-align: center;
}
ul.accessories img
{
	padding-top: 4px;
	vertical-align: top;
}
ul.accessories .text
{
	display: inline-block;
	width: 190px;
	line-height: 1.25em;
}
ul.accessories .price
{
	display: block;
	font-weight: bolder;
	padding-top: 4px;
	text-align: center;
}
.accessories-gallery .prev
{
	background-image: url(/cms/images/layout/nav-prev.png);
	left: 230px;
}
.accessories-gallery .next
{
	background-image: url(/cms/images/layout/nav-next.png);
	right: 230px;
}
.accessories-gallery .next, .accessories-gallery .prev
{
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
	height: 69px;
	margin-top: -35px;
	moz-transition: all 0.2s ease-out;
	opacity: 0.25;
	o-transition: all 0.2s ease-out;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: -999em;
	top: 50%;
	transition: all 0.2s ease-out;
	webkit-transition: all 0.2s ease-out;
	width: 69px;
	z-index: 50;
}
.accessories-gallery-scroll
{
	height: 280px;
	overflow: hidden;
	position: relative;
	width: 940px;
}

.mod-has-margin.noentriesfound
{
	padding: 2px;
}

ul.accessories li.viewall img{
        width:220px;
        height:280px;
        padding:0;
}

.dealerdistance {
font-weight: bolder;
color: #333333;
}
