/*	-------------------------------------------------------------
	STYLE CLEANER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background-image: transparent;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

textarea {
	resize: vertical;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

.clear {
	clear: both;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/*	-------------------------------------------------------------
	MODERN BROWSER CLEANUP
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
* {
     -webkit-font-smoothing: antialiased;
     -moz-font-smoothing: antialiased;
     -o-font-smoothing: antialiased;
     font-smoothing: antialiased;
}

a:link,
a:visited {
	-webkit-transition: all 0.10s ease;
	-moz-transition: all 0.10s ease;
	-o-transition: all 0.10s ease;
	transition: all 0.10s ease;
}



/*	-------------------------------------------------------------
	DEFAULTS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

img { max-width: 100%; }

small { font-size: 0.9em; }

strong { font-weight: bold; }

em { font-style: italic; }

.smallText { font-size: 0.9em; }

.large { font-size: 1.2em; }

.clearit { clear: both; }

.left {	float: left; }

.right { float: right; }

.hidden { display: none; }


/* 	IMAGES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.image_l,
.image_l_b {
	float: left;
	clear: left;
	margin: 5px 10px 5px 0;
}

.image_r,
.image_r_b {
	float: right;
	clear: right;
	margin: 5px 0 5px 10px;
}

.image_b,
.image_l_b,
.image_r_b {
	border: 1px solid #cdcdcd;
	padding: 2px;
	background: #FFF;
}



/*	-------------------------------------------------------------
	ACCESSIBILITY 
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}




/*  -------------------------------------------------------------
    GUN CONFIGURATOR SPEC SHEET
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

body {
    font: 18px "Roboto Condensed", Arial, Sans-serif;
    text-align: left;
    color: #000;
    background: #fff;
}

#gunConfiguratorSpecSheet {
    display: block;
    margin: 0 auto;
    padding: 40px 40px 0 40px;
    width: 1400px;
    font: 18px "Roboto Condensed", Arial, Sans-serif;
    text-align: left;
    color: #000;
    background: #fff;
    box-sizing: border-box;
}

#gunConfiguratorSpecSheet h2 {
    padding: 16px 0 2px 0;
    font-size: 30px;
    line-height: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
    color: #d2232a;
}

#gunConfiguratorSpecSheet h3 {
    padding: 16px 0 2px 0;
    font-size: 28px;
    line-height: 1.1428571429em;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}

#gunConfiguratorSpecSheet h4 {
    padding: 16px 20px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #d2232a;
    border: none;
    border-radius: 50px;
    box-sizing: border-box;
    width: 100%;
}

.gunConfiguratorSpecSheet-header {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 14px 40px;
    height: 100px;
    background: #d2232a;
    box-sizing: border-box;
}

.gunConfiguratorSpecSheet-header .logoWrapper svg {
    display: block;
    width: 179px;
    height: 54px;
}

.gunConfiguratorSpecSheet-header h1 {
    font: 18px "Roboto Condensed", Arial, Sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: right;
    line-height: 1.3em;
    color: #fff;
}

.gunConfiguratorSpecSheet-image-final {
    display: block;
    padding: 40px 40px 0 40px;
}

.gunConfiguratorSpecSheet-image-final-i {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 1110/365;
    margin: 50px auto 0 auto;
}

.gunConfiguratorSpecSheet-image-final-layerSet picture {
    display: contents;
}

.gunConfiguratorSpecSheet-image-final-layerSet img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.gunConfiguratorSpecSheet-image-final-layerSet[data-layer-set="models"] img {
    z-index: 1;
}

.gunConfiguratorSpecSheet-image-final-layerSet[data-layer-set="barrels"] img {
    z-index: 2;
}

.gunConfiguratorSpecSheet-image-final-layerSet[data-layer-set="barrelsColours"] img {
    z-index: 3;
}

.gunConfiguratorSpecSheet-image-final-layerSet[data-layer-set="stock"] img {
    z-index: 4;
}

.gunConfiguratorSpecSheet-image-final-layerSet[data-layer-set="versions"] img {
    z-index: 5;
}

.gunConfiguratorSpecSheet-image-final-layerSet[data-layer-set="colours"] img {
    z-index: 6;
}

.gunConfiguratorSpecSheet-specifications {
    padding: 40px 40px 0 40px;
}

.gunConfiguratorSpecSheet-specifications-i {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    padding: 30px 100px 0 0;
}

.gunConfiguratorSpecSheet-steps {
    padding: 60px 40px 0 40px;
}

.gunConfiguratorSpecSheet-steps-i {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    padding-top: 30px;
}

.gunConfiguratorSpecSheet-steps-step {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    width: 200px;
}

.gunConfiguratorSpecSheet-steps-step p {
    padding-top: 30px;
    text-align: center;
}

.gunConfiguratorSpecSheet-enquiry {
    margin-top: 60px;
    padding: 40px 20px;
    background: #fcf2ee;
}

.gunConfiguratorSpecSheet-enquiry h2,
.gunConfiguratorSpecSheet-enquiry p {
    text-align: center;
}

#gunConfiguratorSpecSheet .gunConfiguratorSpecSheet-enquiry h2 {
    padding-bottom: 24px;
}

#gunConfiguratorSpecSheet .gunConfiguratorSpecSheet-enquiry p {
    padding-top: 14px;
}


.gunConfiguratorSpecSheet-enquiry p a {
    text-decoration: none;
    color: #000;
}

.gunConfiguratorSpecSheet-footer {
    margin-top: 60px;
    padding: 60px 20px 50px 20px;
    background: #000;
}

#gunConfiguratorSpecSheet .gunConfiguratorSpecSheet-footer p {
    font-size: 14px;
    text-align: center;
}

.gunConfiguratorSpecSheet-footer p a {
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}

.gunConfiguratorSpecSheet-footer .logoWrapper-poweredByNioa {
    display: contents;
}

.gunConfiguratorSpecSheet-footer .logo-poweredByNioa {
    display: block;
    margin: 20px auto 0 auto;
}
