/* ==========================================================================
   HTML Tags
   ========================================================================== */
html, button, input, select, textarea {color: #4a4a4a; }
body {font-family: 'Open Sans', 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 {
    max-width:100%;
    height: auto !important;
	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-size:2.43em;
	font-weight:normal;
    font-family: "Open Sans", "Calibri", Arial, sans-serif;
	color: #000f18;
	margin: 0.67em 0 0.3em;
	-webkit-font-smoothing: antialiased;
}

h2 {
    font: bold 1.875em/1.2em 'Open Sans', Arial, sans-serif;
	color: #15435f;
	margin: 0.83em 0;
}

h3 {
	font: bold 1.29em/1.2em 'Open Sans', 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: #15435f;
	text-decoration: underline;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

a[href^="tel"],
a[href^="tel"]:hover,
a[href^="tel"]:focus { 
	text-decoration: none !important;
}

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;	        
}

.wrapper {position:relative; overflow:hidden;}
.wrapper-inner {
    position: relative;
    margin: 0 auto;
    left: 0;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
@media (max-width:64.99em) {
    .menu-active .wrapper-inner {left:80%;}
}
/* ===============  Columns ================== */
.columns,
.columns .column {
    display:block;
    width:100%;
}

.columns .column {
    padding: 0 10px;
}

@media (min-width:48.000em) {
    .columns {display:table;}
    .columns .column {display:table-cell; vertical-align:middle; width:auto;}
}
/* ===============  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: 2px solid #235675;
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.3em;
	cursor: pointer;
	text-align: center;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #245877 0%, #15435f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#245877), color-stop(100%,#15435F));
    background: -webkit-linear-gradient(top, #245877 0%,#15435F 100%);
    background: -o-linear-gradient(top, #245877 0%,#15435f 100%);
    background: -ms-linear-gradient(top, #245877 0%,#15435f 100%);
    background: linear-gradient(to bottom, #245877 0%,#15435F 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#245877', endColorstr='#15435f',GradientType=0 );
	-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;
  line-height: 1.3em;
  text-align: center;
  cursor: pointer;
  background: #FFF;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#fff 0%,#cdcdcd 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#FFF),color-stop(100%,#CDCDCD));
  background: -webkit-linear-gradient(top,#FFF 0%,#CDCDCD 100%);
  background: -o-linear-gradient(top,#fff 0%,#cdcdcd 100%);
  background: -ms-linear-gradient(top,#fff 0%,#cdcdcd 100%);
  background: linear-gradient(to bottom,#FFF 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 {
	text-decoration: none;
    filter:none;
	background: #cdcdcd;
}

a.btn-alt:active, a.btn-alt:active {
    background: rgb(243,85,41);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzNTUyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjczMmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(243,85,41,1) 0%, rgba(255,115,46,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,85,41,1)), color-stop(100%,rgba(255,115,46,1)));
background: -webkit-linear-gradient(top,  rgba(243,85,41,1) 0%,rgba(255,115,46,1) 100%);
background: -o-linear-gradient(top,  rgba(243,85,41,1) 0%,rgba(255,115,46,1) 100%);
background: -ms-linear-gradient(top,  rgba(243,85,41,1) 0%,rgba(255,115,46,1) 100%);
background: linear-gradient(to bottom,  rgba(243,85,41,1) 0%,rgba(255,115,46,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f35529', endColorstr='#ff732e',GradientType=0 );

}

.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: none;
	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: underline;}

.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;	
}

.mod .btn {margin-bottom:5px;}


/* ==========================================================================
   Tabs
   ========================================================================== */

.tabs {
	margin: 20px 0;
}

.tabs-nav {
	position: relative;
	top: 1px;
	overflow: hidden;
	z-index: 20;
}

.tabs-nav ul {
	display: none;
	margin: 0;
	padding: 0;
    border-bottom:1px solid #e6e6e6;
    background-color:#fff;
    text-align:center;
}

.tabs-nav li {
	position: relative;
	display: inline-block;
    vertical-align:middle;
    padding:0 20px;
	overflow: hidden;
}

.tabs-nav a {
	display: block;
	padding:15px 0 10px;
    border-bottom:5px solid transparent;
	font-size: .9em;
    font-weight:bold;
	color: #15435f;
	text-decoration: none;
	background: #fff;
}

.tabs-nav a:hover,
.tabs-nav a:focus,
.tabs-nav .selected a {
	color: #666;
	border-bottom-color:#ff732e;
}

.tabs-nav .selected a {
    border-bottom-color:#ff732e;
	color: #666666;
}

.tabs-nav .selected a:hover {
	color:#666;
    border-bottom-color:#ff732e;
}

.tabs-content {
	margin-top: -1px;
}

.tabs .panel > h2:first-child {
	margin-top: 0;
}

.panel {
	position: relative;
    padding:0 10px;
	z-index: 15;
	background-color: #fff;
	border-left: 1px solid #e5e5e5;
    overflow:hidden;
}

.panel:after {
  content: "";
  display: table;
  clear: both;
}

.panel {
	display: block;
}

.panel.selected {
	display: block;
}
.panel table {width:100%;}
.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;
}
.panel .title {
    position:relative;
    padding:10px;
    margin:10px -10px 0;
    border-top:1px solid #e6e6e6;
    font-size:1.1em;
    text-transform:capitalize;
}
.panel .title .trigger {
    position:absolute;
    display:block;
    top:5px;
    right:10px;
    height:20px;
    width:20px;
    cursor:pointer;
}
.panel .title .trigger:before,
.tabs .panel .title .trigger:after {
    content:"";
    position:absolute;
    background-color:#15435f;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.panel .title .trigger:before {
    top:80%;
    width:100%;
    height:4px;
    right:2px;
}
.panel .title .trigger:after {
    top:40%;
    right:10px;
    width:4px;
    height:100%;
}
.tabs .panel .title .trigger.clicked:after {
    -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.panel .content {display:none; margin-top:10px;}
@media (min-width:48.000em) {
    .tabs-nav ul {display:block;}
    .panel {padding:20px;}
    .panel .inner {padding:0;}
    .panel .title {display:none;}
    .tabs .panel .content {display:block !important;}
    .panel {display:none;}
}


/* Tabs - Alt Style
   ========================================================================== */

.tabs-alt-nav {
	position: relative;
}

.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: 15px;
}

.main .grid-3 .block {
	margin: 15px 0px;
}

.margin-offset {
	margin: -15px;
}

.no-padding {
	padding: 0 !important;
}

.no-margin {
	margin: 0 !important;
}

.mod-bg {
	background: #fff;
}

.mod {
	position: relative;
	margin: 15px 0;
}

.mod-has-margin {
	margin: 15px !important;
}

.mod-centered {
	text-align: center;
}

.mod-alt {
	position: relative;
	overflow: hidden;
	display: block;
	padding:22px 5px; 
	color: #808080;
	background: #fff;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.mod-alt .title {margin:0;}
.mod-alt img {margin:0 auto;}
.lt-ie9 .mod-alt {
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff',GradientType=0 );
}
.mod-alt + .mod-alt {
	margin-top: 25px;
}
.mod-alt > .mod-title {
	text-align: center;
}
.mod-alt2 {
	position: relative;
	padding: 5px;
	margin: 20px 0;
	color: #fff;
	background: #245877;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #245877 0%, #15435f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#245877), color-stop(100%,#15435F));
    background: -webkit-linear-gradient(top, #245877 0%,#15435F 100%);
    background: -o-linear-gradient(top, #245877 0%,#15435f 100%);
    background: -ms-linear-gradient(top, #245877 0%,#15435f 100%);
    background: linear-gradient(to bottom, #245877 0%,#15435F 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#245877', endColorstr='#15435f',GradientType=0 );
	-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;
	color: #808080;
	background: #fff;
}
#hawkfacets { border:0; }

.mod-alt3 > .mod-title,
.hawkRailHeader {
    position:relative;
	min-height: 8px;
	text-align: left;
    cursor:pointer;
	 background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI0NTg3NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNTQzNWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #245877 0%, #15435f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#245877), color-stop(100%,#15435f));
    background: -webkit-linear-gradient(top,  #245877 0%,#15435f 100%);
    background: -o-linear-gradient(top,  #245877 0%,#15435f 100%);
    background: -ms-linear-gradient(top,  #245877 0%,#15435f 100%);
    background: linear-gradient(to bottom,  #245877 0%,#15435f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#245877', endColorstr='#15435f',GradientType=0 );
}
.storeLnav .title:before,
.hawkRailHeader:before,
.nav-aside .title:before {
    content:"";
    position:absolute;
    top:15px;
    right:18px;
    width:4px;
    height:16px;
    background-color:#fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.storeLnav .title:after,
.hawkRailHeader:after,
.nav-aside .title:after {
    content:"";
    position:absolute;
    top:21px;
    right:12px;
    width:16px;
    height:4px;
    background-color:#fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.storeLnav .title.clicked:before,
.hawkRailHeader.clicked:before,
.nav-aside .title.clicked:before {
      -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.storeLnav ul.rail-navigation,
.hawkRailNav,
.nav-aside ul {display:none;}
@media (min-width:48.000em) {
    .hawkRailNav,
    .storeLnav ul.rail-navigation,
    .nav-aside ul {display:block !important;}
    .hawkRailHeader {cursor:default;}
    .hawkRailHeader:before,.hawkRailHeader:after, 
    .storeLnav .title:after, .storeLnav .title:before,
    .nav-aside .title:after, .nav-aside .title:before  {display:none !important;}
    
    .storeLnav ul.rail-navigation ul {display:none !important;}
    .storeLnav ul.rail-navigation .active ul,
    .storeLnav ul.rail-navigation .on ul {display:block !important;}
    .storeLnav ul.rail-navigation .on.active ul {display:none !important;}
}
.mod-alt3 > .mod-title .title, .hawkRailHeader {
	margin: 0;
	color: #fff;
	padding: 0.3em 0.8em;
	font-size: 1.5em;
	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;
}

.mod-alt4 {
    position: relative;
	padding: 0;
	background: #fff;
}

.mod-alt4 .mod-head {
    padding:20px 0 5px;
}

.mod-alt4 .title {margin:0;}
.mod-alt4 .mod-content {padding:0 20px;}
.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 { 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 {font-size:.95em;}

.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;
}

@media (min-width:48.000em) {
    .mod-alt3 > .mod-title .title, .hawkRailHeader {font-size:1.6em;}
    .mod-content 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 {
    margin: 20px 0 20px 0;
	padding: 10px 20px;
    text-align:center;
}

.mod-newsletter .column {padding:0; margin-bottom:10px;}

.mod-newsletter .title {
	display: inline-block;
	margin: 0 1em 0 0;
    font: 400 1.29em/1.2em 'Open Sans', Arial, sans-serif;
    white-space:nowrap;
}

.mod-newsletter p {
	margin: 0;
    font-size:.75em;
    color: #ccc;
}

.mod-newsletter .btn-alt2 {
    padding:8px 20px;
    font-size:.9em;
	white-space:nowrap;
    -webkit-transition:none;
    transition:none;
}

@media (min-width:48.000em) {
    .mod-newsletter {text-align:left;}
    .mod-newsletter p {padding-right:1em; font-size:1em;}
}
@media (min-width:64.000em) {
    .mod-newsletter {padding:2.5em 1.8em;}
}
@media (min-width:79.000em) {
    .mod-newsletter .title {font-size:2.5em;}
    .mod-newsletter .btn-alt2 {padding:15px 30px;font-size:1.1em;}
}

/* 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;
}


@media(max-width:68.750em) {
    .paging-list {clear:left;}
    .paging-list ul {float:none; margin-top:1em; text-align:center;}
    .paging-list ul li {margin-bottom:5px; text-align:left;}
    .paging-list ul li:last-child {}
    .paging-list ul li select {width:100%;}
    
    .footer-store {
        margin-top: 0px !important;
    }
    .footer-store ul li:first-child {
        display: none;
    }    
    
}
/* ==========================================================================
   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;
    color:#666666;
}

.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;
    max-width:92%;
	min-height: 1px;
	background-color: #fff;
	z-index: 2000;
	-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;
}
.siteOverlay iframe {width:98%;}

.shipToModal .title {
	margin-bottom: 10px;
	font-size: 1.25em;
	color: #333;
}
.shipToModal {padding:0 10px;}
.shipToModal .columns .column:first-child {padding-left: 0;}
.shipToModal .columns .column:last-child {padding-right: 0;}

.shipToModal .form .formRow {margin-bottom: 20px;}
.shipToModal .form label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
	color: #4a4a4a;
}
.shipToModal .form select {width: 100%;}

.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 {
	background: url('/cms/images/layout/icons-sprite.png') no-repeat;
}
.icons-bag {
    background: url('/cms/responsive/images/icon-bag.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;
}

/* ==========================================================================
   Layout
   ========================================================================== */

body {
	background: url(/cms/images/layout/bg-pattern.png) repeat;
}

.page-friend {
	background: #fff;
}

.header {
	z-index: 500;
	background: #245877;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI0NTg3NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNTQzNWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #245877 0%, #15435f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#245877), color-stop(100%,#15435f));
    background: -webkit-linear-gradient(top,  #245877 0%,#15435f 100%);
    background: -o-linear-gradient(top,  #245877 0%,#15435f 100%);
    background: -ms-linear-gradient(top,  #245877 0%,#15435f 100%);
    background: linear-gradient(to bottom,  #245877 0%,#15435f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#245877', endColorstr='#15435f',GradientType=0 );

}
.header .columns {display:table;  padding:30px 0;}
.header .columns .column {display:table-cell; vertical-align:middle; padding:0;}

@media (min-width:48.000em) {
    .header .columns {table-layout:fixed; padding:30px 0 15px;}
}
@media (min-width:65.000em) {.header-inner {position:relative;}}
@media (max-width:47.938em) {
    .header .columns .column:first-child { width:30px; }
}
.main-area {
	position: relative;
	margin-top: 20px;	
    padding-top: 12px;    
    padding-bottom: 12px;
	background: #fff;
}

.grid-7.main-area {
	margin-left: 0;
/*	padding-left: 20px;
	padding-right: 20px;*/
	width: 560px;
}

.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;
}
.aside {padding-top:50px;}
.aside .banner-tracking,
.aside  p {display:none;}
@media (min-width:48.000em) {
    .aside {padding-top:0;}
    .aside .banner-tracking,
    .aside  p {display:block;}
}

/* Utility Bar
   ========================================================================== */

.utility {
	/* Sets above header */
	min-height: 28px;
	border-bottom: 1px solid #484848;
	background: #333333;
	color: #808080;
	text-transform: uppercase;
}

.utility:after { /*Clearfix */
  content: "";
  display: table;
  clear: both;
}
.utility > .container-12 {position:static;}
.utility ul {
	display: inline-block;
    vertical-align:middle;
	margin: 0;
	padding: 6px 0;
}
.utility li {
    position:relative;
	display: block;
	float: left;
	padding: 0 3px;
    z-index:1000;
}
.utility li:last-child {position:static;}
.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;
    font-size:0.75em;
}

.language ul {
	position: absolute;
    max-height:0;
    opacity:0;
    visibility:hidden;
	padding: 0;
	top: 100%;
	background: #333333;
	border: 1px solid #484848;
	width: 15em;
    z-index:1000;
	-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);

    -webkit-transition:all 0.3s ease-in-out;
            transition:all 0.3s ease-in-out;
}
.language li a.utility-select.active + ul {
	max-height:80em;
    opacity:1;
    visibility:visible;
} 

.utility li li {
  float: none;
  padding: 0;
}

.language ul a {
  display: block;
  padding: 2px 4px;
  color: #808080;
  text-decoration: none;
}
.language .utility-title {display:none;}
.language ul a:hover,
.language ul a:focus {
	background: #222222;
}
.header-links {float:right; text-align:right; font-size:0.75em;}

.member-nav a {
	display: block;
	min-height: 15px;
	line-height: 15px;
    text-decoration:none;
    font-size:1.3em;
}
.member-nav li {display:none;}
.member-nav .mobile,
.member-nav .title {display:inline-block;}

.member-nav .mobile {
    padding: 0 6px;
    border-right: 1px dotted #808080;
    font-size: 1.3em;
}
.member-nav .mobile:last-child {border-right:0;}
.member-nav .mobile .content {display:none;}

.logo-image {
    display:block;
    margin:0 auto;
	width: 140px;
    max-width:100%;
    text-align:center;
    outline:0;
	overflow: hidden;
}

@media (min-width:48.000em) {
    .language .utility-title {display:block;}
    .logo-image {
        width:100%; 
        background-size:auto auto;
    }
    
}
@media (min-width:65.000em) {
    
    .member-nav li {display:inline-block;}
    .member-nav a {text-decoration:underline; font-size:1em;}
    .member-nav a [class*='icon'] {display:none;}
    .member-nav .mobile {font-size:1em; padding:0 3px; border:0;}
    .member-nav .mobile .content {display:inline;}
    .member-nav .phone-number {padding-left:10px;}
    .member-nav .phone-number .icon-phone {display:inline-block; margin-right:5px;}
    .member-nav a .content {display:inline;}

}


/* Footer
   ========================================================================== */

.footer {
	position: relative;
    padding-top:30px;
	background: #333;
}

.footer .container-12 {
	position: relative;
}

.footer-store {
    margin-top:10px;
	background: #245877;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI0NTg3NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNTQzNWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #245877 0%, #15435f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#245877), color-stop(100%,#15435f));
    background: -webkit-linear-gradient(top,  #245877 0%,#15435f 100%);
    background: -o-linear-gradient(top,  #245877 0%,#15435f 100%);
    background: -ms-linear-gradient(top,  #245877 0%,#15435f 100%);
    background: linear-gradient(to bottom,  #245877 0%,#15435f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#245877', endColorstr='#15435f',GradientType=0 );
}
.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 {
    position:relative;
    padding:12px 0;
	margin:0;
    font-weight:700;
    font-size:.8em;
    text-align:center;
    text-transform: uppercase;
    cursor:pointer;
	color: #fff;
}
.footer-store .title:after {
    content:"";
    display:inline-block;
    vertical-align:middle;
    margin-left: 5px;
    border-style: solid;
    border-width: 5px;
    border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footer-store .title.clicked:after {
    margin-bottom:6px;
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.footer-store ul {
	display: none;
	margin: 0;
    padding:0;
}
.footer-store ul.active {display:block;}
.footer-store li {
	margin: 0;
	padding: 0;
}
.footer-store a {
	display: inline-block;
	padding:10px;
    border-bottom:4px solid transparent;
	line-height: 1em;
    text-decoration: none;
    text-transform:uppercase;
    font-size:.8em;
    color:#fff;
}
.footer-store a:hover,
.footer-store a:focus {border-bottom-color:#ff732e;}

.footer-store li.on a {border-bottom-color:#ff732e;}

.footer-social {
	display: block;
	margin: 0;
    padding:0;
	text-align: center;
}
.footer-social li {
	display: inline-block;
    vertical-align:middle;
}
.footer-social a {
	display: block;
    padding:0 3px;
    font-size:2.2em;
    text-decoration:none;
    color:#808080;
}
.footer-social li:first-child a {padding-left:0;}
.footer-social li.google-plus a:hover,
.footer-social li.google-plus a:focus {color:#dd4b39;}

.footer-social li.facebook a:hover,
.footer-social li.facebook a:focus {color:#3b5998;}

.footer-social li.twitter a:hover,
.footer-social li.twitter a:focus {color:#00acee;}

.footer-social li.youtube a:hover,
.footer-social li.youtube a:focus {color:#cd201f;}

.footer-social li.beretta a:hover,
.footer-social li.beretta a:focus {color:#245877;}

.footer-social li.pinterest a:hover,
.footer-social li.pinterest a:focus {color:#bd081c;}

.footer-social li.instagram a:hover,
.footer-social li.instagram a:focus {color:#3b5998;}

.footer-links {
    display:none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.footer-links .column {
    width: auto;
    vertical-align:top;
}
.footer-links li {
	display: block;
}
.footer-links a {
	display: block;
	padding: 5px 10px 15px 0;
	color: #fff;
	text-decoration: none;
	line-height: 1.2em;
}
.footer-links a:hover, .footer-links a:focus {
	text-decoration: underline;
}
.footer-links > li {}
.footer-links > li > a {
	font-weight: bold;
	text-transform: uppercase;
    color: #ffffff;
}
.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: 1em 0;
	font-size: 0.65em;
	text-align: center;
	color: #999999;
}
.footer-legal a {
	color: #999999;
	text-decoration: none;
}
.footer-legal a:hover, .footer-legal a:focus {
	text-decoration: underline;
}

@media(min-width:64.000em) {
    .footer-store {
        margin-top: 0px !important;
    }
    .footer-store .title.mobile {
        display: none;
    }    
    .footer-store .title {
        display:inline-block;
        vertical-align:middle;
        margin-right:20px;
        cursor:text;
    }
    .footer-store .title:after {display:none;}

    .footer-store ul {
        display: table !important;   
        table-layout: fixed;
    }
    .footer-store li:first-child {
        background-image: none;
        white-space: nowrap;
    }
    .footer-store li:first-child a {
        padding: 5px 10px 5px 0px;
    }    
    .footer-store ul li {
        display: table-cell !important;
        vertical-align: middle;
        text-align: center;
        background:transparent url(/cms/responsive/images/dots.png) no-repeat 0 50%;
    }
    .footer-store a {
        padding: 18px 10px 18px 10px;
        line-height: 22px;    
    } 

    .footer-links {display:table;}

    .footer-legal {font-size:.75em;}
}


/* ==========================================================================
   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
   ========================================================================== */


.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 {
    position:absolute;
    top:0;
    left:-80%;
    width:80%;
    height:100%;
    background-color:#15425f;
    box-shadow: inset -7px 0 5px -5px rgba(0, 0, 0, 0.3);
    overflow:hidden;
}
.nav-main > ul {
	z-index: 100;
	max-width: 1180px;
	display: table;
	margin: 0 auto;
	padding: 0;
}  

.nav-main li {
	position: relative;
	display: block;
    vertical-align:middle;
	font-size: 1em;
	padding-left: 1px;
	float: none;
}

.nav-main > ul > li > a:after {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: -3px;
	width: 1px;
	height: 5px;
}

.lt-ie9 .nav-main > ul > li a:after {
	zoom: 1;
}

.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: 12px 40px 12px 10px;
	margin: 0;
	border-bottom: 1px solid #245776;
	text-transform: uppercase;
	text-decoration: none;
    outline:0 !important;
    color: #fff;
}
.nav-main li.main-li.lastnavitemli > a {background:none;}

.nav-main a.has-sub.active {background-color:#333333; border-bottom-color:#666666;}
.nav-main .expand-trigger {
    display:block;
    position:absolute;
    top:0;
    right:0;
    width:40px;
    height:100%;
    z-index:1000;
    cursor:pointer;
}
.nav-main a + .expand-trigger .icon {
    position:absolute; 
    top:15px; 
    right:10px;
    display:block;
    width:16px;
    height:16px;
}
.nav-main a + .expand-trigger .icon:before,
.nav-main a + .expand-trigger .icon:after {
    content:"";
    position:absolute;
    display:block;
    background-color:#fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.nav-main a + .expand-trigger .icon:before {
    top:0;
    left:6px;
    width:4px;
    height:100%;
}
.nav-main a + .expand-trigger .icon:after {
    top:6px;
    left:0;
    width:100%;
    height:4px;
}
.nav-main a + .expand-trigger.active .icon:before {
     -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sub-menu {
    display:none;
	width: 100%;
	background: rgba(21, 67, 95, 0.9);
	text-align: left;
	font-size: 1.14em;
	z-index: 10000;
}
.sub-menu .constrain {
    max-width:1200px;
    margin:0 auto;
}
.sub-menu > div > ul {
	position: static;
	width: auto;
}
.sub-menu ul {
	margin: 0;
	padding: 0;
}
.sub-menu li {
	display: block;
	padding: 0;
	width: auto;
}
.sub-menu .constrain > ul > li {
	margin: 0;
	width: auto;
}
.sub-menu a {
	margin: 0;
	padding: 10px 20px;
    border-bottom:0;
    background:#4d4d4d url(/cms/images/layout/dots-horizontal.png) -2px 0 repeat-x;
    font-size:.75em;
	line-height: 1em;
	color: #fff;
	text-transform: none;
}

.sub-menu > .constrain > ul > li > a {
    padding: 8px 40px 8px 15px;
    border-bottom:1px solid #666666;
    background:#333;
	font: bold .75em 'Open Sans', sans-serif;
	text-transform: uppercase;
	letter-spacing:.05em;
}
.sub-menu > .constrain > ul > li > a.active { background-color:#4d4d4d; border-bottom-color:transparent;}
.sub-menu > .constrain > ul > li > a + .expand-trigger .icon {top:5px; height:auto; width:auto; color:#ff732e;}
.sub-menu > .constrain > ul > li > a + .expand-trigger .icon:before {
    content: "\f107";
    position: static;
    width: auto;
    height: auto;
    background-color: transparent;
    font-family: 'icomoon';
    speak: none;
    font-size: 1.3em;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sub-menu > .constrain > ul > li > a + .expand-trigger.active .icon:before {
     -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.sub-menu > .constrain > ul > li > a + .expand-trigger .icon:after {display:none;}

.sub-menu ul ul {display:none;}
.sub-content {display:none; float: right;}
.sub-content a {
	display: block;
	margin: 0;
	padding: 0;
    background-image:none !important;
}

.menu-toggle {
    display:inline-block;
    position:relative;
    height:35px;
    border:0;
    padding:0;
}

.menu-toggle .icon {
    position:relative;
    left: 0;
    top: 30%;
    display:block;
    width:35px;
    height:4px;
    background-color:#fff;
}
.menu-toggle .icon:before,
.menu-toggle .icon:after {
    content:"";
    position:absolute;
    left:0;
    height:4px;
    width:100%;
    background-color:#fff;
    -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu-toggle .icon:before {top:9px;}
.menu-toggle .icon:after {top:18px;}
.menu-toggle.active .icon {background-color:transparent;}
.menu-toggle.active .icon:before {
    top:0;
    left:0;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu-toggle.active .icon:after {
    top:0;
    right:0;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media (min-width:65.000em) {
    .nav-main {position:static; background-color:transparent; width:100%; box-shadow:none;}

    .nav-main > ul {text-align:center;}
    .nav-main li.main-li {display:inline-block; position:static;}
    .nav-main li.main-li > a { margin-left:-5px; background:transparent url(/cms/responsive/images/dots.png) 100% 50% no-repeat; }
    .nav-main a { padding:20px 25px; border-bottom:5px solid transparent; }
    .nav-main > ul > li > a:hover,
    .nav-main > ul > li > a:focus,
    .nav-main .on > a,
    .nav-main .clicked > a,
    .nav-main a.has-sub.active { border-bottom-color:#ff732e; background:none;}
    .nav-main .expand-trigger {display:none;}
    .sub-menu > .constrain > ul > li > a.active {background:none; border:0px;}

    .sub-menu {position:absolute; top:100%; left:0; padding: 25px 15px; -webkit-box-sizing: border-box;  -moz-box-sizing: border-box; box-sizing: border-box;}
    .sub-menu .constrain {display:table; width:100%;}
    .sub-menu > .constrain > ul {display:table-cell; vertical-align:top; width:90%;}

    .sub-menu .constrain > ul > li {display:inline-block; vertical-align:top; padding:0 10px; margin-bottom:20px; min-width:30%;}
    .sub-menu .constrain > ul > li:first-child,
    .sub-menu .constrain > ul > li:nth-child(4n) {padding-left:0;}
    .sub-menu .constrain > ul > li + li { padding-left: 10px; margin-right: 0;}

    .sub-menu a {
        padding:10px;
        border-bottom:0;
        background:transparent url(/cms/images/layout/dots-horizontal.png) -2px 100% repeat-x;
    }
    .sub-menu a:hover, .sub-menu a:focus { text-decoration: underline;}
    .sub-menu .constrain > ul > li > a {
        padding:10px 0;
        border-bottom:0;
        background:transparent url(/cms/images/layout/dots-horizontal.png) -2px 100% repeat-x;
        font-size:.8em;
    }
    .sub-menu ul ul {display:block !important;}
    .menu-toggle {display:none;}
    .sub-content {display:table-cell;}
    .sub-content .banner-random {min-width:220px;}
}

@media (max-width:64.94em) {
    .nav-main > ul {
        width: 100% !important;
    }
}

/* Aside Nav
   ========================================================================== */

.nav-aside {margin-top: 0px;}
   
.nav-aside ul {
	margin: 0;
	padding: 0;
}

.nav-aside li {
	display: block;
	margin: 0;
	padding: 0;
}

.nav-aside .mod-content {
	margin: 0;
	padding: 0;
    font-size:1em;
}

.nav-aside .mod-content > ul > li {
	border-top: 1px solid #e6e6e6;
}
.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 ul a {
	position: relative;
	display: block;
	padding: 0.4em 0 0.4em 10px;
	color: #0c527e;
	font-weight: bold;
    font-size:.95em;
	text-decoration: none;
    z-index:1;
}

.nav-aside ul .last-child a {
	color:#FF732E;
}
.aside-alt.nav-aside a {
	color: #fff;
}
.nav-aside ul a:before{
    content: "\f105";
    position:absolute;
    left:3px;
    top:0.5em;
	display: inline-block;
    font-size:1em;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color:transparent;
}
.nav-aside ul a:hover,
.nav-aside ul a:focus,
.nav-aside ul a:hover:before,
.nav-aside ul a:focus:before {color:#FF732E;}
.aside-alt.nav-aside .mod-content a:before{
	border-color: transparent transparent transparent #b1e4ec;
}
.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: #FF732E;
}

.nav-aside .on:before{
	color: #FF732E;
}
.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 ul ul {
	padding-top: 0.4em;
}

.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-item p{
	margin: 0px;
}

.slideshow-alt .slide-content {
	padding: 2em 0.5em 5em 0;
	position: absolute;
	bottom: -50px;
	right: 0;
	width: 560px;
	color: #cccccc;
	background: hsla(0, 0%, 0%, 0.5);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-animation: slideUp 1s;
	-moz-animation: slideUp 1s;
	-ms-animation: slideUp 1s;
	-o-animation: slideUp 1s;
	animation: slideUp 1s;
}

.slideshow-alt .slide-content:before {
	content: '';
	position: absolute;
	top: 0;
	left: -140px;
	height: 200px;
	border-width: 140px 140px 0 0;
	border-style: solid;
	border-color: transparent hsla(0, 0%, 0%, 0.5);
}

.no-hsla .slideshow-alt .slide-content{
	width: 100%;
	padding: 2em 2em 5em;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTFFRTM0MEM4REEzMTFFMjhEOUJBMDY1NzU3NDgwQTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTFFRTM0MEQ4REEzMTFFMjhEOUJBMDY1NzU3NDgwQTYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBMUVFMzQwQThEQTMxMUUyOEQ5QkEwNjU3NTc0ODBBNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBMUVFMzQwQjhEQTMxMUUyOEQ5QkEwNjU3NTc0ODBBNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqbqwSUAAAAPSURBVHjaYmBgYGgACDAAAIUAgevVTJkAAAAASUVORK5CYII=) repeat;
}
.no-hsla .slideshow-alt .slide-content:before{
	border: none;
	width: 140px;	
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTFFRTM0MEM4REEzMTFFMjhEOUJBMDY1NzU3NDgwQTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTFFRTM0MEQ4REEzMTFFMjhEOUJBMDY1NzU3NDgwQTYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBMUVFMzQwQThEQTMxMUUyOEQ5QkEwNjU3NTc0ODBBNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBMUVFMzQwQjhEQTMxMUUyOEQ5QkEwNjU3NTc0ODBBNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqbqwSUAAAAPSURBVHjaYmBgYGgACDAAAIUAgevVTJkAAAAASUVORK5CYII=) repeat;
}

.slideshow-alt .slide-title {
	font-size: 2.43em;
	margin: 0;
	font-weight: normal;
	color: #fff;
}

.slideshow-alt .slide-desc {
	margin: 0;
	color: #cccccc;
}

.slide-links {
	margin-top: 1em;
}

.slide-links a {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0.5em;
	vertical-align: middle;
}

.slide-links a:first-child {
	padding-left: 0;
}

.slide-links a:after {
	content: '';
	display: inline-block;
	margin-left: 5px;
	width: 5px;
	height: 9px;
	background: url(/cms/images/layout/arrow-right-white.png) 50% 50% no-repeat;
}

.slide-links a:hover,
.slide-links a:focus {
	text-decoration: underline;
}

.slideshow-alt .slide-tools {
	left: auto;
	right: 1em;
	width: auto;
}

/* Hero Slideshow
   ========================================================================== */
.hero-slideshow-wrapper {position:relative; z-index:1;}
.hero-slideshow .slide-item {
    position:relative; 
    height:340px;
    background-repeat:no-repeat;
    background-position:85% 0;
    background-size:auto 100%;
    text-align:center; 
    z-index:1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.hero-slideshow .slide-item:after {
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:100%;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.75)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.hero-slideshow .slide-text {
    position:absolute;
    bottom:20px;
    width:100%;
    color:#fff;
    z-index:10;
}

.hero-slideshow .slide-item .btn {
    padding: 8px 40px;
    font-size: 1.1em;
}

.hero-slideshow .slide-text p {
    margin-bottom:25px;
    font-size:2em;
    line-height:1;
}
.hero-slideshow-navigation {
    position: absolute;
    left: 0;
    top: 30%;
    right: 0;
    margin: 0 auto;
    max-width: 75.000em;
}
.hero-slideshow-navigation button {
    padding:0;
    border:0;
    outline:0;
    background:transparent;
    font-size:10em;
    color:#fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.hero-slideshow-navigation .slick-next {float:right;}
.hero-slideshow-navigation button:hover,
.hero-slideshow-navigation button:focus {text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.6);}

@media (max-width:47.94em) 
{
    .hero-slideshow .slide-text p {
        font-size:2em !important;
    }
}
@media (min-width:48.000em) {
    .hero-slideshow .slide-item {
       background-size:cover;
    }

    .hero-slideshow .slide-image {
        position:static;
        height:auto;
        width:100%;
    }
    .hero-slideshow .slide-text p {font-size:3em;}
    .hero-slideshow .slide-item .btn {padding:8px 40px; font-size:1.1em;}
}
@media (min-width:53.375em) {
    .hero-slideshow .slide-item {
        height:320px;
    }
}
@media (min-width:64.000em) {
    .hero-slideshow .slide-item {height:340px;}
    .hero-slideshow .slide-text p {font-size:4em;}
}

@media (min-width:80.000em) {.hero-slideshow .slide-item {height:450px;}}
@media (min-width:105.000em) {.hero-slideshow .slide-item {height:550px;}}
@media (min-width:120.000em) {.hero-slideshow .slide-item {height:593px;}}


/* Department Banner
========================================================================== */

.dept-banner {
	position: relative;
    overflow: hidden;
    z-index:1;
    color:#fff;
}

.dept-banner .title {
    margin:0;
    font-size:2em;
    text-align:center;
    color:#676767;
}
.dept-banner {display:none;}
.page-heading-listing {
	position: relative;
	overflow: hidden;
}

.page-heading-listing + .banner-random{
}

.dept-title {
	padding: .2em 0.3em 0.2em;
	margin:0 0 15px;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 2.8em;
	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;
	z-index:10;
	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;
}

 @media (min-width:60.000em) {
     .dept-banner:after {
        content:"";
        position:absolute;
        bottom:0;
        left:0;
        width:100%;
        height:100%;
        color:#fff;
        z-index:1;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0, 0, 0, 0)), color-stop(100%,rgba(0, 0, 0, 0.5)));
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.5) 100%);
        background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
        background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    }
    .dept-banner .banner-text {
        position:absolute; 
        bottom:0; 
        left:0;
        padding: 0 3em;
        z-index:2;
    }
    .dept-banner .title {margin:0 0 .3em; line-height:1; font-size:4em; text-align:left; color:#fff;}
    .dept-banner {display:block;}
 }

/* Search
   ========================================================================== */

.search {
	position: relative;
	margin: -1px 0 0 0.5em;
}

input.search-field-topright {
	position: relative;
  padding: 0 20px 0 5px;
  width: 160px;
  height: 17px;
  border: none;
  background: #ada9a9;
  color: #fff;
  -webkit-border-radius: 3.01px;
  -moz-border-radius: 3.01px;
  -ms-border-radius: 3.01px;
  -o-border-radius: 3.01px;
  border-radius: 3.01px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}	

input.search-field {
	position: relative;
	padding: 0 20px 0 5px;
	width: 160px;
	height: 17px;
	border: none;
	background: #ada9a9;
	color: #fff;
	-webkit-border-radius: 3.01px;
	-moz-border-radius: 3.01px;
	-ms-border-radius: 3.01px;
	-o-border-radius: 3.01px;
	border-radius: 3.01px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input.search-field:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 2px 1px #0c527e;
	-moz-box-shadow: 0 0 2px 1px #0c527e;
	box-shadow: 0 0 2px 1px #0c527e;
}

.search-btn-topright {
	  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 17px;
  height: 17px;
  border: 0;
  background: url(/cms/images/layout/icon-search.png) no-repeat 50% 50%;
  text-indent: -9999px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}		  

.search-btn {
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	width: 17px;
	height: 17px;
	border: 0;
	background: url(/cms/images/layout/icon-search.png) no-repeat 50% 50%;
	text-indent: -9999px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#suggestDiv {width:298px !important;}


/* 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: #999999;
	font-size: 0.79em;
}

.breadcrumbs .crumb {
    color: #15435f;
	padding: 0 0.1em;
}

.breadcrumbs a {
	color: #15435f;
	text-decoration: none;
	display: inline-block;
}

.breadcrumbs a:hover, .breadcrumbs a:focus {
	text-decoration: underline;
}

.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;
}
.page-heading.store-page-heading .title {
    text-align:center;
    color: #676767;
}
.page-heading.headingSearch {
    display: inline-block !important;
}
@media(min-width:60.000em) {.page-heading.store-page-heading {display:none;}}
.store-tools a {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
}

.store-tools a.tools-bag,
.store-tools a.tools-bag:link,
.store-tools a.tools-bag:active,
.store-tools a.tools-bag:focus {
    position:relative;
	display: inline-block;
	font-size: 1em;
	color: #fff !important;
}
.store-tools .tools-bag strong {
	color: #ff732e;
}
.icons-phone {
	display: inline-block;
	width: 16px;
	height: 14px;
	vertical-align: middle;
}
.icons-bag {
    display: inline-block;
    margin-right: 4px;
    width: 22px;
    height: 21px;
    vertical-align: top;
    color:#fff;
}
.store-tools .desktop-total {display:none;}
.store-tools .mobile-total {
    position:absolute;
    top:-10px;
    right:-5px;
    display:block;
    width:15px;
    height:15px;
    padding:2px;
    border-radius:50%;
    background-color:#ff732e;
    font-size:.65em;
    font-weight:bold;
    text-align:center;
}
@media (min-width:48.000em) {
    .store-tools {min-width:120px;}
    .store-tools .mobile-total {display:none;}
    .store-tools .desktop-total {display:inline;}
}

/* ========================================================================== 
   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
   ========================================================================== */
.product-listing {
      position: relative;
  display: block;
  margin: 0;
  padding: 1px 0;
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
  text-align: left;
}
.product-listing [class*="grid-"] {-webkit-transition:none; transition:none;}
.product-listing li {
    border-right:1px solid #e6e6e6;
    border-bottom:1px solid #e6e6e6;
}
.product-listing li:nth-child(3n) {border-right:0;}
.item-wrapper {
    padding:10px;
    text-align:center;
}

@media (min-width:480px) {
	.product-listing li:nth-child(3n+1) {clear:both;}
}


.item-wrapper:nth-child(3n) {border-right:0;}
.item-wrapper .item-link {display:block;}
.item-wrapper .item-link img {margin:0 auto;}
.item-wrapper .title {
      font-weight: bold;
      font-size: 1.2em;
      margin: .4em 0 .2em;
      padding: 0 15px;
}
.item-wrapper .title a {text-decoration:none;}
.item-wrapper .title a:hover,
.item-wrapper .title a:focus {text-decoration:underline;}

.item-wrapper .item-description {min-height:0 !important;}

.item-wrapper .item-price {
    font-size:.95em;
    font-weight:bold;
    color:#666;
}
.item-wrapper .view-more {
    position:relative;
    padding:0 10px 5px 0;
    font-size:.9em;
    font-weight:bold;
    text-decoration:none;
    color:#ff732e;
}
.item-wrapper .view-more:before {
    position:absolute;
    top:2px;
    right:0;
    margin-left:5px;
    font-size:1.1em;
    content: "\f105";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.item-wrapper .view-more:after {
    content:"";
    position:absolute;
    bottom:0;
    left:50%;
    width:0;
    height:2px;
    background-color:#ff732e;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.item-wrapper .view-more:hover:after,
.item-wrapper .view-more:focus:after {left:0;width:100%;}
.department-listing .item-wrapper {padding:20px 10px;}
.department-listing .item-wrapper .item-description {font-size:.9em;}

/* Item Slider
   ========================================================================== */
    .item-slider {margin:0; padding:0; list-style-type:none;}
    .item-slider .item-wrapper {padding:20px 0;}
    .item-slider .item-wrapper .item-title {font-size:1.2em;}
    .item-slider .item-wrapper .item-title a {text-decoration:none;}
    .item-slider .item-wrapper .item-title a:hover,
    .item-slider .item-wrapper .item-title a:focus {text-decoration:underline;}

    .item-slider button {
        position:absolute;
        top:30%;
        font-size:4em;
    }
    .item-slider button.slick-prev {left:0; color:#cccccc;}
    .item-slider button.slick-next {right:0; color:#cccccc;}

    @media (min-width:48.000em) {
        .item-slider .item-wrapper {border-right:1px solid #e6e6e6;}
    }

/* 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;
}
.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;
}
.banners {text-align:center;}
.banner {
    display:inline-block;
    position:relative;
    z-index:1;
}
.banner:after {
      content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 100%;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0, 0, 0, 0)), color-stop(100%,rgba(0, 0, 0, 0.75)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.75) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.banner > a {
    display:block;
    position:relative;
    z-index:100;
}
.banner > a:after {
          content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 100%;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0, 0, 0, 0)), color-stop(100%,rgba(0, 0, 0, 0.75)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.75) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.banner .banner-text {
    position:absolute;
    bottom:25px;
    width:100%;
    text-align:center;
    color:#fff;
    z-index:10;
}
.banner .banner-text p {font-size:1.5em; margin:0 0 10px;}
.hero-slideshow .btn,
.banner .btn {
    display:inline-block;
    padding: 5px 20px;
    border:1px solid #fff;
    border-radius:5px;
    background:transparent;
    font-weight:700 !important;
    font-size:.75em;
}
.promo-banners .banner .banner-text {font-size:.8em;}
/*.callout-banners {display:none;}*/
@media (min-width:48.000em) {
    .banners {text-align:left;}
    .banner {display:block;}
    .banner .banner-text p {font-size:3em;}
    .banner .btn {padding:8px 40px; font-size:1.1em;}

    .promo-banners .banner .banner-text p {font-size:1.6em;}
    .callout-banners {display:block;}
    .callout-banners .block {margin:0;}
    .callout-banners .block + .block {margin-top:20px;}
}
@media (min-width:64.000em) {.promo-banners .banner .banner-text {font-size:1em;}}
@media (max-width:64.000em) {.callout-banners img {margin-top:0 !important;}}

/* 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;
}



/*   Store Left Navigation   */
.storeLnav ul ul {
    padding:0 12px 10px 12px;
}
.storeLnav .mod-content {margin:0;}
.storeLnav .mod-content a:before {display:none;}

.storeLnav ul > li > a {
    padding-right:40px;
    color:#15435f;
    outline:none;
}
.storeLnav ul li li {border-bottom:1px dotted #999999;}
.storeLnav ul li li:last-child {border:0px;}
.storeLnav ul li li a {
    padding:5px 25px 5px 5px;
    font-weight:normal;
    color:#15435f;
}
.storeLnav ul > li li a:hover,
.storeLnav ul > li li a:focus,
.storeLnav ul > li li a.on {text-decoration:underline; color:#666;}


.storeLnav ul > li a:hover:before,
.storeLnav ul > li a.active.on:before {display:none;}

.storeLnav ul ul li a { font-size: 0.84em;}
.storeLnav span.exp {
    position: absolute;
    right: 8px;
    top: 0.35em;
    z-index:1000;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.storeLnav span.exp:before {
      content: "\f107";
      display: inline-block;
      font-size: 1.5em;
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: bold;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      color: #FF732E;
}
@media (max-width:47.999em) {
    .storeLnav span.exp.active:before {
        margin-bottom: 6px;
      -moz-transform: rotateX(180deg);
      -ms-transform: rotateX(180deg);
      -webkit-transform: rotateX(180deg);
      transform: rotateX(180deg);
    }
}

.storeLnav li.on > ul {display:block;}

/* Search Bar */
.header + #main-content {margin-top:0px; outline:0;}
.header + div.slideshow #main-content { margin-top:0;}
.siteSearchWrpr  {
    padding: 0;
    background-color:#cccccc;
}
.siteSearchWrpr .search {width:100%; margin:20px 0;}
.siteSearchWrpr .search input.search-field {
    display:block; 
    height:30px; 
    color:#666666; 
    background:#fff; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width:100%;
	padding:0 55px 0 10px;
}
.siteSearchWrpr .search input.search-field:focus {
    border:0;
}

.siteSearchWrpr .search .search-btn-wrapper {
    position:absolute;
    top:0;
    right:0;
    width:50px;
    height:100%;
    text-align:center;
    -webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
    font-size:1em;
    color:#fff;
    background: #ff732e;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNzMyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMzU1MjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ff732e 0%, #f35529 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff732e), color-stop(100%,#f35529));
    background: -webkit-linear-gradient(top,  #ff732e 0%,#f35529 100%);
    background: -o-linear-gradient(top,  #ff732e 0%,#f35529 100%);
    background: -ms-linear-gradient(top,  #ff732e 0%,#f35529 100%);
    background: linear-gradient(to bottom,  #ff732e 0%,#f35529 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff732e', endColorstr='#f35529',GradientType=0 );
}
.siteSearchWrpr .search .search-btn-wrapper:before {
    position:relative;
    top:50%;
    display:block;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
}
.siteSearchWrpr .search .search-btn {
    position:absolute;
    right:0;
    top:0;
    width:100%;
    height:100%;
    background:none;
}

@media (min-width:65.000em) {
    .siteSearchWrpr .search input.search-field {height:50px; padding:0 9% 0 1%;}
    .siteSearchWrpr .search .search-btn-wrapper {width:8.5%; font-size:2em;}
} 
#suggestDiv { z-index:99999 !important;}
#querydiv { margin:-2px 0 0 77px; -webkit-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    0px 1px 3px 0px rgba(50, 50, 50, 0.5);
box-shadow:         0px 1px 3px 0px rgba(50, 50, 50, 0.5);}
.portlet-content-overlay .siteSearchWrpr {display:none;}

.TopSellingItemsWrapper {margin-top:20px;}
#TopSellingItemsWrapper  {background:#fff; display:block; position:relative;} 
#TopSellingItemsWrapper .grid-list {display:block; position:relative;} 
#TopSellingItemsWrapper .itemDesc,
#TopSellingItemsWrapper .product-price,
#TopSellingItemsWrapper  div.rateit,
#TopSellingItemsWrapper .product-rating, 
#TopSellingItemsWrapper .promotion {display:;}
#TopSellingItemsWrapper .grid-item {padding-bottom:5px; position:relative;}
#TopSellingItemsWrapper .grid-title {margin:0 auto;}
#TopSellingItemsWrapper .tooltip {display:none; background:#efefef; border:0px solid #DBDBDB; text-align:left; padding:20px 15px 15px;
position:absolute; top:8px !important; left:0; margin-left:-25px !important;
display: none; width: 225px; height: auto; z-index:99999;
-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.5);
box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.5);
}
#TopSellingItemsWrapper h2.TypeTitle {margin:0px; display:block; padding:10px;}
#TopSellingItemsWrapper .grid-list li:last-child .tooltip {margin-left:-535px !important;}
#TopSellingItemsWrapper .grid-title-overlay {margin-bottom:12px;}
#TopSellingItemsWrapper .grid-title-overlay a {text-decoration:none; font-weight:bold;}
div.tooltip {
}
div.tooltip:before, div.tooltip:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 10px solid transparent; /* arrow size */
}
div.tooltip:before {
	border-right-color: rgba(50, 50, 50, 0.5);  /* arrow color */
	position: absolute;
	top: 24%;
	left: -21px;
	z-index: 1;
}
div.tooltip:after {
	border-right-color: #efefef;  /* arrow color */
	/* positioning */
	position: absolute;
	top: 24%;
	left: -20px;
	z-index: 2;
}
#TopSellingItemsWrapper .grid-list li:last-child .tooltip:before {
	border-right-color:transparent;
	border-left-color: rgba(50, 50, 50, 0.5);  /* arrow color */
	position: absolute;
	top: 24%;
	left:256px;
	z-index: 1;
}
#TopSellingItemsWrapper .grid-list li:last-child .tooltip:after {
	border-right-color:transparent;
	border-left-color: #efefef;  /* arrow color */
	/* positioning */
	position: absolute;
	top: 24%;
	left:255px;
	z-index: 2;
}

/* ==========================================================================
   Third Party Styles
   ========================================================================== */

/* Slick Sliders CSS */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
   border:0;
   background-color:transparent;
   color:#fff;
}

.banners.callout-banners {
    position: relative;
    margin-left: 0px;
    margin-right: 0px;    
}
.banners-home-all {
    display: table;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 10px;
    border-collapse: separate;
    border-spacing: 10px;  
}
.banners.callout-banners .grid-4 {
    float: none !important;
    display: table-cell !important;
    vertical-align: middle;
}
.banners.callout-banners .grid-4:first-child {
	background: #fff;
	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%);
}
.banners.callout-banners .grid-4:first-child .mod-dark {
    background: transparent !important;
}
.banners.callout-banners .grid-4 + .grid-4 {
    background: #fff;
}
.banners.callout-banners .grid-4 + .grid-4 + .grid-4 {
    background: #fff;
    vertical-align: top;
    overflow: hidden;
}
.banners.callout-banners .grid-4 + .grid-4 + .grid-4 .mod-alt {
    margin-top: 0px !important;
}
.banners.callout-banners .grid-4 + .grid-4 + .grid-4 .mod-alt.mod-mini:first-child {
    border-top: 0px solid #15435f;
}
.banners.callout-banners .grid-4 + .grid-4 + .grid-4 .mod-alt.mod-mini {
    border-top: 1px solid #15435f;
}

.fluid-width-video-wrapper {
    margin-bottom: 30px;

}

.issuuembed {
    width: 100%;
}

.object-height {
    width: 100% !important;
}

.display-block {
    display: block;
    text-align: center;
}

.tactical-row {
    text-align: center;
}
.tactical-row img {
    padding: 12px 15px;
}

.center-row {
    text-align: center;
}
.center-row img {
    padding: 12px 15px;
}

ul.custom-ul {
    display: table;
    list-style: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
    line-height: 20px;
}
ul.custom-ul li {
    display: table-cell;
    text-align: center;
    padding: 10px;
}

.tableWrapper { 
    margin: 10px auto;
    overflow: auto; 
}
table.tableizer-table {
    width: 100%;
}

.holder-all {
    position: relative;
}
#_svgHolder {
    width: 100%;
    height: 100%;
}

.filter-actions {
    padding-top: 4px;
}

@media (min-width:60.06em) {
    
    .holder-all svg {
        position: absolute;    
        width: 100%;
        height: 28px;
        top: 3.4%;
        left: 24.7%;
    }
    .holder-all svg+svg {
        position: absolute;    
        width: 100%;
        height: 28px;
        top: 5.9%;
        left: 55%;
    }
    .holder-all svg+svg+svg {
        position: absolute;    
        width: 100%;
        height: 28px;
        top: 36.9%;
        left: 38.8%;
    }
    .holder-all svg+svg+svg+svg {
        position: absolute;    
        width: 100%;
        height: 28px;
        top: 31.9%;
        left: 55.8%;
    }
    .holder-all svg+svg+svg+svg+svg {
        position: absolute;    
        width: 100%;
        height: 28px;
        top: 49.9%;
        left: 16.8%;
    }
    .holder-all svg+svg+svg+svg+svg+svg {
        position: absolute;    
        width: 100%;
        height: 28px;
        top: 78.9%;
        left: 28.8%;
    }

}

@media (max-width:60em) {
    
    .holder-all svg {
        position: absolute;    
        width: 100%;
        height: 28px;
        top: 3%;
        left: 30.7%;
    }
    .holder-all svg+svg {
        position: absolute;    
        width: 100%;
        height: 28px;
        top: 6%;
        left: 60%;
    }
    .holder-all svg+svg+svg {
        position: absolute;    
        width: 100%;
        height: 28px;
        top: 36.9%;
        left: 47.8%;
    }
    .holder-all svg+svg+svg+svg {
        position: absolute;    
        width: 100%;
        height: 28px;
        top: 31.9%;
        left: 71%;
    }
    .holder-all svg+svg+svg+svg+svg {
        position: absolute;    
        width: 100%;
        height: 28px;
        top: 49.9%;
        left: 22.8%;
    }
    .holder-all svg+svg+svg+svg+svg+svg {
        position: absolute;    
        width: 100%;
        height: 28px;
        top: 78.9%;
        left: 28.8%;
    }    
    
}

@media (max-width:47.94em) {
    
    .banners.callout-banners .grid-4 {
        float: none !important;
        display: table !important;
        vertical-align: middle;
        margin-bottom: 15px;
    }    
    
}

@media (max-width:42.44em) {
    
    .tactical-row img {
        padding: 7px 7px;
    }
    .center-row img {
        padding: 7px 7px;
    }    
    
    .selectDrop {
        width: 100%;
    }    
    
    .filter-actions input {
        margin-bottom: 4px;
    }

    .col-1-3 {
        float: none !important;
        display: table !important;
    }    
    
    .faq-ask-expand.btn {
        position: relative !important;
        display: block !important;
    }
    
    .dept-title {
        font-size: 2.2em;
    }
    
}


@media (max-width:47.94em) 
{
    
    #_GUARANTEE_SealSpan {display:none !important;}
    
    .issuuembed {
        height: 300px;
    }
    
    .object-height {
        height: 300px !important;
    }        

}
 
@media (min-width:61.25em) {
    
    .issuuembed {
        height: 700px;
    }

    .object-height {
        height: 450px !important;
    }    
    
}
    
@media (min-width:48em) and (max-width:61.19em) {
    
    .issuuembed {
        height: 500px;
    }
    
    .object-height {
        height: 450px !important;
    }        

}


/* #317868 nav borders */
@media screen and (min-width:1040px) {
	.nav-main a {
		-webkit-transition: border-bottom 0.3s ease-in-out;
		transition: border-bottom 0.3s ease-in-out;
	}
	.nav-main a:hover,
	.nav-main li.main-li.clicked a	{
		background: transparent url(/cms/responsive/images/dots.png) 100% 50% no-repeat !important;
	}
	.nav-main li.main-li.lastnavitemli > a:hover,
	.nav-main li.main-li.lastnavitemli.clicked a	{
		background:none !important;
	}
}




/* #316573 Hawksearch Recommendations - Responsive */

.hawk-recommendation-horizontal .hawk-recommendation-inner .slick-slider {width:100% !important; float:none;}
.hawk-recommendation-horizontal .hawk-listingRating { text-align:center;}
.hawk-recommendation-horizontal .hawk-listingRating .hawk-ratingDecimal {margin-top:10px;}
div.rateit div.rateit-range {margin-top:10px;}

.hawk-recommendation-horizontal .itemList .hawk-itemWrapper {border:none ;padding:0px 10px; margin:0;}
.hawk-recommendation-horizontal .itemList .slick-active:first-child { border-left:none;}
.hawk-recommendation-horizontal .itemList .slick-active {border-left:solid 1px #ccc; }

.hawk-recommendation-horizontal .hawk-recommendation-inner .mod-alt3 > .mod-title .title, 
.hawkRailHeader {font-size:1.2em; font-weight:600;}
.hawk-recommendation-horizontal .hawk-recommendation-inner .grid-title { text-align:center;}
.hawk-recommendation-horizontal .hawk-recommendation-inner .product-price { min-height:25px; display:block; text-align:center; font-size:0.9em;}

.hawk-recommendation-horizontalitemWrapper a.itemLink, .itemWrapper a.itemLink:link {text-align:center;}
.hawk-recommendation-horizontal .slick-slider .slick-track {min-width:5000px;}
.hawk-recommendation-horizontal .slick-slide img {display:inline-block;}

.hawk-recommendation-vertical .slick-slider .slick-slide .grid-item {display:block;}
.hawk-recommendation-vertical .slick-slider .slick-slide .grid-item .grid-image {width:25%; padding-left:0;}
.hawk-recommendation-vertical .slick-slider .slick-slide .grid-item .grid-image img {}

.hawk-recommendation-vertical .slick-slider .slick-slide .grid-item .grid-title {float:left; width:70%; text-align:left; color:#0c527e;}
.hawk-recommendation-vertical .slick-slider .slick-slide .grid-item .grid-title a {display:block;font-size:11px; line-height:120%;}

.hawk-recommendation-vertical .slick-slider .slick-slide .grid-item .product-price a {display:block;font-size:11px; color:gray;}
.hawk-recommendation-vertical .grid-vertical .grid-item {text-align:center;}
.hawk-recommendation-vertical .slick-vertical .slick-slide {margin:0px; padding:5px; min-height:10px !important;}
.hawk-recommendation-vertical .grid-vertical .product-price {margin-left:5px; float:left;}

.hawk-recommendation-vertical .hawk-recommendation-item {width:100%;}

.hawk-recommendation-vertical .grid-list.grid-vertical, .grid-list.grid-content { background:#fff;}
.hawk-recommendation-vertical .grid-vertical .grid-image {float: left;padding:0 3px;width: 27%;}
.hawk-recommendation-vertical .grid-vertical .grid-title {width:60%; float: left; display: block; text-align:left; padding-left:5px;}

.hawk-recommendation-vertical .slick-slider .slick-track {min-width:5000px;}

@media screen and (max-width:768px) {
	.hawk-recommendation-vertical .slick-slider .slick-slide .grid-item .grid-image img {max-width:122px; max-height:140px; float:none; margin:0px auto;}
	.hawk-recommendation-vertical .grid-vertical .grid-image { float:none;}
	.hawk-recommendation-vertical .slick-slider .slick-slide .grid-item .grid-image {width:auto;}
	.hawk-recommendation-vertical .slick-slider .slick-slide .grid-item .grid-title {float:none; width:auto; text-align:center;}
	.hawk-recommendation-vertical .grid-vertical .product-price {float:none; width:auto; text-align:center; font-size:16px;}
	
	.hawk-recommendation-vertical .slick-slider .slick-slide  {border-left:1px solid #ccc; }
	.hawk-recommendation-vertical .slick-slider .slick-slide:first-child {border-left:none;}
	.hawk-recommendation-vertical .slick-slider .slick-slide .grid-item .product-price {margin-bottom:10px;}
	.hawk-recommendation-vertical .slick-slider .slick-slide .grid-item .product-price a {font-size:16px;}
	.hawk-recommendation-vertical .slick-slider .slick-slide .grid-item .grid-title a {font-size:16px;}
}


.hawk-recommendation-inner {background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #e6e6e6 0px, #fff 70px) repeat scroll 0 0 padding-box;
    border: 1px solid #fff;
    border-radius: 3.01px;
    box-shadow: 0 1px 2px 0 rgba(31, 30, 30, 0.6);
    color: gray;
    padding: 0;
    position: relative;}

.hawk-recommendation-inner > .mod-title, 
.hawkRailHeader {background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #306c91 0%, #125272 100%) repeat scroll 0 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    min-height: 8px;
    text-align: left;}
    
.hawk-recommendation-inner > .mod-title .title, 
.hawkRailHeader {color: #fff;
    font-size: 1.2em;
    font-weight: 600;
    margin: 0;
    padding: 0.2em 0.8em;}
    
.aside .mod-content {padding:0;}    

.slick-vertical .hawk-carousel-prev,
.slick-vertical .hawk-carousel-next {display:none !important;}

/* ARROWS */
.hawk-recommendation .slick-slider button {
    color: #cccccc;
    position:absolute;
    top: 30%;
    font-size: 4em;
    z-index:9;
}
.hawk-recommendation .slick-slider button.slick-prev {
    left: 0;    
}

.hawk-recommendation .slick-slider button.slick-next {
    right: 0;
}

/* END #316573 */