/*!  
##########################################
### normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css
########################################## 
*/
button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}


/*!  
##########################################
### Slick Theme CSS
########################################## 
*/
.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden;}.slick-next,.slick-flogonext:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{color:transparent;background:0 0;outline:0}.slick-dots li button:before,.slick-next:before,.slick-prev:before{font-family:slick;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-slider{-webkit-box-sizing:border-box;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:hand}.slick-dots li,.slick-dots li button{cursor:pointer;height:20px;width:20px}.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{left:0;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-slide{float:left;height:100%;min-height:1px;display:none;outline:none;}[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-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-next,.slick-prev{position:absolute;display:block;line-height:0;font-size:0;cursor:pointer;top:50%;margin-top:-10px;padding:0;border:none}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-size:20px;line-height:1;color:#fff;opacity:.75}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}.slick-next:before,[dir=rtl] .slick-next:before,[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-45px;list-style:none;display:block;text-align:center;padding:0;width:100%}.slick-dots li{position:relative;display:inline-block;margin:0 5px;padding:0}.slick-dots li button{border:0;background:0 0;display:block;outline:0;line-height:0;font-size:0;color:transparent;padding:5px}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{position:absolute;top:0;left:0;content:"•";width:20px;height:20px;font-size:6px;line-height:20px;text-align:center;color:#000;opacity:.25}.slick-dots li.slick-active button:before{color:#000;opacity:.75}

/*  
##########################################  
### HTML - Fixes / Changes
########################################## 
*/

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}

/**
 * Firefox specific rule
 */

@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}


main {
  display: block
}


/*  
##########################################  
### Grid Layout Defaults
########################################## 
*/

.row {
  margin: 0 auto;
  max-width: 82.5rem;
  width: 100%;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}

.row:before, 
.row:after {
  content: " ";
  display: table;
}

.row::after {
  clear: both; 
}

.row.collapse {
  padding: 0;
}

.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0; 
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0; 
}

.row > .columns.collapse,
.row > .columns.collapse {
  padding: 0;
}

.row .row {
  width: auto;
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  max-width: none; 
}

.row .row.collapse {
	width: auto;
	margin: 0;
	max-width: none; 
}

.row--wide {
  max-width: 96rem;
}

.clearfix:after,
.clearfix:before {
	content: ' ';
	display: table;
	clear: both;
}

.column,
.columns {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  width: 100%;
  float: left;
  box-sizing: border-box;
}

.inline-column,
.inline-columns {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  display: inline-block;
  margin: 0 -2px;
  vertical-align: top
}

.column + .column:last-child,
.columns + .columns:last-child {
  float: left;
}

.iblock-column,
.iblock-column-sm,
.iblock-column-md,
.iblock-column-lg {
  width: 100%;
  margin:0;
  display: inline-block;
}



.xs-1 { width: 8.333333333%; }
.xs-2 { width: 16.666666667%; }
.xs-3 { width: 25%; }
.xs-4 { width: 33.333333333%; }
.xs-5 { width: 41.666666667%; }
.xs-6 { width: 50%; }
.xs-7 { width: 58.333333333%; }
.xs-8 { width: 66.666666667%; }
.xs-9 { width: 75%; }
.xs-10 { width: 83.333333333%; }
.xs-11 { width: 91.666666667%; }
.xs-12 { width: 100%; }

.xs-push-0 { position:relative; right:auto; left: 0; }
.xs-push-1 { position:relative; right:auto; left: 8.333333333%; }
.xs-push-2 { position:relative; right:auto; left: 16.666666667%; }
.xs-push-3 { position:relative; right:auto; left: 25%; }
.xs-push-4 { position:relative; right:auto; left: 33.333333333%; }
.xs-push-5 { position:relative; right:auto; left: 41.666666667%; }
.xs-push-6 { position:relative; right:auto; left: 50%; }
.xs-push-7 { position:relative; right:auto; left: 58.333333333%; }
.xs-push-8 { position:relative; right:auto; left: 66.666666667%; }
.xs-push-9 { position:relative; right:auto; left: 75%; }
.xs-push-10 { position:relative; right:auto; left: 83.333333333%; }
.xs-push-11 { position:relative; right:auto; left: 91.666666667%; }
.xs-push-12 { position:relative; right:auto; left: 100%; }

.xs-pull-0 { position: relative; left:auto; left: -0; }
.xs-pull-1 { position: relative; left:auto; left: -8.333333333%; }
.xs-pull-2 { position: relative; left:auto; left: -16.666666667%; }
.xs-pull-3 { position: relative; left:auto; left: -25%; }
.xs-pull-4 { position: relative; left:auto; left: -33.333333333%; }
.xs-pull-5 { position: relative; left:auto; left: -41.666666667%; }
.xs-pull-6 { position: relative; left:auto; left: -50%; }
.xs-pull-7 { position: relative; left:auto; left: -58.333333333%; }
.xs-pull-8 { position: relative; left:auto; left: -66.666666667%; }
.xs-pull-9 { position: relative; left:auto; left: -75%; }
.xs-pull-10 { position: relative; left:auto; left: -83.333333333%; }
.xs-pull-11 { position: relative; left:auto; left: -91.666666667%; }
.xs-pull-12 { position: relative; left:auto; left: -100%; }

.xs-offset-0 {margin-left: 0; }
.xs-offset-1 {margin-left: 8.333333333%; }
.xs-offset-2 {margin-left: 16.666666667%; }
.xs-offset-3 {margin-left: 25%; }
.xs-offset-4 {margin-left: 33.333333333%; }
.xs-offset-5 {margin-left: 41.666666667%; }
.xs-offset-6 {margin-left: 50%; }
.xs-offset-7 {margin-left: 58.333333333%; }
.xs-offset-8 {margin-left: 66.666666667%; }
.xs-offset-9 {margin-left: 75%; }
.xs-offset-10 {margin-left: 83.333333333%; }
.xs-offset-11 {margin-left: 91.666666667%; }
.xs-offset-12 {margin-left: 100%; }


.show-xs-only,
.show-xs-up,
.show-xs, 
.show-xs-down,
.show-sm-only,
.show-sm-up,
.show-sm, 
.show-sm-down, 
.hide-md-only, 
.hide-md-up, 
.hide-md,
.show-md-down, 
.hide-lg-only, 
.hide-lg-up, 
.hide-lg, 
.show-lg-down {
  display: inherit !important; 
}

.hide-xs-only,
.hide-xs-up, 
.hide-xs, 
.hide-xs-down, 
.hide-sm-only,
.hide-sm-up, 
.hide-sm, 
.hide-sm-down, 
.show-md-only, 
.show-md-up, 
.show-md, 
.hide-md-down, 
.show-lg-only, 
.show-lg-up, 
.show-lg, 
.hide-lg-down {
  display: none !important; 
}




@media (min-width:31.25em) {

  .row.row--small {
    padding: 0 0.325rem;
  }
    
  .column.column--small,
	.columns.columns--small {
		padding-left: 0.3125rem;
		padding-right: 0.3125rem;
  }

  .inline-column.inline-column--small,
  .inline-columns.inline-columns--small {
    padding-left: 0.3125rem;
		padding-right: 0.3125rem;
  }

  .sm-1 { width: 8.333333333%; }
  .sm-2 { width: 16.666666667%; }
  .sm-3 { width: 25%; }
  .sm-4 { width: 33.333333333%; }
  .sm-5 { width: 41.666666667%; }
  .sm-6 { width: 50%; }
  .sm-7 { width: 58.333333333%; }
  .sm-8 { width: 66.666666667%; }
  .sm-9 { width: 75%; }
  .sm-10 { width: 83.333333333%; }
  .sm-11 { width: 91.666666667%; }
  .sm-12 { width: 100%; }
  
  .sm-push-0 { position:relative; right:auto; left: 0; }
  .sm-push-1 { position:relative; right:auto; left: 8.333333333%; }
  .sm-push-2 { position:relative; right:auto; left: 16.666666667%; }
  .sm-push-3 { position:relative; right:auto; left: 25%; }
  .sm-push-4 { position:relative; right:auto; left: 33.333333333%; }
  .sm-push-5 { position:relative; right:auto; left: 41.666666667%; }
  .sm-push-6 { position:relative; right:auto; left: 50%; }
  .sm-push-7 { position:relative; right:auto; left: 58.333333333%; }
  .sm-push-8 { position:relative; right:auto; left: 66.666666667%; }
  .sm-push-9 { position:relative; right:auto; left: 75%; }
  .sm-push-10 { position:relative; right:auto; left: 83.333333333%; }
  .sm-push-11 { position:relative; right:auto; left: 91.666666667%; }
  .sm-push-12 { position:relative; right:auto; left: 100%; }
  
  .sm-pull-0 { position: relative; left:auto; left: -0; }
  .sm-pull-1 { position: relative; left:auto; left: -8.333333333%; }
  .sm-pull-2 { position: relative; left:auto; left: -16.666666667%; }
  .sm-pull-3 { position: relative; left:auto; left: -25%; }
  .sm-pull-4 { position: relative; left:auto; left: -33.333333333%; }
  .sm-pull-5 { position: relative; left:auto; left: -41.666666667%; }
  .sm-pull-6 { position: relative; left:auto; left: -50%; }
  .sm-pull-7 { position: relative; left:auto; left: -58.333333333%; }
  .sm-pull-8 { position: relative; left:auto; left: -66.666666667%; }
  .sm-pull-9 { position: relative; left:auto; left: -75%; }
  .sm-pull-10 { position: relative; left:auto; left: -83.333333333%; }
  .sm-pull-11 { position: relative; left:auto; left: -91.666666667%; }
  .sm-pull-12 { position: relative; left:auto; left: -100%; }
  
  .sm-offset-0 {margin-left: 0; }
  .sm-offset-1 {margin-left: 8.333333333%; }
  .sm-offset-2 {margin-left: 16.666666667%; }
  .sm-offset-3 {margin-left: 25%; }
  .sm-offset-4 {margin-left: 33.333333333%; }
  .sm-offset-5 {margin-left: 41.666666667%; }
  .sm-offset-6 {margin-left: 50%; }
  .sm-offset-7 {margin-left: 58.333333333%; }
  .sm-offset-8 {margin-left: 66.666666667%; }
  .sm-offset-9 {margin-left: 75%; }
  .sm-offset-10 {margin-left: 83.333333333%; }
  .sm-offset-11 {margin-left: 91.666666667%; }
  .sm-offset-12 {margin-left: 100%; }
  
  .hide-xs-only,
  .show-xs-up, 
  .show-xs, 
  .hide-xs-down,
  .show-sm-only, 
  .show-sm-up, 
  .show-sm, 
  .show-sm-down, 
  .hide-md-only,
  .hide-md-up, 
  .show-md, 
  .show-md-down, 
  .hide-lg-only, 
  .hide-lg {
    display: inherit !important; 
  }

  .show-xs-only,
  .hide-xs-up, 
  .hide-xs, 
  .show-xs-down,
  .hide-sm-only, 
  .hide-sm-up, 
  .hide-sm, 
  .hide-sm-down, 
  .show-md-only,
  .show-md-up, 
  .hide-md, 
  .hide-md-down,
  .show-lg-only, 
  .show-lg {
    display: none !important;
 }

}


@media (min-width:48em) {

  .row {
    padding: 0 0.75rem;
  }
    

  .md-1 { width: 8.333333333%; }
  .md-2 { width: 16.666666667%; }
  .md-3 { width: 25%; }
  .md-4 { width: 33.333333333%; }
  .md-5 { width: 41.666666667%; }
  .md-6 { width: 50%; }
  .md-7 { width: 58.333333333%; }
  .md-8 { width: 66.666666667%; }
  .md-9 { width: 75%; }
  .md-10 { width: 83.333333333%; }
  .md-11 { width: 91.666666667%; }
  .md-12 { width: 100%; }
  
  .md-push-0 { position:relative; right:auto; left: 0; }
  .md-push-1 { position:relative; right:auto; left: 8.333333333%; }
  .md-push-2 { position:relative; right:auto; left: 16.666666667%; }
  .md-push-3 { position:relative; right:auto; left: 25%; }
  .md-push-4 { position:relative; right:auto; left: 33.333333333%; }
  .md-push-5 { position:relative; right:auto; left: 41.666666667%; }
  .md-push-6 { position:relative; right:auto; left: 50%; }
  .md-push-7 { position:relative; right:auto; left: 58.333333333%; }
  .md-push-8 { position:relative; right:auto; left: 66.666666667%; }
  .md-push-9 { position:relative; right:auto; left: 75%; }
  .md-push-10 { position:relative; right:auto; left: 83.333333333%; }
  .md-push-11 { position:relative; right:auto; left: 91.666666667%; }
  .md-push-12 { position:relative; right:auto; left: 100%; }
  
  .md-pull-0 { position: relative; left:auto; left: -0; }
  .md-pull-1 { position: relative; left:auto; left: -8.333333333%; }
  .md-pull-2 { position: relative; left:auto; left: -16.666666667%; }
  .md-pull-3 { position: relative; left:auto; left: -25%; }
  .md-pull-4 { position: relative; left:auto; left: -33.333333333%; }
  .md-pull-5 { position: relative; left:auto; left: -41.666666667%; }
  .md-pull-6 { position: relative; left:auto; left: -50%; }
  .md-pull-7 { position: relative; left:auto; left: -58.333333333%; }
  .md-pull-8 { position: relative; left:auto; left: -66.666666667%; }
  .md-pull-9 { position: relative; left:auto; left: -75%; }
  .md-pull-10 { position: relative; left:auto; left: -83.333333333%; }
  .md-pull-11 { position: relative; left:auto; left: -91.666666667%; }
  .md-pull-12 { position: relative; left:auto; left: -100%; }
  
  .md-offset-0 {margin-left: 0; }
  .md-offset-1 {margin-left: 8.333333333%; }
  .md-offset-2 {margin-left: 16.666666667%; }
  .md-offset-3 {margin-left: 25%; }
  .md-offset-4 {margin-left: 33.333333333%; }
  .md-offset-5 {margin-left: 41.666666667%; }
  .md-offset-6 {margin-left: 50%; }
  .md-offset-7 {margin-left: 58.333333333%; }
  .md-offset-8 {margin-left: 66.666666667%; }
  .md-offset-9 {margin-left: 75%; }
  .md-offset-10 {margin-left: 83.333333333%; }
  .md-offset-11 {margin-left: 91.666666667%; }
  .md-offset-12 {margin-left: 100%; }

  .hide-xs-only,
  .show-xs-up, 
  .hide-xs, 
  .hide-xs-down,
  .show-sm-only, 
  .show-sm-up, 
  .show-sm, 
  .hide-sm-down, 
  .show-md-only,
  .show-md-up, 
  .show-md, 
  .show-md-down, 
  .hide-lg-only, 
  .hide-lg {
    display: inherit !important; 
  }

  .show-xs-only,
  .hide-xs-up, 
  .show-xs, 
  .show-xs-down,
  .hide-sm-only, 
  .hide-sm-up, 
  .hide-sm, 
  .show-sm-down, 
  .hide-md-only,
  .hide-md-up, 
  .hide-md, 
  .hide-md-down,
  .show-lg-only, 
  .show-lg {
    display: none !important;
 }

}


@media (min-width:50em) {

  .row {
    padding: 0 0.5rem;
  }

  .column,
	.columns {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
  }

  .inline-column,
  .inline-columns {
    padding-left: 0.5rem;
		padding-right: 0.5rem;
  }

  .row .row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  
}


 
@media (min-width:60.625rem) { 

  .lg-1 { width: 8.333333333%; }
  .lg-2 { width: 16.666666667%; }
  .lg-3 { width: 25%; }
  .lg-4 { width: 33.333333333%; }
  .lg-5 { width: 41.666666667%; }
  .lg-6 { width: 50%; }
  .lg-7 { width: 58.333333333%; }
  .lg-8 { width: 66.666666667%; }
  .lg-9 { width: 75%; }
  .lg-10 { width: 83.333333333%; }
  .lg-11 { width: 91.666666667%; }
  .lg-12 { width: 100%; }

  .lg-push-0 { position:relative; right:auto; left: 0; }
  .lg-push-1 { position:relative; right:auto; left: 8.333333333%; }
  .lg-push-2 { position:relative; right:auto; left: 16.666666667%; }
  .lg-push-3 { position:relative; right:auto; left: 25%; }
  .lg-push-4 { position:relative; right:auto; left: 33.333333333%; }
  .lg-push-5 { position:relative; right:auto; left: 41.666666667%; }
  .lg-push-6 { position:relative; right:auto; left: 50%; }
  .lg-push-7 { position:relative; right:auto; left: 58.333333333%; }
  .lg-push-8 { position:relative; right:auto; left: 66.666666667%; }
  .lg-push-9 { position:relative; right:auto; left: 75%; }
  .lg-push-10 { position:relative; right:auto; left: 83.333333333%; }
  .lg-push-11 { position:relative; right:auto; left: 91.666666667%; }
  .lg-push-12 { position:relative; right:auto; left: 100%; }

  .lg-pull-0 { position: relative; left:auto; left: -0; }
  .lg-pull-1 { position: relative; left:auto; left: -8.333333333%; }
  .lg-pull-2 { position: relative; left:auto; left: -16.666666667%; }
  .lg-pull-3 { position: relative; left:auto; left: -25%; }
  .lg-pull-4 { position: relative; left:auto; left: -33.333333333%; }
  .lg-pull-5 { position: relative; left:auto; left: -41.666666667%; }
  .lg-pull-6 { position: relative; left:auto; left: -50%; }
  .lg-pull-7 { position: relative; left:auto; left: -58.333333333%; }
  .lg-pull-8 { position: relative; left:auto; left: -66.666666667%; }
  .lg-pull-9 { position: relative; left:auto; left: -75%; }
  .lg-pull-10 { position: relative; left:auto; left: -83.333333333%; }
  .lg-pull-11 { position: relative; left:auto; left: -91.666666667%; }
  .lg-pull-12 { position: relative; left:auto; left: -100%; }

  .lg-offset-0 {margin-left: 0; }
  .lg-offset-1 {margin-left: 8.333333333%; }
  .lg-offset-2 {margin-left: 16.666666667%; }
  .lg-offset-3 {margin-left: 25%; }
  .lg-offset-4 {margin-left: 33.333333333%; }
  .lg-offset-5 {margin-left: 41.666666667%; }
  .lg-offset-6 {margin-left: 50%; }
  .lg-offset-7 {margin-left: 58.333333333%; }
  .lg-offset-8 {margin-left: 66.666666667%; }
  .lg-offset-9 {margin-left: 75%; }
  .lg-offset-10 {margin-left: 83.333333333%; }
  .lg-offset-11 {margin-left: 91.666666667%; }
  .lg-offset-12 {margin-left: 100%; }

  .hide-xs-only,
  .show-xs-up, 
  .hide-xs, 
  .hide-xs-down,
  .hide-sm-only,
  .show-sm-up,
  .hide-sm, 
  .hide-sm-down, 
  .hide-md-only, 
  .show-md-up, 
  .hide-md, 
  .hide-md-down, 
  .show-lg-only,  
  .show-lg {
    display: inherit !important; }

  .show-xs-only,
  .hide-xs-up, 
  .show-xs, 
  .show-xs-down,
  .show-sm-only, 
  .hide-sm-up, 
  .show-sm, 
  .show-sm-down, 
  .show-md-only, 
  .hide-md-up, 
  .show-md, 
  .show-md-down, 
  .hide-lg-only, 
  .hide-lg {
    display: none !important; }
}

/* 
########################################## 
### Global
########################################## 
*/

*, 
*::before, 
*::after {
  box-sizing: border-box !important; 
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;           
  -ms-box-sizing: border-box; 
          
}

.clearfix::after,
.clearfix::before {
	content: "";
	clear: both;
	display: table;
}
img {
  max-width: 100%;
  height: auto; 
}

input:not([type=checkbox]):not([type=radio]),
select {
	border-radius:  0;
	-webkit-appearance: none;
}

.left { float: left !important; }
.right { float: right !important; }

.np-left { padding-left: 0 !important; }
.np-right { padding-right: 0 !important; }

.hide { display: none !important;}
.invisible { visibility: hidden; }

.text-align-center {
	text-align: center;
}

body {
  background-color: #FFF;
  font-family: 'Arsenal', sans-serif ;
  z-index: 9001;
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  position: relative;
}

body.overflow {
  position: fixed;
  overflow: hidden;
  top:0;
}

b, strong {
  font-weight: 700;
}

.body--white {
  background-color: #FFF;
}

.mbnav-active,
.lb-active {
  overflow:hidden;
	width: 100%;
}


@media (max-width:820px) {
  body.overflow,
  body.overflow #wrapper {
    overflow:hidden !important;
    position: relative;
    height: 100%;
	}
}


a.hidelink {
  display: block;
  left: 0;
  position: absolute;
  text-indent: -9999px;
  top: -1000em;
  z-index: 999;
}

.bl-none {
  border-left: none !important;
}

.overflow-hidden {
	overflow: hidden;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.position-zero {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.invisible {
  visibility: hidden;
}

.no-padding {
  padding: 0 !important;
}

.none {
  display: none !important;
}

.marginCenter {
  margin: 0 auto !important;
}

.center {
  text-align: center !important;
}

.taright {
  text-align: right !important;
}

.taleft {
  text-align: left !important;
}

.block {
  display: block !important;
}

p.error {
	color: red;
	border: 2px solid red;
	padding: 10px 20px;
	display: block;
	width: 100%;
	text-align: center;
}

p.confirmation {
	color: green;
	display: block;
	border: 2px solid green;
	padding: 10px 20px;
	width: 100%;
	text-align: center;
}

select::-ms-expand {
  display: none;
}

.m0 {
  margin: 0 !important;
}

.p0 {
  padding: 0 !important;
}

.home-background--primary {
  background-color: #EFEFEF;
  padding: 34px 0;
  margin-bottom: 43px;
}

.underline {
  text-decoration: underline;
}
 
@media (min-width:768px) {
  
  .home-background--primary {
    padding: 86px 0 43px;
    margin-bottom: 96px;
  }
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 8px rgba(0,0,0,0);
  -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0);
  border: 0 solid transparent;
  margin: 0;
  border-radius: 0;
  background-color: #fff;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb{
  border: 0 solid transparent;
  margin: 0;
  box-shadow: inset 0 0 6px rgba(0,0,0,0);
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
  border-radius: 0;
  background-color: #8d8d8d;
}

 
/* 
##########################################
### ASP: Messages
########################################## 
*/

.msg {
	clear: both;
	display: block;	
	margin: 0 0 30px 0;
	min-height: 34px;
	padding:0 10px 0 40px;
	text-align: left;
  background-color: rgb(255, 255, 255);
  position: relative;
  width: 100%;
  border-radius: 0;
}

.msg--confirm {
  color: #FFF;
  background-color: #438002;
}

.msg--error {
  color: #FFF;
  background-color: #d90303;
}

.msg--confirm svg{
  fill: #FFF;
}

.msg--error svg{
  fill: #FFF;
}

.msg:before,
.msg:after {
	clear: both;
	content: ' ';
	display: table;
}

.msg__icon {
	left: 0;  
	min-height: 13px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
  width: 39px;
  height: 15px;
  text-align:center;
}

.msg__icon svg {
	width: 13px;
	height: 13px;
	display: inline-block;
}

.msg__message {
  font-size: 0.75rem;
  color: rgb(255, 255, 255);
  font-weight: 400;
  line-height: 1.4;
  padding:10px 0;
  text-align: left;
}


@media  (min-width:800px){
	.msg__message{
		font-size: 0.875rem;
	}

	.msg__icon {
		left: 0;  
		min-height: 18px;
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
		width: 39px;
		height: 18px;
		text-align:center;
	}
	
	.msg__icon svg {
		width: 18px;
		height: 18px;
		display: inline-block;
	}
}

/*
##########################################
### Wrapper
########################################## 
*/

#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow:hidden;
  padding-top: 88px;
  position: relative;
  width: 100%;
}

@media  (min-width:920px) {

  #wrapper {
    padding-top: 0;
  }

}

@media  (min-width: 1100px) {
  
  #wrapper {
    padding-bottom: 0;
  }

}


/* 
##########################################
### Typography
########################################## 
*/

h1 { font-size: 2.125rem; }
h2 { font-size: 1.6875rem; }
h3 { font-size: 1.375rem; }
h4 { font-size: 1.125rem; }
h5 { font-size: 1.125rem; }
h6 { font-size: 1rem; }

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
  color: #646b70;
  font-family: "Arsenal", sans-serif, Helvetica, Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0;
  margin-top: 0;
}

a {
  color: #13294B;
  line-height: inherit;
  text-decoration: none; 
}

a:hover, 
a:focus {
  color: #13294B; 
}

a img {
  border: none; 
}

p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

small {
  font-size: 60%;
  line-height: inherit; 
}

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0; 
}

/*
##########################################
### Btn
########################################## 
*/

.btn {
  outline: none;
  vertical-align: top;
  cursor: pointer;
}

.btn.btn__primary {
  background: #000000;
  border: 0 solid transparent;
  display: inline-block;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  position: relative;
  cursor: pointer;
  outline: none;
  padding: 0;
  line-height: 0; 
  font-size: 0;
}

.btn.btn__primary:focus,
.btn.btn__primary:hover {
  background: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 11px 0.6px rgba(0, 0, 0, 0.09);
}

.btn.btn__primary > .btn__primary__text {
  color: #fff;
  display:inline-block;
  font-size: 0.75rem;
  border: 0;
  padding: 15px 44px 15px 44px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 1.6px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  vertical-align: top;
}

.btn.btn__primary.disabled {
  background: #676767 !important;
  opacity: 0.58 !important;
  cursor: initial !important;
}

.btn.btn__primary.disabled:focus,
.btn.btn__primary.disabled:hover {
  background: #676767 !important;
}

.btn.btn__primary.btn__primary--small {
  padding: 8.5px 16px 8.5px 16px
}

.btn.btn__primary.btn__primary--small > .btn__primary__text {
  font-size: 0.66rem;
}


.btn.btn__primary--blue {background: #13294B;}
.btn.btn__primary--blue > .btn__primary__text {color: #FFF;}
.btn.btn__primary--blue:hover, .btn.btn__primary--blue:focus {background: #1c3c6d;}
.btn.btn__primary--blue:hover > .btn__primary__text, .btn.btn__primary--blue:focus > .btn__primary__text {color: #FFF;}

.btn.btn__primary--white {background: #FFF;}
.btn.btn__primary--white > .btn__primary__text {color: #3B3D3E;}
.btn.btn__primary--white:hover, .btn.btn__primary--white:focus {background: #cccccc;}
.btn.btn__primary--white:hover > .btn__primary__text, .btn.btn__primary--white:focus > .btn__primary__text {color: #3B3D3E;}

.btn.btn__primary--red {background: #c91515;}
.btn.btn__primary--red > .btn__primary__text {color: #FFF;}
.btn.btn__primary--red:hover, .btn.btn__primary--red:focus {background: #ff1d1d;}
.btn.btn__primary--red:hover > .btn__primary__text, .btn.btn__primary--red:focus > .btn__primary__text {color: #FFF;}

.btn.btn__primary--white-border {background: transparent;border: 1px solid #FFF;}
.btn.btn__primary--white-border > .btn__primary__text {color: #FFF;}
.btn.btn__primary--white-border:hover, .btn.btn__primary--white-border:focus {background: #fff;}
.btn.btn__primary--white-border:hover > .btn__primary__text, .btn.btn__primary--white-border:focus > .btn__primary__text {color: #1c3c6d;}

.btn.btn__primary--grey {background: #8A8D8F;}
.btn.btn__primary--grey > .btn__primary__text {color: #FFF;}
.btn.btn__primary--grey:hover, .btn.btn__primary--grey:focus {background: #707070;}
.btn.btn__primary--grey:hover > .btn__primary__text, .btn.btn__primary--grey:focus > .btn__primary__text {color: #FFF;}


.btn.btn__primary--grey-border {background: transparent;border: 1px solid #707070;}
.btn.btn__primary--grey-border > .btn__primary__text {color: #13294B;}
.btn.btn__primary--grey-border:hover, .btn.btn__primary--grey-border:focus {background: #707070;}
.btn.btn__primary--grey-border:hover > .btn__primary__text, .btn.btn__primary--grey-border:focus > .btn__primary__text {color: #FFF;}


.btn.btn__secondary {
  background: #FFFFFF;
  border: 1px solid #C6C6C6;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  line-height: 0; 
  margin: 0;
  outline: none;
  padding: 7px 6px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.btn.btn__secondary:focus,
.btn.btn__secondary:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn.btn__secondary > .btn__secondary__text {
  color: #000000;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.2;
  font-family: "Arsenal";
  text-decoration: none;
  text-align: center;
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  vertical-align: top;
}

.btn.btn__secondary > .btn__secondary__icon {
  width: 12px;
  height: 12px;
  display: inline-block;
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  vertical-align: top;
  position: relative;
  top: 1px;
  margin-right: 7px;
}

.btn.btn__secondary > .btn__secondary__icon svg {
  width: 12px;
  height: 12px;
  vertical-align: top;
}


.btn.btn__secondary.disabled {
  background: #676767 !important;
  opacity: 0.58 !important;
  cursor: initial !important;
}

.btn.btn__secondary.disabled:focus,
.btn.btn__secondary.disabled:hover {
  background: #676767 !important;
}

.btn.btn__secondary:hover, .btn.btn__secondary:focus { background: #000000; border-color: #000000; }
.btn.btn__secondary:hover svg, .btn.btn__secondary:focus svg { fill: #FFF;}
.btn.btn__secondary:hover > .btn__secondary__text, .btn.btn__secondary:focus > .btn__secondary__text {color: #fff;}


.btn.btn__secondary--red > .btn__secondary__text { color: #C72020;}
.btn.btn__secondary--red > .btn__secondary__icon svg {fill: #C72020;}
.btn.btn__secondary--red:hover, .btn.btn__secondary--red:focus { background: #C72020; border-color: #C72020; }
.btn.btn__secondary--red:hover svg, .btn.btn__secondary--red:focus svg { fill: #FFF;}
.btn.btn__secondary--red:hover > .btn__secondary__text, .btn.btn__secondary--red:focus > .btn__secondary__text {color: #fff;}


.btn.btn__secondary--redgrey { background: #F0F0F0;}
.btn.btn__secondary--redgrey > .btn__secondary__text { color: #C72020;}
.btn.btn__secondary--redgrey > .btn__secondary__icon svg {fill: #C72020;}
.btn.btn__secondary--redgrey:hover, .btn.btn__secondary--redgrey:focus { background: #C72020; border-color: #C72020; }
.btn.btn__secondary--redgrey:hover svg, .btn.btn__secondary--redgrey:focus svg { fill: #FFF;}
.btn.btn__secondary--redgrey:hover > .btn__secondary__text, .btn.btn__secondary--redgrey:focus > .btn__secondary__text {color: #fff;}



.btn.btn__tertiary {
  background: #FFF;
  border: 1px solid #000000;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  line-height: 0; 
  margin: 0;
  outline: none;
  padding: 10px 6px;
  position: relative;
  text-align: center;
  min-height: 35px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.btn.btn__tertiary:focus,
.btn.btn__tertiary:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn.btn__tertiary > .btn__tertiary__text {
  color: #424343;
  display: inline-block;
  font-size: 0.7875rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 1.2px;
  font-family: "Arsenal";
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  vertical-align: top;

}

.btn.btn__tertiary > .btn__tertiary__icon {
  width: 12px;
  height: 12px;
  display: inline-block;
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  vertical-align: top;
  position: relative;
  top: 1px;
  margin-right: 7px;
}

.btn.btn__tertiary > .btn__tertiary__icon svg {
  width: 12px;
  height: 12px;
  vertical-align: top;
}


.btn.btn__tertiary.disabled {
  background: #676767 !important;
  opacity: 0.58 !important;
  cursor: initial !important;
}

.btn.btn__tertiary.disabled:focus,
.btn.btn__tertiary.disabled:hover {
  background: #676767 !important;
}


.btn--full-width {
  width: 100% !important;
}

@media screen and (min-width:768px) {

  .btn.btn__primary {
    display: inline-block;
    width: auto;
    text-align:center;
    padding: 0;
  }
  
  .btn.btn__primary:after {
    top: 7px;
    left: 7px;
    right:7px;
    bottom: 7px;
  }
  
  .btn.btn__primary > .btn__primary__text {
    font-size: 1rem;
    padding: 23px 26px;
    text-align:center;
  }

  .btn.btn__primary.btn__primary--large > .btn__primary__text {
    padding: 25.5px 60px;
  }

  .btn.btn__secondary {
    display: inline-block;
    width: auto;
    text-align:center;
    padding: 7px 12px;
  }
  
  .btn.btn__secondary > .btn__secondary__text {
    font-size: 0.8125rem;
    padding: 0 0;
    text-align:center;
  }

}




/*
##########################################
### Header
########################################## 
*/

.header {
  background-color: #fff;
  border-bottom: 1px solid #C4C4C4;
}

.header-top {
  position: relative;
  text-align: right;
}

.header__logo-container {
  display:block;
  top: 14px;
  width: 119px;
  height: 61px;
  position: absolute;
  left:50%;
  transform: translateX(-50%);
  transform: translateX(calc(-50% + 0.5px));
  z-index: 99;
}

.header__logo {
  display:block;
  position: relative;
  width: 119px;
  height: 61px;
}

.header__logo a {
  display:block;
  height: 100%;
  margin:0;
  position: relative;
  width: 100%;
}

.header__logo a img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}



@media screen and (max-width:919px) {

  .header {
    height: 88px;
    left: 0;
    padding-top: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100001;
    border-bottom-width: 0;
  }

  .header:after {
    background-color: #C4C4C4;
    content: ' ';
    height: 1px;
    position: absolute;
    right: 20px;
    left: 20px;
    bottom: 0;
  }

  .header__actions {
    display: none;
  }

  
  .header-top__desktop-actions {
    display: none; 
  }

  .header-bottom__mobile-actions {
    display: block;
  }

  .menu-button {
    border: 1px solid #DEDEDE;
    color: #231E1F !important;
    cursor: pointer;
    display: block;
    font-size: 0.7333rem;
    font-weight: 400;
    height: 42px;
    line-height: 1.8;
    padding: 13px 11px;
    position: absolute;
    right: 33px;
    top: 50%;
    transform:  rotate(0deg);
    text-align: center;
    text-transform: uppercase;
    width: 42px;
    z-index: 9998;
    transition: 1s ease-in-out;
    -webkit-transform: translateY(-50%) rotate(0deg);
    -webkit-transition: 1s ease-in-out;
  }
  
  .menu-button > div {
    display: inline-block;
    height: 15px;
    margin: 0 0 0 0;
    position: relative;
    vertical-align: top;
    width: 17px;
  }

  .menu-button > div > span {
    display: block;
    width: 17px;
    position: absolute;
    height: 2.2px;
    background: #8A8D8F;
    border-radius: 0;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }

  .menu-button span:nth-child(1) {
    top: 0;
  }

  .menu-button span:nth-child(2),
  .menu-button span:nth-child(3) {
    top: 6px;
  }

  .menu-button span:nth-child(4) {
    top: 12px;
  }

  .menu-button.active span:nth-child(1) {
    top: 0;
    width: 0%;
    left: 0%;
  }

  .menu-button.active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu-button.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .menu-button.active span:nth-child(4) {
    top: 0;
    width: 0%;
    left: 0%;
  }


  .header-top__area {
    position: absolute;
    left: 122px;
    top: 15px;
    margin: 0;
    padding: 0;
    line-height: 1;
  }

  .header-top__area__link {
    display: block;
    color: #231E1F;
    font-size: 1.25rem;
    font-weight: 700;
  }

}



@media screen and (min-width:920px) {

  .header {
    height: 128px;
    margin: 0;
    padding: 0;
  }
  
  .header-top {
    position: relative;
    text-align: left;
  }
  
  .header__logo-container {
    width: 160px;
    height: 81.91px;
    top: 15px;
  }
  
  .header__logo {
    height: 81.91px;
    width: 160px;
  }

  .header-top__btn {
    display: inline-block;
    outline: none;
    vertical-align: top;
    cursor: pointer;
    margin: 0;
    text-align: center;
    position: relative;
    padding: 0;
    line-height: 0; 
    font-size: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .header-top__btn-spacer {
    margin: 0 10px;
    display: inline-block;
  }

  .header-top__btn--icon {
    padding-left: 26px;
  }

  .header-top__btn--icon > .header-top__btn__icon {
    width: 14px;
    height: 14px;
  }

  .header-top__btn--icon-account > .header-top__btn__icon > svg {
    fill: #13294B;
    width: 14px;
    height: 14px;
  }

  .header-top__btn--icon-account {
    padding-left: 26px;
  }

  .header-top__btn--icon-account > .header-top__btn__icon {
    width: 16px;
    height: 16px;
  }
  
  .header-top__btn--icon-account > .header-top__btn__icon > svg {
    width: 16px;
    height: 16px;
    fill: #13294B;
  }
  
  .header-top__btn > .header-top__btn__text {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    color: #424343;
    display: block;
    font-family: "Arsenal";
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.28;
    letter-spacing: 1.3px;
    padding: 0 0;
    position: relative;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-transform: uppercase;
  }

  .header-top__btn:focus .header-top__btn__text,
  .header-top__btn:hover .header-top__btn__text {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-bottom-color: #FFF;
  }

  .header-top__btn.header-top__btn--small > .header-top__btn__text {
    font-size: 0.7rem;
    font-family: "Arsenal";
    font-weight: 400;
    text-transform: capitalize;
  }

  .header-top__btn > .header-top__btn__icon {
    height: 18px;
    left: 0;
    position: absolute;
    top:50%;
    width: 18px;
    transform: translateY(-50%);
  } 

  .header-top__btn-slash {
    color: #424343;
    display:inline-block;
    font-size: 0.8rem;
    font-weight: bold;
    line-height: 1.23;
    letter-spacing: 1.5px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    vertical-align: top;
    font-family: "Arsenal";
    margin: 0 3px;
  }
  
  .header-top__desktop-actions {
    display: block; 
  }

  .header-top__desktop-actions__left {
    float: left;
  }

  .header-top__desktop-actions__right {
    float: right;
    padding: 99px 0 10px;
  }

  .header-bottom__mobile-actions {
    display: none;
  }

  .navigation-container__top-bar__actions {
    display: none !important;
  }

}

@media screen and (min-width:1300px) {

  .header {
    height: 157px;
    margin: 0;
    padding: 0;
  }
    
  .header__logo-container {
    width: 209px;
    height: 107px;
    top: 25px;
  }
  
  .header__logo {
    width: 209px;
    height: 107px;
  }

  .header-top__btn-spacer {
    margin: 0 23px;
    display: inline-block;
  }


  .header-top__btn > .header-top__btn__text {
    font-size: 0.9375rem;
    letter-spacing: 1.5px;
  }

  .header-top__btn.header-top__btn--small > .header-top__btn__text {
    font-size: 0.8rem;
    letter-spacing: 0;
  }

  .header-top__btn--icon {
    padding-left: 26px;
  }

  .header-top__btn--icon > .header-top__btn__icon {
    width: 16px;
    height: 16px;
  }

  .header-top__btn--icon-account > .header-top__btn__icon > svg {
    width: 16px;
    height: 16px;
  }

  .header-top__btn--icon-account {
    padding-left: 26px;
  }

  .header-top__btn--icon-account > .header-top__btn__icon {
    width: 18px;
    height: 18px;
  }
  
  .header-top__btn--icon-account > .header-top__btn__icon > svg {
    width: 18px;
    height: 18px;
  }

  .header-top__btn-slash {
    font-size: 1rem;
    margin: 1px 3px;
  }

  
  .header-top__desktop-actions__right {
    float: right;
    padding: 68px 0 68px;
  }

}



/*
##########################################
### Header Search
##########################################
*/

@media screen and (max-width: 919px) {

  .header__search__header {
    display: none;
  }

  .header__search__close {
    display: none;
  }

  .header__search {
    height: 100%;
    overflow: hidden;
    text-align: left;
    width: 100%;
    display: block !important;
  }

  .header__search__close {
    background-color: #EFEFEF;
    border-left: 2px solid #fff;
    bottom: 0;
    color: #231E1F;
    cursor: pointer;
    font-size: 0.625rem;
    font-weight: bold;
    height: 60px;
    padding: 25px 0;
    position: absolute;
    right: 0.775rem;
    text-align: center;
    top: 15px;
    width: 70px;
    text-transform: capitalize;
  }

  .header__search__close:hover,
  .header__search__close:active {
    background: #DE1C4B ;
    color: #FFF;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
  }

  .header__search-form {
    position: relative;
  }

  .header__search-form__search {
    height: 52px;
    margin: 0 0 8px 0;
    width: 100%;
  }

  .header__search-form__search-input {
    background-color: #FFF;
    border-radius: 0;
    color: #000;
    border-width: 0;
    border: 1px solid #A5A5A5;
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    height: 52px;
    outline: none;
    padding: 14px 74px 14px 14px;
    width: 100%;
  }

  .header__search-form__search-input::-webkit-input-placeholder{
    color:#8A8D8F;
    font-family: "Arsenal";
    font-size: 0.75rem;
    font-weight: 400;
  }

  .header__search-form__search-input::-moz-placeholder{
    color:#8A8D8F;
    font-family: "Arsenal";
    font-size: 0.75rem;
    font-weight: 400;
  }

  .header__search-form__search-input:-ms-input-placeholder{
    color:#8A8D8F;
    font-family: "Arsenal";
    font-size: 0.75rem;
    font-weight: 400;
  }

  .header__search-form__search-input:-moz-placeholder{ 
    color:#8A8D8F;
    font-family: "Arsenal";
    font-size: 0.75rem;
    font-weight: 400;
  }

  .header__search-form__button {
    background: #8A8D8F;
    border-radius: 0;
    border: 0;
    bottom: 0;
    cursor: pointer;
    height: 52px;
    outline: none;
    position: absolute;
    right:0;
    top:0;
    width: 66px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
  }

  .header__search-form__button:hover,
  .header__search-form__button:active {
    background: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
  }

  .header__search-form__button svg {
    fill: #FFF;
    height: 20px;
    width: 20px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
  }

  .header__search-form__button:hover svg,
  .header__search-form__button:active svg {
    fill: #13294B;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
  }

}

@media screen and (min-width: 920px) {
  
  
  .header__search {
    background-color: rgba(255, 255, 255, 0.95);
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    padding: 15px 82px 0 82px;
    position: fixed;
    right: 0;
    text-align: left;
    top: 0;
    z-index: 20000000;
    width: 100%;
    display: none;
  }

  .header__search__close {
    color: #231E1F;
    cursor: pointer;
    font-family: "Arsenal";
    font-size: 0.875rem;
    font-weight: 400;
    padding: 20px;
    position: absolute;
    right: 26px;
    text-align: center;
    top: 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
  }
  
  .header__search__close:hover,
  .header__search__close:active {
    background: #DE1C4B ;
    color: #FFF;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
  }

  .header__search__close span {
    font-family: "Arsenal";
    font-size: 2.375rem;
    vertical-align: top;
    line-height: 0.4;
  }
  
  .header__search__header {
    color: #13294B;
    font-family: "Arsenal";
    font-size: 2.375rem;
    font-weight: 400;
    letter-spacing: 4.5px;
    line-height: 1.19;
    margin: 108px auto 26px;
    max-width: 855px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
  }

  .header__search-form {
    position: relative;
    max-width: 855px;
    margin: 0 auto;
  }

  .header__search-form__search {
    width: 100%;
    height: 66px;
  }

  .header__search-form__search-input {
    background-color: #FFF;
    border-radius: 0;
    border-width: 0;
    border: 1px solid #A5A5A5;
    color: #000;
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    height: 66px;
    outline: none;
    padding: 14px 74px 14px 14px;
    width: 100%;
  }

  .header__search-form__search-input::-webkit-input-placeholder{
    font-size: 0.875rem;
    font-family: "Arsenal";
    color: rgba(103, 103, 103, 0.801);
    font-weight: 400;
  }

  .header__search-form__search-input::-moz-placeholder{
    font-size: 0.875rem;
    font-family: "Arsenal";
    color: rgba(103, 103, 103, 0.801);
    font-weight: 400;
  }

  .header__search-form__search-input:-ms-input-placeholder{
    font-size: 0.875rem;
    font-family: "Arsenal";
    color: rgba(103, 103, 103, 0.801);
    font-weight: 400;
  }

  .header__search-form__search-input:-moz-placeholder{ 
    font-size: 0.875rem;
    font-family: "Arsenal";
    color: rgba(103, 103, 103, 0.801);
    font-weight: 400;
  }

  .header__search-form__button {
    background: #13294B;
    border: 0;
    border-radius: 0;
    bottom: 0;
    cursor: pointer;
    height: 66px;
    outline: none;
    position: absolute;
    right:0;
    top:0;
    width: 66px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
  }

  .header__search-form__button:hover,
  .header__search-form__button:active {
    background: #1d3f72;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
  }

  .header__search-form__button svg {
    fill: #FFF;
    height: 20px;
    width: 20px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
  }

  .header__search-form__button:hover svg,
  .header__search-form__button:active svg {
    fill: #FFF;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
  }

}

/*
##########################################
### Header Search - Results Overlay
########################################## 
*/

.header__search__results {
  max-height: 234px;
  overflow: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 0;
  border: 1px solid #A5A5A5;
  border-top-width: 0;
}

.header__search__results::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0,0,0,0);
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
  border: 0 solid transparent;
  margin: 0;
  border-radius: 0;
  background-color: #FFF;
}

.header__search__results::-webkit-scrollbar {
  width: 7px;
  background-color: #FFF;
}

.header__search__results::-webkit-scrollbar-thumb{
  border: 0 solid transparent;
  margin: 0;
  box-shadow: inset 0 0 6px rgba(0,0,0,0);
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
  border-radius: 0;
  background-color: #13294B;
}

.header__search__results-list {
  margin: 0;
  padding: 0 13px;
  list-style: none;
  width: 100%;
}

.header__search__results-list-item {
  background: #FFF;
  display: block;
  width: 100%;
  border-bottom: 1px solid #A5A5A5;
}

.header__search__results-list-item:last-child {
  border-bottom: 0;
}

.header__search__results-list-item-link {
  font-size: 0.75rem;
  font-family: "Arsenal";
  color: #000000;
  font-weight: 500;
  line-height: 1.25;
  padding:16px 20px;
  position: relative;
  display: block;
  cursor: pointer;
  text-align: left;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.header__search__results-list-item-link:hover,
.header__search__results-list-item-link:focus {
  text-decoration: underline;
  color: #000000;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

@media (max-width: 919px) {
  .header__search__results {
    display: none !important;
  }
}
 
@media (min-width:920px) {
  
  .header__search__results {
    right: 0;
    display: none;
    background-color: #fff;
  }

  .header__search__results-list-item {
    min-height: 73px;
  }
  
  .header__search__results-list-item-link {
    font-size: 0.875rem;
    padding: 28px 16px 28px 70PX;
    min-height: 73px;
  }

  .header__search__results-list-item-link__image-container {
    position: absolute;
    top: 50%;
    width: 41.38px;
    height: 41.38px;
    left: 14px;
    transform: translateY(-50%);
    overflow: hidden;
  }

  .header__search__results-list-item-link__image {
    width: 100%;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
  }
}
 

/*
##########################################
### Navigation
########################################## 
*/


@media screen and (max-width: 919px) {  
  
  .navigation-container {
    background: #13294B;
    bottom: 0;
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    right: 0;
    top: 88px;
    width: 100%;
    z-index: 10000000;
    text-align: left;
  }

  #navigation {
    background-color: #fff;
  }

  .navigation-container__top-bar {
    padding: 24px 18px;
    background-color: #13294B;
  }

  .navigation-container__top-bar::after,
  .navigation-container__top-bar::before {
    content: ' ';
    display: table;
    clear: both;
  }

  .navigation-container__top-bar > .row {
    padding: 0;
  }

  .navigation-container__top-bar  .btn__primary .btn__primary__text {
    font-size: 0.875rem !important;
  }

  .navigation-container__top-bar  .btn__primary .btn__primary__text {
    font-size: 0.7rem !important;
  }

  .navigation__list {
    display: block !important;
    left: inherit !important;
    margin: 0;
    padding: 0;
  }

	.navigation__list-item {
		display: block;
		min-height: 50px;
		list-style: none;
		margin: 0;
    padding: 0;
    background-color: #FFF;
  }
  
  .navigation__list-item.open {
    padding-bottom: 18px;
  }

	.navigation__list-item:before  {
		font-size: 0;
		display: none;
		padding: 0;
  }
  
  .navigation__list-item-spacer {
    display: none;
  }

	.navigation__list-item-link {
		border-top: 1px solid #CCCCCC;
		color: #424343;
    display: block;
    font-family: 'Arsenal';
    letter-spacing: 1.5px;
		font-size: 0.9375rem;
		line-height: 1.4;
		margin: 0;
		padding: 19px 22px;
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
  }

  .navigation__list-item-link:hover,
  .navigation__list-item-link:active,
  .navigation__list-item-link:focus {
    color: #13294B;
  }

  [data-nav="true"] > .navigation__list-item-link .nav-item-toggle,
  [data-nav="true"] > .navigation__dropdown-list-item-link .nav-item-toggle,
  [data-nav2="true"] > .navigation__list-item-link .nav-item-toggle,
  [data-nav2="true"] > .navigation__dropdown-list-item-link .nav-item-toggle   { 
		content: '+';
		position: absolute;
    bottom:0;
    color: #13294B;
    font-family: "Arsenal";
    float: right;
    font-weight: 400;
    height: 100%;
    line-height: 0.9;
    padding: 16px;
    right:0;
    text-align: center;
    top: 0;
    font-size: 1.5rem !important;
    width: 51px;
    z-index: 100;
  }
  
  [data-nav="true"] > .navigation__list-item-link .nav-item-toggle::after,
  [data-nav="true"] > .navigation__dropdown-list-item-link .nav-item-toggle::after,
  [data-nav2="true"] > .navigation__list-item-link .nav-item-toggle::after,
  [data-nav2="true"] > .navigation__dropdown-list-item-link .nav-item-toggle::after { 
    content: '+';
    line-height: 0;
  }

  .navigation__list-item.open > .navigation__list-item-link .nav-item-toggle::after,
  .navigation__list-item.open > .navigation__list-item-link .nav-item-toggle::after,
  .navigation__dropdown-list-item.open > .navigation__dropdown-list-item-link .nav-item-toggle::after,
	.navigation__dropdown-list-item.open > .navigation__dropdown-list-item-link .nav-item-toggle::after  { 
		content: '-' !important;
  }

	.navigation__dropdown {
		display: none;
  }
  
  .navigation__list-item.open .navigation__dropdown,
  .navigation__list-item.open > .navigation__dropdown2 {
    display: block; 
    background-color: #fff;
    margin-top: -10px;
  }

  .navigation__dropdown-list > .navigation__dropdown-list-item {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    width: 100%;
    padding: 0 0;
    list-style: none !important;
    
  }
  
  .navigation__dropdown-list > .navigation__dropdown-list-item > .navigation__dropdown-list-item-link {
		color: #424343;
    display: block;
    font-family: 'Arsenal';
    letter-spacing: 0;
		font-size: 1.0375rem;
		line-height: 1.4;
		margin: 0;
		padding: 10px 22px 10px 22px;
    position: relative;
    font-weight: 400;
  }

  .navigation__dropdown-list > .navigation__dropdown-list-item.open > .navigation__dropdown-list-item-link {
    color: #000;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
  }

	.navigation__dropdown2--alt,
	.navigation__dropdown2 {
    display: none;
    min-width: 311px;
  }
  
  .navigation__dropdown-list-item.open .navigation__dropdown2--alt,
  .navigation__dropdown-list-item.open .navigation__dropdown2 {
    display: block; 
    background-color: #D8D8D8;
  }

  /* .navigation__dropdown-list2 {
    border-bottom: 1px solid #DDDDDD;
  } */

  .navigation__dropdown-list2--alt,
  .navigation__dropdown-list2 {
    background-color: #fff;
    display: block;
    margin: 0;
    min-width: 311px;
    padding: 0 0;
    width: 100%;
    
  }

  .navigation__dropdown-list2--alt > .navigation__dropdown-list-item,
  .navigation__dropdown-list2 > .navigation__dropdown-list-item {
    display: inline-block;
    margin: 0 0 0 0;
    vertical-align: top;
    width: 100%;
    list-style: none !important;
    position: relative;
  }
  

  .navigation__dropdown-list2--alt >  .navigation__dropdown-list-item > .navigation__dropdown-list-item-link,
  .navigation__dropdown-list2 >  .navigation__dropdown-list-item > .navigation__dropdown-list-item-link {
		color: #424343;
    display: block;
    font-family: 'Arsenal';
    letter-spacing: 0;
		font-size: 1.0375rem;
		line-height: 1.4;
		margin: 0;
		padding: 7px 22px 7px 35px;
    position: relative;
    font-weight: 400;
  }

  .navigation__dropdown-list2--alt >  .navigation__dropdown-list-item--overview > .navigation__dropdown-list-item-link,
  .navigation__dropdown-list2 >  .navigation__dropdown-list-item--overview > .navigation__dropdown-list-item-link {
    display:block;
    text-align: left;
    font-size: 0.7875rem;
    font-weight: 700;
    color: #707070;
    font-family: "Arsenal";
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: 1.3px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 0 0 0 0;
    margin: 0 0 16px 0;
    position: relative;
  }

  .navigation__dropdown-list2--alt >  .navigation__dropdown-list-item.active > .navigation__dropdown-list-item-link,
  .navigation__dropdown-list2--alt >  .navigation__dropdown-list-item > .navigation__dropdown-list-item-link:hover,
  .navigation__dropdown-list2--alt >  .navigation__dropdown-list-item > .navigation__dropdown-list-item-link:active,
  .navigation__dropdown-list2--alt >  .navigation__dropdown-list-item > .navigation__dropdown-list-item-link:focus,
  .navigation__dropdown-list2 >  .navigation__dropdown-list-item.active > .navigation__dropdown-list-item-link,
  .navigation__dropdown-list2 >  .navigation__dropdown-list-item > .navigation__dropdown-list-item-link:hover,
  .navigation__dropdown-list2 >  .navigation__dropdown-list-item > .navigation__dropdown-list-item-link:active,
  .navigation__dropdown-list2 >  .navigation__dropdown-list-item > .navigation__dropdown-list-item-link:focus {
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .navigation__list2--alt,
  .navigation__list2 {
    position: relative;
    display:block;
    margin: 25px 0 16px 0;
    padding: 0 10px;
    list-style: none;
    text-align: center;
  }
  
  .navigation__list2-item {
    display:inline-block;
    font-size: 0.725rem;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 9px 9px 9px;
  }
  
  .navigation__list2-item-link {
    font-size: 0.722rem;
    color: #AAAAAA;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .navigation__list2-item-link:hover,
  .navigation__list2-item-link:focus {
    color: #FFF;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .navigation__destroyable-nav {
    display: none;
  } 

}


@media screen and (min-width: 920px) { 

  .navigation-container {
    display: block !important;
  }
 
  .navigation__dropdown {
    display: none;
    position: absolute;
    width: 235px;
    z-index: 10000;
    padding: 0;
  }

  .navigation__dropdown--alt {
    width: 745px;
  }

  .navigation__dropdown2 {
    display: none;
    width: 311px;
    z-index: 10000;
    padding: 0;
    padding-top: 26px;
    position: absolute;
  }

  .navigation__dropdown2--alt {
    padding: 0 8.5px 11.5px 8.5px;
    display: none;
  }
  
  .mobileMenuContainer {
    display: block !important;
    left: inherit !important;
  }

  #navigation {
    text-align: left;
    padding-right: 0;
    float: left;
  }

  .navigation__list {
    display: inline-block;
    margin: 0 0 0 -10px;
    padding: 0 0;
    list-style: none;
    line-height: 1.5;
  }

  .navigation__list-item {
    display:inline-block;
    margin: 0;
    padding: 99px 10px 10px 10px;
  }

  .navigation__list-item--hidelg {
    display: none;
  }

  .navigation__list-item-spacer {
    display: inline-block;
    width: 193px;
  }

  .navigation__list-item-link {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    color: #424343;
    display: block;
    font-family: "Arsenal";
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.28;
    letter-spacing: 1.3px;
    padding: 0 0;
    position: relative;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-transform: uppercase;
  }

/* 
  [data-nav="true"] > .navigation__list-item-link:after {
    display: inline-block;
    content: '+';
    font-family: "Arsenal";
    color: #13294B;
    padding-left: 3px;
    font-weight: 400;
    width: 10px;
    font-size: 1rem;
    left: 100%;
    height: 3px;
    line-height: 0;
  } */
/* 
  [data-nav2="true"]:hover > .navigation__list-item-link .arrow-plus:after,
  [data-nav="true"]:hover > .navigation__list-item-link:after {
    content: '-';
  } */

  .navigation__list-item:after {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #FFF;
    content: ' ';
    background: #13294B;
    width: 60%;
    position: relative;
    display: block;
    height: 2px;
    top: 10px;
    margin: 0 auto;
    opacity: 0;
  }

  .navigation__list-item:hover:after ,
  .navigation__list-item:focus:after {
    opacity: 1;
    z-index: 10000000;
  }

  .navigation__list-item .navigation__dropdown {
    padding-top: 0;
    top: 128px;
    left: 0;
    right: 0;
    width: 100%;
  }

  .navigation__list-item .navigation__dropdown,
  .navigation__list-item > .navigation__dropdown2 {
    box-shadow: 0 6px 6px #00000029;
  }
  

  .navigation__list-item:hover .navigation__dropdown,
  .navigation__list-item:focus .navigation__dropdown,
  .navigation__list-item:hover > .navigation__dropdown2,
  .navigation__list-item:focus > .navigation__dropdown2 {
    display: block;
    box-shadow: 0 6px 6px #00000029;
  }
  
  .navigation__dropdown {
    padding-top: 26px;
    width: 227px;
  }

  .navigation__dropdown {
    width: 745px;
  }

  .navigation__dropdown-section-1 {
    background: rgb(255, 255, 255);
    position: relative;
    width: 100%;
  }

  .navigation__dropdown-list-item:hover .navigation__dropdown2,
  .navigation__dropdown-list-item:focus .navigation__dropdown2,
  .navigation__dropdown-list-item.focused .navigation__dropdown2 {
    display: block;
  }
  
  .navigation__dropdown-list {
    padding:  0 0;
    margin: 0 AUTO;
    display: block;
    max-width: 94rem;
    
  }

  .navigation__dropdown-list:after,
  .navigation__dropdown-list:before {
    content: ' ';
    display: table;
    clear: both;
  }

  .navigation__dropdown-list > .navigation__dropdown-list-item {
    float: left;
    margin: 0;
    vertical-align: top;
    margin: 0 auto;
    padding: 0 0;
    list-style: none !important;
  }

  /* .navigation__dropdown-list > .navigation__dropdown-list-item.open  .navigation__dropdown2--alt {
    display: block;
  } */
  
  .navigation__dropdown-list > .navigation__dropdown-list-item > .navigation__dropdown-list-item-link {
    color: rgba(66, 67, 67,0.6);
    font-family: "Arsenal";
    font-size: 0.875rem;
    line-height: 1.4;
    padding: 23px 25px 23px 25px;
    position: relative;
    display: block;
    text-align: left;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
  }

  .navigation__dropdown-list > .navigation__dropdown-list-item.open > .navigation__dropdown-list-item-link,
  .navigation__dropdown-list > .navigation__dropdown-list-item:hover > .navigation__dropdown-list-item-link,  
  .navigation__dropdown-list > .navigation__dropdown-list-item.focused > .navigation__dropdown-list-item-link,
  .navigation__dropdown-list > .navigation__dropdown-list-item > .navigation__dropdown-list-item-link:focus {
    color: #424343;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  /* .navigation__dropdown-list > .navigation__dropdown-list-item.active > .navigation__dropdown-list-item-link {
    
    color: #424343;
  } */


  .navigation__dropdown-list-item--hide {
    display: none;
  }  

  .navigation__destroyable-nav {
    display: block;
    clear: both;
  }

  .navigation__dropdown-list2 {
    border-top: 1px solid #C4C4C4;
    padding: 26px 32px;
    display: block;
    width: 100%;
    min-height: 100%;
    min-width: 311px;
    background-color: #fff;
    box-shadow: 0 3px 6px #00000029;
  }

  .navigation__dropdown-list2--alt {
    margin: 0 0 20px 0;
    border-top: 1px solid #C4C4C4;
    padding: 18px 33px;
  }

  .navigation__dropdown-list2--alt > .navigation__dropdown-list-item,
  .navigation__dropdown-list2 > .navigation__dropdown-list-item {
    display: inline-block;
    margin: 0 20px 0 -2px;
    vertical-align: top;
    list-style: none !important;
    position: relative;
    text-align: center;
  }

  .navigation__dropdown-list2--alt >  .navigation__dropdown-list-item > .navigation__dropdown-list-item-link {
    display:block;
    text-align: left;
    font-size: 0.875rem;
    font-weight: 400;
    color: #424343;
    font-family: "Arsenal";
    line-height: 1.3;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 10px 20px;
    margin: 0 0 2px 0;
    position: relative;
  }
  
  .navigation__dropdown-list2 >  .navigation__dropdown-list-item > .navigation__dropdown-list-item-link {
    display:block;
    text-align: left;
    font-size: 1.2rem;
    font-weight: 400;
    color: #707070;
    font-family: "Arsenal";
    line-height: 1.3;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 0 0 1px 0;
    position: relative;
  }

  .navigation__dropdown-list2 >  .navigation__dropdown-list-item--overview > .navigation__dropdown-list-item-link {
    display:block;
    text-align: left;
    font-size: 0.7875rem;
    font-weight: 700;
    color: #707070;
    font-family: "Arsenal";
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: 1.3px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 0 0 0 0;
    margin: 0 0 12px 0;
    position: relative;
  }

  .navigation__dropdown-list2--alt >  .navigation__dropdown-list-item > .navigation__dropdown-list-item-link:hover,
  .navigation__dropdown-list2--alt >  .navigation__dropdown-list-item > .navigation__dropdown-list-item-link:active,
  .navigation__dropdown-list2--alt >  .navigation__dropdown-list-item > .navigation__dropdown-list-item-link:focus,
  .navigation__dropdown-list2 >  .navigation__dropdown-list-item > .navigation__dropdown-list-item-link:hover,
  .navigation__dropdown-list2 >  .navigation__dropdown-list-item > .navigation__dropdown-list-item-link:active,
  .navigation__dropdown-list2 >  .navigation__dropdown-list-item > .navigation__dropdown-list-item-link:focus {
    color: #000;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .navigation__list2 { 
    display: none;
  }

  
}

@media screen and (min-width:1300px) {

  #navigation {
    padding-right: 0;
  }


   
  .navigation__list {
    padding: 0 0;
    margin: 0 0 0 -20px;
  }

  .navigation__list-item {
    padding: 66px 20px 66px 20px;
  }

  .navigation__list-item:last-child {
    margin-right: 0;
  }

  
  .navigation__list-item .navigation__dropdown {
    padding-top: 26px;
    top: 131px;
    left: 0;
    right: 0;
    width: 100%;
  }

  .navigation__list-item-spacer {
    display: inline-block;
    width: 280px;
  }
  
  .navigation__list-item-link {
    -webkit-transition: all 0.3s ease-in-out;
    display: block;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.28;
    letter-spacing: 1.5px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
  }

  .navigation__dropdown-list > .navigation__dropdown-list-item > .navigation__dropdown-list-item-link {
    font-size: 1.0375rem;
    padding: 23px 42px 23px 42px;
  }

  .navigation__dropdown-list2--alt > .navigation__dropdown-list-item > .navigation__dropdown-list-item-link {
    font-size: 1.0375rem;
    padding: 18px 12px;
  }
  

  .navigation__list-item:after {
    top: 68px;
  }



}

/*  
##########################################
### Basket Bar
########################################## 
*/

.basket-bar {
  min-height: 32px;
  background-color: #13294B;
  text-align: center;
}

.basket-bar__link {
  color: #FFF;
  display: block;
  font-size: 0.733rem;
  padding: 8px 5px;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.basket-bar__link:hover,
.basket-bar__link:focus {
  color: #FFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width:768px) {
  
  .basket-bar {
    min-height: 37px;
    text-align: center;
  }

  .basket-bar__link {
    color: #FFF;
    font-size: 0.9375rem;
    padding: 10px 5px;
  }

}
 
@media (min-width:1100px) {
 
}


/*  
##########################################
### login bar
########################################## 
*/

.login-bar {
  background-color: #13294B;
  padding: 22px 10px;
}

.login-bar__header {
  color: #fff;
  display: block;
  font-family: "Arsenal";
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.2;
  margin: 0 0 0 0;
  padding: 0;
  text-align: center;
  text-align: center;
  text-transform: uppercase;
}

.login-bar__header-link {
  color: #FFF !important;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {

  .login-bar {
    padding: 28px 12px;
  }
  
  .login-bar__header {
    display: block;
    text-align: center;
    font-size: 0.8725rem;
  }
  
  .login-bar__header-link {
    color: #FFF;
    text-decoration: underline;
  }

}

@media screen and (min-width: 1100px) {

  .login-bar {
    padding: 37px 16px;
  }
  
  .login-bar__header {
    display: block;
    text-align: center;
    font-size: 0.9375rem;
    letter-spacing: 1.5px;
  }
  
  .login-bar__header-link {
    color: #FFF;
    text-decoration: underline;
  }

}

/*  
##########################################
### Home Banner
########################################## 
*/

#carousel-1 {
  position: relative;
  margin: 0 0 0 0;
  overflow-y: hidden;
  border-bottom: 1px solid #FFF;
}

#carousel-1 .carousel {
  margin: 0;
  z-index: 5000;
}

#carousel-1 .slick-list {
  overflow-y:visible;
}


#carousel-1 .slick-vertical .slick-slide {
  border: none;
}

#carousel-1 .slide,
#carousel-1 .slide .relative,
#carousel-1 .slick-list {
  opacity: 1;
}

#carousel-1  .carousel-1__slide {
  padding: 0;
  position: relative;
}

#carousel-1  .carousel-1__slide__height {
  height: 360px;
  position: relative;
  overflow: hidden;
}

#carousel-1 .carousel-1__slide__height video {
  transform: initial;
  right: 0%;
  top: 0;
  min-width: initial;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  max-width: none;
  width: auto;
}


#carousel-1  .carousel-1__image-container-sm {
  display: block;
}

#carousel-1 .carousel-1__image-container-lg {
  position: relative;
  display: none;
}

#carousel-1 .carousel-1__image {
  bottom:0;
  height:auto;
  min-height: 100%;
  left : 50%;
  position: absolute;
  right: 0;
  top: 0;
  min-width: 100%;
  max-width: initial;
  transform: translateX(-50%);
}

#carousel-1 .carousel-1__slide__text {
  position: absolute;
  left: 50%;
  top: 55%;
  width:100%;
  padding: 0 22px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: left;
  z-index: 9001;
}

#carousel-1 .carousel-1__slide__header {
  color: #FFF;
  font-family: "Arsenal";
  font-size: 1.25rem;
  line-height: 1.25;
  letter-spacing: 3.6px;
  font-weight: 400;
  text-align: left;
  margin: 0 0 12px 0;
  display: block;
  position: relative;
  text-transform: uppercase;
}

#carousel-1 .carousel-1__slide__summary {
  color: #FFF;
  font-family: "Arsenal";
  font-size: 0.75rem;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0;
  text-align: left;
  letter-spacing: 0.72px;
  margin: 0 0 0 0;
  display: block;
  position: relative;
  text-transform: uppercase;
}

#carousel-1 .btn.btn__primary {
  box-shadow: 0px 3px 6px #00000034;
  margin-top: 25px;
}
/* 
#carousel-1 .btn.btn__primary > .btn__primary__text {
  padding: 9px 15px;
} */


#carousel-1 .carousel-1__controls {
  display: block;
}

#carousel-1 .carousel-relative {
  position: relative;
  height: 100%;
}

#carousel-1 .carousel-1__dots {
  overflow:hidden;
}

#carousel-1 .slick-dots {
  bottom: 0;
  display: block;
  list-style: none;
  margin: 0;
  min-height: 45px;
  padding: 8px 0 20px 0;
  position: absolute;
  text-align: center;
  width: auto;
  z-index: 9999;
  left: 50%;
  -webkit-transform: translate(-50%,0);
          transform: translate(-50%,0);
}

#carousel-1 .slick-dots li {
  width:12px;
  height:12px;
  margin: 0 4px;
}

#carousel-1 .slick-dots li button {
  background: #e3eaf6;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 100%;
  box-shadow: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 12px;
  line-height: 0;
  outline: none;
  padding: 3px;
  width: 12px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#carousel-1 .slick-dots li.slick-active button{
	border: 1px solid #fff;
  background: #FFF;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#carousel-1 .slick-dots li button:hover,
#carousel-1 .slick-dots li button:focus {
  outline: none;
}

#carousel-1 .slick-dots li button:hover:before,
#carousel-1 .slick-dots li button:focus:before {
  opacity: 1;
}

#carousel-1 .slick-dots li button:before {
	display: none;
}

#carousel-1 .slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}


/* Slick Arrows */
#carousel-1__arrows {
  opacity: 1;
}


#carousel-1 .slick-prev:hover,
#carousel-1 .slick-next:hover{
  color: transparent;
  outline: none;
  background: rgba(0, 119, 190, 1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#carousel-1 .slick-prev:hover:before,
#carousel-1 .slick-next:hover:before{
  opacity: 1;
}

#carousel-1 .slick-prev.slick-disabled:before,
#carousel-1 .slick-next.slick-disabled:before {
  opacity: .25;
}


#carousel-1 .slick-prev {
  background: 35px;
  background: transparent !important;
  border-radius: 0;
  bottom: 0;
  height: 18px;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 11px;
  z-index: 9001;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0.5;
}

#carousel-1 .slick-next {
  background: 35px;
  background: transparent !important;
  border-radius: 0;
  bottom: 0;
  height: 18px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 11px;
  z-index: 9001;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0.5;
}

#carousel-1 .slick-prev svg{
  height: 18px;
  width: 11px;
  fill: #fff;
}

#carousel-1 .slick-next svg{
  height: 18px;
  width: 11px;
  fill: #fff;
}

#carousel-1 .slick-prev::before {
  display: none;
}

#carousel-1 .slick-next::before {
  display: none;
}

#carousel-1 .slick-prev:hover,
#carousel-1 .slick-prev:focus,
#carousel-1 .slick-next:hover,
#carousel-1 .slick-next:focus {
  color: transparent;
  outline: none;
  opacity: 1;
}

#carousel-1 .slick-prev:hover:before,
#carousel-1 .slick-prev:focus:before,
#carousel-1 .slick-next:hover:before,
#carousel-1 .slick-next:focus:before {
  opacity: 1;
}

#carousel-1 .slick-prev.slick-disabled:before,
#carousel-1 .slick-next.slick-disabled:before {
  opacity: .25;
}


#carousel-1  .carousel-1__image-container-sm {
  padding-top: 32.444%;
}

#carousel-1  .carousel-1__overlay {
  /* background: rgba(5, 24, 56, 0.6); */
  position: absolute;
  bottom:0;
  top:0;
  left:0;
  right:0;
  z-index: 9000;
}

@media screen and (min-width:400px) {
    
  #carousel-1 .carousel-1__slide__header{
    font-size: 2.25rem;
  }
}

@media screen and (min-width:550px) {
    
  #carousel-1 .carousel-1__slide__header{
    font-size:2.5rem
  }

  #carousel-1 .carousel-1__slide__summary {
    font-size: 0.875rem;
  }

}

@media screen and (min-width:768px) {


  #carousel-1 {
    margin-bottom: 0;
  }

  #carousel-1 .slick-dots li {
    margin: 0 5px;
  }

  #carousel-1  .carousel-1__slide__height {
    padding: 40.43% 0 0 0;
    position: relative;
    max-height: 674px;
  }

  #carousel-1 .carousel-1__slide__height video {
    transform: initial;
    right: 0%;
    top: 0;
    min-width: initial;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%;
    max-width: none;
    width: auto;

  }

  #carousel-1  .carousel-1__image-sm {
    display: none;
  }

  #carousel-1  .carousel-1__image-lg {
    display:block;
  }

  #carousel-1 .carousel-1__slide__text {
    bottom: initial;
    height: auto;
    max-width: 80.75rem;
    min-height: 0;
    right: inherit;
    text-align: left;
    width: 100%;
  }

  #carousel-1 .slick-dots {
    padding: 8px 0 20px 0;
  }
  
  #carousel-1 .carousel-1__slide__header {
    line-height: 1.28;
    font-size: 1.75rem;
    margin-bottom: 20px;
  }

  #carousel-1 .carousel-1__slide__summary {
    line-height: 1.28;
    font-size: 1rem;
    margin-bottom: 0;
    letter-spacing: 1.32px;
  }

  #carousel-1 .btn.btn__primary {
      margin-top: 20px;
  }
  
  

  /* #carousel-1 .btn.btn__primary > .btn__primary__text {
    padding: 17px 35px;
  }   */
 
  #carousel-1 .slick-prev {
    height: 30px;
    width: 18px;
    left : 18px;
  }
  
  #carousel-1 .slick-next {
    height: 30px;
    width: 18px;
    right : 18px;
  }

  #carousel-1 .slick-prev svg{
    height: 30px;
    width: 18px;
  }
  
  #carousel-1 .slick-next svg{
    height: 30px;
    width: 18px;
  }

  
  #carousel-1 .carousel-1__image {
    bottom:0;
    height:100%;
    left : 50%;
    position: absolute;
    right: 0;
    top: 0;
    width:auto;
    max-width: initial;
    transform: translateX(-50%);
  }

}

@media screen and (min-width:1100px) {

  #carousel-1 {
    margin-bottom: 0;
  }

  #carousel-1 .slick-dots {
    bottom: 0;
    padding: 8px 0 22px 0;
    z-index: 9999;
  }
  
  #carousel-1 .slick-dots li {
    width:13px;
    height:13px;
  }
  
  #carousel-1 .slick-dots li button {
    height: 13px;
    padding: 5px;
    width: 13px;
  }

  #carousel-1 .carousel-1__slide__header {
    font-size: 2.5rem;
    letter-spacing: 6.4px;
  }

  #carousel-1 .carousel-1__slide__summary {
    font-size: 1.25rem;
  }

  #carousel-1 .btn.btn__primary {
    margin-top: 43px;
  }

}


@media screen and (min-width:1400px) {

  #carousel-1 {
    margin: 0 0 0 0;
  }

  #carousel-1 .carousel-1__slide__header {
    font-size: 4rem;
    line-height: 1.25;
    margin-bottom: 21px;
  }

  #carousel-1 .carousel-1__slide__summary {
    line-height: 1.28;
    font-size: 1.375rem;
  }

}




/* 
##########################################
### Breadcrumbs
########################################## 
*/

.breadcrumbs-container {
  margin: 0 auto;
  width: 100%;
}

.breadcrumbs {
  display: block;
  list-style:none;
  margin: 12px 0 11px 0;
  padding: 0 8px;
  font-size: 1rem;
}

.breadcrumbs__item {
  color: #707070;
  display: inline-block;
  font-size: 0.5625em;
  font-weight: 400;
  line-height: 1.4;
  vertical-align: top;
}

.breadcrumbs__item::after {
  background-position: center;
  color: #707070;
  content: '|';
  display: inline-block;
  font-weight: 400;
  height: 15px;
  margin: 0 9px 0 12px;
  text-align: center;
  vertical-align: top;
  width: 3px;
}

.breadcrumbs__item:last-child::after {
  content: '';
  display: none;
}

.breadcrumbs__item__no-link,
.breadcrumbs__item__link {
  font-size: 1em;
  color: #707070;
  font-weight: 400;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.breadcrumbs__item__link:hover,
.breadcrumbs__item__link:focus {
  color: #707070;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.breadcrumbs__item__no-link {
  text-decoration: none !important;
}

.breadcrumbs__item:last-child .breadcrumbs__item__link {
  text-decoration: none;
}

.banner .breadcrumbs__item,
.banner .breadcrumbs__item::after,
.banner .breadcrumbs__item:last-child::after,
.banner .breadcrumbs__item__no-link,
.banner .breadcrumbs__item__link,
.banner .breadcrumbs__item__link:hover,
.banner .breadcrumbs__item__link:focus {
  color: #FFF;
}


@media (min-width:420px) {

  .breadcrumbs__item {
    font-size: 0.675em;
  }
}
 
@media (min-width:768px) {

  .breadcrumbs {
    margin: 15px 0 15px 0;
  }
  
  .breadcrumbs__item {
    font-size: 0.8em;
  }


}

@media (min-width:820px) {

  .breadcrumbs {
    padding: 0 32px;
  }
}

@media (min-width:1100px) {

  .breadcrumbs {
    margin: 18px 0 18px 0;
  }

  .breadcrumbs__item {
    font-size: 0.875em;
  }


}

/* 
##########################################
### Banner
########################################## 
*/

.banner {
  min-height: 194px;
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 1rem;
  margin-bottom: 25px;
}

.banner__mobile-image {
  position: absolute;
  top: 0;
  bottom:0;
  left:0;
  right:0;
  z-index: 0;
} 

.banner__desktop-image {
  display: none;
}

.banner__overlay {
  background-color: rgba(11, 28, 52, 0.51);
  bottom:0;
  left:0;
  position: absolute;
  right:0;
  top:0;
  z-index: 0;
}

.banner .breadcrumbs {
  text-align: left;
  position: absolute;
  z-index: 1;
  left: 0;
  top:0;
  right:0;
}

.banner__header {
  color: #FFF;
  display: inline-block;
  font-family: "Arsenal";
  font-size: 1.5625em;
  font-weight: 400;
  left: 50%;
  letter-spacing: 0;
  letter-spacing: 3px;
  line-height: 1.4;
  padding: 10px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  width: 100%;
  transform: translate(-50%,-50%);
}

.banner__text {
  left: 50%;
  line-height: 1.4;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  transform: translate(-50%,-50%);
}

.banner__text__header {
  color: #FFF;
  display: inline-block;
  font-family: "Arsenal";
  font-size: 1.5625em;
  font-weight: 400;
  letter-spacing: 0;
  letter-spacing: 3px;
  line-height: 1.4;
  margin: 0 0 18px 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.banner__text__list {
  color: #FFFFFF;
  display: inline-block;
  line-height: 1.625;
  margin: 0;
  text-align: center;
}

.banner__text__list-item {
  display: block;
}

.banner__text__list-item-link {
  border-bottom: 1px solid transparent;
  color: #FFFFFF;
  display: inline-block;
  font-weight: 400;
  font-family: "Arsenal";
  font-size:  1rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.banner__text__list-item-link:hover,
.banner__text__list-item-link:focus {
  border-bottom: 1px solid #FFF;
  color: #FFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


@media (min-width:500px) {

  .banner__header {
    font-size: 1.875em;
  }

}
 
@media (min-width:768px) {
  
  .banner {
    min-height: 250px;
  }

  .banner__desktop-image {
    bottom:0;
    display: block;
    left:0;
    position: absolute;
    right:0;
    top: 0;
    z-index: 0;
  } 

  .banner__mobile-image {
    display: none;
  }

  .banner__header {
    line-height: 1.38;
    font-size: 2.5em;
  }

  .banner__header::before {
    width: 68%;
  }
  
  .banner__header::after {
    width: 68%;
  }

  .banner__text__list-item {
    display: inline-block;
    vertical-align: top;
  }

  .banner__text__list-item:after {
    content: '•';
    display: inline-block;
    position: relative;
    color: #FFF;
    padding: 0 10px 0 17px;
  }

  .banner__text__list-item-link {
    font-size:  1.25rem;
    display: inline-block
  }

  .banner__text__list-item:last-child:after {
    display: none;
  }
  

}
 
@media (min-width:1100px) {
  
  .banner {
    min-height: 321px;
    margin-bottom: 39px;
  }
  
  .banner__header {
    line-height: 1.28;
    font-size: 2.8125em;
    letter-spacing: 4.5px;
    padding: 18px 0;
  }

  .banner__text__header {
    line-height: 1.28;
    font-size: 2.8125em;
    letter-spacing: 4.5px;
    margin-bottom: 27px;
  }
    
  .banner__text {
    padding: 18px 0;
  }
  
}

/* 
##########################################
### Main Content
########################################## 
*/

.main-content {
  display: block;
}

.main-content__sidenavigation {
  text-align: center;
  width: 100%;
}
 
@media (min-width:768px) {

  .main-content {
    display: block;
    position: relative;
  }

  .main-content.main-content--sidenavigation {
    padding-left: 240px;
    min-height: 400px;
  }

  .main-content__sidenavigation {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 240px;
    text-align: left;
    padding: 0 16px 0 0;
  }

}
 
@media (min-width:1100px) {

  .main-content.main-content--sidenavigation {
    padding-left: 420px;
    min-height: 400px;
  }

  .main-content__content {
    
  }
 
  .main-content__sidenavigation {
    width: 420px;
  }

}

/* 
##########################################
### Side Navigation
########################################## 
*/

.side-navigation {
  font-size: 1rem;
  display: block;
  width: 100%;
  margin-bottom: 25px;
}

.side-navigation__header {
  margin-bottom: 15px;
  font-family: "Arsenal";
  font-size: 1em;
  color: #000000;
  line-height: 1.6;
}

.side-navigation__telephone {
  margin-bottom: 10px;
  font-family: "Arsenal";
  font-size: 0.75em;
  display: inline-block;
  position: relative;
  padding-left: 20px;
  line-height: 1.6;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


.side-navigation__telephone:hover .side-navigation__telephone__text,
.side-navigation__telephone:focus .side-navigation__telephone__text {
  border-bottom: 1px solid #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;   
}

.side-navigation__telephone__icon {
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.side-navigation__telephone__icon svg {
  width: 12px;
  height: 12px;
}

.side-navigation__telephone__text {
  border-bottom: 1px solid transparent;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.side-navigation__address {
  margin-bottom: 10px;
  font-family: "Arsenal";
  font-size: 0.75em;
  color: #000000;
  line-height: 1.6;
}

.side-navigation__opening-times {
  margin-bottom: 0;
  display: block;
  font-family: "Arsenal";
  font-size: 0.75em;
  color: #000000;
  line-height: 1.6;
}

@media (min-width:500px) {

  .side-navigation {
    margin-bottom: 30px;
  }
  
  .side-navigation__header {
    margin-bottom: 12px;
    font-size: 1.3em;
    color: #000000;
  }
  
  .side-navigation__address {
    margin-bottom: 15px;
    font-size: 0.75em;
    color: #000000;
  }
  
  .side-navigation__telephone {
    margin-bottom: 15px;
    font-size: 0.75em;
    color: #000000;
  }
  
  .side-navigation__opening-times {
    margin-bottom: 0;
    display: block;
    font-size: 0.75em;
    color: #000000;
  }

}
 
@media (min-width:768px) {
  
  .side-navigation__header {
    margin-bottom: 21px;
    font-size: 1.475em;
    color: #000000;
  }

  .side-navigation__telephone {
    margin-bottom: 20px;
    font-size: 0.9em;
    color: #000000;
    line-height: 1.6875;
    padding-left: 30px;
  }

  .side-navigation__telephone__icon {
    width: 19px;
    height: 19px;
  }

  .side-navigation__telephone__icon svg {
    width: 19px;
    height: 19px;
  }
  
  .side-navigation__address {
    margin-bottom: 20px;
    font-size: 0.9em;
    color: #000000;
    line-height: 1.6875;
  }
  
  .side-navigation__opening-times {
    margin-bottom: 0;
    display: block;
    font-size: 0.9em;
    color: #000000;
    line-height: 1.6875;;
  }

}

@media (min-width:1100px) {
  
  .side-navigation__header {
    font-size: 1.475em;
  }

  .side-navigation__telephone {
    font-size: 1em;
  }

  .side-navigation__address {
    font-size: 1em;
  }

  .side-navigation__opening-times {
    font-size: 1em;
  }

}



/*
##########################################
### Article Images
########################################## 
*/

.article-images {
  display: block
}

.article-images-container {
  max-width: 988px;
  margin: 0 auto 7px;
}

#article-images {
  position: relative;
  width: 100%;
  margin: 0 auto 0 auto;
  border: 0 solid transparent;
  padding: 0;
  text-align: center;
  z-index: 100;
}

#article-images .slick-list {
  overflow-y: none;
}

#article-images .slide,
#article-images .slide .relative {
  outline:none !important;
}

#article-images .slide {
  padding-right: 0;
  display: block;
  margin: 0 0 0 0;
  position: relative;
  overflow: hidden;
}

#article-images .slide > a {
  display: block;
  position: relative;
  outline: none;
  padding-top: 61.63%;
}

#article-images.article-images--alt .slide > a {
  padding-top: 100%;
}

#article-images .slide img {
  display: block;
  max-width: 125%;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  min-width: 100%;
  min-height: 100%;
}

#article-images .slick-slider {
  margin:0;
}


#article-images .slider-controls {
  text-align: center;
  display: block;
  padding: 0;
}

#article-images .slider-controls.slider-controls--alt {
  bottom: 18px;
  left: 28px;
  position: absolute;
}

/* arrows */
#article-images .slick-prev,
#article-images .slick-next {
  border-radius: 100%;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.4);
  background-color: #1AC2C6;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  width: 31px;
  height: 31px;
  line-height: 0;
  outline: none;
  padding: 0;
  bottom: 0;
  position: absolute;
  float: left;
  top: 50%;
  clear: both;
  z-index: 1000;
  margin: 0 0 0 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}


#article-images .slick-prev svg,
#article-images .slick-next svg {
  width: 18px;
  height: 18px;
  opacity: 0.7;
  fill: #FFF;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

#article-images .slick-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  float: left;
  left: 10px;
  -webkit-transform: translate(0, -50%) scaleX(-1);
  transform: translate(0, -50%) scaleX(-1);
  -webkit-filter: FlipH;
          filter: FlipH;
  -ms-filter: "FlipH";
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#article-images .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  background-position: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#article-images .slick-prev:hover,
#article-images .slick-next:hover,
#article-images .slick-prev:focus,
#article-images .slick-next:focus {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#article-images .slick-prev:hover svg,
#article-images .slick-next:hover svg,
#article-images .slick-prev:active svg,
#article-images .slick-next:active svg {
  opacity: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

#article-images .slick-prev:before,
#article-images .slick-next:before {
  display: none;
}

#article-images .carousel-relative {
  position: relative;
  height: 100%;
}

#article-images .slick-slide-total {
  font-size: 0.788rem;
  color: #606060;
  margin: 9px 9px;
  display: inline-block;
  vertical-align: top;
  width: 39px;
}

/* dots */
#article-images #dots-latch {
  display: inline-block;
  padding: 0;
  margin: 0 0 0 0;
  list-style: none;
  text-align: center;
  left: 22px;
  right: 22px;
  height: auto;
  min-height: 10px;
  z-index: 1001;
  line-height: 1;
  position: absolute;
  bottom: 15px;
}

#article-images .slick-dotted.slick-slider {
  margin-bottom: 0;
}

#article-images .slick-dots {
  display: inline-block;
  margin: 0 auto;
  min-height: 10px;
  padding: 0;
  position: relative;
  bottom: initial;
  line-height: 1;
  text-align: left;
}

#article-images .slick-dots li {
  box-shadow: 0px 3px 4px #00000066;
  cursor: pointer;
  display: inline-block;;
  margin: 0 7px 0 7px;
  padding: 0;
  width: 12px;
  height: 12px;
  vertical-align: top;
  color: #fff;
  border-radius: 8px;
}

#article-images .slick-dots li button {
  background: transparent;
  border-radius: 8px;
  border: 1px solid #FFF;
  color: transparent;
  cursor: pointer;
  display: block;
  line-height: 0;
  outline: none;
  padding:0;
  background: transparent;
  width: 12px;
  height: 12px;
}

#article-images .slick-dots li button:hover,
#article-images .slick-dots li button:focus {
  outline: none;
}

#article-images .slick-dots li button:hover:before,
#article-images .slick-dots li button:focus:before {
  opacity: 1;
}

#article-images .slick-dots li button:before {
  display: none;
}

#article-images .slick-dots li.slick-active button {
  background: #FFF;
}

#article-images .slick-prev,
#article-images .slick-next {
  display: none !important;
}


@media screen and (min-width: 768px) {

  .article-images-container {
    margin-bottom: 22px;
  }
  
  .article-images-container--alt {
    margin-bottom: 9px;
  }

  #article-images {
    margin-bottom: 0;
  }

  #article-images:hover .slick-prev,
  #article-images:hover .slick-next {
    display: inline-block !important;
  }

  /* dots */
  #article-images  #dots-latch {
    margin: 14px 0 0 0;
    min-height: 13px;
    position: absolute;
    left: 49px;
    bottom: 40px;
  }
  
  
  #article-images .slick-dots {
    min-height: 13px;
  }
  
  #article-images .slick-dots li {
    width: 15PX;
    height: 15PX;
  }
  
  #article-images .slick-dots li button {
    width: 15PX;
    height: 15PX;
  }

  #article-images .slider-controls.slider-controls--alt {
    bottom: 23px;
    left: 36px;
    position: absolute;
  }

}


@media screen and (min-width: 1130px) {
  
  #article-images .slick-prev:hover,
  #article-images .slick-next:hover {
    color: transparent;
    outline: none;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  #article-images .slick-prev {
    display: block !important;
    border-width: 0;
    background: none;
    box-shadow: none;
    border-radius: 100%;
    bottom: 0;
    height: 66px;
    left: -66px;
    margin: 0 0 0 -5px;
    position: absolute;
    top: 50%;
    width: 66px;
    z-index: 9001;
    -moz-transform: translate(0,-50%) scaleX(-1);
    -o-transform: translate(0,-50%) scaleX(-1);
    -webkit-transform: translate(0,-50%) scaleX(-1);
    transform: translate(0,-50%) scaleX(-1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  #article-images .slick-next {
    display: block !important;
    border-width: 0;
    background: none;
    box-shadow: none;
    border-radius: 100%;
    bottom: 0;
    height: 66px;
    right: -66px;
    margin: 0 0 0 0;
    position: absolute;
    top: 50%;
    width: 66px;
    z-index: 9001;
    -moz-transform: translate(0,-50%) scaleX(-1);
    -o-transform: translate(0,-50%) scaleX(-1);
    -webkit-transform: translate(0,-50%) scaleX(-1);
    transform: translate(0,-50%) scaleX(-1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  #article-images .slick-next svg {
    position: relative;
    transform: rotate(180deg);
    fill: rgba(19, 41, 75, 0.75);
    width: 9px;
    height: 16px;
  }

  #article-images .slick-prev svg {
    fill: rgba(19, 41, 75, 0.75);
    width: 9px;
    height: 16px;
  }

  #article-images .slick-prev:hover .arrow-image-svg {
    fill: #13294B;
  }

  #article-images .slick-prev:hover,
  #article-images .slick-next:hover {
    color: transparent;
    outline: none;
  }

  #article-images .slick-prev:hover svg,
  #article-images .slick-next:hover svg {
    opacity: 1;
  }

  #article-images .slick-prev.slick-disabled svg,
  #article-images .slick-next.slick-disabled svg {
    opacity: .75;
  }
}




/* 
##########################################
### Article Youtube
########################################## 
*/

.article__youtube-contiainer {
  max-width: 417px;
  margin: 0 auto 10px auto;
  display: block;
  clear: both;
}

.article__youtube {
	position: relative;
  padding-bottom: 56.25%;
  margin:0 auto;
}

.article__youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

 

/* 
##########################################
### Article Width
########################################## 
*/

article.blog-content,
.blog-content {
  margin-bottom: 35px;
}

.article-width {
  width: 100%;
  margin: 0 auto;
  max-width: 540px;
}

.article-width:first-child:not(:last-child) .article {
  margin-bottom: 24px;
}

.article-width .article {
  max-width: 750px;
  margin: 0 0 16px 0;
}

.article-width .article.article--Journal {
  max-width: 868px;
}

.article > *:not(h2)::not(h1):last-child {
  margin-bottom: 0 !important;
}

.article-width--margin-bottom {
  margin-bottom: 30px;
}


@media (min-width:768px) {

  .article-width {
    max-width: 980px;
  }

  .article-width--margin-bottom {
    margin-bottom: 40px;
  }
 
  .article-width .article {
    max-width: 750px;
    margin: 0 0 20px 0;
  }
  
  article.blog-content {
    margin: 0 0 50px 0;
  }
  
  .article-width--center .article {
    margin: 0 auto 18px auto;
  }

}

@media (min-width: 1000px) {
  .article-width--images {
    min-height: 400px;
    padding-right: 325px;
  }

  .article-width--sidebar {
    padding-right: 280px;
  }

}
 
@media (min-width:1100px) {
  
  .article-width--margin-bottom {
    margin-bottom: 76px;
  }
  
  .article-width--images {
    padding-right: 355px;
  }

  .article-width--sidebar {
    padding-right: 330px;
  }

  .article-width--center .article {
    margin-bottom: 60px;
  }

  .article-width:first-child:not(:last-child) .article {
    margin-bottom: 40px;
  }

  .article-width:first-child:not(:last-child) .article {
    margin-bottom: 24px;
  }

}


/* 
##########################################
### Article Sidebar
########################################## 
*/

.article-sidebar {
  
  margin: 0 auto;
}

.article-sidebar  .ranges-secondary__range-width-alt:nth-child(3){ 
  display: none;
}

@media (min-width:1000px) {
  
  .article-sidebar {
    position: absolute;
    margin: 0;
    right: 0;
    top: 22px;
    width: 250px;
    max-width: 540px;
  }

  .article-sidebar  .ranges-secondary__range-width-alt:nth-child(3){ 
    display: block;
  }
}
 
@media (min-width:1100px) {
  .article-sidebar {
    width: 310px;
  }
}

/* 
##########################################
### Body Toggle BUtton
########################################## 
*/

.body-toggle-button {
  margin: 0 auto 20px auto;
  text-align: center;
  cursor: pointer;
  letter-spacing: 1.5px;
  color: #13294B;
  font-size: 0.75rem;
  display: block;
  text-transform: uppercase;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
   -khtml-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

 
@media (min-width:768px) {
  .body-toggle-button {
    font-size: 1rem;
    margin: 0 auto 61px auto;
  }
  
  .body-toggle {
    margin-top: -30px;
  }
}


/* 
##########################################
### Article
########################################## 
*/

.article {
  display: block;
  margin: 0 auto 20px auto;
  max-width: 750px;
}

.article.article--halfmargin {
  margin: 0 0 10px 0;
}


.article-brand {
  max-width: 120px;
  display: block;
  margin-bottom: 15px;
}

.article p:first-child {
  margin-top: 0 !important;
}

.article p.article-product-code {
  color: #121F36;
  font-size: 0.5625rem;
  margin: -4px 0 10px 0;
}

.article h1 {
  color: #13294B;
  font-family: "Arsenal";
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 1.19;
  margin: 0 0 12px 0;
  padding: 0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: center;
}

.article h2 {
  color:#13294B;
  text-align: center;
  font-family: "Arsenal";
  font-size: 0.93333rem;
  font-weight: 400;
  line-height: 1.42;
  margin: 0 auto 20px auto;
}

.article h3 {
  color: #13294B;
  font-size: 1rem;
  font-family: 'Arsenal';
  margin: 15px 0 10px 0;
  padding: 0;
  font-weight: 400;
}

.article h3 a {
  color: #13294B;
  text-decoration: underline;
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
}

.article h3 a:hover,
.article h3 a:focus {
  color: #13294B;
  text-decoration: underline;
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
}

.article h4.article-date {
  color: #13294B;
  font-family: "Arsenal";
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 1.2px;
  margin: 0 0 10px 0;
  text-align: center;
  padding: 0;
  text-transform: uppercase;
}

.article h4.product-code {
  color: #13294B;
  font-family: "Arsenal";
  font-size: 0.875rem;
  font-weight: 400;
  margin: -2px 0 10px 0;
  padding: 0;
  text-transform: uppercase;
}

.article p,
.article ol,
.article ul,
.article dl,
.article td {
  color: #13294B;
  font-size: 0.8rem;
  font-weight: 400;
  margin: 5px 0 18px;
  line-height: 1.78;
}

.article p a {
  font-size: 1em;
  color: #13294B;
  text-decoration: underline;
}

.article p a:hover,
.article p a:focus{
  color: #000;
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
}

.article p img{
  margin:10px 0;
}

.article ul,
.article ol {
  margin: 0.25rem 0 0.25rem 1.5rem;
  padding: 0;
}
.article ul a,
.article ol a {
  color: #13294B;
  text-decoration: underline;
}

.article ul a:hover,
.article ol a:focus,
.article ul a:hover,
.article ol a:focus{
  color: #13294B;
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
}

.article ul > ul,
.article ol > ol,
.article ul ol,
.article ol > ul,
.article ul > p,
.article ol > p,
.article dl > ul {
  font-size: 0.725rem;
}

.article ul > ul,
.article ol > ul {
  list-style: disc;
}

.article ul > ul,
.article ol > ul,
.article ol > ol,
.article ul > ol {
  margin: 0;
}

.article ul > li,
.article ol > li {
  margin-top: 0;
}

.article dl {
  margin: 1em 0 0 0;
}

.article ul,
.article ol {
  margin: 0.5rem 0 0.5rem 2rem;
  padding: 0;
}

.article ul a,
.article ol a {
  text-decoration: underline;
}

.article table {
  display: table;
  margin: 0 0 30px 0;
  border-color: #ebebeb;
  max-width: 100% !important;
  background-color: #ebebeb !important;
  color: #231E1F !important;
  overflow: hidden;
}

.article table tr {
  margin: 0 0 0 0;
  width: 100%;
  border-bottom:3px solid #FFF;
}

.article table tr:last-child {
  border-bottom:0 solid #FFF;
}

.article table tr td {
  min-height: 40px;
  background-color: #ebebeb;
  border-right: 1px solid #FFF;
	color: #231E1F;
  font-size: 0.8125em;
  font-weight: 400;
  line-height: 1.7;
  margin:0 0 0 0;
  padding:10px 15px 10px 15px;
}

.article table tr td:last-child {
  border-right:0 solid #FFF;
}

.article table tr:nth-child(odd) td {
  background-color: #d7d7d7;
}


.article table tr td p {
  font-size: 0.8125em;
}

.article table tr td ul > ul,
.article table tr td ol > ol,
.article table tr td ul ol,
.article table tr td ol > ul,
.article table tr td ul > p,
.article table tr td ol > p,
.article table tr td dl > ul {
  font-size: 0.8125em;
}

.article .article__youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  border: 0;
}

.article p .article-btn {
  background: #13294B;
  border: 0 solid transparent;
  display: inline-block;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  position: relative;
  cursor: pointer;
  outline: none;
  padding: 0;
  line-height: 0;
  font-size: 0;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  border: 0;
  padding: 15px 44px 15px 44px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 1.6px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  vertical-align: top;
}


.article p .article-btn:focus,
.article p .article-btn:hover {
  background: #1c3c6d;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 11px 0.6px rgba(0, 0, 0, 0.09);
}


.article:not() > *:last-child {
  margin-bottom: 0 !important;
}

.article__img {
  margin: 0 0 30px 0;
  width: 200px;
  height: 200px;
}


@media (min-width:500px) {
  
  .article h1 {
    font-size: 1.35rem;
  }

}
 
@media (min-width:768px) {

  .article {
    display: block;
    margin: 0 auto 34px auto;
  }

  .article.article--halfmargin {
    margin: 0 0 20px 0;
  }

  .article-brand {
    margin-bottom: 22px;
    max-width: 150px;
  }

  .article p.article-product-code {
    margin-top: -10px;
    font-size: 0.711rem;
    margin-bottom: 32px;
  }
 
  .article h1 {
    font-size: 1.625rem;
    line-height: 1.35;
  }

  .article h2 {
    font-size: 0.975rem;
    line-height: 1.26086957
  }

  .article p.article-product-code ~ h2 {
    margin-bottom: 36px;
  }

  .article h3 {
    font-size: 1.125rem;
  }

  .article h4 {
    font-size: 0.933rem;
    margin-bottom: 16px;
  }

  .article h4.product-code {
    font-size: 0.875rem;
    margin-top: -20px;
    font-style: italic;
  }

  .article p,
  .article ol,
  .article ul,
  .article dl {
    font-size: 0.825em;
  }

  .article h4.article-date {
    font-size: 0.875rem;
    margin: -10px 0 16px 0;
  }

}
 
@media (min-width:1100px) {

  .article {
    margin: 0 0 21px 0;
  }
 
  .article h1 {
    font-size: 2.033rem;
    line-height: 1.2;
    margin-bottom: 26px;
  }

  .article h2 {
    font-size: 1.35rem;
    line-height: 1.26;
    margin-bottom: 19px;
  }

  .article h3 {
    font-size: 1.3rem;
  }

  .article p {
    font-size: 1rem;
    line-height: 1.625;
    margin: 15px 0 12px 0;
  }

  .article ol,
  .article ul,
  .article dl {
    font-size: 1rem;
    line-height: 1.64;
    margin: 0.5rem 0 0.5rem 2.5rem;
  }

  .article p .article-btn {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.266;
    padding: 23px 26px;
    text-align:center;
    width: auto;
  }
  

}

@media (min-width:1300px) {

  .article h1 {
    font-size: 2.8125rem;
    margin-bottom: 28px;
    letter-spacing: 4.5px;
  }

  .article h2 {
    font-size: 1.4375rem;
    line-height: 1.26;
  }

  .article h3 {
    font-size: 1.625rem;
  }
  
  
  .article p {
    font-size: 1.125rem;
    line-height: 1.6875;
    margin: 15px 0 12px 0;
  }

}

/*
##########################################
### Product - Information
########################################## 
*/

.product-information {
  position: relative;
}

.product-information__details {
  margin: 0 0 14px; 
}

.product-information__images {
  margin: 0 0 0 0;
}

.product-information__images__compare {
  margin: 6px 0 10px 0;
  text-align: left;
  cursor: pointer;
  letter-spacing: 0;
  color: #707070;
  display: inline-block;
  font-size: 0.75rem; 
}

.product-information__images__compare span {
  text-decoration: underline;
}

.product-information__images__compare:hover,
.product-information__images__compare:focus,
.product-information__images__compare:active {
  color: #707070;
}

.product-information__images #article-images {
  margin: 0 0 5px 0;
  padding:0;
  max-width: 450px;
}

.product-information__images #article-images .slide {
  padding: 0;
}

@media (min-width:500px) {
 
  .product-information__label {
    display: none !important;
  }
}

@media (max-width:767px) {
  .product-information__images .btn {
    width: 100%;
  }
}
 
@media (min-width:768px) {
  
  .product-information {
    padding-left: 325px;
    margin: 20px auto 38px auto;
    min-height: 357px;
    margin-top: 20px;
    max-width: 976px;
  }
  
  .product-information__images {
    width: 310px;
    position: absolute;
    left: 0;
    top: 0;
  }

  .product-information__images #article-images {
    max-width: 100%;
  }

  .product-information__images__compare {
    font-size: 0.9333rem;
  }

  .product-information__label {
    display: none !important;
  }
  
  .product-information__details {
    padding-top: 10px;
  }

  .product-information__details .btn {
    margin-right: 4px;
    margin-bottom: 20px;
  }

}

@media (min-width:994px) {
  .product-information__label {
    display: block !important;
  }
}

@media (min-width:1100px) {

  .product-information {
    padding-left: 400px;
    margin-bottom: 38px;
    min-height: 357px;
    margin-top: 52px;
  }

  .product-information__images {
    width: 355px;
  }

  .product-information__details {
    padding-top: 10px;
  }

}

 
@media (min-width:1100px) {
  
  @media (min-width:768px) {
  
    .product-information {
      padding-left: 545px;
    }

    .product-information__images {
      width: 500px;
    }
  
  }

}

/*
##########################################
### Product Information form
########################################## 
*/

.form.product-information__form {
  padding: 15px 0 0 0;
  margin:0;
}

.product-information__form__currency {
  padding: 0 0 0 105px;
  position: relative;
  min-height: 33.33px;
  margin: 0 0 15px 0;
}

.product-information__form__currency select {
  position: absolute;
  top:0;
  left: 0;
  width: 95px;
}

.product-information__form__currency p {
  color: #13294B;
  font-size: 0.625rem;
  font-weight: 400;
  margin:0;
  padding:0;
}

.product-information__form__rrp {
  font-size: .75rem;
  color: #13294B;
  margin: 0;
  padding: 0;
  font-family: "Arsenal";
}

.product-information__form__your-price {
  font-size: .9375rem;
  color: #13294B;
  margin: 0 0 18px;
  padding: 0;
  font-family: "Arsenal";
}

.product-information__form__item-1 {
  width: 48%;
  float: left;
}

.product-information__form__item-2 {
  width: 48%;
  float: right;

}

.product-information__form__item-3 {
  width: 100%;
}


.product-information__form__item-3 .btn {
  width: 100%;
  margin-bottom: 18px;
}


@media (min-width:500px) {

  .product-information__form__currency p {
    font-size: 0.7rem;
  }

}

@media (min-width: 600px) {
  .product-information__form__item-1 {
    width: 154px;
    float: left;
  }

  .product-information__form__item-2 {
    width: 240px;
    margin-left: 10px;
    float: left;
  }

  .product-information__form__item-3 {
    width: 100%;
    clear: both;
  }

}

 
@media (min-width:768px) {

  .form.product-information__form {
    padding: 0 0 25px;
  }

  .product-information__form__currency {
    padding: 0 0 0 132px;
    min-height: 40px;
  }

  .product-information__form__currency select {
    width: 120px;
  }

  .product-information__form__currency p {
    display: block;    
    padding:0;
    margin:0;
    font-size: 0.7875rem;
    max-width:450px;
  }

  .product-information__form__rrp {
    font-size: .875rem;
  }
  
  .product-information__form__your-price {
    font-size: 1.125rem;
    margin-bottom: 18px;
  }

  .product-information__form__item-3 .btn {
    margin-bottom: 0;
  }

}
 
@media (min-width:1250px) {
  .product-information__form__item-3 {
    width: auto;
  }

  .product-information__form__item-3 label {
    display: block !important;
  }
}

/*
##########################################
### Product Details Primary
########################################## 
*/

.product-details {
  background-color: #F7F7F8;
  padding: 20px 0;
}

.product-details__header {
  font-family: "Arsenal";
  font-weight: 900;
  font-size: 0.65rem;
  text-transform: uppercase;
  color: #13294B;
  letter-spacing: 1.3px;
  line-height: 1.6;
  margin: 5px 0 10px 0;
}

.product-details__table {
  text-align: left;  
  margin-bottom: 16px;
  width: 100%;
}

.product-details__table th {
  color: #13294B;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4375;
  letter-spacing: 1.2px;
  width: 100px;
  vertical-align: top;
  text-transform: uppercase;
}

.product-details__table td {
  color: #13294B;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4375;
  vertical-align: top;
}

 
@media (min-width:768px) {
  
  .product-details {
    padding: 50px 0;
  }
  
  .product-details__table {
    margin-bottom: 20px;
  }

  .product-details__table th {
    font-size: 0.875rem;
    letter-spacing: 1.5px;
    padding-right: 13px;
  }

  .product-details__table td {
    font-size: 0.9375rem;
  }

}
 
@media (min-width:1100px) {
 
  .product-details {
    padding: 70px 0;
  }

  .product-details__header {
    margin: 0 0 30px 0;  
  }






  .product-details__table {
    margin-bottom: 20px;
  }

  .product-details__table th {
    font-size: 0.9375rem;
    letter-spacing: 1.5px;
    padding-right: 10px;
    
  }
  .product-details__table td {
    font-size: 1.125rem;
  }



}

/*
##########################################
### Product Question 
########################################## 
*/

.product-question {
  padding: 30px 0;
  background-color: #13294B;
  text-align: center;
  font-size: 1rem;
}

.product-question__header {
  color: #000000;
  font-family: "Arsenal";
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 1.25em;
}

.product-question__summary {
  margin: 0;
  padding: 0;
  color: #000000;
  font-family: "Arsenal";
  font-size: 0.75em
}

.product-question__summary a {
  font-size: 1em;
  color: #13294B;
  text-decoration: underline;
}

@media (min-width:500px) {
 
}
 
@media (min-width:768px) {
  .product-question {
    padding: 45px 0;
  }
  
  .product-question__header {
    font-size: 1.5em;
  }
  
  .product-question__summary {
    font-size: 0.925em;
  }
}
 
@media (min-width:1100px) {
  .product-question {
    padding: 66px 0;
  }
  
  .product-question__header {
    font-size: 1.8125em;
    margin: 0 0 14px 0;
  }
  
  .product-question__summary {
    font-size: 1em;
  }
}


.product-similar {
  padding: 0 0 10px 0;
}

.product-similar .ranges-tertiary {
  margin: 0;
}

@media (min-width:500px) {
  .product-similar {
    padding: 40px 0 15px 0;
  }
}
 
@media (min-width:768px) {
  
  .product-similar {
    padding: 55px 0 20px 0;
  }

}
 
@media (min-width:1300px) {
  .product-similar {
    padding: 76px 0 35px 0;
  }

}


/*
##########################################
### Compare Search Bar
########################################## 
*/

.compare__search-form {
  position: relative;
  max-width: 855px;
  margin: 0 auto 0 auto;
  z-index: 10001;
}

.compare__search-form__search {
  width: 100%;
  height: 52px;
}

.compare__search-form__search-input {
  background-color: #FFF;
  border-radius: 0;
  border-width: 0;
  border: 1px solid #A5A5A5;
  color: #000;
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  height: 52px;
  outline: none;
  padding: 14px 74px 14px 14px;
  width: 100%;
}

.compare__search-form__search-input::-webkit-input-placeholder{
  font-size: 0.875rem;
  font-family: "Arsenal";
  color: rgba(103, 103, 103, 0.801);
  font-weight: 400;
}

.compare__search-form__search-input::-moz-placeholder{
  font-size: 0.875rem;
  font-family: "Arsenal";
  color: rgba(103, 103, 103, 0.801);
  font-weight: 400;
}

.compare__search-form__search-input:-ms-input-placeholder{
  font-size: 0.875rem;
  font-family: "Arsenal";
  color: rgba(103, 103, 103, 0.801);
  font-weight: 400;
}

.compare__search-form__search-input:-moz-placeholder{ 
  font-size: 0.875rem;
  font-family: "Arsenal";
  color: rgba(103, 103, 103, 0.801);
  font-weight: 400;
}

.compare__search-form__button {
  background: #13294B;
  border: 0;
  border-radius: 0;
  bottom: 0;
  cursor: pointer;
  height: 52px;
  outline: none;
  position: absolute;
  right:0;
  top:0;
  width: 52px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.compare__search-form__button:hover,
.compare__search-form__button:active {
  background: rgb(29, 63, 114);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.compare__search-form__button svg {
  fill: #FFF;
  height: 20px;
  width: 20px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.compare__search-form__button:hover svg,
.compare__search-form__button:active svg {
  fill: #FFF;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.compare {
  max-width: 855px;
  position: relative;
  margin: 0 auto 20px auto;
}

.btn.compare__remove-button {
  float: right;
  margin: 20px 0 20px 0;
}

@media (min-width:500px) {
 
}
 
@media (min-width:768px) {
  

  .compare__search-form__search {
    height: 66px;
  }
  
  .compare__search-form__search-input {
    height: 66px;
  }

  .compare__search-form__search-input:-moz-placeholder{ 
    font-size: 0.875rem;
    font-family: "Arsenal";
    color: rgba(103, 103, 103, 0.801);
    font-weight: 400;
  }
  
  .compare__search-form__button {
    height: 66px;
    width: 66px;
  }

}
 
@media (min-width:1150px) {

  .compare {
    max-width: 100%;
  }
  
  .btn.compare__remove-button {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
  }

}



/*
##########################################
### Header Search - Results Overlay
########################################## 
*/

.compare__search__results {
  background: #fff;
  max-height: 234px;
  overflow: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: -1px;
  border-top: 0;
  border: 1px solid #A5A5A5;
  border-top-width: 0;
  z-index: 10000
}

.compare__search__results::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0,0,0,0);
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
  border: 0 solid transparent;
  margin: 0;
  border-radius: 0;
  background-color: #FFF;
}

.compare__search__results::-webkit-scrollbar {
  width: 7px;
  background-color: #FFF;
}

.compare__search__results::-webkit-scrollbar-thumb{
  border: 0 solid transparent;
  margin: 0;
  box-shadow: inset 0 0 6px rgba(0,0,0,0);
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
  border-radius: 0;
  background-color: #13294B;
}

.compare__search__results-list {
  margin: 0;
  padding: 0 13px;
  list-style: none;
  width: 100%;
}

.compare__search__results-list-item {
  background: #FFF;
  display: block;
  width: 100%;
  border-bottom: 1px solid #A5A5A5;
  font-size: 0.75rem;
  font-family: "Arsenal";
  color: #000000;
  font-weight: 500;
  line-height: 1.25;
  padding:20px 100px 20px 65px;
  position: relative;
  text-align: left;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.compare__search__results-list-item:last-child {
  border-bottom: 0;
}

.compare__search__results-list-item__image-container {
  position: absolute;
  top: 50%;
  width: 41.38px;
  height: 41.38px;
  left: 14px;
  transform: translateY(-50%);
  overflow: hidden;
}

.compare__search__results-list-item-link {
  display: inline-block;
  position: absolute;
  right: 10px;
  top:50%;
  transform: translateY(-50%);
  color: #000000;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.compare__search__results-list-item-link span {
  border-bottom: 1px solid #000;
  text-decoration: none;
}

.compare__search__results-list-item-link:hover,
.compare__search__results-list-item-link:focus {
  text-decoration: none;
  color: #000000;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

 
@media (min-width:768px) {
  
  .compare__search__results {
    right: 0;
    display: none;
    background-color: #fff;
  }

  .compare__search__results-list-item {
    padding: 28px 16px 28px 70px;
    font-size: 0.875rem;    
    min-height: 73px;
  }
  
  .compare__search__results-list-item-link {
    display: inline-block;
    font-size: 0.875rem;
    letter-spacing: 1.5px;
  }

  .compare__search__results-list-item__image {
    width: 100%;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
  }
}

/*
##########################################
### Home Section about
########################################## 
*/

.home-section-about {
  padding: 35px 0 52px 0;
} 

.home-section-about__content {
  max-width: 1124px;
  margin: 0 auto;
}

.home-section-about__content__section-2 {
  display: block;
  max-width: 346px;
  max-height: 346px;
  margin: 0 auto;
}

.home-section-about__header {
  color: #13294B;
  font-family: "Arsenal";
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 1.19;
  margin: 0 0 12px 0;
  padding: 0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: left;
}

.home-section-about__summary {
  color: #13294B;
  font-size: 0.9375rem;
  font-weight: 400;
  margin: 5px 0 18px;
  line-height: 1.78;
  text-align: left;
}

.home-section-about__image-container {
  position: relative;
  top: 100%;
  display: block;
  max-width: 346px;
  max-height: 346px;
  margin: 0 auto 35px;
  width: calc(100% - 24px);
  padding-top: 100%;
  left: -24px;
}

.home-section-about__image-container:after {
  background-color: #E2E2E2;
  content: ' ';
  height: 100%;
  left: 24px;
  position: absolute;
  top: 24px;
  width: 100%;
  z-index: 1;
  overflow: auto;
}

.home-section-about__image {
  position: absolute;
  left: 50%;
  top: 50%;
  width:100%;
  height: 100%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.home-article {
  margin-bottom: 37px;
}

.home-section-about__content .btn  {
  margin-right: 10px;
  margin-bottom: 10px;
}

/* .home-section-about__content .btn > .btn__primary__text {
  padding: 9px 17px 9px 17px;
} */
@media (max-width: 767px) {

  .home-section-about__image-container {
    width: calc(100% - 24px);
    left: -12px;
  }

}

@media (min-width: 768px) {

  .home-section-about__content__section-1 {
    padding-right: 1.25rem;
    margin: 0 auto;
    display: block;
  }
  
  .home-section-about__content__section-1 .home-article {
    max-width: 100% !important;
  }

  .home-section-about__image-container {
    max-width: 474px;
  }
  
  .home-section-about__image-container:after {
    height: 100%;
    left: 34px;
    top: 34px;
  }

  .home-section-about__content__section-2 {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .home-section-about__header {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 26px;
  }

  .home-section-about__summary {
    font-size: 1rem;
    line-height: 1.625;
    margin: 15px 0 20px 0;
  }

  .btn.home-section-about__button-1 {
    float: right;
  }
  
  .btn.home-section-about__button-2 {
    display: inline-block;
  }

  .btn.home-section-about__button-2--alt {
    display: none;
  }

  .home-section-about__content .btn  {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  /* .home-section-about__content .btn > .btn__primary__text {
    padding: 17px 30px;
  } */

}

@media (min-width:1100px) {

  .home-section-about {
    padding: 111px 0 134px 0;
    text-align: center;
  }

    
  .home-section-about__content__section-1 .home-article {
    max-width: 580px !important;
  }


  .home-section-about__content__section-1 {
    display: inline-block;
    max-width: 485px;
    width: 100%;
    text-align: left;
  }

  .home-section-about__content__section-2 {
    max-width: 474px;
    max-height: 100%;
    display: inline-block;
    width: 100%;
    text-align: left;
  }

  .home-section-about__header {
    font-size: 2.3125rem;
    line-height: 1.2;
    margin-bottom: 26px;
  }

  .home-section-about__summary {
    font-size: 1.125rem;
    line-height: 1.625;
    margin: 15px 0 26px 0;
  }

  .home-section-about__image-container {
    margin-top: 55px;
  }


}

/*
##########################################
### Home Section Collections
########################################## 
*/

.home-section-collections {
  margin-bottom: 20px;
}

.home-section-collections .ranges-primary {
  margin-bottom: 24px;
}


@media (min-width:768px) {

  .home-section-collections {
    margin-bottom: 25px;
  }
  
  .home-section-collections .ranges-primary {
    margin-bottom: 30px !important;
  }

}

@media (min-width:1100px) {
  
  .home-section-collections {
    margin-bottom: 32px;
  }
  
  .home-section-collections .ranges-primary {
    margin-bottom: 39px !important;
  }

}
/*
##########################################
### Home Section Banner
########################################## 
*/

.home-section-banner {
  padding: 0;
  position: relative;
  min-height: 350px;
  margin: 0 0 0 0;
}
.home-section-banner  .relative {
  min-height: 350px;
}

.home-section-banner__mobile-image {
  position: absolute;
  top: 0;
  bottom:0;
  left:0;
  right:0;
  z-index: 0;
} 

.home-section-banner__desktop-image {
  display: none;
}

.home-section-banner__overlay {
  background-color:rgba(8, 39, 87,0.69);
  bottom:0;
  left:0;
  position: absolute;
  right:0;
  top: 0;
  z-index: 0;
}

.home-section-banner__text {
  position: absolute;
  left: 50%;
  top: 50%;
  width:100%;
  padding: 0 45px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  z-index: 9001;
}

.home-section-banner__text__image {
  margin: 0 auto 21px;
  width: 58px;
  height: 61px;
  display: block;
}

.home-section-banner__text__header {
  color: #FFF;
  font-family: "Arsenal";
  font-size: 1.6875rem;
  font-weight: 400;
  line-height: 1.19;
  margin: 0 0 27px 0;
  padding: 0;
  letter-spacing: 1.62px;
  text-transform: uppercase;
  text-align: center;
  
}

.home-section-banner__text .btn {
  margin-bottom: 5px;
  margin: 0 5px 5px;
}

@media (max-width: 767px) {

  .home-section-banner > .row {
    padding: 0;
  }

  .home-section-banner > .row > .column {
    padding: 0;
  }

  /* .home-section-banner__text .btn__primary > .btn__primary__text {
    padding: 9px 19px;
  } */
}

@media (min-width:400px) {

  .home-section-banner__text__header {
    font-size: 1.875em;
  }

}
 @media (min-width: 768px) {

  .home-section-banner {
    padding: 0;
    min-height: 652px;
  }

  .home-section-banner  .relative {
    min-height: 652px;
  }
  
  .home-section-banner__desktop-image {
    bottom:0;
    display: block;
    left:0;
    position: absolute;
    right:0;
    top: 0;
    z-index: 0;
  } 

  .home-section-banner__mobile-image {
    display: none;
  }

  .home-section-banner__text .btn {
    margin-bottom: 10px;
  }

  .home-section-banner__text__header {
    font-size: 2rem;
    margin-bottom: 22px;
    letter-spacing: 4.5px;
  }

  
  /* .home-section-banner__text .btn__primary > .btn__primary__text {
    padding: 17px 33px;
  } */


}

 
@media (min-width:1100px) {

  .home-section-banner__text__image {
    width: 79px;
    height: 84px;
    margin-bottom: 45px;
  }
  
  .home-section-banner__text__header {
    font-size: 2.3125rem;
    margin-bottom: 34px;
  }

}

/*
##########################################
### Home Section Fabrics
########################################## 
*/

.home-section-fabrics {
  margin: 0 0 62px 0;
}

.home-section-fabrics__content {
  
}

.home-scroll-area {
  overflow: auto;
  white-space: nowrap;
  margin-bottom: 24px;
  padding-bottom: 8px;
}

.home-scroll-area__area {
  float: left;
  clear: both;
  width: 100%;
  display: block;
}

.home-scroll-area__btn {
  color: #707070;
  display: inline-block;
  font-family: "Arsenal";
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1.3PX;
  padding: 11.5px 8.5px;
  border-bottom: 3px solid #FFF;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.home-scroll-area__btn:hover,
.home-scroll-area__btn:focus  {
  
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.home-scroll-area__btn.active {
  border-color: #13294B;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width:768px) {

  .home-section-fabrics {
    margin: 0 0 71px 0;
  }

  .home-scroll-area {
    margin-bottom: 27px;
  }

  .home-scroll-area__btn {
    font-size: 0.7875rem;
    padding: 13.5px 26px;
  }
}
 

/*
##########################################
### Home Section List
########################################## 
*/

.home-section-list {
  position: relative;
}

.home-section-list  .relative {
  min-height: 350px;
  padding: 55px 20px 71px;
}


.home-section-list__mobile-image {
  position: absolute;
  top: 0;
  bottom:0;
  left:0;
  right:0;
  z-index: 0;
} 

.home-section-list__desktop-image {
  display: none;
}

.home-section-list__overlay {
  background-color:rgba(0,0,0,0.4);
  bottom:0;
  left:0;
  position: absolute;
  right:0;
  top: 0;
  z-index: 0;
}

.home-section-list__header {
  font-size: 1.5375rem;
  color: #FFF;
  margin: 0 0 22px 0;
  padding: 0;
  font-family: "Arsenal";
  position: relative;
  z-index: 1;
}

.home-section-list__list {
  padding: 0;
  margin: 0 0 38px 0;
  list-style: none;
  width: 700px;
}

.home-section-list__list-item {
  padding: 1px 0 1px 32px;
  margin: 0 0 14px;
  min-height: 23px;
  width: 100%;
  position: relative;
  color: #FFF;
}

.home-section-list__list-item::after {
  content: ' ';
  background: url('../images/icons/tick-circle.svg') no-repeat;
  width: 23px; 
  height: 23px;
  position: absolute;
  left:0;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {

  .home-section-list > .row {
    padding: 0;
  }

  .home-section-list > .row > .column {
    padding: 0;
  }
}


@media (min-width:768px) {

  .home-section-list  .relative {
    min-height: 500px;
    padding: 55px 60px 71px;
  }

  .home-section-list__desktop-image {
    bottom:0;
    display: block;
    left:0;
    position: absolute;
    right:0;
    top: 0;
    z-index: 0;
  } 

  .home-section-list__mobile-image {
    display: none;
  }

  .home-section-list__header {
    font-size: 2.375rem;
    margin-bottom: 45px;
  }

  .home-section-list__list {
    margin: 0 0 35px;
  }

  .home-section-list__list-item {
    width: 50%;
    display: inline-block;
    margin: 0 -2px 13px;
    min-height: 28px;
    padding: 4PX 30PX 4PX 38px;
    vertical-align: top;
  }
    
  .home-section-list__list-item::after {
    width: 28px; 
    height: 28px;
  }

}
 
@media (min-width:1100px) {
  .home-section-list  .relative {
    min-height: 350px;
    padding: 55px 85px 71px;
  }
}

/*
##########################################
### Instagram feed
########################################## 
*/

.section-instagram {
  text-align: center;
  padding: 57px 0 68px 0;
}

.section-instagram__header {
  font-size: 1.2875rem;
  color: #000;
  margin: 0 0 12px 0;
  padding: 0;
  font-family: "Arsenal";
}

.section-instagram__header-link {
  color: #000 !important;
}

.section-instagram__summary {
  font-size: 0.875rem;
  color: #707070;
  padding: 0;
  margin: 0 0 22px 0;
  font-family: "Arsenal";
}

.instagram-feed {
  text-align: center;
  margin: 0 0 0 0;
}

.instagram-feed__header {
  margin: 0 0 15px 0;
  font-family: "Lato";
  color: #FFF;
}

.btn.instagram-feed__btn > * {
  color: #FFF;
}

.userFeedContainer {
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
}

ul.userFeed {
  display: block;
  padding: 0;
  margin:0 -0.5em 5px;
}

ul.userFeed li {
  width: 160px;
  display: inline-block !important;
  padding:0 0.5em 0.5em;
}

ul.userFeed li a {
  display: block;
}

ul.userFeed li a img {
  display: block;
  width: 100%;
  margin: 0;
}


@media only screen and (max-width:767px) {
  
  ul.userFeed {
    width: 800px;
  }

}

@media only screen and (min-width:768px) {

  .section-instagram {
    text-align: center;
    padding: 60px 0 80px 0;
  }

  .section-instagram__header {
    font-size: 1.8125rem;
    margin: 0 0 12px 0;
  }
  
  .section-instagram__summary {
    font-size: 1rem;
    margin: 0 0 26px 0;
  }
  

  .instagram-feed {
    text-align: center;
    margin: 0 0 0 0;
  }

  .userFeedContainer {
    display: block;
  }
  
  ul.userFeed {
    width: 1014px;
    margin: 0 auto;
  }

  ul.userFeed li {
    width: 202px;
    padding: 0 6px;
  }
}


@media only screen and (min-width:1100px) {
  
  .section-instagram {
    padding: 80px 0 112px 0;
  }

}

/*
##########################################
### Ranges Primary
########################################## 
*/

.ranges-primary {
  display: block;
  padding: 0 3px;
}

.ranges-primary:after,
.ranges-primary:before {
	clear: both;
  display: table;
  content: ' ';
}

.ranges-primary__range-width,
.ranges-primary__range-width-2 {
	padding: 0 3px;
}

.ranges-primary__header {
  color: #000000;
  font-family: "Arsenal";
  font-size: 1.25rem;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 15px;
}

.ranges-primary__range {
  padding-top: 116%;
  position: relative;
  margin-bottom: 5px;
	overflow: hidden;
}

.ranges-primary__range.ranges-primary__range--alt {
  padding-top: 61.83%;
}
padding-top: 116%;

.ranges-primary__range__actions {
  position: absolute;
  top: 13px;
  right: 10px;
  z-index: 1;
}

.ranges-primary__range__image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
  bottom: 0;
  width: auto;
  min-width: 100%;
  max-width: 125%;
  height: 100%;
	transform:  scale(1);
	transition: .8s all cubic-bezier(.275,0,0,1),.8s all cubic-bezier(.275,0,0,1);
}

.ranges-primary__range__overlay {
  background: linear-gradient(0deg, rgba(0,0,0,0.50) 0%, rgba(33,33,33,0) 100%);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
}

.ranges-primary__range__link {
	background-color: rgba(0,0,0,0.2);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.ranges-primary__range__link:before  {
  content: ' ';
  z-index: 1;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.ranges-primary__range--noborder .ranges-primary__range__link:before  {
  border: none !important;
}

.ranges-primary__range__text {
  background-color: #fff;
  bottom: 24px;
  left:50%;
  position: absolute;
  transform: translateX(-50%);
  text-align: center;
  padding: 17px 13px;
  z-index: 1;
  width: 180px;
}

.ranges-primary__range.ranges-primary__range--alt .ranges-primary__range__text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  bottom: inherit;
  bottom: initial;
  width: 180px;
}

.ranges-primary__range__header {
  color: #13294B;
  font-family: "Arsenal";
  font-size: 0.8125rem;
  line-height: 1.2;
  margin-bottom: 5px;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.ranges-primary__range__summary {
  color: #13294B;
  font-family: "Arsenal";
  font-size: 0.625rem;
  line-height: 1.2;
  margin-bottom: 14px;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.ranges-primary__range__view {
  border: 1px solid #707070;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1.2px;
  font-family: "Arsenal";
  color: #13294B;
  padding: 10px 14px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.ranges-primary__range__view:hover {
  background-color: #13294B;
  border-color: #13294B;
  color: #FFF;    
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}


.ranges-primary__range__product-header {
  color: #FFFFFF;
  font-size: 0.7rem;
  font-weight: 700;
  margin-bottom: 4px;
  letter-spacing: 1.3px;
  text-align: center;
  text-transform: uppercase;
}

.ranges-primary__range__product-code {
  color: #FFFFFF;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-align: center;
  text-transform: uppercase;
}

@media  (pointer: fine) { 

  .ranges-primary__range:hover .ranges-primary__range__image{
    transform:  scale(1.07);
    transition: .8s all cubic-bezier(.275,0,0,1),.8s all cubic-bezier(.275,0,0,1);
  }

  .ranges-primary__range:hover .ranges-primary__range__link:before  {
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
  }
  
}





@media only screen and (min-width:490px) {

  .ranges-primary__range-width {
    float: left;
    padding: 0 3px;
    width: 50%;
  }

}

@media only screen and (min-width:400px) {

  .ranges-primary__range-width {
		float: left;
		padding: 0 3px;
		width: 50%;
  }

  .ranges-primary__header {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }

  .ranges-primary__range { 
    margin: 0 0 5px 0;
  }
  
}

@media only screen and (min-width:400px) {
  .ranges-primary__range-width-2 {
    width: 50%;
    float: left;
		padding: 0 3px;
  }

}

@media only screen and (min-width: 768px) {

  .ranges-primary__header { 
    font-size: 1.7rem;
    margin-bottom: 22px;
  }

  .ranges-primary__range__link:before  {
    top: 7px;
    left: 7px;
    right: 7px;
    bottom: 7px;
  }
  
  .ranges-primary__range__product-header {
    font-size: 0.7875rem;
  }

  .ranges-primary__range__product-code {
    font-size: 0.7875rem;
  }

}

@media only screen and (min-width:850px) {

  .ranges-primary__range-width,
  .ranges-primary__range-width-2 {
		float: left;
		padding: 0 3px;
		width: 33.33333%;
  }

  .ranges-primary__range { 
    margin: 0 0 5px 0;
  }


  .ranges-primary__range__view {
    font-size: 0.7875rem;
  }

}

@media only screen and (min-width:768px) {

	.ranges-primary {
	  
	}

  .ranges-primary__range-width,
  .ranges-primary__range-width-2 {
		width: 33.33333%;
		padding: 0 3px;
		float: left;
  }
  
  .ranges-primary__header { 
    font-size: 1.8125rem;
    margin-bottom: 26px;
  } 

	.ranges-primary__range {
    margin-bottom: 5px;
  }

  .ranges-primary__range__text {
    padding: 15px 22px 15px 22px;
    bottom: 20%;
    width: 220px;
  }
  
  .ranges-primary__range__header {
    font-size: 1.125rem;
    line-height: 1.4;
  }

  .ranges-primary__range__summary {
    line-height: 1.2;
  }

  .ranges-primary__range__view {
    letter-spacing: 1.5px;
  }
  
}

@media only screen and (min-width:1100px) {

	.ranges-primary {
    max-width: 1920px;
    margin: 0 auto !important;
    width: 100% !important
	}

	.ranges-primary__range-width {
		float: left;
		padding: 0 3px;
		width: 33.33333%;
	}

	.ranges-primary__range {
	  margin-bottom: 5px;
  }

  .ranges-primary__range__link:before  {
    bottom: 12px;
    left: 12px;
    right: 12px;
    top: 12px;
  }

  .ranges-primary__range__text {
    bottom: 70px;
    min-height: 188px;
    padding: 30px 12px 38px 12px;
    width: 287px;
  }
  
  .ranges-primary__range.ranges-primary__range--alt .ranges-primary__range__text {
    width: 287px;
  }
  
  .ranges-primary__range__header {
    font-size: 1.375rem;
    line-height: 1.4;
    
  }

  .ranges-primary__range__summary {
    font-size: 0.875rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }

  .ranges-primary__range__view {
    padding: 18px 29px;
  }
  
}

/*
##########################################
### Ranges Secondary
########################################## 
*/

.ranges-secondary {
  display: block;
  margin: 0 0 30px 0;
}

.ranges-secondary:after,
.ranges-secondary:before {
	clear: both;
  display: table;
  content: ' ';
}

.ranges-secondary__range-width {
	padding: 0;
}

.ranges-secondary__range-width-alt {
  display: inline-block;
  vertical-align: top;
  padding: 0 4.5px;
  margin: 0 -2px;
  width: 50%;
}


.ranges-secondary__range {
  position: relative;
  margin-bottom: 30px;
	overflow: hidden;
}

.ranges-secondary__range__image-container {
  padding-top: 65.9%;
  position: relative;
  margin-bottom: 0;
	overflow: hidden;
}

.ranges-secondary__range__image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform:  scale(1);
	transition: .8s all cubic-bezier(.275,0,0,1),.8s all cubic-bezier(.275,0,0,1);
}

.ranges-secondary__range__image-container:hover .ranges-secondary__range__image {
	transform:  scale(1.07);
	transition: .8s all cubic-bezier(.275,0,0,1),.8s all cubic-bezier(.275,0,0,1);
}

.ranges-secondary__range__overlay {
  background: linear-gradient(0deg, rgba(0,0,0,0.50) 0%, rgba(33,33,33,0) 100%);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
}

.ranges-secondary__range__image {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.ranges-secondary__range__image-link:before  {
  content: ' ';
  z-index: 1;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}


.ranges-secondary__range__image-link:hover:before  {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.ranges-secondary__range__image-link {
  z-index: 333;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left:0;
  background: transparent;
}

.ranges-secondary__range__date {
  font-size: 0.7rem;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Arsenal";
  color: #FFF;
  margin-top: 5px;
  letter-spacing: 1.5px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.ranges-secondary__range__date2 {
  font-size: 0.5625rem;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Arsenal";
  color: #000;
  margin: 5px 0 5px 0;
  letter-spacing: 1.5px;

}

.ranges-secondary__range__text {
  padding: 10px 5px 0 5px;
}

.ranges-secondary__range__header {
  color: rgb(0, 0, 0);
  font-family: "Arsenal";
  font-size: 1rem;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 6px;
}

.ranges-secondary__range__header.ranges-secondary__range__header--alt {
  font-size: 1rem; 
}

.ranges-secondary__range__header-link {
  color: #13294B;
  font-size: 1em;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.ranges-secondary__range__header-link:hover {
  color: #000000;
  -webkit-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}

.ranges-secondary__range__summary {
  color: #707070;
  font-size: 0.75rem;
}

.ranges-secondary__range__product-header {
  color: #FFFFFF;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-align: center;
  text-transform: uppercase;
}

.ranges-secondary__range__product-code {
  color: #FFFFFF;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-align: center;
  text-transform: uppercase;
}


@media only screen and (min-width:420px) {

  .ranges-secondary {
    margin: 0 -6px 30px -3px;
  }

  .ranges-secondary__range-width--feat {
    width: 100% !important;
  }

	.ranges-secondary__range-width {
    display: inline-block;
    vertical-align: top;
    padding: 0 4.5px;
    margin: 0 -2px;
		width: 50%;
  }

}

@media only screen and (min-width:500px) {

  .ranges-secondary__range--feat {
    max-width: 1074px;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
  }

  .ranges-secondary__range--feat .ranges-secondary__range__image-container .ranges-secondary__range__date {
    display: none;
  }

  .ranges-secondary__range--feat .ranges-secondary__range__overlay {
    display: none;
  }

  .ranges-secondary__range--feat .ranges-secondary__range__image-container {
    width: 50%;
    float: left;
    padding-top: 23.9%;
  }

  .ranges-secondary__range--feat .ranges-secondary__range__text {
    width: 50%;
    float: left;
    padding: 0 0 0 20px;
  }
  
}

@media only screen and (min-width: 768px) {
  
  .ranges-secondary__range { 
    margin: 0 0 30px 0;
  }

  .ranges-secondary__range__text {
    padding: 16px 9px 0 9px;
  }

  .ranges-secondary__range__header {
    margin: 0 0 8px 0;
    font-size: 1.25rem;
  }

  .ranges-secondary__range__header.ranges-secondary__range__header--alt {
    font-size: 1.125rem;
    margin-top: -8px;
  }

  .ranges-secondary__range__image-link:before  {
    top: 7px;
    left: 7px;
    right: 7px;
    bottom: 7px;
  }
  
  .ranges-secondary__range__date {
    font-size: 0.7875rem;
    bottom: 22px;
    left: 20px;
  }

  .ranges-secondary__range--feat .ranges-secondary__range__header {
    margin: 0 0 10px 0;
    font-size: 1.5rem;
    max-width: 511px;
    line-height: 1.2;
  }

  .ranges-secondary__range--feat .ranges-secondary__range__summary {
    font-size: 1rem;
  }

  .ranges-secondary__range__date2 {
    font-size: 0.7875rem;
    margin-bottom: 10px;
  }
  
}

@media only screen and (min-width:900px) {

  .ranges-secondary__range-width {
		padding: 0 8px;
		width: 33.33333%;
  }

  .ranges-secondary__range__header {
    max-width: 359px;
  }

  .ranges-secondary__range__view {
    font-size: 0.7875rem;
    margin-top: 10px;
  }

  .ranges-secondary__range--feat .ranges-secondary__range__image-container {
    width: 50%;
    float: left;
    padding-top:30.4%;
  }

  .ranges-secondary__range--feat .ranges-secondary__range__header {
    font-size: 2rem;
  }

  .ranges-secondary__range--feat .ranges-secondary__range__text {
    width: 50%;
    float: left;
    padding: 44px 20px 20px 44px;
  }

}

@media only screen and (min-width:1000px) {

  .ranges-secondary__range-width-alt {
    padding: 0 0;
    margin:0;
		width: 100%;
  }

}

@media only screen and (min-width:1100px) {

	.ranges-secondary {
	  margin: 0 -12px 44px -8px;
	}

	.ranges-secondary__range-width {
		width: 33.33333%;
		padding: 0 8px;
	}

	.ranges-secondary__range {
    margin-bottom: 40px;
  }

  .ranges-secondary__range__header {
    font-size: 1.4375rem;
    line-height: 1.4;
    margin-bottom: 8px;
  }

  .ranges-secondary__range__image-link:before  {
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
  
  .ranges-secondary__range__summary {
    font-size: 1rem;
  }

  .ranges-secondary__range__date { 
    font-size: 0.9375rem;
    letter-spacing: 1.5px;
  }

  .ranges-secondary__range--feat .ranges-secondary__range__header {
    margin: 0 0 16px 0;
    font-size: 2.375rem;
  }
}


/*
##########################################
### Ranges Tertiary
########################################## 
*/

.ranges-tertiary {
  display: block;
  margin: 0 0 30px 0;
}

.ranges-tertiary:after,
.ranges-tertiary:before {
	clear: both;
  display: table;
  content: ' ';
}

.ranges-tertiary__header {
  color: #8A8D8F;
  font-family: "Arsenal";
  font-size: 1.25rem;
  line-height: 1.4;
  padding: 0 0 0 0;
  margin-bottom: 10px;
  position: relative;
  display: block;
  text-align: left;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.ranges-tertiary__range-width {
  padding: 0;
  width: 100%;
}

.ranges-tertiary__range-width-alt {
  display: inline-block;
  vertical-align: top;
  padding: 0 4.5px;
  margin: 0 -2px;
  width: 50%;
}

.ranges-tertiary__range {
  position: relative;
  margin-bottom: 30px;
	overflow: hidden;
}

.ranges-tertiary__range__image-container {
  padding-top: 100%;
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  display: block;
}

.ranges-tertiary__range__image {
	position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 100%;
  height: auto;
  min-height: 100%;
	transition: .8s all cubic-bezier(.275,0,0,1),.8s all cubic-bezier(.275,0,0,1);
}

.ranges-tertiary__range__image-container:hover .ranges-tertiary__range__image {
	transform:  scale(1.07) translate(-48%,-48%);
	transition: .8s all cubic-bezier(.275,0,0,1),.8s all cubic-bezier(.275,0,0,1);
}

.ranges-tertiary__range__overlay {
  background: linear-gradient(0deg, rgba(0,0,0,0.50) 0%, rgba(33,33,33,0) 100%);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
}


.ranges-tertiary__range__image-link:before  {
  content: ' ';
  z-index: 1;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}


.ranges-tertiary__range__image-link:hover:before  {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.ranges-tertiary__range__image-link {
  z-index: 333;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left:0;
  background: transparent;
}


.ranges-tertiary__range__text {
  padding: 10px 5px 0 5px;
}

.ranges-tertiary__range__header {
  color: #13294B;
  font-size: 0.9375rem;
  font-weight: 400;
  text-align: center;
}

.ranges-tertiary__range__summary {
  color: #13294B;
  font-size: 0.625rem;
  font-weight: 400;
  text-align: center;
  font-style: italic;
}

.ranges-tertiary__range__table {
  text-align: left;  
  padding: 0 9px 9px 9px;
  margin-bottom: 16px;
  border-bottom: 1px solid #A5A5A5;
  width: 100%;
}

.ranges-tertiary__range__table th {
  color: #13294B;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4375;
  letter-spacing: 1.2px;
  width: 100px;
  vertical-align: top;
  text-transform: uppercase;
}

.ranges-tertiary__range__table td {
  color: #13294B;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4375;
  vertical-align: top;
}

.ranges-tertiary__range__actions {
  text-align: center;
}

@media only screen and (min-width:380px) {

  .ranges-tertiary {
    margin: 0 -6px 30px -3px;
  }

	.ranges-tertiary__range-width {
    display: inline-block;
    vertical-align: top;
    padding: 0 4.5px;
    margin: 0 -2px;
		width: 50%;
  }



}

@media only screen and (min-width: 520px) {
.ranges-tertiary__range-width.ranges-tertiary__range-width--alt {
  padding: 0 8px;
  width: 33%;
}
}

@media only screen and (min-width: 768px) {
  
  .ranges-tertiary__header {
    font-size: 1.5rem;
  }

  .ranges-tertiary__range { 
    margin: 0 0 22px 0;
  }

  .ranges-tertiary__range__text {
    padding: 4px 9px 0 9px;
  }

  .ranges-tertiary__range__image-link:before  {
    top: 7px;
    left: 7px;
    right: 7px;
    bottom: 7px;
  }

  .ranges-tertiary__range-width.ranges-tertiary__range-width--alt {
		padding: 0 8px;
		width: 25%;
  }


  
  .ranges-tertiary__range__table {
    padding: 0 16px 16px 16px;
    margin-bottom: 20px;
  }

  .ranges-tertiary__range__table th {
    font-size: 0.875rem;
    letter-spacing: 1.5px;
    padding-right: 10px;
    
  }
  .ranges-tertiary__range__table td {
    font-size: 0.9375rem;
  }

  .ranges-tertiary__range__header {
    font-size: 1.125rem;
  }
  
  .ranges-tertiary__range__summary {
    font-size: 0.875rem;
  }
  
  
  
  
}

@media only screen and (min-width:900px) {

  .ranges-tertiary.ranges-tertiary--navigation {
    padding-left: 280px;
    position: relative;
  }

  .ranges-tertiary.ranges-tertiary--navigation .collections-bar {
    width: 270px;
    position: absolute;
    left: 0;
  }

  .ranges-tertiary__range-width {
		padding: 0 8px;
		width: 33%;
  }

}

@media (min-width: 560px) and (max-width: 1029px)  {
  
  .collections-bar {
    text-align: left;
  }

    
  .collections-bar__form-options {
    margin-top: -66px;
  }

  .collections-bar__form-option-1 {
    width: 32%;
    margin-right: 1%;
    float: left;
  }

  .collections-bar__form-option-2 {
    width: 32%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
  }
  
  .collections-bar__form-option-3 {
    width: 32%;
    float: left;
    margin-left: 1%;
  }

}


@media only screen and (min-width:1300px) {

  .ranges-tertiary {
    padding: 0 4.5px
  }

  .ranges-tertiary__header {
    font-size: 1.8125rem;
    margin-bottom: 23px;
  }

  .ranges-tertiary__range-width {
		width: 25%;
		padding: 0 8px;
  }

  .ranges-tertiary__range-width.ranges-tertiary__range-width--alt {
		width: 20%;
		padding: 0 4.5px;
  }
  
	.ranges-tertiary {
	  margin: 0 -12px 44px -8px;
	}



  .ranges-tertiary__range__image-link:before  {
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .ranges-tertiary__range__header {
    font-size: 1.1875rem;
    margin-bottom: 4px;
  }
  
  .ranges-tertiary__range__summary {
    font-size: 0.875rem;
  }

}

/*
##########################################
### Tabs
########################################## 
*/

.tabs {
  display: block;
  margin: 0 0 10px 0;
  text-align: center;
}

.tabs:after,
.tabs:before {
	clear: both;
  display: table;
  content: ' ';
}

.tabs__tab-width {
  padding: 0 0.625rem;
  display: inline-block;
}

.tabs__tab {
  position: relative;
  margin-bottom: 8px;
  overflow: hidden;
  cursor: pointer;
}


.tabs__tab__link {
	display: block;
}

.tabs__tab__text {
  display: block;
  z-index: 1;
  padding: 0 5px 0 5px;
}

.tabs__tab__header {
  color: rgba(66, 67, 67,0.6);
  font-family: "Arsenal";
  font-size: 1rem;
  line-height: 1.4;
  padding: 0 0 10px 0;
  position: relative;
  display: block;
  text-align: left;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.tabs__tab.active .tabs__tab__header:after  {
  content: ' ';
  z-index: 1;
  position: absolute;
  bottom: 0;
  background: #13294B;
  height: 2px;
  width: 100%;
  left: 0;
  right: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.tabs__tab.active .tabs__tab__header,
.tabs__tab:hover .tabs__tab__header,
.tabs__tab:focus .tabs__tab__header {
  color: rgb(66, 67, 67);
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}


@media only screen and (min-width:350px) {

  .tabs__tab-width {
    padding: 0 5px;
  }

}


@media only screen and (min-width:768px) {

	.tabs {
	  margin: 0 0 30px 0;
	}

  .tabs__tab-width {
		padding: 0 8px;
  }
  
  .tabs__header { 
    font-size: 1rem;
    margin-bottom: 26px;
  } 

	.tabs__tab {
    margin-bottom: 15px;
  }

  .tabs__tab__text {
    padding: 0 8px 0 8px;
  }

  .tabs__tab__header {
    font-size: 1.0625rem;
    line-height: 1.4;
    padding-bottom: 15px;
  }
  
}

@media only screen and (min-width:1100px) {

	.tabs__tab-width {
		padding: 0 8px;
	}

  .tabs__tab__text {
    padding: 0 10px 0 10px;
  }

  .tabs__tab__header {
    font-size: 1.0625rem;
    line-height: 1.4;
    padding-bottom: 24px;
  }
    
}



/* 
##########################################
### Downloads
########################################## 
*/

.downloads {
  max-width: 750px;
  margin: 0 auto 40px auto;
}

.downloads__header {
  color: #13294B;
  font-family: 'Arsenal';
  font-size: 1rem;
  margin: 0 0 12px 0;
  padding: 0;
  font-weight: 400;
}

.downloads__section {
  border-bottom: 1px solid #8a8b8d;
}

.download {
  margin-bottom: 0;
  width:100%;
  min-height: 40px;
  display:block;
  border-radius: 0;
  overflow: hidden;
  border-top: 1px solid #8a8b8d;
  border-bottom-width: 0;
}

.download--alt {
  border-bottom: 1px solid #8a8b8d;
}

.download__link {
  color: #13294B;
  display: block;
  height: 100%;
  min-height: 40px;
  padding: 10px 58px 10px 15px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.download__link:hover,
.download__link:active,
.download__link:focus{
  color: #13294B;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.download__icon {
  bottom:0;
  position: absolute;
  right:0;
  width: 40px;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.download__link:hover .download__icon ,
.download__link:active .download__icon ,
.download__link:focus .download__icon {
  background: #8a8b8d;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.download__icon svg {
  fill: #13294B;
  height: 19px;
  left: 50%;
  position: absolute;
  top: 50%;
  transition: all 0.3s ease-in-out;
  width:19px;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: all 0.3s ease-in-out;
}

.download__link:hover .download__icon svg ,
.download__link:active .download__icon svg ,
.download__link:focus .download__icon svg {
  fill:#FFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.download__text {
  display:block;
}

.download__title {
  color: #13294B;
  font-family: "Arsenal";
  display:inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  margin:0;
  word-break: break-word;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid transparent;
}

.download__link:hover .download__title ,
.download__link:active .download__title ,
.download__link:focus .download__title {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #13294B;
  border-bottom: 1px solid #13294B;
}

.download__size {
  color: #13294B;
  font-family: "Arsenal";
  display:inline-block;
  font-size: 0.625rem;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.download__link:hover .download__size ,
.download__link:active .download__size ,
.download__link:focus .download__size {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width:768px) {

  .downloads {
    margin-bottom: 77PX;
  }
  
  .downloads__header {
    margin: 0 0 12PX 0;
    font-size: 1.4375rem;
  }

  .download__link {
    min-height: 48px;
    padding: 14px 67px 14px 20px;
  }

  .download__title {
    font-size: 1.125rem;
  }

  .download__size {
    font-size: 0.875rem;
  }

  .download__icon {
    width: 48px;
  }

  .download__icon svg {
    width:24px;
    height: 24px;
  }

}

@media screen and (min-width:1300px) {

  .downloads__header {
    margin: 0 0 12PX 0;
    font-size: 1.625rem;
  }

}

/* 
##########################################
### Form
########################################## 
*/

 
.form-container {
  display: block;
}

.form-container::after,
.form-container::before {
  content: ' ';
  display: table;
  clear: both;
}

.form.form--contact,
.form.form--register,
.form.form--account {
  max-width: 856px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.form {
  padding: 0 0;
  margin: 0 0 30px 0;
}

.form:before,
.form:after {
  clear: both;
  content: ' ';
  display: table;
}

.form__header {
  font-size: 1rem;
  color: #13294B;
  font-weight: 400;
  margin: 0 0 10px 0;
  line-height: 1.6;
  font-family: "Arsenal";
  text-align: center;
}

.form.form--contact .form__header {
  text-align: center;
}


.form__header span {
  display: block;
}

.form__header::after,
.form__header::before {
  content: ' ';
  display: table;
  clear: both;
}

.form__header .btn {
  margin-top: 3px;
}

.form__header--secondary {
  font-size: 0.933rem;
  color: #231E1F;
  font-weight: 700;
  line-height: 1.4;
}

.form__summary {
  color: #707070;
  font-size: 0.8rem;
  font-weight: 400;
  margin: -10px 0 3px;
  line-height: 1.78;
  text-align: center;
}

.form__summary span {
  color: 1;
}

.form__summary__link {
  color: #000000 !important;
  text-decoration: underline;
  font-size: 1em;
} 

.form__label {
  font-size: 0.75rem;
  color: #000000;
  font-weight: 400;
  display: block;
  margin: 0 0 5PX 0;
  line-height: 1.6;
  font-family: "Arsenal";
  text-transform: uppercase;
  letter-spacing: 1px;
  
}

.form__label-link {
  font-size: 1em;
  color: #13294B;
  text-align: right;
  text-decoration: underline;
  float: right;
}

.form__label small {
  font-size: 0.85em;
}

.form__label span a {
  font-size: 1em;
}

.form__input:not([type="radio"]):not([type="checkbox"]),
.form__textarea {
  background-color: rgb(255, 255, 255);
  border-radius: 0;
  border: 1px solid #A5A5A5;
  color: #13294B;
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
  margin-bottom: 15px;
  padding:  7px 10px;
  line-height: 1.6;
  width:100%;
}

.form__input-block {
  background-color: #E0E0E0;
  border-radius: 0;
  border: 1px solid #E0E0E0;
  color: #000;
  display: block;
  font-weight: 400;
  margin-bottom: 15px;
  padding: 7px 8px;
  line-height: 1.6;
  width: 100%;
  font-size: 0.933rem;
  font-family: "Arsenal";
  min-height: 42px;
}

.form__input-block span {
  font-weight: 700;
}

.form__input:not([type="radio"]):not([type="checkbox"]) {
  min-height: 42px;
}

.form__input--file {
  padding:  5.5px 10px !important;
  height: auto !important;
}


.form__input:not([type="radio"]):not([type="checkbox"]).form__input--disabled {
  background: #E5E5E5;
}

.form__input:not([type="radio"]):not([type="checkbox"])::-webkit-input-placeholder,
.form__textarea::-webkit-input-placeholder {
  font-size: 0.75rem;
  color: rgba(19, 41, 75,0.6);
  font-weight: 400;
}

.form__input:not([type="radio"]):not([type="checkbox"])::-moz-placeholder,
.form__textarea::-moz-placeholder {
  font-size: 0.75rem;
  color: rgba(19, 41, 75,0.6);
  font-weight: 400;
}

.form__input:not([type="radio"]):not([type="checkbox"]):-ms-input-placeholder,
.form__textarea:-ms-input-placeholder {
  font-size: 0.75rem;
  color: rgba(19, 41, 75,0.6);
  font-weight: 400;
}

.form__input:not([type="radio"]):not([type="checkbox"]):-moz-placeholder,
.form__textarea:-moz-placeholder{ 
  font-size: 0.75rem;
  color: rgba(19, 41, 75,0.6);
  font-weight: 400;
}

.form__input:not([type="radio"]):not([type="checkbox"]):focus,
.form__textarea:focus {
  outline: none;
  border-color: #000;
}

.form__select {
  background: url('../images/icons/icon_select.png') right 50% no-repeat, #FFF;
  background: url('../images/icons/icon_select.png') right 50% no-repeat, #FFF;
  background: url('../images/icons/icon_select.png') right 50% no-repeat, #FFF;
  background-size: auto 13px, cover;
  background-position: 99% 50%;
  border: 1px solid #A5A5A5;
  color: #13294B;
  cursor: pointer;
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4;
  height: 42px; 
  margin-bottom: 15px;
  margin-right: 20px;
  padding: 9.5px 31px 9.5px 10px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form__select option {
  color: #13294B;
  font-size: 0.75rem;
  font-weight: 400;
  padding: 5px 0;
  border: 0 solid transparent;
}

.form__select:focus,
.form__select:hover {
  outline: none;
  border-color: #13294B;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form__select[disabled] {
  opacity: 0.5;
  cursor: default;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form__select--small {
  font-size: 0.6875rem;
  padding:  7px 30px 7px 12px;
  height: 33.33px;
  margin-bottom: 20px;
}

.form__textarea {
  max-width: 100%;
  margin-bottom: 10px;
}

.form__textarea--small {
  min-height: 59px;
}

.form__price {
  background-color: rgb(255, 255, 255);
  border-radius: 0;
  border: 1px solid #A5A5A5;
  color: #270707;
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
  margin-bottom: 15px;
  padding:  7px 10px;
  line-height: 1.6;
  width:100%;
}


.form__image-preview-container {
  max-width: 150px;
  margin: 0 0 10px 0;
  border: 1px solid #BEBEBE;
  overflow: hidden;
}

.form__image-preview {
  position: relative;
  padding-top: 100%;
}

.form__image {
  display: block;
  position: absolute;
  top:0;
  left:50%;
  width: 100%;
  transform: translateX(-50%);
}

/* validation */
.form__validation {
  display: block;
}

.form__validation__images {
  position: relative;
  width: 100%;
  margin-bottom:10px;
  display:inline-block;
  height:64px;
}

.form__validation__images img {
  width: 22%;
  top: 50%;
  margin-right: 2%;
  height: auto;
  max-width: 44px;
}

/* Store Info */

.form__store-info {
	position: relative;
  padding-left: 32px;
  max-width: 100%;
  margin-bottom: 10px;
}

.form__store-info__label {
  font-size: 0.75rem;
  display:block;
  line-height: 1.5;
  text-align: left;
  cursor:pointer;
  color: #000;
  font-weight: 400;
}

.form__store-info__label input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.form__store-info__label a {
  color: #13294B !important;
  text-decoration: underline;
}

.form__store-info__indicator {
  height: 20px;
  width: 20px;
  background: #FFF;
  border: 1px solid #A5A5A5;
  border-radius: 0;
  left: 0;
	position: absolute;	
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.form__store-info__label:hover input ~ .form__store-info__indicator,
.form__store-info__label input:focus ~ .form__store-info__indicator {
  background: #ccc;
}

.form__store-info__label input:checked ~ .form__store-info__indicator {
  background: #13294B;
  border-color: #13294B;
}

.form__store-info__label:hover input:not([disabled]):checked ~ .form__store-info__indicator,
.form__store-info__label input:checked:focus ~ .form__store-info__indicator {
  background: #13294B;
  border-color: #13294B;
}

.form__store-info__label input:disabled ~ .form__store-info__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.form__store-info__indicator:after {
  content: '';
  position: absolute;
  display: none;
}

.form__store-info__label input:checked ~ .form__store-info__indicator:after {
  display: block;
}
.form__store-info__label .form__store-info__indicator:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Form GDPR */
.form__gdpr {
  margin: 0 0 20px 32px;
}

.form__gdpr p,
.form__gdpr ol,
.form__gdpr ul,
.form__gdpr dl {
  color: #707070 !important;
  font-size: 0.75rem !important;
  line-height: 1.457;
  text-align: left;
}

.form__denotes {
  font-size: 0.7rem;
  color: #707070;
  line-height: 1.4;
  margin: 0 0 15px 0;
  padding:0;
  font-weight: 400;
}

.g-recaptcha {
  margin-bottom: 20px;
}

.form__forgotten {
  font-size: 0.75rem;
  color: #000;
  text-align: left;
  text-decoration: underline;
  display: inline-block;
  margin: 4px 0 15px 0;
}
  

.form__forgotten:focus,
.form__forgotten:hover,
.form__forgotten:active {
  color: #000;
  text-decoration: underline;
}

.form__forgotten:focus {
  text-decoration: underline;
}

.form__quantity {
  display: block;
  margin: 0 18px 10px 0;
}

.form__quantity__plus,
.form__quantity__minus {
  border: 1px solid #AFAFAF;
  height: 35px;
  width: 35px;
  margin: 0 -4px 0 0;
  background-color: #fff;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-weight: 400;
  font-size: 0.875rem;
  color: #231E1F;
  cursor: pointer;
}

.form__quantity__plus:hover,
.form__quantity__minus:hover {
  background-color: rgb(236, 236, 236);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form__quantity__plus::selection,
.form__quantity__minus::selection {
  background-color: transparent;
}

.form__quantity__plus:active,
.form__quantity__minus:active {
  background-color: #AFAFAF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form__quantity__plus span,
.form__quantity__minus span{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}

.form__quantity__input {
  border: 1px solid #AFAFAF;
  height: 35px;
  width: 50px;
  margin: 0 -4px 0 0;
  background-color: #FFF;
  text-align: center;
  font-weight: 700;
  font-size: 0.875rem;
  color: #231E1F;
  outline: none;
}

.form__quantity__minus,
.form__quantity__input {
  border-right-width: 0;
}

.form-password {
  display: block;
  margin-bottom: 15px;
}

.form-password__information {
  font-style: normal;
  font-size: 0.825rem;
}

.form-password__information span {
  display: inline-block;
  padding: 5px 10px;
  font-weight: 400;
}

.form__password--strong {
  background-color: green;
  color: #FFF; 
}

.form__password--medium {
  background-color: yellow;
  color: #000;
}

.form__password--weak {
  background-color: red;
  color: #FFF;
}


@media  (min-width: 500px) {

  .form__header {
    margin-bottom: 12px;
    font-size: 1.3rem;
  } 

  .form__summary {
    font-size: 0.875rem;
  }

}

@media  (max-width: 767px) {

  #contact {
    text-align: center;
  }
  #contact .g-recaptcha > * {
    text-align: center;
    margin: 0 auto !important;
  }

}


@media  (min-width: 768px) {

  .form {
    margin: 0 0 40px 0;
  }

  .form__box {
    padding: 24px 26px 10px 26px;
    margin: 0 0 21px 0;
  }

  .form__header {
    font-size: 1.475em;
    margin-bottom: 22px;
    text-align: left;
  } 

  .form__header span {
    display: inline-block;
  }

  .form__header .btn {
    float: right;
    margin-top: 3px;
  }

  .form__summary {
    font-size: 0.875rem;
    text-align: left;
  }
  
  .form__paragraph {
    font-size: 0.9333rem;
  }

  .form__label {
    font-size: 0.9375rem;
    display: block;
    margin: 0 0 4px;
  }
  
  .form__checkbox-label {
    position: relative;
    font-size: 0.825rem;
    font-weight: 400;
    cursor: pointer;
    width: 100%;
    display: block;
  }

  .form__checkbox-label__input {
    position: absolute;
    left: 0;
    top:0;
    opacity: 0;
    cursor: pointer;
  }

  .form__checkbox-label__input-custom {
    left: 0;
    height: 19px;
    width: 19px;
  }

  .form__checkbox-label .form__checkbox-label__input-custom:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
  }
  
  .form__input:not([type="radio"]):not([type="checkbox"]) {
    height: 66px;
    font-size: 1.125rem;
    padding:  7px 21px;
    margin-bottom: 20px;
  }

  .form__input--file {
    padding:  4px 12px !important;
    height: auto !important;
  }

  .form__textarea {
    font-size: 1.125rem;
    padding:  18px 21px;
    margin-bottom: 20px;
    min-height: 90px;
  }

  .form__input:not([type="radio"]):not([type="checkbox"])::-webkit-input-placeholder,
  .form__textarea::-webkit-input-placeholder {
    font-size: 1.125rem;
  }

  .form__input:not([type="radio"]):not([type="checkbox"])::-moz-placeholder,
  .form__textarea::-moz-placeholder {
    font-size: 1.125rem;
  }

  .form__input:not([type="radio"]):not([type="checkbox"]):-ms-input-placeholder,
  .form__textarea:-ms-input-placeholder {
    font-size: 1.125rem;
  }

  .form__input:not([type="radio"]):not([type="checkbox"]):-moz-placeholder,
  .form__textarea:-moz-placeholder{ 
    font-size: 1.125rem;
  }

  .form__input-block {
    height: 66px;
    font-size: 1.125rem;
    text-align: left;
    padding: 18px 16px ;
    min-width: 240px;
  }

  .form__select {
    font-size: 1.125rem;
    padding:  20px 30px 20px 18px;
    height: 66px;
    margin-bottom: 20px;
  }

  .form__select option {
    font-size: 1em;
  }

  .form__select--small {
    font-size: 0.875rem;
    padding:  8px 36px 8px 18px;
    height: 40px;
    margin-bottom: 20px;
  }

  .form__image-preview-container {
    margin-bottom: 25px;
  }

  .form__denotes {
    font-size: 0.875rem;
    margin:0 0 20px 0;
  }

  .form__store-info {
    margin-bottom: 10px;
  }

  .form__store-info__label {
    font-size: 1rem;
  }
  
  .form__gdpr {
    margin: 0 0 28px 32px; 
  }
  .form__gdpr p,
  .form__gdpr ol,
  .form__gdpr ul,
  .form__gdpr dl {
    font-size: 0.875rem !important;
    line-height: 1.45;
  }

  .form__quantity {
    margin: 0 18px 0 0;
    display: inline-block;
  }
  
  .form__quantity__plus,
  .form__quantity__minus {
    height: 38px;
    width: 38px;
  }
  
  .form__quantity__input {
    height: 38px;
  }
  
  .form__forgotten {
    color: #000;
    font-size: 1rem;
    top: -15px;
    position: relative;
  }

  .form__summary__link {
    font-size: 1em;
  }

  #contact-bar-bottom {
    position: relative;
  }
  
  #contact-bar-bottom .form__denotes {
    float:none;
  }

  #contact-bar-bottom-right {
    position: absolute;
    right: 0;
    top: 0;
  }

  #contact-bar-bottom #captcha {
    margin-right: 20px;
  }


  
  .form-password {
    margin-bottom: 15px;
  }

  .form-password__information {
    font-size: 1rem;
  }

  .form-password__information span {
    padding: 5px 10px;
  }


}

/* 
##########################################
### Form Login
########################################## 
*/

.form--login {
  position: relative;
  margin: 0 auto 20px auto;
}

@media (max-width:440px) {
  
  .form--login .btn.btn__primary,
  .form--login .btn.btn__primary > .btn__primary__text {
    width: 100%;
  }

}
 
@media (min-width:768px) {
  
}
 
@media (min-width:900px) {
  .form--login {
    position: relative;
    padding: 0 128px 0 0;
    max-width: 908px;
    margin-bottom: 40px;
  } 

  .form--login .btn {
    position: absolute;
    top: 0;
    right: 0;
    top: 0px;
  }

}


/* 
##########################################
### Form Login
########################################## 
*/

.form--unsubscribe {
  position: relative;
  margin-bottom: 20px;
}

@media (max-width:440px) {
  
  .form--unsubscribe .btn.btn__primary,
  .form--unsubscribe .btn.btn__primary > .btn__primary__text {
    width: 100%;
  }

}
 
@media (min-width:900px) {
  .form--unsubscribe {
    position: relative;
    padding: 0 200px 0 0;
    max-width: 908px;
    margin-bottom: 40px;
  } 

  .form--unsubscribe .btn {
    position: absolute;
    top: 0;
    right: 0;
  }
}

/* 
##########################################
### Table Primary
########################################## 
*/

.table-primary-wrapper {
  border-radius: 0;
  overflow: hidden;
  margin: 0 0 20px 0;
  position: relative;
}

.table-primary-container {
  overflow-y:hidden;
  webkit-overflow-scrolling: auto;
}

.table-primary-container.table-primary-container--alt {
  table-layout: fixed;
  max-height: 400px;
  overflow-y: scroll;
  position: sticky;
}

.table-primary-container.table-primary-container--alt .table-primary { 
  min-width: 1000px;
  width: 100%;
  table-layout: fixed;
  display: block;
  overflow: inherit !important;
  overflow: initial !important;
}

.table-primary-container.table-primary-container--alt .table-primary .table-primary__head { 
  width: 100%;
  top: 0;
  position: sticky;
  right: 0;
  left: 0;
  table-layout: fixed;
  min-width: 1000px;
  display: table;
}

.table-primary-container.table-primary-container--alt .table-primary .table-primary__body { 
  table-layout: fixed;
  display: table;
  width: 100%;
}

.table-primary-container::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 0 0 #d5d9dc;
  box-shadow: inset 0 0 0 0 #d5d9dc;
  background-color: #d5d9dc;
}

.table-primary-container::-webkit-scrollbar {
  height: 15px;
  background-color: #d5d9dc;
  -webkit-appearance: none;
}

.table-primary-container::-webkit-scrollbar-thumb {
  background-color: #989899;
}

.table-primary-header {
  color: #212121;
  font-size: 0.875rem;
  font-weight: 500;
  margin:  0 0 8px 0;
}

.table-primary {
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}

.table-primary__tr-primary {
  color: #FFF;
  font-weight: 500;
  text-align: left;
}
.table-primary__tr-secondary:first-child td {
  border-top: 1px solid #A5A5A5;

}

.table-primary__tr-secondary td {
  border-bottom: 1px solid #A5A5A5;
}

.table-primary__tr-secondary td:first-child{

  border-left: 1px solid #A5A5A5;
}

.table-primary__tr-secondary td:last-child  {
  border-right: 1px solid #A5A5A5;
}

.table-primary__tr-secondary:hover {
  position: relative;
  z-index: 1000;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.table-primary__tr-secondary:nth-child(even) {
  background-color: #F8F8F8;
}

.table-primary__tr-secondary:nth-child(odd) {
  background-color: #FFFFFF;
}

.table-primary__head {
  margin: 0;
}

.table-primary__th {
  padding: 5px 20px 4px 14px;
  white-space: nowrap;
  font-weight: 400;
  text-transform: uppercase;
  color: #707070;
  font-size: 0.625rem;
  letter-spacing: 1.3px;
}

.table-primary__th--alt {
  color: #000;
  font-weight: 400;
  font-family: "Arsenal";
  font-size: 0.875rem;
  margin: 0 0 12px 0;
  padding: 5px 20px 4px 0;
  line-height: 1.19;
}

.table-primary__td {
  padding: 5px 8px;
  font-size: 0.75rem;
  font-weight: 400;
  color:#212121;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.table-primary__tr-secondary:hover .table-primary__td.table-primary__td {
  background-color: #dbdbdb !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


.table-primary__td.table-primary__td--white {
  background-color: #FFF !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


.table-primary__td--wrap {
  white-space: initial !important;
}

.table-primary__td--medium {
  font-weight: 500;
}

.table-primary__td .lg-text {
  font-size: 0.7rem;
  display: block;
}

.table-primary__td .lg-text.lg-text--padding {
  margin-bottom: 5px;
}

.table-primary__td:last-child {
  border-right-width: 0;
}

.table-primary__td__link-black {
  color: #000;
  text-decoration: underline;
}

.table-primary__td__link-black:hover,
.table-primary__td__link-black:focus {
  color: #000;
}

.table-primary__td .form__select,
.table-primary__td .form__input {
  margin-bottom: 0 !important; 
}

.table-primary__td__icon {
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: top;
}

.table-primary__td__icon svg {
  vertical-align: top;
  height:100%;
}




@media screen and (min-width: 768px) {

  .table-primary-header {
    color: #212121;
    font-size: 1.25rem;
    margin:  0 0 12px 0;
  }

  .table-secondary__th {
    padding: 11px 40px 11px 17px;
    font-size: 0.7375rem;
  }

  .table-primary__td {
    padding: 12px 14px;
    font-size: 0.75rem;
  }

  .table-primary__td:last-child {
    border-right-width: 0;
  }

  .table-primary__td .lg-text {
    font-size: 1rem;
    
  }

  .table-primary__td .lg-text.lg-text--padding {
    margin-bottom: 10px;
  }
  
  .table-primary__td__link-black {
    font-size: 0.875rem;
  }

  .table-primary__td__icon {
    height: 30px;
    width: 30px;
  }

}

@media screen and (min-width: 1230px) {

  .table-primary__th {
    padding: 11px 17px 8px 17px;
    vertical-align: bottom;
    font-size: 0.875rem;
  }

  .table-primary__th--alt {
    font-size: 1.4375rem;
    vertical-align: bottom;
    padding: 11px 17px 8px 0;
  }

  .table-primary__th--up {
    padding: 11px 17px 11px 17px;
  }

  .table-primary__th--down {
    padding: 11px 17px 11px 17px;
  }

  .table-primary__td {
    padding: 16px 18px;
    font-size: 0.875rem;
    color: #000;
  }

}


@media screen and (min-heihgt: 706px) {

  .table-primary-container.table-primary-container--alt {
    max-height: 600px;
  }

}

@media screen and (min-height: 933px) {

  .table-primary-container.table-primary-container--alt {
    max-height: 800px;
  }

}


.table-secondary {
  width: 100%;
  overflow: hidden;
}

.table-secondary__tr-primary {
  color: #FFF;
  font-weight: 500;
  text-align: left;
}

.table-secondary__tr-primary--grey {
  background-color: #EFEFEF !important;
}

.table-secondary__tr-basket {
  background-color: #FFF;
  color: #212121;
  font-weight: 500;
  text-align: left;
}

.table-secondary__tr-basket:last-child td  {
  border-bottom: 1px solid #A5A5A5;
}

.table-secondary__tr-basket td {
  border-top: 1px solid #A5A5A5;
}

.table-secondary__tr-basket td:first-child {
  border-left: 1px solid #A5A5A5;
}

.table-secondary__tr-basket td:last-child {
  border-right: 1px solid #A5A5A5;
}
.table-secondary__tr-primary:nth-child(even) {
  background-color: #FFF;
}


.table-secondary__th {
  padding: 5px 20px 5px 8px;
  white-space: nowrap;
  font-weight: 700;
  text-transform: uppercase;
  color: #707070;
  font-size: 0.625rem;
  letter-spacing: 1.3px;
}

.table-secondary__th--up {
  background-repeat: no-repeat;
  background-position: 95% center;
}

.table-secondary__th--down {
  background-repeat: no-repeat;
  background-position: 95% center;
}

.table-secondary__th:last-child {
  border-right-width: 0;
}


.table-secondary__td {
  padding: 10px 8px;
  font-size: 0.75rem;
  font-weight: 500;
  color:#212121;
  font-family: "Arsenal";
}

.table-secondary__td--wrap {
  white-space: initial !important;
}

.table-secondary__td__action {
  text-decoration: underline;
  color: #00AEEF;
  font-size: 0.75rem;
  margin: 0 5px;
  font-weight: 500;
}

.basket-item {
  display: block;
  position: relative;
  min-height: 100px;
}

.basket-item__image-container {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.basket-item__image {
  width: 100%;
  display: block;
  max-width: none;
  height: 100%;
}

.basket-item__product-name {
  font-size: 1rem;
  color: #000000;
  line-height: 1.45;
  font-family: "Arsenal";
  margin:0;
  padding-top: 5px;
}

.basket-item__product-code {
  font-size: 0.875rem;
  color: #707070;
  line-height: 1.45;
  font-family: "Arsenal";
  margin: 3px 0 5px 0;
}

.foot-note {
  font-size: 0.75rem;
  color: #707070;
  line-height: 1.45;
  font-family: "Arsenal";
  margin: 3px 0 5px 0;
  min-height: 51px;
  position: relative;
  display: table;
  width: 100%;
}

.foot-note::after,
.foot-note::before {
  content: ' ';
  display: table;
  clear: both;
}

.foot-note--order .btn {
  width: 100%;
  margin-top: 10px;
}

.foot-note__overview-btns {
  width: 100%;
}

.foot-note--overview .btn#back {
  width: 49%;
  float: left;
  margin-top: 10px;
}

.foot-note--overview .btn#confirm-basket {
  width: 49%;
  float: right;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {

  #basket {
    margin-top: 10px;
  }

  #basket .table-tertiary {
    border-top: 1px solid #A5A5A5;
    margin: 10px 0 10px 0;
  }

  #basket  .table-secondary__head {
      display: none;
  }    

  #basket .table-secondary__tr-primary {
    display: block;
    border-bottom: 4px solid  #fff;    
  }

  #basket .table-tertiary__tr-secondary:after,
  #basket .table-tertiary__tr-secondary:before {
    content: ' ';
    display: table;
    clear: both;
  }

  #basket .table-secondary__td {
    display: block;
    border-bottom:0;
    text-align: center;
    width: 100% !important;
    border-left: 1px solid #A5A5A5;
    border-right: 1px solid #A5A5A5;
  }

  #basket .table-secondary__tr-basket {
    margin-bottom: 10px;
    display: block;
    border-bottom: 1px solid #A5A5A5;
  }

  .basket-price-mbcenter {
    display: block;
    width: 100%;
  }

  .basket-price-mbcenter-alt {
    border-left: 1px solid #A5A5A5;
    border-right: 1px solid #A5A5A5;
    border-bottom: 1px solid #A5A5A5;
    display: block;
    width: 100%;
    text-align: center !important;
  }

  .basket-price-mbcenter-alt td {
    border: none !important;
    display: block;
    width: 100%;
    text-align: center !important;
  }

  .basket-price-mbcenter-alt td select {
    margin: 8px 0 -8px 0 !important;
  }

  .basket-price-mbcenter td{
    display: block;
    float: left;
    width: 50%;
  }

  .basket-item__product-name {
    font-size: 0.875rem;
    padding-top: 5px;
  }

  .basket-item__product-code {
    font-size: 0.75rem;
    margin: 3px 0 5px 0;
  }

  .basket-item__image-container {
    margin-bottom: 10px;
    width: 100px;
  }

  .basket-td-header {
    margin: 0 0 5px 0;
    white-space: nowrap;
    font-weight: 700;
    text-transform: uppercase;
    color: #707070;
    font-size: 0.625rem;
    letter-spacing: 1.3px;
    display: block;
  }
}


@media screen and (min-width: 768px) {

  .basket-pullup-md-up {
    margin-top: -25px;
  }

  .table-secondary-header {
    color: #212121;
    font-size: 1.25rem;
    margin:  0 0 12px 0;
  }

  .table-secondary__th {
    padding: 11px 40px 11px 17px;
    font-size: 0.75rem;
  }

  .table-secondary__td {
    padding: 16PX 14px;
    font-size: 0.9333rem;
  }

  .basket-item {
    position: relative;
    padding-left: 120px;
    min-height: 100px;
  }

  .basket-item__image-container {
    width: 100px;
    position: absolute;
    left: 0;
    top:0;
  }

  .basket-item .btn {
    margin-right: 5px;
  }
  
  .table-secondary__td:last-child {
    border-right-width: 0;
  }

  .table-secondary__td .lg-text {
    font-size: 1rem;
    
  }

  .table-secondary__td .lg-text.lg-text--padding {
    margin-bottom: 10px;
  }

  .table-secondary__td__link-blue {
    font-size: 0.875rem;
  }
  
  .table-secondary__td__link-green {
    font-size: 0.875rem;
  }
  
  .table-secondary__td__link-red {
    font-size: 0.875rem;
  }

  .table-secondary__td__icon {
    height: 30px;
    width: 30px;
  }

  .basket-td-header {
    display: none;
  }

  .foot-note { 
    font-size: 0.875rem;
  }

  .foot-note--order {
    padding: 0 140px 0 0;
    min-height: 65px;
  }

  .foot-note--order .btn {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    margin: 0;
  }

  .foot-note--overview .btn#back {
    float: none;
    width: auto;
  }
  
  .foot-note--overview .btn#confirm-basket {
    float: none;
    width: auto;
  }

  .foot-note__overview-btns {
    float: right;
    width: auto;
  }


}

@media screen and (min-width: 880px) {
  .foot-note--overview {
    padding-right: 470px;
  }



  .foot-note--overview .btn#back {
    float: none;
    position: absolute;
    right: 230px;
    top:0;
    width: auto;
    margin: 0;
  }
  
  .foot-note--overview .btn#confirm-basket {
    float: none;
    width: auto;
    position: absolute;
    right: 0;
    top:0;
    margin: 0;
  }

}


/* 
##########################################
### Table Tertiary
########################################## 
*/

.table-tertiary-wrapper {
  border-radius: 0;
  overflow: hidden;
  margin: 0 0 20px 0;
}

.table-tertiary-container {
  overflow-x:auto;
  overflow-y:hidden;
  webkit-overflow-scrolling: auto;
}

.table-tertiary-container::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 0 0 #d5d9dc;
  background-color: #d5d9dc;
}

.table-tertiary-container::-webkit-scrollbar {
  height: 15px;
  background-color: #d5d9dc;
  -webkit-appearance: none;
}

.table-tertiary-container::-webkit-scrollbar-thumb {
  background-color: #989899;
}

.table-tertiary-header {
  color: #212121;
  font-size: 0.875rem;
  font-weight: 500;
  margin:  0 0 8px 0;
}

.table-tertiary {
  margin: 0 0 10px 0;
  overflow: hidden;
  width: 100%;
}

.table-tertiary::after,
.table-tertiary::before {
  content: ' ';
  display: table;
  clear: both;
}

.table-tertiary__tr-primary {
  background: #F8F8F8;
  color: #FFF;
  font-weight: 500;
  text-align: left;
}

.table-tertiary__head {
  margin: 0;
}

.table-tertiary__th {
  color: #FFF;
  font-size: 0.625rem;
  font-weight: 700;
  padding: 5px 20px 5px 8px;
  white-space: nowrap;
}

.table-tertiary__td {
  padding: 10px 8px;
  white-space: nowrap;
  font-size: 0.75rem;
  font-weight: 500;
  color:#000;
  background: #F8F8F8;
  font-family: "Arsenal";
  border-bottom: 1px solid #A5A5A5;
}

.table-tertiary__td:first-child {
  border-left: 1px solid #A5A5A5;
}

.table-tertiary__td:first-child span{
  margin-bottom: 8px;
  display: block;
}

.table-tertiary__td:last-child {
  border-right: 1px solid #A5A5A5;
}

.table-tertiary__td--white {
  background: #fff !important
}

.table-tertiary__td--strong {
  font-weight: 700;
}


@media (min-width:500px) {
 
}
 
@media (min-width:768px) {
 
}
 
@media (min-width:1100px) {
 
  .table-tertiary__td {
    padding: 16PX 20px;
    font-size: 0.9333rem;
    position: relative;
  }

  .table-tertiary__td.table-tertiary__td--delivery {
    padding: 16PX 20px 16px 150px;
  }

  .table-tertiary__td.table-tertiary__td--delivery span{
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    ;
  }

}

.addresses {
  margin-top: 10px;
}

.addresses__address {
  width: 100%;
  margin: 0 0 16px 0;
}

.addresses__address__header {
  color: #231E1F;
  font-size: 1rem;
  font-family: 'Arsenal';
  margin: 0 0 5px 0;
  padding: 0;
  font-weight: 400;
}

.addresses__address__summary {
  color: #707070;
  font-size: 0.8rem;
  font-weight: 400;
  margin: 0;
  line-height: 1.78;
}


 
@media (min-width:768px) {
  
  .addresses {
    width:100%;
    margin: 0 0;
  }
  
  .addresses__address {
    width: 33.3333%;
    float: left;
  }
  
  .addresses__address__header {
    font-size: 1.125rem;
  }
  
  .addresses__address__summary {
    font-size: 0.825rem;
  }

}
 
@media (min-width:1100px) {
  
  .addresses {
    display: block;
  }
  
  .addresses__address {
    margin: 0 0 20px 0;
  }
  
  .addresses__address__header {
    font-size: 1.3rem;  
  }
  
  .addresses__address__summary {
    font-size: 1rem;
    line-height: 1.625;
    
  }
}

/* 
##########################################
### Site Map
########################################## 
*/

.sitemap {
  margin: 0 0 30px;
  padding-bottom: 10px;
  width: 100%;
  height: auto;
}

.sitemap-item {
  display: block;
  margin: 0 0 0 0;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #C4C4C4;
}

.sitemap-item:last-child {
	border-bottom-width: 0;
}

.sitemap-item__link {
  font-size: 1rem;
  font-family: "Arsenal";
  color: #13294B;
  padding: 10px 15px;
  display: block;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.sitemap-item__link:hover {
  color: #13294B;
  text-decoration: underline;
}

.sitemap-item-2 {
  display: block;
  margin: 0 0 0 0;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #C4C4C4;
}

.sitemap-item-2__link {
  font-size: 0.9rem;
  color: #111111;
  padding: 12px 0 12px 28px;
  display: block;
  line-height: 1.4;
  text-decoration: none;
  font-weight: 400;
}

.sitemap-item-2__link:hover {
	text-decoration: underline;
	color: #111111 !important;
}

.sitemap-item-3 {
  margin: 0 0 0 0;
  width: 100%;
  list-style-type: disc;
  height: auto;
  padding: 16px 0 16px 45px;
  border-bottom: 1px solid #C4C4C4;
}

.sitemap-item-3__link {
  color: #111111;
  display: block;
  font-size: 0.7833rem;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}

.sitemap-item-3__link:hover {
	text-decoration: underline;
	color: #111111;
}

@media (min-width:768px) {

  .sitemap {
    margin: 0 0 50px 0;
  }

	.sitemap-item__link,
	.sitemap-item__link:visited {
		font-size: 1.225rem;
	}

	.sitemap-item-2__link,
	.sitemap-item-2__link:visited {
		font-size: 1.125rem;
	}

	.sitemap-item-3__link,
	.sitemap-item-3__link:visited {
		font-size: 0.9333rem;
	}

}

/* 
##########################################
### Search Results
########################################## 
*/

.search-results {
  display: block;
  border-top: 1px solid #A5A5A5;
  margin-bottom: 20px;
}

.search-results__item {
  display: block;
  border: 1px solid #A5A5A5;
  border-top-width: 0;
  position: relative;
  padding: 16px 10px;
}

.search-results__item.search-results__item--images {
  padding-left: 96px;
}

.search-results__item__image-container {
  position: absolute;
  width: 70px;
  left: 12px;
  top:50%;
  transform: translateY(-50%);
  overflow: hidden;
}

.search-results__item__image {
  margin: 0;
  display: block;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  width: 100%;
  
}

.search-results__item__image-link {
  display: block;
  padding-top: 100%;
}

.search-results__item.search-results__item--product .search-results__item__image-link {
  padding-top: 100%;
}

.search-results__item__text {
  display: block;
  min-height: 40px;
}

.search-results__item__header {
  font-size: 1rem;
  color: #231E1F;
  font-weight: 400;
  margin-bottom: 8px;
  padding:0;
  line-height: 1.2;
  font-family: "Arsenal";
}

.search-results__item__header-link {
  color: #231E1F;
  font-size: 1em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.search-results__item__header-link:hover,
.search-results__item__header-link:focus {
  color: #043D9F;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.search-results__item__summary {
  font-size: 0.625rem;
  line-height: 1.64;
  color: #707070;
  font-weight: 400;
  margin: 0 0 0 0;
  padding: 0;
}

.search-results__item__code {
  color: #121F36;
  font-size: 0.5625rem;
  margin: -4px 0 10px 0;
  font-weight: 500;
}
 
@media (min-width:550px) {

  .search-results__item__header {
    font-size: 0.9rem;
    margin-bottom: 4px;
  }

  .search-results__item__summary {
    font-size: 0.65rem;
  }


}

@media (min-width:768px) {

  .search-results {
    margin: 0 0 32px 0;
  } 
  
  .search-results__item {
    padding: 24px 14px;
  }

  .search-results__item.search-results__item--product {
    padding-left: 143px;
  }

  .search-results__item.search-results__item--images {
    padding-left: 137px;
  }

  .search-results__item__text {
    min-height: 60px;
  }

  .search-results__item.search-results__item--product .search-results__item__text {
    min-height: 100px;
  }
  

  .search-results__item__image-container {
    width: 100px;

  }

  .search-results__item__header {
    font-size: 1.125rem;
    margin-bottom: 4px;
  }

  .search-results__item__summary {
    font-size: 1rem;
  }

}
 
@media (min-width:1000px) {
  
  .search-results__item {
    display: block;
    padding: 32px 18px;
  }

}



/* 
##########################################
### FAQS
########################################## 
*/

.faqs {
  max-width: 900px;
  margin: 0 auto 30px auto;
}

.faqs__header {
  color: #16246E;
  font-size: 1.625rem;
  margin: 0 0 12px 0;
  padding: 0;
  line-height: 1.1;
  font-weight: 400;
  font-family: 'Arsenal';
}

.faqs .downloads__header {
  display: none;
}
  
.faq {
  position: relative;
  border-top: 1px solid #C4C4C4;
  border-bottom: 1px solid #C4C4C4;
  margin-bottom: -1px;
}

.faq::after,
.faq::before {
  content: ' ';
  display: table;
  clear: both;
}


.faq__question {
  color: #16246E;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.28;
  position: relative;
  text-align: left;
  -webkit-transition: 0.3s all ease-in-out;transition: 0.3s all ease-in-out;
  padding: 12px 34px 12px 16px;
}

.faq__question:active,
.faq__question:focus,
.faq.active .faq__question {
  -webkit-transition: 0.3s all ease-in-out;transition: 0.3s all ease-in-out;
} 

.faq__question:after {
  content: '+';
  font-size: 1.125rem;
  margin-left: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate( 0, -50%);
          transform: translate( 0, -50%);
  float: right;
  right: 16px;
  font-weight: 400;
  -webkit-transition: 0.3s all ease-in-out;transition: 0.3s all ease-in-out;
  color: #16246E;
  line-height: 0.92;
}

.faq__question__icon {
  margin-right:5px;
}

.faq.active h3.faq__question:after {
  -webkit-transition: 0.3s all ease-in-out ;
  transition: 0.3s all ease-in-out ;
  content: '-';
}

.faq__answer {
  padding: 16px 16px;
  position: relative;
  z-index: 1;
}
.faq__answer > *:last-child {
    margin-bottom: 0 !important;
}

.faq__answer__text {
  border: none ;
  margin-bottom: 12px;
  font-size: 0.625rem;
  color: #676767;
  font-weight: 500;
  display: block;
}

@media (min-width:420px) {

  .faqs__header {
    font-size: 1rem;
  }

}
 
@media (min-width:768px) {

  .faqs__header {
    font-size: 2.3125rem;
    margin: 0 0 12px 0;
  }

  .faqs {
    margin-bottom: 50px;
  }


  .faq {
    position: relative;
  }
  
  .faq__question {
    font-size: 1.1875rem;
    line-height: 1.25;
    padding: 16px 40px 16px 23px
  }

  .faq__question:after {
    right: 23px;
  }
  
  .faq__answer {
    padding: 10px 23px 24px;
    
  }

  .faq__answer__text {
    font-size: 0.75rem;
    margin-bottom: 16px;
  }


}

@media (min-width:1100px) {

  .faqs__header {
    font-size: 1.522rem;
  }

}

/* 
##########################################
### Faqs
########################################## 
*/

.faqSection {
  display: block;
}

.faqSection h3.faqQuestion {
  background-color: #000000;
  margin: 0;
  padding: 10px;
  color: #FFF;
}

.faqSection .faqAnswer {
  border: 1px solid #bfbfbf;
  margin-bottom: 20px;
  padding: 10px;
}

.faqSection .faqAnswer p {
  color:#13294B
  margin: 0 10px 0 0;
	padding: 0;
  line-height: 19px;
}

.faqSection .faqAnswer p a {
  color: #13294B
  text-decoration: underline;
}

.faqSection .faqAnswer p a:hover {
  color: #13294B
  text-decoration: underline;
}

.faqSection .faqAnswer p a:visited {
  color: #13294B
  text-decoration: underline;
}

.faqSection .faqAnswer ul,
.faqSection .faqAnswer ol {
  font-size: 0.7em;
  margin: 1em 0 1em 4em;
  padding: 0;
  line-height: 19px;
}

.faqSection .faqAnswer ul a,
.faqSection .faqAnswer ol a {
  color: #13294B
  text-decoration: underline;
}

.faqSection .faqAnswer ul ul,
.faqSection .faqAnswer ol ol,
.faqSection .faqAnswer ul ol,
.faqSection .faqAnswer ol ul,
.faqSection .faqAnswer ul p,
.faqSection .faqAnswer ol p,
.faqSection .faqAnswer dl ul {
  font-size: 0.7em;
}

.faqSection .faqAnswer ul ul,
.faqSection .faqAnswer ol ul {
  list-style: disc;
}

.faqSection .faqAnswer ul ul,
.faqSection .faqAnswer ol ul,
.faqSection .faqAnswer ol ol,
.faqSection .faqAnswer ul ol {
  margin-top: 0.5em;
}

.faqSection .faqAnswer ul li,
.faqSection .faqAnswer ol li {
  margin-top: 0.4em;
}

.faqSection .faqAnswer dl {
  margin: 1em 0 0 0;
}


/* 
##########################################
### Collections Bar
########################################## 
*/

.collections-bar {
  margin: 0 0 15px 0;
  position: relative; 
  text-align: center;
}



.collections-bar .btn{
  position: relative;
  z-index: 10;
  margin: 0 auto;
}

.collections-bar__form {
  display: block; 
  width: 100%;
}

.collections-bar__urls1,
.collections-bar__urls2 {
  width: 100%;
}

.collections-bar__urls1 > .btn {
  width: 100%;
  margin-bottom: 9px;
}

.collections-bar__urls2 > .btn {
  width: 100%;
  margin-bottom: 9px;
}


.collections-bar__form-options::after,
.collections-bar__form-options::before {
  content: ' ';
  display: table;
  clear: both;
}


.collections-bar-checkbox {
	position: relative;
  padding-left: 32px;
  max-width: 100%;
  margin-bottom: 10px;
}

.collections-bar-checkbox__label {
  font-size: 0.75rem;
  display:block;
  line-height: 1.5;
  text-align: left;
  cursor:pointer;
  color: #13294B;
  font-weight: 400;
}

.collections-bar-checkbox__label input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.collections-bar-checkbox__label a {
  color: #13294B !important;
  text-decoration: underline;
}

.collections-bar-checkbox__indicator {
  height: 20px;
  width: 20px;
  background: #FFF;
  border: 1px solid #A5A5A5;
  border-radius: 0;
  left: 0;
	position: absolute;	
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.collections-bar-checkbox__label:hover input ~ .collections-bar-checkbox__indicator,
.collections-bar-checkbox__label input:focus ~ .collections-bar-checkbox__indicator {
  background: #ccc;
}

.collections-bar-checkbox__label input:checked ~ .collections-bar-checkbox__indicator {
  background: #13294B;
  border-color: #13294B;
}

.collections-bar-checkbox__label:hover input:not([disabled]):checked ~ .collections-bar-checkbox__indicator,
.collections-bar-checkbox__label input:checked:focus ~ .collections-bar-checkbox__indicator {
  background: #13294B;
  border-color: #13294B;
}

.collections-bar-checkbox__label input:disabled ~ .collections-bar-checkbox__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.collections-bar-checkbox__indicator:after {
  content: '';
  position: absolute;
  display: none;
}

.collections-bar-checkbox__label input:checked ~ .collections-bar-checkbox__indicator:after {
  display: block;
}
.collections-bar-checkbox__label .collections-bar-checkbox__indicator:after {
  left: 6px;
  top: -5px;
  width: 5px;
  content: 'x';
  color: #FFF;
  font-weight: 400;
  height: 10px;
  font-size: 1rem;
}


@media (min-width: 390px) and (max-width: 559px)  {
  
  .collections-bar {
    text-align: left;
  }
  
}

@media (min-width: 400px)  {

  .collections-bar__urls2 .btn:first-child {
    margin-bottom: 9px;
    width: 48%;
    float: left;
  }

  .collections-bar__urls2 .btn:last-child {
    margin-bottom: 9px;
    width: 48%;
    float: right;
  }
  
}

@media (min-width: 900px) {
  .collections-bar__urls2 > .btn {
    width: 100% !important;
  }

  .collections-bar__urls2 .btn:last-child {
    margin-bottom: 16px;
    width: 48%;
    float: right;
  }

  .collections-bar-checkbox {
    margin-bottom: 10px;
  }

  .collections-bar-checkbox__label {
    font-size: 1rem;
  }
}


@media (min-width: 1030px) {

  .collections-bar {
    text-align: left;
  }

  .collections-bar .btn{
    float: left;
    margin-bottom: 15px;
    position: relative;
    z-index: 10;
  }
  
  .collections-bar {
    margin: 0 0 15px 0;
    position: relative; 
  }

  .collections-bar::after,
  .collections-bar::before {
    content: ' ';
    display: table;
    clear: both;
  }





}


/* 
##########################################
### Journal Bar
########################################## 
*/

.Journal-bar {
  margin: 0 0 0 0;
  position: relative;
}


.filter-select__label {
  display: none;
}

.filter-select__select {
  background: url('../images/icons/icon_select.png') right 50% no-repeat, #FFF;
  background: url('../images/icons/icon_select.png') right 50% no-repeat, #FFF;
  background: url('../images/icons/icon_select.png') right 50% no-repeat, #FFF;
  background-size: auto 13px, cover;
  background-position: 99% 50%;
  border: 1px solid #A5A5A5;
  color: #270707;
  cursor: pointer;
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4;
  height: 42px; 
  margin-bottom: 10px;
  padding: 9.5px 31px 9.5px 10px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.refine-selects {
  display: none;
}

/* @media screen and (min-width: 400px) and (max-width: 767px) {
  #items_per_page {
    width: 40%;
    margin:0;
    float:left;
    margin-right: 0.5%;
  }

  #Journal_query {
    width: 59%;
    margin:0;
    float:left;
    margin-left: 0.5%;
  }
} */

@media screen and (min-width: 768px) {



  .Journal-bar {
    margin: 0 0 10px 0;
  }

  .filter-select {
    float: right;
  }

  .filter-text {
    display: inline-block;
    text-align: left;
    font-size: 0.933rem;
    margin: 0;
    position: absolute;
    left:0;
    top:7px;
  }
  
  .refine-selects__select,
  .refine-selects__select:hover.active,
  .refine-selects__select:focus.active,
  .refine-selects__select:active.active {
    font-size: 1.1rem;
    font-family: 'Arial';
    padding: 14px 22px;
    margin: 0 8px 8px 0;
    border-width: 3px;
  }
  

  .refine-selects__select svg {
    fill: #000000;
    position: relative;
    top: 2px;
    margin-right: 5px;
    height: 14px;
    width: 14px;
    display: inline-block;
  }


  
  .filter-select__select {
    font-size: 0.875rem;
    margin-bottom: 10px;
    min-height: 48px;
    padding: 13px 40px 13px 18px;
  }

  .filter-select__select--refine {
    width: 200px;
    margin-left: 13px;
    float: right;
  }

  .filter-select__select--view {
    width: 118px;
    margin-left: 13px;
  }
}

@media screen and (min-width: 1100px) {
  .filter-select__select--refine {
    width: 353px;
    margin-left: 13px;
  }
}


/* 
##########################################
### Pagination
########################################## 
*/


.pagination-bar-container {
  border-top: 1px solid #b7b7b7;
  border-bottom: 1px solid #b7b7b7;
  margin-bottom: 17px
}

.pagination-bar {
  padding: 14px
}

.pagination-bar::after,.pagination-bar::before {
  clear: both;
  content: ' ';
  display: table
}

.pagination .center,
.pagination__arrow,
.pagination__pages {
  display: inline-block
}

.pagination-bar__showing {
  float: left
}

.pagination-bar__items {
  float: right;
  line-height: .5;
}

.pagination-bar__items__link {
  display: inline-block;
  margin: 0 0 0 16px;
  line-height: 0
}

.pagination-bar__items__link.active,.pagination-bar__items__link:active,.pagination-bar__items__link:focus,.pagination-bar__items__link:hover {
  text-decoration: underline;
  color: #002b51
}

@media screen and (min-width: 800px) {
  .pagination-bar-container {
      margin-bottom:25px
  }

  .pagination-bar__items__link,.pagination-bar__items__view,.pagination-bar__showing {
      font-size: .875rem
  }

  .pagination-bar__items__link {
      margin-left: 16px
  }

  .pagination-bar__items {
      line-height: 1
  }
}

/* 
##########################################
### Now Showing
########################################## 
*/

.now-showing {
  font-family: "Arsenal";
  display: block;
  font-weight: 400;
  color: #707070;
  font-size: 0.725rem;
  word-break: normal;
  margin: 10px 0 10px 0;
}

.now-showing--collections {
  text-align: center;
}


@media (min-width:390px) {
  .now-showing--collections {
    float: right;
    min-height: 22px;
    padding: 15px 0;
    display: block;
    margin: 0 0 16px 0;
    width: 100%;
    text-align: right;
  }
}

@media (min-width:560px) {

  .now-showing--collections {
    padding: 27px 10px 27px 0;
  }

}

@media (min-width:768px) {
  .now-showing {
    font-size: 0.875rem;
  }
  .now-showing--Journal {
    float: left;
    padding: 8px 0;
  }


}
 
@media (min-width:1030px) {
 
  .now-showing--collections {
    float: left;
    width: auto;
    text-align: left;
    padding: 27px 10px 27px 0;
    margin: 0;
  }

}

/* 
##########################################
### Pagination
########################################## 
*/

.pagination-container {
  width: 100%;
  text-align: center;
  vertical-align: top;
  margin: 0 0 50px 0;
}

.pagination {
  border-top: 0 solid #d3dddb;
  clear: both;
  color: #999;
  display: inline-block;
  font-size: .8125rem;
  line-height: 0;
  overflow: hidden;
  padding: 0 0;
  position: relative;
  text-align: center;
  min-height: 38px;
}

.pagination .center {
  left: 100px;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  right: 100px;
  text-align: center!important
}

.pagination__pages {
  padding: 18px 20px 18px 20px;
  font-family: "Arsenal";
  font-weight: 400;
  color: #424343;
  font-size: 0.75rem;
  letter-spacing: 1.6px;
  word-break: normal;
  text-transform: uppercase;
}

.pagination__page:hover,
.pagination__page:focus {
  color: #0D124B;
  text-decoration: underline
}

.pagination__page.active {
  color: #0D124B;
  text-decoration: underline;
}

.pagination__arrow {
  background-color: #FFF;
  height: 38px;
  width: 38px;
}

.pagination__arrow.disabled {
  opacity: 0.6;
}

.pagination__arrow__link {
  border: 1px solid #8A8D8F;
  display: inline-block;
  font-size: 23px;
  font-weight: 400;
  height: 100%;
  padding: 13px 0;
  position: relative;
  text-align: center;
  width: 100%;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.pagination__arrow__link svg {
  font-size: 0.75rem;
  fill: #0D124B;
  height: 11px;
  width: 7px;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}

.pagination__arrow--left {
  display: inline-block;
  vertical-align: top;
}

.pagination__arrow--right {
  border-left-width: 0;
  display: inline-block;
  vertical-align: top;
}

.pagination__arrow--left svg {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  margin-top: -5.5px;
  margin-left: -4px;
}


a.pagination__arrow__link:hover {
  background-color:#000000;
}

a.pagination__arrow__link:hover svg{
  fill: #FFF;
}

.pagination__arrow__link--right{
  position: absolute;
  right:0;
  top: 0;
  display: block;
  bottom: 0; 
}

@media  (min-width: 768px) {

  .pagination {
    min-height: 60px;
  }

  .pagination-container {
    margin-bottom: 80px;
  }

  .pagination__pages {
    padding: 25px 28px 25px;
    font-size: 1rem;
  }

  .pagination__arrow--left {
    margin-right: 5px;
  }
  .pagination__arrow {
    height: 48px;
    width: 48px;
  }

  .pagination__arrow__link svg {
    width: 10px;
    height: 17px;
  }

  .pagination__arrow--left svg {
    margin-top: -8.5px;
    margin-left: -5px;
  }

}

/* 
##########################################
### Footer
########################################## 
*/

.footer {
  border-top: 1px solid #FFF;
  background-color: #13294B;
  padding: 30px 0 0 0;
  position: relative;
}

@media (min-width: 768px) {

}

@media (min-width: 1100px) {

  .footer {
    padding: 62px 0 65px 0;
  }

  body #wrapper {
    padding-bottom: 603px ;
  }
  
  .footer {
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    height: 603px;
  }
}




/* 
##########################################
### Footer Top
########################################## 
*/

.footer-top {
  display: block;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
}

.footer-top__logo {
  display: block;
  margin: 0 auto 16px auto;
  width: 119px;
  height: 61px;
}

.footer-top__logo-link {
  display: inline-block;
  width: 119px;
  height: 61px;
}

.footer-top__logo-link-image {
  display: block;
  width: 119px;
  height: 61px;
  margin: 0;
}

.footer-top__list {
  color: #FFFFFF;
  display: inline-block;
  line-height: 1.625;
  margin-bottom: 25px;
  text-align: center;
}

.footer-top__list-item {
  display: block;
}

.footer-top__list-item-link {
  border-bottom: 1px solid transparent;
  color: #FFFFFF;
  display: block;
  font-weight: 400;
  font-family: "Arsenal";
  font-size:  1rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-top__list-item-link:hover,
.footer-top__list-item-link:focus {
  border-bottom: 1px solid #FFF;
  color: #FFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-top__social {
  margin: 0;
  padding: 0;
  text-align: center;
}

.footer-top__social__list {
  display: block;
  list-style: none;
  margin: 0 auto;
  padding:0; 
}

.footer-top__social__list-item {
  display: inline-block;
  margin: 0 15px 14px;
  vertical-align: top;
  text-align: center;
}

.footer-top__social__list-item-link {
  border-bottom: 1px solid transparent;
  color: #FFFFFF;
  display: block;
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: 1.2px;
  line-height: 1.6;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-top__social__list-item-link:focus,
.footer-top__social__list-item-link:hover {
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


@media (min-width:768px) {
  
  .footer-top__logo {
    display: block;
    height: 133.72px;
    margin: 0 auto 24px auto;
    width: 261px;
  }
  
  .footer-top__logo-link {
    display: inline-block;
    height: 133.72px;
    width: 261px;
  }
  
  .footer-top__logo-link-image {
    display: block;
    height: 133.72px;
    margin: 0;
    width: 261px;
  }

  .footer-top__list {
    margin-bottom: 45px;
  }

  .footer-top__list-item {
    display: inline-block;
    vertical-align: top;
  }

  .footer-top__list-item:after {
    content: '•';
    display: inline-block;
    position: relative;
    color: #FFF;
    padding: 0 10px 0 17px;
  }

  .footer-top__list-item-link {
    font-size:  1.25rem;
    display: inline-block
  }

  .footer-top__list-item:last-child:after {
    display: none;
  }

  .footer-top__social__list {
    margin-bottom: 45px;
  }

  .footer-top__social__list-item-link {
    font-size: 1rem;
    letter-spacing: 1.6px;
  }

}
 
@media (min-width: 1100px) {


  .footer-top__logo {
    display: block;
    width: 337px;
    height: 172px;
    margin: 0 auto 32px auto;
  }
  
  .footer-top__logo-link {
    display: inline-block;
    width: 337px;
    height: 172px;
  }

  .footer-top__logo-link-image {
    display: block;
    width: 337px;
    height: 172px;
    margin: 0;
  }

  .footer-top__list {
    margin-bottom: 60px;
  }

}


/* 
##########################################
### Footer Bottom
########################################## 
*/

.footer-bottom {
  text-align: center;
  position: relative;
  padding-bottom: 0;
}

.footer-bottom__header {
  color: #AAAAAA;
  display: block;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 19px;
  text-align: center;
}

.footer-bottom__list {
  display:block;
  list-style: none;
  margin: 0 9px 16px;
  padding: 0;
  position: relative;
  text-align: center;
}

.footer-bottom__list-item {
  display:inline-block;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 4px 5px;
}

.footer-bottom__list-item-link {
  color: #AAAAAA;
  font-size: 0.6875rem;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.footer-bottom__list-item-link:hover,
.footer-bottom__list-item-link:focus {
  color: #fff;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.footer-bottom__arkom {
  margin: 0 0 39px;
  line-height: 1.5;
  font-size: 0.6875rem;
  color: #AAAAAA;
  font-weight: 400;
  text-align: center;
  display: block;
}

.footer-bottom__arkom-link {
  display: inline-block;
  color: #f8933a;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  vertical-align: middle;
  position: relative;
  top: 1px;
}

.footer-bottom__arkom-link:hover {
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-bottom__arkom-link svg {
  margin: 0 0 0 2px;
  width: 13px;
  height: 14px;
  
}

@media (min-width:768px) { 

  .footer-bottom {
    padding-bottom: 0;
    text-align: center;
  }

  .footer-bottom__header {
    font-size: 0.9375rem;
    line-height: 1.5;
    display: block;
    margin: 0 0 20px 0;
  
  }
  
  .footer-bottom__list {
    display: inline-block;
    margin: 0 0 20px;
  }

  .footer-bottom__list-item {
    line-height: 1.5;
    margin: 0 8px 10px 8px;
  }
  
  .footer-bottom__list-item-link {
    font-size: 0.9375rem;
  }

  .footer-bottom__arkom {
    line-height: 1.5;
    font-size: 0.9375rem;
    display: inline-block;
    text-align: left;
    margin:0 0 10px 8px;
  }

  .footer-bottom__arkom-link {
    top: 1px;
  }

  .footer-bottom__arkom-link svg {
    margin: 0 0 0 2px;
    height: 17px;
    width: 17px;
  }
  
}

/* 
##########################################
### Footer Payment
########################################## 
*/

.footer-payment {
  background-color: #fff;
  height: 48px;
  padding: 15px 0;
}

.footer-payment__logo {
  width: 163px;
  height: 19px;
  display: block;
  margin:0 auto;
}

.footer-payment__logo-image {
  width: 163px;
  height: 19px;
  display: block;
  margin:0;
}

@media (min-width:768px) { 

  .footer-payment {
    height: 61px;
    padding: 20px 0;
  }
  
  .footer-payment__logo {
    width: 240px;
    height: 28px;
  }
  
  .footer-payment__logo-image {
    width: 240px;
    height: 28px;
  }

}

/*
##########################################
### Validator Tooltip
########################################## 
*/

.bvalidator-bslikert-tooltip {
  font-size: 0.75rem;
  white-space: nowrap;
  padding-top: 6px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 30px;
  background-color: #d90303;
  background-clip: padding-box;
  border-radius: 0;
  position:absolute;
  line-height: 1.4;
  color: #FFF;
  font-weight: 400;
  z-index: 100000;

}

.bvalidator-bslikert-tooltip-noclose {
  padding-right: 10px;
}
/* message */
.bvalidator-bslikert-tooltip .bvalidator-bslikert-msg {
  position: relative;
}
/* close icon */
.bvalidator-bslikert-tooltip .bvalidator-bslikert-close {
  font-weight: 400;
  font-size: 1.25rem;
  cursor: pointer;
  color: #FFF;
  text-shadow: none;
  opacity: 0.8;
  position:absolute;
  right: 6px;
  top: 48%;
  line-height: 0;
  -webkit-transform: translate(0, -50%);transform: translate(0, -50%);
}
.bvalidator-bslikert-tooltip .bvalidator-bslikert-close:hover, .bvalidator-bslikert-tooltip .bvalidator-bslikert-close:focus{
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
}
/* arrow */
.bvalidator-bslikert-tooltip .bvalidator-bslikert-arrow {
  height: 0;
  width: 0;
  position: absolute;
  left: 10px;
  border-color: transparent;
  border-width: 11px 11px 0 11px;
  border-style: solid;
  bottom: -10px;
}
.bvalidator-bslikert-tooltip .bvalidator-bslikert-arrow:after {
  position: absolute;
  top: -11px;
  left: -10px;
  border-width: 10px 10px 0 10px;
  content: "";
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-top-color: #d90303 ;
}

@media  (min-width:768px) {

  /* tooltip */
  .bvalidator-bslikert-tooltip {
    font-size: 0.875rem;
  }   

  .bvalidator-bslikert-tooltip {
      padding-top: 6px;
  }
}

/* 
########################################## 
### Lightbox
########################################## 
*/

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000000;
  background-color: rgba(0,0,0,0.6);
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000001;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url("../images/icons/prev.png") left 48% no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url("../images/icons/next.png") right 48% no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 500;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 0.75rem;
  font-weight: 700;
  color: #FFF;
  font-family: "Arsenal";
  text-transform: uppercase;
  letter-spacing: 1.3px;
  margin-top: 5px;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url("../images/icons/close.png") top right no-repeat;
  text-align: right;
  outline: none;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  position: fixed;
  top: 10px;
  right: 10px;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  opacity: 1;
}




/* 
##########################################
### Content Block
########################################## 
*/

.content-block {
  font-size: 1rem;
  display: block;
  opacity: 1;
  margin-bottom: 16px;
}

.content-block__header {
  text-align: left;
  font-weight: 700;
  font-size: 1.175em;
  font-family: "Poppins";
  color: #0D1011;
  opacity: 1;
  line-height: 1.52;
  margin: 0 0 10px 0;
}

.content-block__header::after,
.content-block__header::before {
  content: ' ';
  display: table;
  clear: both;
}

.content-block__summary {
  text-align: left;
  font-weight: 400;
  font-size: 0.825em;
  font-family: "Arsenal";
  color: #1A1A1A;
  opacity: 1;
  line-height: 1.38;
  margin: 0 0 15px 0;
  padding: 0;
}


.content-block__action {
  color: #0D1011;
  font-size:0.82rem;
}


.content-block__action-link {
  color: #0D1011;
  font-size:0.82rem;
  text-decoration: underline;
}


.content-block__action-link:hover,
.content-block__action-link:focus {
  text-decoration: underline;
  color: #000;
}


/* 
##########################################
### Tab Seclector
########################################## 
*/

.tab {
  overflow: hidden;
  display: block;
  list-style: none;
  padding: 0 0 7px 0;
  margin:0 0 5px 0;
  overflow: auto;
  white-space: nowrap;
}

.tab .basket-bar__link:focus {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

.tab li {
  display: inline-block;
  text-align: center;
  padding: 7px 8px;
  color: #9F9F9F;
  font-family: "Arsenal";
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-size: 0.7rem;
  font-weight: 700;
  border-bottom: 3px solid #9F9F9F;
  cursor: pointer;
}

.tab li:hover {
  color: #313131;
}

.tab li.active {
  border-color: #13294B;
  color: #000000 !important;
}

.tabcontent {
  display: none;
  border-top: none;
  margin-bottom: 50px
}


@media (min-width:768px) {
  
  .tabcontent {
    margin-bottom: 75px;
  }

  .tab li {
    padding: 11px 20px;
    font-size: 0.7875rem;
  }
  
}
 
@media (min-width:1100px) {
  .tabcontent {
    margin-bottom: 117px;
  }
}

/*
##########################################
### Arkom Simple Modal
########################################## 
*/

body.basket-modal-visible {
  overflow: hidden;
}

.basket-modal {
  display: none; 
  position: fixed; 
  z-index: 10000000000000000000; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  padding: 20px;
  overflow: auto; 
  background-color: rgba(0,0,0,0.4); 
  text-align: center;
}

.basket-modal__content {
  background-color: #fefefe;
  margin: 20px 0 0 0;
  padding: 30px 10px 20px 10px;
  border: 1px solid #888;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  text-align: left;
  display: inline-block;
  max-width: 350px;
  overflow: auto;
}

.basket-modal__content .modal-close {
  position: absolute;
  top:0;
  right:0;
}

.modal-close  {
  color: #231E1F;
  cursor: pointer;
  font-family: "Arsenal";
  font-size: 0.75rem;
  font-weight: 400;
  padding: 10px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 10px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.modal-close:hover,
.modal-close:active {
  background: #DE1C4B ;
  color: #FFF;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.modal-close  span {
  font-family: "Arsenal";
  font-size: 2rem;
  vertical-align: top;
  line-height: 0.4;
}

.basket-content__header {
  font-size: 1rem;
  color: #000000;
  font-family: "Arsenal";
  margin-bottom: 10px;
}

.basket-content__product {
  display: block;
}

.basket-content__product__header {
  color: #000;
  font-weight: 400;
  font-family: "Arsenal";
  font-size: 0.925rem;
  margin: 0 0 5px 0;
  padding: 0;
  line-height: 1.19;
}

.basket-content__product__summary {
  color: #707070;
  font-family: "Arsenal";
  font-size: 0.825rem;
  font-weight: 400;
  margin: -4px 0 16px 0;
  padding: 0;
  text-transform: uppercase;
}

.basket-content__product__image-container {
  padding-top: 100%;
  position: relative;
  margin-bottom: 21px;
  overflow: hidden;
  display: block;
}

.basket-content__product__image {
	position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 100%;
  height: auto;
	transition: .8s all cubic-bezier(.275,0,0,1),.8s all cubic-bezier(.275,0,0,1);
}


@media (min-width:768px) {

  .basket-modal__content {
    background-color: #fefefe;
    margin: 0; 
    padding: 74px 40px 30px 40px ;
    border: 1px solid #888;
    box-shadow:0.5px 1px 4px 0 rgba(0, 0, 0, 0.3);
    text-align: left;
    width: 403px;
    position: fixed;
    top:0;
    right:0;
    max-width: 403px;
  }
  
  .basket-modal__header { 
    font-size: 0.9333rem;
    margin-bottom: 14px;
  }

  .btn.basket-modal__confirm {
    min-width: 150px;
  }

  .btn.modal-close {
    min-width: 150px;
  }

  .modal-close  {
    color: #231E1F;
    cursor: pointer;
    font-family: "Arsenal";
    font-size: 0.875rem;
    font-weight: 400;
    padding: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
  }
  
  .modal-close:hover,
  .modal-close:active {
    background: #DE1C4B ;
    color: #FFF;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
  }

  .modal-close  span {
    font-family: "Arsenal";
    font-size: 2.375rem;
    vertical-align: top;
    line-height: 0.4;
  }


  .basket-content__header {
    font-size: 1.4375rem;
    margin-bottom: 20px;
  }

  .basket-content__product__header {
    font-size: 1.125rem;
  }

  .basket-content__product__summary {
    font-size: 1rem;
    margin: -2px 0 20px 0;
    padding: 0;
  }

  @media (max-height:799px) {
    .basket-modal__content {
      bottom:0;
      padding: 74px 20px 30px 20px ;
      width: 360px
  }
}
}


@media (min-height:800px) {
  
  .basket-modal__content {
    height: 100%;
    bottom: 0;
    padding: 74px 20px 30px 20px;
  }
}



/*
##########################################
### Popup Modal
########################################## 
*/

.fl-lightbox {
  display: none;
}


.featherlight-inner.popup-modal {
  display: none;
}

.fl-lightbox .row {
  padding:0 !important;
}

.popup-modal {
  display: none; 
  position: fixed; 
  z-index: 10000000000000000000; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  padding: 20px;
  overflow: auto; 
  background-color: rgba(0,0,0,0.4); 
  text-align: center;
}

.popup-modal__content {
  background-color: #fefefe;
  margin: 15% auto; 
  padding: 20px 20px 20px 20px;
  border: 1px solid #888;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  text-align: center;
  display: inline-block;
  max-width: 600px;
}

.popup-modal__close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top:10px;
  right:0;
  line-height: 1;
}

.popup-modal__close:hover,
.popup-modal__close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.popup-modal__header {
  color: #0D124B;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 14px 0;
  padding: 0;
}

.popup-modal__header small {
  font-weight: 400;
  font-size: 0.75em;
}

.btn.popup-modal__confirm {
  min-width: 100px;
}

.btn.modal-close {
  min-width: 100px;
}

@media (min-width:768px) {

  .popup-modal__content {
    background-color: #fefefe;
    margin: 15% auto; 
    padding: 32px 68px ;
    border: 1px solid #888;
    box-shadow:0.5px 1px 4px 0 rgba(0, 0, 0, 0.3);
    position: relative;
    text-align: center;
  }
  
  .popup-modal__header { 
    font-size: 1rem;
    margin-bottom: 14px;
  }

  .btn.popup-modal__confirm {
    min-width: 150px;
  }

  .btn.modal-close {
    min-width: 150px;
  }
}

